<?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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-02/func/sub-0081_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>a7190443a13f67e6eab463f293241a08</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>20:42:55.650000</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.999808, 0.0108634, -0.0163207, -0.00977223, 0.997804, 0.065514]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0832357</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7718, -7300, 652, -118, -47, 107, 50]</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.582</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>249ba1b8-1caf-4aa8-87fc-b76e7e5e9d03||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.6824111938476562, -0.026218190789222717, -0.045890770852565765, 108.97985076904297], [-0.02914584055542946, 2.677034616470337, 0.1764230579137802, -102.56075286865234], [-0.04378729313611984, -0.1757691502571106, 2.6938390731811523, -71.30818176269531], [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': ['204255.650000', '204256.110000', '204256.570000', '204257.030000', '204257.490000', '204257.950000', '204258.410000', '204258.870000', '204259.330000', '204259.790000', '204300.250000', '204300.710000', '204301.170000', '204301.630000', '204302.090000', '204302.550000', '204303.010000', '204303.470000', '204303.930000', '204304.390000', '204304.850000', '204305.310000', '204305.770000', '204306.230000', '204306.690000', '204307.150000', '204307.610000', '204308.070000', '204308.530000', '204308.990000', '204309.450000', '204309.910000', '204310.370000', '204310.830000', '204311.290000', '204311.750000', '204312.210000', '204312.670000', '204313.130000', '204313.590000', '204314.050000', '204314.510000', '204314.970000', '204315.430000', '204315.890000', '204316.350000', '204316.810000', '204317.270000', '204317.730000', '204318.190000', '204318.650000', '204319.110000', '204319.570000', '204320.030000', '204320.490000', '204320.950000', '204321.410000', '204321.870000', '204322.330000', '204322.790000', '204323.250000', '204323.710000', '204324.170000', '204324.630000', '204325.090000', '204325.550000', '204326.010000', '204326.470000', '204326.930000', '204327.390000', '204327.850000', '204328.310000', '204328.770000', '204329.230000', '204329.690000', '204330.150000', '204330.610000', '204331.070000', '204331.530000', '204331.990000', '204332.450000', '204332.910000', '204333.370000', '204333.830000', '204334.290000', '204334.750000', '204335.210000', '204335.670000', '204336.130000', '204336.590000', '204337.050000', '204337.510000', '204337.970000', '204338.430000', '204338.890000', '204339.350000', '204339.810000', '204340.270000', '204340.730000', '204341.190000', '204341.650000', '204342.110000', '204342.570000', '204343.030000', '204343.490000', '204343.950000', '204344.410000', '204344.870000', '204345.330000', '204345.790000', '204346.250000', '204346.710000', '204347.170000', '204347.630000', '204348.090000', '204348.550000', '204349.010000', '204349.470000', '204349.930000', '204350.390000', '204350.850000', '204351.310000', '204351.770000', '204352.230000', '204352.690000', '204353.150000', '204353.610000', '204354.070000', '204354.530000', '204354.990000', '204355.450000', '204355.910000', '204356.370000', '204356.830000', '204357.290000', '204357.750000', '204358.210000', '204358.670000', '204359.130000', '204359.590000', '204400.050000', '204400.510000', '204400.970000', '204401.430000', '204401.890000', '204402.350000', '204402.810000', '204403.270000', '204403.730000', '204404.190000', '204404.650000', '204405.110000', '204405.570000', '204406.030000', '204406.490000', '204406.950000', '204407.410000', '204407.870000', '204408.330000', '204408.790000', '204409.250000', '204409.710000', '204410.170000', '204410.630000', '204411.090000', '204411.550000', '204412.010000', '204412.470000', '204412.930000', '204413.390000', '204413.850000', '204414.310000', '204414.770000', '204415.230000', '204415.690000', '204416.150000', '204416.610000', '204417.070000', '204417.530000', '204417.990000', '204418.450000', '204418.910000', '204419.370000', '204419.830000', '204420.290000', '204420.750000', '204421.210000', '204421.670000', '204422.130000', '204422.590000', '204423.050000', '204423.510000', '204423.970000', '204424.430000', '204424.890000', '204425.350000', '204425.810000', '204426.270000', '204426.730000', '204427.190000', '204427.650000', '204428.110000', '204428.570000', '204429.030000', '204429.490000', '204429.950000', '204430.410000', '204430.870000', '204431.330000', '204431.790000', '204432.250000', '204432.710000', '204433.170000', '204433.630000', '204434.090000', '204434.550000', '204435.010000', '204435.470000', '204435.930000', '204436.390000', '204436.850000', '204437.310000', '204437.770000', '204438.230000', '204438.690000', '204439.150000', '204439.610000', '204440.070000', '204440.530000', '204440.990000', '204441.450000', '204441.910000', '204442.370000', '204442.830000', '204443.290000', '204443.750000', '204444.210000', '204444.670000', '204445.130000', '204445.590000', '204446.050000', '204446.510000', '204446.970000', '204447.430000', '204447.890000', '204448.350000', '204448.810000', '204449.270000', '204449.730000', '204450.190000', '204450.650000', '204451.110000', '204451.570000', '204452.030000', '204452.490000', '204452.950000', '204453.410000', '204453.870000', '204454.330000', '204454.790000', '204455.250000', '204455.710000', '204456.170000', '204456.630000', '204457.090000', '204457.550000', '204458.010000', '204458.470000', '204458.930000', '204459.390000', '204459.850000', '204500.310000', '204500.770000', '204501.230000', '204501.690000', '204502.150000', '204502.610000', '204503.070000', '204503.530000', '204503.990000', '204504.450000', '204504.910000', '204505.370000', '204505.830000', '204506.290000', '204506.750000', '204507.210000', '204507.670000', '204508.130000', '204508.590000', '204509.050000', '204509.510000', '204509.970000', '204510.430000', '204510.890000', '204511.350000', '204511.810000', '204512.270000', '204512.730000', '204513.190000', '204513.650000', '204514.110000', '204514.570000', '204515.030000', '204515.490000', '204515.950000', '204516.410000', '204516.870000', '204517.330000', '204517.790000', '204518.250000', '204518.710000', '204519.170000', '204519.630000', '204520.090000', '204520.550000', '204521.010000', '204521.470000', '204521.930000', '204522.390000', '204522.850000', '204523.310000', '204523.770000', '204524.230000', '204524.690000', '204525.150000', '204525.610000', '204526.070000', '204526.530000', '204526.990000', '204527.450000', '204527.910000', '204528.370000', '204528.830000', '204529.290000', '204529.750000', '204530.210000', '204530.670000', '204531.130000', '204531.590000', '204532.050000', '204532.510000', '204532.970000', '204533.430000', '204533.890000', '204534.350000', '204534.810000', '204535.270000', '204535.730000', '204536.190000', '204536.650000', '204537.110000', '204537.570000', '204538.030000', '204538.490000', '204538.950000', '204539.410000', '204539.870000', '204540.330000', '204540.790000', '204541.250000', '204541.710000', '204542.170000', '204542.630000', '204543.090000', '204543.550000', '204544.010000', '204544.470000', '204544.930000', '204545.390000', '204545.850000', '204546.310000', '204546.770000', '204547.230000', '204547.690000', '204548.150000', '204548.610000', '204549.070000', '204549.530000', '204549.990000', '204550.450000', '204550.910000', '204551.370000', '204551.830000', '204552.290000', '204552.750000', '204553.210000', '204553.670000', '204554.130000', '204554.590000', '204555.050000', '204555.510000', '204555.970000', '204556.430000', '204556.890000', '204557.350000', '204557.810000', '204558.270000', '204558.730000', '204559.190000', '204559.650000', '204600.110000', '204600.570000', '204601.030000', '204601.490000', '204601.950000', '204602.410000', '204602.870000', '204603.330000', '204603.790000', '204604.250000', '204604.710000', '204605.170000', '204605.630000', '204606.090000', '204606.550000', '204607.010000', '204607.470000', '204607.930000', '204608.390000', '204608.850000', '204609.310000', '204609.770000', '204610.230000', '204610.690000', '204611.150000', '204611.610000', '204612.070000', '204612.530000', '204612.990000', '204613.450000', '204613.910000', '204614.370000', '204614.830000', '204615.290000', '204615.750000', '204616.210000', '204616.670000', '204617.130000', '204617.590000', '204618.050000', '204618.510000', '204618.970000', '204619.430000', '204619.890000', '204620.350000', '204620.810000', '204621.270000', '204621.730000', '204622.190000', '204622.650000', '204623.110000', '204623.570000', '204624.030000', '204624.490000', '204624.950000', '204625.410000', '204625.870000', '204626.330000', '204626.790000', '204627.250000', '204627.710000', '204628.170000', '204628.630000', '204629.090000', '204629.550000', '204630.010000', '204630.470000', '204630.930000', '204631.390000', '204631.850000', '204632.310000', '204632.770000', '204633.230000', '204633.690000', '204634.150000', '204634.610000', '204635.070000', '204635.530000', '204635.990000', '204636.450000', '204636.910000', '204637.370000', '204637.830000', '204638.290000', '204638.750000', '204639.210000', '204639.670000', '204640.130000', '204640.590000', '204641.050000', '204641.510000', '204641.970000', '204642.430000', '204642.890000', '204643.350000', '204643.810000', '204644.270000', '204644.730000', '204645.190000', '204645.650000', '204646.110000', '204646.570000', '204647.030000', '204647.490000', '204647.950000', '204648.410000', '204648.870000', '204649.330000', '204649.790000', '204650.250000', '204650.710000', '204651.170000', '204651.630000', '204652.090000', '204652.550000', '204653.010000', '204653.470000', '204653.930000', '204654.390000', '204654.850000', '204655.310000', '204655.770000', '204656.230000', '204656.690000', '204657.150000', '204657.610000', '204658.070000', '204658.530000', '204658.990000', '204659.450000', '204659.910000', '204700.370000', '204700.830000', '204701.290000', '204701.750000', '204702.210000', '204702.670000', '204703.130000', '204703.590000', '204704.050000', '204704.510000', '204704.970000', '204705.430000', '204705.890000', '204706.350000', '204706.810000', '204707.270000', '204707.730000', '204708.190000', '204708.650000', '204709.110000', '204709.570000', '204710.030000', '204710.490000', '204710.950000', '204711.410000', '204711.870000', '204712.330000', '204712.790000', '204713.250000', '204713.710000', '204714.170000', '204714.630000', '204715.090000', '204715.550000', '204716.010000', '204716.470000', '204716.930000', '204717.390000', '204717.850000', '204718.310000', '204718.770000', '204719.230000', '204719.690000', '204720.150000', '204720.610000', '204721.070000', '204721.530000', '204721.990000', '204722.450000', '204722.910000', '204723.370000', '204723.830000', '204724.290000', '204724.750000', '204725.210000', '204725.670000', '204726.130000', '204726.590000', '204727.050000', '204727.510000', '204727.970000', '204728.430000', '204728.890000', '204729.350000', '204729.810000', '204730.270000', '204730.730000', '204731.190000', '204731.650000', '204732.110000', '204732.570000', '204733.030000', '204733.490000', '204733.950000', '204734.410000', '204734.870000', '204735.330000', '204735.790000', '204736.250000', '204736.710000', '204737.170000', '204737.630000', '204738.090000', '204738.550000', '204739.010000', '204739.470000', '204739.930000', '204740.390000', '204740.850000', '204741.310000', '204741.770000', '204742.230000', '204742.690000', '204743.150000', '204743.610000', '204744.070000', '204744.530000', '204744.990000', '204745.450000', '204745.910000', '204746.370000', '204746.830000', '204747.290000', '204747.750000', '204748.210000', '204748.670000', '204749.130000', '204749.590000', '204750.050000', '204750.510000', '204750.970000', '204751.430000', '204751.890000', '204752.350000', '204752.810000', '204753.270000', '204753.730000', '204754.190000', '204754.650000', '204755.110000', '204755.570000', '204756.030000', '204756.490000', '204756.950000', '204757.410000', '204757.870000', '204758.330000', '204758.790000', '204759.250000', '204759.710000', '204800.170000', '204800.630000', '204801.090000', '204801.550000', '204802.010000', '204802.470000', '204802.930000', '204803.390000', '204803.850000', '204804.310000', '204804.770000', '204805.230000', '204805.690000', '204806.150000', '204806.610000', '204807.070000', '204807.530000', '204807.990000', '204808.450000', '204808.910000', '204809.370000', '204809.830000', '204810.290000', '204810.750000', '204811.210000', '204811.670000', '204812.130000', '204812.590000', '204813.050000', '204813.510000', '204813.970000', '204814.430000', '204814.890000', '204815.350000', '204815.810000', '204816.270000', '204816.730000', '204817.190000', '204817.650000', '204818.110000', '204818.570000', '204819.030000', '204819.490000', '204819.950000', '204820.410000', '204820.870000', '204821.330000', '204821.790000', '204822.250000', '204822.710000', '204823.170000', '204823.630000', '204824.090000', '204824.550000', '204825.010000', '204825.470000', '204825.930000', '204826.390000', '204826.850000', '204827.310000', '204827.770000', '204828.230000', '204828.690000', '204829.150000', '204829.610000', '204830.070000', '204830.530000', '204830.990000', '204831.450000', '204831.910000', '204832.370000', '204832.830000', '204833.290000', '204833.750000', '204834.210000', '204834.670000', '204835.130000', '204835.590000', '204836.050000', '204836.510000', '204836.970000', '204837.430000', '204837.890000', '204838.350000', '204838.810000', '204839.270000', '204839.730000', '204840.190000', '204840.650000', '204841.110000', '204841.570000', '204842.030000', '204842.490000', '204842.950000', '204843.410000', '204843.870000', '204844.330000', '204844.790000', '204845.250000', '204845.710000', '204846.170000', '204846.630000', '204847.090000', '204847.550000', '204848.010000', '204848.470000', '204848.930000', '204849.390000', '204849.850000', '204850.310000', '204850.770000', '204851.230000', '204851.690000', '204852.150000', '204852.610000', '204853.070000', '204853.530000', '204853.990000', '204854.450000', '204854.910000', '204855.370000', '204855.830000', '204856.290000', '204856.750000', '204857.210000', '204857.670000', '204858.130000', '204858.590000', '204859.050000', '204859.510000', '204859.970000', '204900.430000', '204900.890000', '204901.350000', '204901.810000', '204902.270000', '204902.730000', '204903.190000', '204903.650000', '204904.110000', '204904.570000', '204905.030000', '204905.490000', '204905.950000', '204906.410000', '204906.870000', '204907.330000', '204907.790000', '204908.250000', '204908.710000', '204909.170000', '204909.630000', '204910.090000', '204910.550000', '204911.010000', '204911.470000', '204911.930000', '204912.390000', '204912.850000', '204913.310000', '204913.770000', '204914.230000', '204914.690000', '204915.150000', '204915.610000', '204916.070000', '204916.530000', '204916.990000', '204917.450000', '204917.910000', '204918.370000', '204918.830000', '204919.290000', '204919.750000', '204920.210000', '204920.670000', '204921.130000', '204921.590000', '204922.050000', '204922.510000', '204922.970000', '204923.430000', '204923.890000', '204924.350000', '204924.810000', '204925.270000', '204925.730000', '204926.190000', '204926.650000', '204927.110000', '204927.570000', '204928.030000', '204928.490000', '204928.950000', '204929.410000', '204929.870000', '204930.330000', '204930.790000', '204931.250000', '204931.710000', '204932.170000', '204932.630000', '204933.090000', '204933.550000', '204934.010000', '204934.470000', '204934.930000', '204935.390000', '204935.850000', '204936.310000', '204936.770000', '204937.230000', '204937.690000', '204938.150000', '204938.610000', '204939.070000', '204939.530000', '204939.990000', '204940.450000', '204940.910000', '204941.370000', '204941.830000', '204942.290000', '204942.750000', '204943.210000', '204943.670000', '204944.130000', '204944.590000', '204945.050000', '204945.510000', '204945.970000', '204946.430000', '204946.890000', '204947.350000', '204947.810000', '204948.270000', '204948.730000', '204949.190000', '204949.650000', '204950.110000', '204950.570000', '204951.030000', '204951.490000', '204951.950000', '204952.410000', '204952.870000', '204953.330000', '204953.790000', '204954.250000', '204954.710000', '204955.170000', '204955.630000', '204956.090000', '204956.550000', '204957.010000', '204957.470000', '204957.930000', '204958.390000', '204958.850000', '204959.310000', '204959.770000', '205000.230000', '205000.690000', '205001.150000', '205001.610000', '205002.070000', '205002.530000', '205002.990000', '205003.450000', '205003.910000', '205004.370000', '205004.830000', '205005.290000', '205005.750000', '205006.210000', '205006.670000', '205007.130000', '205007.590000', '205008.050000', '205008.510000', '205008.970000', '205009.430000', '205009.890000', '205010.350000', '205010.810000', '205011.270000', '205011.730000', '205012.190000', '205012.650000', '205013.110000', '205013.570000', '205014.030000', '205014.490000', '205014.950000', '205015.410000', '205015.870000', '205016.330000', '205016.790000', '205017.250000', '205017.710000', '205018.170000', '205018.630000', '205019.090000', '205019.550000', '205020.010000', '205020.470000', '205020.930000', '205021.390000', '205021.850000', '205022.310000', '205022.770000', '205023.230000', '205023.690000', '205024.150000', '205024.610000', '205025.070000', '205025.530000', '205025.990000', '205026.450000', '205026.910000', '205027.370000', '205027.830000', '205028.290000', '205028.750000', '205029.210000', '205029.670000', '205030.130000', '205030.590000', '205031.050000', '205031.510000', '205031.970000', '205032.430000', '205032.890000', '205033.350000', '205033.810000', '205034.270000', '205034.730000', '205035.190000', '205035.650000', '205036.110000', '205036.570000', '205037.030000', '205037.490000', '205037.950000', '205038.410000', '205038.870000', '205039.330000', '205039.790000', '205040.250000', '205040.710000', '205041.170000', '205041.630000', '205042.090000', '205042.550000', '205043.010000', '205043.470000', '205043.930000', '205044.390000', '205044.850000', '205045.310000', '205045.770000', '205046.230000', '205046.690000', '205047.150000', '205047.610000', '205048.070000', '205048.530000', '205048.990000', '205049.450000', '205049.910000', '205050.370000', '205050.830000', '205051.290000', '205051.750000', '205052.210000', '205052.670000', '205053.130000', '205053.590000', '205054.050000', '205054.510000', '205054.970000', '205055.430000', '205055.890000', '205056.350000', '205056.810000', '205057.270000', '205057.730000', '205058.190000', '205058.650000', '205059.110000', '205059.570000', '205100.030000', '205100.490000', '205100.950000', '205101.410000', '205101.870000', '205102.330000', '205102.790000', '205103.250000', '205103.710000', '205104.170000', '205104.630000', '205105.090000', '205105.550000', '205106.010000', '205106.470000', '205106.930000', '205107.390000', '205107.850000', '205108.310000', '205108.770000', '205109.230000', '205109.690000', '205110.150000', '205110.610000', '205111.070000', '205111.530000', '205111.990000', '205112.450000', '205112.910000', '205113.370000', '205113.830000', '205114.290000', '205114.750000', '205115.210000', '205115.670000', '205116.130000', '205116.590000', '205117.050000', '205117.510000', '205117.970000', '205118.430000', '205118.890000', '205119.350000', '205119.810000', '205120.270000', '205120.730000', '205121.190000', '205121.650000', '205122.110000', '205122.570000', '205123.030000', '205123.490000', '205123.950000', '205124.410000', '205124.870000', '205125.330000', '205125.790000', '205126.250000', '205126.710000', '205127.170000', '205127.630000', '205128.090000', '205128.550000', '205129.010000', '205129.470000', '205129.930000', '205130.390000', '205130.850000', '205131.310000', '205131.770000', '205132.230000', '205132.690000', '205133.150000', '205133.610000', '205134.070000', '205134.530000', '205134.990000', '205135.450000', '205135.910000', '205136.370000', '205136.830000', '205137.290000', '205137.750000', '205138.210000', '205138.670000', '205139.130000', '205139.590000', '205140.050000', '205140.510000', '205140.970000', '205141.430000', '205141.890000', '205142.350000', '205142.810000', '205143.270000', '205143.730000', '205144.190000', '205144.650000', '205145.110000', '205145.570000', '205146.030000', '205146.490000', '205146.950000', '205147.410000', '205147.870000', '205148.330000', '205148.790000', '205149.250000', '205149.710000', '205150.170000', '205150.630000', '205151.090000', '205151.550000', '205152.010000', '205152.470000', '205152.930000', '205153.390000', '205153.850000', '205154.310000', '205154.770000', '205155.230000', '205155.690000', '205156.150000', '205156.610000', '205157.070000', '205157.530000', '205157.990000', '205158.450000', '205158.910000', '205159.370000', '205159.830000', '205200.290000', '205200.750000', '205201.210000', '205201.670000', '205202.130000', '205202.590000', '205203.050000', '205203.510000', '205203.970000', '205204.430000', '205204.890000', '205205.350000', '205205.810000', '205206.270000', '205206.730000', '205207.190000', '205207.650000', '205208.110000', '205208.570000', '205209.030000', '205209.490000', '205209.950000', '205210.410000', '205210.870000', '205211.330000', '205211.790000', '205212.250000', '205212.710000', '205213.170000', '205213.630000', '205214.090000', '205214.550000', '205215.010000', '205215.470000', '205215.930000', '205216.390000', '205216.850000', '205217.310000', '205217.770000', '205218.230000', '205218.690000', '205219.150000', '205219.610000', '205220.070000', '205220.530000', '205220.990000', '205221.450000', '205221.910000', '205222.370000', '205222.830000', '205223.290000', '205223.750000', '205224.210000', '205224.670000', '205225.130000', '205225.590000', '205226.050000', '205226.510000', '205226.970000', '205227.430000', '205227.890000', '205228.350000', '205228.810000', '205229.270000', '205229.730000', '205230.190000', '205230.650000', '205231.110000', '205231.570000', '205232.030000', '205232.490000', '205232.950000', '205233.410000', '205233.870000', '205234.330000', '205234.790000', '205235.250000', '205235.710000', '205236.170000', '205236.630000', '205237.090000', '205237.550000', '205238.010000', '205238.470000', '205238.930000', '205239.390000', '205239.850000', '205240.310000', '205240.770000', '205241.230000', '205241.690000', '205242.150000', '205242.610000', '205243.070000', '205243.530000', '205243.990000', '205244.450000', '205244.910000', '205245.370000', '205245.830000', '205246.290000', '205246.750000', '205247.210000', '205247.670000', '205248.130000', '205248.590000', '205249.050000', '205249.510000', '205249.970000', '205250.430000', '205250.890000', '205251.350000', '205251.810000', '205252.270000', '205252.730000', '205253.190000', '205253.650000', '205254.110000', '205254.570000', '205255.030000', '205255.490000', '205255.950000', '205256.410000', '205256.870000', '205257.330000', '205257.790000', '205258.250000', '205258.710000', '205259.170000', '205259.630000', '205300.090000', '205300.550000', '205301.010000', '205301.470000', '205301.930000', '205302.390000', '205302.850000', '205303.310000', '205303.770000', '205304.230000', '205304.690000', '205305.150000', '205305.610000', '205306.070000', '205306.530000', '205306.990000', '205307.450000', '205307.910000', '205308.370000', '205308.830000', '205309.290000', '205309.750000', '205310.210000', '205310.670000', '205311.130000', '205311.590000', '205312.050000', '205312.510000', '205312.970000', '205313.430000', '205313.890000', '205314.350000', '205314.810000', '205315.270000', '205315.730000', '205316.190000', '205316.650000', '205317.110000', '205317.570000', '205318.030000', '205318.490000', '205318.950000', '205319.410000', '205319.870000', '205320.330000', '205320.790000', '205321.250000', '205321.710000', '205322.170000', '205322.630000', '205323.090000', '205323.550000', '205324.010000', '205324.470000', '205324.930000', '205325.390000', '205325.850000', '205326.310000', '205326.770000', '205327.230000', '205327.690000', '205328.150000', '205328.610000', '205329.070000', '205329.530000', '205329.990000', '205330.450000', '205330.910000', '205331.370000', '205331.830000', '205332.290000', '205332.750000', '205333.210000', '205333.670000', '205334.130000', '205334.590000', '205335.050000', '205335.510000', '205335.970000', '205336.430000', '205336.890000', '205337.350000', '205337.810000', '205338.270000', '205338.730000', '205339.190000', '205339.650000', '205340.110000', '205340.570000', '205341.030000', '205341.490000', '205341.950000', '205342.410000', '205342.870000', '205343.330000', '205343.790000', '205344.250000', '205344.710000', '205345.170000', '205345.630000', '205346.090000', '205346.550000', '205347.010000', '205347.470000', '205347.930000', '205348.390000', '205348.850000', '205349.310000', '205349.770000', '205350.230000', '205350.690000', '205351.150000', '205351.610000', '205352.070000', '205352.530000', '205352.990000', '205353.450000', '205353.910000', '205354.370000', '205354.830000', '205355.290000', '205355.750000', '205356.210000', '205356.670000', '205357.130000', '205357.590000', '205358.050000', '205358.510000', '205358.970000', '205359.430000', '205359.890000', '205400.350000', '205400.810000', '205401.270000', '205401.730000', '205402.190000', '205402.650000', '205403.110000', '205403.570000', '205404.030000', '205404.490000', '205404.950000', '205405.410000', '205405.870000', '205406.330000', '205406.790000', '205407.250000', '205407.710000', '205408.170000', '205408.630000', '205409.090000', '205409.550000', '205410.010000', '205410.470000', '205410.930000', '205411.390000', '205411.850000', '205412.310000', '205412.770000', '205413.230000', '205413.690000', '205414.150000', '205414.610000', '205415.070000', '205415.530000', '205415.990000', '205416.450000', '205416.910000', '205417.370000', '205417.830000', '205418.290000', '205418.750000', '205419.210000', '205419.670000', '205420.130000', '205420.590000', '205421.050000', '205421.510000', '205421.970000', '205422.430000', '205422.890000', '205423.350000', '205423.810000', '205424.270000', '205424.730000', '205425.190000', '205425.650000', '205426.110000', '205426.570000', '205427.030000', '205427.490000', '205427.950000', '205428.410000', '205428.870000', '205429.330000', '205429.790000', '205430.250000', '205430.710000', '205431.170000', '205431.630000', '205432.090000', '205432.550000', '205433.010000', '205433.470000', '205433.930000', '205434.390000', '205434.850000', '205435.310000', '205435.770000', '205436.230000', '205436.690000', '205437.150000', '205437.610000', '205438.070000', '205438.530000', '205438.990000', '205439.450000', '205439.910000', '205440.370000', '205440.830000', '205441.290000', '205441.750000', '205442.210000', '205442.670000', '205443.130000', '205443.590000', '205444.050000', '205444.510000', '205444.970000', '205445.430000', '205445.890000', '205446.350000', '205446.810000', '205447.270000', '205447.730000', '205448.190000', '205448.650000', '205449.110000', '205449.570000', '205450.030000', '205450.490000', '205450.950000', '205451.410000', '205451.870000', '205452.330000', '205452.790000', '205453.250000', '205453.710000', '205454.170000', '205454.630000', '205455.090000', '205455.550000', '205456.010000', '205456.470000', '205456.930000', '205457.390000', '205457.850000', '205458.310000', '205458.770000', '205459.230000', '205459.690000', '205500.150000', '205500.610000', '205501.070000', '205501.530000', '205501.990000', '205502.450000', '205502.910000', '205503.370000', '205503.830000', '205504.290000', '205504.750000', '205505.210000', '205505.670000', '205506.130000', '205506.590000', '205507.050000', '205507.510000', '205507.970000', '205508.430000', '205508.890000', '205509.350000', '205509.810000', '205510.270000', '205510.730000', '205511.190000', '205511.650000', '205512.110000', '205512.570000', '205513.030000', '205513.490000', '205513.950000', '205514.410000', '205514.870000', '205515.330000', '205515.790000', '205516.250000', '205516.710000', '205517.170000', '205517.630000', '205518.090000', '205518.550000', '205519.010000', '205519.470000', '205519.930000', '205520.390000', '205520.850000', '205521.310000', '205521.770000', '205522.230000', '205522.690000', '205523.150000', '205523.610000', '205524.070000', '205524.530000', '205524.990000', '205525.450000', '205525.910000', '205526.370000', '205526.830000', '205527.290000', '205527.750000', '205528.210000', '205528.670000', '205529.130000', '205529.590000', '205530.050000', '205530.510000', '205530.970000', '205531.430000', '205531.890000', '205532.350000', '205532.810000', '205533.270000', '205533.730000', '205534.190000', '205534.650000', '205535.110000', '205535.570000', '205536.030000', '205536.490000', '205536.950000', '205537.410000', '205537.870000', '205538.330000', '205538.790000', '205539.250000', '205539.710000', '205540.170000', '205540.630000', '205541.090000', '205541.550000', '205542.010000', '205542.470000', '205542.930000', '205543.390000', '205543.850000', '205544.310000', '205544.770000', '205545.230000', '205545.690000', '205546.150000', '205546.610000', '205547.070000', '205547.530000', '205547.990000', '205548.450000', '205548.910000', '205549.370000', '205549.830000', '205550.290000', '205550.750000', '205551.210000', '205551.670000', '205552.130000', '205552.590000', '205553.050000', '205553.510000', '205553.970000', '205554.430000', '205554.890000', '205555.350000', '205555.810000', '205556.270000', '205556.730000', '205557.190000', '205557.650000', '205558.110000', '205558.570000', '205559.030000', '205559.490000', '205559.950000', '205600.410000', '205600.870000', '205601.330000', '205601.790000', '205602.250000', '205602.710000', '205603.170000', '205603.630000', '205604.090000', '205604.550000', '205605.010000', '205605.470000', '205605.930000', '205606.390000', '205606.850000', '205607.310000', '205607.770000', '205608.230000', '205608.690000', '205609.150000', '205609.610000', '205610.070000', '205610.530000', '205610.990000', '205611.450000', '205611.910000', '205612.370000', '205612.830000', '205613.290000', '205613.750000', '205614.210000', '205614.670000', '205615.130000', '205615.590000', '205616.050000', '205616.510000', '205616.970000', '205617.430000', '205617.890000', '205618.350000', '205618.810000', '205619.270000', '205619.730000', '205620.190000', '205620.650000', '205621.110000', '205621.570000', '205622.030000', '205622.490000', '205622.950000', '205623.410000', '205623.870000', '205624.330000', '205624.790000', '205625.250000', '205625.710000', '205626.170000', '205626.630000', '205627.090000', '205627.550000', '205628.010000', '205628.470000', '205628.930000', '205629.390000', '205629.850000', '205630.310000', '205630.770000', '205631.230000', '205631.690000', '205632.150000', '205632.610000', '205633.070000', '205633.530000', '205633.990000', '205634.450000', '205634.910000', '205635.370000', '205635.830000', '205636.290000', '205636.750000', '205637.210000', '205637.670000', '205638.130000', '205638.590000', '205639.050000', '205639.510000', '205639.970000', '205640.430000', '205640.890000', '205641.350000', '205641.810000', '205642.270000', '205642.730000', '205643.190000', '205643.650000', '205644.110000', '205644.570000', '205645.030000', '205645.490000', '205645.950000', '205646.410000', '205646.870000', '205647.330000', '205647.790000', '205648.250000', '205648.710000', '205649.170000', '205649.630000', '205650.090000', '205650.550000', '205651.010000', '205651.470000', '205651.930000', '205652.390000', '205652.850000', '205653.310000', '205653.770000', '205654.230000', '205654.690000', '205655.150000', '205655.610000', '205656.070000', '205656.530000', '205656.990000', '205657.450000', '205657.910000', '205658.370000', '205658.830000', '205659.290000', '205659.750000', '205700.210000', '205700.670000', '205701.130000', '205701.590000', '205702.050000', '205702.510000', '205702.970000', '205703.430000', '205703.890000', '205704.350000', '205704.810000', '205705.270000', '205705.730000', '205706.190000', '205706.650000', '205707.110000', '205707.570000', '205708.030000', '205708.490000', '205708.950000', '205709.410000', '205709.870000', '205710.330000'], 'ContentTime': ['204325.532000', '204325.537000', '204325.539000', '204325.542000', '204325.544000', '204325.547000', '204325.550000', '204325.552000', '204325.555000', '204325.557000', '204325.563000', '204325.565000', '204325.568000', '204325.597000', '204325.599000', '204325.602000', '204325.605000', '204325.607000', '204325.610000', '204325.612000', '204325.615000', '204325.618000', '204325.620000', '204325.623000', '204325.626000', '204325.628000', '204325.631000', '204325.634000', '204325.636000', '204325.639000', '204325.641000', '204325.644000', '204325.647000', '204325.649000', '204325.652000', '204325.654000', '204325.657000', '204325.659000', '204325.662000', '204325.665000', '204325.667000', '204325.670000', '204325.672000', '204325.675000', '204325.681000', '204325.683000', '204325.686000', '204325.688000', '204325.691000', '204325.694000', '204325.696000', '204325.699000', '204325.701000', '204325.704000', '204325.707000', '204325.709000', '204325.712000', '204325.715000', '204325.717000', '204325.720000', '204325.722000', '204325.725000', '204345.503000', '204345.505000', '204345.508000', '204345.510000', '204345.513000', '204345.516000', '204345.518000', '204345.521000', '204345.523000', '204345.526000', '204345.528000', '204345.531000', '204345.534000', '204345.536000', '204345.543000', '204345.546000', '204345.548000', '204345.551000', '204345.553000', '204345.556000', '204345.559000', '204345.561000', '204345.564000', '204345.566000', '204345.569000', '204345.571000', '204345.574000', '204345.577000', '204345.579000', '204345.582000', '204345.584000', '204345.587000', '204345.589000', '204345.592000', '204345.595000', '204345.597000', '204345.600000', '204345.602000', '204345.605000', '204345.607000', '204345.610000', '204345.612000', '204345.615000', '204345.618000', '204405.502000', '204405.510000', '204405.512000', '204405.515000', '204405.517000', '204405.520000', '204405.523000', '204405.525000', '204405.528000', '204405.530000', '204405.533000', '204405.535000', '204405.538000', '204405.540000', '204405.543000', '204405.546000', '204405.548000', '204405.551000', '204405.553000', '204405.556000', '204405.558000', '204405.561000', '204405.563000', '204405.566000', '204405.569000', '204405.571000', '204405.574000', '204405.576000', '204405.579000', '204405.581000', '204405.584000', '204405.587000', '204405.589000', '204405.592000', '204405.594000', '204405.597000', '204405.600000', '204405.602000', '204405.605000', '204405.607000', '204405.610000', '204405.612000', '204405.615000', '204425.503000', '204425.506000', '204425.509000', '204425.511000', '204425.514000', '204425.516000', '204425.519000', '204425.521000', '204425.524000', '204425.526000', '204425.529000', '204425.532000', '204425.534000', '204425.537000', '204425.539000', '204425.542000', '204425.544000', '204425.547000', '204425.549000', '204425.552000', '204425.555000', '204425.557000', '204425.560000', '204425.562000', '204425.565000', '204425.567000', '204425.570000', '204425.573000', '204425.575000', '204425.578000', '204425.580000', '204425.583000', '204425.585000', '204425.588000', '204425.591000', '204425.593000', '204425.596000', '204425.598000', '204425.601000', '204425.604000', '204425.606000', '204425.609000', '204425.611000', '204425.614000', '204445.503000', '204445.506000', '204445.509000', '204445.512000', '204445.514000', '204445.517000', '204445.519000', '204445.522000', '204445.524000', '204445.527000', '204445.530000', '204445.532000', '204445.535000', '204445.537000', '204445.540000', '204445.543000', '204445.545000', '204445.548000', '204445.550000', '204445.553000', '204445.555000', '204445.558000', '204445.561000', '204445.563000', '204445.566000', '204445.568000', '204445.571000', '204445.573000', '204445.576000', '204445.579000', '204445.581000', '204445.584000', '204445.586000', '204445.610000', '204445.612000', '204445.615000', '204445.617000', '204445.620000', '204445.622000', '204445.625000', '204445.628000', '204445.630000', '204445.633000', '204505.504000', '204505.506000', '204505.509000', '204505.512000', '204505.514000', '204505.517000', '204505.519000', '204505.522000', '204505.525000', '204505.527000', '204505.530000', '204505.532000', '204505.535000', '204505.537000', '204505.540000', '204505.542000', '204505.545000', '204505.548000', '204505.550000', '204505.553000', '204505.555000', '204505.558000', '204505.560000', '204505.563000', '204505.566000', '204505.568000', '204505.571000', '204505.573000', '204505.576000', '204505.578000', '204505.581000', '204505.583000', '204505.586000', '204505.589000', '204505.591000', '204505.594000', '204505.596000', '204505.599000', '204505.602000', '204505.604000', '204505.607000', '204505.609000', '204505.612000', '204505.614000', '204525.503000', '204525.506000', '204525.509000', '204525.512000', '204525.514000', '204525.517000', '204525.519000', '204525.522000', '204525.524000', '204525.527000', '204525.529000', '204525.532000', '204525.535000', '204525.537000', '204525.540000', '204525.542000', '204525.545000', '204525.548000', '204525.550000', '204525.553000', '204525.555000', '204525.558000', '204525.560000', '204525.563000', '204525.566000', '204525.568000', '204525.571000', '204525.573000', '204525.576000', '204525.579000', '204525.581000', '204525.584000', '204525.586000', '204525.589000', '204525.591000', '204525.594000', '204525.596000', '204525.599000', '204525.602000', '204525.604000', '204525.607000', '204525.610000', '204525.612000', '204545.502000', '204545.505000', '204545.508000', '204545.510000', '204545.513000', '204545.516000', '204545.518000', '204545.521000', '204545.523000', '204545.526000', '204545.529000', '204545.531000', '204545.534000', '204545.536000', '204545.539000', '204545.541000', '204545.544000', '204545.547000', '204545.549000', '204545.552000', '204545.554000', '204545.557000', '204545.559000', '204545.562000', '204545.565000', '204545.567000', '204545.570000', '204545.572000', '204545.575000', '204545.577000', '204545.580000', '204545.583000', '204545.585000', '204545.588000', '204545.590000', '204545.593000', '204545.596000', '204545.598000', '204545.601000', '204545.603000', '204545.606000', '204545.608000', '204545.611000', '204545.614000', '204605.503000', '204605.505000', '204605.508000', '204605.511000', '204605.513000', '204605.516000', '204605.518000', '204605.521000', '204605.523000', '204605.526000', '204605.529000', '204605.531000', '204605.534000', '204605.536000', '204605.539000', '204605.541000', '204605.544000', '204605.547000', '204605.549000', '204605.552000', '204605.554000', '204605.557000', '204605.559000', '204605.562000', '204605.565000', '204605.567000', '204605.570000', '204605.572000', '204605.575000', '204605.577000', '204605.580000', '204605.583000', '204605.585000', '204605.588000', '204605.590000', '204605.593000', '204605.595000', '204605.598000', '204605.601000', '204605.603000', '204605.606000', '204605.608000', '204605.611000', '204625.503000', '204625.505000', '204625.508000', '204625.511000', '204625.513000', '204625.516000', '204625.518000', '204625.521000', '204625.523000', '204625.526000', '204625.529000', '204625.531000', '204625.534000', '204625.536000', '204625.539000', '204625.542000', '204625.544000', '204625.547000', '204625.549000', '204625.552000', '204625.555000', '204625.557000', '204625.560000', '204625.562000', '204625.565000', '204625.567000', '204625.570000', '204625.573000', '204625.575000', '204625.588000', '204625.591000', '204625.593000', '204625.596000', '204625.599000', '204625.601000', '204625.604000', '204625.606000', '204625.609000', '204625.611000', '204625.614000', '204625.617000', '204625.619000', '204625.622000', '204625.624000', '204645.503000', '204645.506000', '204645.509000', '204645.512000', '204645.514000', '204645.517000', '204645.519000', '204645.522000', '204645.524000', '204645.527000', '204645.530000', '204645.532000', '204645.535000', '204645.537000', '204645.540000', '204645.543000', '204645.545000', '204645.548000', '204645.550000', '204645.553000', '204645.555000', '204645.558000', '204645.561000', '204645.563000', '204645.566000', '204645.568000', '204645.571000', '204645.573000', '204645.576000', '204645.579000', '204645.581000', '204645.584000', '204645.586000', '204645.589000', '204645.592000', '204645.594000', '204645.597000', '204645.599000', '204645.602000', '204645.605000', '204645.607000', '204645.610000', '204645.612000', '204705.503000', '204705.506000', '204705.509000', '204705.511000', '204705.514000', '204705.517000', '204705.519000', '204705.522000', '204705.524000', '204705.527000', '204705.529000', '204705.532000', '204705.535000', '204705.537000', '204705.540000', '204705.542000', '204705.545000', '204705.547000', '204705.550000', '204705.553000', '204705.555000', '204705.558000', '204705.560000', '204705.563000', '204705.565000', '204705.568000', '204705.571000', '204705.573000', '204705.576000', '204705.579000', '204705.581000', '204705.584000', '204705.586000', '204705.589000', '204705.592000', '204705.594000', '204705.597000', '204705.599000', '204705.602000', '204705.604000', '204705.607000', '204705.610000', '204705.612000', '204705.615000', '204725.503000', '204725.506000', '204725.509000', '204725.511000', '204725.514000', '204725.517000', '204725.519000', '204725.522000', '204725.524000', '204725.527000', '204725.529000', '204725.532000', '204725.535000', '204725.537000', '204725.540000', '204725.542000', '204725.545000', '204725.548000', '204725.550000', '204725.553000', '204725.555000', '204725.558000', '204725.560000', '204725.563000', '204725.566000', '204725.568000', '204725.571000', '204725.573000', '204725.576000', '204725.578000', '204725.581000', '204725.584000', '204725.586000', '204725.589000', '204725.591000', '204725.594000', '204725.596000', '204725.599000', '204725.602000', '204725.604000', '204725.607000', '204725.609000', '204725.612000', '204745.503000', '204745.506000', '204745.509000', '204745.511000', '204745.514000', '204745.517000', '204745.519000', '204745.522000', '204745.524000', '204745.527000', '204745.530000', '204745.532000', '204745.535000', '204745.538000', '204745.541000', '204745.543000', '204745.546000', '204745.549000', '204745.551000', '204745.554000', '204745.557000', '204745.559000', '204745.562000', '204745.564000', '204745.567000', '204745.570000', '204745.572000', '204745.575000', '204745.578000', '204745.580000', '204745.583000', '204745.585000', '204745.588000', '204745.591000', '204745.593000', '204745.596000', '204745.598000', '204745.601000', '204745.603000', '204745.606000', '204745.609000', '204745.611000', '204745.614000', '204745.617000', '204805.503000', '204805.505000', '204805.508000', '204805.511000', '204805.513000', '204805.516000', '204805.518000', '204805.521000', '204805.524000', '204805.526000', '204805.529000', '204805.532000', '204805.534000', '204805.537000', '204805.539000', '204805.542000', '204805.544000', '204805.547000', '204805.549000', '204805.552000', '204805.555000', '204805.557000', '204805.560000', '204805.562000', '204805.565000', '204805.568000', '204805.570000', '204805.573000', '204805.575000', '204805.578000', '204805.580000', '204805.583000', '204805.586000', '204805.588000', '204805.591000', '204805.593000', '204805.596000', '204805.599000', '204805.601000', '204805.604000', '204805.606000', '204805.609000', '204805.612000', '204825.503000', '204825.505000', '204825.508000', '204825.511000', '204825.513000', '204825.516000', '204825.518000', '204825.521000', '204825.524000', '204825.526000', '204825.529000', '204825.531000', '204825.534000', '204825.536000', '204825.539000', '204825.542000', '204825.544000', '204825.547000', '204825.549000', '204825.552000', '204825.554000', '204825.557000', '204825.560000', '204825.562000', '204825.565000', '204825.567000', '204825.570000', '204825.574000', '204825.577000', '204825.580000', '204825.582000', '204825.585000', '204825.587000', '204825.590000', '204825.592000', '204825.595000', '204825.597000', '204825.600000', '204825.603000', '204825.605000', '204825.608000', '204825.611000', '204825.613000', '204845.503000', '204845.506000', '204845.508000', '204845.511000', '204845.513000', '204845.516000', '204845.519000', '204845.521000', '204845.524000', '204845.526000', '204845.529000', '204845.532000', '204845.534000', '204845.537000', '204845.539000', '204845.542000', '204845.544000', '204845.547000', '204845.550000', '204845.552000', '204845.555000', '204845.558000', '204845.560000', '204845.563000', '204845.565000', '204845.568000', '204845.570000', '204845.573000', '204845.576000', '204845.578000', '204845.581000', '204845.583000', '204845.586000', '204845.588000', '204845.591000', '204845.594000', '204845.596000', '204845.599000', '204845.601000', '204845.604000', '204845.607000', '204845.609000', '204845.612000', '204845.614000', '204905.503000', '204905.506000', '204905.509000', '204905.512000', '204905.514000', '204905.517000', '204905.519000', '204905.522000', '204905.525000', '204905.527000', '204905.530000', '204905.533000', '204905.535000', '204905.538000', '204905.540000', '204905.543000', '204905.545000', '204905.548000', '204905.551000', '204905.553000', '204905.556000', '204905.558000', '204905.561000', '204905.564000', '204905.566000', '204905.569000', '204905.571000', '204905.574000', '204905.577000', '204905.580000', '204905.583000', '204905.585000', '204905.588000', '204905.591000', '204905.593000', '204905.596000', '204905.598000', '204905.601000', '204905.604000', '204905.606000', '204905.609000', '204905.611000', '204905.614000', '204925.503000', '204925.506000', '204925.509000', '204925.511000', '204925.514000', '204925.516000', '204925.519000', '204925.522000', '204925.524000', '204925.527000', '204925.529000', '204925.532000', '204925.534000', '204925.537000', '204925.540000', '204925.542000', '204925.545000', '204925.548000', '204925.550000', '204925.553000', '204925.555000', '204925.558000', '204925.560000', '204925.563000', '204925.566000', '204925.568000', '204925.571000', '204925.573000', '204925.576000', '204925.579000', '204925.581000', '204925.584000', '204925.586000', '204925.589000', '204925.591000', '204925.594000', '204925.597000', '204925.599000', '204925.602000', '204925.604000', '204925.607000', '204925.610000', '204925.612000', '204925.615000', '204945.504000', '204945.507000', '204945.509000', '204945.512000', '204945.514000', '204945.517000', '204945.520000', '204945.522000', '204945.525000', '204945.528000', '204945.530000', '204945.533000', '204945.535000', '204945.538000', '204945.541000', '204945.544000', '204945.546000', '204945.549000', '204945.552000', '204945.554000', '204945.557000', '204945.559000', '204945.562000', '204945.565000', '204945.567000', '204945.570000', '204945.572000', '204945.575000', '204945.578000', '204945.580000', '204945.583000', '204945.585000', '204945.588000', '204945.590000', '204945.593000', '204945.596000', '204945.598000', '204945.601000', '204945.603000', '204945.606000', '204945.609000', '204945.611000', '204945.614000', '205005.503000', '205005.506000', '205005.509000', '205005.511000', '205005.514000', '205005.517000', '205005.519000', '205005.522000', '205005.524000', '205005.527000', '205005.530000', '205005.532000', '205005.535000', '205005.537000', '205005.540000', '205005.543000', '205005.545000', '205005.548000', '205005.550000', '205005.553000', '205005.556000', '205005.558000', '205005.561000', '205005.563000', '205005.566000', '205005.568000', '205005.571000', '205005.574000', '205005.576000', '205005.579000', '205005.581000', '205005.584000', '205005.587000', '205005.589000', '205005.592000', '205005.594000', '205005.597000', '205005.600000', '205005.602000', '205005.605000', '205005.607000', '205005.610000', '205005.613000', '205005.615000', '205025.503000', '205025.505000', '205025.508000', '205025.511000', '205025.513000', '205025.516000', '205025.518000', '205025.521000', '205025.524000', '205025.526000', '205025.529000', '205025.531000', '205025.534000', '205025.536000', '205025.539000', '205025.542000', '205025.544000', '205025.547000', '205025.549000', '205025.552000', '205025.555000', '205025.557000', '205025.560000', '205025.562000', '205025.565000', '205025.567000', '205025.570000', '205025.573000', '205025.576000', '205025.579000', '205025.582000', '205025.584000', '205025.587000', '205025.590000', '205025.592000', '205025.595000', '205025.597000', '205025.600000', '205025.603000', '205025.605000', '205025.608000', '205025.611000', '205025.613000', '205045.502000', '205045.505000', '205045.508000', '205045.510000', '205045.540000', '205045.543000', '205045.545000', '205045.548000', '205045.551000', '205045.553000', '205045.556000', '205045.558000', '205045.561000', '205045.563000', '205045.566000', '205045.569000', '205045.571000', '205045.574000', '205045.577000', '205045.579000', '205045.582000', '205045.585000', '205045.587000', '205045.590000', '205045.592000', '205045.595000', '205045.597000', '205045.600000', '205045.603000', '205045.605000', '205045.608000', '205045.610000', '205045.613000', '205045.616000', '205045.618000', '205045.621000', '205045.624000', '205045.626000', '205045.629000', '205045.631000', '205045.634000', '205045.636000', '205045.639000', '205045.642000', '205105.503000', '205105.505000', '205105.508000', '205105.511000', '205105.513000', '205105.516000', '205105.518000', '205105.521000', '205105.524000', '205105.526000', '205105.529000', '205105.531000', '205105.534000', '205105.536000', '205105.539000', '205105.542000', '205105.544000', '205105.548000', '205105.551000', '205105.553000', '205105.556000', '205105.558000', '205105.561000', '205105.563000', '205105.566000', '205105.569000', '205105.571000', '205105.574000', '205105.576000', '205105.579000', '205105.582000', '205105.584000', '205105.587000', '205105.589000', '205105.592000', '205105.595000', '205105.597000', '205105.600000', '205105.603000', '205105.605000', '205105.608000', '205105.610000', '205105.613000', '205125.503000', '205125.506000', '205125.509000', '205125.511000', '205125.514000', '205125.517000', '205125.519000', '205125.522000', '205125.524000', '205125.527000', '205125.529000', '205125.532000', '205125.535000', '205125.537000', '205125.540000', '205125.542000', '205125.545000', '205125.548000', '205125.550000', '205125.553000', '205125.555000', '205125.558000', '205125.561000', '205125.563000', '205125.566000', '205125.568000', '205125.571000', '205125.573000', '205125.576000', '205125.579000', '205125.581000', '205125.584000', '205125.586000', '205125.589000', '205125.592000', '205125.594000', '205125.597000', '205125.599000', '205125.602000', '205125.605000', '205125.607000', '205125.610000', '205125.612000', '205125.615000', '205145.504000', '205145.507000', '205145.509000', '205145.512000', '205145.514000', '205145.517000', '205145.519000', '205145.522000', '205145.525000', '205145.527000', '205145.530000', '205145.533000', '205145.535000', '205145.538000', '205145.540000', '205145.543000', '205145.546000', '205145.548000', '205145.551000', '205145.553000', '205145.556000', '205145.558000', '205145.561000', '205145.564000', '205145.566000', '205145.569000', '205145.571000', '205145.574000', '205145.576000', '205145.579000', '205145.582000', '205145.584000', '205145.587000', '205145.589000', '205145.592000', '205145.595000', '205145.597000', '205145.600000', '205145.602000', '205145.605000', '205145.608000', '205145.610000', '205145.613000', '205205.503000', '205205.506000', '205205.509000', '205205.512000', '205205.514000', '205205.517000', '205205.519000', '205205.522000', '205205.524000', '205205.527000', '205205.530000', '205205.532000', '205205.535000', '205205.537000', '205205.540000', '205205.543000', '205205.545000', '205205.548000', '205205.550000', '205205.553000', '205205.555000', '205205.558000', '205205.561000', '205205.563000', '205205.566000', '205205.568000', '205205.571000', '205205.573000', '205205.576000', '205205.579000', '205205.581000', '205205.584000', '205205.586000', '205205.589000', '205205.592000', '205205.594000', '205205.597000', '205205.599000', '205205.602000', '205205.605000', '205205.607000', '205205.610000', '205205.612000', '205205.615000', '205225.503000', '205225.506000', '205225.509000', '205225.511000', '205225.514000', '205225.517000', '205225.519000', '205225.522000', '205225.524000', '205225.527000', '205225.530000', '205225.532000', '205225.535000', '205225.537000', '205225.540000', '205225.543000', '205225.545000', '205225.548000', '205225.550000', '205225.553000', '205225.555000', '205225.558000', '205225.560000', '205225.563000', '205225.566000', '205225.568000', '205225.571000', '205225.573000', '205225.576000', '205225.579000', '205225.581000', '205225.584000', '205225.586000', '205225.589000', '205225.592000', '205225.594000', '205225.597000', '205225.599000', '205225.602000', '205225.604000', '205225.607000', '205225.610000', '205225.612000', '205245.503000', '205245.505000', '205245.508000', '205245.511000', '205245.513000', '205245.516000', '205245.518000', '205245.521000', '205245.524000', '205245.526000', '205245.529000', '205245.531000', '205245.534000', '205245.537000', '205245.539000', '205245.542000', '205245.545000', '205245.547000', '205245.550000', '205245.552000', '205245.555000', '205245.557000', '205245.560000', '205245.563000', '205245.565000', '205245.568000', '205245.570000', '205245.573000', '205245.576000', '205245.578000', '205245.581000', '205245.583000', '205245.586000', '205245.588000', '205245.591000', '205245.594000', '205245.596000', '205245.599000', '205245.601000', '205245.604000', '205245.606000', '205245.609000', '205245.612000', '205245.614000', '205305.502000', '205305.505000', '205305.508000', '205305.510000', '205305.513000', '205305.516000', '205305.518000', '205305.521000', '205305.523000', '205305.526000', '205305.528000', '205305.531000', '205305.534000', '205305.536000', '205305.539000', '205305.542000', '205305.544000', '205305.547000', '205305.549000', '205305.552000', '205305.555000', '205305.557000', '205305.560000', '205305.562000', '205305.565000', '205305.567000', '205305.570000', '205305.573000', '205305.575000', '205305.578000', '205305.580000', '205305.583000', '205305.586000', '205305.588000', '205305.591000', '205305.593000', '205305.596000', '205305.598000', '205305.601000', '205305.604000', '205305.624000', '205305.626000', '205305.629000', '205325.503000', '205325.506000', '205325.509000', '205325.511000', '205325.514000', '205325.517000', '205325.519000', '205325.522000', '205325.524000', '205325.527000', '205325.530000', '205325.532000', '205325.535000', '205325.537000', '205325.540000', '205325.543000', '205325.545000', '205325.548000', '205325.550000', '205325.553000', '205325.556000', '205325.558000', '205325.561000', '205325.563000', '205325.566000', '205325.569000', '205325.571000', '205325.574000', '205325.576000', '205325.579000', '205325.582000', '205325.584000', '205325.587000', '205325.589000', '205325.592000', '205325.594000', '205325.597000', '205325.600000', '205325.602000', '205325.605000', '205325.608000', '205325.610000', '205325.613000', '205325.615000', '205345.504000', '205345.506000', '205345.509000', '205345.512000', '205345.514000', '205345.517000', '205345.519000', '205345.522000', '205345.525000', '205345.527000', '205345.530000', '205345.532000', '205345.535000', '205345.538000', '205345.540000', '205345.543000', '205345.546000', '205345.548000', '205345.551000', '205345.556000', '205345.559000', '205345.562000', '205345.564000', '205345.567000', '205345.570000', '205345.572000', '205345.575000', '205345.577000', '205345.580000', '205345.583000', '205345.585000', '205345.588000', '205345.590000', '205345.593000', '205345.595000', '205345.598000', '205345.601000', '205345.603000', '205345.606000', '205345.608000', '205345.611000', '205345.614000', '205345.616000', '205405.504000', '205405.506000', '205405.509000', '205405.512000', '205405.514000', '205405.517000', '205405.520000', '205405.522000', '205405.525000', '205405.528000', '205405.530000', '205405.533000', '205405.535000', '205405.538000', '205405.541000', '205405.543000', '205405.546000', '205405.549000', '205405.551000', '205405.554000', '205405.556000', '205405.559000', '205405.562000', '205405.564000', '205405.567000', '205405.570000', '205405.572000', '205405.575000', '205405.577000', '205405.580000', '205405.583000', '205405.585000', '205405.588000', '205405.590000', '205405.593000', '205405.595000', '205405.598000', '205405.601000', '205405.603000', '205405.606000', '205405.609000', '205405.611000', '205405.614000', '205425.504000', '205425.507000', '205425.509000', '205425.512000', '205425.514000', '205425.517000', '205425.519000', '205425.522000', '205425.525000', '205425.536000', '205425.539000', '205425.542000', '205425.544000', '205425.547000', '205425.549000', '205425.552000', '205425.555000', '205425.557000', '205425.560000', '205425.562000', '205425.565000', '205425.567000', '205425.570000', '205425.573000', '205425.575000', '205425.578000', '205425.580000', '205425.583000', '205425.586000', '205425.588000', '205425.591000', '205425.593000', '205425.596000', '205425.599000', '205425.601000', '205425.604000', '205425.607000', '205425.609000', '205425.612000', '205425.614000', '205425.617000', '205425.619000', '205425.622000', '205425.625000', '205445.504000', '205445.506000', '205445.509000', '205445.512000', '205445.514000', '205445.517000', '205445.519000', '205445.522000', '205445.525000', '205445.527000', '205445.530000', '205445.532000', '205445.535000', '205445.538000', '205445.540000', '205445.543000', '205445.545000', '205445.548000', '205445.550000', '205445.553000', '205445.556000', '205445.558000', '205445.561000', '205445.564000', '205445.566000', '205445.569000', '205445.571000', '205445.574000', '205445.576000', '205445.579000', '205445.582000', '205445.584000', '205445.587000', '205445.589000', '205445.592000', '205445.594000', '205445.597000', '205445.600000', '205445.602000', '205445.605000', '205445.608000', '205445.610000', '205445.613000', '205445.615000', '205505.503000', '205505.505000', '205505.508000', '205505.511000', '205505.513000', '205505.516000', '205505.518000', '205505.521000', '205505.524000', '205505.526000', '205505.529000', '205505.531000', '205505.534000', '205505.537000', '205505.539000', '205505.542000', '205505.545000', '205505.547000', '205505.550000', '205505.552000', '205505.555000', '205505.558000', '205505.560000', '205505.563000', '205505.565000', '205505.568000', '205505.570000', '205505.573000', '205505.576000', '205505.578000', '205505.581000', '205505.583000', '205505.586000', '205505.588000', '205505.591000', '205505.594000', '205505.596000', '205505.599000', '205505.601000', '205505.604000', '205505.607000', '205505.609000', '205505.612000', '205525.502000', '205525.505000', '205525.508000', '205525.510000', '205525.513000', '205525.516000', '205525.518000', '205525.521000', '205525.523000', '205525.526000', '205525.529000', '205525.531000', '205525.536000', '205525.538000', '205525.541000', '205525.543000', '205525.546000', '205525.549000', '205525.551000', '205525.554000', '205525.557000', '205525.559000', '205525.562000', '205525.564000', '205525.567000', '205525.569000', '205525.572000', '205525.575000', '205525.577000', '205525.580000', '205525.582000', '205525.585000', '205525.588000', '205525.590000', '205525.593000', '205525.596000', '205525.598000', '205525.601000', '205525.603000', '205525.606000', '205525.609000', '205525.611000', '205525.614000', '205525.616000', '205545.504000', '205545.506000', '205545.509000', '205545.512000', '205545.514000', '205545.517000', '205545.519000', '205545.522000', '205545.525000', '205545.527000', '205545.530000', '205545.532000', '205545.535000', '205545.537000', '205545.540000', '205545.543000', '205545.545000', '205545.548000', '205545.550000', '205545.553000', '205545.556000', '205545.558000', '205545.561000', '205545.563000', '205545.566000', '205545.568000', '205545.571000', '205545.574000', '205545.576000', '205545.579000', '205545.581000', '205545.584000', '205545.586000', '205545.589000', '205545.592000', '205545.594000', '205545.597000', '205545.599000', '205545.602000', '205545.604000', '205545.607000', '205545.610000', '205545.612000', '205605.504000', '205605.507000', '205605.509000', '205605.512000', '205605.514000', '205605.517000', '205605.520000', '205605.522000', '205605.525000', '205605.527000', '205605.530000', '205605.533000', '205605.535000', '205605.538000', '205605.540000', '205605.543000', '205605.545000', '205605.548000', '205605.551000', '205605.553000', '205605.556000', '205605.559000', '205605.561000', '205605.564000', '205605.566000', '205605.569000', '205605.572000', '205605.574000', '205605.577000', '205605.579000', '205605.582000', '205605.584000', '205605.587000', '205605.590000', '205605.592000', '205605.595000', '205605.598000', '205605.600000', '205605.603000', '205605.605000', '205605.608000', '205605.611000', '205605.613000', '205625.504000', '205625.506000', '205625.509000', '205625.512000', '205625.514000', '205625.517000', '205625.519000', '205625.522000', '205625.525000', '205625.527000', '205625.530000', '205625.532000', '205625.535000', '205625.538000', '205625.540000', '205625.543000', '205625.545000', '205625.548000', '205625.551000', '205625.553000', '205625.556000', '205625.558000', '205625.561000', '205625.564000', '205625.566000', '205625.569000', '205625.571000', '205625.574000', '205625.577000', '205625.579000', '205625.582000', '205625.584000', '205625.587000', '205625.589000', '205625.592000', '205625.595000', '205625.597000', '205625.600000', '205625.602000', '205625.605000', '205625.608000', '205625.610000', '205625.613000', '205625.615000', '205645.504000', '205645.507000', '205645.551000', '205645.553000', '205645.556000', '205645.559000', '205645.561000', '205645.564000', '205645.566000', '205645.569000', '205645.572000', '205645.575000', '205645.578000', '205645.580000', '205645.583000', '205645.585000', '205645.588000', '205645.591000', '205645.593000', '205645.596000', '205645.598000', '205645.601000', '205645.604000', '205645.606000', '205645.609000', '205645.611000', '205645.614000', '205645.617000', '205645.619000', '205645.622000', '205645.624000', '205645.627000', '205645.630000', '205645.632000', '205645.635000', '205645.638000', '205645.640000', '205645.643000', '205645.645000', '205645.648000', '205645.651000', '205645.653000', '205645.656000', '205705.504000', '205705.506000', '205705.509000', '205705.512000', '205705.514000', '205705.517000', '205705.520000', '205705.522000', '205705.525000', '205705.527000', '205705.530000', '205705.533000', '205705.535000', '205705.538000', '205705.541000', '205705.543000', '205705.546000', '205705.549000', '205705.551000', '205705.554000', '205705.556000', '205705.559000', '205705.561000', '205705.564000', '205705.567000', '205705.569000', '205705.572000', '205705.574000', '205705.577000', '205705.580000', '205705.582000', '205705.585000', '205705.587000', '205705.590000', '205705.593000', '205705.595000', '205705.598000', '205705.600000', '205705.603000', '205705.605000', '205705.608000', '205705.611000', '205705.613000', '205705.616000', '205711.729000', '205711.732000', '205711.735000', '205711.738000', '205711.740000', '205711.743000', '205711.746000', '205711.749000', '205711.751000', '205711.754000', '205711.757000', '205711.759000', '205711.762000', '205711.765000'], 'InstanceCreationTime': ['204325.532000', '204325.537000', '204325.539000', '204325.542000', '204325.544000', '204325.547000', '204325.550000', '204325.552000', '204325.555000', '204325.557000', '204325.563000', '204325.565000', '204325.568000', '204325.597000', '204325.599000', '204325.602000', '204325.605000', '204325.607000', '204325.610000', '204325.612000', '204325.615000', '204325.618000', '204325.620000', '204325.623000', '204325.626000', '204325.628000', '204325.631000', '204325.634000', '204325.636000', '204325.639000', '204325.641000', '204325.644000', '204325.647000', '204325.649000', '204325.652000', '204325.654000', '204325.657000', '204325.659000', '204325.662000', '204325.665000', '204325.667000', '204325.670000', '204325.672000', '204325.675000', '204325.681000', '204325.683000', '204325.686000', '204325.688000', '204325.691000', '204325.694000', '204325.696000', '204325.699000', '204325.701000', '204325.704000', '204325.707000', '204325.709000', '204325.712000', '204325.715000', '204325.717000', '204325.720000', '204325.722000', '204325.725000', '204345.503000', '204345.505000', '204345.508000', '204345.510000', '204345.513000', '204345.516000', '204345.518000', '204345.521000', '204345.523000', '204345.526000', '204345.528000', '204345.531000', '204345.534000', '204345.536000', '204345.543000', '204345.546000', '204345.548000', '204345.551000', '204345.553000', '204345.556000', '204345.559000', '204345.561000', '204345.564000', '204345.566000', '204345.569000', '204345.571000', '204345.574000', '204345.577000', '204345.579000', '204345.582000', '204345.584000', '204345.587000', '204345.589000', '204345.592000', '204345.595000', '204345.597000', '204345.600000', '204345.602000', '204345.605000', '204345.607000', '204345.610000', '204345.612000', '204345.615000', '204345.618000', '204405.502000', '204405.510000', '204405.512000', '204405.515000', '204405.517000', '204405.520000', '204405.523000', '204405.525000', '204405.528000', '204405.530000', '204405.533000', '204405.535000', '204405.538000', '204405.540000', '204405.543000', '204405.546000', '204405.548000', '204405.551000', '204405.553000', '204405.556000', '204405.558000', '204405.561000', '204405.563000', '204405.566000', '204405.569000', '204405.571000', '204405.574000', '204405.576000', '204405.579000', '204405.581000', '204405.584000', '204405.587000', '204405.589000', '204405.592000', '204405.594000', '204405.597000', '204405.600000', '204405.602000', '204405.605000', '204405.607000', '204405.610000', '204405.612000', '204405.615000', '204425.503000', '204425.506000', '204425.509000', '204425.511000', '204425.514000', '204425.516000', '204425.519000', '204425.521000', '204425.524000', '204425.526000', '204425.529000', '204425.532000', '204425.534000', '204425.537000', '204425.539000', '204425.542000', '204425.544000', '204425.547000', '204425.549000', '204425.552000', '204425.555000', '204425.557000', '204425.560000', '204425.562000', '204425.565000', '204425.567000', '204425.570000', '204425.573000', '204425.575000', '204425.578000', '204425.580000', '204425.583000', '204425.585000', '204425.588000', '204425.591000', '204425.593000', '204425.596000', '204425.598000', '204425.601000', '204425.604000', '204425.606000', '204425.609000', '204425.611000', '204425.614000', '204445.503000', '204445.506000', '204445.509000', '204445.512000', '204445.514000', '204445.517000', '204445.519000', '204445.522000', '204445.524000', '204445.527000', '204445.530000', '204445.532000', '204445.535000', '204445.537000', '204445.540000', '204445.543000', '204445.545000', '204445.548000', '204445.550000', '204445.553000', '204445.555000', '204445.558000', '204445.561000', '204445.563000', '204445.566000', '204445.568000', '204445.571000', '204445.573000', '204445.576000', '204445.579000', '204445.581000', '204445.584000', '204445.586000', '204445.610000', '204445.612000', '204445.615000', '204445.617000', '204445.620000', '204445.622000', '204445.625000', '204445.628000', '204445.630000', '204445.633000', '204505.504000', '204505.506000', '204505.509000', '204505.512000', '204505.514000', '204505.517000', '204505.519000', '204505.522000', '204505.525000', '204505.527000', '204505.530000', '204505.532000', '204505.535000', '204505.537000', '204505.540000', '204505.542000', '204505.545000', '204505.548000', '204505.550000', '204505.553000', '204505.555000', '204505.558000', '204505.560000', '204505.563000', '204505.566000', '204505.568000', '204505.571000', '204505.573000', '204505.576000', '204505.578000', '204505.581000', '204505.583000', '204505.586000', '204505.589000', '204505.591000', '204505.594000', '204505.596000', '204505.599000', '204505.602000', '204505.604000', '204505.607000', '204505.609000', '204505.612000', '204505.614000', '204525.503000', '204525.506000', '204525.509000', '204525.512000', '204525.514000', '204525.517000', '204525.519000', '204525.522000', '204525.524000', '204525.527000', '204525.529000', '204525.532000', '204525.535000', '204525.537000', '204525.540000', '204525.542000', '204525.545000', '204525.548000', '204525.550000', '204525.553000', '204525.555000', '204525.558000', '204525.560000', '204525.563000', '204525.566000', '204525.568000', '204525.571000', '204525.573000', '204525.576000', '204525.579000', '204525.581000', '204525.584000', '204525.586000', '204525.589000', '204525.591000', '204525.594000', '204525.596000', '204525.599000', '204525.602000', '204525.604000', '204525.607000', '204525.610000', '204525.612000', '204545.502000', '204545.505000', '204545.508000', '204545.510000', '204545.513000', '204545.516000', '204545.518000', '204545.521000', '204545.523000', '204545.526000', '204545.529000', '204545.531000', '204545.534000', '204545.536000', '204545.539000', '204545.541000', '204545.544000', '204545.547000', '204545.549000', '204545.552000', '204545.554000', '204545.557000', '204545.559000', '204545.562000', '204545.565000', '204545.567000', '204545.570000', '204545.572000', '204545.575000', '204545.577000', '204545.580000', '204545.583000', '204545.585000', '204545.588000', '204545.590000', '204545.593000', '204545.596000', '204545.598000', '204545.601000', '204545.603000', '204545.606000', '204545.608000', '204545.611000', '204545.614000', '204605.503000', '204605.505000', '204605.508000', '204605.511000', '204605.513000', '204605.516000', '204605.518000', '204605.521000', '204605.523000', '204605.526000', '204605.529000', '204605.531000', '204605.534000', '204605.536000', '204605.539000', '204605.541000', '204605.544000', '204605.547000', '204605.549000', '204605.552000', '204605.554000', '204605.557000', '204605.559000', '204605.562000', '204605.565000', '204605.567000', '204605.570000', '204605.572000', '204605.575000', '204605.577000', '204605.580000', '204605.583000', '204605.585000', '204605.588000', '204605.590000', '204605.593000', '204605.595000', '204605.598000', '204605.601000', '204605.603000', '204605.606000', '204605.608000', '204605.611000', '204625.503000', '204625.505000', '204625.508000', '204625.511000', '204625.513000', '204625.516000', '204625.518000', '204625.521000', '204625.523000', '204625.526000', '204625.529000', '204625.531000', '204625.534000', '204625.536000', '204625.539000', '204625.542000', '204625.544000', '204625.547000', '204625.549000', '204625.552000', '204625.555000', '204625.557000', '204625.560000', '204625.562000', '204625.565000', '204625.567000', '204625.570000', '204625.573000', '204625.575000', '204625.588000', '204625.591000', '204625.593000', '204625.596000', '204625.599000', '204625.601000', '204625.604000', '204625.606000', '204625.609000', '204625.611000', '204625.614000', '204625.617000', '204625.619000', '204625.622000', '204625.624000', '204645.503000', '204645.506000', '204645.509000', '204645.512000', '204645.514000', '204645.517000', '204645.519000', '204645.522000', '204645.524000', '204645.527000', '204645.530000', '204645.532000', '204645.535000', '204645.537000', '204645.540000', '204645.543000', '204645.545000', '204645.548000', '204645.550000', '204645.553000', '204645.555000', '204645.558000', '204645.561000', '204645.563000', '204645.566000', '204645.568000', '204645.571000', '204645.573000', '204645.576000', '204645.579000', '204645.581000', '204645.584000', '204645.586000', '204645.589000', '204645.592000', '204645.594000', '204645.597000', '204645.599000', '204645.602000', '204645.605000', '204645.607000', '204645.610000', '204645.612000', '204705.503000', '204705.506000', '204705.509000', '204705.511000', '204705.514000', '204705.517000', '204705.519000', '204705.522000', '204705.524000', '204705.527000', '204705.529000', '204705.532000', '204705.535000', '204705.537000', '204705.540000', '204705.542000', '204705.545000', '204705.547000', '204705.550000', '204705.553000', '204705.555000', '204705.558000', '204705.560000', '204705.563000', '204705.565000', '204705.568000', '204705.571000', '204705.573000', '204705.576000', '204705.579000', '204705.581000', '204705.584000', '204705.586000', '204705.589000', '204705.592000', '204705.594000', '204705.597000', '204705.599000', '204705.602000', '204705.604000', '204705.607000', '204705.610000', '204705.612000', '204705.615000', '204725.503000', '204725.506000', '204725.509000', '204725.511000', '204725.514000', '204725.517000', '204725.519000', '204725.522000', '204725.524000', '204725.527000', '204725.529000', '204725.532000', '204725.535000', '204725.537000', '204725.540000', '204725.542000', '204725.545000', '204725.548000', '204725.550000', '204725.553000', '204725.555000', '204725.558000', '204725.560000', '204725.563000', '204725.566000', '204725.568000', '204725.571000', '204725.573000', '204725.576000', '204725.578000', '204725.581000', '204725.584000', '204725.586000', '204725.589000', '204725.591000', '204725.594000', '204725.596000', '204725.599000', '204725.602000', '204725.604000', '204725.607000', '204725.609000', '204725.612000', '204745.503000', '204745.506000', '204745.509000', '204745.511000', '204745.514000', '204745.517000', '204745.519000', '204745.522000', '204745.524000', '204745.527000', '204745.530000', '204745.532000', '204745.535000', '204745.538000', '204745.541000', '204745.543000', '204745.546000', '204745.549000', '204745.551000', '204745.554000', '204745.557000', '204745.559000', '204745.562000', '204745.564000', '204745.567000', '204745.570000', '204745.572000', '204745.575000', '204745.578000', '204745.580000', '204745.583000', '204745.585000', '204745.588000', '204745.591000', '204745.593000', '204745.596000', '204745.598000', '204745.601000', '204745.603000', '204745.606000', '204745.609000', '204745.611000', '204745.614000', '204745.617000', '204805.503000', '204805.505000', '204805.508000', '204805.511000', '204805.513000', '204805.516000', '204805.518000', '204805.521000', '204805.524000', '204805.526000', '204805.529000', '204805.532000', '204805.534000', '204805.537000', '204805.539000', '204805.542000', '204805.544000', '204805.547000', '204805.549000', '204805.552000', '204805.555000', '204805.557000', '204805.560000', '204805.562000', '204805.565000', '204805.568000', '204805.570000', '204805.573000', '204805.575000', '204805.578000', '204805.580000', '204805.583000', '204805.586000', '204805.588000', '204805.591000', '204805.593000', '204805.596000', '204805.599000', '204805.601000', '204805.604000', '204805.606000', '204805.609000', '204805.612000', '204825.503000', '204825.505000', '204825.508000', '204825.511000', '204825.513000', '204825.516000', '204825.518000', '204825.521000', '204825.524000', '204825.526000', '204825.529000', '204825.531000', '204825.534000', '204825.536000', '204825.539000', '204825.542000', '204825.544000', '204825.547000', '204825.549000', '204825.552000', '204825.554000', '204825.557000', '204825.560000', '204825.562000', '204825.565000', '204825.567000', '204825.570000', '204825.574000', '204825.577000', '204825.580000', '204825.582000', '204825.585000', '204825.587000', '204825.590000', '204825.592000', '204825.595000', '204825.597000', '204825.600000', '204825.603000', '204825.605000', '204825.608000', '204825.611000', '204825.613000', '204845.503000', '204845.506000', '204845.508000', '204845.511000', '204845.513000', '204845.516000', '204845.519000', '204845.521000', '204845.524000', '204845.526000', '204845.529000', '204845.532000', '204845.534000', '204845.537000', '204845.539000', '204845.542000', '204845.544000', '204845.547000', '204845.550000', '204845.552000', '204845.555000', '204845.558000', '204845.560000', '204845.563000', '204845.565000', '204845.568000', '204845.570000', '204845.573000', '204845.576000', '204845.578000', '204845.581000', '204845.583000', '204845.586000', '204845.588000', '204845.591000', '204845.594000', '204845.596000', '204845.599000', '204845.601000', '204845.604000', '204845.607000', '204845.609000', '204845.612000', '204845.614000', '204905.503000', '204905.506000', '204905.509000', '204905.512000', '204905.514000', '204905.517000', '204905.519000', '204905.522000', '204905.525000', '204905.527000', '204905.530000', '204905.533000', '204905.535000', '204905.538000', '204905.540000', '204905.543000', '204905.545000', '204905.548000', '204905.551000', '204905.553000', '204905.556000', '204905.558000', '204905.561000', '204905.564000', '204905.566000', '204905.569000', '204905.571000', '204905.574000', '204905.577000', '204905.580000', '204905.583000', '204905.585000', '204905.588000', '204905.591000', '204905.593000', '204905.596000', '204905.598000', '204905.601000', '204905.604000', '204905.606000', '204905.609000', '204905.611000', '204905.614000', '204925.503000', '204925.506000', '204925.509000', '204925.511000', '204925.514000', '204925.516000', '204925.519000', '204925.522000', '204925.524000', '204925.527000', '204925.529000', '204925.532000', '204925.534000', '204925.537000', '204925.540000', '204925.542000', '204925.545000', '204925.548000', '204925.550000', '204925.553000', '204925.555000', '204925.558000', '204925.560000', '204925.563000', '204925.566000', '204925.568000', '204925.571000', '204925.573000', '204925.576000', '204925.579000', '204925.581000', '204925.584000', '204925.586000', '204925.589000', '204925.591000', '204925.594000', '204925.597000', '204925.599000', '204925.602000', '204925.604000', '204925.607000', '204925.610000', '204925.612000', '204925.615000', '204945.504000', '204945.507000', '204945.509000', '204945.512000', '204945.514000', '204945.517000', '204945.520000', '204945.522000', '204945.525000', '204945.528000', '204945.530000', '204945.533000', '204945.535000', '204945.538000', '204945.541000', '204945.544000', '204945.546000', '204945.549000', '204945.552000', '204945.554000', '204945.557000', '204945.559000', '204945.562000', '204945.565000', '204945.567000', '204945.570000', '204945.572000', '204945.575000', '204945.578000', '204945.580000', '204945.583000', '204945.585000', '204945.588000', '204945.590000', '204945.593000', '204945.596000', '204945.598000', '204945.601000', '204945.603000', '204945.606000', '204945.609000', '204945.611000', '204945.614000', '205005.503000', '205005.506000', '205005.509000', '205005.511000', '205005.514000', '205005.517000', '205005.519000', '205005.522000', '205005.524000', '205005.527000', '205005.530000', '205005.532000', '205005.535000', '205005.537000', '205005.540000', '205005.543000', '205005.545000', '205005.548000', '205005.550000', '205005.553000', '205005.556000', '205005.558000', '205005.561000', '205005.563000', '205005.566000', '205005.568000', '205005.571000', '205005.574000', '205005.576000', '205005.579000', '205005.581000', '205005.584000', '205005.587000', '205005.589000', '205005.592000', '205005.594000', '205005.597000', '205005.600000', '205005.602000', '205005.605000', '205005.607000', '205005.610000', '205005.613000', '205005.615000', '205025.503000', '205025.505000', '205025.508000', '205025.511000', '205025.513000', '205025.516000', '205025.518000', '205025.521000', '205025.524000', '205025.526000', '205025.529000', '205025.531000', '205025.534000', '205025.536000', '205025.539000', '205025.542000', '205025.544000', '205025.547000', '205025.549000', '205025.552000', '205025.555000', '205025.557000', '205025.560000', '205025.562000', '205025.565000', '205025.567000', '205025.570000', '205025.573000', '205025.576000', '205025.579000', '205025.582000', '205025.584000', '205025.587000', '205025.590000', '205025.592000', '205025.595000', '205025.597000', '205025.600000', '205025.603000', '205025.605000', '205025.608000', '205025.611000', '205025.613000', '205045.502000', '205045.505000', '205045.508000', '205045.510000', '205045.540000', '205045.543000', '205045.545000', '205045.548000', '205045.551000', '205045.553000', '205045.556000', '205045.558000', '205045.561000', '205045.563000', '205045.566000', '205045.569000', '205045.571000', '205045.574000', '205045.577000', '205045.579000', '205045.582000', '205045.585000', '205045.587000', '205045.590000', '205045.592000', '205045.595000', '205045.597000', '205045.600000', '205045.603000', '205045.605000', '205045.608000', '205045.610000', '205045.613000', '205045.616000', '205045.618000', '205045.621000', '205045.624000', '205045.626000', '205045.629000', '205045.631000', '205045.634000', '205045.636000', '205045.639000', '205045.642000', '205105.503000', '205105.505000', '205105.508000', '205105.511000', '205105.513000', '205105.516000', '205105.518000', '205105.521000', '205105.524000', '205105.526000', '205105.529000', '205105.531000', '205105.534000', '205105.536000', '205105.539000', '205105.542000', '205105.544000', '205105.548000', '205105.551000', '205105.553000', '205105.556000', '205105.558000', '205105.561000', '205105.563000', '205105.566000', '205105.569000', '205105.571000', '205105.574000', '205105.576000', '205105.579000', '205105.582000', '205105.584000', '205105.587000', '205105.589000', '205105.592000', '205105.595000', '205105.597000', '205105.600000', '205105.603000', '205105.605000', '205105.608000', '205105.610000', '205105.613000', '205125.503000', '205125.506000', '205125.509000', '205125.511000', '205125.514000', '205125.517000', '205125.519000', '205125.522000', '205125.524000', '205125.527000', '205125.529000', '205125.532000', '205125.535000', '205125.537000', '205125.540000', '205125.542000', '205125.545000', '205125.548000', '205125.550000', '205125.553000', '205125.555000', '205125.558000', '205125.561000', '205125.563000', '205125.566000', '205125.568000', '205125.571000', '205125.573000', '205125.576000', '205125.579000', '205125.581000', '205125.584000', '205125.586000', '205125.589000', '205125.592000', '205125.594000', '205125.597000', '205125.599000', '205125.602000', '205125.605000', '205125.607000', '205125.610000', '205125.612000', '205125.615000', '205145.504000', '205145.507000', '205145.509000', '205145.512000', '205145.514000', '205145.517000', '205145.519000', '205145.522000', '205145.525000', '205145.527000', '205145.530000', '205145.533000', '205145.535000', '205145.538000', '205145.540000', '205145.543000', '205145.546000', '205145.548000', '205145.551000', '205145.553000', '205145.556000', '205145.558000', '205145.561000', '205145.564000', '205145.566000', '205145.569000', '205145.571000', '205145.574000', '205145.576000', '205145.579000', '205145.582000', '205145.584000', '205145.587000', '205145.589000', '205145.592000', '205145.595000', '205145.597000', '205145.600000', '205145.602000', '205145.605000', '205145.608000', '205145.610000', '205145.613000', '205205.503000', '205205.506000', '205205.509000', '205205.512000', '205205.514000', '205205.517000', '205205.519000', '205205.522000', '205205.524000', '205205.527000', '205205.530000', '205205.532000', '205205.535000', '205205.537000', '205205.540000', '205205.543000', '205205.545000', '205205.548000', '205205.550000', '205205.553000', '205205.555000', '205205.558000', '205205.561000', '205205.563000', '205205.566000', '205205.568000', '205205.571000', '205205.573000', '205205.576000', '205205.579000', '205205.581000', '205205.584000', '205205.586000', '205205.589000', '205205.592000', '205205.594000', '205205.597000', '205205.599000', '205205.602000', '205205.605000', '205205.607000', '205205.610000', '205205.612000', '205205.615000', '205225.503000', '205225.506000', '205225.509000', '205225.511000', '205225.514000', '205225.517000', '205225.519000', '205225.522000', '205225.524000', '205225.527000', '205225.530000', '205225.532000', '205225.535000', '205225.537000', '205225.540000', '205225.543000', '205225.545000', '205225.548000', '205225.550000', '205225.553000', '205225.555000', '205225.558000', '205225.560000', '205225.563000', '205225.566000', '205225.568000', '205225.571000', '205225.573000', '205225.576000', '205225.579000', '205225.581000', '205225.584000', '205225.586000', '205225.589000', '205225.592000', '205225.594000', '205225.597000', '205225.599000', '205225.602000', '205225.604000', '205225.607000', '205225.610000', '205225.612000', '205245.503000', '205245.505000', '205245.508000', '205245.511000', '205245.513000', '205245.516000', '205245.518000', '205245.521000', '205245.524000', '205245.526000', '205245.529000', '205245.531000', '205245.534000', '205245.537000', '205245.539000', '205245.542000', '205245.545000', '205245.547000', '205245.550000', '205245.552000', '205245.555000', '205245.557000', '205245.560000', '205245.563000', '205245.565000', '205245.568000', '205245.570000', '205245.573000', '205245.576000', '205245.578000', '205245.581000', '205245.583000', '205245.586000', '205245.588000', '205245.591000', '205245.594000', '205245.596000', '205245.599000', '205245.601000', '205245.604000', '205245.606000', '205245.609000', '205245.612000', '205245.614000', '205305.502000', '205305.505000', '205305.508000', '205305.510000', '205305.513000', '205305.516000', '205305.518000', '205305.521000', '205305.523000', '205305.526000', '205305.528000', '205305.531000', '205305.534000', '205305.536000', '205305.539000', '205305.542000', '205305.544000', '205305.547000', '205305.549000', '205305.552000', '205305.555000', '205305.557000', '205305.560000', '205305.562000', '205305.565000', '205305.567000', '205305.570000', '205305.573000', '205305.575000', '205305.578000', '205305.580000', '205305.583000', '205305.586000', '205305.588000', '205305.591000', '205305.593000', '205305.596000', '205305.598000', '205305.601000', '205305.604000', '205305.624000', '205305.626000', '205305.629000', '205325.503000', '205325.506000', '205325.509000', '205325.511000', '205325.514000', '205325.517000', '205325.519000', '205325.522000', '205325.524000', '205325.527000', '205325.530000', '205325.532000', '205325.535000', '205325.537000', '205325.540000', '205325.543000', '205325.545000', '205325.548000', '205325.550000', '205325.553000', '205325.556000', '205325.558000', '205325.561000', '205325.563000', '205325.566000', '205325.569000', '205325.571000', '205325.574000', '205325.576000', '205325.579000', '205325.582000', '205325.584000', '205325.587000', '205325.589000', '205325.592000', '205325.594000', '205325.597000', '205325.600000', '205325.602000', '205325.605000', '205325.608000', '205325.610000', '205325.613000', '205325.615000', '205345.504000', '205345.506000', '205345.509000', '205345.512000', '205345.514000', '205345.517000', '205345.519000', '205345.522000', '205345.525000', '205345.527000', '205345.530000', '205345.532000', '205345.535000', '205345.538000', '205345.540000', '205345.543000', '205345.546000', '205345.548000', '205345.551000', '205345.556000', '205345.559000', '205345.562000', '205345.564000', '205345.567000', '205345.570000', '205345.572000', '205345.575000', '205345.577000', '205345.580000', '205345.583000', '205345.585000', '205345.588000', '205345.590000', '205345.593000', '205345.595000', '205345.598000', '205345.601000', '205345.603000', '205345.606000', '205345.608000', '205345.611000', '205345.614000', '205345.616000', '205405.504000', '205405.506000', '205405.509000', '205405.512000', '205405.514000', '205405.517000', '205405.520000', '205405.522000', '205405.525000', '205405.528000', '205405.530000', '205405.533000', '205405.535000', '205405.538000', '205405.541000', '205405.543000', '205405.546000', '205405.549000', '205405.551000', '205405.554000', '205405.556000', '205405.559000', '205405.562000', '205405.564000', '205405.567000', '205405.570000', '205405.572000', '205405.575000', '205405.577000', '205405.580000', '205405.583000', '205405.585000', '205405.588000', '205405.590000', '205405.593000', '205405.595000', '205405.598000', '205405.601000', '205405.603000', '205405.606000', '205405.609000', '205405.611000', '205405.614000', '205425.504000', '205425.507000', '205425.509000', '205425.512000', '205425.514000', '205425.517000', '205425.519000', '205425.522000', '205425.525000', '205425.536000', '205425.539000', '205425.542000', '205425.544000', '205425.547000', '205425.549000', '205425.552000', '205425.555000', '205425.557000', '205425.560000', '205425.562000', '205425.565000', '205425.567000', '205425.570000', '205425.573000', '205425.575000', '205425.578000', '205425.580000', '205425.583000', '205425.586000', '205425.588000', '205425.591000', '205425.593000', '205425.596000', '205425.599000', '205425.601000', '205425.604000', '205425.607000', '205425.609000', '205425.612000', '205425.614000', '205425.617000', '205425.619000', '205425.622000', '205425.625000', '205445.504000', '205445.506000', '205445.509000', '205445.512000', '205445.514000', '205445.517000', '205445.519000', '205445.522000', '205445.525000', '205445.527000', '205445.530000', '205445.532000', '205445.535000', '205445.538000', '205445.540000', '205445.543000', '205445.545000', '205445.548000', '205445.550000', '205445.553000', '205445.556000', '205445.558000', '205445.561000', '205445.564000', '205445.566000', '205445.569000', '205445.571000', '205445.574000', '205445.576000', '205445.579000', '205445.582000', '205445.584000', '205445.587000', '205445.589000', '205445.592000', '205445.594000', '205445.597000', '205445.600000', '205445.602000', '205445.605000', '205445.608000', '205445.610000', '205445.613000', '205445.615000', '205505.503000', '205505.505000', '205505.508000', '205505.511000', '205505.513000', '205505.516000', '205505.518000', '205505.521000', '205505.524000', '205505.526000', '205505.529000', '205505.531000', '205505.534000', '205505.537000', '205505.539000', '205505.542000', '205505.545000', '205505.547000', '205505.550000', '205505.552000', '205505.555000', '205505.558000', '205505.560000', '205505.563000', '205505.565000', '205505.568000', '205505.570000', '205505.573000', '205505.576000', '205505.578000', '205505.581000', '205505.583000', '205505.586000', '205505.588000', '205505.591000', '205505.594000', '205505.596000', '205505.599000', '205505.601000', '205505.604000', '205505.607000', '205505.609000', '205505.612000', '205525.502000', '205525.505000', '205525.508000', '205525.510000', '205525.513000', '205525.516000', '205525.518000', '205525.521000', '205525.523000', '205525.526000', '205525.529000', '205525.531000', '205525.536000', '205525.538000', '205525.541000', '205525.543000', '205525.546000', '205525.549000', '205525.551000', '205525.554000', '205525.557000', '205525.559000', '205525.562000', '205525.564000', '205525.567000', '205525.569000', '205525.572000', '205525.575000', '205525.577000', '205525.580000', '205525.582000', '205525.585000', '205525.588000', '205525.590000', '205525.593000', '205525.596000', '205525.598000', '205525.601000', '205525.603000', '205525.606000', '205525.609000', '205525.611000', '205525.614000', '205525.616000', '205545.504000', '205545.506000', '205545.509000', '205545.512000', '205545.514000', '205545.517000', '205545.519000', '205545.522000', '205545.525000', '205545.527000', '205545.530000', '205545.532000', '205545.535000', '205545.537000', '205545.540000', '205545.543000', '205545.545000', '205545.548000', '205545.550000', '205545.553000', '205545.556000', '205545.558000', '205545.561000', '205545.563000', '205545.566000', '205545.568000', '205545.571000', '205545.574000', '205545.576000', '205545.579000', '205545.581000', '205545.584000', '205545.586000', '205545.589000', '205545.592000', '205545.594000', '205545.597000', '205545.599000', '205545.602000', '205545.604000', '205545.607000', '205545.610000', '205545.612000', '205605.504000', '205605.507000', '205605.509000', '205605.512000', '205605.514000', '205605.517000', '205605.520000', '205605.522000', '205605.525000', '205605.527000', '205605.530000', '205605.533000', '205605.535000', '205605.538000', '205605.540000', '205605.543000', '205605.545000', '205605.548000', '205605.551000', '205605.553000', '205605.556000', '205605.559000', '205605.561000', '205605.564000', '205605.566000', '205605.569000', '205605.572000', '205605.574000', '205605.577000', '205605.579000', '205605.582000', '205605.584000', '205605.587000', '205605.590000', '205605.592000', '205605.595000', '205605.598000', '205605.600000', '205605.603000', '205605.605000', '205605.608000', '205605.611000', '205605.613000', '205625.504000', '205625.506000', '205625.509000', '205625.512000', '205625.514000', '205625.517000', '205625.519000', '205625.522000', '205625.525000', '205625.527000', '205625.530000', '205625.532000', '205625.535000', '205625.538000', '205625.540000', '205625.543000', '205625.545000', '205625.548000', '205625.551000', '205625.553000', '205625.556000', '205625.558000', '205625.561000', '205625.564000', '205625.566000', '205625.569000', '205625.571000', '205625.574000', '205625.577000', '205625.579000', '205625.582000', '205625.584000', '205625.587000', '205625.589000', '205625.592000', '205625.595000', '205625.597000', '205625.600000', '205625.602000', '205625.605000', '205625.608000', '205625.610000', '205625.613000', '205625.615000', '205645.504000', '205645.507000', '205645.551000', '205645.553000', '205645.556000', '205645.559000', '205645.561000', '205645.564000', '205645.566000', '205645.569000', '205645.572000', '205645.575000', '205645.578000', '205645.580000', '205645.583000', '205645.585000', '205645.588000', '205645.591000', '205645.593000', '205645.596000', '205645.598000', '205645.601000', '205645.604000', '205645.606000', '205645.609000', '205645.611000', '205645.614000', '205645.617000', '205645.619000', '205645.622000', '205645.624000', '205645.627000', '205645.630000', '205645.632000', '205645.635000', '205645.638000', '205645.640000', '205645.643000', '205645.645000', '205645.648000', '205645.651000', '205645.653000', '205645.656000', '205705.504000', '205705.506000', '205705.509000', '205705.512000', '205705.514000', '205705.517000', '205705.520000', '205705.522000', '205705.525000', '205705.527000', '205705.530000', '205705.533000', '205705.535000', '205705.538000', '205705.541000', '205705.543000', '205705.546000', '205705.549000', '205705.551000', '205705.554000', '205705.556000', '205705.559000', '205705.561000', '205705.564000', '205705.567000', '205705.569000', '205705.572000', '205705.574000', '205705.577000', '205705.580000', '205705.582000', '205705.585000', '205705.587000', '205705.590000', '205705.593000', '205705.595000', '205705.598000', '205705.600000', '205705.603000', '205705.605000', '205705.608000', '205705.611000', '205705.613000', '205705.616000', '205711.729000', '205711.732000', '205711.735000', '205711.738000', '205711.740000', '205711.743000', '205711.746000', '205711.749000', '205711.751000', '205711.754000', '205711.757000', '205711.759000', '205711.762000', '205711.765000'], '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': [9483, 9093, 8426, 8004, 8807, 9833, 8488, 8997, 8388, 8685, 8028, 7409, 8560, 8570, 7441, 8712, 8341, 8162, 9012, 8840, 8211, 8012, 7241, 8616, 8149, 7434, 8570, 8722, 7469, 8833, 8958, 8121, 7773, 7698, 8873, 7948, 7766, 8818, 8089, 7046, 8271, 8835, 12120, 8356, 7984, 9277, 7885, 8431, 9131, 8024, 8413, 10291, 7905, 8864, 11207, 8354, 8860, 10647, 8644, 8899, 11057, 8839, 10039, 8507, 8898, 9648, 8500, 8827, 10315, 8250, 8723, 10835, 8601, 8995, 11454, 8606, 8991, 10675, 8632, 9114, 8838, 9044, 9765, 8169, 8971, 10886, 8079, 9054, 10510, 8651, 9293, 8130, 8774, 9881, 8239, 8814, 11065, 8287, 9021, 10588, 8018, 9140, 9900, 8365, 9222, 7908, 8741, 9556, 7980, 9159, 10781, 8409, 8045, 9476, 8036, 8635, 8843, 8493, 9955, 7948, 9104, 10685, 7817, 8234, 10899, 8702, 8559, 7794, 8201, 7923, 9009, 8261, 8183, 10203, 10968, 8410, 9350, 8707, 8145, 9712, 7858, 8385, 9509, 7993, 7808, 7303, 8229, 8096, 8540, 8197, 9482, 7992, 8067, 7027, 8319, 7966, 7235, 8392, 9889, 8381, 8853, 10332, 8281, 8623, 10104, 8208, 8755, 9768, 8390, 8982, 9574, 8193, 7909, 8926, 8543, 8503, 7878, 8965, 8490, 8329, 8640, 9816, 8268, 8992, 9444, 8373, 8998, 9168, 8143, 8548, 9909, 8478, 8073, 7332, 8855, 8192, 8140, 8636, 9785, 8085, 9070, 9487, 8220, 8835, 9485, 7912, 8286, 7293, 8401, 8402, 7672, 8485, 7696, 9102, 8221, 8917, 9185, 8230, 6841, 8379, 8735, 8637, 9672, 9555, 10903, 8963, 8627, 9653, 9643, 8747, 12130, 9266, 11477, 13120, 8223, 12186, 9608, 8495, 11936, 8361, 8487, 11464, 8512, 7910, 8696, 8121, 8938, 7606, 8456, 9446, 7990, 8828, 9392, 8440, 8595, 9401, 8419, 8345, 7403, 8523, 8347, 8337, 8656, 9515, 8383, 8068, 8095, 9153, 8789, 8968, 7445, 8958, 8899, 11182, 8226, 8911, 7919, 8357, 9225, 9812, 7917, 8239, 9159, 8296, 7929, 7243, 8430, 7740, 7092, 8018, 8413, 8389, 8712, 9043, 8191, 8360, 9272, 7643, 8627, 9864, 7901, 8486, 10090, 7798, 8306, 10327, 7763, 8001, 7103, 8168, 7813, 7865, 8161, 9470, 8550, 8859, 9975, 7785, 8407, 9756, 9366, 9305, 8929, 8842, 9640, 6945, 8961, 9716, 8228, 8608, 7080, 8310, 8561, 7450, 8729, 9266, 8464, 8600, 9902, 7909, 8691, 8667, 8318, 9109, 8383, 8632, 9457, 7938, 8640, 10134, 8002, 8511, 9296, 8213, 8454, 7717, 8714, 9486, 8128, 8599, 9367, 8741, 9019, 7881, 8600, 9487, 7893, 8865, 9117, 10478, 8720, 9292, 10418, 8878, 9142, 9925, 8552, 8950, 11417, 8356, 8734, 11323, 8227, 9099, 10567, 8556, 9402, 8834, 9606, 9772, 8026, 8616, 10141, 8175, 8520, 11464, 7845, 9171, 11156, 9017, 9861, 10438, 9207, 10009, 9905, 9674, 9937, 8610, 9637, 9745, 9370, 9767, 9594, 8633, 10097, 9924, 9251, 9812, 10428, 9317, 9596, 8102, 9851, 9426, 9595, 9695, 10187, 8853, 9702, 10376, 9489, 9615, 11068, 9327, 9527, 9565, 9809, 9431, 9193, 9636, 9625, 9032, 8904, 9413, 7901, 8965, 10766, 8323, 8879, 8953, 8726, 10029, 8638, 9886, 8843, 10082, 10117, 11543, 12662, 9124, 9744, 12364, 7734, 8300, 7983, 9204, 12307, 7875, 12275, 8155, 9251, 9105, 9504, 9115, 10031, 14008, 9699, 9006, 11577, 9532, 9149, 9567, 9855, 9095, 9794, 9502, 7854, 9708, 9362, 9337, 9865, 8983, 9022, 9934, 8725, 9804, 9615, 9157, 9925, 9369, 9115, 9804, 8258, 9599, 9804, 9448, 9557, 9470, 8914, 9345, 8385, 8908, 8567, 9682, 8424, 8785, 8304, 8635, 9289, 11669, 11202, 9138, 9155, 7885, 8987, 9413, 8513, 9007, 10032, 8805, 8790, 9424, 8580, 8748, 8312, 9011, 9341, 8486, 8971, 9640, 8294, 7882, 7772, 8887, 8210, 8202, 8435, 8418, 8184, 8904, 9290, 7912, 9129, 9485, 8240, 8788, 9338, 8744, 7926, 8340, 8574, 8763, 7936, 8822, 9374, 8650, 8060, 9144, 8163, 8775, 8712, 7951, 7274, 8077, 7882, 7815, 8299, 9182, 10338, 13179, 8477, 8778, 10467, 8444, 8686, 10399, 8431, 8603, 9231, 8632, 8511, 8005, 8966, 8806, 8379, 8740, 9325, 9005, 8281, 9076, 8532, 8087, 8420, 8767, 8119, 7811, 9024, 8227, 7886, 8676, 8783, 8414, 8783, 9853, 8772, 8937, 9521, 8366, 8030, 9445, 8746, 7978, 8134, 8962, 8547, 8504, 8646, 9070, 8723, 7742, 7508, 8502, 8086, 7255, 8315, 8869, 8646, 8516, 9264, 8187, 8975, 8982, 8186, 7853, 7567, 8649, 9137, 7986, 8811, 8770, 7805, 7916, 7486, 8443, 9205, 7811, 8000, 8797, 9022, 9964, 9180, 7665, 8368, 7726, 7980, 8610, 12365, 9414, 8257, 11503, 8956, 9324, 9214, 8744, 9382, 10170, 7936, 9687, 10051, 8598, 9318, 9547, 8753, 9466, 10293, 8907, 9532, 8015, 9316, 9508, 8466, 9565, 9535, 8508, 9680, 8801, 8799, 9523, 7671, 9024, 9150, 8191, 9251, 9364, 8365, 9528, 10051, 7313, 9422, 9129, 8525, 9459, 9993, 8840, 9781, 8392, 8712, 9112, 8982, 9195, 9041, 9260, 8911, 9242, 8878, 8680, 8585, 7628, 8477, 9092, 7859, 8520, 7759, 7958, 8344, 8811, 8393, 9033, 8067, 8490, 9049, 7946, 7648, 8127, 7760, 7927, 9238, 11210, 7940, 9222, 7327, 8168, 8754, 7063, 8312, 9123, 8488, 8135, 9587, 7621, 8484, 9515, 8986, 9544, 9518, 9872, 9662, 10062, 9773, 9928, 10624, 10206, 11016, 9191, 8551, 11140, 8054, 8531, 10432, 8229, 8857, 10904, 8326, 10416, 8672, 8384, 10848, 8222, 9382, 8371, 8223, 10319, 8524, 8057, 8545, 8884, 8262, 8501, 8547, 8734, 8526, 8637, 8051, 8673, 8096, 7569, 8353, 8282, 8755, 8914, 9291, 8396, 8277, 7663, 8229, 8968, 8291, 7872, 9510, 9051, 7305, 7799, 8149, 8587, 8242, 8459, 8598, 11802, 8030, 8349, 9914, 7897, 8680, 10102, 7727, 8637, 9539, 7705, 8334, 8232, 8017, 8545, 8335, 8204, 8277, 8318, 8484, 9233, 8228, 7729, 8832, 8165, 8577, 8618, 7818, 8602, 8420, 8617, 9722, 7935, 8565, 9278, 7749, 7967, 8886, 8208, 7802, 9067, 7818, 8101, 8136, 8221, 8166, 8283, 8656, 8986, 8578, 9222, 8504, 8240, 9460, 8890, 8987, 9379, 7635, 11545, 12605, 9205, 11732, 10506, 8865, 14130, 8429, 8514, 8253, 7927, 8101, 8476, 11699, 14720, 8597, 9317, 10362, 8061, 8504, 9971, 8079, 8980, 8271, 7870, 8856, 7892, 7927, 8867, 7792, 8071, 9643, 7803, 8113, 7369, 7884, 8213, 7639, 8043, 9246, 7650, 8146, 6614, 7502, 8146, 7854, 7964, 9618, 7752, 8045, 8970, 7635, 7853, 7216, 7520, 9054, 8109, 7773, 9230, 7406, 7973, 6794, 7253, 8709, 8013, 8149, 9558, 7790, 8384, 9410, 8342, 8081, 7654, 8088, 8006, 9387, 11270, 9124, 9142, 8189, 9240, 8568, 7902, 9288, 8988, 8702, 9246, 9365, 8858, 9425, 8575, 9171, 8496, 8364, 9274, 7691, 9031, 8447, 6838, 9252, 8348, 8570, 9571, 8633, 9244, 8332, 8191, 9369, 8705, 8479, 9369, 9008, 8814, 9434, 8992, 8889, 9254, 8820, 9191, 8589, 7953, 9275, 8502, 8200, 9364, 8528, 9040, 9464, 9094, 9216, 9264, 10310, 9331, 8570, 8128, 7814, 8815, 9223, 8494, 9076, 8538, 8751, 9493, 10259, 8970, 9582, 10192, 9577, 9553, 9912, 9595, 8385, 8921, 9486, 8161, 9044, 9452, 8967, 9019, 9330, 8724, 9446, 9113, 9604, 9514, 8370, 8809, 9638, 8550, 8850, 9520, 8842, 9239, 9239, 9143, 9437, 9151, 9767, 9523, 8430, 9077, 9776, 9121, 9452, 9399, 9762, 9548, 9549, 9751, 9577, 9490, 10579, 9360, 8396, 8819, 9800, 8805, 9145, 9549, 8940, 9274, 8819, 9258, 7517, 9433, 8872, 8497, 9543, 9199, 9387, 9456, 12747, 9093, 9429, 8650, 8493, 8861, 8521, 9358, 7619, 9365, 8818, 9235, 9445, 12770, 9115, 9316, 10471, 9138, 9170, 9371, 9293, 9221, 8720, 9453, 9298, 9582, 9138, 8174, 8719, 9495, 8109, 8725, 9479, 8447, 8979, 9519, 8395, 8874, 9338, 8998, 9472, 9217, 9690, 9315, 9262, 9488, 8237, 9017, 8210, 8812, 8378, 9423, 9073, 10280, 10794, 9499, 9820, 10078, 9562, 9381, 7579, 8656, 10260, 9591, 9294, 9477, 10589, 9437, 12569, 11238, 9509, 11473, 9772, 7470, 8840, 9044, 8510, 9327, 9042, 9300, 9188, 12816, 9227, 9335, 8352, 9649, 8672, 9218, 9476, 8069, 8345, 7378, 8578, 8137, 9237, 8367, 9179, 9351, 10998, 9207, 9217, 9228, 9110, 9444, 9386, 9186, 9434, 9008, 9368, 9383, 9030, 9236, 9275, 9303, 9431, 9284, 8626, 9576, 8436, 7652, 9485, 8290, 8811, 9448, 8443, 8925, 9437, 8907, 9296, 9488, 9352, 9533, 8332, 7979, 9769, 8581, 9058, 9732, 8707, 9069, 9541, 9379, 9440, 8284, 8023, 9625, 8452, 9050, 9616, 9187, 9412, 9280, 10160, 9432, 9430, 8980, 9483, 8249, 9195, 9276, 8989, 9148, 9582, 9133, 9185, 9282, 8761, 9340, 9485, 8538, 9358, 8215, 7737, 9529, 8475, 8666, 9462, 9004, 9057, 9484, 9316, 9155, 9447, 9692, 9471, 9449, 8673, 9362, 8440, 7776, 9503, 8366, 8974, 9604, 8916, 9329, 9567, 9800, 9298, 9357, 9410, 9364, 9107, 8714, 9397, 8491, 8430, 8228, 10380, 8457, 9162, 8705, 8586, 9420, 8849, 12965, 9083, 9529, 9709, 9089, 9166, 8302, 8683, 8399, 8322, 9330, 8554, 8963, 9291, 9419, 9283, 8375, 8606, 9381, 8660, 8261, 9022, 8725, 9096, 9393, 9414, 8966, 9215, 10573, 8889, 7135, 7304, 8404, 9300, 9015, 9543, 9408, 11564, 9928, 9437, 9610, 9344, 9541, 9249, 9299, 9216, 9483, 9532, 8268, 8415, 9511, 8199, 8880, 9078, 8932, 9420, 9280, 9676, 9509, 8363, 8561, 9323, 8393, 9082, 9250, 8456, 9270, 9450, 9156, 8752, 7734, 7985, 7587, 8910, 8879, 8591, 8371, 7666, 9305, 9883, 10601, 8828, 9908, 9471, 8779, 10800, 8267, 9032, 10646, 9085, 9077, 10198, 9089, 10088, 8648, 8746, 11057, 9040, 9024, 10415, 9037, 8901, 9374, 9165, 8343, 8432, 9250, 8440, 8961, 9217, 9132, 7542, 8029, 8778, 9503, 7732, 9410, 8476, 9776, 8710, 9710, 9475, 10181, 8954, 9469, 8589, 8644, 9237, 8440, 9678, 7546, 7814, 7994, 8552, 7958, 7579, 9629, 9449, 13041, 9383, 9396, 11022, 9797, 9238, 9931, 8654, 7980, 7187, 8592, 8311, 7960, 8973, 8847, 8328, 8983, 9371, 8494, 8340, 8721, 8759, 7856, 7842, 8768, 9016, 8071, 9140, 9630, 8579, 9336, 10132, 8657, 9050, 11046, 8987, 7990, 9083, 8835, 8151, 6924, 8671, 8164, 7994, 7516, 7522, 7317, 7125, 7964, 9099, 7010, 8379, 10030, 7730, 8970, 10958, 7399, 8729, 10067, 7990, 9099, 10363, 8602, 9324, 10688, 8817, 8815, 8659, 9403, 9640, 8329, 9251, 9527, 8084, 9193, 9671, 9060, 9499, 9549, 9145, 8374, 7547, 9362, 8543, 8097, 9151, 9088, 8216, 9293, 9747, 9069, 9370, 9544, 9073, 8735, 8184, 9345, 8873, 9143, 8919, 7737, 8941, 8755, 8438, 8113, 7180, 9532, 7420, 9739, 9853, 8569, 9907, 11619, 9447, 13526, 11774, 9254, 12543, 7947, 7979, 11406, 7420, 8297, 9771, 7692, 8630, 7940, 8181, 8537, 8284, 7600, 8089, 7600, 7462, 8967, 10118, 8727, 9306, 10268, 9187, 9011, 11451, 9146, 8374, 8513, 9405, 8423, 9054, 9411, 8941, 9372, 8065, 8220, 9323, 8405, 8478, 9335, 8571, 9108, 9185, 8131, 9164, 8476, 7886, 9162, 8201, 8951, 8909, 8414, 9008, 8533, 7202, 8838, 8489, 8301, 9265, 9515, 8836, 9315, 10197, 9168, 8438, 8466, 9495, 8979, 9058, 8539, 8217, 9384, 8558, 8742, 9627, 9136, 8993, 8340, 8299, 9378, 9043, 8895, 9593, 10576, 8759, 8081, 7589, 9313, 8752, 8556, 9534, 9313, 8881, 8402, 7535, 7478, 11114, 9127, 7392, 9282, 8607, 8277, 9408, 9819, 8621, 9501, 9750, 8445, 9211, 9385, 8624, 9425, 8992, 9135, 9470, 8765, 8778, 8266, 7496, 9244, 8599, 8436, 9528, 8502, 8614, 9324, 9191, 9269, 8367, 7513, 9268, 8540, 7436, 9104, 8580, 8378, 9511, 9289, 8657, 9373, 9309, 9032, 9472, 9337, 9325, 8521, 8586, 9234, 8656, 8373, 9489, 8766, 8691, 9356, 9193, 8826, 9027, 8880, 9181, 8315, 8240, 9128, 9286, 8294, 9219, 8915, 8993, 8517, 8088, 9281, 9043, 8665, 9464, 9917, 8983, 9422, 10032, 8865, 8276, 8094, 9015, 8744, 8862, 8291, 7940, 8306, 9292, 9842, 12200, 7935, 7952, 8241, 9342, 8624, 8102, 8267, 8413, 8248, 9619, 7979, 9905, 8207, 10453, 8389, 7505, 7735, 7941, 7791, 8384, 7903, 7950, 12940, 7852, 8477, 9840, 8309, 7962, 7065, 8487, 8682, 8961, 8280, 6990, 9099, 8239, 8308, 9106, 8538, 8698, 8059, 8628, 8073, 6798, 8974, 8187, 8371, 8866, 9056, 8647, 8389, 8057, 8930, 9120, 8233, 8049, 8113, 8133, 8306, 7755, 8672, 8842, 7933, 8247, 6702, 8080, 8962, 8066, 8667, 9027, 8142, 8449, 7028, 8388, 8988, 8166, 8475, 9371, 8128, 8452, 9918, 8070, 7846, 7545, 9036, 8504, 8435, 8439, 7967, 7355, 8833, 10620, 12888, 8648, 8403, 7472, 8857, 9358, 7875, 8682, 9927, 7581, 8719, 8539], 'WindowCenter': [3823.0, 3809.0, 3795.0, 3782.0, 3803.0, 3802.0, 3790.0, 3790.0, 3777.0, 3789.0, 3779.0, 3767.0, 3789.0, 3791.0, 3779.0, 3790.0, 3789.0, 3791.0, 3791.0, 3790.0, 3792.0, 3792.0, 3770.0, 3792.0, 3780.0, 3768.0, 3791.0, 3792.0, 3781.0, 3803.0, 3791.0, 3793.0, 3783.0, 3782.0, 3805.0, 3782.0, 3785.0, 3793.0, 3795.0, 3781.0, 3804.0, 3817.0, 3837.0, 3790.0, 3779.0, 3788.0, 3762.0, 3776.0, 3787.0, 3775.0, 3775.0, 3797.0, 3777.0, 3787.0, 3807.0, 3778.0, 3789.0, 3797.0, 3776.0, 3788.0, 3797.0, 3787.0, 3799.0, 3787.0, 3788.0, 3787.0, 3776.0, 3787.0, 3796.0, 3775.0, 3775.0, 3798.0, 3775.0, 3789.0, 3806.0, 3776.0, 3787.0, 3796.0, 3775.0, 3787.0, 3788.0, 3787.0, 3798.0, 3776.0, 3787.0, 3797.0, 3776.0, 3788.0, 3809.0, 3789.0, 3789.0, 3778.0, 3790.0, 3799.0, 3777.0, 3800.0, 3810.0, 3778.0, 3789.0, 3796.0, 3778.0, 3789.0, 3799.0, 3790.0, 3789.0, 3778.0, 3788.0, 3788.0, 3778.0, 3801.0, 3810.0, 3790.0, 3792.0, 3798.0, 3789.0, 3788.0, 3788.0, 3787.0, 3798.0, 3776.0, 3801.0, 3799.0, 3778.0, 3778.0, 3800.0, 3792.0, 3789.0, 3780.0, 3790.0, 3780.0, 3790.0, 3777.0, 3789.0, 3801.0, 3811.0, 3780.0, 3789.0, 3777.0, 3779.0, 3800.0, 3775.0, 3775.0, 3785.0, 3776.0, 3766.0, 3752.0, 3764.0, 3764.0, 3776.0, 3791.0, 3799.0, 3777.0, 3779.0, 3755.0, 3777.0, 3777.0, 3767.0, 3778.0, 3789.0, 3776.0, 3777.0, 3786.0, 3776.0, 3776.0, 3787.0, 3776.0, 3775.0, 3785.0, 3776.0, 3786.0, 3786.0, 3776.0, 3777.0, 3776.0, 3775.0, 3775.0, 3764.0, 3786.0, 3775.0, 3774.0, 3789.0, 3797.0, 3777.0, 3788.0, 3785.0, 3775.0, 3786.0, 3785.0, 3776.0, 3788.0, 3785.0, 3776.0, 3776.0, 3765.0, 3775.0, 3775.0, 3775.0, 3776.0, 3786.0, 3765.0, 3787.0, 3784.0, 3773.0, 3786.0, 3786.0, 3777.0, 3777.0, 3765.0, 3788.0, 3777.0, 3778.0, 3801.0, 3779.0, 3799.0, 3776.0, 3790.0, 3790.0, 3792.0, 3783.0, 3817.0, 3818.0, 3818.0, 3817.0, 3819.0, 3802.0, 3792.0, 3785.0, 3783.0, 3783.0, 3758.0, 3781.0, 3762.0, 3799.0, 3794.0, 3763.0, 3795.0, 3774.0, 3778.0, 3798.0, 3765.0, 3776.0, 3795.0, 3763.0, 3763.0, 3763.0, 3764.0, 3777.0, 3751.0, 3763.0, 3771.0, 3751.0, 3762.0, 3773.0, 3762.0, 3775.0, 3775.0, 3764.0, 3763.0, 3752.0, 3762.0, 3762.0, 3762.0, 3775.0, 3786.0, 3764.0, 3765.0, 3766.0, 3788.0, 3776.0, 3787.0, 3764.0, 3787.0, 3789.0, 3798.0, 3776.0, 3788.0, 3764.0, 3776.0, 3787.0, 3789.0, 3778.0, 3779.0, 3786.0, 3777.0, 3776.0, 3765.0, 3776.0, 3766.0, 3767.0, 3778.0, 3790.0, 3776.0, 3777.0, 3778.0, 3776.0, 3788.0, 3790.0, 3777.0, 3789.0, 3787.0, 3777.0, 3777.0, 3799.0, 3779.0, 3790.0, 3799.0, 3780.0, 3779.0, 3765.0, 3777.0, 3778.0, 3778.0, 3779.0, 3801.0, 3777.0, 3789.0, 3787.0, 3778.0, 3792.0, 3789.0, 3788.0, 3786.0, 3776.0, 3789.0, 3786.0, 3753.0, 3787.0, 3786.0, 3775.0, 3778.0, 3755.0, 3777.0, 3777.0, 3765.0, 3788.0, 3788.0, 3777.0, 3776.0, 3787.0, 3766.0, 3788.0, 3775.0, 3777.0, 3776.0, 3775.0, 3776.0, 3785.0, 3765.0, 3777.0, 3784.0, 3765.0, 3775.0, 3774.0, 3774.0, 3777.0, 3764.0, 3775.0, 3787.0, 3765.0, 3777.0, 3774.0, 3778.0, 3789.0, 3749.0, 3798.0, 3782.0, 3784.0, 3782.0, 3784.0, 3805.0, 3780.0, 3783.0, 3793.0, 3782.0, 3784.0, 3793.0, 3782.0, 3783.0, 3804.0, 3772.0, 3783.0, 3792.0, 3772.0, 3783.0, 3792.0, 3782.0, 3784.0, 3783.0, 3783.0, 3795.0, 3773.0, 3782.0, 3791.0, 3770.0, 3782.0, 3803.0, 3773.0, 3796.0, 3805.0, 3784.0, 3795.0, 3795.0, 3785.0, 3796.0, 3795.0, 3794.0, 3795.0, 3772.0, 3794.0, 3797.0, 3785.0, 3796.0, 3784.0, 3773.0, 3794.0, 3794.0, 3785.0, 3796.0, 3794.0, 3785.0, 3795.0, 3774.0, 3796.0, 3785.0, 3797.0, 3797.0, 3795.0, 3784.0, 3796.0, 3795.0, 3795.0, 3797.0, 3806.0, 3796.0, 3797.0, 3796.0, 3796.0, 3796.0, 3796.0, 3796.0, 3796.0, 3785.0, 3800.0, 3797.0, 3774.0, 3783.0, 3793.0, 3774.0, 3785.0, 3783.0, 3783.0, 3782.0, 3772.0, 3782.0, 3785.0, 3797.0, 3799.0, 3825.0, 3812.0, 3776.0, 3789.0, 3792.0, 3777.0, 3774.0, 3775.0, 3801.0, 3812.0, 3768.0, 3803.0, 3769.0, 3777.0, 3776.0, 3775.0, 3776.0, 3777.0, 3811.0, 3777.0, 3764.0, 3783.0, 3762.0, 3762.0, 3760.0, 3771.0, 3763.0, 3771.0, 3773.0, 3750.0, 3772.0, 3762.0, 3761.0, 3772.0, 3763.0, 3762.0, 3774.0, 3763.0, 3773.0, 3776.0, 3774.0, 3773.0, 3773.0, 3775.0, 3786.0, 3776.0, 3775.0, 3786.0, 3775.0, 3787.0, 3800.0, 3787.0, 3788.0, 3776.0, 3787.0, 3780.0, 3791.0, 3789.0, 3789.0, 3780.0, 3789.0, 3802.0, 3814.0, 3799.0, 3787.0, 3777.0, 3766.0, 3790.0, 3789.0, 3775.0, 3777.0, 3787.0, 3775.0, 3775.0, 3789.0, 3788.0, 3779.0, 3776.0, 3788.0, 3776.0, 3774.0, 3788.0, 3798.0, 3776.0, 3778.0, 3765.0, 3787.0, 3778.0, 3777.0, 3780.0, 3780.0, 3776.0, 3776.0, 3786.0, 3764.0, 3786.0, 3788.0, 3777.0, 3776.0, 3785.0, 3777.0, 3767.0, 3764.0, 3777.0, 3790.0, 3777.0, 3788.0, 3775.0, 3775.0, 3776.0, 3788.0, 3789.0, 3791.0, 3787.0, 3777.0, 3769.0, 3782.0, 3778.0, 3782.0, 3789.0, 3789.0, 3814.0, 3823.0, 3777.0, 3778.0, 3785.0, 3775.0, 3777.0, 3785.0, 3776.0, 3778.0, 3775.0, 3776.0, 3775.0, 3764.0, 3774.0, 3772.0, 3775.0, 3775.0, 3774.0, 3774.0, 3764.0, 3773.0, 3762.0, 3776.0, 3764.0, 3773.0, 3765.0, 3753.0, 3772.0, 3763.0, 3762.0, 3777.0, 3775.0, 3764.0, 3777.0, 3784.0, 3762.0, 3774.0, 3773.0, 3776.0, 3766.0, 3775.0, 3774.0, 3764.0, 3763.0, 3774.0, 3774.0, 3775.0, 3776.0, 3774.0, 3777.0, 3765.0, 3753.0, 3776.0, 3775.0, 3765.0, 3776.0, 3777.0, 3775.0, 3776.0, 3774.0, 3774.0, 3775.0, 3774.0, 3778.0, 3780.0, 3765.0, 3777.0, 3788.0, 3775.0, 3788.0, 3788.0, 3777.0, 3778.0, 3767.0, 3777.0, 3787.0, 3777.0, 3792.0, 3791.0, 3790.0, 3802.0, 3788.0, 3782.0, 3790.0, 3779.0, 3791.0, 3804.0, 3824.0, 3791.0, 3793.0, 3812.0, 3787.0, 3785.0, 3774.0, 3774.0, 3786.0, 3797.0, 3774.0, 3784.0, 3782.0, 3772.0, 3772.0, 3771.0, 3773.0, 3797.0, 3783.0, 3773.0, 3772.0, 3761.0, 3773.0, 3783.0, 3771.0, 3785.0, 3785.0, 3776.0, 3785.0, 3772.0, 3771.0, 3783.0, 3763.0, 3775.0, 3785.0, 3774.0, 3783.0, 3773.0, 3771.0, 3784.0, 3785.0, 3764.0, 3786.0, 3774.0, 3774.0, 3785.0, 3783.0, 3774.0, 3797.0, 3774.0, 3774.0, 3784.0, 3772.0, 3786.0, 3786.0, 3788.0, 3788.0, 3786.0, 3776.0, 3790.0, 3775.0, 3765.0, 3777.0, 3773.0, 3775.0, 3788.0, 3766.0, 3776.0, 3778.0, 3787.0, 3778.0, 3787.0, 3777.0, 3787.0, 3789.0, 3780.0, 3778.0, 3777.0, 3778.0, 3790.0, 3800.0, 3798.0, 3779.0, 3789.0, 3753.0, 3775.0, 3776.0, 3766.0, 3776.0, 3788.0, 3774.0, 3766.0, 3784.0, 3765.0, 3776.0, 3789.0, 3787.0, 3774.0, 3773.0, 3782.0, 3770.0, 3781.0, 3780.0, 3781.0, 3782.0, 3798.0, 3785.0, 3801.0, 3776.0, 3782.0, 3749.0, 3762.0, 3783.0, 3764.0, 3790.0, 3798.0, 3776.0, 3785.0, 3761.0, 3762.0, 3781.0, 3760.0, 3773.0, 3760.0, 3760.0, 3772.0, 3759.0, 3750.0, 3759.0, 3763.0, 3761.0, 3760.0, 3759.0, 3760.0, 3760.0, 3759.0, 3748.0, 3762.0, 3763.0, 3764.0, 3763.0, 3762.0, 3764.0, 3772.0, 3761.0, 3762.0, 3774.0, 3764.0, 3764.0, 3772.0, 3775.0, 3767.0, 3776.0, 3787.0, 3764.0, 3779.0, 3778.0, 3787.0, 3779.0, 3777.0, 3776.0, 3795.0, 3762.0, 3776.0, 3788.0, 3776.0, 3777.0, 3785.0, 3766.0, 3776.0, 3784.0, 3766.0, 3776.0, 3774.0, 3766.0, 3775.0, 3763.0, 3774.0, 3776.0, 3776.0, 3776.0, 3787.0, 3775.0, 3764.0, 3774.0, 3774.0, 3777.0, 3776.0, 3778.0, 3777.0, 3776.0, 3775.0, 3784.0, 3763.0, 3774.0, 3788.0, 3764.0, 3777.0, 3775.0, 3777.0, 3766.0, 3774.0, 3765.0, 3778.0, 3764.0, 3776.0, 3763.0, 3762.0, 3774.0, 3789.0, 3788.0, 3772.0, 3754.0, 3784.0, 3774.0, 3778.0, 3779.0, 3776.0, 3717.0, 3836.0, 3819.0, 3796.0, 3819.0, 3813.0, 3803.0, 3835.0, 3777.0, 3803.0, 3790.0, 3789.0, 3778.0, 3789.0, 3824.0, 3832.0, 3789.0, 3788.0, 3797.0, 3777.0, 3777.0, 3784.0, 3775.0, 3788.0, 3775.0, 3776.0, 3776.0, 3764.0, 3775.0, 3787.0, 3765.0, 3776.0, 3798.0, 3778.0, 3777.0, 3766.0, 3778.0, 3788.0, 3777.0, 3778.0, 3789.0, 3780.0, 3793.0, 3770.0, 3780.0, 3778.0, 3778.0, 3779.0, 3799.0, 3779.0, 3791.0, 3788.0, 3779.0, 3778.0, 3766.0, 3778.0, 3791.0, 3777.0, 3779.0, 3789.0, 3779.0, 3789.0, 3768.0, 3780.0, 3790.0, 3779.0, 3793.0, 3802.0, 3793.0, 3794.0, 3791.0, 3793.0, 3781.0, 3779.0, 3804.0, 3794.0, 3791.0, 3813.0, 3793.0, 3789.0, 3776.0, 3788.0, 3778.0, 3778.0, 3789.0, 3790.0, 3791.0, 3790.0, 3787.0, 3777.0, 3786.0, 3776.0, 3802.0, 3790.0, 3778.0, 3790.0, 3778.0, 3789.0, 3778.0, 3757.0, 3803.0, 3792.0, 3791.0, 3804.0, 3789.0, 3790.0, 3779.0, 3777.0, 3803.0, 3791.0, 3780.0, 3790.0, 3789.0, 3789.0, 3790.0, 3789.0, 3791.0, 3789.0, 3790.0, 3790.0, 3790.0, 3778.0, 3789.0, 3790.0, 3779.0, 3790.0, 3789.0, 3788.0, 3790.0, 3789.0, 3788.0, 3791.0, 3799.0, 3790.0, 3792.0, 3779.0, 3782.0, 3792.0, 3802.0, 3791.0, 3790.0, 3792.0, 3791.0, 3803.0, 3802.0, 3792.0, 3791.0, 3803.0, 3790.0, 3788.0, 3776.0, 3801.0, 3781.0, 3763.0, 3791.0, 3780.0, 3791.0, 3801.0, 3790.0, 3789.0, 3789.0, 3777.0, 3801.0, 3792.0, 3789.0, 3790.0, 3778.0, 3778.0, 3788.0, 3779.0, 3790.0, 3801.0, 3790.0, 3789.0, 3790.0, 3789.0, 3790.0, 3802.0, 3800.0, 3790.0, 3779.0, 3778.0, 3789.0, 3789.0, 3790.0, 3789.0, 3788.0, 3788.0, 3789.0, 3787.0, 3788.0, 3789.0, 3799.0, 3788.0, 3778.0, 3777.0, 3789.0, 3777.0, 3787.0, 3789.0, 3790.0, 3803.0, 3792.0, 3791.0, 3769.0, 3783.0, 3781.0, 3779.0, 3804.0, 3790.0, 3803.0, 3805.0, 3825.0, 3791.0, 3793.0, 3780.0, 3766.0, 3785.0, 3767.0, 3804.0, 3768.0, 3790.0, 3790.0, 3789.0, 3792.0, 3810.0, 3778.0, 3778.0, 3788.0, 3788.0, 3787.0, 3777.0, 3777.0, 3777.0, 3764.0, 3777.0, 3790.0, 3788.0, 3778.0, 3767.0, 3765.0, 3776.0, 3766.0, 3775.0, 3789.0, 3779.0, 3778.0, 3788.0, 3777.0, 3777.0, 3790.0, 3777.0, 3789.0, 3792.0, 3803.0, 3791.0, 3789.0, 3789.0, 3780.0, 3789.0, 3794.0, 3805.0, 3808.0, 3830.0, 3822.0, 3820.0, 3803.0, 3777.0, 3789.0, 3787.0, 3788.0, 3776.0, 3755.0, 3769.0, 3789.0, 3791.0, 3777.0, 3777.0, 3800.0, 3791.0, 3810.0, 3787.0, 3775.0, 3783.0, 3774.0, 3742.0, 3767.0, 3765.0, 3766.0, 3776.0, 3764.0, 3774.0, 3790.0, 3810.0, 3776.0, 3764.0, 3752.0, 3776.0, 3765.0, 3775.0, 3764.0, 3753.0, 3754.0, 3748.0, 3763.0, 3768.0, 3777.0, 3766.0, 3777.0, 3790.0, 3802.0, 3778.0, 3775.0, 3764.0, 3763.0, 3774.0, 3764.0, 3764.0, 3776.0, 3779.0, 3777.0, 3777.0, 3764.0, 3774.0, 3775.0, 3773.0, 3776.0, 3777.0, 3764.0, 3777.0, 3781.0, 3768.0, 3777.0, 3766.0, 3777.0, 3787.0, 3765.0, 3777.0, 3777.0, 3777.0, 3791.0, 3790.0, 3779.0, 3790.0, 3768.0, 3766.0, 3788.0, 3778.0, 3778.0, 3790.0, 3781.0, 3791.0, 3792.0, 3789.0, 3790.0, 3780.0, 3768.0, 3790.0, 3793.0, 3791.0, 3790.0, 3789.0, 3789.0, 3789.0, 3788.0, 3777.0, 3791.0, 3790.0, 3789.0, 3779.0, 3778.0, 3789.0, 3779.0, 3789.0, 3791.0, 3790.0, 3790.0, 3789.0, 3778.0, 3790.0, 3801.0, 3779.0, 3803.0, 3793.0, 3769.0, 3791.0, 3779.0, 3779.0, 3790.0, 3790.0, 3792.0, 3803.0, 3790.0, 3789.0, 3791.0, 3788.0, 3790.0, 3790.0, 3779.0, 3791.0, 3792.0, 3769.0, 3790.0, 3779.0, 3778.0, 3791.0, 3789.0, 3791.0, 3803.0, 3791.0, 3789.0, 3791.0, 3789.0, 3790.0, 3790.0, 3791.0, 3791.0, 3781.0, 3780.0, 3784.0, 3794.0, 3794.0, 3793.0, 3793.0, 3781.0, 3803.0, 3806.0, 3828.0, 3781.0, 3805.0, 3789.0, 3789.0, 3790.0, 3778.0, 3777.0, 3778.0, 3776.0, 3788.0, 3777.0, 3790.0, 3801.0, 3790.0, 3791.0, 3779.0, 3777.0, 3788.0, 3790.0, 3780.0, 3788.0, 3778.0, 3788.0, 3789.0, 3776.0, 3788.0, 3802.0, 3800.0, 3790.0, 3759.0, 3760.0, 3780.0, 3790.0, 3779.0, 3788.0, 3791.0, 3813.0, 3788.0, 3776.0, 3776.0, 3775.0, 3776.0, 3776.0, 3787.0, 3786.0, 3775.0, 3788.0, 3765.0, 3763.0, 3775.0, 3776.0, 3777.0, 3778.0, 3776.0, 3776.0, 3787.0, 3776.0, 3776.0, 3778.0, 3776.0, 3778.0, 3765.0, 3777.0, 3776.0, 3765.0, 3788.0, 3800.0, 3787.0, 3788.0, 3767.0, 3764.0, 3753.0, 3761.0, 3761.0, 3703.0, 3777.0, 3764.0, 3759.0, 3801.0, 3787.0, 3774.0, 3785.0, 3773.0, 3775.0, 3799.0, 3764.0, 3776.0, 3786.0, 3775.0, 3776.0, 3782.0, 3775.0, 3785.0, 3762.0, 3763.0, 3797.0, 3774.0, 3774.0, 3771.0, 3760.0, 3761.0, 3757.0, 3759.0, 3747.0, 3749.0, 3760.0, 3748.0, 3758.0, 3772.0, 3773.0, 3752.0, 3755.0, 3753.0, 3760.0, 3753.0, 3773.0, 3761.0, 3774.0, 3763.0, 3774.0, 3773.0, 3774.0, 3762.0, 3772.0, 3764.0, 3775.0, 3776.0, 3763.0, 3774.0, 3755.0, 3759.0, 3756.0, 3778.0, 3767.0, 3765.0, 3790.0, 3791.0, 3824.0, 3790.0, 3789.0, 3787.0, 3787.0, 3787.0, 3789.0, 3780.0, 3779.0, 3757.0, 3778.0, 3778.0, 3765.0, 3788.0, 3777.0, 3778.0, 3789.0, 3789.0, 3778.0, 3779.0, 3777.0, 3789.0, 3780.0, 3778.0, 3791.0, 3791.0, 3779.0, 3791.0, 3790.0, 3778.0, 3791.0, 3801.0, 3790.0, 3791.0, 3800.0, 3789.0, 3780.0, 3789.0, 3788.0, 3779.0, 3781.0, 3803.0, 3777.0, 3779.0, 3797.0, 3811.0, 3825.0, 3801.0, 3807.0, 3807.0, 3796.0, 3808.0, 3817.0, 3795.0, 3806.0, 3817.0, 3784.0, 3794.0, 3803.0, 3781.0, 3791.0, 3802.0, 3790.0, 3793.0, 3802.0, 3792.0, 3793.0, 3781.0, 3790.0, 3790.0, 3777.0, 3788.0, 3790.0, 3768.0, 3789.0, 3788.0, 3778.0, 3789.0, 3788.0, 3790.0, 3778.0, 3767.0, 3789.0, 3777.0, 3766.0, 3788.0, 3790.0, 3779.0, 3790.0, 3789.0, 3777.0, 3790.0, 3789.0, 3790.0, 3790.0, 3780.0, 3790.0, 3788.0, 3804.0, 3792.0, 3782.0, 3804.0, 3793.0, 3792.0, 3781.0, 3781.0, 3780.0, 3723.0, 3817.0, 3757.0, 3743.0, 3665.0, 3879.0, 3813.0, 3831.0, 3808.0, 3799.0, 3824.0, 3783.0, 3783.0, 3812.0, 3770.0, 3791.0, 3803.0, 3783.0, 3794.0, 3781.0, 3792.0, 3780.0, 3783.0, 3782.0, 3781.0, 3781.0, 3781.0, 3803.0, 3815.0, 3780.0, 3790.0, 3789.0, 3777.0, 3779.0, 3800.0, 3790.0, 3778.0, 3776.0, 3788.0, 3765.0, 3777.0, 3788.0, 3778.0, 3788.0, 3767.0, 3777.0, 3788.0, 3778.0, 3779.0, 3789.0, 3779.0, 3789.0, 3790.0, 3766.0, 3789.0, 3780.0, 3779.0, 3803.0, 3781.0, 3791.0, 3792.0, 3780.0, 3791.0, 3792.0, 3771.0, 3792.0, 3792.0, 3780.0, 3792.0, 3791.0, 3790.0, 3803.0, 3814.0, 3803.0, 3781.0, 3780.0, 3802.0, 3790.0, 3791.0, 3791.0, 3781.0, 3791.0, 3791.0, 3790.0, 3802.0, 3791.0, 3792.0, 3794.0, 3791.0, 3792.0, 3791.0, 3791.0, 3802.0, 3801.0, 3792.0, 3782.0, 3780.0, 3792.0, 3790.0, 3790.0, 3801.0, 3790.0, 3792.0, 3781.0, 3781.0, 3772.0, 3801.0, 3792.0, 3769.0, 3790.0, 3792.0, 3793.0, 3804.0, 3803.0, 3780.0, 3791.0, 3790.0, 3780.0, 3791.0, 3789.0, 3779.0, 3789.0, 3777.0, 3789.0, 3789.0, 3779.0, 3779.0, 3780.0, 3768.0, 3789.0, 3779.0, 3779.0, 3790.0, 3779.0, 3791.0, 3790.0, 3791.0, 3790.0, 3780.0, 3768.0, 3790.0, 3790.0, 3768.0, 3790.0, 3780.0, 3779.0, 3790.0, 3790.0, 3779.0, 3791.0, 3791.0, 3790.0, 3791.0, 3789.0, 3790.0, 3791.0, 3780.0, 3791.0, 3791.0, 3778.0, 3791.0, 3779.0, 3779.0, 3790.0, 3790.0, 3790.0, 3791.0, 3790.0, 3791.0, 3781.0, 3780.0, 3803.0, 3792.0, 3781.0, 3791.0, 3789.0, 3792.0, 3791.0, 3780.0, 3792.0, 3791.0, 3780.0, 3802.0, 3791.0, 3790.0, 3792.0, 3801.0, 3791.0, 3794.0, 3781.0, 3803.0, 3790.0, 3790.0, 3779.0, 3779.0, 3793.0, 3821.0, 3818.0, 3825.0, 3777.0, 3779.0, 3778.0, 3791.0, 3791.0, 3791.0, 3791.0, 3791.0, 3793.0, 3801.0, 3792.0, 3802.0, 3780.0, 3799.0, 3782.0, 3757.0, 3779.0, 3765.0, 3765.0, 3765.0, 3763.0, 3762.0, 3798.0, 3767.0, 3766.0, 3774.0, 3764.0, 3765.0, 3754.0, 3775.0, 3764.0, 3776.0, 3765.0, 3742.0, 3775.0, 3764.0, 3765.0, 3775.0, 3776.0, 3777.0, 3764.0, 3776.0, 3767.0, 3755.0, 3777.0, 3778.0, 3778.0, 3790.0, 3790.0, 3779.0, 3780.0, 3769.0, 3792.0, 3790.0, 3780.0, 3779.0, 3777.0, 3779.0, 3777.0, 3768.0, 3780.0, 3780.0, 3780.0, 3792.0, 3772.0, 3783.0, 3791.0, 3780.0, 3792.0, 3790.0, 3780.0, 3793.0, 3769.0, 3781.0, 3790.0, 3779.0, 3780.0, 3789.0, 3779.0, 3791.0, 3803.0, 3781.0, 3781.0, 3772.0, 3782.0, 3794.0, 3780.0, 3779.0, 3781.0, 3769.0, 3792.0, 3816.0, 3825.0, 3794.0, 3780.0, 3768.0, 3790.0, 3789.0, 3768.0, 3791.0, 3801.0, 3770.0, 3780.0, 3778.0], 'WindowWidth': [8592.0, 8564.0, 8537.0, 8512.0, 8542.0, 8540.0, 8519.0, 8520.0, 8496.0, 8514.0, 8502.0, 8484.0, 8517.0, 8522.0, 8504.0, 8519.0, 8517.0, 8522.0, 8522.0, 8519.0, 8525.0, 8524.0, 8493.0, 8522.0, 8506.0, 8487.0, 8521.0, 8526.0, 8510.0, 8540.0, 8523.0, 8529.0, 8514.0, 8513.0, 8548.0, 8511.0, 8519.0, 8522.0, 8533.0, 8511.0, 8545.0, 8569.0, 8596.0, 8521.0, 8503.0, 8512.0, 8471.0, 8493.0, 8511.0, 8490.0, 8493.0, 8524.0, 8497.0, 8513.0, 8537.0, 8500.0, 8516.0, 8525.0, 8495.0, 8512.0, 8523.0, 8510.0, 8530.0, 8511.0, 8512.0, 8511.0, 8495.0, 8509.0, 8522.0, 8492.0, 8493.0, 8526.0, 8494.0, 8516.0, 8537.0, 8494.0, 8511.0, 8520.0, 8493.0, 8510.0, 8516.0, 8513.0, 8527.0, 8495.0, 8512.0, 8525.0, 8494.0, 8515.0, 8546.0, 8517.0, 8518.0, 8501.0, 8519.0, 8531.0, 8498.0, 8535.0, 8548.0, 8501.0, 8517.0, 8521.0, 8500.0, 8517.0, 8534.0, 8521.0, 8518.0, 8502.0, 8514.0, 8514.0, 8502.0, 8536.0, 8546.0, 8523.0, 8529.0, 8528.0, 8518.0, 8516.0, 8515.0, 8511.0, 8531.0, 8498.0, 8537.0, 8533.0, 8500.0, 8501.0, 8528.0, 8523.0, 8518.0, 8507.0, 8519.0, 8507.0, 8523.0, 8498.0, 8518.0, 8536.0, 8551.0, 8504.0, 8515.0, 8498.0, 8503.0, 8533.0, 8492.0, 8493.0, 8504.0, 8496.0, 8482.0, 8454.0, 8473.0, 8475.0, 8492.0, 8521.0, 8533.0, 8499.0, 8503.0, 8464.0, 8497.0, 8497.0, 8483.0, 8501.0, 8516.0, 8493.0, 8497.0, 8507.0, 8491.0, 8493.0, 8510.0, 8493.0, 8492.0, 8503.0, 8492.0, 8506.0, 8505.0, 8493.0, 8498.0, 8493.0, 8491.0, 8492.0, 8475.0, 8508.0, 8493.0, 8489.0, 8516.0, 8526.0, 8496.0, 8513.0, 8503.0, 8491.0, 8508.0, 8505.0, 8495.0, 8513.0, 8506.0, 8493.0, 8494.0, 8476.0, 8489.0, 8491.0, 8493.0, 8495.0, 8507.0, 8479.0, 8509.0, 8502.0, 8487.0, 8506.0, 8509.0, 8498.0, 8498.0, 8479.0, 8515.0, 8498.0, 8501.0, 8539.0, 8506.0, 8532.0, 8493.0, 8516.0, 8516.0, 8526.0, 8519.0, 8572.0, 8574.0, 8574.0, 8569.0, 8572.0, 8537.0, 8524.0, 8506.0, 8501.0, 8499.0, 8456.0, 8490.0, 8462.0, 8529.0, 8513.0, 8470.0, 8516.0, 8486.0, 8498.0, 8526.0, 8476.0, 8494.0, 8516.0, 8471.0, 8472.0, 8471.0, 8475.0, 8494.0, 8452.0, 8469.0, 8477.0, 8451.0, 8467.0, 8482.0, 8466.0, 8487.0, 8489.0, 8472.0, 8471.0, 8454.0, 8467.0, 8467.0, 8467.0, 8488.0, 8506.0, 8474.0, 8479.0, 8478.0, 8510.0, 8491.0, 8509.0, 8473.0, 8507.0, 8513.0, 8529.0, 8492.0, 8512.0, 8472.0, 8493.0, 8510.0, 8514.0, 8499.0, 8502.0, 8508.0, 8496.0, 8494.0, 8476.0, 8493.0, 8482.0, 8485.0, 8501.0, 8519.0, 8494.0, 8497.0, 8498.0, 8492.0, 8515.0, 8521.0, 8497.0, 8516.0, 8511.0, 8496.0, 8497.0, 8529.0, 8503.0, 8521.0, 8527.0, 8505.0, 8503.0, 8479.0, 8496.0, 8500.0, 8501.0, 8503.0, 8535.0, 8495.0, 8514.0, 8509.0, 8499.0, 8526.0, 8516.0, 8513.0, 8506.0, 8491.0, 8514.0, 8508.0, 8457.0, 8508.0, 8506.0, 8492.0, 8500.0, 8463.0, 8496.0, 8497.0, 8480.0, 8513.0, 8513.0, 8494.0, 8494.0, 8507.0, 8480.0, 8515.0, 8494.0, 8495.0, 8495.0, 8490.0, 8494.0, 8505.0, 8479.0, 8496.0, 8502.0, 8477.0, 8492.0, 8488.0, 8488.0, 8496.0, 8476.0, 8491.0, 8509.0, 8478.0, 8495.0, 8488.0, 8500.0, 8514.0, 8442.0, 8531.0, 8498.0, 8507.0, 8501.0, 8506.0, 8536.0, 8496.0, 8500.0, 8514.0, 8497.0, 8504.0, 8514.0, 8498.0, 8502.0, 8533.0, 8485.0, 8501.0, 8512.0, 8486.0, 8502.0, 8511.0, 8499.0, 8504.0, 8501.0, 8502.0, 8524.0, 8490.0, 8500.0, 8510.0, 8480.0, 8499.0, 8529.0, 8490.0, 8522.0, 8534.0, 8505.0, 8520.0, 8522.0, 8506.0, 8525.0, 8520.0, 8517.0, 8520.0, 8485.0, 8519.0, 8528.0, 8506.0, 8524.0, 8505.0, 8489.0, 8519.0, 8517.0, 8505.0, 8523.0, 8518.0, 8506.0, 8521.0, 8491.0, 8523.0, 8510.0, 8526.0, 8527.0, 8521.0, 8506.0, 8524.0, 8522.0, 8521.0, 8527.0, 8539.0, 8524.0, 8527.0, 8523.0, 8524.0, 8525.0, 8525.0, 8523.0, 8524.0, 8509.0, 8536.0, 8529.0, 8493.0, 8502.0, 8515.0, 8490.0, 8505.0, 8500.0, 8503.0, 8500.0, 8485.0, 8495.0, 8505.0, 8522.0, 8529.0, 8580.0, 8557.0, 8492.0, 8514.0, 8506.0, 8497.0, 8487.0, 8490.0, 8537.0, 8552.0, 8482.0, 8535.0, 8485.0, 8492.0, 8490.0, 8486.0, 8488.0, 8493.0, 8549.0, 8492.0, 8470.0, 8492.0, 8463.0, 8465.0, 8459.0, 8474.0, 8466.0, 8475.0, 8480.0, 8447.0, 8475.0, 8465.0, 8463.0, 8478.0, 8467.0, 8466.0, 8484.0, 8469.0, 8481.0, 8488.0, 8483.0, 8482.0, 8483.0, 8489.0, 8504.0, 8492.0, 8488.0, 8504.0, 8489.0, 8508.0, 8533.0, 8509.0, 8512.0, 8493.0, 8508.0, 8504.0, 8518.0, 8517.0, 8513.0, 8502.0, 8515.0, 8537.0, 8560.0, 8530.0, 8508.0, 8495.0, 8476.0, 8516.0, 8517.0, 8491.0, 8495.0, 8506.0, 8489.0, 8491.0, 8513.0, 8514.0, 8502.0, 8492.0, 8512.0, 8495.0, 8487.0, 8511.0, 8528.0, 8496.0, 8500.0, 8478.0, 8509.0, 8499.0, 8495.0, 8504.0, 8504.0, 8494.0, 8494.0, 8508.0, 8473.0, 8505.0, 8514.0, 8498.0, 8496.0, 8506.0, 8496.0, 8483.0, 8475.0, 8496.0, 8520.0, 8496.0, 8512.0, 8490.0, 8492.0, 8494.0, 8513.0, 8517.0, 8522.0, 8510.0, 8499.0, 8486.0, 8510.0, 8498.0, 8513.0, 8515.0, 8516.0, 8560.0, 8575.0, 8498.0, 8498.0, 8500.0, 8489.0, 8495.0, 8501.0, 8492.0, 8499.0, 8489.0, 8490.0, 8489.0, 8471.0, 8487.0, 8484.0, 8490.0, 8490.0, 8486.0, 8487.0, 8475.0, 8484.0, 8469.0, 8495.0, 8476.0, 8485.0, 8475.0, 8456.0, 8482.0, 8473.0, 8468.0, 8495.0, 8491.0, 8474.0, 8494.0, 8500.0, 8468.0, 8487.0, 8486.0, 8492.0, 8479.0, 8488.0, 8487.0, 8475.0, 8471.0, 8487.0, 8489.0, 8492.0, 8494.0, 8489.0, 8494.0, 8477.0, 8458.0, 8493.0, 8493.0, 8479.0, 8495.0, 8498.0, 8490.0, 8494.0, 8489.0, 8488.0, 8492.0, 8490.0, 8499.0, 8505.0, 8479.0, 8496.0, 8511.0, 8492.0, 8512.0, 8514.0, 8500.0, 8501.0, 8485.0, 8499.0, 8511.0, 8497.0, 8527.0, 8524.0, 8522.0, 8537.0, 8510.0, 8512.0, 8521.0, 8505.0, 8522.0, 8544.0, 8573.0, 8522.0, 8528.0, 8553.0, 8511.0, 8504.0, 8487.0, 8490.0, 8508.0, 8527.0, 8489.0, 8501.0, 8496.0, 8483.0, 8483.0, 8479.0, 8486.0, 8527.0, 8501.0, 8486.0, 8482.0, 8466.0, 8486.0, 8500.0, 8479.0, 8505.0, 8503.0, 8495.0, 8506.0, 8485.0, 8483.0, 8501.0, 8474.0, 8490.0, 8504.0, 8486.0, 8498.0, 8487.0, 8482.0, 8502.0, 8507.0, 8476.0, 8507.0, 8488.0, 8488.0, 8506.0, 8501.0, 8489.0, 8524.0, 8491.0, 8488.0, 8504.0, 8485.0, 8508.0, 8510.0, 8515.0, 8515.0, 8508.0, 8493.0, 8520.0, 8491.0, 8477.0, 8496.0, 8487.0, 8493.0, 8515.0, 8482.0, 8494.0, 8498.0, 8510.0, 8499.0, 8513.0, 8501.0, 8512.0, 8516.0, 8506.0, 8502.0, 8498.0, 8500.0, 8520.0, 8537.0, 8529.0, 8500.0, 8514.0, 8459.0, 8489.0, 8494.0, 8483.0, 8494.0, 8512.0, 8486.0, 8479.0, 8503.0, 8478.0, 8497.0, 8517.0, 8512.0, 8486.0, 8481.0, 8494.0, 8476.0, 8491.0, 8488.0, 8492.0, 8493.0, 8528.0, 8504.0, 8539.0, 8494.0, 8498.0, 8446.0, 8469.0, 8499.0, 8472.0, 8519.0, 8526.0, 8492.0, 8502.0, 8465.0, 8468.0, 8492.0, 8461.0, 8483.0, 8461.0, 8463.0, 8479.0, 8459.0, 8448.0, 8458.0, 8469.0, 8462.0, 8462.0, 8459.0, 8460.0, 8458.0, 8459.0, 8443.0, 8465.0, 8471.0, 8472.0, 8471.0, 8467.0, 8470.0, 8481.0, 8463.0, 8465.0, 8487.0, 8473.0, 8473.0, 8482.0, 8489.0, 8481.0, 8491.0, 8508.0, 8474.0, 8501.0, 8499.0, 8510.0, 8501.0, 8496.0, 8494.0, 8519.0, 8468.0, 8492.0, 8513.0, 8493.0, 8497.0, 8504.0, 8478.0, 8492.0, 8501.0, 8482.0, 8495.0, 8488.0, 8478.0, 8491.0, 8470.0, 8488.0, 8493.0, 8495.0, 8494.0, 8508.0, 8492.0, 8478.0, 8488.0, 8489.0, 8497.0, 8493.0, 8499.0, 8496.0, 8491.0, 8490.0, 8501.0, 8471.0, 8488.0, 8511.0, 8477.0, 8497.0, 8491.0, 8495.0, 8481.0, 8489.0, 8479.0, 8500.0, 8475.0, 8491.0, 8474.0, 8470.0, 8488.0, 8516.0, 8515.0, 8485.0, 8445.0, 8510.0, 8478.0, 8491.0, 8494.0, 8483.0, 8381.0, 8604.0, 8562.0, 8524.0, 8560.0, 8557.0, 8541.0, 8587.0, 8495.0, 8543.0, 8520.0, 8517.0, 8501.0, 8516.0, 8574.0, 8582.0, 8516.0, 8515.0, 8523.0, 8494.0, 8496.0, 8502.0, 8491.0, 8514.0, 8492.0, 8494.0, 8493.0, 8473.0, 8492.0, 8508.0, 8478.0, 8495.0, 8527.0, 8500.0, 8498.0, 8481.0, 8500.0, 8515.0, 8498.0, 8500.0, 8517.0, 8507.0, 8529.0, 8496.0, 8506.0, 8501.0, 8500.0, 8505.0, 8533.0, 8503.0, 8522.0, 8513.0, 8503.0, 8502.0, 8483.0, 8501.0, 8522.0, 8500.0, 8504.0, 8516.0, 8506.0, 8519.0, 8488.0, 8509.0, 8523.0, 8505.0, 8528.0, 8539.0, 8530.0, 8533.0, 8521.0, 8528.0, 8508.0, 8505.0, 8546.0, 8532.0, 8522.0, 8555.0, 8523.0, 8512.0, 8490.0, 8509.0, 8498.0, 8499.0, 8515.0, 8517.0, 8521.0, 8515.0, 8508.0, 8493.0, 8505.0, 8493.0, 8539.0, 8519.0, 8498.0, 8519.0, 8500.0, 8512.0, 8499.0, 8472.0, 8540.0, 8525.0, 8520.0, 8543.0, 8516.0, 8517.0, 8503.0, 8497.0, 8537.0, 8522.0, 8504.0, 8518.0, 8515.0, 8513.0, 8517.0, 8517.0, 8520.0, 8516.0, 8518.0, 8516.0, 8518.0, 8497.0, 8515.0, 8520.0, 8501.0, 8517.0, 8515.0, 8513.0, 8516.0, 8514.0, 8514.0, 8521.0, 8530.0, 8519.0, 8523.0, 8503.0, 8510.0, 8522.0, 8537.0, 8521.0, 8518.0, 8523.0, 8522.0, 8538.0, 8539.0, 8523.0, 8520.0, 8538.0, 8516.0, 8509.0, 8490.0, 8533.0, 8506.0, 8464.0, 8519.0, 8502.0, 8518.0, 8533.0, 8516.0, 8512.0, 8513.0, 8496.0, 8532.0, 8524.0, 8515.0, 8517.0, 8498.0, 8497.0, 8512.0, 8501.0, 8518.0, 8532.0, 8518.0, 8514.0, 8518.0, 8515.0, 8516.0, 8538.0, 8532.0, 8517.0, 8502.0, 8497.0, 8513.0, 8513.0, 8516.0, 8515.0, 8513.0, 8510.0, 8513.0, 8508.0, 8509.0, 8513.0, 8528.0, 8511.0, 8496.0, 8494.0, 8512.0, 8495.0, 8507.0, 8512.0, 8517.0, 8541.0, 8525.0, 8521.0, 8488.0, 8507.0, 8501.0, 8499.0, 8543.0, 8518.0, 8540.0, 8545.0, 8573.0, 8519.0, 8524.0, 8503.0, 8474.0, 8512.0, 8478.0, 8539.0, 8484.0, 8516.0, 8517.0, 8514.0, 8521.0, 8543.0, 8494.0, 8496.0, 8511.0, 8511.0, 8508.0, 8492.0, 8491.0, 8493.0, 8473.0, 8492.0, 8516.0, 8510.0, 8494.0, 8481.0, 8474.0, 8489.0, 8478.0, 8488.0, 8512.0, 8501.0, 8495.0, 8510.0, 8494.0, 8492.0, 8514.0, 8495.0, 8513.0, 8522.0, 8541.0, 8520.0, 8512.0, 8516.0, 8503.0, 8514.0, 8530.0, 8549.0, 8558.0, 8591.0, 8581.0, 8574.0, 8534.0, 8490.0, 8511.0, 8507.0, 8508.0, 8489.0, 8459.0, 8480.0, 8508.0, 8516.0, 8492.0, 8490.0, 8529.0, 8517.0, 8544.0, 8504.0, 8484.0, 8490.0, 8481.0, 8435.0, 8474.0, 8470.0, 8475.0, 8485.0, 8468.0, 8482.0, 8515.0, 8541.0, 8486.0, 8469.0, 8450.0, 8489.0, 8475.0, 8484.0, 8467.0, 8450.0, 8449.0, 8448.0, 8463.0, 8480.0, 8492.0, 8473.0, 8489.0, 8516.0, 8536.0, 8492.0, 8485.0, 8468.0, 8465.0, 8482.0, 8469.0, 8467.0, 8488.0, 8500.0, 8490.0, 8490.0, 8469.0, 8484.0, 8486.0, 8481.0, 8489.0, 8490.0, 8469.0, 8493.0, 8505.0, 8482.0, 8490.0, 8475.0, 8489.0, 8505.0, 8476.0, 8490.0, 8493.0, 8494.0, 8519.0, 8517.0, 8498.0, 8513.0, 8484.0, 8476.0, 8508.0, 8495.0, 8494.0, 8513.0, 8506.0, 8517.0, 8519.0, 8512.0, 8515.0, 8503.0, 8484.0, 8514.0, 8527.0, 8519.0, 8514.0, 8512.0, 8511.0, 8513.0, 8510.0, 8494.0, 8519.0, 8517.0, 8513.0, 8499.0, 8497.0, 8513.0, 8501.0, 8511.0, 8520.0, 8517.0, 8514.0, 8513.0, 8496.0, 8515.0, 8533.0, 8501.0, 8539.0, 8526.0, 8487.0, 8518.0, 8501.0, 8498.0, 8515.0, 8517.0, 8522.0, 8538.0, 8518.0, 8514.0, 8519.0, 8510.0, 8513.0, 8516.0, 8500.0, 8521.0, 8524.0, 8487.0, 8516.0, 8501.0, 8497.0, 8517.0, 8515.0, 8520.0, 8537.0, 8519.0, 8513.0, 8518.0, 8514.0, 8517.0, 8516.0, 8520.0, 8518.0, 8506.0, 8504.0, 8512.0, 8523.0, 8528.0, 8525.0, 8525.0, 8504.0, 8541.0, 8549.0, 8580.0, 8504.0, 8543.0, 8514.0, 8513.0, 8518.0, 8496.0, 8496.0, 8499.0, 8491.0, 8508.0, 8496.0, 8520.0, 8536.0, 8517.0, 8521.0, 8502.0, 8494.0, 8509.0, 8517.0, 8504.0, 8511.0, 8498.0, 8510.0, 8512.0, 8492.0, 8510.0, 8538.0, 8530.0, 8516.0, 8473.0, 8473.0, 8502.0, 8516.0, 8498.0, 8509.0, 8520.0, 8555.0, 8509.0, 8491.0, 8489.0, 8485.0, 8489.0, 8490.0, 8509.0, 8505.0, 8487.0, 8507.0, 8475.0, 8468.0, 8488.0, 8493.0, 8495.0, 8497.0, 8491.0, 8492.0, 8508.0, 8491.0, 8489.0, 8498.0, 8493.0, 8495.0, 8478.0, 8492.0, 8490.0, 8475.0, 8513.0, 8530.0, 8510.0, 8515.0, 8483.0, 8471.0, 8454.0, 8460.0, 8460.0, 8348.0, 8496.0, 8474.0, 8457.0, 8540.0, 8507.0, 8485.0, 8504.0, 8484.0, 8489.0, 8529.0, 8475.0, 8492.0, 8506.0, 8487.0, 8491.0, 8495.0, 8486.0, 8501.0, 8466.0, 8470.0, 8524.0, 8484.0, 8485.0, 8476.0, 8459.0, 8462.0, 8452.0, 8456.0, 8441.0, 8443.0, 8459.0, 8442.0, 8454.0, 8481.0, 8483.0, 8449.0, 8458.0, 8450.0, 8457.0, 8454.0, 8480.0, 8462.0, 8482.0, 8467.0, 8481.0, 8481.0, 8485.0, 8464.0, 8478.0, 8473.0, 8489.0, 8491.0, 8468.0, 8485.0, 8457.0, 8468.0, 8461.0, 8494.0, 8480.0, 8474.0, 8513.0, 8519.0, 8569.0, 8518.0, 8513.0, 8506.0, 8507.0, 8508.0, 8512.0, 8502.0, 8502.0, 8467.0, 8496.0, 8496.0, 8477.0, 8510.0, 8496.0, 8496.0, 8514.0, 8515.0, 8498.0, 8502.0, 8497.0, 8514.0, 8504.0, 8500.0, 8521.0, 8523.0, 8503.0, 8522.0, 8518.0, 8499.0, 8520.0, 8533.0, 8517.0, 8521.0, 8532.0, 8515.0, 8505.0, 8515.0, 8511.0, 8501.0, 8509.0, 8541.0, 8497.0, 8503.0, 8541.0, 8567.0, 8595.0, 8553.0, 8555.0, 8553.0, 8538.0, 8555.0, 8567.0, 8534.0, 8550.0, 8566.0, 8514.0, 8529.0, 8540.0, 8506.0, 8520.0, 8534.0, 8516.0, 8523.0, 8537.0, 8522.0, 8524.0, 8504.0, 8515.0, 8515.0, 8494.0, 8509.0, 8514.0, 8482.0, 8513.0, 8510.0, 8494.0, 8511.0, 8510.0, 8515.0, 8497.0, 8480.0, 8511.0, 8494.0, 8477.0, 8510.0, 8515.0, 8499.0, 8516.0, 8512.0, 8495.0, 8514.0, 8513.0, 8518.0, 8518.0, 8503.0, 8516.0, 8512.0, 8542.0, 8525.0, 8512.0, 8543.0, 8529.0, 8525.0, 8505.0, 8511.0, 8489.0, 8389.0, 8563.0, 8444.0, 8424.0, 8267.0, 8688.0, 8559.0, 8581.0, 8543.0, 8530.0, 8571.0, 8511.0, 8511.0, 8550.0, 8488.0, 8520.0, 8538.0, 8510.0, 8525.0, 8504.0, 8522.0, 8503.0, 8509.0, 8508.0, 8506.0, 8507.0, 8508.0, 8539.0, 8558.0, 8501.0, 8516.0, 8512.0, 8492.0, 8497.0, 8528.0, 8513.0, 8495.0, 8489.0, 8507.0, 8475.0, 8492.0, 8508.0, 8496.0, 8508.0, 8480.0, 8491.0, 8509.0, 8496.0, 8498.0, 8513.0, 8500.0, 8513.0, 8514.0, 8479.0, 8513.0, 8501.0, 8499.0, 8537.0, 8508.0, 8519.0, 8522.0, 8502.0, 8518.0, 8522.0, 8494.0, 8521.0, 8521.0, 8503.0, 8521.0, 8519.0, 8517.0, 8537.0, 8557.0, 8539.0, 8507.0, 8503.0, 8535.0, 8517.0, 8518.0, 8521.0, 8506.0, 8519.0, 8520.0, 8516.0, 8533.0, 8521.0, 8522.0, 8528.0, 8521.0, 8521.0, 8521.0, 8519.0, 8534.0, 8533.0, 8522.0, 8509.0, 8504.0, 8521.0, 8517.0, 8515.0, 8532.0, 8517.0, 8521.0, 8506.0, 8505.0, 8497.0, 8530.0, 8522.0, 8486.0, 8517.0, 8524.0, 8526.0, 8540.0, 8538.0, 8502.0, 8516.0, 8516.0, 8499.0, 8518.0, 8513.0, 8496.0, 8509.0, 8493.0, 8510.0, 8513.0, 8497.0, 8501.0, 8503.0, 8483.0, 8512.0, 8500.0, 8498.0, 8516.0, 8500.0, 8519.0, 8518.0, 8517.0, 8516.0, 8503.0, 8485.0, 8513.0, 8516.0, 8486.0, 8516.0, 8503.0, 8499.0, 8516.0, 8515.0, 8498.0, 8518.0, 8519.0, 8516.0, 8518.0, 8512.0, 8515.0, 8519.0, 8502.0, 8518.0, 8520.0, 8497.0, 8515.0, 8501.0, 8499.0, 8516.0, 8517.0, 8518.0, 8520.0, 8516.0, 8519.0, 8507.0, 8504.0, 8539.0, 8524.0, 8506.0, 8520.0, 8514.0, 8520.0, 8519.0, 8504.0, 8522.0, 8521.0, 8503.0, 8534.0, 8517.0, 8514.0, 8520.0, 8533.0, 8522.0, 8532.0, 8508.0, 8541.0, 8516.0, 8516.0, 8500.0, 8501.0, 8525.0, 8575.0, 8568.0, 8571.0, 8494.0, 8499.0, 8496.0, 8517.0, 8519.0, 8521.0, 8520.0, 8520.0, 8525.0, 8536.0, 8525.0, 8537.0, 8502.0, 8526.0, 8504.0, 8464.0, 8500.0, 8474.0, 8473.0, 8474.0, 8468.0, 8467.0, 8525.0, 8480.0, 8477.0, 8482.0, 8469.0, 8474.0, 8456.0, 8486.0, 8471.0, 8488.0, 8473.0, 8439.0, 8485.0, 8472.0, 8473.0, 8485.0, 8490.0, 8492.0, 8473.0, 8489.0, 8480.0, 8463.0, 8492.0, 8496.0, 8497.0, 8516.0, 8518.0, 8501.0, 8502.0, 8483.0, 8522.0, 8518.0, 8503.0, 8500.0, 8496.0, 8499.0, 8494.0, 8484.0, 8502.0, 8501.0, 8501.0, 8524.0, 8497.0, 8512.0, 8519.0, 8503.0, 8521.0, 8515.0, 8503.0, 8527.0, 8491.0, 8508.0, 8516.0, 8501.0, 8504.0, 8514.0, 8501.0, 8522.0, 8538.0, 8508.0, 8507.0, 8495.0, 8506.0, 8525.0, 8505.0, 8501.0, 8505.0, 8489.0, 8522.0, 8562.0, 8570.0, 8528.0, 8502.0, 8484.0, 8515.0, 8514.0, 8483.0, 8517.0, 8534.0, 8487.0, 8502.0, 8495.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.014369585575888055</td></tr>
<tr><td colspan=3>aqi</td><td>0.0826913963401507</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.0645412850404</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1707559080452339</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1776648708023696</td></tr>
<tr><td colspan=3>efc</td><td>0.4884</td></tr>
<tr><td colspan=3>fber</td><td>4643.3931</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.31954363761563415</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>450</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.219590958019374</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8299319078207597</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.555775939065553</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2187198323506485</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7152999520460774</td></tr>
<tr><td colspan=3>gcor</td><td>0.00672807</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010355883277952671</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03298807144165039</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1858</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6595717445929634</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>14.3818</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1319</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.5029</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302509.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>991.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.9512</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7121</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>451.5009</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2963.773</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74035.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>814.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>877.6924</td></tr>
<tr><td colspan=3>tsnr</td><td>21.216371562331915</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>