<?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-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-02/func/sub-0033_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>72e6019c242cc8f22b9c3be5cf6ebb9f</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:27:12.792500</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_VE11C_LATEST_20160120</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.99791, 0.0346793, 0.054522, -0.0324066, 0.998591, -0.0420295]</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.103146</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>[4148, -7739, -7261, 421, -67, -98, 30, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>289.689</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2ed8731b-24ce-42b2-b6ef-b7b31a8b34dd||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6773200035095215, -0.0869445949792862, 0.15093722939491272, 113.2334976196289], [-0.09304202347993851, 2.6791458129882812, -0.1084718182682991, -86.77571105957031], [0.14627844095230103, 0.112761951982975, 2.6935946941375732, -97.6307601928711], [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': ['122712.792500', '122713.252500', '122713.712500', '122714.172500', '122714.632500', '122715.092500', '122715.552500', '122716.012500', '122716.472500', '122716.932500', '122717.392500', '122717.852500', '122718.312500', '122718.772500', '122719.232500', '122719.692500', '122720.152500', '122720.612500', '122721.072500', '122721.532500', '122721.992500', '122722.452500', '122722.912500', '122723.372500', '122723.832500', '122724.292500', '122724.752500', '122725.212500', '122725.672500', '122726.132500', '122726.592500', '122727.052500', '122727.512500', '122727.972500', '122728.432500', '122728.892500', '122729.352500', '122729.812500', '122730.272500', '122730.732500', '122731.192500', '122731.652500', '122732.112500', '122732.572500', '122733.032500', '122733.492500', '122733.952500', '122734.412500', '122734.872500', '122735.332500', '122735.792500', '122736.252500', '122736.712500', '122737.172500', '122737.632500', '122738.092500', '122738.552500', '122739.012500', '122739.472500', '122739.932500', '122740.392500', '122740.852500', '122741.312500', '122741.772500', '122742.232500', '122742.692500', '122743.152500', '122743.612500', '122744.072500', '122744.532500', '122744.992500', '122745.452500', '122745.912500', '122746.372500', '122746.832500', '122747.292500', '122747.752500', '122748.212500', '122748.672500', '122749.132500', '122749.592500', '122750.052500', '122750.512500', '122750.972500', '122751.432500', '122751.892500', '122752.352500', '122752.812500', '122753.272500', '122753.732500', '122754.192500', '122754.652500', '122755.112500', '122755.572500', '122756.032500', '122756.492500', '122756.952500', '122757.412500', '122757.872500', '122758.332500', '122758.792500', '122759.252500', '122759.712500', '122800.172500', '122800.632500', '122801.092500', '122801.552500', '122802.012500', '122802.472500', '122802.932500', '122803.392500', '122803.852500', '122804.312500', '122804.772500', '122805.232500', '122805.692500', '122806.152500', '122806.612500', '122807.072500', '122807.532500', '122807.992500', '122808.452500', '122808.912500', '122809.372500', '122809.832500', '122810.292500', '122810.752500', '122811.212500', '122811.672500', '122812.132500', '122812.592500', '122813.052500', '122813.512500', '122813.972500', '122814.432500', '122814.892500', '122815.352500', '122815.812500', '122816.272500', '122816.732500', '122817.192500', '122817.652500', '122818.112500', '122818.572500', '122819.032500', '122819.492500', '122819.952500', '122820.412500', '122820.872500', '122821.332500', '122821.792500', '122822.252500', '122822.712500', '122823.172500', '122823.632500', '122824.092500', '122824.552500', '122825.012500', '122825.472500', '122825.932500', '122826.392500', '122826.852500', '122827.312500', '122827.772500', '122828.232500', '122828.692500', '122829.152500', '122829.612500', '122830.072500', '122830.532500', '122830.992500', '122831.452500', '122831.912500', '122832.372500', '122832.832500', '122833.292500', '122833.752500', '122834.212500', '122834.672500', '122835.132500', '122835.592500', '122836.052500', '122836.512500', '122836.972500', '122837.432500', '122837.892500', '122838.352500', '122838.812500', '122839.272500', '122839.732500', '122840.192500', '122840.652500', '122841.112500', '122841.572500', '122842.032500', '122842.492500', '122842.952500', '122843.412500', '122843.872500', '122844.332500', '122844.792500', '122845.252500', '122845.712500', '122846.172500', '122846.632500', '122847.092500', '122847.552500', '122848.012500', '122848.472500', '122848.932500', '122849.392500', '122849.852500', '122850.312500', '122850.772500', '122851.232500', '122851.692500', '122852.152500', '122852.612500', '122853.072500', '122853.532500', '122853.992500', '122854.452500', '122854.912500', '122855.372500', '122855.832500', '122856.292500', '122856.752500', '122857.212500', '122857.672500', '122858.132500', '122858.592500', '122859.052500', '122859.512500', '122859.972500', '122900.432500', '122900.892500', '122901.352500', '122901.812500', '122902.272500', '122902.732500', '122903.192500', '122903.652500', '122904.112500', '122904.572500', '122905.032500', '122905.492500', '122905.952500', '122906.412500', '122906.872500', '122907.332500', '122907.792500', '122908.252500', '122908.712500', '122909.172500', '122909.632500', '122910.092500', '122910.552500', '122911.012500', '122911.472500', '122911.932500', '122912.392500', '122912.852500', '122913.312500', '122913.772500', '122914.232500', '122914.692500', '122915.152500', '122915.612500', '122916.072500', '122916.532500', '122916.992500', '122917.452500', '122917.912500', '122918.372500', '122918.832500', '122919.292500', '122919.752500', '122920.212500', '122920.672500', '122921.132500', '122921.592500', '122922.052500', '122922.512500', '122922.972500', '122923.432500', '122923.892500', '122924.352500', '122924.812500', '122925.272500', '122925.732500', '122926.192500', '122926.652500', '122927.112500', '122927.572500', '122928.032500', '122928.492500', '122928.952500', '122929.412500', '122929.872500', '122930.332500', '122930.792500', '122931.252500', '122931.712500', '122932.172500', '122932.632500', '122933.092500', '122933.552500', '122934.012500', '122934.472500', '122934.932500', '122935.392500', '122935.852500', '122936.312500', '122936.772500', '122937.232500', '122937.692500', '122938.152500', '122938.612500', '122939.072500', '122939.532500', '122939.992500', '122940.452500', '122940.912500', '122941.372500', '122941.832500', '122942.292500', '122942.752500', '122943.212500', '122943.672500', '122944.132500', '122944.592500', '122945.052500', '122945.512500', '122945.972500', '122946.432500', '122946.892500', '122947.352500', '122947.812500', '122948.272500', '122948.732500', '122949.192500', '122949.652500', '122950.112500', '122950.572500', '122951.032500', '122951.492500', '122951.952500', '122952.412500', '122952.872500', '122953.332500', '122953.792500', '122954.252500', '122954.712500', '122955.172500', '122955.632500', '122956.092500', '122956.552500', '122957.012500', '122957.472500', '122957.932500', '122958.392500', '122958.852500', '122959.312500', '122959.772500', '123000.232500', '123000.692500', '123001.152500', '123001.612500', '123002.072500', '123002.532500', '123002.992500', '123003.452500', '123003.912500', '123004.372500', '123004.832500', '123005.292500', '123005.752500', '123006.212500', '123006.672500', '123007.132500', '123007.592500', '123008.052500', '123008.512500', '123008.972500', '123009.432500', '123009.892500', '123010.352500', '123010.812500', '123011.272500', '123011.732500', '123012.192500', '123012.652500', '123013.112500', '123013.572500', '123014.032500', '123014.492500', '123014.952500', '123015.412500', '123015.872500', '123016.332500', '123016.792500', '123017.252500', '123017.712500', '123018.172500', '123018.632500', '123019.092500', '123019.552500', '123020.012500', '123020.472500', '123020.932500', '123021.392500', '123021.852500', '123022.312500', '123022.772500', '123023.232500', '123023.692500', '123024.152500', '123024.612500', '123025.072500', '123025.532500', '123025.992500', '123026.452500', '123026.912500', '123027.372500', '123027.832500', '123028.292500', '123028.752500', '123029.212500', '123029.672500', '123030.132500', '123030.592500', '123031.052500', '123031.512500', '123031.972500', '123032.432500', '123032.892500', '123033.352500', '123033.812500', '123034.272500', '123034.732500', '123035.192500', '123035.652500', '123036.112500', '123036.572500', '123037.032500', '123037.492500', '123037.952500', '123038.412500', '123038.872500', '123039.332500', '123039.792500', '123040.252500', '123040.712500', '123041.172500', '123041.632500', '123042.092500', '123042.552500', '123043.012500', '123043.472500', '123043.932500', '123044.392500', '123044.852500', '123045.312500', '123045.772500', '123046.232500', '123046.692500', '123047.152500', '123047.612500', '123048.072500', '123048.532500', '123048.992500', '123049.452500', '123049.912500', '123050.372500', '123050.832500', '123051.292500', '123051.752500', '123052.212500', '123052.672500', '123053.132500', '123053.592500', '123054.052500', '123054.512500', '123054.972500', '123055.432500', '123055.892500', '123056.352500', '123056.812500', '123057.272500', '123057.732500', '123058.192500', '123058.652500', '123059.112500', '123059.572500', '123100.032500', '123100.492500', '123100.952500', '123101.412500', '123101.872500', '123102.332500', '123102.792500', '123103.252500', '123103.712500', '123104.172500', '123104.632500', '123105.092500', '123105.552500', '123106.012500', '123106.472500', '123106.932500', '123107.392500', '123107.852500', '123108.312500', '123108.772500', '123109.232500', '123109.692500', '123110.152500', '123110.612500', '123111.072500', '123111.532500', '123111.992500', '123112.452500', '123112.912500', '123113.372500', '123113.832500', '123114.292500', '123114.752500', '123115.212500', '123115.672500', '123116.132500', '123116.592500', '123117.052500', '123117.512500', '123117.972500', '123118.432500', '123118.892500', '123119.352500', '123119.812500', '123120.272500', '123120.732500', '123121.192500', '123121.652500', '123122.112500', '123122.572500', '123123.032500', '123123.492500', '123123.952500', '123124.412500', '123124.872500', '123125.332500', '123125.792500', '123126.252500', '123126.712500', '123127.172500', '123127.632500', '123128.092500', '123128.552500', '123129.012500', '123129.472500', '123129.932500', '123130.392500', '123130.852500', '123131.312500', '123131.772500', '123132.232500', '123132.692500', '123133.152500', '123133.612500', '123134.072500', '123134.532500', '123134.992500', '123135.452500', '123135.912500', '123136.372500', '123136.832500', '123137.292500', '123137.752500', '123138.212500', '123138.672500', '123139.132500', '123139.592500', '123140.052500', '123140.512500', '123140.972500', '123141.432500', '123141.892500', '123142.352500', '123142.812500', '123143.272500', '123143.732500', '123144.192500', '123144.652500', '123145.112500', '123145.572500', '123146.032500', '123146.492500', '123146.952500', '123147.412500', '123147.872500', '123148.332500', '123148.792500', '123149.252500', '123149.712500', '123150.172500', '123150.632500', '123151.092500', '123151.552500', '123152.012500', '123152.472500', '123152.932500', '123153.392500', '123153.852500', '123154.312500', '123154.772500', '123155.232500', '123155.692500', '123156.152500', '123156.612500', '123157.072500', '123157.532500', '123157.992500', '123158.452500', '123158.912500', '123159.372500', '123159.832500', '123200.292500', '123200.752500', '123201.212500', '123201.672500', '123202.132500', '123202.592500', '123203.052500', '123203.512500', '123203.972500', '123204.432500', '123204.892500', '123205.352500', '123205.812500', '123206.272500', '123206.732500', '123207.192500', '123207.652500', '123208.112500', '123208.572500', '123209.032500', '123209.492500', '123209.952500', '123210.412500', '123210.872500', '123211.332500', '123211.792500', '123212.252500', '123212.712500', '123213.172500', '123213.632500', '123214.092500', '123214.552500', '123215.012500', '123215.472500', '123215.932500', '123216.392500', '123216.852500', '123217.312500', '123217.772500', '123218.232500', '123218.692500', '123219.152500', '123219.612500', '123220.072500', '123220.532500', '123220.992500', '123221.452500', '123221.912500', '123222.372500', '123222.832500', '123223.292500', '123223.752500', '123224.212500', '123224.672500', '123225.132500', '123225.592500', '123226.052500', '123226.512500', '123226.972500', '123227.432500', '123227.892500', '123228.352500', '123228.812500', '123229.272500', '123229.732500', '123230.192500', '123230.652500', '123231.112500', '123231.572500', '123232.032500', '123232.492500', '123232.952500', '123233.412500', '123233.872500', '123234.332500', '123234.792500', '123235.252500', '123235.712500', '123236.172500', '123236.632500', '123237.092500', '123237.552500', '123238.012500', '123238.472500', '123238.932500', '123239.392500', '123239.852500', '123240.312500', '123240.772500', '123241.232500', '123241.692500', '123242.152500', '123242.612500', '123243.072500', '123243.532500', '123243.992500', '123244.452500', '123244.912500', '123245.372500', '123245.832500', '123246.292500', '123246.752500', '123247.212500', '123247.672500', '123248.132500', '123248.592500', '123249.052500', '123249.512500', '123249.972500', '123250.432500', '123250.892500', '123251.352500', '123251.812500', '123252.272500', '123252.732500', '123253.192500', '123253.652500', '123254.112500', '123254.572500', '123255.032500', '123255.492500', '123255.952500', '123256.412500', '123256.872500', '123257.332500', '123257.792500', '123258.252500', '123258.712500', '123259.172500', '123259.632500', '123300.092500', '123300.552500', '123301.012500', '123301.472500', '123301.932500', '123302.392500', '123302.852500', '123303.312500', '123303.772500', '123304.232500', '123304.692500', '123305.152500', '123305.612500', '123306.072500', '123306.532500', '123306.992500', '123307.452500', '123307.912500', '123308.372500', '123308.832500', '123309.292500', '123309.752500', '123310.212500', '123310.672500', '123311.132500', '123311.592500', '123312.052500', '123312.512500', '123312.972500', '123313.432500', '123313.892500', '123314.352500', '123314.812500', '123315.272500', '123315.732500', '123316.192500', '123316.652500', '123317.112500', '123317.572500', '123318.032500', '123318.492500', '123318.952500', '123319.412500', '123319.872500', '123320.332500', '123320.792500', '123321.252500', '123321.712500', '123322.172500', '123322.632500', '123323.092500', '123323.552500', '123324.012500', '123324.472500', '123324.932500', '123325.392500', '123325.852500', '123326.312500', '123326.772500', '123327.232500', '123327.692500', '123328.152500', '123328.612500', '123329.072500', '123329.532500', '123329.992500', '123330.452500', '123330.912500', '123331.372500', '123331.832500', '123332.292500', '123332.752500', '123333.212500', '123333.672500', '123334.132500', '123334.592500', '123335.052500', '123335.512500', '123335.972500', '123336.432500', '123336.892500', '123337.352500', '123337.812500', '123338.272500', '123338.732500', '123339.192500', '123339.652500', '123340.112500', '123340.572500', '123341.032500', '123341.492500', '123341.952500', '123342.412500', '123342.872500', '123343.332500', '123343.792500', '123344.252500', '123344.712500', '123345.172500', '123345.632500', '123346.092500', '123346.552500', '123347.012500', '123347.472500', '123347.932500', '123348.392500', '123348.852500', '123349.312500', '123349.772500', '123350.232500', '123350.692500', '123351.152500', '123351.612500', '123352.072500', '123352.532500', '123352.992500', '123353.452500', '123353.912500', '123354.372500', '123354.832500', '123355.292500', '123355.752500', '123356.212500', '123356.672500', '123357.132500', '123357.592500', '123358.052500', '123358.512500', '123358.972500', '123359.432500', '123359.892500', '123400.352500', '123400.812500', '123401.272500', '123401.732500', '123402.192500', '123402.652500', '123403.112500', '123403.572500', '123404.032500', '123404.492500', '123404.952500', '123405.412500', '123405.872500', '123406.332500', '123406.792500', '123407.252500', '123407.712500', '123408.172500', '123408.632500', '123409.092500', '123409.552500', '123410.012500', '123410.472500', '123410.932500', '123411.392500', '123411.852500', '123412.312500', '123412.772500', '123413.232500', '123413.692500', '123414.152500', '123414.612500', '123415.072500', '123415.532500', '123415.992500', '123416.452500', '123416.912500', '123417.372500', '123417.832500', '123418.292500', '123418.752500', '123419.212500', '123419.672500', '123420.132500', '123420.592500', '123421.052500', '123421.512500', '123421.972500', '123422.432500', '123422.892500', '123423.352500', '123423.812500', '123424.272500', '123424.732500', '123425.192500', '123425.652500', '123426.112500', '123426.572500', '123427.032500', '123427.492500', '123427.952500', '123428.412500', '123428.872500', '123429.332500', '123429.792500', '123430.252500', '123430.712500', '123431.172500', '123431.632500', '123432.092500', '123432.552500', '123433.012500', '123433.472500', '123433.932500', '123434.392500', '123434.852500', '123435.312500', '123435.772500', '123436.232500', '123436.692500', '123437.152500', '123437.612500', '123438.072500', '123438.532500', '123438.992500', '123439.452500', '123439.912500', '123440.372500', '123440.832500', '123441.292500', '123441.752500', '123442.212500', '123442.672500', '123443.132500', '123443.592500', '123444.052500', '123444.512500', '123444.972500', '123445.432500', '123445.892500', '123446.352500', '123446.812500', '123447.272500', '123447.732500', '123448.192500', '123448.652500', '123449.112500', '123449.572500', '123450.032500', '123450.492500', '123450.952500', '123451.412500', '123451.872500', '123452.332500', '123452.792500', '123453.252500', '123453.712500', '123454.172500', '123454.632500', '123455.092500', '123455.552500', '123456.012500', '123456.472500', '123456.932500', '123457.392500', '123457.852500', '123458.312500', '123458.772500', '123459.232500', '123459.692500', '123500.152500', '123500.612500', '123501.072500', '123501.532500', '123501.992500', '123502.452500', '123502.912500', '123503.372500', '123503.832500', '123504.292500', '123504.752500', '123505.212500', '123505.672500', '123506.132500', '123506.592500', '123507.052500', '123507.512500', '123507.972500', '123508.432500', '123508.892500', '123509.352500', '123509.812500', '123510.272500', '123510.732500', '123511.192500', '123511.652500', '123512.112500', '123512.572500', '123513.032500', '123513.492500', '123513.952500', '123514.412500', '123514.872500', '123515.332500', '123515.792500', '123516.252500', '123516.712500', '123517.172500', '123517.632500', '123518.092500', '123518.552500', '123519.012500', '123519.472500', '123519.932500', '123520.392500', '123520.852500', '123521.312500', '123521.772500', '123522.232500', '123522.692500', '123523.152500', '123523.612500', '123524.072500', '123524.532500', '123524.992500', '123525.452500', '123525.912500', '123526.372500', '123526.832500', '123527.292500', '123527.752500', '123528.212500', '123528.672500', '123529.132500', '123529.592500', '123530.052500', '123530.512500', '123530.972500', '123531.432500', '123531.892500', '123532.352500', '123532.812500', '123533.272500', '123533.732500', '123534.192500', '123534.652500', '123535.112500', '123535.572500', '123536.032500', '123536.492500', '123536.952500', '123537.412500', '123537.872500', '123538.332500', '123538.792500', '123539.252500', '123539.712500', '123540.172500', '123540.632500', '123541.092500', '123541.552500', '123542.012500', '123542.472500', '123542.932500', '123543.392500', '123543.852500', '123544.312500', '123544.772500', '123545.232500', '123545.692500', '123546.152500', '123546.612500', '123547.072500', '123547.532500', '123547.992500', '123548.452500', '123548.912500', '123549.372500', '123549.832500', '123550.292500', '123550.752500', '123551.212500', '123551.672500', '123552.132500', '123552.592500', '123553.052500', '123553.512500', '123553.972500', '123554.432500', '123554.892500', '123555.352500', '123555.812500', '123556.272500', '123556.732500', '123557.192500', '123557.652500', '123558.112500', '123558.572500', '123559.032500', '123559.492500', '123559.952500', '123600.412500', '123600.872500', '123601.332500', '123601.792500', '123602.252500', '123602.712500', '123603.172500', '123603.632500', '123604.092500', '123604.552500', '123605.012500', '123605.472500', '123605.932500', '123606.392500', '123606.852500', '123607.312500', '123607.772500', '123608.232500', '123608.692500', '123609.152500', '123609.612500', '123610.072500', '123610.532500', '123610.992500', '123611.452500', '123611.912500', '123612.372500', '123612.832500', '123613.292500', '123613.752500', '123614.212500', '123614.672500', '123615.132500', '123615.592500', '123616.052500', '123616.512500', '123616.972500', '123617.432500', '123617.892500', '123618.352500', '123618.812500', '123619.272500', '123619.732500', '123620.192500', '123620.652500', '123621.112500', '123621.572500', '123622.032500', '123622.492500', '123622.952500', '123623.412500', '123623.872500', '123624.332500', '123624.792500', '123625.252500', '123625.712500', '123626.172500', '123626.632500', '123627.092500', '123627.552500', '123628.012500', '123628.472500', '123628.932500', '123629.392500', '123629.852500', '123630.312500', '123630.772500', '123631.232500', '123631.692500', '123632.152500', '123632.612500', '123633.072500', '123633.532500', '123633.992500', '123634.452500', '123634.912500', '123635.372500', '123635.832500', '123636.292500', '123636.752500', '123637.212500', '123637.672500', '123638.132500', '123638.592500', '123639.052500', '123639.512500', '123639.972500', '123640.432500', '123640.892500', '123641.352500', '123641.812500', '123642.272500', '123642.732500', '123643.192500', '123643.652500', '123644.112500', '123644.572500', '123645.032500', '123645.492500', '123645.952500', '123646.412500', '123646.872500', '123647.332500', '123647.792500', '123648.252500', '123648.712500', '123649.172500', '123649.632500', '123650.092500', '123650.552500', '123651.012500', '123651.472500', '123651.932500', '123652.392500', '123652.852500', '123653.312500', '123653.772500', '123654.232500', '123654.692500', '123655.152500', '123655.612500', '123656.072500', '123656.532500', '123656.992500', '123657.452500', '123657.912500', '123658.372500', '123658.832500', '123659.292500', '123659.752500', '123700.212500', '123700.672500', '123701.132500', '123701.592500', '123702.052500', '123702.512500', '123702.972500', '123703.432500', '123703.892500', '123704.352500', '123704.812500', '123705.272500', '123705.732500', '123706.192500', '123706.652500', '123707.112500', '123707.572500', '123708.032500', '123708.492500', '123708.952500', '123709.412500', '123709.872500', '123710.332500', '123710.792500', '123711.252500', '123711.712500', '123712.172500', '123712.632500', '123713.092500', '123713.552500', '123714.012500', '123714.472500', '123714.932500', '123715.392500', '123715.852500', '123716.312500', '123716.772500', '123717.232500', '123717.692500', '123718.152500', '123718.612500', '123719.072500', '123719.532500', '123719.992500', '123720.452500', '123720.912500', '123721.372500', '123721.832500', '123722.292500', '123722.752500', '123723.212500', '123723.672500', '123724.132500', '123724.592500', '123725.052500', '123725.512500', '123725.972500', '123726.432500', '123726.892500', '123727.352500', '123727.812500', '123728.272500', '123728.732500', '123729.192500', '123729.652500', '123730.112500', '123730.572500', '123731.032500', '123731.492500', '123731.952500', '123732.412500', '123732.872500', '123733.332500', '123733.792500', '123734.252500', '123734.712500', '123735.172500', '123735.632500', '123736.092500', '123736.552500', '123737.012500', '123737.472500', '123737.932500', '123738.392500', '123738.852500', '123739.312500', '123739.772500', '123740.232500', '123740.692500', '123741.152500', '123741.612500', '123742.072500', '123742.532500', '123742.992500', '123743.452500', '123743.912500', '123744.372500', '123744.832500', '123745.292500', '123745.752500', '123746.212500', '123746.672500', '123747.132500', '123747.592500', '123748.052500', '123748.512500', '123748.972500', '123749.432500', '123749.892500', '123750.352500', '123750.812500', '123751.272500', '123751.732500', '123752.192500', '123752.652500', '123753.112500', '123753.572500', '123754.032500', '123754.492500', '123754.952500', '123755.412500', '123755.872500', '123756.332500', '123756.792500', '123757.252500', '123757.712500', '123758.172500', '123758.632500', '123759.092500', '123759.552500', '123800.012500', '123800.472500', '123800.932500', '123801.392500', '123801.852500', '123802.312500', '123802.772500', '123803.232500', '123803.692500', '123804.152500', '123804.612500', '123805.072500', '123805.532500', '123805.992500', '123806.452500', '123806.912500', '123807.372500', '123807.832500', '123808.292500', '123808.752500', '123809.212500', '123809.672500', '123810.132500', '123810.592500', '123811.052500', '123811.512500', '123811.972500', '123812.432500', '123812.892500', '123813.352500', '123813.812500', '123814.272500', '123814.732500', '123815.192500', '123815.652500', '123816.112500', '123816.572500', '123817.032500', '123817.492500', '123817.952500', '123818.412500', '123818.872500', '123819.332500', '123819.792500', '123820.252500', '123820.712500', '123821.172500', '123821.632500', '123822.092500', '123822.552500', '123823.012500', '123823.472500', '123823.932500', '123824.392500', '123824.852500', '123825.312500', '123825.772500', '123826.232500', '123826.692500', '123827.152500', '123827.612500', '123828.072500', '123828.532500', '123828.992500', '123829.452500', '123829.912500', '123830.372500', '123830.832500', '123831.292500', '123831.752500', '123832.212500', '123832.672500', '123833.132500', '123833.592500', '123834.052500', '123834.512500', '123834.972500', '123835.432500', '123835.892500', '123836.352500', '123836.812500', '123837.272500', '123837.732500', '123838.192500', '123838.652500', '123839.112500', '123839.572500', '123840.032500', '123840.492500', '123840.952500', '123841.412500', '123841.872500', '123842.332500', '123842.792500', '123843.252500', '123843.712500', '123844.172500', '123844.632500', '123845.092500', '123845.552500', '123846.012500', '123846.472500', '123846.932500', '123847.392500', '123847.852500', '123848.312500', '123848.772500', '123849.232500', '123849.692500', '123850.152500', '123850.612500', '123851.072500', '123851.532500', '123851.992500', '123852.452500', '123852.912500', '123853.372500', '123853.832500', '123854.292500', '123854.752500', '123855.212500', '123855.672500', '123856.132500', '123856.592500', '123857.052500', '123857.512500', '123857.972500', '123858.432500', '123858.892500', '123859.352500', '123859.812500', '123900.272500', '123900.732500', '123901.192500', '123901.652500', '123902.112500', '123902.572500', '123903.032500', '123903.492500', '123903.952500', '123904.412500', '123904.872500', '123905.332500', '123905.792500', '123906.252500', '123906.712500', '123907.172500', '123907.632500', '123908.092500', '123908.552500', '123909.012500', '123909.472500', '123909.932500', '123910.392500', '123910.852500', '123911.312500', '123911.772500', '123912.232500', '123912.692500', '123913.152500', '123913.612500', '123914.072500', '123914.532500', '123914.992500', '123915.452500', '123915.912500', '123916.372500', '123916.832500', '123917.292500', '123917.752500', '123918.212500', '123918.672500', '123919.132500', '123919.592500', '123920.052500', '123920.512500', '123920.972500', '123921.432500', '123921.892500', '123922.352500', '123922.812500', '123923.272500', '123923.732500', '123924.192500', '123924.652500', '123925.112500', '123925.572500', '123926.032500', '123926.492500', '123926.952500', '123927.412500', '123927.872500', '123928.332500', '123928.792500', '123929.252500', '123929.712500', '123930.172500', '123930.632500', '123931.092500', '123931.552500', '123932.012500', '123932.472500', '123932.932500', '123933.392500', '123933.852500', '123934.312500', '123934.772500', '123935.232500', '123935.692500', '123936.152500', '123936.612500', '123937.072500', '123937.532500', '123937.992500', '123938.452500', '123938.912500', '123939.372500', '123939.832500', '123940.292500', '123940.752500', '123941.212500', '123941.672500', '123942.132500', '123942.592500', '123943.052500', '123943.512500', '123943.972500', '123944.432500', '123944.892500', '123945.352500', '123945.812500', '123946.272500', '123946.732500', '123947.192500', '123947.652500', '123948.112500', '123948.572500', '123949.032500', '123949.492500', '123949.952500', '123950.412500', '123950.872500', '123951.332500', '123951.792500', '123952.252500', '123952.712500', '123953.172500', '123953.632500', '123954.092500', '123954.552500', '123955.012500', '123955.472500', '123955.932500', '123956.392500', '123956.852500', '123957.312500', '123957.772500', '123958.232500', '123958.692500', '123959.152500', '123959.612500', '124000.072500', '124000.532500', '124000.992500', '124001.452500', '124001.912500', '124002.372500', '124002.832500', '124003.292500', '124003.752500', '124004.212500', '124004.672500', '124005.132500', '124005.592500', '124006.052500', '124006.512500', '124006.972500', '124007.432500', '124007.892500', '124008.352500', '124008.812500', '124009.272500', '124009.732500', '124010.192500', '124010.652500', '124011.112500', '124011.572500', '124012.032500', '124012.492500', '124012.952500', '124013.412500', '124013.872500', '124014.332500', '124014.792500', '124015.252500', '124015.712500', '124016.172500', '124016.632500', '124017.092500', '124017.552500', '124018.012500', '124018.472500', '124018.932500', '124019.392500', '124019.852500', '124020.312500', '124020.772500', '124021.232500', '124021.692500', '124022.152500', '124022.612500', '124023.072500', '124023.532500', '124023.992500', '124024.452500', '124024.912500', '124025.372500', '124025.832500', '124026.292500', '124026.752500', '124027.212500', '124027.672500', '124028.132500', '124028.592500', '124029.052500', '124029.512500', '124029.972500', '124030.432500', '124030.892500', '124031.352500', '124031.812500', '124032.272500', '124032.732500', '124033.192500', '124033.652500', '124034.112500', '124034.572500', '124035.032500', '124035.492500', '124035.952500', '124036.412500', '124036.872500', '124037.332500', '124037.792500', '124038.252500', '124038.712500', '124039.172500', '124039.632500', '124040.092500', '124040.552500', '124041.012500', '124041.472500', '124041.932500', '124042.392500', '124042.852500', '124043.312500', '124043.772500', '124044.232500', '124044.692500', '124045.152500', '124045.612500', '124046.072500', '124046.532500', '124046.992500', '124047.452500', '124047.912500', '124048.372500', '124048.832500', '124049.292500', '124049.752500', '124050.212500', '124050.672500', '124051.132500', '124051.592500', '124052.052500', '124052.512500', '124052.972500', '124053.432500', '124053.892500', '124054.352500', '124054.812500', '124055.272500', '124055.732500', '124056.192500', '124056.652500', '124057.112500', '124057.572500', '124058.032500', '124058.492500', '124058.952500', '124059.412500', '124059.872500', '124100.332500', '124100.792500', '124101.252500', '124101.712500', '124102.172500', '124102.632500', '124103.092500', '124103.552500', '124104.012500', '124104.472500', '124104.932500', '124105.392500', '124105.852500', '124106.312500', '124106.772500', '124107.232500', '124107.692500', '124108.152500', '124108.612500', '124109.072500', '124109.532500', '124109.992500', '124110.452500', '124110.912500', '124111.372500', '124111.832500', '124112.292500', '124112.752500', '124113.212500', '124113.672500', '124114.132500', '124114.592500', '124115.052500', '124115.512500', '124115.972500', '124116.432500', '124116.892500', '124117.352500', '124117.812500', '124118.272500', '124118.732500', '124119.192500', '124119.652500', '124120.112500', '124120.572500', '124121.032500', '124121.492500', '124121.952500', '124122.412500', '124122.872500', '124123.332500', '124123.792500', '124124.252500', '124124.712500', '124125.172500', '124125.632500', '124126.092500', '124126.552500', '124127.012500', '124127.472500'], 'ContentTime': ['122741.291000', '122741.295000', '122741.298000', '122741.301000', '122741.304000', '122741.307000', '122741.309000', '122741.312000', '122741.315000', '122741.318000', '122741.321000', '122741.332000', '122741.335000', '122741.338000', '122741.341000', '122741.344000', '122741.347000', '122741.350000', '122741.353000', '122741.357000', '122741.360000', '122741.378000', '122741.381000', '122741.383000', '122741.386000', '122741.389000', '122741.392000', '122741.395000', '122741.398000', '122741.401000', '122741.404000', '122741.407000', '122741.410000', '122741.413000', '122741.415000', '122741.420000', '122741.423000', '122741.426000', '122741.428000', '122741.431000', '122741.434000', '122741.437000', '122741.440000', '122741.443000', '122741.446000', '122741.449000', '122741.452000', '122741.454000', '122741.457000', '122741.460000', '122741.463000', '122741.466000', '122741.469000', '122741.472000', '122741.475000', '122741.478000', '122741.481000', '122741.484000', '122741.487000', '122741.489000', '122801.256000', '122801.259000', '122801.262000', '122801.265000', '122801.268000', '122801.271000', '122801.274000', '122801.276000', '122801.279000', '122801.282000', '122801.285000', '122801.288000', '122801.291000', '122801.294000', '122801.297000', '122801.300000', '122801.303000', '122801.306000', '122801.309000', '122801.311000', '122801.314000', '122801.317000', '122801.320000', '122801.323000', '122801.326000', '122801.329000', '122801.332000', '122801.335000', '122801.338000', '122801.341000', '122801.344000', '122801.347000', '122801.349000', '122801.352000', '122801.355000', '122801.358000', '122801.361000', '122801.364000', '122801.367000', '122801.370000', '122801.373000', '122801.375000', '122801.379000', '122801.381000', '122821.256000', '122821.259000', '122821.262000', '122821.265000', '122821.268000', '122821.271000', '122821.274000', '122821.276000', '122821.280000', '122821.282000', '122821.285000', '122821.288000', '122821.291000', '122821.294000', '122821.297000', '122821.300000', '122821.303000', '122821.306000', '122821.309000', '122821.312000', '122821.315000', '122821.318000', '122821.320000', '122821.323000', '122821.326000', '122821.329000', '122821.332000', '122821.335000', '122821.338000', '122821.341000', '122821.344000', '122821.347000', '122821.350000', '122821.353000', '122821.357000', '122821.361000', '122821.364000', '122821.367000', '122821.370000', '122821.373000', '122821.376000', '122821.379000', '122821.382000', '122841.256000', '122841.259000', '122841.262000', '122841.265000', '122841.268000', '122841.271000', '122841.274000', '122841.277000', '122841.280000', '122841.283000', '122841.285000', '122841.288000', '122841.291000', '122841.294000', '122841.297000', '122841.300000', '122841.303000', '122841.306000', '122841.309000', '122841.312000', '122841.315000', '122841.318000', '122841.321000', '122841.324000', '122841.327000', '122841.330000', '122841.333000', '122841.335000', '122841.338000', '122841.341000', '122841.344000', '122841.347000', '122841.350000', '122841.353000', '122841.356000', '122841.359000', '122841.379000', '122841.382000', '122841.385000', '122841.388000', '122841.390000', '122841.393000', '122841.396000', '122841.399000', '122901.257000', '122901.260000', '122901.263000', '122901.266000', '122901.269000', '122901.272000', '122901.275000', '122901.278000', '122901.281000', '122901.284000', '122901.286000', '122901.289000', '122901.292000', '122901.295000', '122901.298000', '122901.301000', '122901.304000', '122901.307000', '122901.310000', '122901.314000', '122901.317000', '122901.320000', '122901.323000', '122901.326000', '122901.329000', '122901.332000', '122901.335000', '122901.338000', '122901.341000', '122901.344000', '122901.347000', '122901.350000', '122901.353000', '122901.356000', '122901.358000', '122901.361000', '122901.364000', '122901.367000', '122901.370000', '122901.373000', '122901.376000', '122901.379000', '122901.382000', '122921.257000', '122921.260000', '122921.263000', '122921.266000', '122921.269000', '122921.272000', '122921.275000', '122921.277000', '122921.282000', '122921.285000', '122921.287000', '122921.290000', '122921.293000', '122921.296000', '122921.299000', '122921.302000', '122921.305000', '122921.308000', '122921.311000', '122921.314000', '122921.317000', '122921.320000', '122921.323000', '122921.326000', '122921.329000', '122921.331000', '122921.334000', '122921.337000', '122921.340000', '122921.343000', '122921.346000', '122921.349000', '122921.352000', '122921.355000', '122921.358000', '122921.361000', '122921.364000', '122921.367000', '122921.369000', '122921.372000', '122921.375000', '122921.378000', '122921.381000', '122921.384000', '122941.257000', '122941.260000', '122941.267000', '122941.270000', '122941.273000', '122941.276000', '122941.279000', '122941.282000', '122941.284000', '122941.287000', '122941.290000', '122941.293000', '122941.296000', '122941.299000', '122941.302000', '122941.305000', '122941.308000', '122941.311000', '122941.314000', '122941.317000', '122941.320000', '122941.322000', '122941.326000', '122941.328000', '122941.331000', '122941.334000', '122941.337000', '122941.340000', '122941.343000', '122941.346000', '122941.349000', '122941.352000', '122941.355000', '122941.358000', '122941.361000', '122941.364000', '122941.367000', '122941.370000', '122941.373000', '122941.376000', '122941.379000', '122941.381000', '122941.384000', '123001.256000', '123001.320000', '123001.323000', '123001.326000', '123001.329000', '123001.332000', '123001.335000', '123001.338000', '123001.340000', '123001.350000', '123001.353000', '123001.356000', '123001.359000', '123001.362000', '123001.365000', '123001.368000', '123001.371000', '123001.374000', '123001.376000', '123001.380000', '123001.382000', '123001.385000', '123001.388000', '123001.391000', '123001.394000', '123001.397000', '123001.400000', '123001.403000', '123001.406000', '123001.409000', '123001.412000', '123001.415000', '123001.418000', '123001.421000', '123001.424000', '123001.427000', '123001.429000', '123001.432000', '123001.455000', '123001.458000', '123001.461000', '123001.463000', '123001.466000', '123021.256000', '123021.259000', '123021.262000', '123021.265000', '123021.268000', '123021.271000', '123021.274000', '123021.277000', '123021.280000', '123021.283000', '123021.286000', '123021.289000', '123021.292000', '123021.295000', '123021.298000', '123021.301000', '123021.304000', '123021.306000', '123021.324000', '123021.327000', '123021.329000', '123021.332000', '123021.335000', '123021.338000', '123021.341000', '123021.344000', '123021.347000', '123021.350000', '123021.354000', '123021.357000', '123021.361000', '123021.364000', '123021.367000', '123021.369000', '123021.373000', '123021.375000', '123021.378000', '123021.381000', '123021.384000', '123021.387000', '123021.390000', '123021.393000', '123021.396000', '123021.399000', '123041.256000', '123041.259000', '123041.272000', '123041.275000', '123041.278000', '123041.281000', '123041.284000', '123041.287000', '123041.289000', '123041.292000', '123041.295000', '123041.298000', '123041.301000', '123041.304000', '123041.307000', '123041.310000', '123041.313000', '123041.316000', '123041.320000', '123041.323000', '123041.325000', '123041.328000', '123041.331000', '123041.334000', '123041.337000', '123041.340000', '123041.343000', '123041.346000', '123041.349000', '123041.352000', '123041.355000', '123041.358000', '123041.361000', '123041.363000', '123041.367000', '123041.369000', '123041.372000', '123041.375000', '123041.386000', '123041.389000', '123041.392000', '123041.395000', '123041.398000', '123041.401000', '123101.256000', '123101.259000', '123101.262000', '123101.265000', '123101.268000', '123101.271000', '123101.274000', '123101.277000', '123101.280000', '123101.283000', '123101.286000', '123101.289000', '123101.292000', '123101.294000', '123101.297000', '123101.300000', '123101.303000', '123101.306000', '123101.309000', '123101.312000', '123101.315000', '123101.318000', '123101.321000', '123101.324000', '123101.327000', '123101.330000', '123101.332000', '123101.335000', '123101.338000', '123101.341000', '123101.344000', '123101.347000', '123101.350000', '123101.353000', '123101.356000', '123101.359000', '123101.362000', '123101.365000', '123101.368000', '123101.371000', '123101.374000', '123101.376000', '123101.379000', '123121.257000', '123121.260000', '123121.263000', '123121.266000', '123121.269000', '123121.272000', '123121.275000', '123121.278000', '123121.281000', '123121.284000', '123121.287000', '123121.290000', '123121.292000', '123121.295000', '123121.298000', '123121.301000', '123121.304000', '123121.307000', '123121.310000', '123121.313000', '123121.316000', '123121.319000', '123121.322000', '123121.325000', '123121.328000', '123121.331000', '123121.334000', '123121.336000', '123121.339000', '123121.343000', '123121.345000', '123121.348000', '123121.351000', '123121.354000', '123121.357000', '123121.360000', '123121.363000', '123121.366000', '123121.369000', '123121.371000', '123121.374000', '123121.377000', '123121.380000', '123121.383000', '123141.257000', '123141.260000', '123141.263000', '123141.266000', '123141.269000', '123141.272000', '123141.275000', '123141.278000', '123141.281000', '123141.284000', '123141.293000', '123141.296000', '123141.299000', '123141.302000', '123141.305000', '123141.308000', '123141.311000', '123141.314000', '123141.317000', '123141.320000', '123141.323000', '123141.325000', '123141.328000', '123141.331000', '123141.334000', '123141.337000', '123141.340000', '123141.343000', '123141.346000', '123141.349000', '123141.352000', '123141.355000', '123141.358000', '123141.361000', '123141.364000', '123141.367000', '123141.370000', '123141.372000', '123141.375000', '123141.378000', '123141.381000', '123141.384000', '123141.387000', '123201.257000', '123201.260000', '123201.263000', '123201.266000', '123201.269000', '123201.281000', '123201.284000', '123201.287000', '123201.290000', '123201.293000', '123201.295000', '123201.298000', '123201.302000', '123201.305000', '123201.307000', '123201.310000', '123201.313000', '123201.316000', '123201.319000', '123201.322000', '123201.325000', '123201.328000', '123201.331000', '123201.334000', '123201.337000', '123201.340000', '123201.343000', '123201.346000', '123201.349000', '123201.352000', '123201.355000', '123201.358000', '123201.361000', '123201.364000', '123201.366000', '123201.369000', '123201.372000', '123201.375000', '123201.378000', '123201.381000', '123201.384000', '123201.387000', '123201.390000', '123201.393000', '123221.256000', '123221.259000', '123221.262000', '123221.265000', '123221.268000', '123221.271000', '123221.274000', '123221.277000', '123221.280000', '123221.283000', '123221.286000', '123221.289000', '123221.292000', '123221.294000', '123221.297000', '123221.300000', '123221.303000', '123221.306000', '123221.309000', '123221.312000', '123221.315000', '123221.318000', '123221.321000', '123221.324000', '123221.327000', '123221.330000', '123221.333000', '123221.336000', '123221.339000', '123221.342000', '123221.345000', '123221.347000', '123221.350000', '123221.353000', '123221.356000', '123221.359000', '123221.362000', '123221.365000', '123221.369000', '123221.372000', '123221.375000', '123221.377000', '123221.381000', '123241.256000', '123241.260000', '123241.264000', '123241.267000', '123241.270000', '123241.273000', '123241.276000', '123241.279000', '123241.282000', '123241.285000', '123241.288000', '123241.291000', '123241.294000', '123241.297000', '123241.300000', '123241.303000', '123241.306000', '123241.309000', '123241.311000', '123241.314000', '123241.317000', '123241.320000', '123241.323000', '123241.326000', '123241.336000', '123241.339000', '123241.342000', '123241.345000', '123241.348000', '123241.353000', '123241.356000', '123241.359000', '123241.362000', '123241.365000', '123241.368000', '123241.371000', '123241.374000', '123241.376000', '123241.379000', '123241.382000', '123241.385000', '123241.388000', '123241.391000', '123301.256000', '123301.259000', '123301.262000', '123301.265000', '123301.273000', '123301.276000', '123301.279000', '123301.282000', '123301.284000', '123301.287000', '123301.290000', '123301.293000', '123301.296000', '123301.299000', '123301.302000', '123301.305000', '123301.308000', '123301.311000', '123301.314000', '123301.317000', '123301.320000', '123301.323000', '123301.326000', '123301.328000', '123301.331000', '123301.334000', '123301.337000', '123301.340000', '123301.343000', '123301.346000', '123301.349000', '123301.352000', '123301.356000', '123301.359000', '123301.362000', '123301.365000', '123301.368000', '123301.370000', '123301.374000', '123301.376000', '123301.379000', '123301.382000', '123301.385000', '123301.388000', '123321.256000', '123321.259000', '123321.262000', '123321.265000', '123321.268000', '123321.271000', '123321.276000', '123321.280000', '123321.283000', '123321.286000', '123321.301000', '123321.304000', '123321.307000', '123321.310000', '123321.313000', '123321.316000', '123321.319000', '123321.322000', '123321.325000', '123321.328000', '123321.331000', '123321.334000', '123321.337000', '123321.339000', '123321.342000', '123321.345000', '123321.348000', '123321.351000', '123321.354000', '123321.357000', '123321.360000', '123321.363000', '123321.366000', '123321.369000', '123321.372000', '123321.375000', '123321.378000', '123321.380000', '123321.383000', '123321.386000', '123321.389000', '123321.392000', '123321.395000', '123341.257000', '123341.260000', '123341.263000', '123341.266000', '123341.269000', '123341.277000', '123341.280000', '123341.283000', '123341.285000', '123341.289000', '123341.292000', '123341.294000', '123341.297000', '123341.300000', '123341.303000', '123341.306000', '123341.309000', '123341.312000', '123341.315000', '123341.318000', '123341.321000', '123341.324000', '123341.327000', '123341.334000', '123341.337000', '123341.340000', '123341.343000', '123341.346000', '123341.349000', '123341.352000', '123341.355000', '123341.358000', '123341.361000', '123341.364000', '123341.367000', '123341.370000', '123341.373000', '123341.376000', '123341.379000', '123341.382000', '123341.384000', '123341.387000', '123341.390000', '123341.393000', '123401.257000', '123401.275000', '123401.278000', '123401.281000', '123401.284000', '123401.287000', '123401.290000', '123401.293000', '123401.296000', '123401.299000', '123401.302000', '123401.306000', '123401.308000', '123401.332000', '123401.335000', '123401.337000', '123401.340000', '123401.343000', '123401.346000', '123401.349000', '123401.352000', '123401.355000', '123401.358000', '123401.361000', '123401.364000', '123401.367000', '123401.370000', '123401.373000', '123401.376000', '123401.379000', '123401.382000', '123401.388000', '123401.391000', '123401.394000', '123401.397000', '123401.400000', '123401.403000', '123401.406000', '123401.409000', '123401.411000', '123401.414000', '123401.417000', '123401.420000', '123421.257000', '123421.260000', '123421.263000', '123421.266000', '123421.269000', '123421.272000', '123421.275000', '123421.278000', '123421.288000', '123421.290000', '123421.293000', '123421.296000', '123421.299000', '123421.302000', '123421.305000', '123421.308000', '123421.311000', '123421.314000', '123421.317000', '123421.320000', '123421.323000', '123421.326000', '123421.328000', '123421.331000', '123421.334000', '123421.337000', '123421.340000', '123421.343000', '123421.346000', '123421.349000', '123421.352000', '123421.355000', '123421.358000', '123421.361000', '123421.364000', '123421.366000', '123421.370000', '123421.373000', '123421.375000', '123421.378000', '123421.381000', '123421.384000', '123421.387000', '123421.390000', '123441.256000', '123441.259000', '123441.263000', '123441.265000', '123441.268000', '123441.271000', '123441.274000', '123441.277000', '123441.280000', '123441.283000', '123441.286000', '123441.289000', '123441.292000', '123441.295000', '123441.298000', '123441.301000', '123441.304000', '123441.307000', '123441.310000', '123441.313000', '123441.325000', '123441.342000', '123441.345000', '123441.348000', '123441.351000', '123441.354000', '123441.357000', '123441.360000', '123441.363000', '123441.366000', '123441.369000', '123441.371000', '123441.374000', '123441.377000', '123441.380000', '123441.383000', '123441.386000', '123441.389000', '123441.392000', '123441.395000', '123441.398000', '123441.401000', '123441.404000', '123501.256000', '123501.259000', '123501.262000', '123501.265000', '123501.268000', '123501.271000', '123501.274000', '123501.277000', '123501.280000', '123501.283000', '123501.286000', '123501.289000', '123501.292000', '123501.295000', '123501.297000', '123501.300000', '123501.303000', '123501.306000', '123501.309000', '123501.312000', '123501.315000', '123501.318000', '123501.321000', '123501.324000', '123501.327000', '123501.330000', '123501.333000', '123501.336000', '123501.339000', '123501.342000', '123501.344000', '123501.347000', '123501.350000', '123501.353000', '123501.356000', '123501.359000', '123501.362000', '123501.365000', '123501.368000', '123501.371000', '123501.374000', '123501.377000', '123501.380000', '123501.383000', '123521.256000', '123521.259000', '123521.262000', '123521.267000', '123521.270000', '123521.273000', '123521.276000', '123521.279000', '123521.282000', '123521.285000', '123521.288000', '123521.291000', '123521.293000', '123521.296000', '123521.299000', '123521.302000', '123521.305000', '123521.308000', '123521.311000', '123521.314000', '123521.317000', '123521.320000', '123521.323000', '123521.326000', '123521.330000', '123521.333000', '123521.336000', '123521.339000', '123521.342000', '123521.344000', '123521.347000', '123521.350000', '123521.353000', '123521.356000', '123521.359000', '123521.362000', '123521.365000', '123521.368000', '123521.371000', '123521.374000', '123521.386000', '123521.389000', '123521.392000', '123541.256000', '123541.259000', '123541.262000', '123541.265000', '123541.268000', '123541.272000', '123541.275000', '123541.278000', '123541.281000', '123541.284000', '123541.287000', '123541.290000', '123541.292000', '123541.295000', '123541.298000', '123541.301000', '123541.304000', '123541.307000', '123541.310000', '123541.313000', '123541.316000', '123541.319000', '123541.322000', '123541.325000', '123541.328000', '123541.331000', '123541.334000', '123541.337000', '123541.339000', '123541.342000', '123541.345000', '123541.348000', '123541.351000', '123541.354000', '123541.357000', '123541.360000', '123541.363000', '123541.366000', '123541.369000', '123541.372000', '123541.375000', '123541.378000', '123541.381000', '123541.384000', '123601.257000', '123601.260000', '123601.263000', '123601.266000', '123601.269000', '123601.272000', '123601.275000', '123601.278000', '123601.281000', '123601.284000', '123601.287000', '123601.290000', '123601.293000', '123601.296000', '123601.300000', '123601.302000', '123601.305000', '123601.322000', '123601.325000', '123601.328000', '123601.331000', '123601.334000', '123601.337000', '123601.340000', '123601.343000', '123601.346000', '123601.349000', '123601.352000', '123601.355000', '123601.358000', '123601.361000', '123601.364000', '123601.367000', '123601.370000', '123601.373000', '123601.376000', '123601.379000', '123601.382000', '123601.385000', '123601.388000', '123601.390000', '123601.393000', '123601.396000', '123621.257000', '123621.260000', '123621.263000', '123621.266000', '123621.269000', '123621.272000', '123621.275000', '123621.278000', '123621.281000', '123621.294000', '123621.297000', '123621.300000', '123621.303000', '123621.306000', '123621.309000', '123621.312000', '123621.315000', '123621.318000', '123621.321000', '123621.324000', '123621.327000', '123621.330000', '123621.333000', '123621.336000', '123621.339000', '123621.342000', '123621.344000', '123621.347000', '123621.350000', '123621.353000', '123621.356000', '123621.359000', '123621.362000', '123621.365000', '123621.368000', '123621.371000', '123621.374000', '123621.377000', '123621.380000', '123621.383000', '123621.386000', '123621.389000', '123621.392000', '123621.394000', '123641.257000', '123641.260000', '123641.263000', '123641.266000', '123641.277000', '123641.280000', '123641.282000', '123641.286000', '123641.288000', '123641.291000', '123641.294000', '123641.298000', '123641.301000', '123641.305000', '123641.308000', '123641.311000', '123641.314000', '123641.317000', '123641.320000', '123641.323000', '123641.326000', '123641.329000', '123641.331000', '123641.335000', '123641.338000', '123641.340000', '123641.343000', '123641.346000', '123641.349000', '123641.352000', '123641.355000', '123641.358000', '123641.361000', '123641.364000', '123641.367000', '123641.372000', '123641.375000', '123641.379000', '123641.382000', '123641.384000', '123641.387000', '123641.390000', '123641.393000', '123701.256000', '123701.259000', '123701.262000', '123701.265000', '123701.268000', '123701.271000', '123701.274000', '123701.277000', '123701.280000', '123701.283000', '123701.286000', '123701.289000', '123701.292000', '123701.299000', '123701.302000', '123701.305000', '123701.308000', '123701.311000', '123701.314000', '123701.317000', '123701.320000', '123701.323000', '123701.326000', '123701.329000', '123701.332000', '123701.335000', '123701.337000', '123701.340000', '123701.343000', '123701.346000', '123701.349000', '123701.352000', '123701.355000', '123701.358000', '123701.361000', '123701.364000', '123701.367000', '123701.370000', '123701.373000', '123701.376000', '123701.379000', '123701.381000', '123701.384000', '123701.387000', '123721.256000', '123721.259000', '123721.263000', '123721.265000', '123721.268000', '123721.271000', '123721.274000', '123721.277000', '123721.280000', '123721.283000', '123721.286000', '123721.289000', '123721.292000', '123721.295000', '123721.298000', '123721.301000', '123721.304000', '123721.307000', '123721.310000', '123721.313000', '123721.316000', '123721.318000', '123721.321000', '123721.324000', '123721.327000', '123721.330000', '123721.333000', '123721.336000', '123721.339000', '123721.342000', '123721.345000', '123721.348000', '123721.351000', '123721.354000', '123721.357000', '123721.360000', '123721.363000', '123721.366000', '123721.369000', '123721.372000', '123721.374000', '123721.377000', '123721.380000', '123741.256000', '123741.259000', '123741.262000', '123741.265000', '123741.268000', '123741.271000', '123741.274000', '123741.277000', '123741.280000', '123741.283000', '123741.286000', '123741.289000', '123741.292000', '123741.295000', '123741.298000', '123741.301000', '123741.304000', '123741.306000', '123741.309000', '123741.312000', '123741.315000', '123741.319000', '123741.322000', '123741.325000', '123741.328000', '123741.331000', '123741.334000', '123741.337000', '123741.340000', '123741.343000', '123741.346000', '123741.349000', '123741.360000', '123741.363000', '123741.366000', '123741.369000', '123741.372000', '123741.375000', '123741.378000', '123741.381000', '123741.384000', '123741.387000', '123741.390000', '123741.393000', '123801.256000', '123801.259000', '123801.262000', '123801.265000', '123801.268000', '123801.271000', '123801.274000', '123801.277000', '123801.280000', '123801.283000', '123801.286000', '123801.289000', '123801.292000', '123801.295000', '123801.298000', '123801.300000', '123801.303000', '123801.306000', '123801.310000', '123801.313000', '123801.316000', '123801.319000', '123801.325000', '123801.328000', '123801.331000', '123801.335000', '123801.338000', '123801.341000', '123801.344000', '123801.348000', '123801.351000', '123801.353000', '123801.356000', '123801.359000', '123801.362000', '123801.365000', '123801.368000', '123801.371000', '123801.374000', '123801.377000', '123801.380000', '123801.383000', '123801.386000', '123821.257000', '123821.260000', '123821.263000', '123821.266000', '123821.269000', '123821.272000', '123821.275000', '123821.278000', '123821.281000', '123821.284000', '123821.287000', '123821.290000', '123821.293000', '123821.296000', '123821.299000', '123821.301000', '123821.304000', '123821.307000', '123821.310000', '123821.313000', '123821.316000', '123821.319000', '123821.322000', '123821.325000', '123821.328000', '123821.331000', '123821.334000', '123821.337000', '123821.340000', '123821.343000', '123821.346000', '123821.349000', '123821.351000', '123821.354000', '123821.357000', '123821.360000', '123821.363000', '123821.366000', '123821.369000', '123821.372000', '123821.387000', '123821.390000', '123821.393000', '123821.396000', '123841.257000', '123841.260000', '123841.263000', '123841.266000', '123841.269000', '123841.272000', '123841.275000', '123841.278000', '123841.281000', '123841.284000', '123841.287000', '123841.290000', '123841.293000', '123841.295000', '123841.298000', '123841.301000', '123841.304000', '123841.307000', '123841.310000', '123841.313000', '123841.316000', '123841.319000', '123841.322000', '123841.325000', '123841.328000', '123841.331000', '123841.334000', '123841.337000', '123841.340000', '123841.343000', '123841.346000', '123841.349000', '123841.352000', '123841.355000', '123841.358000', '123841.361000', '123841.364000', '123841.367000', '123841.370000', '123841.373000', '123841.376000', '123841.379000', '123841.381000', '123901.257000', '123901.262000', '123901.265000', '123901.268000', '123901.271000', '123901.274000', '123901.277000', '123901.280000', '123901.283000', '123901.286000', '123901.289000', '123901.292000', '123901.295000', '123901.298000', '123901.301000', '123901.304000', '123901.307000', '123901.310000', '123901.312000', '123901.315000', '123901.318000', '123901.321000', '123901.324000', '123901.327000', '123901.330000', '123901.333000', '123901.336000', '123901.339000', '123901.342000', '123901.345000', '123901.348000', '123901.350000', '123901.353000', '123901.356000', '123901.359000', '123901.362000', '123901.365000', '123901.368000', '123901.371000', '123901.374000', '123901.377000', '123901.380000', '123901.383000', '123901.386000', '123921.256000', '123921.259000', '123921.262000', '123921.265000', '123921.268000', '123921.271000', '123921.274000', '123921.277000', '123921.280000', '123921.283000', '123921.286000', '123921.289000', '123921.292000', '123921.295000', '123921.297000', '123921.300000', '123921.303000', '123921.306000', '123921.309000', '123921.312000', '123921.315000', '123921.318000', '123921.321000', '123921.324000', '123921.327000', '123921.330000', '123921.333000', '123921.336000', '123921.339000', '123921.342000', '123921.344000', '123921.347000', '123921.350000', '123921.353000', '123921.356000', '123921.359000', '123921.362000', '123921.365000', '123921.368000', '123921.371000', '123921.374000', '123921.377000', '123921.380000', '123941.256000', '123941.260000', '123941.264000', '123941.267000', '123941.270000', '123941.273000', '123941.276000', '123941.279000', '123941.291000', '123941.294000', '123941.297000', '123941.300000', '123941.303000', '123941.306000', '123941.309000', '123941.312000', '123941.315000', '123941.318000', '123941.320000', '123941.323000', '123941.326000', '123941.329000', '123941.332000', '123941.335000', '123941.338000', '123941.341000', '123941.344000', '123941.347000', '123941.350000', '123941.353000', '123941.356000', '123941.359000', '123941.362000', '123941.365000', '123941.368000', '123941.371000', '123941.375000', '123941.377000', '123941.380000', '123941.383000', '123941.386000', '123941.389000', '123941.392000', '124001.256000', '124001.259000', '124001.262000', '124001.265000', '124001.268000', '124001.271000', '124001.274000', '124001.277000', '124001.280000', '124001.283000', '124001.286000', '124001.289000', '124001.292000', '124001.295000', '124001.298000', '124001.301000', '124001.304000', '124001.306000', '124001.309000', '124001.312000', '124001.315000', '124001.318000', '124001.321000', '124001.324000', '124001.327000', '124001.330000', '124001.333000', '124001.336000', '124001.339000', '124001.342000', '124001.345000', '124001.348000', '124001.351000', '124001.354000', '124001.356000', '124001.360000', '124001.363000', '124001.365000', '124001.368000', '124001.371000', '124001.374000', '124001.377000', '124001.380000', '124001.383000', '124021.257000', '124021.260000', '124021.263000', '124021.266000', '124021.269000', '124021.272000', '124021.275000', '124021.278000', '124021.281000', '124021.284000', '124021.286000', '124021.290000', '124021.292000', '124021.295000', '124021.298000', '124021.301000', '124021.304000', '124021.307000', '124021.310000', '124021.313000', '124021.316000', '124021.319000', '124021.322000', '124021.325000', '124021.328000', '124021.331000', '124021.334000', '124021.337000', '124021.339000', '124021.342000', '124021.345000', '124021.348000', '124021.351000', '124021.354000', '124021.357000', '124021.360000', '124021.363000', '124021.366000', '124021.369000', '124021.372000', '124021.375000', '124021.378000', '124021.380000', '124021.383000', '124041.257000', '124041.268000', '124041.271000', '124041.274000', '124041.277000', '124041.280000', '124041.283000', '124041.285000', '124041.288000', '124041.291000', '124041.294000', '124041.297000', '124041.300000', '124041.303000', '124041.306000', '124041.309000', '124041.312000', '124041.315000', '124041.318000', '124041.321000', '124041.324000', '124041.327000', '124041.330000', '124041.332000', '124041.335000', '124041.338000', '124041.341000', '124041.344000', '124041.347000', '124041.350000', '124041.353000', '124041.356000', '124041.359000', '124041.379000', '124041.382000', '124041.385000', '124041.388000', '124041.392000', '124041.395000', '124041.398000', '124041.401000', '124041.404000', '124041.407000', '124101.257000', '124101.260000', '124101.263000', '124101.266000', '124101.273000', '124101.276000', '124101.280000', '124101.283000', '124101.285000', '124101.288000', '124101.291000', '124101.294000', '124101.297000', '124101.300000', '124101.303000', '124101.306000', '124101.309000', '124101.312000', '124101.315000', '124101.318000', '124101.321000', '124101.324000', '124101.327000', '124101.329000', '124101.332000', '124101.335000', '124101.338000', '124101.341000', '124101.344000', '124101.347000', '124101.350000', '124101.353000', '124101.356000', '124101.359000', '124101.362000', '124101.365000', '124101.368000', '124101.371000', '124101.377000', '124101.380000', '124101.383000', '124101.386000', '124101.389000', '124121.257000', '124121.260000', '124121.263000', '124121.266000', '124121.269000', '124121.284000', '124121.287000', '124121.290000', '124121.293000', '124121.296000', '124121.299000', '124121.302000', '124121.305000', '124121.308000', '124121.311000', '124121.313000', '124121.316000', '124121.319000', '124121.322000', '124121.325000', '124121.328000', '124121.331000', '124121.334000', '124121.337000', '124121.340000', '124121.343000', '124121.346000', '124121.349000', '124121.351000', '124121.354000', '124121.357000', '124121.360000', '124121.363000', '124121.366000', '124121.369000', '124121.372000', '124121.375000', '124121.378000', '124121.381000', '124121.384000', '124121.387000', '124121.390000', '124121.392000', '124121.395000', '124128.485000', '124128.489000', '124128.492000', '124128.495000', '124128.498000', '124128.501000', '124128.504000', '124128.507000', '124128.510000', '124128.514000', '124128.517000', '124128.520000', '124128.523000', '124128.526000', '124128.529000', '124128.532000'], 'InstanceCreationTime': ['122741.291000', '122741.295000', '122741.298000', '122741.301000', '122741.304000', '122741.307000', '122741.309000', '122741.312000', '122741.315000', '122741.318000', '122741.321000', '122741.332000', '122741.335000', '122741.338000', '122741.341000', '122741.344000', '122741.347000', '122741.350000', '122741.353000', '122741.357000', '122741.360000', '122741.378000', '122741.381000', '122741.383000', '122741.386000', '122741.389000', '122741.392000', '122741.395000', '122741.398000', '122741.401000', '122741.404000', '122741.407000', '122741.410000', '122741.413000', '122741.415000', '122741.420000', '122741.423000', '122741.426000', '122741.428000', '122741.431000', '122741.434000', '122741.437000', '122741.440000', '122741.443000', '122741.446000', '122741.449000', '122741.452000', '122741.454000', '122741.457000', '122741.460000', '122741.463000', '122741.466000', '122741.469000', '122741.472000', '122741.475000', '122741.478000', '122741.481000', '122741.484000', '122741.487000', '122741.489000', '122801.256000', '122801.259000', '122801.262000', '122801.265000', '122801.268000', '122801.271000', '122801.274000', '122801.276000', '122801.279000', '122801.282000', '122801.285000', '122801.288000', '122801.291000', '122801.294000', '122801.297000', '122801.300000', '122801.303000', '122801.306000', '122801.309000', '122801.311000', '122801.314000', '122801.317000', '122801.320000', '122801.323000', '122801.326000', '122801.329000', '122801.332000', '122801.335000', '122801.338000', '122801.341000', '122801.344000', '122801.347000', '122801.349000', '122801.352000', '122801.355000', '122801.358000', '122801.361000', '122801.364000', '122801.367000', '122801.370000', '122801.373000', '122801.375000', '122801.379000', '122801.381000', '122821.256000', '122821.259000', '122821.262000', '122821.265000', '122821.268000', '122821.271000', '122821.274000', '122821.276000', '122821.280000', '122821.282000', '122821.285000', '122821.288000', '122821.291000', '122821.294000', '122821.297000', '122821.300000', '122821.303000', '122821.306000', '122821.309000', '122821.312000', '122821.315000', '122821.318000', '122821.320000', '122821.323000', '122821.326000', '122821.329000', '122821.332000', '122821.335000', '122821.338000', '122821.341000', '122821.344000', '122821.347000', '122821.350000', '122821.353000', '122821.357000', '122821.361000', '122821.364000', '122821.367000', '122821.370000', '122821.373000', '122821.376000', '122821.379000', '122821.382000', '122841.256000', '122841.259000', '122841.262000', '122841.265000', '122841.268000', '122841.271000', '122841.274000', '122841.277000', '122841.280000', '122841.283000', '122841.285000', '122841.288000', '122841.291000', '122841.294000', '122841.297000', '122841.300000', '122841.303000', '122841.306000', '122841.309000', '122841.312000', '122841.315000', '122841.318000', '122841.321000', '122841.324000', '122841.327000', '122841.330000', '122841.333000', '122841.335000', '122841.338000', '122841.341000', '122841.344000', '122841.347000', '122841.350000', '122841.353000', '122841.356000', '122841.359000', '122841.379000', '122841.382000', '122841.385000', '122841.388000', '122841.390000', '122841.393000', '122841.396000', '122841.399000', '122901.257000', '122901.260000', '122901.263000', '122901.266000', '122901.269000', '122901.272000', '122901.275000', '122901.278000', '122901.281000', '122901.284000', '122901.286000', '122901.289000', '122901.292000', '122901.295000', '122901.298000', '122901.301000', '122901.304000', '122901.307000', '122901.310000', '122901.314000', '122901.317000', '122901.320000', '122901.323000', '122901.326000', '122901.329000', '122901.332000', '122901.335000', '122901.338000', '122901.341000', '122901.344000', '122901.347000', '122901.350000', '122901.353000', '122901.356000', '122901.358000', '122901.361000', '122901.364000', '122901.367000', '122901.370000', '122901.373000', '122901.376000', '122901.379000', '122901.382000', '122921.257000', '122921.260000', '122921.263000', '122921.266000', '122921.269000', '122921.272000', '122921.275000', '122921.277000', '122921.282000', '122921.285000', '122921.287000', '122921.290000', '122921.293000', '122921.296000', '122921.299000', '122921.302000', '122921.305000', '122921.308000', '122921.311000', '122921.314000', '122921.317000', '122921.320000', '122921.323000', '122921.326000', '122921.329000', '122921.331000', '122921.334000', '122921.337000', '122921.340000', '122921.343000', '122921.346000', '122921.349000', '122921.352000', '122921.355000', '122921.358000', '122921.361000', '122921.364000', '122921.367000', '122921.369000', '122921.372000', '122921.375000', '122921.378000', '122921.381000', '122921.384000', '122941.257000', '122941.260000', '122941.267000', '122941.270000', '122941.273000', '122941.276000', '122941.279000', '122941.282000', '122941.284000', '122941.287000', '122941.290000', '122941.293000', '122941.296000', '122941.299000', '122941.302000', '122941.305000', '122941.308000', '122941.311000', '122941.314000', '122941.317000', '122941.320000', '122941.322000', '122941.326000', '122941.328000', '122941.331000', '122941.334000', '122941.337000', '122941.340000', '122941.343000', '122941.346000', '122941.349000', '122941.352000', '122941.355000', '122941.358000', '122941.361000', '122941.364000', '122941.367000', '122941.370000', '122941.373000', '122941.376000', '122941.379000', '122941.381000', '122941.384000', '123001.256000', '123001.320000', '123001.323000', '123001.326000', '123001.329000', '123001.332000', '123001.335000', '123001.338000', '123001.340000', '123001.350000', '123001.353000', '123001.356000', '123001.359000', '123001.362000', '123001.365000', '123001.368000', '123001.371000', '123001.374000', '123001.376000', '123001.380000', '123001.382000', '123001.385000', '123001.388000', '123001.391000', '123001.394000', '123001.397000', '123001.400000', '123001.403000', '123001.406000', '123001.409000', '123001.412000', '123001.415000', '123001.418000', '123001.421000', '123001.424000', '123001.427000', '123001.429000', '123001.432000', '123001.455000', '123001.458000', '123001.461000', '123001.463000', '123001.466000', '123021.256000', '123021.259000', '123021.262000', '123021.265000', '123021.268000', '123021.271000', '123021.274000', '123021.277000', '123021.280000', '123021.283000', '123021.286000', '123021.289000', '123021.292000', '123021.295000', '123021.298000', '123021.301000', '123021.304000', '123021.306000', '123021.324000', '123021.327000', '123021.329000', '123021.332000', '123021.335000', '123021.338000', '123021.341000', '123021.344000', '123021.347000', '123021.350000', '123021.354000', '123021.357000', '123021.361000', '123021.364000', '123021.367000', '123021.369000', '123021.373000', '123021.375000', '123021.378000', '123021.381000', '123021.384000', '123021.387000', '123021.390000', '123021.393000', '123021.396000', '123021.399000', '123041.256000', '123041.259000', '123041.272000', '123041.275000', '123041.278000', '123041.281000', '123041.284000', '123041.287000', '123041.289000', '123041.292000', '123041.295000', '123041.298000', '123041.301000', '123041.304000', '123041.307000', '123041.310000', '123041.313000', '123041.316000', '123041.320000', '123041.323000', '123041.325000', '123041.328000', '123041.331000', '123041.334000', '123041.337000', '123041.340000', '123041.343000', '123041.346000', '123041.349000', '123041.352000', '123041.355000', '123041.358000', '123041.361000', '123041.363000', '123041.367000', '123041.369000', '123041.372000', '123041.375000', '123041.386000', '123041.389000', '123041.392000', '123041.395000', '123041.398000', '123041.401000', '123101.256000', '123101.259000', '123101.262000', '123101.265000', '123101.268000', '123101.271000', '123101.274000', '123101.277000', '123101.280000', '123101.283000', '123101.286000', '123101.289000', '123101.292000', '123101.294000', '123101.297000', '123101.300000', '123101.303000', '123101.306000', '123101.309000', '123101.312000', '123101.315000', '123101.318000', '123101.321000', '123101.324000', '123101.327000', '123101.330000', '123101.332000', '123101.335000', '123101.338000', '123101.341000', '123101.344000', '123101.347000', '123101.350000', '123101.353000', '123101.356000', '123101.359000', '123101.362000', '123101.365000', '123101.368000', '123101.371000', '123101.374000', '123101.376000', '123101.379000', '123121.257000', '123121.260000', '123121.263000', '123121.266000', '123121.269000', '123121.272000', '123121.275000', '123121.278000', '123121.281000', '123121.284000', '123121.287000', '123121.290000', '123121.292000', '123121.295000', '123121.298000', '123121.301000', '123121.304000', '123121.307000', '123121.310000', '123121.313000', '123121.316000', '123121.319000', '123121.322000', '123121.325000', '123121.328000', '123121.331000', '123121.334000', '123121.336000', '123121.339000', '123121.343000', '123121.345000', '123121.348000', '123121.351000', '123121.354000', '123121.357000', '123121.360000', '123121.363000', '123121.366000', '123121.369000', '123121.371000', '123121.374000', '123121.377000', '123121.380000', '123121.383000', '123141.257000', '123141.260000', '123141.263000', '123141.266000', '123141.269000', '123141.272000', '123141.275000', '123141.278000', '123141.281000', '123141.284000', '123141.293000', '123141.296000', '123141.299000', '123141.302000', '123141.305000', '123141.308000', '123141.311000', '123141.314000', '123141.317000', '123141.320000', '123141.323000', '123141.325000', '123141.328000', '123141.331000', '123141.334000', '123141.337000', '123141.340000', '123141.343000', '123141.346000', '123141.349000', '123141.352000', '123141.355000', '123141.358000', '123141.361000', '123141.364000', '123141.367000', '123141.370000', '123141.372000', '123141.375000', '123141.378000', '123141.381000', '123141.384000', '123141.387000', '123201.257000', '123201.260000', '123201.263000', '123201.266000', '123201.269000', '123201.281000', '123201.284000', '123201.287000', '123201.290000', '123201.293000', '123201.295000', '123201.298000', '123201.302000', '123201.305000', '123201.307000', '123201.310000', '123201.313000', '123201.316000', '123201.319000', '123201.322000', '123201.325000', '123201.328000', '123201.331000', '123201.334000', '123201.337000', '123201.340000', '123201.343000', '123201.346000', '123201.349000', '123201.352000', '123201.355000', '123201.358000', '123201.361000', '123201.364000', '123201.366000', '123201.369000', '123201.372000', '123201.375000', '123201.378000', '123201.381000', '123201.384000', '123201.387000', '123201.390000', '123201.393000', '123221.256000', '123221.259000', '123221.262000', '123221.265000', '123221.268000', '123221.271000', '123221.274000', '123221.277000', '123221.280000', '123221.283000', '123221.286000', '123221.289000', '123221.292000', '123221.294000', '123221.297000', '123221.300000', '123221.303000', '123221.306000', '123221.309000', '123221.312000', '123221.315000', '123221.318000', '123221.321000', '123221.324000', '123221.327000', '123221.330000', '123221.333000', '123221.336000', '123221.339000', '123221.342000', '123221.345000', '123221.347000', '123221.350000', '123221.353000', '123221.356000', '123221.359000', '123221.362000', '123221.365000', '123221.369000', '123221.372000', '123221.375000', '123221.377000', '123221.381000', '123241.256000', '123241.260000', '123241.264000', '123241.267000', '123241.270000', '123241.273000', '123241.276000', '123241.279000', '123241.282000', '123241.285000', '123241.288000', '123241.291000', '123241.294000', '123241.297000', '123241.300000', '123241.303000', '123241.306000', '123241.309000', '123241.311000', '123241.314000', '123241.317000', '123241.320000', '123241.323000', '123241.326000', '123241.336000', '123241.339000', '123241.342000', '123241.345000', '123241.348000', '123241.353000', '123241.356000', '123241.359000', '123241.362000', '123241.365000', '123241.368000', '123241.371000', '123241.374000', '123241.376000', '123241.379000', '123241.382000', '123241.385000', '123241.388000', '123241.391000', '123301.256000', '123301.259000', '123301.262000', '123301.265000', '123301.273000', '123301.276000', '123301.279000', '123301.282000', '123301.284000', '123301.287000', '123301.290000', '123301.293000', '123301.296000', '123301.299000', '123301.302000', '123301.305000', '123301.308000', '123301.311000', '123301.314000', '123301.317000', '123301.320000', '123301.323000', '123301.326000', '123301.328000', '123301.331000', '123301.334000', '123301.337000', '123301.340000', '123301.343000', '123301.346000', '123301.349000', '123301.352000', '123301.356000', '123301.359000', '123301.362000', '123301.365000', '123301.368000', '123301.370000', '123301.374000', '123301.376000', '123301.379000', '123301.382000', '123301.385000', '123301.388000', '123321.256000', '123321.259000', '123321.262000', '123321.265000', '123321.268000', '123321.271000', '123321.276000', '123321.280000', '123321.283000', '123321.286000', '123321.301000', '123321.304000', '123321.307000', '123321.310000', '123321.313000', '123321.316000', '123321.319000', '123321.322000', '123321.325000', '123321.328000', '123321.331000', '123321.334000', '123321.337000', '123321.339000', '123321.342000', '123321.345000', '123321.348000', '123321.351000', '123321.354000', '123321.357000', '123321.360000', '123321.363000', '123321.366000', '123321.369000', '123321.372000', '123321.375000', '123321.378000', '123321.380000', '123321.383000', '123321.386000', '123321.389000', '123321.392000', '123321.395000', '123341.257000', '123341.260000', '123341.263000', '123341.266000', '123341.269000', '123341.277000', '123341.280000', '123341.283000', '123341.285000', '123341.289000', '123341.292000', '123341.294000', '123341.297000', '123341.300000', '123341.303000', '123341.306000', '123341.309000', '123341.312000', '123341.315000', '123341.318000', '123341.321000', '123341.324000', '123341.327000', '123341.334000', '123341.337000', '123341.340000', '123341.343000', '123341.346000', '123341.349000', '123341.352000', '123341.355000', '123341.358000', '123341.361000', '123341.364000', '123341.367000', '123341.370000', '123341.373000', '123341.376000', '123341.379000', '123341.382000', '123341.384000', '123341.387000', '123341.390000', '123341.393000', '123401.257000', '123401.275000', '123401.278000', '123401.281000', '123401.284000', '123401.287000', '123401.290000', '123401.293000', '123401.296000', '123401.299000', '123401.302000', '123401.306000', '123401.308000', '123401.332000', '123401.335000', '123401.337000', '123401.340000', '123401.343000', '123401.346000', '123401.349000', '123401.352000', '123401.355000', '123401.358000', '123401.361000', '123401.364000', '123401.367000', '123401.370000', '123401.373000', '123401.376000', '123401.379000', '123401.382000', '123401.388000', '123401.391000', '123401.394000', '123401.397000', '123401.400000', '123401.403000', '123401.406000', '123401.409000', '123401.411000', '123401.414000', '123401.417000', '123401.420000', '123421.257000', '123421.260000', '123421.263000', '123421.266000', '123421.269000', '123421.272000', '123421.275000', '123421.278000', '123421.288000', '123421.290000', '123421.293000', '123421.296000', '123421.299000', '123421.302000', '123421.305000', '123421.308000', '123421.311000', '123421.314000', '123421.317000', '123421.320000', '123421.323000', '123421.326000', '123421.328000', '123421.331000', '123421.334000', '123421.337000', '123421.340000', '123421.343000', '123421.346000', '123421.349000', '123421.352000', '123421.355000', '123421.358000', '123421.361000', '123421.364000', '123421.366000', '123421.370000', '123421.373000', '123421.375000', '123421.378000', '123421.381000', '123421.384000', '123421.387000', '123421.390000', '123441.256000', '123441.259000', '123441.263000', '123441.265000', '123441.268000', '123441.271000', '123441.274000', '123441.277000', '123441.280000', '123441.283000', '123441.286000', '123441.289000', '123441.292000', '123441.295000', '123441.298000', '123441.301000', '123441.304000', '123441.307000', '123441.310000', '123441.313000', '123441.325000', '123441.342000', '123441.345000', '123441.348000', '123441.351000', '123441.354000', '123441.357000', '123441.360000', '123441.363000', '123441.366000', '123441.369000', '123441.371000', '123441.374000', '123441.377000', '123441.380000', '123441.383000', '123441.386000', '123441.389000', '123441.392000', '123441.395000', '123441.398000', '123441.401000', '123441.404000', '123501.256000', '123501.259000', '123501.262000', '123501.265000', '123501.268000', '123501.271000', '123501.274000', '123501.277000', '123501.280000', '123501.283000', '123501.286000', '123501.289000', '123501.292000', '123501.295000', '123501.297000', '123501.300000', '123501.303000', '123501.306000', '123501.309000', '123501.312000', '123501.315000', '123501.318000', '123501.321000', '123501.324000', '123501.327000', '123501.330000', '123501.333000', '123501.336000', '123501.339000', '123501.342000', '123501.344000', '123501.347000', '123501.350000', '123501.353000', '123501.356000', '123501.359000', '123501.362000', '123501.365000', '123501.368000', '123501.371000', '123501.374000', '123501.377000', '123501.380000', '123501.383000', '123521.256000', '123521.259000', '123521.262000', '123521.267000', '123521.270000', '123521.273000', '123521.276000', '123521.279000', '123521.282000', '123521.285000', '123521.288000', '123521.291000', '123521.293000', '123521.296000', '123521.299000', '123521.302000', '123521.305000', '123521.308000', '123521.311000', '123521.314000', '123521.317000', '123521.320000', '123521.323000', '123521.326000', '123521.330000', '123521.333000', '123521.336000', '123521.339000', '123521.342000', '123521.344000', '123521.347000', '123521.350000', '123521.353000', '123521.356000', '123521.359000', '123521.362000', '123521.365000', '123521.368000', '123521.371000', '123521.374000', '123521.386000', '123521.389000', '123521.392000', '123541.256000', '123541.259000', '123541.262000', '123541.265000', '123541.268000', '123541.272000', '123541.275000', '123541.278000', '123541.281000', '123541.284000', '123541.287000', '123541.290000', '123541.292000', '123541.295000', '123541.298000', '123541.301000', '123541.304000', '123541.307000', '123541.310000', '123541.313000', '123541.316000', '123541.319000', '123541.322000', '123541.325000', '123541.328000', '123541.331000', '123541.334000', '123541.337000', '123541.339000', '123541.342000', '123541.345000', '123541.348000', '123541.351000', '123541.354000', '123541.357000', '123541.360000', '123541.363000', '123541.366000', '123541.369000', '123541.372000', '123541.375000', '123541.378000', '123541.381000', '123541.384000', '123601.257000', '123601.260000', '123601.263000', '123601.266000', '123601.269000', '123601.272000', '123601.275000', '123601.278000', '123601.281000', '123601.284000', '123601.287000', '123601.290000', '123601.293000', '123601.296000', '123601.300000', '123601.302000', '123601.305000', '123601.322000', '123601.325000', '123601.328000', '123601.331000', '123601.334000', '123601.337000', '123601.340000', '123601.343000', '123601.346000', '123601.349000', '123601.352000', '123601.355000', '123601.358000', '123601.361000', '123601.364000', '123601.367000', '123601.370000', '123601.373000', '123601.376000', '123601.379000', '123601.382000', '123601.385000', '123601.388000', '123601.390000', '123601.393000', '123601.396000', '123621.257000', '123621.260000', '123621.263000', '123621.266000', '123621.269000', '123621.272000', '123621.275000', '123621.278000', '123621.281000', '123621.294000', '123621.297000', '123621.300000', '123621.303000', '123621.306000', '123621.309000', '123621.312000', '123621.315000', '123621.318000', '123621.321000', '123621.324000', '123621.327000', '123621.330000', '123621.333000', '123621.336000', '123621.339000', '123621.342000', '123621.344000', '123621.347000', '123621.350000', '123621.353000', '123621.356000', '123621.359000', '123621.362000', '123621.365000', '123621.368000', '123621.371000', '123621.374000', '123621.377000', '123621.380000', '123621.383000', '123621.386000', '123621.389000', '123621.392000', '123621.394000', '123641.257000', '123641.260000', '123641.263000', '123641.266000', '123641.277000', '123641.280000', '123641.282000', '123641.286000', '123641.288000', '123641.291000', '123641.294000', '123641.298000', '123641.301000', '123641.305000', '123641.308000', '123641.311000', '123641.314000', '123641.317000', '123641.320000', '123641.323000', '123641.326000', '123641.329000', '123641.331000', '123641.335000', '123641.338000', '123641.340000', '123641.343000', '123641.346000', '123641.349000', '123641.352000', '123641.355000', '123641.358000', '123641.361000', '123641.364000', '123641.367000', '123641.372000', '123641.375000', '123641.379000', '123641.382000', '123641.384000', '123641.387000', '123641.390000', '123641.393000', '123701.256000', '123701.259000', '123701.262000', '123701.265000', '123701.268000', '123701.271000', '123701.274000', '123701.277000', '123701.280000', '123701.283000', '123701.286000', '123701.289000', '123701.292000', '123701.299000', '123701.302000', '123701.305000', '123701.308000', '123701.311000', '123701.314000', '123701.317000', '123701.320000', '123701.323000', '123701.326000', '123701.329000', '123701.332000', '123701.335000', '123701.337000', '123701.340000', '123701.343000', '123701.346000', '123701.349000', '123701.352000', '123701.355000', '123701.358000', '123701.361000', '123701.364000', '123701.367000', '123701.370000', '123701.373000', '123701.376000', '123701.379000', '123701.381000', '123701.384000', '123701.387000', '123721.256000', '123721.259000', '123721.263000', '123721.265000', '123721.268000', '123721.271000', '123721.274000', '123721.277000', '123721.280000', '123721.283000', '123721.286000', '123721.289000', '123721.292000', '123721.295000', '123721.298000', '123721.301000', '123721.304000', '123721.307000', '123721.310000', '123721.313000', '123721.316000', '123721.318000', '123721.321000', '123721.324000', '123721.327000', '123721.330000', '123721.333000', '123721.336000', '123721.339000', '123721.342000', '123721.345000', '123721.348000', '123721.351000', '123721.354000', '123721.357000', '123721.360000', '123721.363000', '123721.366000', '123721.369000', '123721.372000', '123721.374000', '123721.377000', '123721.380000', '123741.256000', '123741.259000', '123741.262000', '123741.265000', '123741.268000', '123741.271000', '123741.274000', '123741.277000', '123741.280000', '123741.283000', '123741.286000', '123741.289000', '123741.292000', '123741.295000', '123741.298000', '123741.301000', '123741.304000', '123741.306000', '123741.309000', '123741.312000', '123741.315000', '123741.319000', '123741.322000', '123741.325000', '123741.328000', '123741.331000', '123741.334000', '123741.337000', '123741.340000', '123741.343000', '123741.346000', '123741.349000', '123741.360000', '123741.363000', '123741.366000', '123741.369000', '123741.372000', '123741.375000', '123741.378000', '123741.381000', '123741.384000', '123741.387000', '123741.390000', '123741.393000', '123801.256000', '123801.259000', '123801.262000', '123801.265000', '123801.268000', '123801.271000', '123801.274000', '123801.277000', '123801.280000', '123801.283000', '123801.286000', '123801.289000', '123801.292000', '123801.295000', '123801.298000', '123801.300000', '123801.303000', '123801.306000', '123801.310000', '123801.313000', '123801.316000', '123801.319000', '123801.325000', '123801.328000', '123801.331000', '123801.335000', '123801.338000', '123801.341000', '123801.344000', '123801.348000', '123801.351000', '123801.353000', '123801.356000', '123801.359000', '123801.362000', '123801.365000', '123801.368000', '123801.371000', '123801.374000', '123801.377000', '123801.380000', '123801.383000', '123801.386000', '123821.257000', '123821.260000', '123821.263000', '123821.266000', '123821.269000', '123821.272000', '123821.275000', '123821.278000', '123821.281000', '123821.284000', '123821.287000', '123821.290000', '123821.293000', '123821.296000', '123821.299000', '123821.301000', '123821.304000', '123821.307000', '123821.310000', '123821.313000', '123821.316000', '123821.319000', '123821.322000', '123821.325000', '123821.328000', '123821.331000', '123821.334000', '123821.337000', '123821.340000', '123821.343000', '123821.346000', '123821.349000', '123821.351000', '123821.354000', '123821.357000', '123821.360000', '123821.363000', '123821.366000', '123821.369000', '123821.372000', '123821.387000', '123821.390000', '123821.393000', '123821.396000', '123841.257000', '123841.260000', '123841.263000', '123841.266000', '123841.269000', '123841.272000', '123841.275000', '123841.278000', '123841.281000', '123841.284000', '123841.287000', '123841.290000', '123841.293000', '123841.295000', '123841.298000', '123841.301000', '123841.304000', '123841.307000', '123841.310000', '123841.313000', '123841.316000', '123841.319000', '123841.322000', '123841.325000', '123841.328000', '123841.331000', '123841.334000', '123841.337000', '123841.340000', '123841.343000', '123841.346000', '123841.349000', '123841.352000', '123841.355000', '123841.358000', '123841.361000', '123841.364000', '123841.367000', '123841.370000', '123841.373000', '123841.376000', '123841.379000', '123841.381000', '123901.257000', '123901.262000', '123901.265000', '123901.268000', '123901.271000', '123901.274000', '123901.277000', '123901.280000', '123901.283000', '123901.286000', '123901.289000', '123901.292000', '123901.295000', '123901.298000', '123901.301000', '123901.304000', '123901.307000', '123901.310000', '123901.312000', '123901.315000', '123901.318000', '123901.321000', '123901.324000', '123901.327000', '123901.330000', '123901.333000', '123901.336000', '123901.339000', '123901.342000', '123901.345000', '123901.348000', '123901.350000', '123901.353000', '123901.356000', '123901.359000', '123901.362000', '123901.365000', '123901.368000', '123901.371000', '123901.374000', '123901.377000', '123901.380000', '123901.383000', '123901.386000', '123921.256000', '123921.259000', '123921.262000', '123921.265000', '123921.268000', '123921.271000', '123921.274000', '123921.277000', '123921.280000', '123921.283000', '123921.286000', '123921.289000', '123921.292000', '123921.295000', '123921.297000', '123921.300000', '123921.303000', '123921.306000', '123921.309000', '123921.312000', '123921.315000', '123921.318000', '123921.321000', '123921.324000', '123921.327000', '123921.330000', '123921.333000', '123921.336000', '123921.339000', '123921.342000', '123921.344000', '123921.347000', '123921.350000', '123921.353000', '123921.356000', '123921.359000', '123921.362000', '123921.365000', '123921.368000', '123921.371000', '123921.374000', '123921.377000', '123921.380000', '123941.256000', '123941.260000', '123941.264000', '123941.267000', '123941.270000', '123941.273000', '123941.276000', '123941.279000', '123941.291000', '123941.294000', '123941.297000', '123941.300000', '123941.303000', '123941.306000', '123941.309000', '123941.312000', '123941.315000', '123941.318000', '123941.320000', '123941.323000', '123941.326000', '123941.329000', '123941.332000', '123941.335000', '123941.338000', '123941.341000', '123941.344000', '123941.347000', '123941.350000', '123941.353000', '123941.356000', '123941.359000', '123941.362000', '123941.365000', '123941.368000', '123941.371000', '123941.375000', '123941.377000', '123941.380000', '123941.383000', '123941.386000', '123941.389000', '123941.392000', '124001.256000', '124001.259000', '124001.262000', '124001.265000', '124001.268000', '124001.271000', '124001.274000', '124001.277000', '124001.280000', '124001.283000', '124001.286000', '124001.289000', '124001.292000', '124001.295000', '124001.298000', '124001.301000', '124001.304000', '124001.306000', '124001.309000', '124001.312000', '124001.315000', '124001.318000', '124001.321000', '124001.324000', '124001.327000', '124001.330000', '124001.333000', '124001.336000', '124001.339000', '124001.342000', '124001.345000', '124001.348000', '124001.351000', '124001.354000', '124001.356000', '124001.360000', '124001.363000', '124001.365000', '124001.368000', '124001.371000', '124001.374000', '124001.377000', '124001.380000', '124001.383000', '124021.257000', '124021.260000', '124021.263000', '124021.266000', '124021.269000', '124021.272000', '124021.275000', '124021.278000', '124021.281000', '124021.284000', '124021.286000', '124021.290000', '124021.292000', '124021.295000', '124021.298000', '124021.301000', '124021.304000', '124021.307000', '124021.310000', '124021.313000', '124021.316000', '124021.319000', '124021.322000', '124021.325000', '124021.328000', '124021.331000', '124021.334000', '124021.337000', '124021.339000', '124021.342000', '124021.345000', '124021.348000', '124021.351000', '124021.354000', '124021.357000', '124021.360000', '124021.363000', '124021.366000', '124021.369000', '124021.372000', '124021.375000', '124021.378000', '124021.380000', '124021.383000', '124041.257000', '124041.268000', '124041.271000', '124041.274000', '124041.277000', '124041.280000', '124041.283000', '124041.285000', '124041.288000', '124041.291000', '124041.294000', '124041.297000', '124041.300000', '124041.303000', '124041.306000', '124041.309000', '124041.312000', '124041.315000', '124041.318000', '124041.321000', '124041.324000', '124041.327000', '124041.330000', '124041.332000', '124041.335000', '124041.338000', '124041.341000', '124041.344000', '124041.347000', '124041.350000', '124041.353000', '124041.356000', '124041.359000', '124041.379000', '124041.382000', '124041.385000', '124041.388000', '124041.392000', '124041.395000', '124041.398000', '124041.401000', '124041.404000', '124041.407000', '124101.257000', '124101.260000', '124101.263000', '124101.266000', '124101.273000', '124101.276000', '124101.280000', '124101.283000', '124101.285000', '124101.288000', '124101.291000', '124101.294000', '124101.297000', '124101.300000', '124101.303000', '124101.306000', '124101.309000', '124101.312000', '124101.315000', '124101.318000', '124101.321000', '124101.324000', '124101.327000', '124101.329000', '124101.332000', '124101.335000', '124101.338000', '124101.341000', '124101.344000', '124101.347000', '124101.350000', '124101.353000', '124101.356000', '124101.359000', '124101.362000', '124101.365000', '124101.368000', '124101.371000', '124101.377000', '124101.380000', '124101.383000', '124101.386000', '124101.389000', '124121.257000', '124121.260000', '124121.263000', '124121.266000', '124121.269000', '124121.284000', '124121.287000', '124121.290000', '124121.293000', '124121.296000', '124121.299000', '124121.302000', '124121.305000', '124121.308000', '124121.311000', '124121.313000', '124121.316000', '124121.319000', '124121.322000', '124121.325000', '124121.328000', '124121.331000', '124121.334000', '124121.337000', '124121.340000', '124121.343000', '124121.346000', '124121.349000', '124121.351000', '124121.354000', '124121.357000', '124121.360000', '124121.363000', '124121.366000', '124121.369000', '124121.372000', '124121.375000', '124121.378000', '124121.381000', '124121.384000', '124121.387000', '124121.390000', '124121.392000', '124121.395000', '124128.485000', '124128.489000', '124128.492000', '124128.495000', '124128.498000', '124128.501000', '124128.504000', '124128.507000', '124128.510000', '124128.514000', '124128.517000', '124128.520000', '124128.523000', '124128.526000', '124128.529000', '124128.532000'], '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': [11486, 8554, 12399, 7499, 8961, 7046, 6422, 11988, 7208, 10240, 6560, 7128, 6433, 6688, 10271, 6668, 10944, 6687, 8086, 6993, 6668, 6739, 6369, 10636, 6772, 7718, 6826, 6629, 8802, 6585, 10579, 6473, 8484, 6771, 6561, 10481, 6542, 9971, 6467, 8975, 6795, 6598, 9655, 6634, 10174, 6366, 7973, 6556, 6536, 9901, 6554, 9930, 6536, 7863, 6531, 6608, 7127, 6959, 10154, 6835, 8383, 6668, 7379, 6423, 6370, 8606, 6856, 11260, 6591, 9727, 7223, 8634, 8348, 7046, 12220, 6691, 9703, 6600, 7718, 9324, 7384, 10872, 6839, 9769, 6276, 6581, 9552, 6867, 10989, 7276, 10097, 6366, 6924, 9505, 6501, 11696, 6551, 8977, 6397, 6960, 11599, 6935, 10376, 6695, 9746, 7067, 6509, 9323, 6895, 10835, 6708, 8887, 6428, 8102, 6506, 6527, 9571, 6877, 11791, 6756, 8876, 6615, 7415, 8005, 6354, 12063, 6705, 10890, 6647, 9430, 6735, 7023, 8451, 6850, 12180, 7029, 9734, 6582, 7238, 6997, 6814, 12467, 7256, 10520, 6757, 8345, 6721, 6461, 11183, 8282, 11137, 7379, 9275, 6803, 6644, 7296, 6448, 11200, 8711, 11072, 6733, 9071, 6715, 6423, 11120, 7804, 11299, 7645, 9500, 6926, 6583, 6796, 6607, 11396, 6936, 10496, 6796, 8177, 6447, 6540, 7473, 6726, 9567, 6855, 12078, 6774, 8875, 6884, 7618, 9298, 7235, 12821, 6795, 9233, 6278, 9144, 7014, 6521, 10770, 6449, 10756, 6615, 9426, 6493, 6879, 10788, 6634, 11581, 6973, 8927, 6780, 6963, 10984, 6807, 11180, 7445, 10181, 6765, 7084, 7919, 6323, 11642, 6726, 10154, 6493, 7210, 6884, 6402, 12292, 6396, 9845, 6810, 7737, 6547, 6683, 12650, 6602, 9659, 6377, 7817, 7710, 6740, 11326, 6558, 9840, 6474, 7721, 7237, 6622, 10923, 6517, 9521, 6174, 7680, 6623, 6658, 10187, 6754, 10826, 6383, 8873, 6659, 6545, 9129, 6414, 11878, 6847, 9074, 6621, 7404, 10031, 7249, 10756, 6744, 8495, 6265, 7764, 6438, 6431, 6362, 6353, 9896, 6728, 10802, 6882, 9337, 10190, 6647, 12679, 6585, 10236, 6800, 8861, 10520, 8331, 11381, 6531, 11486, 6769, 8669, 7111, 7875, 11652, 7056, 11895, 6433, 9044, 6608, 8180, 8159, 6980, 11470, 6819, 9847, 6533, 7295, 6816, 8059, 10372, 7181, 12134, 6840, 8903, 6764, 7519, 10510, 8111, 11873, 6650, 8729, 6999, 6577, 10894, 8133, 11092, 7604, 9326, 6419, 6429, 6987, 6564, 11279, 8332, 9949, 6993, 7229, 6678, 6631, 10720, 6933, 10718, 6450, 7657, 6620, 6954, 12006, 6641, 10205, 6538, 7693, 6648, 6265, 10375, 6826, 9931, 6934, 8228, 6450, 6737, 8542, 6739, 11263, 6377, 9833, 6502, 7438, 8601, 6675, 12188, 7632, 10688, 6637, 8771, 8082, 6501, 11124, 8139, 11247, 7336, 8227, 7027, 6619, 9761, 6695, 10228, 6717, 8317, 6785, 6344, 10564, 6874, 10985, 6679, 8628, 6737, 6903, 9761, 6579, 11534, 6627, 8300, 6834, 7056, 10757, 6816, 10660, 6727, 7578, 6656, 6555, 7531, 6732, 11392, 7222, 9233, 6733, 6902, 6691, 6793, 12832, 6894, 9418, 6610, 7737, 8563, 7546, 11878, 7005, 10562, 7046, 7175, 9181, 7927, 10761, 6767, 10209, 7027, 7584, 6781, 6537, 7786, 7017, 12306, 7189, 10064, 6643, 8284, 8082, 7077, 11170, 7061, 10972, 6848, 8293, 6727, 6933, 8253, 6877, 12196, 6731, 9404, 6993, 7446, 6500, 6807, 8780, 7036, 10614, 6937, 9053, 6595, 6961, 6954, 7283, 8270, 7000, 11800, 6563, 9709, 6991, 7516, 6980, 6631, 11232, 7709, 11411, 7613, 10056, 6759, 7269, 6844, 6779, 10252, 7182, 11235, 6966, 10690, 6671, 7962, 9036, 7332, 11380, 8183, 10808, 6908, 9929, 6870, 8317, 8532, 7572, 10646, 7560, 11425, 6742, 8976, 6569, 7062, 9872, 7528, 10915, 6884, 11131, 6965, 8735, 6835, 8037, 9783, 7824, 10218, 7084, 10022, 6785, 8161, 6382, 7114, 6411, 7142, 8684, 6857, 12142, 6958, 10501, 6705, 8432, 7429, 6837, 12979, 8289, 11212, 7975, 9297, 6733, 6502, 9388, 6592, 11594, 6898, 9148, 6516, 6756, 7049, 7031, 11120, 6827, 11123, 6694, 8785, 6682, 6753, 8304, 6804, 11889, 6577, 10354, 6659, 8391, 6905, 6618, 6675, 6786, 11511, 7179, 11207, 6880, 9569, 6912, 7347, 8968, 7534, 11407, 8063, 11085, 7040, 8743, 6530, 7313, 9549, 8116, 10633, 7170, 11248, 6621, 8665, 6723, 7145, 8983, 7685, 10709, 7169, 11295, 6958, 9082, 6594, 8083, 6697, 7056, 7725, 6847, 11614, 6980, 11122, 6911, 9468, 6542, 7648, 7227, 6859, 12623, 8475, 11518, 7198, 8423, 6665, 7048, 10408, 6597, 12062, 8204, 10398, 6976, 7645, 6420, 6946, 8531, 6724, 11563, 7833, 10303, 6695, 8675, 6958, 6798, 10160, 7943, 11671, 8104, 10926, 7373, 8856, 6561, 7037, 6943, 7069, 7841, 7014, 9727, 7081, 11891, 6666, 10292, 6877, 8081, 8908, 7004, 12934, 7364, 10711, 7847, 7378, 8488, 6958, 12499, 7087, 10791, 6975, 9066, 6575, 6566, 7393, 6820, 9635, 6589, 9810, 7180, 9216, 6890, 8235, 7151, 7512, 6833, 6718, 7537, 6697, 12097, 7034, 10392, 6941, 9605, 7030, 7648, 10275, 6680, 12291, 7542, 10286, 6836, 8483, 6654, 6791, 11015, 6766, 11357, 6946, 9760, 6306, 7341, 6935, 6780, 12575, 8065, 10859, 6952, 8637, 6878, 6854, 11597, 7623, 11489, 7032, 9405, 6910, 6698, 7623, 6529, 12040, 7632, 10685, 6730, 8617, 6955, 6484, 9015, 6664, 12338, 8262, 10558, 6820, 7606, 7018, 6749, 11178, 8896, 11326, 7963, 10102, 6629, 7374, 6760, 7052, 6593, 6845, 9616, 7024, 11988, 6988, 8996, 6787, 6977, 11162, 8454, 11484, 7049, 9699, 6286, 6896, 11035, 8019, 11184, 6860, 9640, 6763, 6823, 6815, 6548, 6612, 7182, 6571, 6802, 9284, 6597, 10839, 6716, 10060, 6741, 8656, 6864, 6715, 11543, 8021, 12149, 7007, 9812, 6607, 7606, 10507, 8114, 12355, 7493, 10628, 6807, 7694, 6418, 6624, 11013, 8597, 11923, 8128, 10711, 6984, 7526, 6859, 6723, 10853, 9160, 11854, 7541, 9393, 6989, 6653, 7387, 6611, 10622, 8317, 10178, 6864, 9849, 6966, 8249, 6756, 7434, 7114, 6926, 6931, 6802, 12176, 6680, 10651, 6775, 8697, 6787, 6385, 11407, 7061, 11417, 6748, 7761, 8321, 7083, 11690, 7716, 11045, 6831, 7634, 6624, 6561, 8389, 7216, 9773, 6440, 10822, 6427, 7930, 6567, 7173, 6247, 6296, 6647, 6312, 10663, 6557, 10555, 7186, 9178, 6418, 7724, 6571, 6830, 10011, 7450, 10590, 7659, 10818, 6842, 8601, 7322, 7211, 11734, 8516, 10712, 6852, 9259, 6461, 6823, 9217, 7904, 10985, 7387, 10555, 6548, 7763, 6773, 6370, 7821, 7370, 10039, 6831, 10079, 6659, 8388, 6657, 10288, 7480, 12038, 7666, 10412, 6849, 7275, 7181, 6659, 11881, 7584, 10625, 7022, 7024, 6552, 6785, 6458, 6866, 11406, 6655, 10207, 7050, 7555, 6529, 6500, 10251, 7337, 11657, 6947, 8812, 7095, 7183, 12403, 6660, 10257, 7648, 7094, 10475, 6848, 11126, 7130, 7032, 6613, 6856, 11044, 8329, 10676, 6661, 7300, 6482, 6919, 9626, 6744, 11191, 7175, 9373, 7106, 6780, 9944, 6782, 10801, 6966, 9499, 6643, 6473, 10154, 6856, 9763, 6754, 7951, 6425, 6719, 9259, 7022, 10997, 6727, 7167, 9872, 7651, 11803, 7052, 9417, 6733, 6595, 12962, 8554, 10882, 6614, 7992, 9015, 6885, 10815, 7473, 9815, 6836, 6975, 6857, 6796, 9128, 6633, 10936, 6810, 9320, 6447, 6745, 13093, 6966, 10299, 7006, 7001, 11781, 8063, 11285, 7009, 7565, 7233, 6759, 12230, 8538, 10296, 6841, 7096, 6893, 6685, 12265, 6791, 10484, 6573, 7891, 7127, 6635, 12921, 6847, 10275, 7062, 7512, 8056, 6819, 11629, 7137, 9941, 6696, 8034, 6578, 6345, 6874, 6815, 11456, 6680, 10941, 6561, 8667, 6760, 6533, 8818, 6965, 11741, 6877, 10308, 6556, 8575, 6505, 6629, 7872, 6817, 11942, 6837, 11090, 6827, 8940, 7236, 6834, 7068, 6967, 11587, 8960, 11707, 7982, 10721, 6781, 8538, 6507, 7532, 6592, 7372, 6729, 6640, 8720, 6641, 12769, 7027, 10863, 7794, 8987, 7457, 6762, 12037, 8110, 11860, 7040, 10479, 6797, 7169, 6917, 6899, 9768, 7027, 11454, 6331, 9872, 7064, 7807, 6861, 6836, 7934, 6899, 12349, 7479, 10967, 7034, 8759, 6606, 7055, 11378, 7460, 11391, 6726, 9957, 6626, 6920, 7370, 6985, 11543, 7060, 10637, 6891, 9082, 6542, 6885, 7221, 6661, 11903, 7949, 11045, 6748, 9063, 6944, 7031, 9219, 6869, 12059, 8363, 10824, 6726, 8992, 7037, 6751, 8780, 7114, 11064, 8595, 10648, 7042, 9448, 6769, 7890, 6470, 7109, 8243, 6854, 11884, 6851, 10714, 6752, 8985, 7118, 6821, 8510, 7021, 12466, 6812, 10343, 6818, 9131, 7605, 6795, 6864, 7013, 10816, 6635, 10652, 6888, 8289, 6775, 6795, 8303, 6611, 12680, 6764, 9376, 7654, 7752, 10985, 7853, 12104, 7024, 8489, 6755, 6453, 10705, 8173, 11095, 6770, 9342, 6484, 6608, 7737, 6881, 12477, 7893, 10269, 6934, 8030, 6699, 6868, 10530, 8118, 11036, 7774, 9437, 7176, 6637, 7007, 6480, 9488, 6695, 10263, 6853, 10371, 6886, 8220, 6632, 7356, 6890, 7214, 9447, 7346, 10093, 7094, 10441, 6726, 9057, 6842, 8086, 6476, 6629, 7122, 6604, 11888, 6843, 9704, 6931, 6797, 8677, 6786, 12847, 6812, 10183, 8571, 7088, 11624, 8559, 11287, 6626, 7756, 7642, 6624, 12335, 7715, 10463, 6769, 7207, 6742, 6763, 8684, 6454, 10578, 7567, 8501, 6821, 9859, 6899, 9443, 6502, 8210, 7583, 6726, 11628, 6742, 11281, 6917, 8671, 10272, 8251, 11784, 8666, 11551, 6590, 8093, 6744, 6659, 10736, 8260, 11552, 6983, 9707, 7052, 6633, 8092, 7200, 10809, 8125, 9037, 7231, 8911, 6943, 7222, 6872, 6822, 7512, 6831, 11588, 6962, 11022, 7066, 8517, 8106, 6994, 10884, 6653, 11862, 6561, 8125, 6495, 6776, 10463, 7432, 10242, 6947, 9895, 6796, 7124, 6656, 6815, 7375, 6990, 9399, 7041, 10033, 6429, 9453, 6426, 7989, 6724, 6617, 6729, 6547, 11279, 7566, 10461, 6528, 8855, 6495, 6669, 10265, 7871, 10822, 6686, 9396, 6628, 6797, 6922, 6982, 10126, 6761, 11154, 6983, 9270, 6763, 7879, 6997, 6659, 9062, 6822, 11701, 6383, 10597, 6831, 9412, 6480, 7151, 6697, 6532, 10813, 8831, 11124, 6641, 10284, 6816, 9088, 6771, 7694, 10337, 7572, 11724, 6461, 10212, 6611, 8357, 6535, 6571, 6663, 6846, 9030, 6486, 11544, 7283, 10226, 6573, 9041, 6417, 7524, 9556, 7705, 11297, 7614, 11091, 6628, 9329, 6512, 7869, 8876, 7727, 10727, 6952, 11430, 6246, 9582, 6391, 8670, 6813, 6831, 7234, 6863, 11602, 6558, 11172, 7970, 9510, 6466, 8794, 6379, 8503, 6401, 8537, 6631, 6764, 6438, 6732, 11640, 7671, 11413, 7021, 9552, 6269, 6948, 10048, 8278, 10955, 7798, 11154, 6817, 8869, 6567, 7024, 9994, 7363, 9973, 6992, 10760, 6568, 8421, 6550, 7968, 6763, 6607, 6518, 6786, 12766, 6309, 11319, 8460, 10333, 7745, 7556, 8913, 6521, 12331, 6637, 9597, 8179, 7721, 9850, 6735, 11746, 6340, 9184, 7101, 7905, 6466, 6442, 10092, 6383, 11560, 6833, 9714, 6629, 6906, 6632, 6488, 9497, 6394, 11509, 7533, 9972, 6432, 7693, 6766, 6582, 10769, 7021, 10814, 8119, 8771, 6644, 6937, 6809, 6464, 7361, 6376, 11025, 6528, 10305, 6700, 9109, 6455, 6663, 11285, 7622, 11048, 6616, 8815, 6853, 6665, 11751, 7577, 10461, 7296, 7494, 6321, 6708, 10013, 6660, 10257, 6607, 8480, 6417, 6489, 7448, 6545, 11223, 6215, 8919, 6962, 7316, 6414, 6496, 11457, 6529, 10399, 6665, 8705, 7243, 6315, 8903, 6571, 11055, 6450, 9650, 6473, 7407, 6337, 6490, 9145, 6404, 10849, 7353, 9496, 6571, 7492, 6413, 6511, 8958, 6756, 11038, 8206, 11117, 7678, 8690, 6576, 10696, 6255, 7329, 9268, 6555, 11565, 7638, 10435, 6678, 8175, 7095, 6358, 11747, 7717, 10707, 6474, 8490, 6579, 6500, 10082, 6941, 10487, 6687, 9136, 6582, 6770, 6550, 6350, 11249, 7578, 10527, 7715, 9163, 6410, 6628, 6682, 6294, 11342, 7758, 10633, 6673, 9791, 6269, 6530, 7001, 6353, 11250, 7573, 10089, 6384, 9220, 6311, 7035, 6715, 6231, 10857, 7220, 10875, 6842, 9671, 6604, 7626, 7829, 6798, 9987, 6665, 10871, 6374, 9553, 6253, 7691, 6442, 6487, 6580, 6686, 9845, 6233, 11234, 7665, 10005, 6508, 7984, 6297, 6561, 7254, 6191, 11694, 8295, 10473, 6720, 9354, 6459, 6343, 7671, 6281, 11877, 7813, 9831, 6589, 9824, 6496, 8134, 6537, 7277, 8926, 6687, 9072, 6230, 11399, 6509, 9415, 6831, 8330, 7451, 6705, 10369, 6360, 10709, 6495, 9476, 6349, 8195, 6442, 6613, 6448, 6405, 6401, 6885, 6469, 8920, 6921, 7931, 6611, 9183, 7819, 8828, 6305, 10844, 8217, 7376, 12652, 9050, 11266, 8148, 9181, 7074, 12883, 9328, 11273, 9460, 12109, 9005, 10026, 7335, 7127, 6500, 6643, 6317, 6718, 6305, 6535, 6364, 6529, 6663, 6452, 6781, 6414, 6421, 12090, 7221, 10620, 7382, 7294, 11027, 6868, 10634, 6885, 7412, 7025, 6432, 8673, 6365, 11533, 8338, 10707, 6497, 8257, 6754, 6384, 8250, 6430, 11715, 6876, 10861, 6515, 7384, 6442, 6307, 10947], 'WindowCenter': [4208.0, 4168.0, 4186.0, 4131.0, 4150.0, 4115.0, 4105.0, 4155.0, 4112.0, 4143.0, 4101.0, 4112.0, 4101.0, 4101.0, 4142.0, 4114.0, 4154.0, 4113.0, 4122.0, 4114.0, 4114.0, 4114.0, 4117.0, 4159.0, 4128.0, 4139.0, 4130.0, 4129.0, 4150.0, 4117.0, 4170.0, 4120.0, 4150.0, 4130.0, 4130.0, 4170.0, 4118.0, 4159.0, 4117.0, 4148.0, 4118.0, 4119.0, 4158.0, 4117.0, 4158.0, 4117.0, 4138.0, 4118.0, 4118.0, 4159.0, 4118.0, 4147.0, 4118.0, 4137.0, 4117.0, 4120.0, 4129.0, 4129.0, 4159.0, 4119.0, 4140.0, 4129.0, 4139.0, 4119.0, 4132.0, 4153.0, 4133.0, 4172.0, 4131.0, 4163.0, 4142.0, 4154.0, 4153.0, 4132.0, 4183.0, 4130.0, 4160.0, 4119.0, 4140.0, 4161.0, 4131.0, 4172.0, 4131.0, 4161.0, 4119.0, 4130.0, 4160.0, 4132.0, 4173.0, 4143.0, 4172.0, 4133.0, 4142.0, 4162.0, 4133.0, 4184.0, 4123.0, 4162.0, 4121.0, 4132.0, 4183.0, 4129.0, 4159.0, 4120.0, 4160.0, 4129.0, 4120.0, 4161.0, 4130.0, 4170.0, 4131.0, 4151.0, 4122.0, 4151.0, 4121.0, 4134.0, 4173.0, 4131.0, 4182.0, 4130.0, 4153.0, 4130.0, 4142.0, 4153.0, 4132.0, 4181.0, 4131.0, 4171.0, 4130.0, 4161.0, 4129.0, 4131.0, 4150.0, 4129.0, 4170.0, 4129.0, 4159.0, 4129.0, 4140.0, 4129.0, 4129.0, 4180.0, 4130.0, 4172.0, 4129.0, 4150.0, 4129.0, 4118.0, 4171.0, 4151.0, 4169.0, 4129.0, 4149.0, 4128.0, 4118.0, 4128.0, 4118.0, 4170.0, 4150.0, 4170.0, 4131.0, 4149.0, 4118.0, 4118.0, 4169.0, 4127.0, 4168.0, 4128.0, 4147.0, 4129.0, 4116.0, 4117.0, 4118.0, 4170.0, 4129.0, 4170.0, 4131.0, 4151.0, 4118.0, 4121.0, 4143.0, 4132.0, 4174.0, 4146.0, 4184.0, 4131.0, 4163.0, 4131.0, 4142.0, 4164.0, 4142.0, 4194.0, 4130.0, 4161.0, 4119.0, 4160.0, 4131.0, 4121.0, 4172.0, 4120.0, 4173.0, 4132.0, 4162.0, 4133.0, 4134.0, 4173.0, 4130.0, 4172.0, 4129.0, 4151.0, 4131.0, 4131.0, 4172.0, 4118.0, 4169.0, 4128.0, 4159.0, 4117.0, 4130.0, 4138.0, 4117.0, 4168.0, 4116.0, 4159.0, 4116.0, 4128.0, 4129.0, 4119.0, 4181.0, 4117.0, 4159.0, 4130.0, 4140.0, 4120.0, 4131.0, 4181.0, 4118.0, 4149.0, 4116.0, 4138.0, 4138.0, 4129.0, 4171.0, 4117.0, 4160.0, 4117.0, 4138.0, 4127.0, 4128.0, 4170.0, 4117.0, 4159.0, 4119.0, 4139.0, 4130.0, 4129.0, 4172.0, 4131.0, 4172.0, 4121.0, 4151.0, 4131.0, 4121.0, 4162.0, 4131.0, 4183.0, 4130.0, 4150.0, 4129.0, 4139.0, 4162.0, 4140.0, 4172.0, 4131.0, 4149.0, 4131.0, 4141.0, 4132.0, 4133.0, 4135.0, 4147.0, 4186.0, 4145.0, 4185.0, 4144.0, 4177.0, 4175.0, 4144.0, 4197.0, 4145.0, 4174.0, 4131.0, 4165.0, 4175.0, 4155.0, 4185.0, 4133.0, 4182.0, 4128.0, 4149.0, 4128.0, 4140.0, 4170.0, 4129.0, 4180.0, 4117.0, 4148.0, 4116.0, 4138.0, 4139.0, 4129.0, 4170.0, 4116.0, 4146.0, 4105.0, 4126.0, 4118.0, 4139.0, 4161.0, 4129.0, 4168.0, 4116.0, 4146.0, 4113.0, 4125.0, 4157.0, 4125.0, 4167.0, 4116.0, 4137.0, 4115.0, 4113.0, 4154.0, 4124.0, 4153.0, 4124.0, 4145.0, 4103.0, 4103.0, 4114.0, 4115.0, 4167.0, 4138.0, 4158.0, 4128.0, 4128.0, 4116.0, 4117.0, 4157.0, 4128.0, 4170.0, 4118.0, 4141.0, 4129.0, 4129.0, 4168.0, 4116.0, 4159.0, 4117.0, 4140.0, 4118.0, 4118.0, 4159.0, 4117.0, 4158.0, 4127.0, 4140.0, 4118.0, 4130.0, 4151.0, 4129.0, 4171.0, 4121.0, 4161.0, 4120.0, 4141.0, 4151.0, 4129.0, 4180.0, 4139.0, 4160.0, 4118.0, 4150.0, 4138.0, 4116.0, 4156.0, 4137.0, 4168.0, 4126.0, 4137.0, 4127.0, 4116.0, 4157.0, 4114.0, 4160.0, 4117.0, 4139.0, 4129.0, 4120.0, 4171.0, 4129.0, 4170.0, 4117.0, 4150.0, 4118.0, 4129.0, 4160.0, 4129.0, 4170.0, 4116.0, 4137.0, 4117.0, 4129.0, 4161.0, 4117.0, 4157.0, 4115.0, 4127.0, 4117.0, 4117.0, 4137.0, 4129.0, 4169.0, 4128.0, 4161.0, 4129.0, 4130.0, 4130.0, 4131.0, 4191.0, 4128.0, 4150.0, 4118.0, 4140.0, 4151.0, 4141.0, 4183.0, 4130.0, 4159.0, 4127.0, 4117.0, 4149.0, 4139.0, 4169.0, 4128.0, 4157.0, 4126.0, 4128.0, 4116.0, 4118.0, 4138.0, 4128.0, 4181.0, 4132.0, 4160.0, 4119.0, 4140.0, 4140.0, 4129.0, 4170.0, 4128.0, 4159.0, 4116.0, 4137.0, 4117.0, 4118.0, 4138.0, 4117.0, 4167.0, 4115.0, 4147.0, 4115.0, 4127.0, 4116.0, 4118.0, 4150.0, 4128.0, 4158.0, 4128.0, 4149.0, 4117.0, 4129.0, 4130.0, 4142.0, 4150.0, 4130.0, 4172.0, 4131.0, 4160.0, 4131.0, 4143.0, 4131.0, 4130.0, 4170.0, 4142.0, 4171.0, 4140.0, 4160.0, 4130.0, 4139.0, 4130.0, 4131.0, 4173.0, 4143.0, 4185.0, 4144.0, 4174.0, 4132.0, 4153.0, 4164.0, 4143.0, 4184.0, 4154.0, 4173.0, 4143.0, 4162.0, 4130.0, 4151.0, 4151.0, 4142.0, 4173.0, 4142.0, 4183.0, 4132.0, 4162.0, 4130.0, 4132.0, 4174.0, 4142.0, 4174.0, 4143.0, 4172.0, 4131.0, 4150.0, 4130.0, 4141.0, 4163.0, 4140.0, 4163.0, 4130.0, 4160.0, 4128.0, 4150.0, 4120.0, 4142.0, 4123.0, 4142.0, 4163.0, 4132.0, 4183.0, 4142.0, 4174.0, 4132.0, 4154.0, 4142.0, 4132.0, 4183.0, 4152.0, 4172.0, 4141.0, 4152.0, 4128.0, 4121.0, 4150.0, 4120.0, 4169.0, 4129.0, 4150.0, 4118.0, 4120.0, 4131.0, 4131.0, 4172.0, 4129.0, 4171.0, 4130.0, 4151.0, 4130.0, 4130.0, 4151.0, 4130.0, 4171.0, 4119.0, 4160.0, 4120.0, 4139.0, 4129.0, 4132.0, 4133.0, 4131.0, 4182.0, 4143.0, 4173.0, 4143.0, 4164.0, 4142.0, 4141.0, 4152.0, 4141.0, 4183.0, 4142.0, 4173.0, 4142.0, 4151.0, 4121.0, 4130.0, 4162.0, 4141.0, 4172.0, 4131.0, 4171.0, 4130.0, 4152.0, 4119.0, 4131.0, 4151.0, 4140.0, 4172.0, 4132.0, 4173.0, 4129.0, 4150.0, 4118.0, 4139.0, 4119.0, 4132.0, 4142.0, 4130.0, 4171.0, 4131.0, 4174.0, 4133.0, 4164.0, 4123.0, 4144.0, 4142.0, 4131.0, 4180.0, 4150.0, 4171.0, 4130.0, 4139.0, 4130.0, 4130.0, 4160.0, 4117.0, 4171.0, 4139.0, 4160.0, 4127.0, 4139.0, 4119.0, 4129.0, 4150.0, 4118.0, 4172.0, 4141.0, 4162.0, 4132.0, 4152.0, 4131.0, 4132.0, 4162.0, 4141.0, 4173.0, 4143.0, 4171.0, 4141.0, 4152.0, 4130.0, 4129.0, 4132.0, 4144.0, 4154.0, 4146.0, 4178.0, 4144.0, 4184.0, 4134.0, 4175.0, 4132.0, 4154.0, 4162.0, 4144.0, 4182.0, 4131.0, 4172.0, 4139.0, 4130.0, 4152.0, 4130.0, 4170.0, 4116.0, 4158.0, 4117.0, 4148.0, 4115.0, 4116.0, 4126.0, 4115.0, 4145.0, 4116.0, 4158.0, 4128.0, 4148.0, 4131.0, 4151.0, 4130.0, 4141.0, 4131.0, 4133.0, 4154.0, 4133.0, 4183.0, 4131.0, 4160.0, 4130.0, 4163.0, 4131.0, 4143.0, 4173.0, 4119.0, 4171.0, 4139.0, 4161.0, 4120.0, 4151.0, 4130.0, 4131.0, 4169.0, 4130.0, 4171.0, 4131.0, 4161.0, 4121.0, 4143.0, 4131.0, 4132.0, 4181.0, 4141.0, 4171.0, 4129.0, 4150.0, 4130.0, 4118.0, 4168.0, 4128.0, 4170.0, 4128.0, 4150.0, 4127.0, 4118.0, 4127.0, 4116.0, 4169.0, 4138.0, 4159.0, 4118.0, 4148.0, 4128.0, 4120.0, 4151.0, 4119.0, 4180.0, 4141.0, 4160.0, 4130.0, 4139.0, 4127.0, 4118.0, 4159.0, 4149.0, 4170.0, 4139.0, 4159.0, 4130.0, 4128.0, 4130.0, 4130.0, 4133.0, 4133.0, 4164.0, 4144.0, 4185.0, 4144.0, 4163.0, 4133.0, 4144.0, 4185.0, 4153.0, 4185.0, 4134.0, 4162.0, 4119.0, 4130.0, 4161.0, 4140.0, 4172.0, 4119.0, 4160.0, 4119.0, 4119.0, 4117.0, 4120.0, 4132.0, 4142.0, 4144.0, 4145.0, 4164.0, 4134.0, 4186.0, 4145.0, 4189.0, 4149.0, 4170.0, 4145.0, 4145.0, 4184.0, 4155.0, 4186.0, 4145.0, 4175.0, 4132.0, 4141.0, 4171.0, 4142.0, 4182.0, 4131.0, 4160.0, 4130.0, 4140.0, 4117.0, 4118.0, 4159.0, 4149.0, 4169.0, 4139.0, 4159.0, 4129.0, 4127.0, 4115.0, 4115.0, 4157.0, 4148.0, 4168.0, 4127.0, 4149.0, 4117.0, 4115.0, 4125.0, 4118.0, 4157.0, 4139.0, 4160.0, 4117.0, 4148.0, 4118.0, 4140.0, 4117.0, 4129.0, 4129.0, 4129.0, 4131.0, 4132.0, 4182.0, 4131.0, 4171.0, 4130.0, 4153.0, 4132.0, 4132.0, 4183.0, 4130.0, 4170.0, 4118.0, 4138.0, 4140.0, 4129.0, 4171.0, 4140.0, 4171.0, 4131.0, 4137.0, 4118.0, 4117.0, 4138.0, 4128.0, 4161.0, 4131.0, 4170.0, 4119.0, 4137.0, 4117.0, 4129.0, 4118.0, 4118.0, 4129.0, 4118.0, 4159.0, 4121.0, 4172.0, 4134.0, 4162.0, 4133.0, 4142.0, 4131.0, 4132.0, 4164.0, 4132.0, 4163.0, 4144.0, 4173.0, 4132.0, 4141.0, 4130.0, 4129.0, 4173.0, 4141.0, 4161.0, 4119.0, 4149.0, 4108.0, 4117.0, 4149.0, 4130.0, 4160.0, 4130.0, 4158.0, 4117.0, 4128.0, 4120.0, 4119.0, 4140.0, 4129.0, 4161.0, 4131.0, 4163.0, 4134.0, 4152.0, 4132.0, 4164.0, 4143.0, 4185.0, 4143.0, 4161.0, 4122.0, 4130.0, 4118.0, 4118.0, 4169.0, 4131.0, 4161.0, 4119.0, 4118.0, 4118.0, 4116.0, 4107.0, 4117.0, 4170.0, 4119.0, 4160.0, 4130.0, 4142.0, 4121.0, 4121.0, 4163.0, 4132.0, 4186.0, 4132.0, 4152.0, 4130.0, 4132.0, 4183.0, 4119.0, 4163.0, 4130.0, 4132.0, 4163.0, 4120.0, 4160.0, 4129.0, 4117.0, 4118.0, 4119.0, 4170.0, 4139.0, 4159.0, 4120.0, 4128.0, 4107.0, 4128.0, 4149.0, 4119.0, 4172.0, 4131.0, 4151.0, 4132.0, 4122.0, 4160.0, 4120.0, 4161.0, 4130.0, 4162.0, 4130.0, 4122.0, 4161.0, 4130.0, 4160.0, 4121.0, 4142.0, 4121.0, 4131.0, 4162.0, 4143.0, 4171.0, 4131.0, 4132.0, 4175.0, 4143.0, 4184.0, 4143.0, 4163.0, 4131.0, 4132.0, 4181.0, 4149.0, 4160.0, 4119.0, 4141.0, 4148.0, 4115.0, 4157.0, 4129.0, 4159.0, 4121.0, 4130.0, 4130.0, 4131.0, 4160.0, 4132.0, 4174.0, 4133.0, 4166.0, 4135.0, 4145.0, 4196.0, 4132.0, 4173.0, 4130.0, 4132.0, 4182.0, 4141.0, 4171.0, 4130.0, 4140.0, 4128.0, 4118.0, 4170.0, 4149.0, 4159.0, 4129.0, 4131.0, 4128.0, 4118.0, 4168.0, 4119.0, 4171.0, 4121.0, 4142.0, 4130.0, 4130.0, 4180.0, 4119.0, 4159.0, 4119.0, 4131.0, 4139.0, 4118.0, 4170.0, 4127.0, 4148.0, 4118.0, 4141.0, 4118.0, 4119.0, 4131.0, 4132.0, 4172.0, 4131.0, 4168.0, 4128.0, 4151.0, 4132.0, 4121.0, 4163.0, 4130.0, 4170.0, 4129.0, 4162.0, 4121.0, 4152.0, 4121.0, 4131.0, 4153.0, 4131.0, 4182.0, 4131.0, 4172.0, 4130.0, 4153.0, 4144.0, 4132.0, 4133.0, 4130.0, 4172.0, 4152.0, 4182.0, 4141.0, 4173.0, 4131.0, 4149.0, 4117.0, 4140.0, 4131.0, 4143.0, 4132.0, 4133.0, 4164.0, 4131.0, 4183.0, 4131.0, 4174.0, 4143.0, 4164.0, 4141.0, 4132.0, 4171.0, 4140.0, 4170.0, 4118.0, 4160.0, 4117.0, 4129.0, 4128.0, 4127.0, 4148.0, 4128.0, 4168.0, 4119.0, 4160.0, 4130.0, 4141.0, 4133.0, 4131.0, 4141.0, 4131.0, 4183.0, 4143.0, 4174.0, 4132.0, 4153.0, 4132.0, 4131.0, 4170.0, 4129.0, 4171.0, 4131.0, 4161.0, 4131.0, 4130.0, 4129.0, 4129.0, 4170.0, 4131.0, 4170.0, 4130.0, 4149.0, 4133.0, 4132.0, 4142.0, 4131.0, 4182.0, 4153.0, 4173.0, 4133.0, 4152.0, 4131.0, 4130.0, 4149.0, 4120.0, 4170.0, 4151.0, 4161.0, 4119.0, 4150.0, 4129.0, 4118.0, 4139.0, 4129.0, 4171.0, 4151.0, 4161.0, 4130.0, 4160.0, 4119.0, 4140.0, 4120.0, 4133.0, 4153.0, 4133.0, 4184.0, 4130.0, 4161.0, 4119.0, 4151.0, 4130.0, 4131.0, 4152.0, 4130.0, 4182.0, 4120.0, 4159.0, 4119.0, 4151.0, 4140.0, 4119.0, 4129.0, 4127.0, 4171.0, 4119.0, 4161.0, 4130.0, 4151.0, 4131.0, 4132.0, 4153.0, 4132.0, 4182.0, 4118.0, 4151.0, 4140.0, 4141.0, 4171.0, 4142.0, 4171.0, 4130.0, 4138.0, 4116.0, 4108.0, 4157.0, 4138.0, 4158.0, 4117.0, 4148.0, 4118.0, 4118.0, 4129.0, 4128.0, 4180.0, 4141.0, 4160.0, 4131.0, 4141.0, 4120.0, 4119.0, 4159.0, 4139.0, 4171.0, 4140.0, 4149.0, 4129.0, 4118.0, 4129.0, 4118.0, 4161.0, 4129.0, 4162.0, 4129.0, 4171.0, 4130.0, 4149.0, 4128.0, 4130.0, 4130.0, 4141.0, 4163.0, 4143.0, 4163.0, 4132.0, 4160.0, 4117.0, 4153.0, 4119.0, 4140.0, 4120.0, 4131.0, 4131.0, 4132.0, 4183.0, 4132.0, 4165.0, 4143.0, 4147.0, 4167.0, 4145.0, 4196.0, 4133.0, 4175.0, 4152.0, 4133.0, 4171.0, 4152.0, 4173.0, 4131.0, 4141.0, 4127.0, 4117.0, 4168.0, 4129.0, 4159.0, 4118.0, 4129.0, 4118.0, 4118.0, 4149.0, 4120.0, 4172.0, 4140.0, 4153.0, 4133.0, 4172.0, 4132.0, 4164.0, 4134.0, 4155.0, 4144.0, 4134.0, 4186.0, 4134.0, 4174.0, 4129.0, 4151.0, 4162.0, 4152.0, 4172.0, 4150.0, 4170.0, 4117.0, 4126.0, 4116.0, 4117.0, 4159.0, 4136.0, 4168.0, 4117.0, 4146.0, 4114.0, 4116.0, 4126.0, 4127.0, 4157.0, 4127.0, 4147.0, 4129.0, 4147.0, 4128.0, 4127.0, 4118.0, 4132.0, 4141.0, 4132.0, 4183.0, 4132.0, 4171.0, 4128.0, 4139.0, 4140.0, 4130.0, 4160.0, 4131.0, 4169.0, 4117.0, 4126.0, 4106.0, 4119.0, 4159.0, 4129.0, 4157.0, 4129.0, 4147.0, 4115.0, 4128.0, 4117.0, 4119.0, 4130.0, 4129.0, 4160.0, 4127.0, 4158.0, 4119.0, 4162.0, 4120.0, 4141.0, 4133.0, 4132.0, 4130.0, 4122.0, 4173.0, 4141.0, 4172.0, 4121.0, 4152.0, 4121.0, 4131.0, 4161.0, 4141.0, 4170.0, 4119.0, 4148.0, 4118.0, 4119.0, 4130.0, 4128.0, 4161.0, 4120.0, 4169.0, 4118.0, 4150.0, 4117.0, 4139.0, 4130.0, 4119.0, 4149.0, 4118.0, 4168.0, 4117.0, 4159.0, 4118.0, 4150.0, 4120.0, 4129.0, 4117.0, 4120.0, 4172.0, 4151.0, 4171.0, 4131.0, 4171.0, 4130.0, 4152.0, 4131.0, 4141.0, 4163.0, 4143.0, 4184.0, 4120.0, 4160.0, 4120.0, 4152.0, 4120.0, 4131.0, 4132.0, 4131.0, 4152.0, 4122.0, 4183.0, 4145.0, 4175.0, 4134.0, 4164.0, 4134.0, 4143.0, 4163.0, 4142.0, 4172.0, 4144.0, 4184.0, 4133.0, 4163.0, 4121.0, 4142.0, 4152.0, 4143.0, 4175.0, 4143.0, 4182.0, 4121.0, 4161.0, 4121.0, 4153.0, 4131.0, 4133.0, 4141.0, 4131.0, 4172.0, 4122.0, 4172.0, 4154.0, 4173.0, 4136.0, 4162.0, 4134.0, 4167.0, 4134.0, 4169.0, 4146.0, 4147.0, 4134.0, 4134.0, 4185.0, 4143.0, 4184.0, 4131.0, 4162.0, 4119.0, 4130.0, 4161.0, 4150.0, 4171.0, 4141.0, 4171.0, 4119.0, 4150.0, 4116.0, 4128.0, 4161.0, 4130.0, 4159.0, 4129.0, 4170.0, 4118.0, 4151.0, 4121.0, 4153.0, 4133.0, 4133.0, 4135.0, 4145.0, 4195.0, 4132.0, 4185.0, 4154.0, 4174.0, 4143.0, 4144.0, 4164.0, 4120.0, 4180.0, 4118.0, 4162.0, 4140.0, 4140.0, 4161.0, 4131.0, 4168.0, 4117.0, 4149.0, 4129.0, 4139.0, 4119.0, 4118.0, 4160.0, 4116.0, 4168.0, 4118.0, 4148.0, 4117.0, 4128.0, 4119.0, 4119.0, 4146.0, 4118.0, 4168.0, 4127.0, 4158.0, 4118.0, 4129.0, 4118.0, 4115.0, 4158.0, 4117.0, 4158.0, 4127.0, 4136.0, 4116.0, 4125.0, 4117.0, 4117.0, 4128.0, 4117.0, 4172.0, 4121.0, 4173.0, 4131.0, 4163.0, 4130.0, 4132.0, 4172.0, 4143.0, 4173.0, 4131.0, 4164.0, 4131.0, 4119.0, 4169.0, 4140.0, 4159.0, 4127.0, 4128.0, 4118.0, 4119.0, 4157.0, 4118.0, 4160.0, 4116.0, 4149.0, 4120.0, 4119.0, 4141.0, 4119.0, 4171.0, 4121.0, 4162.0, 4129.0, 4142.0, 4133.0, 4133.0, 4184.0, 4121.0, 4161.0, 4131.0, 4152.0, 4131.0, 4121.0, 4163.0, 4118.0, 4169.0, 4119.0, 4162.0, 4118.0, 4141.0, 4132.0, 4121.0, 4150.0, 4119.0, 4171.0, 4142.0, 4162.0, 4131.0, 4143.0, 4132.0, 4120.0, 4151.0, 4132.0, 4173.0, 4155.0, 4174.0, 4142.0, 4165.0, 4133.0, 4171.0, 4119.0, 4130.0, 4161.0, 4121.0, 4172.0, 4142.0, 4171.0, 4131.0, 4140.0, 4128.0, 4116.0, 4168.0, 4138.0, 4159.0, 4117.0, 4137.0, 4115.0, 4106.0, 4157.0, 4117.0, 4158.0, 4117.0, 4148.0, 4128.0, 4118.0, 4117.0, 4117.0, 4170.0, 4138.0, 4159.0, 4139.0, 4149.0, 4119.0, 4117.0, 4115.0, 4118.0, 4168.0, 4139.0, 4158.0, 4118.0, 4159.0, 4118.0, 4105.0, 4127.0, 4118.0, 4170.0, 4139.0, 4158.0, 4120.0, 4158.0, 4119.0, 4129.0, 4130.0, 4121.0, 4173.0, 4141.0, 4171.0, 4131.0, 4159.0, 4119.0, 4139.0, 4139.0, 4130.0, 4161.0, 4119.0, 4169.0, 4117.0, 4147.0, 4118.0, 4139.0, 4118.0, 4118.0, 4129.0, 4130.0, 4160.0, 4119.0, 4170.0, 4141.0, 4163.0, 4119.0, 4141.0, 4131.0, 4131.0, 4128.0, 4118.0, 4171.0, 4151.0, 4170.0, 4131.0, 4161.0, 4120.0, 4119.0, 4137.0, 4119.0, 4169.0, 4140.0, 4162.0, 4131.0, 4161.0, 4119.0, 4139.0, 4119.0, 4140.0, 4151.0, 4130.0, 4161.0, 4121.0, 4170.0, 4117.0, 4149.0, 4117.0, 4139.0, 4130.0, 4119.0, 4159.0, 4118.0, 4158.0, 4105.0, 4146.0, 4117.0, 4139.0, 4131.0, 4131.0, 4131.0, 4133.0, 4146.0, 4156.0, 4148.0, 4178.0, 4135.0, 4142.0, 4131.0, 4136.0, 4142.0, 4146.0, 4120.0, 4169.0, 4134.0, 4122.0, 4176.0, 4147.0, 4170.0, 4138.0, 4147.0, 4145.0, 4199.0, 4163.0, 4159.0, 4147.0, 4153.0, 4121.0, 4131.0, 4100.0, 4100.0, 4085.0, 4100.0, 4100.0, 4101.0, 4086.0, 4086.0, 4087.0, 4098.0, 4100.0, 4100.0, 4100.0, 4101.0, 4102.0, 4152.0, 4112.0, 4141.0, 4110.0, 4111.0, 4142.0, 4100.0, 4141.0, 4110.0, 4110.0, 4111.0, 4103.0, 4145.0, 4115.0, 4170.0, 4136.0, 4155.0, 4105.0, 4135.0, 4114.0, 4117.0, 4136.0, 4118.0, 4180.0, 4129.0, 4158.0, 4117.0, 4125.0, 4115.0, 4116.0, 4168.0], 'WindowWidth': [9330.0, 9259.0, 9281.0, 9196.0, 9219.0, 9166.0, 9151.0, 9221.0, 9155.0, 9198.0, 9140.0, 9155.0, 9140.0, 9139.0, 9198.0, 9161.0, 9214.0, 9160.0, 9172.0, 9163.0, 9162.0, 9163.0, 9172.0, 9230.0, 9189.0, 9203.0, 9196.0, 9193.0, 9219.0, 9172.0, 9246.0, 9178.0, 9219.0, 9192.0, 9193.0, 9247.0, 9172.0, 9228.0, 9172.0, 9214.0, 9172.0, 9176.0, 9229.0, 9171.0, 9227.0, 9171.0, 9201.0, 9172.0, 9173.0, 9231.0, 9173.0, 9211.0, 9172.0, 9198.0, 9172.0, 9179.0, 9189.0, 9190.0, 9231.0, 9177.0, 9205.0, 9191.0, 9206.0, 9178.0, 9199.0, 9230.0, 9202.0, 9253.0, 9197.0, 9241.0, 9210.0, 9229.0, 9227.0, 9198.0, 9268.0, 9194.0, 9233.0, 9175.0, 9206.0, 9236.0, 9194.0, 9254.0, 9196.0, 9238.0, 9178.0, 9194.0, 9235.0, 9198.0, 9255.0, 9215.0, 9255.0, 9202.0, 9214.0, 9240.0, 9201.0, 9271.0, 9187.0, 9241.0, 9183.0, 9199.0, 9271.0, 9191.0, 9231.0, 9178.0, 9233.0, 9190.0, 9178.0, 9237.0, 9193.0, 9246.0, 9194.0, 9222.0, 9183.0, 9224.0, 9184.0, 9203.0, 9257.0, 9197.0, 9265.0, 9193.0, 9227.0, 9193.0, 9211.0, 9227.0, 9198.0, 9264.0, 9195.0, 9250.0, 9192.0, 9236.0, 9191.0, 9195.0, 9220.0, 9189.0, 9245.0, 9189.0, 9230.0, 9192.0, 9208.0, 9192.0, 9191.0, 9261.0, 9193.0, 9251.0, 9191.0, 9220.0, 9190.0, 9175.0, 9246.0, 9221.0, 9245.0, 9190.0, 9217.0, 9189.0, 9174.0, 9186.0, 9175.0, 9246.0, 9220.0, 9246.0, 9195.0, 9218.0, 9174.0, 9174.0, 9245.0, 9186.0, 9240.0, 9187.0, 9214.0, 9190.0, 9170.0, 9173.0, 9175.0, 9247.0, 9191.0, 9247.0, 9196.0, 9222.0, 9176.0, 9183.0, 9214.0, 9199.0, 9259.0, 9222.0, 9272.0, 9198.0, 9241.0, 9197.0, 9213.0, 9244.0, 9213.0, 9285.0, 9194.0, 9236.0, 9178.0, 9235.0, 9195.0, 9182.0, 9253.0, 9180.0, 9253.0, 9199.0, 9240.0, 9201.0, 9204.0, 9256.0, 9194.0, 9252.0, 9191.0, 9223.0, 9195.0, 9196.0, 9254.0, 9175.0, 9243.0, 9188.0, 9231.0, 9172.0, 9191.0, 9202.0, 9172.0, 9240.0, 9169.0, 9230.0, 9170.0, 9190.0, 9191.0, 9179.0, 9261.0, 9173.0, 9233.0, 9192.0, 9208.0, 9180.0, 9196.0, 9263.0, 9175.0, 9216.0, 9170.0, 9203.0, 9201.0, 9190.0, 9250.0, 9173.0, 9233.0, 9172.0, 9202.0, 9186.0, 9189.0, 9248.0, 9175.0, 9230.0, 9177.0, 9205.0, 9193.0, 9193.0, 9253.0, 9198.0, 9251.0, 9182.0, 9224.0, 9196.0, 9183.0, 9238.0, 9197.0, 9268.0, 9195.0, 9220.0, 9190.0, 9204.0, 9238.0, 9207.0, 9253.0, 9197.0, 9219.0, 9197.0, 9212.0, 9200.0, 9205.0, 9210.0, 9229.0, 9280.0, 9222.0, 9276.0, 9218.0, 9266.0, 9263.0, 9221.0, 9295.0, 9222.0, 9259.0, 9197.0, 9247.0, 9260.0, 9232.0, 9276.0, 9203.0, 9267.0, 9190.0, 9216.0, 9188.0, 9206.0, 9248.0, 9191.0, 9261.0, 9171.0, 9214.0, 9168.0, 9202.0, 9201.0, 9188.0, 9246.0, 9169.0, 9207.0, 9152.0, 9182.0, 9173.0, 9203.0, 9234.0, 9190.0, 9243.0, 9171.0, 9207.0, 9162.0, 9180.0, 9224.0, 9180.0, 9237.0, 9168.0, 9196.0, 9164.0, 9160.0, 9215.0, 9175.0, 9213.0, 9176.0, 9205.0, 9149.0, 9149.0, 9163.0, 9166.0, 9238.0, 9199.0, 9226.0, 9188.0, 9188.0, 9171.0, 9171.0, 9225.0, 9188.0, 9247.0, 9175.0, 9207.0, 9191.0, 9191.0, 9242.0, 9170.0, 9230.0, 9172.0, 9206.0, 9173.0, 9176.0, 9231.0, 9171.0, 9227.0, 9185.0, 9204.0, 9174.0, 9193.0, 9224.0, 9192.0, 9247.0, 9182.0, 9235.0, 9182.0, 9210.0, 9222.0, 9191.0, 9260.0, 9205.0, 9232.0, 9174.0, 9219.0, 9202.0, 9170.0, 9222.0, 9197.0, 9240.0, 9182.0, 9198.0, 9184.0, 9170.0, 9224.0, 9166.0, 9231.0, 9172.0, 9204.0, 9190.0, 9180.0, 9249.0, 9190.0, 9246.0, 9173.0, 9219.0, 9175.0, 9190.0, 9235.0, 9190.0, 9246.0, 9170.0, 9199.0, 9172.0, 9188.0, 9235.0, 9170.0, 9223.0, 9166.0, 9183.0, 9171.0, 9173.0, 9200.0, 9190.0, 9245.0, 9189.0, 9236.0, 9190.0, 9194.0, 9194.0, 9198.0, 9279.0, 9190.0, 9219.0, 9174.0, 9204.0, 9223.0, 9207.0, 9268.0, 9193.0, 9232.0, 9182.0, 9170.0, 9215.0, 9203.0, 9245.0, 9188.0, 9226.0, 9183.0, 9186.0, 9170.0, 9174.0, 9203.0, 9190.0, 9262.0, 9197.0, 9233.0, 9176.0, 9206.0, 9205.0, 9190.0, 9249.0, 9187.0, 9228.0, 9169.0, 9197.0, 9169.0, 9172.0, 9200.0, 9171.0, 9237.0, 9165.0, 9210.0, 9165.0, 9183.0, 9167.0, 9174.0, 9218.0, 9187.0, 9226.0, 9187.0, 9217.0, 9173.0, 9191.0, 9193.0, 9209.0, 9219.0, 9193.0, 9250.0, 9196.0, 9235.0, 9195.0, 9213.0, 9195.0, 9192.0, 9245.0, 9208.0, 9248.0, 9205.0, 9233.0, 9194.0, 9205.0, 9192.0, 9195.0, 9254.0, 9214.0, 9272.0, 9217.0, 9258.0, 9201.0, 9228.0, 9243.0, 9214.0, 9272.0, 9228.0, 9254.0, 9215.0, 9240.0, 9194.0, 9221.0, 9222.0, 9211.0, 9256.0, 9212.0, 9269.0, 9201.0, 9240.0, 9195.0, 9198.0, 9257.0, 9212.0, 9257.0, 9215.0, 9253.0, 9195.0, 9220.0, 9192.0, 9208.0, 9240.0, 9205.0, 9241.0, 9194.0, 9232.0, 9188.0, 9219.0, 9179.0, 9212.0, 9185.0, 9213.0, 9243.0, 9199.0, 9267.0, 9213.0, 9257.0, 9198.0, 9230.0, 9213.0, 9199.0, 9267.0, 9224.0, 9253.0, 9207.0, 9222.0, 9189.0, 9179.0, 9218.0, 9176.0, 9241.0, 9189.0, 9218.0, 9174.0, 9179.0, 9195.0, 9196.0, 9251.0, 9191.0, 9248.0, 9193.0, 9222.0, 9192.0, 9194.0, 9223.0, 9191.0, 9246.0, 9176.0, 9232.0, 9177.0, 9204.0, 9192.0, 9198.0, 9197.0, 9196.0, 9265.0, 9216.0, 9255.0, 9215.0, 9243.0, 9212.0, 9209.0, 9224.0, 9208.0, 9269.0, 9211.0, 9254.0, 9213.0, 9224.0, 9180.0, 9192.0, 9236.0, 9207.0, 9251.0, 9194.0, 9249.0, 9192.0, 9222.0, 9176.0, 9195.0, 9223.0, 9206.0, 9252.0, 9196.0, 9250.0, 9190.0, 9218.0, 9175.0, 9206.0, 9176.0, 9196.0, 9211.0, 9194.0, 9248.0, 9195.0, 9255.0, 9199.0, 9243.0, 9186.0, 9216.0, 9212.0, 9197.0, 9261.0, 9219.0, 9250.0, 9192.0, 9205.0, 9194.0, 9193.0, 9233.0, 9172.0, 9247.0, 9203.0, 9232.0, 9186.0, 9203.0, 9176.0, 9189.0, 9217.0, 9174.0, 9249.0, 9209.0, 9237.0, 9198.0, 9225.0, 9196.0, 9198.0, 9237.0, 9208.0, 9254.0, 9211.0, 9249.0, 9210.0, 9223.0, 9193.0, 9192.0, 9198.0, 9218.0, 9230.0, 9223.0, 9268.0, 9218.0, 9269.0, 9202.0, 9262.0, 9199.0, 9230.0, 9240.0, 9215.0, 9265.0, 9195.0, 9251.0, 9203.0, 9192.0, 9223.0, 9191.0, 9243.0, 9168.0, 9225.0, 9169.0, 9212.0, 9165.0, 9168.0, 9180.0, 9164.0, 9205.0, 9169.0, 9226.0, 9186.0, 9215.0, 9195.0, 9220.0, 9194.0, 9209.0, 9197.0, 9201.0, 9230.0, 9201.0, 9267.0, 9195.0, 9235.0, 9193.0, 9240.0, 9194.0, 9212.0, 9254.0, 9177.0, 9247.0, 9203.0, 9235.0, 9177.0, 9220.0, 9192.0, 9194.0, 9245.0, 9192.0, 9248.0, 9195.0, 9236.0, 9182.0, 9214.0, 9196.0, 9195.0, 9261.0, 9208.0, 9248.0, 9188.0, 9219.0, 9191.0, 9175.0, 9240.0, 9185.0, 9244.0, 9185.0, 9215.0, 9184.0, 9172.0, 9184.0, 9167.0, 9242.0, 9200.0, 9229.0, 9173.0, 9214.0, 9189.0, 9178.0, 9219.0, 9175.0, 9258.0, 9207.0, 9231.0, 9192.0, 9204.0, 9183.0, 9171.0, 9228.0, 9215.0, 9243.0, 9201.0, 9229.0, 9192.0, 9188.0, 9191.0, 9193.0, 9200.0, 9202.0, 9244.0, 9218.0, 9272.0, 9216.0, 9241.0, 9200.0, 9215.0, 9273.0, 9227.0, 9271.0, 9201.0, 9239.0, 9176.0, 9192.0, 9234.0, 9205.0, 9248.0, 9177.0, 9232.0, 9176.0, 9174.0, 9172.0, 9181.0, 9199.0, 9213.0, 9219.0, 9223.0, 9244.0, 9205.0, 9277.0, 9224.0, 9284.0, 9231.0, 9261.0, 9224.0, 9220.0, 9272.0, 9233.0, 9278.0, 9218.0, 9259.0, 9198.0, 9207.0, 9249.0, 9210.0, 9267.0, 9194.0, 9234.0, 9192.0, 9204.0, 9170.0, 9172.0, 9229.0, 9216.0, 9244.0, 9203.0, 9230.0, 9189.0, 9184.0, 9165.0, 9165.0, 9222.0, 9210.0, 9238.0, 9184.0, 9213.0, 9170.0, 9164.0, 9177.0, 9168.0, 9224.0, 9198.0, 9230.0, 9171.0, 9212.0, 9172.0, 9203.0, 9171.0, 9191.0, 9190.0, 9190.0, 9195.0, 9198.0, 9263.0, 9193.0, 9247.0, 9192.0, 9228.0, 9198.0, 9200.0, 9269.0, 9193.0, 9245.0, 9172.0, 9199.0, 9203.0, 9188.0, 9250.0, 9206.0, 9251.0, 9195.0, 9197.0, 9170.0, 9169.0, 9199.0, 9185.0, 9233.0, 9196.0, 9245.0, 9173.0, 9198.0, 9169.0, 9187.0, 9172.0, 9173.0, 9189.0, 9174.0, 9229.0, 9180.0, 9249.0, 9201.0, 9237.0, 9200.0, 9210.0, 9194.0, 9196.0, 9239.0, 9194.0, 9238.0, 9213.0, 9252.0, 9196.0, 9205.0, 9187.0, 9187.0, 9249.0, 9204.0, 9232.0, 9173.0, 9213.0, 9155.0, 9167.0, 9211.0, 9186.0, 9228.0, 9189.0, 9226.0, 9171.0, 9185.0, 9172.0, 9174.0, 9202.0, 9187.0, 9231.0, 9192.0, 9239.0, 9199.0, 9223.0, 9196.0, 9238.0, 9211.0, 9270.0, 9209.0, 9233.0, 9181.0, 9188.0, 9168.0, 9168.0, 9239.0, 9188.0, 9230.0, 9172.0, 9170.0, 9171.0, 9167.0, 9154.0, 9168.0, 9241.0, 9176.0, 9229.0, 9190.0, 9209.0, 9179.0, 9179.0, 9237.0, 9196.0, 9271.0, 9195.0, 9224.0, 9192.0, 9196.0, 9263.0, 9174.0, 9236.0, 9189.0, 9194.0, 9237.0, 9176.0, 9229.0, 9187.0, 9167.0, 9170.0, 9173.0, 9245.0, 9198.0, 9228.0, 9175.0, 9185.0, 9156.0, 9185.0, 9213.0, 9175.0, 9248.0, 9192.0, 9219.0, 9196.0, 9182.0, 9229.0, 9175.0, 9232.0, 9193.0, 9238.0, 9191.0, 9184.0, 9235.0, 9190.0, 9230.0, 9179.0, 9210.0, 9181.0, 9195.0, 9240.0, 9214.0, 9249.0, 9195.0, 9199.0, 9258.0, 9213.0, 9270.0, 9213.0, 9241.0, 9193.0, 9194.0, 9263.0, 9216.0, 9230.0, 9174.0, 9205.0, 9213.0, 9165.0, 9222.0, 9189.0, 9228.0, 9179.0, 9193.0, 9193.0, 9196.0, 9236.0, 9198.0, 9257.0, 9203.0, 9249.0, 9206.0, 9220.0, 9290.0, 9198.0, 9253.0, 9192.0, 9197.0, 9266.0, 9208.0, 9249.0, 9193.0, 9204.0, 9186.0, 9173.0, 9244.0, 9216.0, 9229.0, 9191.0, 9193.0, 9188.0, 9174.0, 9241.0, 9177.0, 9248.0, 9179.0, 9211.0, 9192.0, 9191.0, 9257.0, 9176.0, 9229.0, 9173.0, 9192.0, 9202.0, 9173.0, 9245.0, 9184.0, 9212.0, 9171.0, 9205.0, 9173.0, 9176.0, 9195.0, 9196.0, 9250.0, 9194.0, 9243.0, 9189.0, 9222.0, 9195.0, 9182.0, 9240.0, 9194.0, 9245.0, 9190.0, 9236.0, 9180.0, 9226.0, 9182.0, 9196.0, 9226.0, 9195.0, 9262.0, 9195.0, 9251.0, 9195.0, 9225.0, 9216.0, 9199.0, 9198.0, 9194.0, 9252.0, 9225.0, 9266.0, 9209.0, 9252.0, 9195.0, 9217.0, 9174.0, 9206.0, 9195.0, 9214.0, 9199.0, 9202.0, 9244.0, 9198.0, 9267.0, 9197.0, 9257.0, 9212.0, 9241.0, 9209.0, 9196.0, 9249.0, 9204.0, 9244.0, 9172.0, 9231.0, 9171.0, 9189.0, 9186.0, 9184.0, 9211.0, 9186.0, 9241.0, 9177.0, 9232.0, 9191.0, 9208.0, 9201.0, 9197.0, 9209.0, 9196.0, 9267.0, 9216.0, 9257.0, 9198.0, 9229.0, 9198.0, 9195.0, 9246.0, 9189.0, 9248.0, 9193.0, 9236.0, 9193.0, 9193.0, 9191.0, 9188.0, 9244.0, 9194.0, 9245.0, 9193.0, 9218.0, 9201.0, 9198.0, 9209.0, 9196.0, 9266.0, 9227.0, 9254.0, 9198.0, 9225.0, 9196.0, 9192.0, 9216.0, 9177.0, 9245.0, 9221.0, 9233.0, 9177.0, 9218.0, 9189.0, 9172.0, 9201.0, 9188.0, 9246.0, 9218.0, 9233.0, 9192.0, 9231.0, 9177.0, 9207.0, 9179.0, 9199.0, 9226.0, 9200.0, 9270.0, 9193.0, 9235.0, 9177.0, 9222.0, 9192.0, 9193.0, 9224.0, 9193.0, 9262.0, 9177.0, 9229.0, 9175.0, 9220.0, 9203.0, 9175.0, 9191.0, 9185.0, 9248.0, 9176.0, 9235.0, 9193.0, 9224.0, 9193.0, 9198.0, 9227.0, 9198.0, 9263.0, 9175.0, 9221.0, 9204.0, 9207.0, 9248.0, 9207.0, 9247.0, 9190.0, 9198.0, 9166.0, 9157.0, 9224.0, 9198.0, 9225.0, 9171.0, 9213.0, 9174.0, 9174.0, 9188.0, 9186.0, 9257.0, 9206.0, 9231.0, 9193.0, 9207.0, 9176.0, 9175.0, 9229.0, 9202.0, 9246.0, 9203.0, 9214.0, 9191.0, 9174.0, 9187.0, 9174.0, 9233.0, 9189.0, 9238.0, 9190.0, 9250.0, 9195.0, 9217.0, 9189.0, 9192.0, 9192.0, 9208.0, 9239.0, 9210.0, 9239.0, 9196.0, 9231.0, 9173.0, 9224.0, 9176.0, 9208.0, 9178.0, 9197.0, 9198.0, 9200.0, 9267.0, 9197.0, 9247.0, 9214.0, 9224.0, 9251.0, 9221.0, 9291.0, 9201.0, 9257.0, 9223.0, 9199.0, 9253.0, 9221.0, 9253.0, 9194.0, 9207.0, 9183.0, 9170.0, 9240.0, 9188.0, 9227.0, 9172.0, 9189.0, 9174.0, 9172.0, 9214.0, 9178.0, 9250.0, 9205.0, 9229.0, 9203.0, 9253.0, 9198.0, 9243.0, 9201.0, 9234.0, 9216.0, 9205.0, 9278.0, 9203.0, 9257.0, 9190.0, 9221.0, 9237.0, 9225.0, 9252.0, 9218.0, 9245.0, 9170.0, 9180.0, 9164.0, 9166.0, 9225.0, 9193.0, 9239.0, 9169.0, 9207.0, 9162.0, 9164.0, 9178.0, 9180.0, 9222.0, 9179.0, 9210.0, 9186.0, 9209.0, 9186.0, 9184.0, 9174.0, 9196.0, 9208.0, 9197.0, 9268.0, 9196.0, 9246.0, 9184.0, 9201.0, 9203.0, 9189.0, 9232.0, 9192.0, 9242.0, 9168.0, 9180.0, 9153.0, 9173.0, 9228.0, 9185.0, 9226.0, 9187.0, 9210.0, 9165.0, 9185.0, 9170.0, 9175.0, 9190.0, 9189.0, 9232.0, 9184.0, 9226.0, 9175.0, 9236.0, 9180.0, 9209.0, 9203.0, 9201.0, 9193.0, 9183.0, 9252.0, 9209.0, 9249.0, 9181.0, 9224.0, 9179.0, 9194.0, 9234.0, 9205.0, 9244.0, 9177.0, 9214.0, 9172.0, 9174.0, 9189.0, 9187.0, 9233.0, 9177.0, 9241.0, 9173.0, 9216.0, 9171.0, 9203.0, 9189.0, 9176.0, 9217.0, 9172.0, 9239.0, 9173.0, 9228.0, 9174.0, 9219.0, 9179.0, 9190.0, 9172.0, 9178.0, 9250.0, 9222.0, 9250.0, 9196.0, 9250.0, 9193.0, 9223.0, 9194.0, 9210.0, 9239.0, 9211.0, 9268.0, 9179.0, 9233.0, 9179.0, 9223.0, 9179.0, 9195.0, 9196.0, 9195.0, 9222.0, 9185.0, 9267.0, 9221.0, 9257.0, 9204.0, 9244.0, 9203.0, 9213.0, 9241.0, 9210.0, 9254.0, 9214.0, 9269.0, 9201.0, 9239.0, 9179.0, 9211.0, 9222.0, 9213.0, 9259.0, 9215.0, 9265.0, 9181.0, 9234.0, 9181.0, 9227.0, 9195.0, 9201.0, 9213.0, 9197.0, 9251.0, 9184.0, 9253.0, 9230.0, 9256.0, 9210.0, 9239.0, 9205.0, 9255.0, 9208.0, 9259.0, 9223.0, 9228.0, 9207.0, 9205.0, 9272.0, 9216.0, 9270.0, 9197.0, 9240.0, 9179.0, 9193.0, 9235.0, 9219.0, 9249.0, 9207.0, 9248.0, 9176.0, 9217.0, 9169.0, 9187.0, 9234.0, 9190.0, 9230.0, 9189.0, 9245.0, 9174.0, 9221.0, 9182.0, 9228.0, 9200.0, 9202.0, 9208.0, 9221.0, 9287.0, 9200.0, 9273.0, 9230.0, 9258.0, 9213.0, 9215.0, 9244.0, 9181.0, 9260.0, 9175.0, 9237.0, 9203.0, 9203.0, 9236.0, 9195.0, 9242.0, 9172.0, 9215.0, 9186.0, 9202.0, 9175.0, 9174.0, 9233.0, 9168.0, 9238.0, 9173.0, 9214.0, 9170.0, 9187.0, 9177.0, 9176.0, 9210.0, 9171.0, 9241.0, 9185.0, 9227.0, 9172.0, 9188.0, 9172.0, 9166.0, 9224.0, 9170.0, 9224.0, 9182.0, 9195.0, 9170.0, 9181.0, 9171.0, 9170.0, 9187.0, 9174.0, 9249.0, 9180.0, 9253.0, 9199.0, 9241.0, 9195.0, 9199.0, 9253.0, 9214.0, 9254.0, 9196.0, 9243.0, 9194.0, 9176.0, 9241.0, 9205.0, 9230.0, 9184.0, 9187.0, 9173.0, 9176.0, 9225.0, 9172.0, 9231.0, 9171.0, 9217.0, 9178.0, 9178.0, 9210.0, 9178.0, 9247.0, 9182.0, 9240.0, 9192.0, 9211.0, 9201.0, 9200.0, 9269.0, 9181.0, 9236.0, 9194.0, 9223.0, 9192.0, 9183.0, 9240.0, 9175.0, 9242.0, 9178.0, 9236.0, 9175.0, 9209.0, 9198.0, 9183.0, 9219.0, 9177.0, 9248.0, 9210.0, 9237.0, 9196.0, 9216.0, 9198.0, 9180.0, 9221.0, 9196.0, 9253.0, 9233.0, 9257.0, 9214.0, 9248.0, 9202.0, 9248.0, 9177.0, 9192.0, 9233.0, 9181.0, 9251.0, 9209.0, 9250.0, 9196.0, 9206.0, 9186.0, 9168.0, 9239.0, 9201.0, 9228.0, 9170.0, 9198.0, 9166.0, 9153.0, 9222.0, 9168.0, 9224.0, 9171.0, 9213.0, 9189.0, 9174.0, 9172.0, 9172.0, 9245.0, 9201.0, 9229.0, 9203.0, 9216.0, 9177.0, 9172.0, 9166.0, 9173.0, 9242.0, 9203.0, 9227.0, 9174.0, 9230.0, 9173.0, 9153.0, 9183.0, 9172.0, 9245.0, 9202.0, 9229.0, 9179.0, 9229.0, 9178.0, 9190.0, 9192.0, 9182.0, 9253.0, 9208.0, 9252.0, 9196.0, 9231.0, 9176.0, 9203.0, 9203.0, 9191.0, 9235.0, 9176.0, 9244.0, 9173.0, 9212.0, 9172.0, 9202.0, 9173.0, 9174.0, 9192.0, 9193.0, 9234.0, 9177.0, 9245.0, 9210.0, 9240.0, 9176.0, 9207.0, 9196.0, 9195.0, 9188.0, 9175.0, 9248.0, 9222.0, 9246.0, 9194.0, 9235.0, 9180.0, 9175.0, 9198.0, 9175.0, 9245.0, 9204.0, 9238.0, 9195.0, 9235.0, 9178.0, 9203.0, 9178.0, 9207.0, 9221.0, 9193.0, 9238.0, 9182.0, 9247.0, 9173.0, 9217.0, 9172.0, 9205.0, 9191.0, 9177.0, 9232.0, 9174.0, 9225.0, 9154.0, 9210.0, 9172.0, 9201.0, 9195.0, 9195.0, 9199.0, 9206.0, 9227.0, 9238.0, 9232.0, 9270.0, 9204.0, 9209.0, 9193.0, 9191.0, 9210.0, 9208.0, 9178.0, 9246.0, 9191.0, 9171.0, 9250.0, 9214.0, 9247.0, 9201.0, 9207.0, 9218.0, 9298.0, 9240.0, 9231.0, 9205.0, 9214.0, 9164.0, 9179.0, 9133.0, 9135.0, 9113.0, 9136.0, 9139.0, 9138.0, 9114.0, 9114.0, 9115.0, 9133.0, 9138.0, 9136.0, 9139.0, 9139.0, 9141.0, 9209.0, 9154.0, 9193.0, 9149.0, 9153.0, 9196.0, 9136.0, 9191.0, 9150.0, 9151.0, 9153.0, 9148.0, 9208.0, 9167.0, 9246.0, 9194.0, 9218.0, 9150.0, 9191.0, 9162.0, 9171.0, 9196.0, 9176.0, 9261.0, 9190.0, 9228.0, 9171.0, 9179.0, 9166.0, 9169.0, 9243.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.0012807642626480088</td></tr>
<tr><td colspan=3>aqi</td><td>0.02033581232508073</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.179804597140496</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2208602272105527</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0283077177382864</td></tr>
<tr><td colspan=3>efc</td><td>0.533</td></tr>
<tr><td colspan=3>fber</td><td>3595.3816</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07785495880292342</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9375672766415502</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.436796920930995</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3536310347941543</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6065190287648345</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3502406992339964</td></tr>
<tr><td colspan=3>gcor</td><td>0.00735741</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.00922335498034954</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03943939507007599</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1858</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.383192976732436</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.7663</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.7863</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.3629</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283530.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1019.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.4352</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.104</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.9914</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3294.5638</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93014.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1490.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4233.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>784.3555</td></tr>
<tr><td colspan=3>tsnr</td><td>40.6093036737293</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>