<?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-0090_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-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090/ses-02/func/sub-0090_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>456d7f4e0a466b1be628820c52e8fb70</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:04:4.435000</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.998736, 0.0445342, 0.0232981, -0.0460511, 0.996537, 0.0692311]</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.0948016</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>[4175, -7741, -7220, 525, 51, -176, -116, -10]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.811</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2642e9d5-6ad1-44ea-ba08-d4e08085b3d8||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.6795361042022705, -0.12355176359415054, 0.05436257645487785, 115.04322814941406], [-0.11948192119598389, 2.6736364364624023, 0.18958456814289093, -88.79166412353516], [0.06250713765621185, -0.18574197590351105, 2.692786931991577, -60.1358528137207], [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': ['120404.435000', '120404.895000', '120405.355000', '120405.815000', '120406.275000', '120406.735000', '120407.195000', '120407.655000', '120408.115000', '120408.575000', '120409.035000', '120409.495000', '120409.955000', '120410.415000', '120410.875000', '120411.335000', '120411.795000', '120412.255000', '120412.715000', '120413.175000', '120413.635000', '120414.095000', '120414.555000', '120415.015000', '120415.475000', '120415.935000', '120416.395000', '120416.855000', '120417.315000', '120417.775000', '120418.235000', '120418.695000', '120419.155000', '120419.615000', '120420.075000', '120420.535000', '120420.995000', '120421.455000', '120421.915000', '120422.375000', '120422.835000', '120423.295000', '120423.755000', '120424.215000', '120424.675000', '120425.135000', '120425.595000', '120426.055000', '120426.515000', '120426.975000', '120427.435000', '120427.895000', '120428.355000', '120428.815000', '120429.275000', '120429.735000', '120430.195000', '120430.655000', '120431.115000', '120431.575000', '120432.035000', '120432.495000', '120432.955000', '120433.415000', '120433.875000', '120434.335000', '120434.795000', '120435.255000', '120435.715000', '120436.175000', '120436.635000', '120437.095000', '120437.555000', '120438.015000', '120438.475000', '120438.935000', '120439.395000', '120439.855000', '120440.315000', '120440.775000', '120441.235000', '120441.695000', '120442.155000', '120442.615000', '120443.075000', '120443.535000', '120443.995000', '120444.455000', '120444.915000', '120445.375000', '120445.835000', '120446.295000', '120446.755000', '120447.215000', '120447.675000', '120448.135000', '120448.595000', '120449.055000', '120449.515000', '120449.975000', '120450.435000', '120450.895000', '120451.355000', '120451.815000', '120452.275000', '120452.735000', '120453.195000', '120453.655000', '120454.115000', '120454.575000', '120455.035000', '120455.495000', '120455.955000', '120456.415000', '120456.875000', '120457.335000', '120457.795000', '120458.255000', '120458.715000', '120459.175000', '120459.635000', '120500.095000', '120500.555000', '120501.015000', '120501.475000', '120501.935000', '120502.395000', '120502.855000', '120503.315000', '120503.775000', '120504.235000', '120504.695000', '120505.155000', '120505.615000', '120506.075000', '120506.535000', '120506.995000', '120507.455000', '120507.915000', '120508.375000', '120508.835000', '120509.295000', '120509.755000', '120510.215000', '120510.675000', '120511.135000', '120511.595000', '120512.055000', '120512.515000', '120512.975000', '120513.435000', '120513.895000', '120514.355000', '120514.815000', '120515.275000', '120515.735000', '120516.195000', '120516.655000', '120517.115000', '120517.575000', '120518.035000', '120518.495000', '120518.955000', '120519.415000', '120519.875000', '120520.335000', '120520.795000', '120521.255000', '120521.715000', '120522.175000', '120522.635000', '120523.095000', '120523.555000', '120524.015000', '120524.475000', '120524.935000', '120525.395000', '120525.855000', '120526.315000', '120526.775000', '120527.235000', '120527.695000', '120528.155000', '120528.615000', '120529.075000', '120529.535000', '120529.995000', '120530.455000', '120530.915000', '120531.375000', '120531.835000', '120532.295000', '120532.755000', '120533.215000', '120533.675000', '120534.135000', '120534.595000', '120535.055000', '120535.515000', '120535.975000', '120536.435000', '120536.895000', '120537.355000', '120537.815000', '120538.275000', '120538.735000', '120539.195000', '120539.655000', '120540.115000', '120540.575000', '120541.035000', '120541.495000', '120541.955000', '120542.415000', '120542.875000', '120543.335000', '120543.795000', '120544.255000', '120544.715000', '120545.175000', '120545.635000', '120546.095000', '120546.555000', '120547.015000', '120547.475000', '120547.935000', '120548.395000', '120548.855000', '120549.315000', '120549.775000', '120550.235000', '120550.695000', '120551.155000', '120551.615000', '120552.075000', '120552.535000', '120552.995000', '120553.455000', '120553.915000', '120554.375000', '120554.835000', '120555.295000', '120555.755000', '120556.215000', '120556.675000', '120557.135000', '120557.595000', '120558.055000', '120558.515000', '120558.975000', '120559.435000', '120559.895000', '120600.355000', '120600.815000', '120601.275000', '120601.735000', '120602.195000', '120602.655000', '120603.115000', '120603.575000', '120604.035000', '120604.495000', '120604.955000', '120605.415000', '120605.875000', '120606.335000', '120606.795000', '120607.255000', '120607.715000', '120608.175000', '120608.635000', '120609.095000', '120609.555000', '120610.015000', '120610.475000', '120610.935000', '120611.395000', '120611.855000', '120612.315000', '120612.775000', '120613.235000', '120613.695000', '120614.155000', '120614.615000', '120615.075000', '120615.535000', '120615.995000', '120616.455000', '120616.915000', '120617.375000', '120617.835000', '120618.295000', '120618.755000', '120619.215000', '120619.675000', '120620.135000', '120620.595000', '120621.055000', '120621.515000', '120621.975000', '120622.435000', '120622.895000', '120623.355000', '120623.815000', '120624.275000', '120624.735000', '120625.195000', '120625.655000', '120626.115000', '120626.575000', '120627.035000', '120627.495000', '120627.955000', '120628.415000', '120628.875000', '120629.335000', '120629.795000', '120630.255000', '120630.715000', '120631.175000', '120631.635000', '120632.095000', '120632.555000', '120633.015000', '120633.475000', '120633.935000', '120634.395000', '120634.855000', '120635.315000', '120635.775000', '120636.235000', '120636.695000', '120637.155000', '120637.615000', '120638.075000', '120638.535000', '120638.995000', '120639.455000', '120639.915000', '120640.375000', '120640.835000', '120641.295000', '120641.755000', '120642.215000', '120642.675000', '120643.135000', '120643.595000', '120644.055000', '120644.515000', '120644.975000', '120645.435000', '120645.895000', '120646.355000', '120646.815000', '120647.275000', '120647.735000', '120648.195000', '120648.655000', '120649.115000', '120649.575000', '120650.035000', '120650.495000', '120650.955000', '120651.415000', '120651.875000', '120652.335000', '120652.795000', '120653.255000', '120653.715000', '120654.175000', '120654.635000', '120655.095000', '120655.555000', '120656.015000', '120656.475000', '120656.935000', '120657.395000', '120657.855000', '120658.315000', '120658.775000', '120659.235000', '120659.695000', '120700.155000', '120700.615000', '120701.075000', '120701.535000', '120701.995000', '120702.455000', '120702.915000', '120703.375000', '120703.835000', '120704.295000', '120704.755000', '120705.215000', '120705.675000', '120706.135000', '120706.595000', '120707.055000', '120707.515000', '120707.975000', '120708.435000', '120708.895000', '120709.355000', '120709.815000', '120710.275000', '120710.735000', '120711.195000', '120711.655000', '120712.115000', '120712.575000', '120713.035000', '120713.495000', '120713.955000', '120714.415000', '120714.875000', '120715.335000', '120715.795000', '120716.255000', '120716.715000', '120717.175000', '120717.635000', '120718.095000', '120718.555000', '120719.015000', '120719.475000', '120719.935000', '120720.395000', '120720.855000', '120721.315000', '120721.775000', '120722.235000', '120722.695000', '120723.155000', '120723.615000', '120724.075000', '120724.535000', '120724.995000', '120725.455000', '120725.915000', '120726.375000', '120726.835000', '120727.295000', '120727.755000', '120728.215000', '120728.675000', '120729.135000', '120729.595000', '120730.055000', '120730.515000', '120730.975000', '120731.435000', '120731.895000', '120732.355000', '120732.815000', '120733.275000', '120733.735000', '120734.195000', '120734.655000', '120735.115000', '120735.575000', '120736.035000', '120736.495000', '120736.955000', '120737.415000', '120737.875000', '120738.335000', '120738.795000', '120739.255000', '120739.715000', '120740.175000', '120740.635000', '120741.095000', '120741.555000', '120742.015000', '120742.475000', '120742.935000', '120743.395000', '120743.855000', '120744.315000', '120744.775000', '120745.235000', '120745.695000', '120746.155000', '120746.615000', '120747.075000', '120747.535000', '120747.995000', '120748.455000', '120748.915000', '120749.375000', '120749.835000', '120750.295000', '120750.755000', '120751.215000', '120751.675000', '120752.135000', '120752.595000', '120753.055000', '120753.515000', '120753.975000', '120754.435000', '120754.895000', '120755.355000', '120755.815000', '120756.275000', '120756.735000', '120757.195000', '120757.655000', '120758.115000', '120758.575000', '120759.035000', '120759.495000', '120759.955000', '120800.415000', '120800.875000', '120801.335000', '120801.795000', '120802.255000', '120802.715000', '120803.175000', '120803.635000', '120804.095000', '120804.555000', '120805.015000', '120805.475000', '120805.935000', '120806.395000', '120806.855000', '120807.315000', '120807.775000', '120808.235000', '120808.695000', '120809.155000', '120809.615000', '120810.075000', '120810.535000', '120810.995000', '120811.455000', '120811.915000', '120812.375000', '120812.835000', '120813.295000', '120813.755000', '120814.215000', '120814.675000', '120815.135000', '120815.595000', '120816.055000', '120816.515000', '120816.975000', '120817.435000', '120817.895000', '120818.355000', '120818.815000', '120819.275000', '120819.735000', '120820.195000', '120820.655000', '120821.115000', '120821.575000', '120822.035000', '120822.495000', '120822.955000', '120823.415000', '120823.875000', '120824.335000', '120824.795000', '120825.255000', '120825.715000', '120826.175000', '120826.635000', '120827.095000', '120827.555000', '120828.015000', '120828.475000', '120828.935000', '120829.395000', '120829.855000', '120830.315000', '120830.775000', '120831.235000', '120831.695000', '120832.155000', '120832.615000', '120833.075000', '120833.535000', '120833.995000', '120834.455000', '120834.915000', '120835.375000', '120835.835000', '120836.295000', '120836.755000', '120837.215000', '120837.675000', '120838.135000', '120838.595000', '120839.055000', '120839.515000', '120839.975000', '120840.435000', '120840.895000', '120841.355000', '120841.815000', '120842.275000', '120842.735000', '120843.195000', '120843.655000', '120844.115000', '120844.575000', '120845.035000', '120845.495000', '120845.955000', '120846.415000', '120846.875000', '120847.335000', '120847.795000', '120848.255000', '120848.715000', '120849.175000', '120849.635000', '120850.095000', '120850.555000', '120851.015000', '120851.475000', '120851.935000', '120852.395000', '120852.855000', '120853.315000', '120853.775000', '120854.235000', '120854.695000', '120855.155000', '120855.615000', '120856.075000', '120856.535000', '120856.995000', '120857.455000', '120857.915000', '120858.375000', '120858.835000', '120859.295000', '120859.755000', '120900.215000', '120900.675000', '120901.135000', '120901.595000', '120902.055000', '120902.515000', '120902.975000', '120903.435000', '120903.895000', '120904.355000', '120904.815000', '120905.275000', '120905.735000', '120906.195000', '120906.655000', '120907.115000', '120907.575000', '120908.035000', '120908.495000', '120908.955000', '120909.415000', '120909.875000', '120910.335000', '120910.795000', '120911.255000', '120911.715000', '120912.175000', '120912.635000', '120913.095000', '120913.555000', '120914.015000', '120914.475000', '120914.935000', '120915.395000', '120915.855000', '120916.315000', '120916.775000', '120917.235000', '120917.695000', '120918.155000', '120918.615000', '120919.075000', '120919.535000', '120919.995000', '120920.455000', '120920.915000', '120921.375000', '120921.835000', '120922.295000', '120922.755000', '120923.215000', '120923.675000', '120924.135000', '120924.595000', '120925.055000', '120925.515000', '120925.975000', '120926.435000', '120926.895000', '120927.355000', '120927.815000', '120928.275000', '120928.735000', '120929.195000', '120929.655000', '120930.115000', '120930.575000', '120931.035000', '120931.495000', '120931.955000', '120932.415000', '120932.875000', '120933.335000', '120933.795000', '120934.255000', '120934.715000', '120935.175000', '120935.635000', '120936.095000', '120936.555000', '120937.015000', '120937.475000', '120937.935000', '120938.395000', '120938.855000', '120939.315000', '120939.775000', '120940.235000', '120940.695000', '120941.155000', '120941.615000', '120942.075000', '120942.535000', '120942.995000', '120943.455000', '120943.915000', '120944.375000', '120944.835000', '120945.295000', '120945.755000', '120946.215000', '120946.675000', '120947.135000', '120947.595000', '120948.055000', '120948.515000', '120948.975000', '120949.435000', '120949.895000', '120950.355000', '120950.815000', '120951.275000', '120951.735000', '120952.195000', '120952.655000', '120953.115000', '120953.575000', '120954.035000', '120954.495000', '120954.955000', '120955.415000', '120955.875000', '120956.335000', '120956.795000', '120957.255000', '120957.715000', '120958.175000', '120958.635000', '120959.095000', '120959.555000', '121000.015000', '121000.475000', '121000.935000', '121001.395000', '121001.855000', '121002.315000', '121002.775000', '121003.235000', '121003.695000', '121004.155000', '121004.615000', '121005.075000', '121005.535000', '121005.995000', '121006.455000', '121006.915000', '121007.375000', '121007.835000', '121008.295000', '121008.755000', '121009.215000', '121009.675000', '121010.135000', '121010.595000', '121011.055000', '121011.515000', '121011.975000', '121012.435000', '121012.895000', '121013.355000', '121013.815000', '121014.275000', '121014.735000', '121015.195000', '121015.655000', '121016.115000', '121016.575000', '121017.035000', '121017.495000', '121017.955000', '121018.415000', '121018.875000', '121019.335000', '121019.795000', '121020.255000', '121020.715000', '121021.175000', '121021.635000', '121022.095000', '121022.555000', '121023.015000', '121023.475000', '121023.935000', '121024.395000', '121024.855000', '121025.315000', '121025.775000', '121026.235000', '121026.695000', '121027.155000', '121027.615000', '121028.075000', '121028.535000', '121028.995000', '121029.455000', '121029.915000', '121030.375000', '121030.835000', '121031.295000', '121031.755000', '121032.215000', '121032.675000', '121033.135000', '121033.595000', '121034.055000', '121034.515000', '121034.975000', '121035.435000', '121035.895000', '121036.355000', '121036.815000', '121037.275000', '121037.735000', '121038.195000', '121038.655000', '121039.115000', '121039.575000', '121040.035000', '121040.495000', '121040.955000', '121041.415000', '121041.875000', '121042.335000', '121042.795000', '121043.255000', '121043.715000', '121044.175000', '121044.635000', '121045.095000', '121045.555000', '121046.015000', '121046.475000', '121046.935000', '121047.395000', '121047.855000', '121048.315000', '121048.775000', '121049.235000', '121049.695000', '121050.155000', '121050.615000', '121051.075000', '121051.535000', '121051.995000', '121052.455000', '121052.915000', '121053.375000', '121053.835000', '121054.295000', '121054.755000', '121055.215000', '121055.675000', '121056.135000', '121056.595000', '121057.055000', '121057.515000', '121057.975000', '121058.435000', '121058.895000', '121059.355000', '121059.815000', '121100.275000', '121100.735000', '121101.195000', '121101.655000', '121102.115000', '121102.575000', '121103.035000', '121103.495000', '121103.955000', '121104.415000', '121104.875000', '121105.335000', '121105.795000', '121106.255000', '121106.715000', '121107.175000', '121107.635000', '121108.095000', '121108.555000', '121109.015000', '121109.475000', '121109.935000', '121110.395000', '121110.855000', '121111.315000', '121111.775000', '121112.235000', '121112.695000', '121113.155000', '121113.615000', '121114.075000', '121114.535000', '121114.995000', '121115.455000', '121115.915000', '121116.375000', '121116.835000', '121117.295000', '121117.755000', '121118.215000', '121118.675000', '121119.135000', '121119.595000', '121120.055000', '121120.515000', '121120.975000', '121121.435000', '121121.895000', '121122.355000', '121122.815000', '121123.275000', '121123.735000', '121124.195000', '121124.655000', '121125.115000', '121125.575000', '121126.035000', '121126.495000', '121126.955000', '121127.415000', '121127.875000', '121128.335000', '121128.795000', '121129.255000', '121129.715000', '121130.175000', '121130.635000', '121131.095000', '121131.555000', '121132.015000', '121132.475000', '121132.935000', '121133.395000', '121133.855000', '121134.315000', '121134.775000', '121135.235000', '121135.695000', '121136.155000', '121136.615000', '121137.075000', '121137.535000', '121137.995000', '121138.455000', '121138.915000', '121139.375000', '121139.835000', '121140.295000', '121140.755000', '121141.215000', '121141.675000', '121142.135000', '121142.595000', '121143.055000', '121143.515000', '121143.975000', '121144.435000', '121144.895000', '121145.355000', '121145.815000', '121146.275000', '121146.735000', '121147.195000', '121147.655000', '121148.115000', '121148.575000', '121149.035000', '121149.495000', '121149.955000', '121150.415000', '121150.875000', '121151.335000', '121151.795000', '121152.255000', '121152.715000', '121153.175000', '121153.635000', '121154.095000', '121154.555000', '121155.015000', '121155.475000', '121155.935000', '121156.395000', '121156.855000', '121157.315000', '121157.775000', '121158.235000', '121158.695000', '121159.155000', '121159.615000', '121200.075000', '121200.535000', '121200.995000', '121201.455000', '121201.915000', '121202.375000', '121202.835000', '121203.295000', '121203.755000', '121204.215000', '121204.675000', '121205.135000', '121205.595000', '121206.055000', '121206.515000', '121206.975000', '121207.435000', '121207.895000', '121208.355000', '121208.815000', '121209.275000', '121209.735000', '121210.195000', '121210.655000', '121211.115000', '121211.575000', '121212.035000', '121212.495000', '121212.955000', '121213.415000', '121213.875000', '121214.335000', '121214.795000', '121215.255000', '121215.715000', '121216.175000', '121216.635000', '121217.095000', '121217.555000', '121218.015000', '121218.475000', '121218.935000', '121219.395000', '121219.855000', '121220.315000', '121220.775000', '121221.235000', '121221.695000', '121222.155000', '121222.615000', '121223.075000', '121223.535000', '121223.995000', '121224.455000', '121224.915000', '121225.375000', '121225.835000', '121226.295000', '121226.755000', '121227.215000', '121227.675000', '121228.135000', '121228.595000', '121229.055000', '121229.515000', '121229.975000', '121230.435000', '121230.895000', '121231.355000', '121231.815000', '121232.275000', '121232.735000', '121233.195000', '121233.655000', '121234.115000', '121234.575000', '121235.035000', '121235.495000', '121235.955000', '121236.415000', '121236.875000', '121237.335000', '121237.795000', '121238.255000', '121238.715000', '121239.175000', '121239.635000', '121240.095000', '121240.555000', '121241.015000', '121241.475000', '121241.935000', '121242.395000', '121242.855000', '121243.315000', '121243.775000', '121244.235000', '121244.695000', '121245.155000', '121245.615000', '121246.075000', '121246.535000', '121246.995000', '121247.455000', '121247.915000', '121248.375000', '121248.835000', '121249.295000', '121249.755000', '121250.215000', '121250.675000', '121251.135000', '121251.595000', '121252.055000', '121252.515000', '121252.975000', '121253.435000', '121253.895000', '121254.355000', '121254.815000', '121255.275000', '121255.735000', '121256.195000', '121256.655000', '121257.115000', '121257.575000', '121258.035000', '121258.495000', '121258.955000', '121259.415000', '121259.875000', '121300.335000', '121300.795000', '121301.255000', '121301.715000', '121302.175000', '121302.635000', '121303.095000', '121303.555000', '121304.015000', '121304.475000', '121304.935000', '121305.395000', '121305.855000', '121306.315000', '121306.775000', '121307.235000', '121307.695000', '121308.155000', '121308.615000', '121309.075000', '121309.535000', '121309.995000', '121310.455000', '121310.915000', '121311.375000', '121311.835000', '121312.295000', '121312.755000', '121313.215000', '121313.675000', '121314.135000', '121314.595000', '121315.055000', '121315.515000', '121315.975000', '121316.435000', '121316.895000', '121317.355000', '121317.815000', '121318.275000', '121318.735000', '121319.195000', '121319.655000', '121320.115000', '121320.575000', '121321.035000', '121321.495000', '121321.955000', '121322.415000', '121322.875000', '121323.335000', '121323.795000', '121324.255000', '121324.715000', '121325.175000', '121325.635000', '121326.095000', '121326.555000', '121327.015000', '121327.475000', '121327.935000', '121328.395000', '121328.855000', '121329.315000', '121329.775000', '121330.235000', '121330.695000', '121331.155000', '121331.615000', '121332.075000', '121332.535000', '121332.995000', '121333.455000', '121333.915000', '121334.375000', '121334.835000', '121335.295000', '121335.755000', '121336.215000', '121336.675000', '121337.135000', '121337.595000', '121338.055000', '121338.515000', '121338.975000', '121339.435000', '121339.895000', '121340.355000', '121340.815000', '121341.275000', '121341.735000', '121342.195000', '121342.655000', '121343.115000', '121343.575000', '121344.035000', '121344.495000', '121344.955000', '121345.415000', '121345.875000', '121346.335000', '121346.795000', '121347.255000', '121347.715000', '121348.175000', '121348.635000', '121349.095000', '121349.555000', '121350.015000', '121350.475000', '121350.935000', '121351.395000', '121351.855000', '121352.315000', '121352.775000', '121353.235000', '121353.695000', '121354.155000', '121354.615000', '121355.075000', '121355.535000', '121355.995000', '121356.455000', '121356.915000', '121357.375000', '121357.835000', '121358.295000', '121358.755000', '121359.215000', '121359.675000', '121400.135000', '121400.595000', '121401.055000', '121401.515000', '121401.975000', '121402.435000', '121402.895000', '121403.355000', '121403.815000', '121404.275000', '121404.735000', '121405.195000', '121405.655000', '121406.115000', '121406.575000', '121407.035000', '121407.495000', '121407.955000', '121408.415000', '121408.875000', '121409.335000', '121409.795000', '121410.255000', '121410.715000', '121411.175000', '121411.635000', '121412.095000', '121412.555000', '121413.015000', '121413.475000', '121413.935000', '121414.395000', '121414.855000', '121415.315000', '121415.775000', '121416.235000', '121416.695000', '121417.155000', '121417.615000', '121418.075000', '121418.535000', '121418.995000', '121419.455000', '121419.915000', '121420.375000', '121420.835000', '121421.295000', '121421.755000', '121422.215000', '121422.675000', '121423.135000', '121423.595000', '121424.055000', '121424.515000', '121424.975000', '121425.435000', '121425.895000', '121426.355000', '121426.815000', '121427.275000', '121427.735000', '121428.195000', '121428.655000', '121429.115000', '121429.575000', '121430.035000', '121430.495000', '121430.955000', '121431.415000', '121431.875000', '121432.335000', '121432.795000', '121433.255000', '121433.715000', '121434.175000', '121434.635000', '121435.095000', '121435.555000', '121436.015000', '121436.475000', '121436.935000', '121437.395000', '121437.855000', '121438.315000', '121438.775000', '121439.235000', '121439.695000', '121440.155000', '121440.615000', '121441.075000', '121441.535000', '121441.995000', '121442.455000', '121442.915000', '121443.375000', '121443.835000', '121444.295000', '121444.755000', '121445.215000', '121445.675000', '121446.135000', '121446.595000', '121447.055000', '121447.515000', '121447.975000', '121448.435000', '121448.895000', '121449.355000', '121449.815000', '121450.275000', '121450.735000', '121451.195000', '121451.655000', '121452.115000', '121452.575000', '121453.035000', '121453.495000', '121453.955000', '121454.415000', '121454.875000', '121455.335000', '121455.795000', '121456.255000', '121456.715000', '121457.175000', '121457.635000', '121458.095000', '121458.555000', '121459.015000', '121459.475000', '121459.935000', '121500.395000', '121500.855000', '121501.315000', '121501.775000', '121502.235000', '121502.695000', '121503.155000', '121503.615000', '121504.075000', '121504.535000', '121504.995000', '121505.455000', '121505.915000', '121506.375000', '121506.835000', '121507.295000', '121507.755000', '121508.215000', '121508.675000', '121509.135000', '121509.595000', '121510.055000', '121510.515000', '121510.975000', '121511.435000', '121511.895000', '121512.355000', '121512.815000', '121513.275000', '121513.735000', '121514.195000', '121514.655000', '121515.115000', '121515.575000', '121516.035000', '121516.495000', '121516.955000', '121517.415000', '121517.875000', '121518.335000', '121518.795000', '121519.255000', '121519.715000', '121520.175000', '121520.635000', '121521.095000', '121521.555000', '121522.015000', '121522.475000', '121522.935000', '121523.395000', '121523.855000', '121524.315000', '121524.775000', '121525.235000', '121525.695000', '121526.155000', '121526.615000', '121527.075000', '121527.535000', '121527.995000', '121528.455000', '121528.915000', '121529.375000', '121529.835000', '121530.295000', '121530.755000', '121531.215000', '121531.675000', '121532.135000', '121532.595000', '121533.055000', '121533.515000', '121533.975000', '121534.435000', '121534.895000', '121535.355000', '121535.815000', '121536.275000', '121536.735000', '121537.195000', '121537.655000', '121538.115000', '121538.575000', '121539.035000', '121539.495000', '121539.955000', '121540.415000', '121540.875000', '121541.335000', '121541.795000', '121542.255000', '121542.715000', '121543.175000', '121543.635000', '121544.095000', '121544.555000', '121545.015000', '121545.475000', '121545.935000', '121546.395000', '121546.855000', '121547.315000', '121547.775000', '121548.235000', '121548.695000', '121549.155000', '121549.615000', '121550.075000', '121550.535000', '121550.995000', '121551.455000', '121551.915000', '121552.375000', '121552.835000', '121553.295000', '121553.755000', '121554.215000', '121554.675000', '121555.135000', '121555.595000', '121556.055000', '121556.515000', '121556.975000', '121557.435000', '121557.895000', '121558.355000', '121558.815000', '121559.275000', '121559.735000', '121600.195000', '121600.655000', '121601.115000', '121601.575000', '121602.035000', '121602.495000', '121602.955000', '121603.415000', '121603.875000', '121604.335000', '121604.795000', '121605.255000', '121605.715000', '121606.175000', '121606.635000', '121607.095000', '121607.555000', '121608.015000', '121608.475000', '121608.935000', '121609.395000', '121609.855000', '121610.315000', '121610.775000', '121611.235000', '121611.695000', '121612.155000', '121612.615000', '121613.075000', '121613.535000', '121613.995000', '121614.455000', '121614.915000', '121615.375000', '121615.835000', '121616.295000', '121616.755000', '121617.215000', '121617.675000', '121618.135000', '121618.595000', '121619.055000', '121619.515000', '121619.975000', '121620.435000', '121620.895000', '121621.355000', '121621.815000', '121622.275000', '121622.735000', '121623.195000', '121623.655000', '121624.115000', '121624.575000', '121625.035000', '121625.495000', '121625.955000', '121626.415000', '121626.875000', '121627.335000', '121627.795000', '121628.255000', '121628.715000', '121629.175000', '121629.635000', '121630.095000', '121630.555000', '121631.015000', '121631.475000', '121631.935000', '121632.395000', '121632.855000', '121633.315000', '121633.775000', '121634.235000', '121634.695000', '121635.155000', '121635.615000', '121636.075000', '121636.535000', '121636.995000', '121637.455000', '121637.915000', '121638.375000', '121638.835000', '121639.295000', '121639.755000', '121640.215000', '121640.675000', '121641.135000', '121641.595000', '121642.055000', '121642.515000', '121642.975000', '121643.435000', '121643.895000', '121644.355000', '121644.815000', '121645.275000', '121645.735000', '121646.195000', '121646.655000', '121647.115000', '121647.575000', '121648.035000', '121648.495000', '121648.955000', '121649.415000', '121649.875000', '121650.335000', '121650.795000', '121651.255000', '121651.715000', '121652.175000', '121652.635000', '121653.095000', '121653.555000', '121654.015000', '121654.475000', '121654.935000', '121655.395000', '121655.855000', '121656.315000', '121656.775000', '121657.235000', '121657.695000', '121658.155000', '121658.615000', '121659.075000', '121659.535000', '121659.995000', '121700.455000', '121700.915000', '121701.375000', '121701.835000', '121702.295000', '121702.755000', '121703.215000', '121703.675000', '121704.135000', '121704.595000', '121705.055000', '121705.515000', '121705.975000', '121706.435000', '121706.895000', '121707.355000', '121707.815000', '121708.275000', '121708.735000', '121709.195000', '121709.655000', '121710.115000', '121710.575000', '121711.035000', '121711.495000', '121711.955000', '121712.415000', '121712.875000', '121713.335000', '121713.795000', '121714.255000', '121714.715000', '121715.175000', '121715.635000', '121716.095000', '121716.555000', '121717.015000', '121717.475000', '121717.935000', '121718.395000', '121718.855000', '121719.315000', '121719.775000', '121720.235000', '121720.695000', '121721.155000', '121721.615000', '121722.075000', '121722.535000', '121722.995000', '121723.455000', '121723.915000', '121724.375000', '121724.835000', '121725.295000', '121725.755000', '121726.215000', '121726.675000', '121727.135000', '121727.595000', '121728.055000', '121728.515000', '121728.975000', '121729.435000', '121729.895000', '121730.355000', '121730.815000', '121731.275000', '121731.735000', '121732.195000', '121732.655000', '121733.115000', '121733.575000', '121734.035000', '121734.495000', '121734.955000', '121735.415000', '121735.875000', '121736.335000', '121736.795000', '121737.255000', '121737.715000', '121738.175000', '121738.635000', '121739.095000', '121739.555000', '121740.015000', '121740.475000', '121740.935000', '121741.395000', '121741.855000', '121742.315000', '121742.775000', '121743.235000', '121743.695000', '121744.155000', '121744.615000', '121745.075000', '121745.535000', '121745.995000', '121746.455000', '121746.915000', '121747.375000', '121747.835000', '121748.295000', '121748.755000', '121749.215000', '121749.675000', '121750.135000', '121750.595000', '121751.055000', '121751.515000', '121751.975000', '121752.435000', '121752.895000', '121753.355000', '121753.815000', '121754.275000', '121754.735000', '121755.195000', '121755.655000', '121756.115000', '121756.575000', '121757.035000', '121757.495000', '121757.955000', '121758.415000', '121758.875000', '121759.335000', '121759.795000', '121800.255000', '121800.715000', '121801.175000', '121801.635000', '121802.095000', '121802.555000', '121803.015000', '121803.475000', '121803.935000', '121804.395000', '121804.855000', '121805.315000', '121805.775000', '121806.235000', '121806.695000', '121807.155000', '121807.615000', '121808.075000', '121808.535000', '121808.995000', '121809.455000', '121809.915000', '121810.375000', '121810.835000', '121811.295000', '121811.755000', '121812.215000', '121812.675000', '121813.135000', '121813.595000', '121814.055000', '121814.515000', '121814.975000', '121815.435000', '121815.895000', '121816.355000', '121816.815000', '121817.275000', '121817.735000', '121818.195000', '121818.655000', '121819.115000'], 'ContentTime': ['120430.530000', '120430.533000', '120430.536000', '120430.539000', '120430.541000', '120430.544000', '120430.546000', '120430.549000', '120430.552000', '120430.554000', '120430.557000', '120430.559000', '120430.562000', '120430.565000', '120430.567000', '120430.570000', '120430.572000', '120430.575000', '120430.578000', '120430.580000', '120430.583000', '120430.585000', '120430.588000', '120430.590000', '120430.593000', '120430.596000', '120430.598000', '120430.601000', '120430.603000', '120430.606000', '120430.616000', '120430.619000', '120430.621000', '120430.624000', '120430.627000', '120430.629000', '120430.632000', '120430.634000', '120430.637000', '120430.639000', '120430.642000', '120430.644000', '120430.647000', '120430.650000', '120430.652000', '120430.655000', '120430.657000', '120430.660000', '120430.662000', '120430.665000', '120430.668000', '120430.670000', '120430.673000', '120430.675000', '120450.491000', '120450.495000', '120450.497000', '120450.500000', '120450.502000', '120450.505000', '120450.507000', '120450.510000', '120450.512000', '120450.515000', '120450.518000', '120450.520000', '120450.523000', '120450.526000', '120450.533000', '120450.536000', '120450.539000', '120450.541000', '120450.544000', '120450.547000', '120450.549000', '120450.552000', '120450.554000', '120450.557000', '120450.559000', '120450.562000', '120450.565000', '120450.567000', '120450.570000', '120450.572000', '120450.575000', '120450.578000', '120450.580000', '120450.583000', '120450.586000', '120450.588000', '120450.591000', '120450.593000', '120450.596000', '120450.599000', '120450.601000', '120450.604000', '120450.606000', '120450.609000', '120510.493000', '120510.496000', '120510.498000', '120510.501000', '120510.503000', '120510.506000', '120510.509000', '120510.512000', '120510.514000', '120510.517000', '120510.520000', '120510.523000', '120510.531000', '120510.533000', '120510.536000', '120510.539000', '120510.541000', '120510.545000', '120510.548000', '120510.550000', '120510.553000', '120510.555000', '120510.558000', '120510.561000', '120510.563000', '120510.566000', '120510.568000', '120510.571000', '120510.574000', '120510.576000', '120510.579000', '120510.581000', '120510.584000', '120510.587000', '120510.589000', '120510.592000', '120510.594000', '120510.598000', '120510.600000', '120510.603000', '120510.605000', '120510.608000', '120510.611000', '120530.493000', '120530.495000', '120530.498000', '120530.500000', '120530.503000', '120530.506000', '120530.508000', '120530.511000', '120530.521000', '120530.523000', '120530.526000', '120530.528000', '120530.531000', '120530.534000', '120530.547000', '120530.549000', '120530.552000', '120530.554000', '120530.557000', '120530.560000', '120530.562000', '120530.565000', '120530.567000', '120530.570000', '120530.573000', '120530.575000', '120530.578000', '120530.580000', '120530.583000', '120530.586000', '120530.588000', '120530.591000', '120530.594000', '120530.596000', '120530.599000', '120530.601000', '120530.604000', '120530.607000', '120530.609000', '120530.612000', '120530.614000', '120530.617000', '120530.620000', '120530.622000', '120550.493000', '120550.495000', '120550.498000', '120550.501000', '120550.504000', '120550.507000', '120550.510000', '120550.512000', '120550.515000', '120550.518000', '120550.520000', '120550.523000', '120550.526000', '120550.528000', '120550.531000', '120550.534000', '120550.536000', '120550.539000', '120550.541000', '120550.544000', '120550.547000', '120550.549000', '120550.558000', '120550.561000', '120550.564000', '120550.566000', '120550.569000', '120550.572000', '120550.574000', '120550.577000', '120550.579000', '120550.582000', '120550.585000', '120550.587000', '120550.590000', '120550.592000', '120550.595000', '120550.598000', '120550.600000', '120550.603000', '120550.606000', '120550.608000', '120550.611000', '120610.492000', '120610.495000', '120610.498000', '120610.501000', '120610.504000', '120610.507000', '120610.509000', '120610.512000', '120610.515000', '120610.517000', '120610.520000', '120610.522000', '120610.525000', '120610.528000', '120610.530000', '120610.533000', '120610.544000', '120610.546000', '120610.549000', '120610.552000', '120610.554000', '120610.557000', '120610.559000', '120610.562000', '120610.565000', '120610.567000', '120610.570000', '120610.573000', '120610.575000', '120610.578000', '120610.580000', '120610.583000', '120610.586000', '120610.588000', '120610.591000', '120610.594000', '120610.596000', '120610.599000', '120610.601000', '120610.604000', '120610.607000', '120610.609000', '120610.612000', '120610.615000', '120630.493000', '120630.496000', '120630.498000', '120630.501000', '120630.504000', '120630.506000', '120630.509000', '120630.512000', '120630.514000', '120630.517000', '120630.520000', '120630.522000', '120630.525000', '120630.528000', '120630.530000', '120630.533000', '120630.536000', '120630.539000', '120630.542000', '120630.544000', '120630.547000', '120630.550000', '120630.553000', '120630.555000', '120630.558000', '120630.561000', '120630.563000', '120630.566000', '120630.569000', '120630.571000', '120630.574000', '120630.576000', '120630.579000', '120630.583000', '120630.585000', '120630.588000', '120630.591000', '120630.593000', '120630.596000', '120630.599000', '120630.602000', '120630.604000', '120630.607000', '120650.492000', '120650.495000', '120650.498000', '120650.501000', '120650.503000', '120650.506000', '120650.509000', '120650.511000', '120650.514000', '120650.516000', '120650.519000', '120650.522000', '120650.524000', '120650.527000', '120650.530000', '120650.532000', '120650.535000', '120650.537000', '120650.540000', '120650.543000', '120650.545000', '120650.548000', '120650.551000', '120650.553000', '120650.556000', '120650.558000', '120650.561000', '120650.564000', '120650.567000', '120650.569000', '120650.572000', '120650.574000', '120650.577000', '120650.579000', '120650.582000', '120650.585000', '120650.587000', '120650.590000', '120650.593000', '120650.595000', '120650.598000', '120650.601000', '120650.603000', '120650.606000', '120710.491000', '120710.494000', '120710.497000', '120710.500000', '120710.502000', '120710.505000', '120710.507000', '120710.510000', '120710.513000', '120710.554000', '120710.557000', '120710.560000', '120710.563000', '120710.566000', '120710.568000', '120710.571000', '120710.574000', '120710.576000', '120710.579000', '120710.582000', '120710.584000', '120710.587000', '120710.589000', '120710.592000', '120710.595000', '120710.597000', '120710.600000', '120710.603000', '120710.605000', '120710.608000', '120710.610000', '120710.613000', '120710.616000', '120710.618000', '120710.621000', '120710.623000', '120710.626000', '120710.629000', '120710.632000', '120710.634000', '120710.637000', '120710.639000', '120710.642000', '120730.492000', '120730.496000', '120730.498000', '120730.501000', '120730.503000', '120730.506000', '120730.509000', '120730.511000', '120730.514000', '120730.517000', '120730.519000', '120730.522000', '120730.524000', '120730.527000', '120730.530000', '120730.532000', '120730.535000', '120730.538000', '120730.540000', '120730.543000', '120730.545000', '120730.548000', '120730.551000', '120730.553000', '120730.556000', '120730.559000', '120730.561000', '120730.564000', '120730.566000', '120730.569000', '120730.572000', '120730.574000', '120730.577000', '120730.579000', '120730.582000', '120730.585000', '120730.587000', '120730.590000', '120730.593000', '120730.595000', '120730.598000', '120730.600000', '120730.610000', '120730.612000', '120750.492000', '120750.495000', '120750.498000', '120750.501000', '120750.503000', '120750.506000', '120750.508000', '120750.511000', '120750.514000', '120750.516000', '120750.519000', '120750.522000', '120750.524000', '120750.527000', '120750.529000', '120750.532000', '120750.535000', '120750.537000', '120750.540000', '120750.543000', '120750.545000', '120750.548000', '120750.551000', '120750.553000', '120750.556000', '120750.558000', '120750.561000', '120750.564000', '120750.566000', '120750.569000', '120750.571000', '120750.574000', '120750.577000', '120750.579000', '120750.582000', '120750.585000', '120750.587000', '120750.590000', '120750.592000', '120750.595000', '120750.598000', '120750.600000', '120750.603000', '120810.493000', '120810.496000', '120810.498000', '120810.501000', '120810.504000', '120810.506000', '120810.509000', '120810.512000', '120810.515000', '120810.517000', '120810.520000', '120810.522000', '120810.525000', '120810.528000', '120810.530000', '120810.533000', '120810.536000', '120810.538000', '120810.541000', '120810.543000', '120810.546000', '120810.549000', '120810.551000', '120810.554000', '120810.557000', '120810.559000', '120810.562000', '120810.564000', '120810.567000', '120810.570000', '120810.573000', '120810.575000', '120810.578000', '120810.581000', '120810.583000', '120810.586000', '120810.589000', '120810.591000', '120810.594000', '120810.596000', '120810.599000', '120810.602000', '120810.604000', '120810.607000', '120830.492000', '120830.495000', '120830.498000', '120830.501000', '120830.503000', '120830.506000', '120830.509000', '120830.511000', '120830.514000', '120830.516000', '120830.519000', '120830.522000', '120830.524000', '120830.527000', '120830.530000', '120830.532000', '120830.535000', '120830.537000', '120830.540000', '120830.543000', '120830.545000', '120830.548000', '120830.551000', '120830.553000', '120830.556000', '120830.558000', '120830.561000', '120830.564000', '120830.566000', '120830.569000', '120830.572000', '120830.574000', '120830.577000', '120830.579000', '120830.598000', '120830.601000', '120830.603000', '120830.606000', '120830.609000', '120830.611000', '120830.614000', '120830.616000', '120830.619000', '120850.492000', '120850.495000', '120850.498000', '120850.502000', '120850.504000', '120850.507000', '120850.510000', '120850.512000', '120850.515000', '120850.518000', '120850.520000', '120850.523000', '120850.525000', '120850.528000', '120850.531000', '120850.533000', '120850.536000', '120850.538000', '120850.541000', '120850.544000', '120850.546000', '120850.549000', '120850.552000', '120850.554000', '120850.557000', '120850.559000', '120850.562000', '120850.565000', '120850.567000', '120850.570000', '120850.572000', '120850.575000', '120850.578000', '120850.580000', '120850.583000', '120850.586000', '120850.588000', '120850.591000', '120850.593000', '120850.596000', '120850.599000', '120850.601000', '120850.604000', '120850.607000', '120910.493000', '120910.496000', '120910.498000', '120910.501000', '120910.504000', '120910.506000', '120910.509000', '120910.511000', '120910.514000', '120910.517000', '120910.519000', '120910.522000', '120910.525000', '120910.527000', '120910.530000', '120910.533000', '120910.535000', '120910.538000', '120910.541000', '120910.543000', '120910.546000', '120910.549000', '120910.551000', '120910.554000', '120910.556000', '120910.559000', '120910.562000', '120910.564000', '120910.567000', '120910.570000', '120910.572000', '120910.575000', '120910.577000', '120910.580000', '120910.583000', '120910.585000', '120910.588000', '120910.591000', '120910.593000', '120910.596000', '120910.598000', '120910.601000', '120910.604000', '120930.491000', '120930.494000', '120930.497000', '120930.500000', '120930.502000', '120930.505000', '120930.508000', '120930.510000', '120930.513000', '120930.515000', '120930.518000', '120930.521000', '120930.523000', '120930.526000', '120930.529000', '120930.531000', '120930.534000', '120930.536000', '120930.539000', '120930.542000', '120930.544000', '120930.547000', '120930.550000', '120930.552000', '120930.555000', '120930.557000', '120930.560000', '120930.563000', '120930.565000', '120930.568000', '120930.571000', '120930.573000', '120930.576000', '120930.578000', '120930.581000', '120930.584000', '120930.588000', '120930.591000', '120930.594000', '120930.596000', '120930.599000', '120930.602000', '120930.604000', '120930.607000', '120950.493000', '120950.495000', '120950.498000', '120950.501000', '120950.504000', '120950.506000', '120950.509000', '120950.512000', '120950.514000', '120950.517000', '120950.520000', '120950.522000', '120950.525000', '120950.527000', '120950.530000', '120950.533000', '120950.536000', '120950.538000', '120950.541000', '120950.543000', '120950.546000', '120950.549000', '120950.552000', '120950.554000', '120950.557000', '120950.559000', '120950.562000', '120950.565000', '120950.567000', '120950.570000', '120950.572000', '120950.575000', '120950.578000', '120950.580000', '120950.583000', '120950.586000', '120950.588000', '120950.591000', '120950.593000', '120950.596000', '120950.599000', '120950.601000', '120950.604000', '121010.492000', '121010.506000', '121010.509000', '121010.512000', '121010.514000', '121010.517000', '121010.520000', '121010.522000', '121010.525000', '121010.528000', '121010.530000', '121010.533000', '121010.535000', '121010.538000', '121010.541000', '121010.543000', '121010.546000', '121010.549000', '121010.551000', '121010.554000', '121010.556000', '121010.559000', '121010.562000', '121010.564000', '121010.567000', '121010.570000', '121010.572000', '121010.575000', '121010.577000', '121010.580000', '121010.583000', '121010.585000', '121010.588000', '121010.591000', '121010.593000', '121010.596000', '121010.599000', '121010.601000', '121010.604000', '121010.606000', '121010.609000', '121010.612000', '121010.614000', '121010.617000', '121030.493000', '121030.496000', '121030.498000', '121030.501000', '121030.504000', '121030.506000', '121030.509000', '121030.512000', '121030.514000', '121030.517000', '121030.519000', '121030.522000', '121030.525000', '121030.527000', '121030.530000', '121030.533000', '121030.535000', '121030.538000', '121030.540000', '121030.543000', '121030.546000', '121030.548000', '121030.551000', '121030.554000', '121030.556000', '121030.559000', '121030.561000', '121030.564000', '121030.567000', '121030.569000', '121030.572000', '121030.575000', '121030.577000', '121030.580000', '121030.582000', '121030.585000', '121030.588000', '121030.590000', '121030.593000', '121030.596000', '121030.598000', '121030.601000', '121030.603000', '121050.493000', '121050.495000', '121050.498000', '121050.501000', '121050.503000', '121050.506000', '121050.509000', '121050.511000', '121050.514000', '121050.517000', '121050.519000', '121050.522000', '121050.525000', '121050.527000', '121050.530000', '121050.532000', '121050.535000', '121050.538000', '121050.540000', '121050.543000', '121050.546000', '121050.548000', '121050.551000', '121050.554000', '121050.556000', '121050.559000', '121050.561000', '121050.564000', '121050.567000', '121050.569000', '121050.572000', '121050.575000', '121050.577000', '121050.580000', '121050.583000', '121050.585000', '121050.588000', '121050.590000', '121050.593000', '121050.596000', '121050.599000', '121050.601000', '121050.604000', '121050.606000', '121110.492000', '121110.495000', '121110.498000', '121110.501000', '121110.503000', '121110.506000', '121110.509000', '121110.511000', '121110.514000', '121110.516000', '121110.519000', '121110.522000', '121110.524000', '121110.527000', '121110.530000', '121110.532000', '121110.535000', '121110.537000', '121110.540000', '121110.543000', '121110.545000', '121110.548000', '121110.551000', '121110.553000', '121110.556000', '121110.558000', '121110.561000', '121110.564000', '121110.566000', '121110.569000', '121110.572000', '121110.574000', '121110.577000', '121110.579000', '121110.582000', '121110.585000', '121110.587000', '121110.590000', '121110.592000', '121110.595000', '121110.597000', '121110.600000', '121110.603000', '121130.491000', '121130.495000', '121130.497000', '121130.502000', '121130.505000', '121130.507000', '121130.510000', '121130.513000', '121130.515000', '121130.518000', '121130.521000', '121130.523000', '121130.526000', '121130.529000', '121130.531000', '121130.534000', '121130.537000', '121130.539000', '121130.542000', '121130.545000', '121130.547000', '121130.550000', '121130.552000', '121130.555000', '121130.558000', '121130.560000', '121130.563000', '121130.566000', '121130.568000', '121130.571000', '121130.573000', '121130.576000', '121130.579000', '121130.581000', '121130.584000', '121130.589000', '121130.591000', '121130.594000', '121130.596000', '121130.599000', '121130.602000', '121130.605000', '121130.607000', '121150.492000', '121150.494000', '121150.497000', '121150.500000', '121150.502000', '121150.505000', '121150.508000', '121150.510000', '121150.513000', '121150.515000', '121150.518000', '121150.521000', '121150.523000', '121150.526000', '121150.529000', '121150.531000', '121150.534000', '121150.536000', '121150.539000', '121150.542000', '121150.544000', '121150.547000', '121150.550000', '121150.552000', '121150.555000', '121150.557000', '121150.560000', '121150.563000', '121150.565000', '121150.568000', '121150.570000', '121150.573000', '121150.575000', '121150.578000', '121150.581000', '121150.584000', '121150.586000', '121150.589000', '121150.591000', '121150.594000', '121150.597000', '121150.599000', '121150.602000', '121150.605000', '121210.493000', '121210.496000', '121210.499000', '121210.502000', '121210.504000', '121210.507000', '121210.510000', '121210.512000', '121210.515000', '121210.518000', '121210.520000', '121210.523000', '121210.526000', '121210.528000', '121210.531000', '121210.534000', '121210.536000', '121210.539000', '121210.541000', '121210.544000', '121210.547000', '121210.549000', '121210.552000', '121210.555000', '121210.557000', '121210.560000', '121210.563000', '121210.565000', '121210.568000', '121210.570000', '121210.573000', '121210.576000', '121210.578000', '121210.581000', '121210.584000', '121210.586000', '121210.589000', '121210.591000', '121210.594000', '121210.597000', '121210.599000', '121210.602000', '121210.605000', '121230.493000', '121230.496000', '121230.498000', '121230.501000', '121230.503000', '121230.506000', '121230.509000', '121230.511000', '121230.514000', '121230.516000', '121230.519000', '121230.522000', '121230.524000', '121230.527000', '121230.530000', '121230.532000', '121230.535000', '121230.537000', '121230.540000', '121230.543000', '121230.545000', '121230.548000', '121230.550000', '121230.553000', '121230.556000', '121230.558000', '121230.561000', '121230.564000', '121230.566000', '121230.569000', '121230.571000', '121230.574000', '121230.577000', '121230.579000', '121230.582000', '121230.584000', '121230.587000', '121230.590000', '121230.592000', '121230.595000', '121230.598000', '121230.600000', '121230.603000', '121230.606000', '121250.493000', '121250.496000', '121250.498000', '121250.501000', '121250.503000', '121250.506000', '121250.509000', '121250.511000', '121250.514000', '121250.517000', '121250.520000', '121250.522000', '121250.525000', '121250.527000', '121250.530000', '121250.533000', '121250.535000', '121250.538000', '121250.541000', '121250.544000', '121250.547000', '121250.550000', '121250.552000', '121250.555000', '121250.558000', '121250.560000', '121250.563000', '121250.566000', '121250.568000', '121250.571000', '121250.574000', '121250.576000', '121250.579000', '121250.581000', '121250.584000', '121250.587000', '121250.589000', '121250.592000', '121250.595000', '121250.597000', '121250.600000', '121250.603000', '121250.606000', '121250.608000', '121310.493000', '121310.495000', '121310.498000', '121310.501000', '121310.503000', '121310.506000', '121310.509000', '121310.512000', '121310.514000', '121310.517000', '121310.519000', '121310.522000', '121310.525000', '121310.527000', '121310.530000', '121310.533000', '121310.535000', '121310.538000', '121310.540000', '121310.543000', '121310.546000', '121310.549000', '121310.551000', '121310.554000', '121310.557000', '121310.559000', '121310.562000', '121310.565000', '121310.567000', '121310.570000', '121310.572000', '121310.575000', '121310.578000', '121310.580000', '121310.583000', '121310.586000', '121310.588000', '121310.591000', '121310.594000', '121310.596000', '121310.599000', '121310.602000', '121310.604000', '121330.493000', '121330.496000', '121330.498000', '121330.501000', '121330.504000', '121330.506000', '121330.509000', '121330.512000', '121330.514000', '121330.517000', '121330.520000', '121330.522000', '121330.525000', '121330.527000', '121330.530000', '121330.533000', '121330.535000', '121330.538000', '121330.541000', '121330.544000', '121330.547000', '121330.549000', '121330.552000', '121330.555000', '121330.557000', '121330.560000', '121330.563000', '121330.565000', '121330.568000', '121330.570000', '121330.573000', '121330.576000', '121330.578000', '121330.581000', '121330.584000', '121330.586000', '121330.589000', '121330.592000', '121330.594000', '121330.597000', '121330.600000', '121330.602000', '121330.605000', '121350.492000', '121350.494000', '121350.497000', '121350.500000', '121350.503000', '121350.505000', '121350.508000', '121350.511000', '121350.513000', '121350.516000', '121350.519000', '121350.521000', '121350.524000', '121350.527000', '121350.529000', '121350.532000', '121350.535000', '121350.537000', '121350.540000', '121350.543000', '121350.545000', '121350.548000', '121350.550000', '121350.553000', '121350.556000', '121350.558000', '121350.561000', '121350.564000', '121350.566000', '121350.569000', '121350.572000', '121350.574000', '121350.577000', '121350.580000', '121350.582000', '121350.585000', '121350.588000', '121350.590000', '121350.593000', '121350.595000', '121350.598000', '121350.601000', '121350.604000', '121350.606000', '121410.492000', '121410.495000', '121410.497000', '121410.500000', '121410.503000', '121410.506000', '121410.508000', '121410.511000', '121410.513000', '121410.516000', '121410.519000', '121410.522000', '121410.525000', '121410.528000', '121410.531000', '121410.534000', '121410.537000', '121410.540000', '121410.543000', '121410.545000', '121410.548000', '121410.551000', '121410.553000', '121410.556000', '121410.559000', '121410.561000', '121410.564000', '121410.567000', '121410.569000', '121410.572000', '121410.574000', '121410.577000', '121410.581000', '121410.584000', '121410.587000', '121410.590000', '121410.593000', '121410.595000', '121410.598000', '121410.601000', '121410.603000', '121410.606000', '121410.608000', '121430.493000', '121430.495000', '121430.498000', '121430.501000', '121430.504000', '121430.506000', '121430.510000', '121430.512000', '121430.515000', '121430.517000', '121430.520000', '121430.523000', '121430.525000', '121430.528000', '121430.531000', '121430.533000', '121430.536000', '121430.538000', '121430.541000', '121430.544000', '121430.547000', '121430.549000', '121430.552000', '121430.554000', '121430.557000', '121430.560000', '121430.562000', '121430.565000', '121430.568000', '121430.570000', '121430.573000', '121430.575000', '121430.578000', '121430.581000', '121430.583000', '121430.586000', '121430.589000', '121430.591000', '121430.594000', '121430.596000', '121430.599000', '121430.602000', '121430.604000', '121430.607000', '121450.493000', '121450.495000', '121450.498000', '121450.501000', '121450.503000', '121450.506000', '121450.509000', '121450.511000', '121450.514000', '121450.517000', '121450.519000', '121450.522000', '121450.525000', '121450.527000', '121450.530000', '121450.532000', '121450.535000', '121450.538000', '121450.540000', '121450.543000', '121450.546000', '121450.548000', '121450.551000', '121450.554000', '121450.556000', '121450.559000', '121450.562000', '121450.565000', '121450.567000', '121450.570000', '121450.576000', '121450.579000', '121450.582000', '121450.584000', '121450.587000', '121450.590000', '121450.592000', '121450.595000', '121450.598000', '121450.600000', '121450.603000', '121450.606000', '121450.608000', '121510.493000', '121510.496000', '121510.499000', '121510.502000', '121510.504000', '121510.507000', '121510.510000', '121510.512000', '121510.515000', '121510.518000', '121510.520000', '121510.523000', '121510.525000', '121510.528000', '121510.531000', '121510.533000', '121510.536000', '121510.539000', '121510.541000', '121510.544000', '121510.547000', '121510.549000', '121510.552000', '121510.554000', '121510.557000', '121510.560000', '121510.562000', '121510.565000', '121510.567000', '121510.570000', '121510.573000', '121510.587000', '121510.590000', '121510.592000', '121510.595000', '121510.598000', '121510.600000', '121510.603000', '121510.606000', '121510.608000', '121510.611000', '121510.613000', '121510.616000', '121510.619000', '121530.493000', '121530.495000', '121530.498000', '121530.501000', '121530.503000', '121530.506000', '121530.509000', '121530.511000', '121530.514000', '121530.517000', '121530.519000', '121530.522000', '121530.525000', '121530.527000', '121530.530000', '121530.532000', '121530.535000', '121530.538000', '121530.540000', '121530.543000', '121530.546000', '121530.548000', '121530.551000', '121530.553000', '121530.556000', '121530.559000', '121530.561000', '121530.564000', '121530.567000', '121530.569000', '121530.572000', '121530.575000', '121530.577000', '121530.580000', '121530.582000', '121530.586000', '121530.589000', '121530.592000', '121530.595000', '121530.597000', '121530.600000', '121530.603000', '121530.605000', '121550.493000', '121550.496000', '121550.498000', '121550.501000', '121550.504000', '121550.506000', '121550.509000', '121550.511000', '121550.514000', '121550.517000', '121550.519000', '121550.522000', '121550.524000', '121550.527000', '121550.530000', '121550.532000', '121550.535000', '121550.538000', '121550.540000', '121550.543000', '121550.546000', '121550.548000', '121550.551000', '121550.553000', '121550.556000', '121550.559000', '121550.561000', '121550.564000', '121550.567000', '121550.569000', '121550.572000', '121550.575000', '121550.577000', '121550.580000', '121550.583000', '121550.585000', '121550.588000', '121550.591000', '121550.593000', '121550.596000', '121550.598000', '121550.601000', '121550.604000', '121550.606000', '121610.492000', '121610.495000', '121610.501000', '121610.503000', '121610.506000', '121610.508000', '121610.511000', '121610.514000', '121610.516000', '121610.519000', '121610.522000', '121610.524000', '121610.527000', '121610.529000', '121610.532000', '121610.535000', '121610.537000', '121610.540000', '121610.550000', '121610.553000', '121610.555000', '121610.558000', '121610.561000', '121610.563000', '121610.566000', '121610.568000', '121610.571000', '121610.574000', '121610.576000', '121610.579000', '121610.582000', '121610.584000', '121610.587000', '121610.589000', '121610.592000', '121610.595000', '121610.597000', '121610.600000', '121610.603000', '121610.605000', '121610.608000', '121610.610000', '121610.613000', '121630.493000', '121630.496000', '121630.498000', '121630.501000', '121630.504000', '121630.506000', '121630.509000', '121630.512000', '121630.514000', '121630.517000', '121630.520000', '121630.522000', '121630.525000', '121630.527000', '121630.530000', '121630.533000', '121630.535000', '121630.538000', '121630.540000', '121630.543000', '121630.546000', '121630.548000', '121630.551000', '121630.554000', '121630.556000', '121630.559000', '121630.561000', '121630.564000', '121630.567000', '121630.569000', '121630.572000', '121630.574000', '121630.577000', '121630.579000', '121630.582000', '121630.585000', '121630.587000', '121630.590000', '121630.592000', '121630.595000', '121630.597000', '121630.600000', '121630.603000', '121630.605000', '121650.493000', '121650.496000', '121650.499000', '121650.501000', '121650.504000', '121650.506000', '121650.509000', '121650.512000', '121650.514000', '121650.517000', '121650.520000', '121650.522000', '121650.525000', '121650.528000', '121650.530000', '121650.533000', '121650.535000', '121650.538000', '121650.541000', '121650.543000', '121650.546000', '121650.549000', '121650.551000', '121650.554000', '121650.556000', '121650.559000', '121650.562000', '121650.564000', '121650.567000', '121650.570000', '121650.572000', '121650.575000', '121650.578000', '121650.580000', '121650.583000', '121650.585000', '121650.588000', '121650.591000', '121650.593000', '121650.596000', '121650.599000', '121650.601000', '121650.604000', '121710.493000', '121710.495000', '121710.498000', '121710.501000', '121710.504000', '121710.506000', '121710.509000', '121710.512000', '121710.514000', '121710.517000', '121710.519000', '121710.522000', '121710.525000', '121710.527000', '121710.530000', '121710.533000', '121710.535000', '121710.538000', '121710.541000', '121710.543000', '121710.546000', '121710.548000', '121710.551000', '121710.554000', '121710.556000', '121710.559000', '121710.562000', '121710.564000', '121710.567000', '121710.569000', '121710.572000', '121710.575000', '121710.577000', '121710.580000', '121710.583000', '121710.585000', '121710.588000', '121710.591000', '121710.593000', '121710.596000', '121710.599000', '121710.601000', '121710.604000', '121710.607000', '121730.493000', '121730.495000', '121730.498000', '121730.501000', '121730.503000', '121730.506000', '121730.509000', '121730.511000', '121730.514000', '121730.517000', '121730.519000', '121730.522000', '121730.525000', '121730.527000', '121730.530000', '121730.532000', '121730.535000', '121730.538000', '121730.540000', '121730.543000', '121730.545000', '121730.548000', '121730.551000', '121730.553000', '121730.556000', '121730.589000', '121730.591000', '121730.594000', '121730.597000', '121730.599000', '121730.602000', '121730.605000', '121730.607000', '121730.610000', '121730.612000', '121730.615000', '121730.618000', '121730.620000', '121730.623000', '121730.626000', '121730.628000', '121730.631000', '121730.633000', '121750.493000', '121750.496000', '121750.498000', '121750.501000', '121750.504000', '121750.506000', '121750.509000', '121750.512000', '121750.514000', '121750.517000', '121750.520000', '121750.523000', '121750.525000', '121750.528000', '121750.531000', '121750.533000', '121750.536000', '121750.539000', '121750.541000', '121750.544000', '121750.546000', '121750.549000', '121750.552000', '121750.554000', '121750.557000', '121750.560000', '121750.562000', '121750.565000', '121750.568000', '121750.570000', '121750.573000', '121750.582000', '121750.585000', '121750.588000', '121750.590000', '121750.593000', '121750.596000', '121750.598000', '121750.601000', '121750.604000', '121750.606000', '121750.609000', '121750.611000', '121750.614000', '121810.493000', '121810.495000', '121810.498000', '121810.501000', '121810.504000', '121810.506000', '121810.509000', '121810.511000', '121810.514000', '121810.517000', '121810.519000', '121810.522000', '121810.525000', '121810.527000', '121810.530000', '121810.532000', '121810.535000', '121810.538000', '121810.540000', '121810.543000', '121810.546000', '121810.548000', '121810.551000', '121810.554000', '121810.556000', '121810.559000', '121810.561000', '121810.564000', '121810.567000', '121810.569000', '121810.572000', '121810.574000', '121810.577000', '121810.580000', '121810.582000', '121810.585000', '121810.588000', '121810.590000', '121810.593000', '121810.596000', '121810.598000', '121810.601000', '121810.603000', '121820.300000', '121820.303000', '121820.306000', '121820.309000', '121820.311000', '121820.314000', '121820.317000', '121820.319000', '121820.322000', '121820.325000', '121820.327000', '121820.330000', '121820.333000', '121820.336000', '121820.339000', '121820.342000', '121820.345000', '121820.347000', '121820.350000', '121820.354000', '121820.357000', '121820.361000'], 'InstanceCreationTime': ['120430.530000', '120430.533000', '120430.536000', '120430.539000', '120430.541000', '120430.544000', '120430.546000', '120430.549000', '120430.552000', '120430.554000', '120430.557000', '120430.559000', '120430.562000', '120430.565000', '120430.567000', '120430.570000', '120430.572000', '120430.575000', '120430.578000', '120430.580000', '120430.583000', '120430.585000', '120430.588000', '120430.590000', '120430.593000', '120430.596000', '120430.598000', '120430.601000', '120430.603000', '120430.606000', '120430.616000', '120430.619000', '120430.621000', '120430.624000', '120430.627000', '120430.629000', '120430.632000', '120430.634000', '120430.637000', '120430.639000', '120430.642000', '120430.644000', '120430.647000', '120430.650000', '120430.652000', '120430.655000', '120430.657000', '120430.660000', '120430.662000', '120430.665000', '120430.668000', '120430.670000', '120430.673000', '120430.675000', '120450.491000', '120450.495000', '120450.497000', '120450.500000', '120450.502000', '120450.505000', '120450.507000', '120450.510000', '120450.512000', '120450.515000', '120450.518000', '120450.520000', '120450.523000', '120450.526000', '120450.533000', '120450.536000', '120450.539000', '120450.541000', '120450.544000', '120450.547000', '120450.549000', '120450.552000', '120450.554000', '120450.557000', '120450.559000', '120450.562000', '120450.565000', '120450.567000', '120450.570000', '120450.572000', '120450.575000', '120450.578000', '120450.580000', '120450.583000', '120450.586000', '120450.588000', '120450.591000', '120450.593000', '120450.596000', '120450.599000', '120450.601000', '120450.604000', '120450.606000', '120450.609000', '120510.493000', '120510.496000', '120510.498000', '120510.501000', '120510.503000', '120510.506000', '120510.509000', '120510.512000', '120510.514000', '120510.517000', '120510.520000', '120510.523000', '120510.531000', '120510.533000', '120510.536000', '120510.539000', '120510.541000', '120510.545000', '120510.548000', '120510.550000', '120510.553000', '120510.555000', '120510.558000', '120510.561000', '120510.563000', '120510.566000', '120510.568000', '120510.571000', '120510.574000', '120510.576000', '120510.579000', '120510.581000', '120510.584000', '120510.587000', '120510.589000', '120510.592000', '120510.594000', '120510.598000', '120510.600000', '120510.603000', '120510.605000', '120510.608000', '120510.611000', '120530.493000', '120530.495000', '120530.498000', '120530.500000', '120530.503000', '120530.506000', '120530.508000', '120530.511000', '120530.521000', '120530.523000', '120530.526000', '120530.528000', '120530.531000', '120530.534000', '120530.547000', '120530.549000', '120530.552000', '120530.554000', '120530.557000', '120530.560000', '120530.562000', '120530.565000', '120530.567000', '120530.570000', '120530.573000', '120530.575000', '120530.578000', '120530.580000', '120530.583000', '120530.586000', '120530.588000', '120530.591000', '120530.594000', '120530.596000', '120530.599000', '120530.601000', '120530.604000', '120530.607000', '120530.609000', '120530.612000', '120530.614000', '120530.617000', '120530.620000', '120530.622000', '120550.493000', '120550.495000', '120550.498000', '120550.501000', '120550.504000', '120550.507000', '120550.510000', '120550.512000', '120550.515000', '120550.518000', '120550.520000', '120550.523000', '120550.526000', '120550.528000', '120550.531000', '120550.534000', '120550.536000', '120550.539000', '120550.541000', '120550.544000', '120550.547000', '120550.549000', '120550.558000', '120550.561000', '120550.564000', '120550.566000', '120550.569000', '120550.572000', '120550.574000', '120550.577000', '120550.579000', '120550.582000', '120550.585000', '120550.587000', '120550.590000', '120550.592000', '120550.595000', '120550.598000', '120550.600000', '120550.603000', '120550.606000', '120550.608000', '120550.611000', '120610.492000', '120610.495000', '120610.498000', '120610.501000', '120610.504000', '120610.507000', '120610.509000', '120610.512000', '120610.515000', '120610.517000', '120610.520000', '120610.522000', '120610.525000', '120610.528000', '120610.530000', '120610.533000', '120610.544000', '120610.546000', '120610.549000', '120610.552000', '120610.554000', '120610.557000', '120610.559000', '120610.562000', '120610.565000', '120610.567000', '120610.570000', '120610.573000', '120610.575000', '120610.578000', '120610.580000', '120610.583000', '120610.586000', '120610.588000', '120610.591000', '120610.594000', '120610.596000', '120610.599000', '120610.601000', '120610.604000', '120610.607000', '120610.609000', '120610.612000', '120610.615000', '120630.493000', '120630.496000', '120630.498000', '120630.501000', '120630.504000', '120630.506000', '120630.509000', '120630.512000', '120630.514000', '120630.517000', '120630.520000', '120630.522000', '120630.525000', '120630.528000', '120630.530000', '120630.533000', '120630.536000', '120630.539000', '120630.542000', '120630.544000', '120630.547000', '120630.550000', '120630.553000', '120630.555000', '120630.558000', '120630.561000', '120630.563000', '120630.566000', '120630.569000', '120630.571000', '120630.574000', '120630.576000', '120630.579000', '120630.583000', '120630.585000', '120630.588000', '120630.591000', '120630.593000', '120630.596000', '120630.599000', '120630.602000', '120630.604000', '120630.607000', '120650.492000', '120650.495000', '120650.498000', '120650.501000', '120650.503000', '120650.506000', '120650.509000', '120650.511000', '120650.514000', '120650.516000', '120650.519000', '120650.522000', '120650.524000', '120650.527000', '120650.530000', '120650.532000', '120650.535000', '120650.537000', '120650.540000', '120650.543000', '120650.545000', '120650.548000', '120650.551000', '120650.553000', '120650.556000', '120650.558000', '120650.561000', '120650.564000', '120650.567000', '120650.569000', '120650.572000', '120650.574000', '120650.577000', '120650.579000', '120650.582000', '120650.585000', '120650.587000', '120650.590000', '120650.593000', '120650.595000', '120650.598000', '120650.601000', '120650.603000', '120650.606000', '120710.491000', '120710.494000', '120710.497000', '120710.500000', '120710.502000', '120710.505000', '120710.507000', '120710.510000', '120710.513000', '120710.554000', '120710.557000', '120710.560000', '120710.563000', '120710.566000', '120710.568000', '120710.571000', '120710.574000', '120710.576000', '120710.579000', '120710.582000', '120710.584000', '120710.587000', '120710.589000', '120710.592000', '120710.595000', '120710.597000', '120710.600000', '120710.603000', '120710.605000', '120710.608000', '120710.610000', '120710.613000', '120710.616000', '120710.618000', '120710.621000', '120710.623000', '120710.626000', '120710.629000', '120710.632000', '120710.634000', '120710.637000', '120710.639000', '120710.642000', '120730.492000', '120730.496000', '120730.498000', '120730.501000', '120730.503000', '120730.506000', '120730.509000', '120730.511000', '120730.514000', '120730.517000', '120730.519000', '120730.522000', '120730.524000', '120730.527000', '120730.530000', '120730.532000', '120730.535000', '120730.538000', '120730.540000', '120730.543000', '120730.545000', '120730.548000', '120730.551000', '120730.553000', '120730.556000', '120730.559000', '120730.561000', '120730.564000', '120730.566000', '120730.569000', '120730.572000', '120730.574000', '120730.577000', '120730.579000', '120730.582000', '120730.585000', '120730.587000', '120730.590000', '120730.593000', '120730.595000', '120730.598000', '120730.600000', '120730.610000', '120730.612000', '120750.492000', '120750.495000', '120750.498000', '120750.501000', '120750.503000', '120750.506000', '120750.508000', '120750.511000', '120750.514000', '120750.516000', '120750.519000', '120750.522000', '120750.524000', '120750.527000', '120750.529000', '120750.532000', '120750.535000', '120750.537000', '120750.540000', '120750.543000', '120750.545000', '120750.548000', '120750.551000', '120750.553000', '120750.556000', '120750.558000', '120750.561000', '120750.564000', '120750.566000', '120750.569000', '120750.571000', '120750.574000', '120750.577000', '120750.579000', '120750.582000', '120750.585000', '120750.587000', '120750.590000', '120750.592000', '120750.595000', '120750.598000', '120750.600000', '120750.603000', '120810.493000', '120810.496000', '120810.498000', '120810.501000', '120810.504000', '120810.506000', '120810.509000', '120810.512000', '120810.515000', '120810.517000', '120810.520000', '120810.522000', '120810.525000', '120810.528000', '120810.530000', '120810.533000', '120810.536000', '120810.538000', '120810.541000', '120810.543000', '120810.546000', '120810.549000', '120810.551000', '120810.554000', '120810.557000', '120810.559000', '120810.562000', '120810.564000', '120810.567000', '120810.570000', '120810.573000', '120810.575000', '120810.578000', '120810.581000', '120810.583000', '120810.586000', '120810.589000', '120810.591000', '120810.594000', '120810.596000', '120810.599000', '120810.602000', '120810.604000', '120810.607000', '120830.492000', '120830.495000', '120830.498000', '120830.501000', '120830.503000', '120830.506000', '120830.509000', '120830.511000', '120830.514000', '120830.516000', '120830.519000', '120830.522000', '120830.524000', '120830.527000', '120830.530000', '120830.532000', '120830.535000', '120830.537000', '120830.540000', '120830.543000', '120830.545000', '120830.548000', '120830.551000', '120830.553000', '120830.556000', '120830.558000', '120830.561000', '120830.564000', '120830.566000', '120830.569000', '120830.572000', '120830.574000', '120830.577000', '120830.579000', '120830.598000', '120830.601000', '120830.603000', '120830.606000', '120830.609000', '120830.611000', '120830.614000', '120830.616000', '120830.619000', '120850.492000', '120850.495000', '120850.498000', '120850.502000', '120850.504000', '120850.507000', '120850.510000', '120850.512000', '120850.515000', '120850.518000', '120850.520000', '120850.523000', '120850.525000', '120850.528000', '120850.531000', '120850.533000', '120850.536000', '120850.538000', '120850.541000', '120850.544000', '120850.546000', '120850.549000', '120850.552000', '120850.554000', '120850.557000', '120850.559000', '120850.562000', '120850.565000', '120850.567000', '120850.570000', '120850.572000', '120850.575000', '120850.578000', '120850.580000', '120850.583000', '120850.586000', '120850.588000', '120850.591000', '120850.593000', '120850.596000', '120850.599000', '120850.601000', '120850.604000', '120850.607000', '120910.493000', '120910.496000', '120910.498000', '120910.501000', '120910.504000', '120910.506000', '120910.509000', '120910.511000', '120910.514000', '120910.517000', '120910.519000', '120910.522000', '120910.525000', '120910.527000', '120910.530000', '120910.533000', '120910.535000', '120910.538000', '120910.541000', '120910.543000', '120910.546000', '120910.549000', '120910.551000', '120910.554000', '120910.556000', '120910.559000', '120910.562000', '120910.564000', '120910.567000', '120910.570000', '120910.572000', '120910.575000', '120910.577000', '120910.580000', '120910.583000', '120910.585000', '120910.588000', '120910.591000', '120910.593000', '120910.596000', '120910.598000', '120910.601000', '120910.604000', '120930.491000', '120930.494000', '120930.497000', '120930.500000', '120930.502000', '120930.505000', '120930.508000', '120930.510000', '120930.513000', '120930.515000', '120930.518000', '120930.521000', '120930.523000', '120930.526000', '120930.529000', '120930.531000', '120930.534000', '120930.536000', '120930.539000', '120930.542000', '120930.544000', '120930.547000', '120930.550000', '120930.552000', '120930.555000', '120930.557000', '120930.560000', '120930.563000', '120930.565000', '120930.568000', '120930.571000', '120930.573000', '120930.576000', '120930.578000', '120930.581000', '120930.584000', '120930.588000', '120930.591000', '120930.594000', '120930.596000', '120930.599000', '120930.602000', '120930.604000', '120930.607000', '120950.493000', '120950.495000', '120950.498000', '120950.501000', '120950.504000', '120950.506000', '120950.509000', '120950.512000', '120950.514000', '120950.517000', '120950.520000', '120950.522000', '120950.525000', '120950.527000', '120950.530000', '120950.533000', '120950.536000', '120950.538000', '120950.541000', '120950.543000', '120950.546000', '120950.549000', '120950.552000', '120950.554000', '120950.557000', '120950.559000', '120950.562000', '120950.565000', '120950.567000', '120950.570000', '120950.572000', '120950.575000', '120950.578000', '120950.580000', '120950.583000', '120950.586000', '120950.588000', '120950.591000', '120950.593000', '120950.596000', '120950.599000', '120950.601000', '120950.604000', '121010.492000', '121010.506000', '121010.509000', '121010.512000', '121010.514000', '121010.517000', '121010.520000', '121010.522000', '121010.525000', '121010.528000', '121010.530000', '121010.533000', '121010.535000', '121010.538000', '121010.541000', '121010.543000', '121010.546000', '121010.549000', '121010.551000', '121010.554000', '121010.556000', '121010.559000', '121010.562000', '121010.564000', '121010.567000', '121010.570000', '121010.572000', '121010.575000', '121010.577000', '121010.580000', '121010.583000', '121010.585000', '121010.588000', '121010.591000', '121010.593000', '121010.596000', '121010.599000', '121010.601000', '121010.604000', '121010.606000', '121010.609000', '121010.612000', '121010.614000', '121010.617000', '121030.493000', '121030.496000', '121030.498000', '121030.501000', '121030.504000', '121030.506000', '121030.509000', '121030.512000', '121030.514000', '121030.517000', '121030.519000', '121030.522000', '121030.525000', '121030.527000', '121030.530000', '121030.533000', '121030.535000', '121030.538000', '121030.540000', '121030.543000', '121030.546000', '121030.548000', '121030.551000', '121030.554000', '121030.556000', '121030.559000', '121030.561000', '121030.564000', '121030.567000', '121030.569000', '121030.572000', '121030.575000', '121030.577000', '121030.580000', '121030.582000', '121030.585000', '121030.588000', '121030.590000', '121030.593000', '121030.596000', '121030.598000', '121030.601000', '121030.603000', '121050.493000', '121050.495000', '121050.498000', '121050.501000', '121050.503000', '121050.506000', '121050.509000', '121050.511000', '121050.514000', '121050.517000', '121050.519000', '121050.522000', '121050.525000', '121050.527000', '121050.530000', '121050.532000', '121050.535000', '121050.538000', '121050.540000', '121050.543000', '121050.546000', '121050.548000', '121050.551000', '121050.554000', '121050.556000', '121050.559000', '121050.561000', '121050.564000', '121050.567000', '121050.569000', '121050.572000', '121050.575000', '121050.577000', '121050.580000', '121050.583000', '121050.585000', '121050.588000', '121050.590000', '121050.593000', '121050.596000', '121050.599000', '121050.601000', '121050.604000', '121050.606000', '121110.492000', '121110.495000', '121110.498000', '121110.501000', '121110.503000', '121110.506000', '121110.509000', '121110.511000', '121110.514000', '121110.516000', '121110.519000', '121110.522000', '121110.524000', '121110.527000', '121110.530000', '121110.532000', '121110.535000', '121110.537000', '121110.540000', '121110.543000', '121110.545000', '121110.548000', '121110.551000', '121110.553000', '121110.556000', '121110.558000', '121110.561000', '121110.564000', '121110.566000', '121110.569000', '121110.572000', '121110.574000', '121110.577000', '121110.579000', '121110.582000', '121110.585000', '121110.587000', '121110.590000', '121110.592000', '121110.595000', '121110.597000', '121110.600000', '121110.603000', '121130.491000', '121130.495000', '121130.497000', '121130.502000', '121130.505000', '121130.507000', '121130.510000', '121130.513000', '121130.515000', '121130.518000', '121130.521000', '121130.523000', '121130.526000', '121130.529000', '121130.531000', '121130.534000', '121130.537000', '121130.539000', '121130.542000', '121130.545000', '121130.547000', '121130.550000', '121130.552000', '121130.555000', '121130.558000', '121130.560000', '121130.563000', '121130.566000', '121130.568000', '121130.571000', '121130.573000', '121130.576000', '121130.579000', '121130.581000', '121130.584000', '121130.589000', '121130.591000', '121130.594000', '121130.596000', '121130.599000', '121130.602000', '121130.605000', '121130.607000', '121150.492000', '121150.494000', '121150.497000', '121150.500000', '121150.502000', '121150.505000', '121150.508000', '121150.510000', '121150.513000', '121150.515000', '121150.518000', '121150.521000', '121150.523000', '121150.526000', '121150.529000', '121150.531000', '121150.534000', '121150.536000', '121150.539000', '121150.542000', '121150.544000', '121150.547000', '121150.550000', '121150.552000', '121150.555000', '121150.557000', '121150.560000', '121150.563000', '121150.565000', '121150.568000', '121150.570000', '121150.573000', '121150.575000', '121150.578000', '121150.581000', '121150.584000', '121150.586000', '121150.589000', '121150.591000', '121150.594000', '121150.597000', '121150.599000', '121150.602000', '121150.605000', '121210.493000', '121210.496000', '121210.499000', '121210.502000', '121210.504000', '121210.507000', '121210.510000', '121210.512000', '121210.515000', '121210.518000', '121210.520000', '121210.523000', '121210.526000', '121210.528000', '121210.531000', '121210.534000', '121210.536000', '121210.539000', '121210.541000', '121210.544000', '121210.547000', '121210.549000', '121210.552000', '121210.555000', '121210.557000', '121210.560000', '121210.563000', '121210.565000', '121210.568000', '121210.570000', '121210.573000', '121210.576000', '121210.578000', '121210.581000', '121210.584000', '121210.586000', '121210.589000', '121210.591000', '121210.594000', '121210.597000', '121210.599000', '121210.602000', '121210.605000', '121230.493000', '121230.496000', '121230.498000', '121230.501000', '121230.503000', '121230.506000', '121230.509000', '121230.511000', '121230.514000', '121230.516000', '121230.519000', '121230.522000', '121230.524000', '121230.527000', '121230.530000', '121230.532000', '121230.535000', '121230.537000', '121230.540000', '121230.543000', '121230.545000', '121230.548000', '121230.550000', '121230.553000', '121230.556000', '121230.558000', '121230.561000', '121230.564000', '121230.566000', '121230.569000', '121230.571000', '121230.574000', '121230.577000', '121230.579000', '121230.582000', '121230.584000', '121230.587000', '121230.590000', '121230.592000', '121230.595000', '121230.598000', '121230.600000', '121230.603000', '121230.606000', '121250.493000', '121250.496000', '121250.498000', '121250.501000', '121250.503000', '121250.506000', '121250.509000', '121250.511000', '121250.514000', '121250.517000', '121250.520000', '121250.522000', '121250.525000', '121250.527000', '121250.530000', '121250.533000', '121250.535000', '121250.538000', '121250.541000', '121250.544000', '121250.547000', '121250.550000', '121250.552000', '121250.555000', '121250.558000', '121250.560000', '121250.563000', '121250.566000', '121250.568000', '121250.571000', '121250.574000', '121250.576000', '121250.579000', '121250.581000', '121250.584000', '121250.587000', '121250.589000', '121250.592000', '121250.595000', '121250.597000', '121250.600000', '121250.603000', '121250.606000', '121250.608000', '121310.493000', '121310.495000', '121310.498000', '121310.501000', '121310.503000', '121310.506000', '121310.509000', '121310.512000', '121310.514000', '121310.517000', '121310.519000', '121310.522000', '121310.525000', '121310.527000', '121310.530000', '121310.533000', '121310.535000', '121310.538000', '121310.540000', '121310.543000', '121310.546000', '121310.549000', '121310.551000', '121310.554000', '121310.557000', '121310.559000', '121310.562000', '121310.565000', '121310.567000', '121310.570000', '121310.572000', '121310.575000', '121310.578000', '121310.580000', '121310.583000', '121310.586000', '121310.588000', '121310.591000', '121310.594000', '121310.596000', '121310.599000', '121310.602000', '121310.604000', '121330.493000', '121330.496000', '121330.498000', '121330.501000', '121330.504000', '121330.506000', '121330.509000', '121330.512000', '121330.514000', '121330.517000', '121330.520000', '121330.522000', '121330.525000', '121330.527000', '121330.530000', '121330.533000', '121330.535000', '121330.538000', '121330.541000', '121330.544000', '121330.547000', '121330.549000', '121330.552000', '121330.555000', '121330.557000', '121330.560000', '121330.563000', '121330.565000', '121330.568000', '121330.570000', '121330.573000', '121330.576000', '121330.578000', '121330.581000', '121330.584000', '121330.586000', '121330.589000', '121330.592000', '121330.594000', '121330.597000', '121330.600000', '121330.602000', '121330.605000', '121350.492000', '121350.494000', '121350.497000', '121350.500000', '121350.503000', '121350.505000', '121350.508000', '121350.511000', '121350.513000', '121350.516000', '121350.519000', '121350.521000', '121350.524000', '121350.527000', '121350.529000', '121350.532000', '121350.535000', '121350.537000', '121350.540000', '121350.543000', '121350.545000', '121350.548000', '121350.550000', '121350.553000', '121350.556000', '121350.558000', '121350.561000', '121350.564000', '121350.566000', '121350.569000', '121350.572000', '121350.574000', '121350.577000', '121350.580000', '121350.582000', '121350.585000', '121350.588000', '121350.590000', '121350.593000', '121350.595000', '121350.598000', '121350.601000', '121350.604000', '121350.606000', '121410.492000', '121410.495000', '121410.497000', '121410.500000', '121410.503000', '121410.506000', '121410.508000', '121410.511000', '121410.513000', '121410.516000', '121410.519000', '121410.522000', '121410.525000', '121410.528000', '121410.531000', '121410.534000', '121410.537000', '121410.540000', '121410.543000', '121410.545000', '121410.548000', '121410.551000', '121410.553000', '121410.556000', '121410.559000', '121410.561000', '121410.564000', '121410.567000', '121410.569000', '121410.572000', '121410.574000', '121410.577000', '121410.581000', '121410.584000', '121410.587000', '121410.590000', '121410.593000', '121410.595000', '121410.598000', '121410.601000', '121410.603000', '121410.606000', '121410.608000', '121430.493000', '121430.495000', '121430.498000', '121430.501000', '121430.504000', '121430.506000', '121430.510000', '121430.512000', '121430.515000', '121430.517000', '121430.520000', '121430.523000', '121430.525000', '121430.528000', '121430.531000', '121430.533000', '121430.536000', '121430.538000', '121430.541000', '121430.544000', '121430.547000', '121430.549000', '121430.552000', '121430.554000', '121430.557000', '121430.560000', '121430.562000', '121430.565000', '121430.568000', '121430.570000', '121430.573000', '121430.575000', '121430.578000', '121430.581000', '121430.583000', '121430.586000', '121430.589000', '121430.591000', '121430.594000', '121430.596000', '121430.599000', '121430.602000', '121430.604000', '121430.607000', '121450.493000', '121450.495000', '121450.498000', '121450.501000', '121450.503000', '121450.506000', '121450.509000', '121450.511000', '121450.514000', '121450.517000', '121450.519000', '121450.522000', '121450.525000', '121450.527000', '121450.530000', '121450.532000', '121450.535000', '121450.538000', '121450.540000', '121450.543000', '121450.546000', '121450.548000', '121450.551000', '121450.554000', '121450.556000', '121450.559000', '121450.562000', '121450.565000', '121450.567000', '121450.570000', '121450.576000', '121450.579000', '121450.582000', '121450.584000', '121450.587000', '121450.590000', '121450.592000', '121450.595000', '121450.598000', '121450.600000', '121450.603000', '121450.606000', '121450.608000', '121510.493000', '121510.496000', '121510.499000', '121510.502000', '121510.504000', '121510.507000', '121510.510000', '121510.512000', '121510.515000', '121510.518000', '121510.520000', '121510.523000', '121510.525000', '121510.528000', '121510.531000', '121510.533000', '121510.536000', '121510.539000', '121510.541000', '121510.544000', '121510.547000', '121510.549000', '121510.552000', '121510.554000', '121510.557000', '121510.560000', '121510.562000', '121510.565000', '121510.567000', '121510.570000', '121510.573000', '121510.587000', '121510.590000', '121510.592000', '121510.595000', '121510.598000', '121510.600000', '121510.603000', '121510.606000', '121510.608000', '121510.611000', '121510.613000', '121510.616000', '121510.619000', '121530.493000', '121530.495000', '121530.498000', '121530.501000', '121530.503000', '121530.506000', '121530.509000', '121530.511000', '121530.514000', '121530.517000', '121530.519000', '121530.522000', '121530.525000', '121530.527000', '121530.530000', '121530.532000', '121530.535000', '121530.538000', '121530.540000', '121530.543000', '121530.546000', '121530.548000', '121530.551000', '121530.553000', '121530.556000', '121530.559000', '121530.561000', '121530.564000', '121530.567000', '121530.569000', '121530.572000', '121530.575000', '121530.577000', '121530.580000', '121530.582000', '121530.586000', '121530.589000', '121530.592000', '121530.595000', '121530.597000', '121530.600000', '121530.603000', '121530.605000', '121550.493000', '121550.496000', '121550.498000', '121550.501000', '121550.504000', '121550.506000', '121550.509000', '121550.511000', '121550.514000', '121550.517000', '121550.519000', '121550.522000', '121550.524000', '121550.527000', '121550.530000', '121550.532000', '121550.535000', '121550.538000', '121550.540000', '121550.543000', '121550.546000', '121550.548000', '121550.551000', '121550.553000', '121550.556000', '121550.559000', '121550.561000', '121550.564000', '121550.567000', '121550.569000', '121550.572000', '121550.575000', '121550.577000', '121550.580000', '121550.583000', '121550.585000', '121550.588000', '121550.591000', '121550.593000', '121550.596000', '121550.598000', '121550.601000', '121550.604000', '121550.606000', '121610.492000', '121610.495000', '121610.501000', '121610.503000', '121610.506000', '121610.508000', '121610.511000', '121610.514000', '121610.516000', '121610.519000', '121610.522000', '121610.524000', '121610.527000', '121610.529000', '121610.532000', '121610.535000', '121610.537000', '121610.540000', '121610.550000', '121610.553000', '121610.555000', '121610.558000', '121610.561000', '121610.563000', '121610.566000', '121610.568000', '121610.571000', '121610.574000', '121610.576000', '121610.579000', '121610.582000', '121610.584000', '121610.587000', '121610.589000', '121610.592000', '121610.595000', '121610.597000', '121610.600000', '121610.603000', '121610.605000', '121610.608000', '121610.610000', '121610.613000', '121630.493000', '121630.496000', '121630.498000', '121630.501000', '121630.504000', '121630.506000', '121630.509000', '121630.512000', '121630.514000', '121630.517000', '121630.520000', '121630.522000', '121630.525000', '121630.527000', '121630.530000', '121630.533000', '121630.535000', '121630.538000', '121630.540000', '121630.543000', '121630.546000', '121630.548000', '121630.551000', '121630.554000', '121630.556000', '121630.559000', '121630.561000', '121630.564000', '121630.567000', '121630.569000', '121630.572000', '121630.574000', '121630.577000', '121630.579000', '121630.582000', '121630.585000', '121630.587000', '121630.590000', '121630.592000', '121630.595000', '121630.597000', '121630.600000', '121630.603000', '121630.605000', '121650.493000', '121650.496000', '121650.499000', '121650.501000', '121650.504000', '121650.506000', '121650.509000', '121650.512000', '121650.514000', '121650.517000', '121650.520000', '121650.522000', '121650.525000', '121650.528000', '121650.530000', '121650.533000', '121650.535000', '121650.538000', '121650.541000', '121650.543000', '121650.546000', '121650.549000', '121650.551000', '121650.554000', '121650.556000', '121650.559000', '121650.562000', '121650.564000', '121650.567000', '121650.570000', '121650.572000', '121650.575000', '121650.578000', '121650.580000', '121650.583000', '121650.585000', '121650.588000', '121650.591000', '121650.593000', '121650.596000', '121650.599000', '121650.601000', '121650.604000', '121710.493000', '121710.495000', '121710.498000', '121710.501000', '121710.504000', '121710.506000', '121710.509000', '121710.512000', '121710.514000', '121710.517000', '121710.519000', '121710.522000', '121710.525000', '121710.527000', '121710.530000', '121710.533000', '121710.535000', '121710.538000', '121710.541000', '121710.543000', '121710.546000', '121710.548000', '121710.551000', '121710.554000', '121710.556000', '121710.559000', '121710.562000', '121710.564000', '121710.567000', '121710.569000', '121710.572000', '121710.575000', '121710.577000', '121710.580000', '121710.583000', '121710.585000', '121710.588000', '121710.591000', '121710.593000', '121710.596000', '121710.599000', '121710.601000', '121710.604000', '121710.607000', '121730.493000', '121730.495000', '121730.498000', '121730.501000', '121730.503000', '121730.506000', '121730.509000', '121730.511000', '121730.514000', '121730.517000', '121730.519000', '121730.522000', '121730.525000', '121730.527000', '121730.530000', '121730.532000', '121730.535000', '121730.538000', '121730.540000', '121730.543000', '121730.545000', '121730.548000', '121730.551000', '121730.553000', '121730.556000', '121730.589000', '121730.591000', '121730.594000', '121730.597000', '121730.599000', '121730.602000', '121730.605000', '121730.607000', '121730.610000', '121730.612000', '121730.615000', '121730.618000', '121730.620000', '121730.623000', '121730.626000', '121730.628000', '121730.631000', '121730.633000', '121750.493000', '121750.496000', '121750.498000', '121750.501000', '121750.504000', '121750.506000', '121750.509000', '121750.512000', '121750.514000', '121750.517000', '121750.520000', '121750.523000', '121750.525000', '121750.528000', '121750.531000', '121750.533000', '121750.536000', '121750.539000', '121750.541000', '121750.544000', '121750.546000', '121750.549000', '121750.552000', '121750.554000', '121750.557000', '121750.560000', '121750.562000', '121750.565000', '121750.568000', '121750.570000', '121750.573000', '121750.582000', '121750.585000', '121750.588000', '121750.590000', '121750.593000', '121750.596000', '121750.598000', '121750.601000', '121750.604000', '121750.606000', '121750.609000', '121750.611000', '121750.614000', '121810.493000', '121810.495000', '121810.498000', '121810.501000', '121810.504000', '121810.506000', '121810.509000', '121810.511000', '121810.514000', '121810.517000', '121810.519000', '121810.522000', '121810.525000', '121810.527000', '121810.530000', '121810.532000', '121810.535000', '121810.538000', '121810.540000', '121810.543000', '121810.546000', '121810.548000', '121810.551000', '121810.554000', '121810.556000', '121810.559000', '121810.561000', '121810.564000', '121810.567000', '121810.569000', '121810.572000', '121810.574000', '121810.577000', '121810.580000', '121810.582000', '121810.585000', '121810.588000', '121810.590000', '121810.593000', '121810.596000', '121810.598000', '121810.601000', '121810.603000', '121820.300000', '121820.303000', '121820.306000', '121820.309000', '121820.311000', '121820.314000', '121820.317000', '121820.319000', '121820.322000', '121820.325000', '121820.327000', '121820.330000', '121820.333000', '121820.336000', '121820.339000', '121820.342000', '121820.345000', '121820.347000', '121820.350000', '121820.354000', '121820.357000', '121820.361000'], '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': [21608, 15340, 14606, 11497, 22389, 15599, 14243, 10605, 18880, 12813, 11405, 9918, 15763, 13322, 11562, 15400, 13342, 11670, 10439, 14883, 13190, 11620, 17361, 12443, 9800, 13748, 13787, 13020, 11145, 15730, 12172, 9603, 15921, 13608, 13556, 13311, 14631, 11250, 9449, 13368, 13437, 12493, 11978, 16365, 12345, 9964, 12348, 14629, 13199, 11658, 18084, 13026, 10539, 9068, 16413, 12411, 11473, 10607, 16489, 13647, 12681, 9822, 13628, 15041, 12493, 9874, 14471, 13515, 11812, 10450, 18258, 13478, 11564, 9427, 14700, 12569, 11419, 12642, 13298, 11947, 9650, 15874, 13746, 12172, 9328, 14740, 11804, 10873, 13969, 15226, 11599, 9671, 13936, 13068, 12275, 14903, 15770, 12898, 10267, 15628, 13022, 13270, 18373, 14922, 11827, 12210, 11862, 11207, 9407, 16337, 13045, 12660, 9667, 17080, 12337, 11725, 14546, 16011, 13194, 10125, 11616, 16084, 13048, 11490, 17094, 18644, 15305, 10658, 10321, 13506, 11721, 10295, 11670, 17329, 12764, 10432, 11157, 14786, 13401, 11675, 10520, 10006, 15726, 15970, 12835, 11367, 9869, 15439, 13511, 12043, 11197, 12856, 16343, 11729, 10520, 10638, 14843, 13194, 10195, 16873, 12494, 11295, 9918, 16762, 12537, 10755, 9165, 13819, 11384, 10768, 15025, 14728, 12732, 9470, 11485, 14145, 12741, 11876, 13946, 14354, 11744, 9831, 13866, 15548, 12860, 9482, 13627, 13875, 12119, 10710, 17266, 15486, 12718, 10313, 9676, 15998, 11878, 11019, 13029, 15647, 13429, 9955, 13292, 13352, 12060, 12500, 16482, 12921, 9339, 15598, 13042, 12004, 10104, 14129, 11200, 10537, 14605, 13113, 11425, 10573, 9878, 15800, 12199, 11299, 9780, 17026, 14619, 12119, 9218, 13248, 13611, 12727, 10838, 15590, 12678, 11493, 9370, 13895, 12232, 11847, 9804, 17298, 13208, 11253, 11223, 17149, 12990, 11841, 9479, 14473, 11671, 11544, 9199, 13354, 14835, 11895, 10743, 10508, 16429, 13881, 12146, 11315, 12769, 18473, 16841, 14535, 9345, 11484, 13226, 11384, 9683, 17683, 13738, 13345, 13329, 16380, 14971, 15447, 11678, 10554, 11025, 10483, 10863, 11823, 12335, 15228, 12398, 9513, 15504, 14089, 12620, 9910, 17156, 14583, 13969, 10905, 19549, 15525, 14789, 11238, 20853, 16001, 16260, 10730, 11430, 14587, 12057, 12073, 9470, 14245, 13741, 12166, 10747, 10082, 12583, 14023, 12347, 11240, 9849, 15301, 12447, 10859, 9881, 11894, 14606, 13243, 12279, 13973, 17421, 12652, 11120, 10088, 13574, 13311, 12422, 10463, 16350, 14906, 13179, 10226, 11128, 13648, 11347, 9980, 13213, 16169, 13183, 11375, 9691, 15387, 17050, 14957, 13026, 10423, 19497, 12885, 11479, 9829, 17141, 13057, 12708, 9920, 15442, 11765, 10922, 9617, 15561, 12738, 11999, 9950, 14195, 11183, 10619, 9295, 15370, 12933, 11456, 9765, 15224, 12060, 10951, 13541, 15540, 13806, 9787, 17168, 11939, 10915, 12345, 15096, 12974, 10286, 10033, 12906, 11441, 10094, 12789, 14156, 12078, 9722, 15312, 13846, 11782, 9703, 16837, 12637, 11973, 13542, 16775, 12392, 10767, 9542, 15631, 12309, 10917, 10440, 15723, 12822, 9984, 10670, 13422, 11739, 10012, 14325, 14089, 12157, 10014, 10058, 13009, 11386, 10620, 11123, 16240, 12606, 11644, 9528, 13307, 12014, 12983, 9840, 12166, 13540, 12043, 12465, 10063, 12320, 12652, 11136, 10967, 10432, 16002, 13296, 11935, 10296, 9753, 15209, 12825, 12812, 10238, 15173, 12817, 11474, 10278, 13873, 16183, 12898, 10764, 9470, 16482, 12443, 12092, 9928, 14781, 12717, 11203, 9849, 13743, 14421, 11496, 10084, 10679, 14831, 13727, 11365, 10343, 13107, 10847, 10656, 9574, 15491, 12302, 12024, 12215, 16632, 11272, 10697, 11339, 14088, 12445, 10133, 17022, 14260, 12585, 10282, 16968, 13058, 13152, 10452, 10048, 13948, 12405, 12804, 15121, 15635, 12375, 9833, 13748, 12793, 11875, 10561, 16927, 13772, 11059, 9416, 14617, 12091, 11873, 10296, 15577, 12408, 11193, 9845, 17429, 13364, 11859, 10029, 15746, 12301, 10679, 17715, 16330, 12678, 9183, 13922, 12816, 12380, 9797, 16007, 11607, 11093, 10525, 15773, 12989, 11083, 9409, 12139, 12355, 11288, 10792, 15879, 12974, 11876, 10372, 10673, 16109, 12898, 12004, 9559, 15071, 12989, 12304, 10931, 15714, 11932, 9372, 15426, 13144, 14334, 11206, 12999, 11188, 10269, 9437, 15480, 13060, 12095, 14650, 13484, 11874, 9898, 16347, 12979, 9481, 18107, 13654, 10620, 14490, 14578, 12868, 9810, 13818, 11601, 10740, 9846, 14574, 12394, 9374, 14912, 12994, 12422, 9553, 13515, 13514, 12085, 10595, 18245, 13278, 11422, 9942, 15271, 12049, 10450, 14846, 11922, 10716, 12021, 13153, 12169, 13319, 17559, 16776, 16964, 13700, 10400, 13128, 11239, 8967, 15871, 14454, 10846, 17428, 12415, 10632, 15181, 14744, 16145, 10582, 13485, 14421, 12652, 12608, 16610, 17053, 14650, 12083, 17071, 17929, 19107, 17938, 18667, 12118, 10448, 10186, 10678, 12915, 13485, 12280, 11633, 10504, 10759, 15408, 14650, 11684, 10804, 10025, 11629, 14651, 12967, 11549, 12111, 15992, 12664, 12173, 10027, 10825, 12488, 11234, 9980, 12618, 14500, 12507, 9436, 11028, 14880, 12053, 10115, 10647, 16929, 12541, 12434, 9825, 14230, 13536, 11585, 9348, 15973, 13077, 14085, 10050, 14575, 11555, 9414, 12452, 12847, 11549, 10555, 16842, 12285, 10736, 9593, 16738, 13152, 12571, 10124, 14618, 12508, 11403, 10456, 16300, 13530, 12454, 9887, 16513, 12116, 11291, 11485, 14604, 12120, 11492, 11785, 13112, 11085, 9974, 10339, 14064, 11284, 9721, 14575, 12583, 11206, 9612, 15104, 11896, 9586, 13889, 12678, 11141, 9736, 14388, 11731, 10021, 13843, 11975, 10494, 9371, 15857, 12310, 11830, 10616, 17045, 11417, 10755, 10719, 15332, 12255, 12435, 10332, 15253, 13420, 12057, 10783, 14197, 15820, 12218, 10554, 10652, 15411, 12839, 10827, 19688, 14881, 12724, 10798, 14474, 11768, 9406, 16263, 12609, 11355, 13939, 13748, 11929, 9688, 12452, 12875, 12669, 14533, 16506, 15120, 18659, 18361, 11541, 9789, 11033, 10501, 9670, 15496, 11902, 10792, 9811, 13352, 13311, 11663, 10611, 16403, 14888, 13435, 13586, 11617, 18809, 16825, 15347, 13895, 18759, 19244, 15382, 13792, 10543, 17733, 12217, 11859, 9421, 15600, 12278, 11404, 9988, 14445, 12991, 11386, 12928, 13377, 15410, 12085, 12901, 12600, 12746, 16605, 14074, 11390, 11030, 9701, 15999, 13289, 12688, 11260, 17320, 12893, 11285, 10165, 15270, 13986, 13830, 12663, 18175, 13016, 13166, 9603, 14622, 12154, 11374, 9854, 16955, 11361, 12698, 11434, 13613, 13099, 12325, 11259, 11928, 17397, 12927, 12427, 10692, 15689, 17114, 14401, 12257, 12898, 15251, 11115, 10278, 12741, 14125, 12103, 9793, 17335, 12661, 10711, 12390, 13196, 12086, 10603, 16619, 13482, 11117, 9761, 13226, 11980, 10074, 15190, 13918, 12214, 10406, 18357, 13979, 11475, 13848, 15898, 12298, 10032, 12527, 14248, 11804, 10208, 13749, 14498, 12816, 11600, 14078, 13403, 11197, 10746, 9924, 15612, 12639, 11691, 10161, 17321, 13113, 12048, 10022, 14390, 14619, 13051, 13056, 13740, 20280, 14374, 11898, 10014, 13751, 13767, 12280, 10559, 10530, 15715, 12488, 11396, 9696, 11764, 15515, 13077, 12581, 10231, 10312, 15179, 12449, 11892, 10810, 15916, 13466, 12606, 9916, 10221, 14531, 12248, 11281, 10537, 15412, 14081, 12388, 11183, 10446, 16980, 13001, 11722, 10175, 14844, 12403, 11214, 10185, 12756, 12804, 11651, 9933, 16998, 13465, 12115, 9721, 15967, 12534, 11386, 10191, 15596, 13562, 11681, 9693, 15216, 12565, 11385, 10763, 16730, 13709, 11482, 10710, 16065, 13058, 9112, 17090, 14249, 12434, 10567, 18695, 13114, 12852, 10349, 17292, 12449, 11437, 11249, 17086, 13049, 12530, 9823, 11663, 16201, 13343, 14373, 13816, 18335, 13624, 11648, 9873, 10773, 15385, 14005, 12448, 11101, 17050, 13557, 11553, 12230, 16698, 13434, 11429, 10481, 16436, 14088, 13074, 10081, 15798, 12379, 11739, 10015, 17201, 14342, 13928, 12149, 17043, 13425, 12022, 10743, 17563, 13012, 11726, 12057, 15072, 12894, 9993, 16901, 13252, 12062, 9942, 15660, 13843, 13007, 12403, 15759, 12723, 11183, 10745, 15125, 14084, 12107, 11364, 15995, 12922, 12142, 9629, 15421, 14527, 12575, 10236, 15080, 14420, 12543, 10650, 17330, 13484, 11982, 9846, 13140, 11960, 11375, 9971, 14071, 14504, 13580, 12139, 10688, 15681, 12577, 12017, 10359, 17413, 14449, 14038, 11946, 19040, 13053, 11948, 10208, 13492, 13782, 12876, 11043, 14703, 15113, 14054, 16158, 19314, 17972, 10984, 13657, 14920, 12388, 9286, 14162, 11028, 10141, 9537, 14897, 12846, 13499, 12389, 15877, 13141, 12740, 11354, 11387, 18803, 16427, 15997, 15034, 11017, 15292, 14887, 12756, 14226, 13754, 15324, 13709, 10881, 8865, 15313, 13946, 11629, 10546, 14018, 13875, 12134, 10910, 10571, 13367, 13083, 11628, 10737, 10363, 16056, 14937, 13070, 11856, 10779, 12472, 18777, 13388, 12336, 10587, 9595, 14240, 11915, 11239, 9940, 15373, 13493, 12204, 9974, 15658, 13077, 11881, 9625, 14205, 13160, 12085, 11249, 15682, 13364, 11278, 10513, 9730, 14907, 11810, 11498, 10475, 17458, 13526, 12258, 10841, 17015, 13122, 11419, 9836, 12839, 13230, 11871, 9870, 13268, 15014, 12279, 10923, 10708, 15818, 11700, 12006, 10276, 16645, 12724, 14451, 10480, 9340, 13151, 10894, 10576, 9719, 15233, 12537, 11275, 9500, 15399, 11979, 11234, 14378, 12179, 11139, 9307, 14236, 11935, 10215, 14842, 13519, 11740, 9610, 15703, 11766, 10940, 9558, 15416, 12508, 11033, 9660, 14388, 11981, 11589, 10189, 15381, 13891, 11748, 10758, 9401, 13537, 11953, 11403, 10267, 12376, 16130, 12946, 13091, 10425, 11698, 15822, 13155, 16653, 13319, 10729, 10346, 14983, 12003, 11492, 11057, 15564, 15572, 11954, 11562, 10882, 16177, 12357, 11171, 9673, 11064, 13940, 12382, 11802, 14604, 16110, 12804, 10818, 10184, 10045, 14883, 11842, 12375, 14893, 13565, 15132, 13679, 11443, 10246, 10329, 10528, 9128, 15579, 12520, 11983, 9900, 17380, 12940, 11972, 9955, 15400, 14487, 14150, 14807, 16657, 17154, 14502, 11736, 9932, 12059, 15575, 13731, 11531, 9708, 11182, 13865, 13175, 11859, 10512, 16878, 13506, 11779, 10825, 9845, 14989, 12676, 11127, 10218, 10120, 13039, 14061, 12099, 11399, 10117, 11204, 13696, 12077, 11091, 15699, 14540, 14202, 11583, 18554, 12890, 11587, 9959, 15772, 12453, 11687, 10672, 15629, 12632, 10152, 14588, 13556, 12117, 9821, 16227, 12035, 10417, 13067, 13635, 12804, 10922, 11336, 17513, 11894, 11194, 10326, 16419, 13038, 11018, 11655, 14291, 11801, 9933, 15302, 12599, 11657, 10124, 13489, 11912, 11503, 10262, 15945, 12855, 10423, 17565, 13635, 13301, 10240, 14057, 11750, 10395, 12620, 14659, 13465, 11511, 17912, 12356, 11220, 9680, 14753, 12199, 11129, 12249, 13626, 13324, 10593, 15926, 12341, 11469, 9682, 16967, 12339, 11248, 14545, 15397, 12650, 9734, 16363, 13123, 11961, 9314, 12461, 10937, 10463, 12086, 13634, 12193, 10036, 16032, 13932, 12554, 10174, 18045, 13657, 12748, 10046, 16705, 12464, 10954, 15253, 14680, 13533, 9927, 16490, 12191, 9856, 15604, 13171, 12188, 10234, 14605, 12935, 10570, 17797, 12195, 10872, 9937, 14650, 12264, 9777, 17084, 13968, 10278, 17110, 12934, 10548, 17511, 14600, 10233, 14603, 13031, 11852, 14041, 11815, 15232, 12600, 12621, 13127, 11931, 11190, 9518, 13731, 11914, 9899, 17018, 13576, 12255, 9833, 16167, 12784, 11839, 16219, 15971, 12953, 9851, 18265, 15556, 13591, 10337, 20984, 14432, 12492, 12343, 21718, 16411, 11427, 12892, 16051, 12439, 9554, 14603, 12397, 11990, 10453, 16382, 12225, 10886, 9474, 15431, 12291, 12173, 11185, 14823, 11814, 9984, 12673, 13936, 12491, 10242, 16620, 12405, 11159, 9554, 13842, 12197, 10550, 14731, 14172, 12906, 9953, 9076, 14970, 13166, 12143, 10201, 14851, 16812, 13433, 15119, 12066, 20599, 15090, 13214, 10618, 21789, 15723, 15074, 10301, 15937, 12274, 11509, 10100, 15011, 12605, 11109, 9389, 13391, 11690, 11036, 13751, 15300, 13069, 9993, 13709, 13606, 12153, 9996, 16961, 14137, 11289, 15478, 15412, 14533, 13108, 19690, 15035, 10014, 10684, 10864, 10370, 12188, 13796, 12614, 9655, 15172, 13379, 10148, 17992, 13084, 12653, 15088, 15925, 13980, 12418, 20075, 15759, 13630, 10013, 18231, 13919, 11528, 17059, 13925, 11882, 9859, 14866, 12530, 11122, 9315, 15653, 12721, 11243, 13301, 14121, 13561, 10328, 12966, 12550, 11613, 9464, 13086, 14826, 13533, 9718, 11641, 17756, 13040, 11805, 10701, 19240, 14787, 13310, 10342, 16718, 13483, 10011, 16597, 13275, 10259, 15319, 14190, 10491, 13648, 11804, 9708, 15832, 12854, 10907, 9685, 12908, 11411, 9504, 15910, 13368, 13168, 12461, 16700, 12702, 10183, 18603, 14340, 11680, 15080, 17424, 13997, 11689, 20430, 15879, 11613, 20114, 16332, 13684, 10483, 20853, 13983, 12447, 13389, 21962, 15022, 11717, 10378, 16472, 13129, 11634, 10515, 16356, 12981, 10830, 14333, 15699, 12341, 10562, 12242, 14262, 12334, 11742, 10972, 17201, 15011, 13208, 10011, 13926, 14006, 12648, 11206, 17520, 13694, 12144, 10141, 14718, 12282, 11797, 14513, 14479, 12122, 10248, 9634, 14992, 12949, 12528, 11501, 14304, 15294, 13032, 11985, 10265, 14266, 18940, 14923, 17009, 10505, 14436, 21306, 15359, 15010, 12518, 18086, 17169, 12799, 11420, 10088, 16182, 13838, 13383, 10438, 9879, 14536, 12348, 11734, 9909, 13190, 17183, 12891, 11818, 10350, 17100, 14552, 12945, 10592, 10295, 16201, 13097, 11930, 10447, 15358, 14531, 12598, 12083, 11959, 17721, 13793, 12401, 10284, 9629, 15056, 12825, 13708, 13685, 15300, 13926, 14389, 14599, 9757, 11468, 10198, 9285, 12004], 'WindowCenter': [4996.0, 4928.0, 4913.0, 4869.0, 4935.0, 4895.0, 4885.0, 4843.0, 4910.0, 4862.0, 4853.0, 4843.0, 4892.0, 4873.0, 4860.0, 4892.0, 4872.0, 4862.0, 4851.0, 4882.0, 4872.0, 4851.0, 4902.0, 4861.0, 4841.0, 4871.0, 4868.0, 4871.0, 4852.0, 4891.0, 4861.0, 4829.0, 4890.0, 4871.0, 4871.0, 4872.0, 4880.0, 4850.0, 4831.0, 4868.0, 4868.0, 4860.0, 4859.0, 4902.0, 4860.0, 4841.0, 4860.0, 4880.0, 4869.0, 4846.0, 4901.0, 4859.0, 4840.0, 4804.0, 4876.0, 4847.0, 4846.0, 4838.0, 4888.0, 4870.0, 4870.0, 4841.0, 4870.0, 4879.0, 4857.0, 4830.0, 4879.0, 4869.0, 4849.0, 4837.0, 4898.0, 4859.0, 4848.0, 4818.0, 4866.0, 4847.0, 4847.0, 4858.0, 4864.0, 4846.0, 4828.0, 4888.0, 4868.0, 4860.0, 4831.0, 4879.0, 4858.0, 4849.0, 4879.0, 4891.0, 4862.0, 4844.0, 4881.0, 4883.0, 4874.0, 4893.0, 4903.0, 4883.0, 4855.0, 4893.0, 4874.0, 4880.0, 4916.0, 4892.0, 4863.0, 4871.0, 4861.0, 4849.0, 4831.0, 4900.0, 4873.0, 4873.0, 4843.0, 4901.0, 4861.0, 4861.0, 4879.0, 4892.0, 4871.0, 4842.0, 4848.0, 4889.0, 4858.0, 4848.0, 4889.0, 4899.0, 4877.0, 4840.0, 4840.0, 4858.0, 4847.0, 4827.0, 4836.0, 4889.0, 4858.0, 4838.0, 4850.0, 4880.0, 4869.0, 4849.0, 4839.0, 4830.0, 4880.0, 4889.0, 4860.0, 4852.0, 4841.0, 4879.0, 4869.0, 4860.0, 4849.0, 4861.0, 4892.0, 4859.0, 4841.0, 4839.0, 4880.0, 4870.0, 4841.0, 4901.0, 4860.0, 4838.0, 4830.0, 4889.0, 4861.0, 4851.0, 4833.0, 4881.0, 4850.0, 4852.0, 4893.0, 4892.0, 4874.0, 4854.0, 4863.0, 4881.0, 4873.0, 4862.0, 4884.0, 4894.0, 4861.0, 4843.0, 4881.0, 4893.0, 4872.0, 4844.0, 4871.0, 4872.0, 4861.0, 4852.0, 4898.0, 4892.0, 4872.0, 4852.0, 4844.0, 4902.0, 4859.0, 4849.0, 4869.0, 4892.0, 4870.0, 4844.0, 4868.0, 4868.0, 4847.0, 4857.0, 4890.0, 4853.0, 4819.0, 4873.0, 4855.0, 4847.0, 4828.0, 4852.0, 4823.0, 4823.0, 4864.0, 4845.0, 4836.0, 4826.0, 4828.0, 4890.0, 4859.0, 4849.0, 4829.0, 4901.0, 4881.0, 4860.0, 4831.0, 4866.0, 4862.0, 4856.0, 4840.0, 4891.0, 4871.0, 4860.0, 4830.0, 4870.0, 4860.0, 4858.0, 4842.0, 4902.0, 4870.0, 4850.0, 4851.0, 4902.0, 4872.0, 4862.0, 4842.0, 4881.0, 4850.0, 4851.0, 4830.0, 4882.0, 4895.0, 4876.0, 4854.0, 4852.0, 4903.0, 4883.0, 4862.0, 4863.0, 4874.0, 4917.0, 4903.0, 4881.0, 4833.0, 4878.0, 4886.0, 4863.0, 4828.0, 4898.0, 4871.0, 4870.0, 4869.0, 4891.0, 4876.0, 4877.0, 4836.0, 4827.0, 4836.0, 4838.0, 4832.0, 4848.0, 4856.0, 4876.0, 4858.0, 4829.0, 4880.0, 4868.0, 4860.0, 4828.0, 4888.0, 4867.0, 4856.0, 4825.0, 4874.0, 4842.0, 4830.0, 4799.0, 4858.0, 4826.0, 4824.0, 4785.0, 4782.0, 4811.0, 4792.0, 4803.0, 4776.0, 4824.0, 4826.0, 4807.0, 4799.0, 4799.0, 4820.0, 4840.0, 4818.0, 4822.0, 4814.0, 4865.0, 4843.0, 4822.0, 4817.0, 4834.0, 4867.0, 4859.0, 4849.0, 4869.0, 4900.0, 4860.0, 4852.0, 4843.0, 4871.0, 4871.0, 4872.0, 4854.0, 4904.0, 4883.0, 4862.0, 4845.0, 4853.0, 4871.0, 4839.0, 4829.0, 4872.0, 4890.0, 4872.0, 4852.0, 4831.0, 4882.0, 4900.0, 4880.0, 4870.0, 4842.0, 4910.0, 4857.0, 4850.0, 4829.0, 4890.0, 4860.0, 4859.0, 4832.0, 4879.0, 4848.0, 4838.0, 4817.0, 4879.0, 4858.0, 4850.0, 4842.0, 4870.0, 4850.0, 4839.0, 4831.0, 4890.0, 4872.0, 4861.0, 4844.0, 4893.0, 4863.0, 4851.0, 4881.0, 4893.0, 4882.0, 4843.0, 4902.0, 4851.0, 4849.0, 4861.0, 4881.0, 4868.0, 4842.0, 4843.0, 4872.0, 4861.0, 4840.0, 4872.0, 4881.0, 4861.0, 4842.0, 4891.0, 4880.0, 4864.0, 4844.0, 4901.0, 4871.0, 4863.0, 4873.0, 4902.0, 4872.0, 4852.0, 4831.0, 4890.0, 4860.0, 4850.0, 4841.0, 4891.0, 4869.0, 4841.0, 4851.0, 4871.0, 4861.0, 4839.0, 4892.0, 4882.0, 4873.0, 4844.0, 4854.0, 4871.0, 4860.0, 4850.0, 4850.0, 4902.0, 4871.0, 4861.0, 4844.0, 4881.0, 4861.0, 4872.0, 4843.0, 4862.0, 4882.0, 4863.0, 4872.0, 4843.0, 4875.0, 4868.0, 4852.0, 4852.0, 4852.0, 4891.0, 4883.0, 4863.0, 4855.0, 4844.0, 4890.0, 4872.0, 4871.0, 4843.0, 4892.0, 4860.0, 4851.0, 4840.0, 4882.0, 4892.0, 4870.0, 4851.0, 4831.0, 4889.0, 4858.0, 4860.0, 4829.0, 4879.0, 4860.0, 4849.0, 4830.0, 4871.0, 4879.0, 4850.0, 4840.0, 4840.0, 4892.0, 4880.0, 4849.0, 4840.0, 4871.0, 4840.0, 4839.0, 4830.0, 4879.0, 4860.0, 4859.0, 4862.0, 4903.0, 4852.0, 4852.0, 4852.0, 4880.0, 4861.0, 4843.0, 4889.0, 4880.0, 4860.0, 4842.0, 4900.0, 4872.0, 4871.0, 4841.0, 4831.0, 4870.0, 4860.0, 4861.0, 4882.0, 4892.0, 4861.0, 4840.0, 4870.0, 4859.0, 4848.0, 4840.0, 4890.0, 4870.0, 4850.0, 4832.0, 4881.0, 4862.0, 4860.0, 4854.0, 4902.0, 4873.0, 4852.0, 4842.0, 4904.0, 4874.0, 4861.0, 4842.0, 4892.0, 4861.0, 4842.0, 4901.0, 4890.0, 4861.0, 4832.0, 4869.0, 4861.0, 4861.0, 4840.0, 4891.0, 4849.0, 4851.0, 4840.0, 4892.0, 4871.0, 4864.0, 4833.0, 4862.0, 4887.0, 4866.0, 4852.0, 4893.0, 4884.0, 4876.0, 4854.0, 4854.0, 4904.0, 4873.0, 4862.0, 4844.0, 4882.0, 4870.0, 4863.0, 4854.0, 4893.0, 4861.0, 4832.0, 4890.0, 4882.0, 4894.0, 4853.0, 4873.0, 4852.0, 4842.0, 4832.0, 4893.0, 4874.0, 4874.0, 4893.0, 4882.0, 4863.0, 4842.0, 4892.0, 4871.0, 4830.0, 4901.0, 4870.0, 4840.0, 4869.0, 4870.0, 4858.0, 4830.0, 4869.0, 4837.0, 4838.0, 4827.0, 4867.0, 4849.0, 4820.0, 4879.0, 4858.0, 4860.0, 4831.0, 4861.0, 4860.0, 4860.0, 4841.0, 4900.0, 4860.0, 4847.0, 4828.0, 4892.0, 4861.0, 4850.0, 4880.0, 4860.0, 4854.0, 4859.0, 4883.0, 4863.0, 4871.0, 4904.0, 4890.0, 4889.0, 4856.0, 4828.0, 4857.0, 4836.0, 4808.0, 4867.0, 4867.0, 4838.0, 4889.0, 4847.0, 4828.0, 4866.0, 4867.0, 4867.0, 4813.0, 4844.0, 4843.0, 4822.0, 4821.0, 4850.0, 4850.0, 4829.0, 4805.0, 4836.0, 4837.0, 4863.0, 4857.0, 4862.0, 4807.0, 4786.0, 4786.0, 4797.0, 4818.0, 4828.0, 4819.0, 4809.0, 4809.0, 4823.0, 4852.0, 4854.0, 4834.0, 4823.0, 4814.0, 4835.0, 4856.0, 4845.0, 4835.0, 4848.0, 4875.0, 4848.0, 4848.0, 4823.0, 4839.0, 4847.0, 4837.0, 4816.0, 4848.0, 4863.0, 4849.0, 4817.0, 4829.0, 4869.0, 4848.0, 4828.0, 4828.0, 4877.0, 4846.0, 4846.0, 4815.0, 4857.0, 4857.0, 4837.0, 4805.0, 4863.0, 4844.0, 4855.0, 4817.0, 4855.0, 4832.0, 4804.0, 4844.0, 4844.0, 4835.0, 4825.0, 4885.0, 4848.0, 4836.0, 4829.0, 4885.0, 4864.0, 4859.0, 4852.0, 4879.0, 4859.0, 4848.0, 4850.0, 4891.0, 4871.0, 4861.0, 4839.0, 4900.0, 4860.0, 4849.0, 4851.0, 4880.0, 4861.0, 4851.0, 4861.0, 4871.0, 4850.0, 4839.0, 4853.0, 4883.0, 4860.0, 4843.0, 4881.0, 4871.0, 4849.0, 4831.0, 4880.0, 4848.0, 4829.0, 4857.0, 4846.0, 4836.0, 4818.0, 4867.0, 4837.0, 4827.0, 4857.0, 4836.0, 4826.0, 4815.0, 4874.0, 4847.0, 4849.0, 4839.0, 4901.0, 4858.0, 4851.0, 4850.0, 4892.0, 4863.0, 4873.0, 4839.0, 4892.0, 4884.0, 4862.0, 4854.0, 4885.0, 4892.0, 4862.0, 4840.0, 4842.0, 4891.0, 4860.0, 4851.0, 4911.0, 4881.0, 4861.0, 4841.0, 4869.0, 4847.0, 4818.0, 4878.0, 4849.0, 4837.0, 4870.0, 4865.0, 4859.0, 4842.0, 4867.0, 4870.0, 4870.0, 4880.0, 4887.0, 4880.0, 4905.0, 4903.0, 4849.0, 4816.0, 4808.0, 4813.0, 4805.0, 4864.0, 4836.0, 4827.0, 4817.0, 4845.0, 4858.0, 4835.0, 4825.0, 4879.0, 4868.0, 4846.0, 4845.0, 4815.0, 4864.0, 4866.0, 4842.0, 4820.0, 4850.0, 4845.0, 4823.0, 4805.0, 4772.0, 4834.0, 4794.0, 4794.0, 4766.0, 4826.0, 4796.0, 4796.0, 4777.0, 4824.0, 4818.0, 4794.0, 4820.0, 4830.0, 4851.0, 4821.0, 4832.0, 4835.0, 4833.0, 4853.0, 4832.0, 4811.0, 4811.0, 4792.0, 4852.0, 4833.0, 4833.0, 4813.0, 4862.0, 4831.0, 4813.0, 4801.0, 4851.0, 4842.0, 4842.0, 4833.0, 4875.0, 4834.0, 4845.0, 4806.0, 4841.0, 4821.0, 4809.0, 4790.0, 4860.0, 4808.0, 4831.0, 4825.0, 4841.0, 4841.0, 4832.0, 4822.0, 4822.0, 4861.0, 4832.0, 4820.0, 4811.0, 4851.0, 4861.0, 4840.0, 4818.0, 4831.0, 4850.0, 4809.0, 4799.0, 4818.0, 4839.0, 4819.0, 4800.0, 4862.0, 4832.0, 4812.0, 4833.0, 4842.0, 4832.0, 4824.0, 4875.0, 4843.0, 4825.0, 4814.0, 4845.0, 4836.0, 4825.0, 4867.0, 4857.0, 4848.0, 4838.0, 4898.0, 4866.0, 4847.0, 4868.0, 4877.0, 4847.0, 4829.0, 4848.0, 4868.0, 4848.0, 4839.0, 4869.0, 4869.0, 4856.0, 4848.0, 4868.0, 4869.0, 4849.0, 4840.0, 4828.0, 4879.0, 4859.0, 4850.0, 4841.0, 4900.0, 4871.0, 4860.0, 4825.0, 4869.0, 4867.0, 4857.0, 4859.0, 4869.0, 4908.0, 4866.0, 4848.0, 4826.0, 4855.0, 4856.0, 4836.0, 4826.0, 4825.0, 4876.0, 4846.0, 4836.0, 4817.0, 4848.0, 4877.0, 4856.0, 4858.0, 4838.0, 4840.0, 4879.0, 4859.0, 4849.0, 4838.0, 4890.0, 4869.0, 4858.0, 4829.0, 4838.0, 4869.0, 4859.0, 4849.0, 4838.0, 4879.0, 4868.0, 4859.0, 4848.0, 4840.0, 4888.0, 4868.0, 4859.0, 4840.0, 4880.0, 4857.0, 4850.0, 4840.0, 4857.0, 4859.0, 4847.0, 4830.0, 4889.0, 4869.0, 4860.0, 4829.0, 4888.0, 4860.0, 4850.0, 4839.0, 4889.0, 4871.0, 4875.0, 4845.0, 4905.0, 4860.0, 4823.0, 4824.0, 4880.0, 4857.0, 4839.0, 4858.0, 4920.0, 4876.0, 4823.0, 4883.0, 4855.0, 4849.0, 4840.0, 4882.0, 4842.0, 4857.0, 4854.0, 4910.0, 4885.0, 4858.0, 4858.0, 4898.0, 4868.0, 4871.0, 4840.0, 4864.0, 4903.0, 4884.0, 4895.0, 4884.0, 4925.0, 4883.0, 4861.0, 4842.0, 4850.0, 4891.0, 4882.0, 4870.0, 4853.0, 4900.0, 4870.0, 4850.0, 4859.0, 4890.0, 4868.0, 4848.0, 4838.0, 4888.0, 4867.0, 4857.0, 4840.0, 4889.0, 4858.0, 4848.0, 4826.0, 4888.0, 4878.0, 4867.0, 4858.0, 4899.0, 4870.0, 4859.0, 4851.0, 4911.0, 4868.0, 4859.0, 4861.0, 4890.0, 4870.0, 4839.0, 4900.0, 4870.0, 4860.0, 4829.0, 4879.0, 4867.0, 4857.0, 4859.0, 4877.0, 4857.0, 4838.0, 4836.0, 4866.0, 4869.0, 4847.0, 4837.0, 4875.0, 4844.0, 4835.0, 4814.0, 4865.0, 4854.0, 4831.0, 4814.0, 4863.0, 4854.0, 4844.0, 4825.0, 4885.0, 4855.0, 4835.0, 4826.0, 4855.0, 4845.0, 4836.0, 4828.0, 4868.0, 4878.0, 4869.0, 4858.0, 4853.0, 4892.0, 4870.0, 4860.0, 4851.0, 4901.0, 4883.0, 4882.0, 4864.0, 4912.0, 4870.0, 4860.0, 4842.0, 4871.0, 4881.0, 4872.0, 4849.0, 4891.0, 4889.0, 4871.0, 4893.0, 4915.0, 4901.0, 4828.0, 4855.0, 4867.0, 4835.0, 4804.0, 4854.0, 4825.0, 4827.0, 4828.0, 4878.0, 4845.0, 4853.0, 4846.0, 4865.0, 4844.0, 4832.0, 4813.0, 4811.0, 4861.0, 4851.0, 4839.0, 4829.0, 4798.0, 4825.0, 4823.0, 4802.0, 4814.0, 4815.0, 4826.0, 4814.0, 4795.0, 4776.0, 4835.0, 4824.0, 4795.0, 4797.0, 4827.0, 4829.0, 4818.0, 4809.0, 4812.0, 4843.0, 4830.0, 4822.0, 4811.0, 4814.0, 4876.0, 4866.0, 4846.0, 4836.0, 4827.0, 4848.0, 4900.0, 4859.0, 4857.0, 4837.0, 4816.0, 4866.0, 4847.0, 4826.0, 4827.0, 4876.0, 4857.0, 4846.0, 4816.0, 4865.0, 4844.0, 4832.0, 4802.0, 4854.0, 4844.0, 4845.0, 4836.0, 4877.0, 4866.0, 4837.0, 4837.0, 4817.0, 4866.0, 4847.0, 4848.0, 4838.0, 4888.0, 4854.0, 4858.0, 4839.0, 4890.0, 4857.0, 4848.0, 4828.0, 4858.0, 4858.0, 4848.0, 4829.0, 4859.0, 4868.0, 4847.0, 4839.0, 4829.0, 4875.0, 4834.0, 4846.0, 4825.0, 4876.0, 4845.0, 4865.0, 4838.0, 4819.0, 4857.0, 4837.0, 4827.0, 4817.0, 4877.0, 4857.0, 4837.0, 4826.0, 4877.0, 4849.0, 4850.0, 4879.0, 4848.0, 4838.0, 4818.0, 4868.0, 4848.0, 4839.0, 4878.0, 4858.0, 4848.0, 4827.0, 4877.0, 4847.0, 4836.0, 4828.0, 4879.0, 4859.0, 4849.0, 4830.0, 4879.0, 4860.0, 4860.0, 4851.0, 4892.0, 4881.0, 4862.0, 4850.0, 4829.0, 4871.0, 4859.0, 4861.0, 4852.0, 4873.0, 4903.0, 4884.0, 4872.0, 4853.0, 4863.0, 4905.0, 4885.0, 4903.0, 4871.0, 4849.0, 4883.0, 4907.0, 4874.0, 4852.0, 4851.0, 4891.0, 4879.0, 4846.0, 4848.0, 4838.0, 4886.0, 4857.0, 4836.0, 4828.0, 4838.0, 4867.0, 4857.0, 4862.0, 4880.0, 4889.0, 4858.0, 4835.0, 4827.0, 4828.0, 4880.0, 4870.0, 4871.0, 4889.0, 4867.0, 4879.0, 4872.0, 4863.0, 4825.0, 4811.0, 4824.0, 4818.0, 4876.0, 4847.0, 4845.0, 4826.0, 4887.0, 4844.0, 4834.0, 4814.0, 4849.0, 4852.0, 4844.0, 4854.0, 4852.0, 4862.0, 4830.0, 4798.0, 4776.0, 4795.0, 4824.0, 4803.0, 4783.0, 4775.0, 4795.0, 4826.0, 4829.0, 4807.0, 4797.0, 4846.0, 4826.0, 4818.0, 4797.0, 4785.0, 4849.0, 4832.0, 4820.0, 4812.0, 4814.0, 4844.0, 4855.0, 4845.0, 4835.0, 4826.0, 4837.0, 4857.0, 4847.0, 4839.0, 4877.0, 4867.0, 4869.0, 4848.0, 4899.0, 4857.0, 4838.0, 4817.0, 4866.0, 4846.0, 4846.0, 4828.0, 4876.0, 4848.0, 4829.0, 4867.0, 4858.0, 4847.0, 4826.0, 4875.0, 4846.0, 4826.0, 4847.0, 4857.0, 4845.0, 4827.0, 4837.0, 4886.0, 4834.0, 4826.0, 4824.0, 4876.0, 4845.0, 4825.0, 4836.0, 4865.0, 4846.0, 4829.0, 4875.0, 4847.0, 4848.0, 4837.0, 4866.0, 4848.0, 4848.0, 4839.0, 4890.0, 4859.0, 4841.0, 4901.0, 4880.0, 4872.0, 4853.0, 4881.0, 4860.0, 4840.0, 4872.0, 4892.0, 4885.0, 4865.0, 4914.0, 4873.0, 4863.0, 4842.0, 4881.0, 4859.0, 4851.0, 4862.0, 4871.0, 4872.0, 4842.0, 4892.0, 4862.0, 4850.0, 4830.0, 4888.0, 4848.0, 4837.0, 4867.0, 4877.0, 4848.0, 4819.0, 4879.0, 4857.0, 4849.0, 4820.0, 4848.0, 4836.0, 4838.0, 4846.0, 4869.0, 4858.0, 4841.0, 4890.0, 4880.0, 4871.0, 4841.0, 4902.0, 4872.0, 4872.0, 4844.0, 4902.0, 4872.0, 4853.0, 4891.0, 4882.0, 4871.0, 4843.0, 4891.0, 4860.0, 4831.0, 4890.0, 4870.0, 4860.0, 4841.0, 4879.0, 4871.0, 4840.0, 4912.0, 4862.0, 4852.0, 4842.0, 4881.0, 4862.0, 4842.0, 4902.0, 4880.0, 4842.0, 4902.0, 4860.0, 4842.0, 4901.0, 4879.0, 4839.0, 4870.0, 4859.0, 4849.0, 4865.0, 4847.0, 4875.0, 4858.0, 4860.0, 4859.0, 4849.0, 4849.0, 4830.0, 4867.0, 4860.0, 4843.0, 4902.0, 4884.0, 4875.0, 4854.0, 4903.0, 4884.0, 4875.0, 4906.0, 4905.0, 4875.0, 4845.0, 4914.0, 4895.0, 4885.0, 4856.0, 4924.0, 4883.0, 4862.0, 4862.0, 4922.0, 4891.0, 4852.0, 4870.0, 4887.0, 4860.0, 4816.0, 4879.0, 4860.0, 4848.0, 4840.0, 4891.0, 4858.0, 4840.0, 4830.0, 4878.0, 4848.0, 4861.0, 4852.0, 4881.0, 4850.0, 4839.0, 4871.0, 4880.0, 4862.0, 4842.0, 4891.0, 4862.0, 4863.0, 4843.0, 4870.0, 4862.0, 4852.0, 4892.0, 4884.0, 4873.0, 4844.0, 4831.0, 4893.0, 4872.0, 4863.0, 4842.0, 4884.0, 4903.0, 4872.0, 4883.0, 4863.0, 4912.0, 4881.0, 4860.0, 4840.0, 4909.0, 4878.0, 4868.0, 4829.0, 4876.0, 4847.0, 4837.0, 4842.0, 4881.0, 4847.0, 4837.0, 4817.0, 4858.0, 4849.0, 4840.0, 4871.0, 4892.0, 4871.0, 4843.0, 4872.0, 4872.0, 4860.0, 4842.0, 4892.0, 4883.0, 4863.0, 4893.0, 4905.0, 4883.0, 4861.0, 4913.0, 4892.0, 4827.0, 4812.0, 4823.0, 4826.0, 4860.0, 4870.0, 4859.0, 4829.0, 4880.0, 4859.0, 4827.0, 4887.0, 4845.0, 4846.0, 4866.0, 4867.0, 4845.0, 4824.0, 4872.0, 4841.0, 4819.0, 4789.0, 4848.0, 4816.0, 4794.0, 4836.0, 4814.0, 4795.0, 4786.0, 4827.0, 4816.0, 4808.0, 4790.0, 4848.0, 4828.0, 4812.0, 4842.0, 4844.0, 4844.0, 4827.0, 4845.0, 4835.0, 4836.0, 4818.0, 4846.0, 4869.0, 4868.0, 4830.0, 4853.0, 4901.0, 4872.0, 4862.0, 4843.0, 4913.0, 4883.0, 4871.0, 4844.0, 4893.0, 4873.0, 4830.0, 4892.0, 4870.0, 4832.0, 4879.0, 4871.0, 4839.0, 4868.0, 4849.0, 4828.0, 4889.0, 4871.0, 4853.0, 4842.0, 4872.0, 4862.0, 4844.0, 4905.0, 4886.0, 4898.0, 4888.0, 4919.0, 4898.0, 4881.0, 4928.0, 4905.0, 4877.0, 4907.0, 4917.0, 4897.0, 4875.0, 4927.0, 4904.0, 4864.0, 4923.0, 4904.0, 4886.0, 4852.0, 4922.0, 4880.0, 4861.0, 4871.0, 4922.0, 4880.0, 4862.0, 4838.0, 4889.0, 4870.0, 4860.0, 4852.0, 4892.0, 4869.0, 4852.0, 4879.0, 4891.0, 4861.0, 4853.0, 4859.0, 4880.0, 4870.0, 4861.0, 4852.0, 4913.0, 4892.0, 4884.0, 4856.0, 4891.0, 4892.0, 4884.0, 4862.0, 4911.0, 4883.0, 4873.0, 4853.0, 4880.0, 4873.0, 4875.0, 4895.0, 4892.0, 4873.0, 4854.0, 4842.0, 4893.0, 4885.0, 4885.0, 4874.0, 4896.0, 4906.0, 4886.0, 4874.0, 4853.0, 4894.0, 4913.0, 4892.0, 4901.0, 4851.0, 4882.0, 4922.0, 4881.0, 4880.0, 4858.0, 4900.0, 4889.0, 4858.0, 4848.0, 4829.0, 4885.0, 4867.0, 4868.0, 4839.0, 4829.0, 4868.0, 4858.0, 4849.0, 4829.0, 4870.0, 4900.0, 4860.0, 4861.0, 4841.0, 4901.0, 4882.0, 4870.0, 4853.0, 4841.0, 4890.0, 4869.0, 4861.0, 4842.0, 4890.0, 4880.0, 4860.0, 4859.0, 4861.0, 4901.0, 4879.0, 4871.0, 4842.0, 4843.0, 4892.0, 4883.0, 4895.0, 4883.0, 4904.0, 4884.0, 4883.0, 4893.0, 4818.0, 4822.0, 4812.0, 4806.0, 4847.0], 'WindowWidth': [10839.0, 10723.0, 10688.0, 10618.0, 10712.0, 10650.0, 10631.0, 10570.0, 10662.0, 10594.0, 10582.0, 10569.0, 10637.0, 10611.0, 10593.0, 10637.0, 10609.0, 10595.0, 10579.0, 10622.0, 10609.0, 10577.0, 10653.0, 10591.0, 10564.0, 10604.0, 10601.0, 10606.0, 10581.0, 10636.0, 10591.0, 10547.0, 10632.0, 10606.0, 10607.0, 10608.0, 10620.0, 10577.0, 10552.0, 10598.0, 10599.0, 10591.0, 10589.0, 10654.0, 10590.0, 10567.0, 10590.0, 10619.0, 10604.0, 10570.0, 10651.0, 10588.0, 10562.0, 10501.0, 10605.0, 10566.0, 10567.0, 10557.0, 10631.0, 10606.0, 10606.0, 10565.0, 10603.0, 10616.0, 10585.0, 10550.0, 10615.0, 10599.0, 10573.0, 10553.0, 10643.0, 10587.0, 10571.0, 10529.0, 10594.0, 10568.0, 10567.0, 10586.0, 10591.0, 10567.0, 10544.0, 10629.0, 10600.0, 10592.0, 10554.0, 10617.0, 10586.0, 10576.0, 10618.0, 10638.0, 10597.0, 10576.0, 10624.0, 10628.0, 10618.0, 10644.0, 10659.0, 10631.0, 10592.0, 10643.0, 10616.0, 10624.0, 10686.0, 10640.0, 10599.0, 10611.0, 10594.0, 10576.0, 10552.0, 10649.0, 10612.0, 10613.0, 10571.0, 10650.0, 10594.0, 10593.0, 10617.0, 10642.0, 10607.0, 10568.0, 10573.0, 10631.0, 10586.0, 10572.0, 10628.0, 10645.0, 10611.0, 10565.0, 10564.0, 10585.0, 10565.0, 10540.0, 10552.0, 10628.0, 10583.0, 10556.0, 10575.0, 10616.0, 10602.0, 10573.0, 10559.0, 10546.0, 10615.0, 10630.0, 10590.0, 10581.0, 10564.0, 10614.0, 10600.0, 10589.0, 10574.0, 10593.0, 10637.0, 10588.0, 10565.0, 10560.0, 10618.0, 10605.0, 10564.0, 10649.0, 10590.0, 10556.0, 10546.0, 10631.0, 10592.0, 10580.0, 10558.0, 10621.0, 10578.0, 10583.0, 10640.0, 10643.0, 10617.0, 10590.0, 10597.0, 10623.0, 10614.0, 10598.0, 10632.0, 10645.0, 10596.0, 10572.0, 10621.0, 10642.0, 10611.0, 10574.0, 10607.0, 10608.0, 10593.0, 10582.0, 10647.0, 10641.0, 10611.0, 10585.0, 10577.0, 10654.0, 10591.0, 10577.0, 10603.0, 10639.0, 10607.0, 10575.0, 10601.0, 10599.0, 10571.0, 10583.0, 10634.0, 10575.0, 10531.0, 10601.0, 10578.0, 10567.0, 10541.0, 10569.0, 10525.0, 10531.0, 10586.0, 10563.0, 10550.0, 10538.0, 10543.0, 10632.0, 10588.0, 10574.0, 10547.0, 10653.0, 10622.0, 10588.0, 10551.0, 10595.0, 10589.0, 10584.0, 10565.0, 10636.0, 10607.0, 10592.0, 10551.0, 10604.0, 10590.0, 10587.0, 10568.0, 10654.0, 10604.0, 10578.0, 10579.0, 10656.0, 10609.0, 10596.0, 10570.0, 10622.0, 10577.0, 10578.0, 10550.0, 10625.0, 10649.0, 10621.0, 10585.0, 10581.0, 10655.0, 10626.0, 10597.0, 10598.0, 10614.0, 10686.0, 10657.0, 10622.0, 10561.0, 10630.0, 10637.0, 10598.0, 10545.0, 10642.0, 10608.0, 10609.0, 10604.0, 10641.0, 10613.0, 10611.0, 10552.0, 10538.0, 10554.0, 10557.0, 10543.0, 10569.0, 10580.0, 10610.0, 10586.0, 10549.0, 10619.0, 10601.0, 10589.0, 10542.0, 10623.0, 10594.0, 10575.0, 10530.0, 10601.0, 10552.0, 10530.0, 10482.0, 10566.0, 10520.0, 10513.0, 10456.0, 10447.0, 10490.0, 10465.0, 10480.0, 10447.0, 10515.0, 10519.0, 10494.0, 10485.0, 10486.0, 10516.0, 10544.0, 10515.0, 10522.0, 10513.0, 10587.0, 10556.0, 10527.0, 10522.0, 10545.0, 10593.0, 10583.0, 10571.0, 10599.0, 10647.0, 10589.0, 10581.0, 10568.0, 10605.0, 10606.0, 10609.0, 10585.0, 10655.0, 10623.0, 10593.0, 10577.0, 10582.0, 10605.0, 10558.0, 10544.0, 10606.0, 10633.0, 10606.0, 10580.0, 10551.0, 10622.0, 10648.0, 10619.0, 10605.0, 10567.0, 10660.0, 10582.0, 10574.0, 10544.0, 10629.0, 10590.0, 10586.0, 10552.0, 10615.0, 10568.0, 10555.0, 10525.0, 10615.0, 10587.0, 10576.0, 10567.0, 10605.0, 10575.0, 10562.0, 10552.0, 10634.0, 10611.0, 10596.0, 10573.0, 10642.0, 10598.0, 10582.0, 10621.0, 10641.0, 10625.0, 10572.0, 10653.0, 10578.0, 10575.0, 10592.0, 10623.0, 10602.0, 10571.0, 10572.0, 10610.0, 10594.0, 10565.0, 10610.0, 10622.0, 10595.0, 10569.0, 10636.0, 10622.0, 10602.0, 10574.0, 10651.0, 10609.0, 10599.0, 10611.0, 10659.0, 10611.0, 10582.0, 10552.0, 10635.0, 10591.0, 10577.0, 10566.0, 10638.0, 10603.0, 10568.0, 10581.0, 10607.0, 10596.0, 10563.0, 10639.0, 10628.0, 10614.0, 10577.0, 10588.0, 10609.0, 10591.0, 10577.0, 10579.0, 10654.0, 10610.0, 10596.0, 10576.0, 10623.0, 10594.0, 10610.0, 10570.0, 10598.0, 10626.0, 10600.0, 10613.0, 10574.0, 10619.0, 10605.0, 10582.0, 10581.0, 10581.0, 10638.0, 10629.0, 10601.0, 10592.0, 10576.0, 10635.0, 10610.0, 10609.0, 10572.0, 10638.0, 10591.0, 10579.0, 10564.0, 10622.0, 10641.0, 10605.0, 10581.0, 10551.0, 10630.0, 10585.0, 10589.0, 10547.0, 10616.0, 10590.0, 10574.0, 10550.0, 10607.0, 10619.0, 10576.0, 10562.0, 10564.0, 10640.0, 10625.0, 10577.0, 10565.0, 10607.0, 10563.0, 10561.0, 10549.0, 10618.0, 10591.0, 10591.0, 10594.0, 10655.0, 10582.0, 10583.0, 10582.0, 10618.0, 10591.0, 10568.0, 10631.0, 10618.0, 10592.0, 10566.0, 10647.0, 10609.0, 10606.0, 10565.0, 10549.0, 10604.0, 10592.0, 10594.0, 10622.0, 10636.0, 10592.0, 10563.0, 10603.0, 10586.0, 10570.0, 10560.0, 10635.0, 10604.0, 10577.0, 10553.0, 10621.0, 10595.0, 10594.0, 10587.0, 10654.0, 10613.0, 10583.0, 10568.0, 10659.0, 10615.0, 10595.0, 10570.0, 10636.0, 10593.0, 10566.0, 10647.0, 10634.0, 10593.0, 10553.0, 10602.0, 10593.0, 10594.0, 10564.0, 10636.0, 10573.0, 10577.0, 10563.0, 10640.0, 10607.0, 10602.0, 10557.0, 10592.0, 10638.0, 10610.0, 10579.0, 10641.0, 10631.0, 10623.0, 10592.0, 10589.0, 10656.0, 10612.0, 10595.0, 10571.0, 10623.0, 10604.0, 10596.0, 10586.0, 10637.0, 10591.0, 10553.0, 10634.0, 10627.0, 10645.0, 10584.0, 10613.0, 10580.0, 10569.0, 10555.0, 10641.0, 10614.0, 10614.0, 10640.0, 10625.0, 10596.0, 10567.0, 10636.0, 10604.0, 10547.0, 10648.0, 10599.0, 10559.0, 10597.0, 10601.0, 10583.0, 10548.0, 10600.0, 10552.0, 10554.0, 10539.0, 10596.0, 10572.0, 10533.0, 10615.0, 10586.0, 10588.0, 10550.0, 10590.0, 10588.0, 10589.0, 10562.0, 10646.0, 10590.0, 10570.0, 10543.0, 10639.0, 10594.0, 10579.0, 10620.0, 10592.0, 10590.0, 10592.0, 10628.0, 10597.0, 10602.0, 10661.0, 10633.0, 10625.0, 10578.0, 10538.0, 10577.0, 10547.0, 10509.0, 10591.0, 10592.0, 10556.0, 10627.0, 10562.0, 10538.0, 10589.0, 10593.0, 10593.0, 10515.0, 10553.0, 10551.0, 10520.0, 10517.0, 10554.0, 10559.0, 10524.0, 10487.0, 10528.0, 10535.0, 10590.0, 10594.0, 10581.0, 10490.0, 10462.0, 10462.0, 10477.0, 10508.0, 10526.0, 10512.0, 10500.0, 10501.0, 10524.0, 10565.0, 10571.0, 10541.0, 10527.0, 10513.0, 10544.0, 10576.0, 10560.0, 10547.0, 10565.0, 10607.0, 10567.0, 10567.0, 10531.0, 10557.0, 10565.0, 10549.0, 10522.0, 10567.0, 10587.0, 10570.0, 10525.0, 10540.0, 10601.0, 10569.0, 10538.0, 10538.0, 10607.0, 10562.0, 10563.0, 10520.0, 10579.0, 10577.0, 10550.0, 10504.0, 10584.0, 10558.0, 10574.0, 10523.0, 10573.0, 10540.0, 10502.0, 10557.0, 10557.0, 10547.0, 10533.0, 10621.0, 10568.0, 10553.0, 10544.0, 10621.0, 10591.0, 10589.0, 10582.0, 10618.0, 10588.0, 10574.0, 10577.0, 10637.0, 10608.0, 10593.0, 10563.0, 10649.0, 10588.0, 10574.0, 10577.0, 10619.0, 10591.0, 10578.0, 10591.0, 10606.0, 10576.0, 10561.0, 10585.0, 10626.0, 10594.0, 10570.0, 10621.0, 10609.0, 10577.0, 10551.0, 10617.0, 10570.0, 10542.0, 10581.0, 10564.0, 10552.0, 10526.0, 10593.0, 10553.0, 10539.0, 10581.0, 10550.0, 10537.0, 10521.0, 10605.0, 10568.0, 10572.0, 10559.0, 10649.0, 10588.0, 10578.0, 10576.0, 10638.0, 10598.0, 10612.0, 10563.0, 10636.0, 10627.0, 10597.0, 10587.0, 10632.0, 10639.0, 10594.0, 10563.0, 10567.0, 10635.0, 10591.0, 10579.0, 10664.0, 10618.0, 10590.0, 10563.0, 10599.0, 10566.0, 10526.0, 10613.0, 10571.0, 10553.0, 10601.0, 10595.0, 10588.0, 10573.0, 10604.0, 10610.0, 10608.0, 10616.0, 10628.0, 10618.0, 10668.0, 10658.0, 10573.0, 10517.0, 10500.0, 10510.0, 10501.0, 10585.0, 10548.0, 10533.0, 10522.0, 10556.0, 10581.0, 10547.0, 10532.0, 10612.0, 10594.0, 10561.0, 10556.0, 10511.0, 10580.0, 10590.0, 10549.0, 10512.0, 10553.0, 10546.0, 10511.0, 10484.0, 10437.0, 10525.0, 10466.0, 10467.0, 10431.0, 10515.0, 10473.0, 10473.0, 10448.0, 10514.0, 10506.0, 10471.0, 10513.0, 10528.0, 10559.0, 10518.0, 10536.0, 10541.0, 10535.0, 10563.0, 10534.0, 10502.0, 10503.0, 10476.0, 10562.0, 10536.0, 10535.0, 10509.0, 10577.0, 10533.0, 10509.0, 10491.0, 10559.0, 10546.0, 10548.0, 10535.0, 10603.0, 10541.0, 10557.0, 10502.0, 10545.0, 10515.0, 10498.0, 10472.0, 10571.0, 10495.0, 10530.0, 10528.0, 10548.0, 10552.0, 10537.0, 10521.0, 10520.0, 10577.0, 10534.0, 10517.0, 10504.0, 10560.0, 10576.0, 10542.0, 10512.0, 10534.0, 10559.0, 10499.0, 10486.0, 10511.0, 10542.0, 10515.0, 10489.0, 10579.0, 10536.0, 10511.0, 10542.0, 10551.0, 10538.0, 10529.0, 10605.0, 10557.0, 10532.0, 10517.0, 10561.0, 10549.0, 10535.0, 10594.0, 10581.0, 10569.0, 10555.0, 10641.0, 10593.0, 10569.0, 10597.0, 10611.0, 10566.0, 10544.0, 10569.0, 10596.0, 10569.0, 10559.0, 10598.0, 10602.0, 10583.0, 10572.0, 10600.0, 10600.0, 10573.0, 10562.0, 10544.0, 10615.0, 10587.0, 10577.0, 10563.0, 10648.0, 10607.0, 10590.0, 10540.0, 10601.0, 10598.0, 10583.0, 10586.0, 10601.0, 10659.0, 10594.0, 10569.0, 10537.0, 10577.0, 10578.0, 10549.0, 10537.0, 10535.0, 10608.0, 10565.0, 10552.0, 10527.0, 10571.0, 10612.0, 10582.0, 10587.0, 10560.0, 10563.0, 10616.0, 10587.0, 10575.0, 10559.0, 10633.0, 10603.0, 10585.0, 10546.0, 10557.0, 10601.0, 10587.0, 10574.0, 10558.0, 10617.0, 10600.0, 10587.0, 10572.0, 10561.0, 10629.0, 10601.0, 10589.0, 10564.0, 10619.0, 10585.0, 10577.0, 10563.0, 10585.0, 10586.0, 10571.0, 10547.0, 10632.0, 10602.0, 10590.0, 10548.0, 10630.0, 10590.0, 10577.0, 10561.0, 10632.0, 10609.0, 10619.0, 10576.0, 10662.0, 10589.0, 10524.0, 10526.0, 10615.0, 10575.0, 10555.0, 10596.0, 10688.0, 10619.0, 10542.0, 10610.0, 10570.0, 10566.0, 10555.0, 10611.0, 10551.0, 10581.0, 10590.0, 10664.0, 10639.0, 10589.0, 10590.0, 10643.0, 10603.0, 10609.0, 10567.0, 10604.0, 10659.0, 10635.0, 10649.0, 10633.0, 10692.0, 10629.0, 10595.0, 10569.0, 10579.0, 10636.0, 10624.0, 10607.0, 10586.0, 10648.0, 10606.0, 10576.0, 10590.0, 10636.0, 10598.0, 10571.0, 10556.0, 10627.0, 10597.0, 10585.0, 10564.0, 10631.0, 10585.0, 10571.0, 10540.0, 10628.0, 10613.0, 10600.0, 10586.0, 10645.0, 10605.0, 10593.0, 10582.0, 10665.0, 10603.0, 10591.0, 10592.0, 10634.0, 10605.0, 10562.0, 10647.0, 10603.0, 10590.0, 10548.0, 10615.0, 10597.0, 10583.0, 10586.0, 10613.0, 10582.0, 10556.0, 10549.0, 10593.0, 10601.0, 10568.0, 10552.0, 10604.0, 10560.0, 10547.0, 10519.0, 10588.0, 10571.0, 10537.0, 10517.0, 10584.0, 10572.0, 10560.0, 10536.0, 10620.0, 10576.0, 10549.0, 10538.0, 10576.0, 10560.0, 10551.0, 10542.0, 10600.0, 10615.0, 10604.0, 10590.0, 10587.0, 10640.0, 10607.0, 10594.0, 10580.0, 10653.0, 10627.0, 10627.0, 10600.0, 10668.0, 10606.0, 10592.0, 10569.0, 10607.0, 10624.0, 10611.0, 10578.0, 10637.0, 10634.0, 10610.0, 10643.0, 10683.0, 10656.0, 10541.0, 10574.0, 10592.0, 10543.0, 10499.0, 10571.0, 10529.0, 10538.0, 10544.0, 10615.0, 10560.0, 10571.0, 10562.0, 10589.0, 10556.0, 10538.0, 10510.0, 10505.0, 10576.0, 10562.0, 10545.0, 10528.0, 10482.0, 10514.0, 10509.0, 10480.0, 10498.0, 10500.0, 10519.0, 10498.0, 10475.0, 10449.0, 10532.0, 10513.0, 10476.0, 10480.0, 10523.0, 10529.0, 10514.0, 10503.0, 10509.0, 10554.0, 10535.0, 10523.0, 10509.0, 10516.0, 10605.0, 10591.0, 10564.0, 10550.0, 10538.0, 10569.0, 10649.0, 10587.0, 10584.0, 10557.0, 10524.0, 10593.0, 10565.0, 10535.0, 10540.0, 10607.0, 10581.0, 10565.0, 10523.0, 10591.0, 10559.0, 10540.0, 10498.0, 10571.0, 10559.0, 10563.0, 10552.0, 10611.0, 10598.0, 10556.0, 10554.0, 10526.0, 10595.0, 10568.0, 10570.0, 10555.0, 10629.0, 10578.0, 10585.0, 10560.0, 10633.0, 10585.0, 10571.0, 10541.0, 10583.0, 10583.0, 10570.0, 10542.0, 10584.0, 10598.0, 10566.0, 10558.0, 10543.0, 10604.0, 10541.0, 10564.0, 10534.0, 10608.0, 10565.0, 10592.0, 10556.0, 10533.0, 10583.0, 10555.0, 10541.0, 10526.0, 10611.0, 10582.0, 10556.0, 10539.0, 10615.0, 10576.0, 10576.0, 10616.0, 10571.0, 10557.0, 10529.0, 10599.0, 10571.0, 10559.0, 10612.0, 10585.0, 10570.0, 10542.0, 10613.0, 10570.0, 10555.0, 10544.0, 10618.0, 10589.0, 10576.0, 10551.0, 10617.0, 10591.0, 10594.0, 10585.0, 10643.0, 10624.0, 10599.0, 10581.0, 10552.0, 10609.0, 10590.0, 10595.0, 10583.0, 10613.0, 10658.0, 10633.0, 10612.0, 10585.0, 10599.0, 10665.0, 10635.0, 10658.0, 10610.0, 10575.0, 10645.0, 10669.0, 10615.0, 10583.0, 10580.0, 10635.0, 10616.0, 10567.0, 10571.0, 10555.0, 10624.0, 10581.0, 10552.0, 10541.0, 10557.0, 10596.0, 10584.0, 10597.0, 10617.0, 10629.0, 10584.0, 10549.0, 10538.0, 10543.0, 10621.0, 10608.0, 10610.0, 10634.0, 10602.0, 10618.0, 10612.0, 10602.0, 10534.0, 10507.0, 10531.0, 10528.0, 10609.0, 10565.0, 10562.0, 10535.0, 10622.0, 10561.0, 10545.0, 10515.0, 10560.0, 10569.0, 10557.0, 10570.0, 10564.0, 10577.0, 10528.0, 10482.0, 10449.0, 10472.0, 10513.0, 10480.0, 10454.0, 10445.0, 10472.0, 10521.0, 10530.0, 10495.0, 10483.0, 10551.0, 10523.0, 10513.0, 10484.0, 10463.0, 10557.0, 10536.0, 10519.0, 10511.0, 10514.0, 10558.0, 10577.0, 10562.0, 10548.0, 10538.0, 10554.0, 10581.0, 10566.0, 10556.0, 10607.0, 10596.0, 10601.0, 10570.0, 10642.0, 10581.0, 10554.0, 10523.0, 10590.0, 10562.0, 10562.0, 10540.0, 10607.0, 10567.0, 10545.0, 10594.0, 10584.0, 10567.0, 10537.0, 10605.0, 10563.0, 10534.0, 10565.0, 10580.0, 10562.0, 10537.0, 10551.0, 10619.0, 10543.0, 10533.0, 10531.0, 10604.0, 10561.0, 10533.0, 10549.0, 10589.0, 10566.0, 10545.0, 10606.0, 10568.0, 10572.0, 10555.0, 10594.0, 10570.0, 10570.0, 10559.0, 10631.0, 10590.0, 10565.0, 10651.0, 10622.0, 10611.0, 10586.0, 10621.0, 10590.0, 10564.0, 10608.0, 10643.0, 10635.0, 10603.0, 10671.0, 10613.0, 10598.0, 10569.0, 10622.0, 10589.0, 10580.0, 10592.0, 10606.0, 10608.0, 10566.0, 10638.0, 10597.0, 10576.0, 10546.0, 10625.0, 10568.0, 10552.0, 10593.0, 10608.0, 10569.0, 10529.0, 10617.0, 10583.0, 10573.0, 10534.0, 10570.0, 10551.0, 10555.0, 10566.0, 10599.0, 10587.0, 10565.0, 10633.0, 10619.0, 10607.0, 10566.0, 10653.0, 10611.0, 10611.0, 10573.0, 10653.0, 10609.0, 10584.0, 10634.0, 10624.0, 10609.0, 10570.0, 10633.0, 10588.0, 10550.0, 10630.0, 10603.0, 10588.0, 10563.0, 10616.0, 10606.0, 10563.0, 10667.0, 10596.0, 10582.0, 10568.0, 10622.0, 10595.0, 10567.0, 10652.0, 10619.0, 10568.0, 10650.0, 10591.0, 10566.0, 10649.0, 10615.0, 10559.0, 10602.0, 10587.0, 10572.0, 10591.0, 10566.0, 10604.0, 10586.0, 10588.0, 10585.0, 10572.0, 10572.0, 10547.0, 10598.0, 10589.0, 10571.0, 10653.0, 10630.0, 10618.0, 10591.0, 10658.0, 10631.0, 10619.0, 10662.0, 10661.0, 10619.0, 10576.0, 10672.0, 10646.0, 10631.0, 10593.0, 10687.0, 10625.0, 10595.0, 10594.0, 10686.0, 10635.0, 10580.0, 10603.0, 10627.0, 10588.0, 10524.0, 10615.0, 10588.0, 10571.0, 10559.0, 10636.0, 10587.0, 10563.0, 10546.0, 10613.0, 10572.0, 10591.0, 10582.0, 10621.0, 10574.0, 10561.0, 10606.0, 10620.0, 10595.0, 10568.0, 10637.0, 10597.0, 10599.0, 10570.0, 10605.0, 10596.0, 10583.0, 10639.0, 10629.0, 10611.0, 10574.0, 10552.0, 10640.0, 10609.0, 10599.0, 10568.0, 10627.0, 10656.0, 10609.0, 10626.0, 10597.0, 10669.0, 10618.0, 10588.0, 10558.0, 10660.0, 10612.0, 10596.0, 10544.0, 10605.0, 10563.0, 10550.0, 10571.0, 10623.0, 10570.0, 10553.0, 10525.0, 10582.0, 10572.0, 10561.0, 10606.0, 10639.0, 10605.0, 10568.0, 10607.0, 10607.0, 10591.0, 10566.0, 10638.0, 10627.0, 10600.0, 10645.0, 10663.0, 10630.0, 10589.0, 10673.0, 10640.0, 10540.0, 10511.0, 10525.0, 10534.0, 10587.0, 10603.0, 10585.0, 10544.0, 10616.0, 10587.0, 10541.0, 10620.0, 10562.0, 10563.0, 10589.0, 10593.0, 10558.0, 10525.0, 10590.0, 10546.0, 10512.0, 10468.0, 10552.0, 10502.0, 10470.0, 10530.0, 10497.0, 10472.0, 10461.0, 10522.0, 10503.0, 10493.0, 10472.0, 10555.0, 10525.0, 10506.0, 10549.0, 10554.0, 10557.0, 10536.0, 10559.0, 10545.0, 10548.0, 10522.0, 10561.0, 10598.0, 10597.0, 10546.0, 10580.0, 10649.0, 10604.0, 10592.0, 10567.0, 10665.0, 10623.0, 10604.0, 10569.0, 10637.0, 10607.0, 10548.0, 10633.0, 10601.0, 10549.0, 10613.0, 10603.0, 10557.0, 10597.0, 10571.0, 10542.0, 10631.0, 10605.0, 10582.0, 10570.0, 10609.0, 10596.0, 10574.0, 10659.0, 10636.0, 10654.0, 10641.0, 10686.0, 10656.0, 10636.0, 10699.0, 10664.0, 10625.0, 10663.0, 10679.0, 10649.0, 10616.0, 10696.0, 10658.0, 10601.0, 10683.0, 10658.0, 10634.0, 10582.0, 10682.0, 10617.0, 10592.0, 10605.0, 10684.0, 10617.0, 10594.0, 10560.0, 10632.0, 10604.0, 10592.0, 10583.0, 10637.0, 10601.0, 10581.0, 10617.0, 10634.0, 10591.0, 10584.0, 10591.0, 10620.0, 10605.0, 10594.0, 10583.0, 10670.0, 10640.0, 10630.0, 10594.0, 10638.0, 10640.0, 10630.0, 10595.0, 10666.0, 10627.0, 10614.0, 10584.0, 10619.0, 10613.0, 10619.0, 10649.0, 10642.0, 10614.0, 10589.0, 10572.0, 10642.0, 10631.0, 10634.0, 10617.0, 10646.0, 10662.0, 10634.0, 10618.0, 10587.0, 10640.0, 10671.0, 10639.0, 10649.0, 10581.0, 10622.0, 10682.0, 10619.0, 10616.0, 10584.0, 10647.0, 10629.0, 10581.0, 10569.0, 10543.0, 10621.0, 10595.0, 10599.0, 10561.0, 10546.0, 10600.0, 10583.0, 10573.0, 10546.0, 10604.0, 10646.0, 10590.0, 10592.0, 10566.0, 10649.0, 10623.0, 10606.0, 10585.0, 10567.0, 10632.0, 10601.0, 10593.0, 10566.0, 10632.0, 10617.0, 10590.0, 10588.0, 10592.0, 10650.0, 10619.0, 10609.0, 10568.0, 10571.0, 10639.0, 10629.0, 10650.0, 10630.0, 10662.0, 10633.0, 10632.0, 10645.0, 10528.0, 10521.0, 10510.0, 10504.0, 10563.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.0007439374325782093</td></tr>
<tr><td colspan=3>aqi</td><td>0.0272720261596548</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.892466127830545</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2216411372908766</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0064805171559645</td></tr>
<tr><td colspan=3>efc</td><td>0.5125</td></tr>
<tr><td colspan=3>fber</td><td>4717.0171</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10744419544484951</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>158</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.522114347357066</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3063339474811784</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.162399584808013</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5757280294989493</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.180874228136573</td></tr>
<tr><td colspan=3>gcor</td><td>0.0188218</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021780019626021385</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038080889731645584</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1854</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.264350428564452</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.6825</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.9083</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>235.693</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288922.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1104.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>436.5583</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.088</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.6579</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4010.3412</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87622.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1756.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5262.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>971.303</td></tr>
<tr><td colspan=3>tsnr</td><td>35.34508046600968</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>