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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:24:22.292500</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.998444, 0.0392077, 0.0396552, -0.0451644, 0.985654, 0.162626]</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.100674</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>[4150, -7759, -7242, 666, -42, -195, 5, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>238.862</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>056e30e0-5394-4e92-8159-8d3f0bdf04ed||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.6787519454956055, -0.12117280811071396, 0.08831733465194702, 115.96089172363281], [-0.10519128292798996, 2.6444365978240967, 0.44324198365211487, -105.52169799804688], [0.1063920184969902, -0.4363130033016205, 2.661904811859131, -47.50556182861328], [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': ['202422.292500', '202422.752500', '202423.212500', '202423.672500', '202424.132500', '202424.592500', '202425.052500', '202425.512500', '202425.972500', '202426.432500', '202426.892500', '202427.352500', '202427.812500', '202428.272500', '202428.732500', '202429.192500', '202429.652500', '202430.112500', '202430.572500', '202431.032500', '202431.492500', '202431.952500', '202432.412500', '202432.872500', '202433.332500', '202433.792500', '202434.252500', '202434.712500', '202435.172500', '202435.632500', '202436.092500', '202436.552500', '202437.012500', '202437.472500', '202437.932500', '202438.392500', '202438.852500', '202439.312500', '202439.772500', '202440.232500', '202440.692500', '202441.152500', '202441.612500', '202442.072500', '202442.532500', '202442.992500', '202443.452500', '202443.912500', '202444.372500', '202444.832500', '202445.292500', '202445.752500', '202446.212500', '202446.672500', '202447.132500', '202447.592500', '202448.052500', '202448.512500', '202448.972500', '202449.432500', '202449.892500', '202450.352500', '202450.812500', '202451.272500', '202451.732500', '202452.192500', '202452.652500', '202453.112500', '202453.572500', '202454.032500', '202454.492500', '202454.952500', '202455.412500', '202455.872500', '202456.332500', '202456.792500', '202457.252500', '202457.712500', '202458.172500', '202458.632500', '202459.092500', '202459.552500', '202500.012500', '202500.472500', '202500.932500', '202501.392500', '202501.852500', '202502.312500', '202502.772500', '202503.232500', '202503.692500', '202504.152500', '202504.612500', '202505.072500', '202505.532500', '202505.992500', '202506.452500', '202506.912500', '202507.372500', '202507.832500', '202508.292500', '202508.752500', '202509.212500', '202509.672500', '202510.132500', '202510.592500', '202511.052500', '202511.512500', '202511.972500', '202512.432500', '202512.892500', '202513.352500', '202513.812500', '202514.272500', '202514.732500', '202515.192500', '202515.652500', '202516.112500', '202516.572500', '202517.032500', '202517.492500', '202517.952500', '202518.412500', '202518.872500', '202519.332500', '202519.792500', '202520.252500', '202520.712500', '202521.172500', '202521.632500', '202522.092500', '202522.552500', '202523.012500', '202523.472500', '202523.932500', '202524.392500', '202524.852500', '202525.312500', '202525.772500', '202526.232500', '202526.692500', '202527.152500', '202527.612500', '202528.072500', '202528.532500', '202528.992500', '202529.452500', '202529.912500', '202530.372500', '202530.832500', '202531.292500', '202531.752500', '202532.212500', '202532.672500', '202533.132500', '202533.592500', '202534.052500', '202534.512500', '202534.972500', '202535.432500', '202535.892500', '202536.352500', '202536.812500', '202537.272500', '202537.732500', '202538.192500', '202538.652500', '202539.112500', '202539.572500', '202540.032500', '202540.492500', '202540.952500', '202541.412500', '202541.872500', '202542.332500', '202542.792500', '202543.252500', '202543.712500', '202544.172500', '202544.632500', '202545.092500', '202545.552500', '202546.012500', '202546.472500', '202546.932500', '202547.392500', '202547.852500', '202548.312500', '202548.772500', '202549.232500', '202549.692500', '202550.152500', '202550.612500', '202551.072500', '202551.532500', '202551.992500', '202552.452500', '202552.912500', '202553.372500', '202553.832500', '202554.292500', '202554.752500', '202555.212500', '202555.672500', '202556.132500', '202556.592500', '202557.052500', '202557.512500', '202557.972500', '202558.432500', '202558.892500', '202559.352500', '202559.812500', '202600.272500', '202600.732500', '202601.192500', '202601.652500', '202602.112500', '202602.572500', '202603.032500', '202603.492500', '202603.952500', '202604.412500', '202604.872500', '202605.332500', '202605.792500', '202606.252500', '202606.712500', '202607.172500', '202607.632500', '202608.092500', '202608.552500', '202609.012500', '202609.472500', '202609.932500', '202610.392500', '202610.852500', '202611.312500', '202611.772500', '202612.232500', '202612.692500', '202613.152500', '202613.612500', '202614.072500', '202614.532500', '202614.992500', '202615.452500', '202615.912500', '202616.372500', '202616.832500', '202617.292500', '202617.752500', '202618.212500', '202618.672500', '202619.132500', '202619.592500', '202620.052500', '202620.512500', '202620.972500', '202621.432500', '202621.892500', '202622.352500', '202622.812500', '202623.272500', '202623.732500', '202624.192500', '202624.652500', '202625.112500', '202625.572500', '202626.032500', '202626.492500', '202626.952500', '202627.412500', '202627.872500', '202628.332500', '202628.792500', '202629.252500', '202629.712500', '202630.172500', '202630.632500', '202631.092500', '202631.552500', '202632.012500', '202632.472500', '202632.932500', '202633.392500', '202633.852500', '202634.312500', '202634.772500', '202635.232500', '202635.692500', '202636.152500', '202636.612500', '202637.072500', '202637.532500', '202637.992500', '202638.452500', '202638.912500', '202639.372500', '202639.832500', '202640.292500', '202640.752500', '202641.212500', '202641.672500', '202642.132500', '202642.592500', '202643.052500', '202643.512500', '202643.972500', '202644.432500', '202644.892500', '202645.352500', '202645.812500', '202646.272500', '202646.732500', '202647.192500', '202647.652500', '202648.112500', '202648.572500', '202649.032500', '202649.492500', '202649.952500', '202650.412500', '202650.872500', '202651.332500', '202651.792500', '202652.252500', '202652.712500', '202653.172500', '202653.632500', '202654.092500', '202654.552500', '202655.012500', '202655.472500', '202655.932500', '202656.392500', '202656.852500', '202657.312500', '202657.772500', '202658.232500', '202658.692500', '202659.152500', '202659.612500', '202700.072500', '202700.532500', '202700.992500', '202701.452500', '202701.912500', '202702.372500', '202702.832500', '202703.292500', '202703.752500', '202704.212500', '202704.672500', '202705.132500', '202705.592500', '202706.052500', '202706.512500', '202706.972500', '202707.432500', '202707.892500', '202708.352500', '202708.812500', '202709.272500', '202709.732500', '202710.192500', '202710.652500', '202711.112500', '202711.572500', '202712.032500', '202712.492500', '202712.952500', '202713.412500', '202713.872500', '202714.332500', '202714.792500', '202715.252500', '202715.712500', '202716.172500', '202716.632500', '202717.092500', '202717.552500', '202718.012500', '202718.472500', '202718.932500', '202719.392500', '202719.852500', '202720.312500', '202720.772500', '202721.232500', '202721.692500', '202722.152500', '202722.612500', '202723.072500', '202723.532500', '202723.992500', '202724.452500', '202724.912500', '202725.372500', '202725.832500', '202726.292500', '202726.752500', '202727.212500', '202727.672500', '202728.132500', '202728.592500', '202729.052500', '202729.512500', '202729.972500', '202730.432500', '202730.892500', '202731.352500', '202731.812500', '202732.272500', '202732.732500', '202733.192500', '202733.652500', '202734.112500', '202734.572500', '202735.032500', '202735.492500', '202735.952500', '202736.412500', '202736.872500', '202737.332500', '202737.792500', '202738.252500', '202738.712500', '202739.172500', '202739.632500', '202740.092500', '202740.552500', '202741.012500', '202741.472500', '202741.932500', '202742.392500', '202742.852500', '202743.312500', '202743.772500', '202744.232500', '202744.692500', '202745.152500', '202745.612500', '202746.072500', '202746.532500', '202746.992500', '202747.452500', '202747.912500', '202748.372500', '202748.832500', '202749.292500', '202749.752500', '202750.212500', '202750.672500', '202751.132500', '202751.592500', '202752.052500', '202752.512500', '202752.972500', '202753.432500', '202753.892500', '202754.352500', '202754.812500', '202755.272500', '202755.732500', '202756.192500', '202756.652500', '202757.112500', '202757.572500', '202758.032500', '202758.492500', '202758.952500', '202759.412500', '202759.872500', '202800.332500', '202800.792500', '202801.252500', '202801.712500', '202802.172500', '202802.632500', '202803.092500', '202803.552500', '202804.012500', '202804.472500', '202804.932500', '202805.392500', '202805.852500', '202806.312500', '202806.772500', '202807.232500', '202807.692500', '202808.152500', '202808.612500', '202809.072500', '202809.532500', '202809.992500', '202810.452500', '202810.912500', '202811.372500', '202811.832500', '202812.292500', '202812.752500', '202813.212500', '202813.672500', '202814.132500', '202814.592500', '202815.052500', '202815.512500', '202815.972500', '202816.432500', '202816.892500', '202817.352500', '202817.812500', '202818.272500', '202818.732500', '202819.192500', '202819.652500', '202820.112500', '202820.572500', '202821.032500', '202821.492500', '202821.952500', '202822.412500', '202822.872500', '202823.332500', '202823.792500', '202824.252500', '202824.712500', '202825.172500', '202825.632500', '202826.092500', '202826.552500', '202827.012500', '202827.472500', '202827.932500', '202828.392500', '202828.852500', '202829.312500', '202829.772500', '202830.232500', '202830.692500', '202831.152500', '202831.612500', '202832.072500', '202832.532500', '202832.992500', '202833.452500', '202833.912500', '202834.372500', '202834.832500', '202835.292500', '202835.752500', '202836.212500', '202836.672500', '202837.132500', '202837.592500', '202838.052500', '202838.512500', '202838.972500', '202839.432500', '202839.892500', '202840.352500', '202840.812500', '202841.272500', '202841.732500', '202842.192500', '202842.652500', '202843.112500', '202843.572500', '202844.032500', '202844.492500', '202844.952500', '202845.412500', '202845.872500', '202846.332500', '202846.792500', '202847.252500', '202847.712500', '202848.172500', '202848.632500', '202849.092500', '202849.552500', '202850.012500', '202850.472500', '202850.932500', '202851.392500', '202851.852500', '202852.312500', '202852.772500', '202853.232500', '202853.692500', '202854.152500', '202854.612500', '202855.072500', '202855.532500', '202855.992500', '202856.452500', '202856.912500', '202857.372500', '202857.832500', '202858.292500', '202858.752500', '202859.212500', '202859.672500', '202900.132500', '202900.592500', '202901.052500', '202901.512500', '202901.972500', '202902.432500', '202902.892500', '202903.352500', '202903.812500', '202904.272500', '202904.732500', '202905.192500', '202905.652500', '202906.112500', '202906.572500', '202907.032500', '202907.492500', '202907.952500', '202908.412500', '202908.872500', '202909.332500', '202909.792500', '202910.252500', '202910.712500', '202911.172500', '202911.632500', '202912.092500', '202912.552500', '202913.012500', '202913.472500', '202913.932500', '202914.392500', '202914.852500', '202915.312500', '202915.772500', '202916.232500', '202916.692500', '202917.152500', '202917.612500', '202918.072500', '202918.532500', '202918.992500', '202919.452500', '202919.912500', '202920.372500', '202920.832500', '202921.292500', '202921.752500', '202922.212500', '202922.672500', '202923.132500', '202923.592500', '202924.052500', '202924.512500', '202924.972500', '202925.432500', '202925.892500', '202926.352500', '202926.812500', '202927.272500', '202927.732500', '202928.192500', '202928.652500', '202929.112500', '202929.572500', '202930.032500', '202930.492500', '202930.952500', '202931.412500', '202931.872500', '202932.332500', '202932.792500', '202933.252500', '202933.712500', '202934.172500', '202934.632500', '202935.092500', '202935.552500', '202936.012500', '202936.472500', '202936.932500', '202937.392500', '202937.852500', '202938.312500', '202938.772500', '202939.232500', '202939.692500', '202940.152500', '202940.612500', '202941.072500', '202941.532500', '202941.992500', '202942.452500', '202942.912500', '202943.372500', '202943.832500', '202944.292500', '202944.752500', '202945.212500', '202945.672500', '202946.132500', '202946.592500', '202947.052500', '202947.512500', '202947.972500', '202948.432500', '202948.892500', '202949.352500', '202949.812500', '202950.272500', '202950.732500', '202951.192500', '202951.652500', '202952.112500', '202952.572500', '202953.032500', '202953.492500', '202953.952500', '202954.412500', '202954.872500', '202955.332500', '202955.792500', '202956.252500', '202956.712500', '202957.172500', '202957.632500', '202958.092500', '202958.552500', '202959.012500', '202959.472500', '202959.932500', '203000.392500', '203000.852500', '203001.312500', '203001.772500', '203002.232500', '203002.692500', '203003.152500', '203003.612500', '203004.072500', '203004.532500', '203004.992500', '203005.452500', '203005.912500', '203006.372500', '203006.832500', '203007.292500', '203007.752500', '203008.212500', '203008.672500', '203009.132500', '203009.592500', '203010.052500', '203010.512500', '203010.972500', '203011.432500', '203011.892500', '203012.352500', '203012.812500', '203013.272500', '203013.732500', '203014.192500', '203014.652500', '203015.112500', '203015.572500', '203016.032500', '203016.492500', '203016.952500', '203017.412500', '203017.872500', '203018.332500', '203018.792500', '203019.252500', '203019.712500', '203020.172500', '203020.632500', '203021.092500', '203021.552500', '203022.012500', '203022.472500', '203022.932500', '203023.392500', '203023.852500', '203024.312500', '203024.772500', '203025.232500', '203025.692500', '203026.152500', '203026.612500', '203027.072500', '203027.532500', '203027.992500', '203028.452500', '203028.912500', '203029.372500', '203029.832500', '203030.292500', '203030.752500', '203031.212500', '203031.672500', '203032.132500', '203032.592500', '203033.052500', '203033.512500', '203033.972500', '203034.432500', '203034.892500', '203035.352500', '203035.812500', '203036.272500', '203036.732500', '203037.192500', '203037.652500', '203038.112500', '203038.572500', '203039.032500', '203039.492500', '203039.952500', '203040.412500', '203040.872500', '203041.332500', '203041.792500', '203042.252500', '203042.712500', '203043.172500', '203043.632500', '203044.092500', '203044.552500', '203045.012500', '203045.472500', '203045.932500', '203046.392500', '203046.852500', '203047.312500', '203047.772500', '203048.232500', '203048.692500', '203049.152500', '203049.612500', '203050.072500', '203050.532500', '203050.992500', '203051.452500', '203051.912500', '203052.372500', '203052.832500', '203053.292500', '203053.752500', '203054.212500', '203054.672500', '203055.132500', '203055.592500', '203056.052500', '203056.512500', '203056.972500', '203057.432500', '203057.892500', '203058.352500', '203058.812500', '203059.272500', '203059.732500', '203100.192500', '203100.652500', '203101.112500', '203101.572500', '203102.032500', '203102.492500', '203102.952500', '203103.412500', '203103.872500', '203104.332500', '203104.792500', '203105.252500', '203105.712500', '203106.172500', '203106.632500', '203107.092500', '203107.552500', '203108.012500', '203108.472500', '203108.932500', '203109.392500', '203109.852500', '203110.312500', '203110.772500', '203111.232500', '203111.692500', '203112.152500', '203112.612500', '203113.072500', '203113.532500', '203113.992500', '203114.452500', '203114.912500', '203115.372500', '203115.832500', '203116.292500', '203116.752500', '203117.212500', '203117.672500', '203118.132500', '203118.592500', '203119.052500', '203119.512500', '203119.972500', '203120.432500', '203120.892500', '203121.352500', '203121.812500', '203122.272500', '203122.732500', '203123.192500', '203123.652500', '203124.112500', '203124.572500', '203125.032500', '203125.492500', '203125.952500', '203126.412500', '203126.872500', '203127.332500', '203127.792500', '203128.252500', '203128.712500', '203129.172500', '203129.632500', '203130.092500', '203130.552500', '203131.012500', '203131.472500', '203131.932500', '203132.392500', '203132.852500', '203133.312500', '203133.772500', '203134.232500', '203134.692500', '203135.152500', '203135.612500', '203136.072500', '203136.532500', '203136.992500', '203137.452500', '203137.912500', '203138.372500', '203138.832500', '203139.292500', '203139.752500', '203140.212500', '203140.672500', '203141.132500', '203141.592500', '203142.052500', '203142.512500', '203142.972500', '203143.432500', '203143.892500', '203144.352500', '203144.812500', '203145.272500', '203145.732500', '203146.192500', '203146.652500', '203147.112500', '203147.572500', '203148.032500', '203148.492500', '203148.952500', '203149.412500', '203149.872500', '203150.332500', '203150.792500', '203151.252500', '203151.712500', '203152.172500', '203152.632500', '203153.092500', '203153.552500', '203154.012500', '203154.472500', '203154.932500', '203155.392500', '203155.852500', '203156.312500', '203156.772500', '203157.232500', '203157.692500', '203158.152500', '203158.612500', '203159.072500', '203159.532500', '203159.992500', '203200.452500', '203200.912500', '203201.372500', '203201.832500', '203202.292500', '203202.752500', '203203.212500', '203203.672500', '203204.132500', '203204.592500', '203205.052500', '203205.512500', '203205.972500', '203206.432500', '203206.892500', '203207.352500', '203207.812500', '203208.272500', '203208.732500', '203209.192500', '203209.652500', '203210.112500', '203210.572500', '203211.032500', '203211.492500', '203211.952500', '203212.412500', '203212.872500', '203213.332500', '203213.792500', '203214.252500', '203214.712500', '203215.172500', '203215.632500', '203216.092500', '203216.552500', '203217.012500', '203217.472500', '203217.932500', '203218.392500', '203218.852500', '203219.312500', '203219.772500', '203220.232500', '203220.692500', '203221.152500', '203221.612500', '203222.072500', '203222.532500', '203222.992500', '203223.452500', '203223.912500', '203224.372500', '203224.832500', '203225.292500', '203225.752500', '203226.212500', '203226.672500', '203227.132500', '203227.592500', '203228.052500', '203228.512500', '203228.972500', '203229.432500', '203229.892500', '203230.352500', '203230.812500', '203231.272500', '203231.732500', '203232.192500', '203232.652500', '203233.112500', '203233.572500', '203234.032500', '203234.492500', '203234.952500', '203235.412500', '203235.872500', '203236.332500', '203236.792500', '203237.252500', '203237.712500', '203238.172500', '203238.632500', '203239.092500', '203239.552500', '203240.012500', '203240.472500', '203240.932500', '203241.392500', '203241.852500', '203242.312500', '203242.772500', '203243.232500', '203243.692500', '203244.152500', '203244.612500', '203245.072500', '203245.532500', '203245.992500', '203246.452500', '203246.912500', '203247.372500', '203247.832500', '203248.292500', '203248.752500', '203249.212500', '203249.672500', '203250.132500', '203250.592500', '203251.052500', '203251.512500', '203251.972500', '203252.432500', '203252.892500', '203253.352500', '203253.812500', '203254.272500', '203254.732500', '203255.192500', '203255.652500', '203256.112500', '203256.572500', '203257.032500', '203257.492500', '203257.952500', '203258.412500', '203258.872500', '203259.332500', '203259.792500', '203300.252500', '203300.712500', '203301.172500', '203301.632500', '203302.092500', '203302.552500', '203303.012500', '203303.472500', '203303.932500', '203304.392500', '203304.852500', '203305.312500', '203305.772500', '203306.232500', '203306.692500', '203307.152500', '203307.612500', '203308.072500', '203308.532500', '203308.992500', '203309.452500', '203309.912500', '203310.372500', '203310.832500', '203311.292500', '203311.752500', '203312.212500', '203312.672500', '203313.132500', '203313.592500', '203314.052500', '203314.512500', '203314.972500', '203315.432500', '203315.892500', '203316.352500', '203316.812500', '203317.272500', '203317.732500', '203318.192500', '203318.652500', '203319.112500', '203319.572500', '203320.032500', '203320.492500', '203320.952500', '203321.412500', '203321.872500', '203322.332500', '203322.792500', '203323.252500', '203323.712500', '203324.172500', '203324.632500', '203325.092500', '203325.552500', '203326.012500', '203326.472500', '203326.932500', '203327.392500', '203327.852500', '203328.312500', '203328.772500', '203329.232500', '203329.692500', '203330.152500', '203330.612500', '203331.072500', '203331.532500', '203331.992500', '203332.452500', '203332.912500', '203333.372500', '203333.832500', '203334.292500', '203334.752500', '203335.212500', '203335.672500', '203336.132500', '203336.592500', '203337.052500', '203337.512500', '203337.972500', '203338.432500', '203338.892500', '203339.352500', '203339.812500', '203340.272500', '203340.732500', '203341.192500', '203341.652500', '203342.112500', '203342.572500', '203343.032500', '203343.492500', '203343.952500', '203344.412500', '203344.872500', '203345.332500', '203345.792500', '203346.252500', '203346.712500', '203347.172500', '203347.632500', '203348.092500', '203348.552500', '203349.012500', '203349.472500', '203349.932500', '203350.392500', '203350.852500', '203351.312500', '203351.772500', '203352.232500', '203352.692500', '203353.152500', '203353.612500', '203354.072500', '203354.532500', '203354.992500', '203355.452500', '203355.912500', '203356.372500', '203356.832500', '203357.292500', '203357.752500', '203358.212500', '203358.672500', '203359.132500', '203359.592500', '203400.052500', '203400.512500', '203400.972500', '203401.432500', '203401.892500', '203402.352500', '203402.812500', '203403.272500', '203403.732500', '203404.192500', '203404.652500', '203405.112500', '203405.572500', '203406.032500', '203406.492500', '203406.952500', '203407.412500', '203407.872500', '203408.332500', '203408.792500', '203409.252500', '203409.712500', '203410.172500', '203410.632500', '203411.092500', '203411.552500', '203412.012500', '203412.472500', '203412.932500', '203413.392500', '203413.852500', '203414.312500', '203414.772500', '203415.232500', '203415.692500', '203416.152500', '203416.612500', '203417.072500', '203417.532500', '203417.992500', '203418.452500', '203418.912500', '203419.372500', '203419.832500', '203420.292500', '203420.752500', '203421.212500', '203421.672500', '203422.132500', '203422.592500', '203423.052500', '203423.512500', '203423.972500', '203424.432500', '203424.892500', '203425.352500', '203425.812500', '203426.272500', '203426.732500', '203427.192500', '203427.652500', '203428.112500', '203428.572500', '203429.032500', '203429.492500', '203429.952500', '203430.412500', '203430.872500', '203431.332500', '203431.792500', '203432.252500', '203432.712500', '203433.172500', '203433.632500', '203434.092500', '203434.552500', '203435.012500', '203435.472500', '203435.932500', '203436.392500', '203436.852500', '203437.312500', '203437.772500', '203438.232500', '203438.692500', '203439.152500', '203439.612500', '203440.072500', '203440.532500', '203440.992500', '203441.452500', '203441.912500', '203442.372500', '203442.832500', '203443.292500', '203443.752500', '203444.212500', '203444.672500', '203445.132500', '203445.592500', '203446.052500', '203446.512500', '203446.972500', '203447.432500', '203447.892500', '203448.352500', '203448.812500', '203449.272500', '203449.732500', '203450.192500', '203450.652500', '203451.112500', '203451.572500', '203452.032500', '203452.492500', '203452.952500', '203453.412500', '203453.872500', '203454.332500', '203454.792500', '203455.252500', '203455.712500', '203456.172500', '203456.632500', '203457.092500', '203457.552500', '203458.012500', '203458.472500', '203458.932500', '203459.392500', '203459.852500', '203500.312500', '203500.772500', '203501.232500', '203501.692500', '203502.152500', '203502.612500', '203503.072500', '203503.532500', '203503.992500', '203504.452500', '203504.912500', '203505.372500', '203505.832500', '203506.292500', '203506.752500', '203507.212500', '203507.672500', '203508.132500', '203508.592500', '203509.052500', '203509.512500', '203509.972500', '203510.432500', '203510.892500', '203511.352500', '203511.812500', '203512.272500', '203512.732500', '203513.192500', '203513.652500', '203514.112500', '203514.572500', '203515.032500', '203515.492500', '203515.952500', '203516.412500', '203516.872500', '203517.332500', '203517.792500', '203518.252500', '203518.712500', '203519.172500', '203519.632500', '203520.092500', '203520.552500', '203521.012500', '203521.472500', '203521.932500', '203522.392500', '203522.852500', '203523.312500', '203523.772500', '203524.232500', '203524.692500', '203525.152500', '203525.612500', '203526.072500', '203526.532500', '203526.992500', '203527.452500', '203527.912500', '203528.372500', '203528.832500', '203529.292500', '203529.752500', '203530.212500', '203530.672500', '203531.132500', '203531.592500', '203532.052500', '203532.512500', '203532.972500', '203533.432500', '203533.892500', '203534.352500', '203534.812500', '203535.272500', '203535.732500', '203536.192500', '203536.652500', '203537.112500', '203537.572500', '203538.032500', '203538.492500', '203538.952500', '203539.412500', '203539.872500', '203540.332500', '203540.792500', '203541.252500', '203541.712500', '203542.172500', '203542.632500', '203543.092500', '203543.552500', '203544.012500', '203544.472500', '203544.932500', '203545.392500', '203545.852500', '203546.312500', '203546.772500', '203547.232500', '203547.692500', '203548.152500', '203548.612500', '203549.072500', '203549.532500', '203549.992500', '203550.452500', '203550.912500', '203551.372500', '203551.832500', '203552.292500', '203552.752500', '203553.212500', '203553.672500', '203554.132500', '203554.592500', '203555.052500', '203555.512500', '203555.972500', '203556.432500', '203556.892500', '203557.352500', '203557.812500', '203558.272500', '203558.732500', '203559.192500', '203559.652500', '203600.112500', '203600.572500', '203601.032500', '203601.492500', '203601.952500', '203602.412500', '203602.872500', '203603.332500', '203603.792500', '203604.252500', '203604.712500', '203605.172500', '203605.632500', '203606.092500', '203606.552500', '203607.012500', '203607.472500', '203607.932500', '203608.392500', '203608.852500', '203609.312500', '203609.772500', '203610.232500', '203610.692500', '203611.152500', '203611.612500', '203612.072500', '203612.532500', '203612.992500', '203613.452500', '203613.912500', '203614.372500', '203614.832500', '203615.292500', '203615.752500', '203616.212500', '203616.672500', '203617.132500', '203617.592500', '203618.052500', '203618.512500', '203618.972500', '203619.432500', '203619.892500', '203620.352500', '203620.812500', '203621.272500', '203621.732500', '203622.192500', '203622.652500', '203623.112500', '203623.572500', '203624.032500', '203624.492500', '203624.952500', '203625.412500', '203625.872500', '203626.332500', '203626.792500', '203627.252500', '203627.712500', '203628.172500', '203628.632500', '203629.092500', '203629.552500', '203630.012500', '203630.472500', '203630.932500', '203631.392500', '203631.852500', '203632.312500', '203632.772500', '203633.232500', '203633.692500', '203634.152500', '203634.612500', '203635.072500', '203635.532500', '203635.992500', '203636.452500', '203636.912500', '203637.372500', '203637.832500', '203638.292500', '203638.752500', '203639.212500', '203639.672500', '203640.132500', '203640.592500', '203641.052500', '203641.512500', '203641.972500', '203642.432500', '203642.892500', '203643.352500', '203643.812500', '203644.272500', '203644.732500', '203645.192500', '203645.652500', '203646.112500', '203646.572500', '203647.032500', '203647.492500', '203647.952500', '203648.412500', '203648.872500', '203649.332500', '203649.792500', '203650.252500', '203650.712500', '203651.172500', '203651.632500', '203652.092500', '203652.552500', '203653.012500', '203653.472500', '203653.932500', '203654.392500', '203654.852500', '203655.312500', '203655.772500', '203656.232500', '203656.692500', '203657.152500', '203657.612500', '203658.072500', '203658.532500', '203658.992500', '203659.452500', '203659.912500', '203700.372500', '203700.832500', '203701.292500', '203701.752500', '203702.212500', '203702.672500', '203703.132500', '203703.592500', '203704.052500', '203704.512500', '203704.972500', '203705.432500', '203705.892500', '203706.352500', '203706.812500', '203707.272500', '203707.732500', '203708.192500', '203708.652500', '203709.112500', '203709.572500', '203710.032500', '203710.492500', '203710.952500', '203711.412500', '203711.872500', '203712.332500', '203712.792500', '203713.252500', '203713.712500', '203714.172500', '203714.632500', '203715.092500', '203715.552500', '203716.012500', '203716.472500', '203716.932500', '203717.392500', '203717.852500', '203718.312500', '203718.772500', '203719.232500', '203719.692500', '203720.152500', '203720.612500', '203721.072500', '203721.532500', '203721.992500', '203722.452500', '203722.912500', '203723.372500', '203723.832500', '203724.292500', '203724.752500', '203725.212500', '203725.672500', '203726.132500', '203726.592500', '203727.052500', '203727.512500', '203727.972500', '203728.432500', '203728.892500', '203729.352500', '203729.812500', '203730.272500', '203730.732500', '203731.192500', '203731.652500', '203732.112500', '203732.572500', '203733.032500', '203733.492500', '203733.952500', '203734.412500', '203734.872500', '203735.332500', '203735.792500', '203736.252500', '203736.712500', '203737.172500', '203737.632500', '203738.092500', '203738.552500', '203739.012500', '203739.472500', '203739.932500', '203740.392500', '203740.852500', '203741.312500', '203741.772500', '203742.232500', '203742.692500', '203743.152500', '203743.612500', '203744.072500', '203744.532500', '203744.992500', '203745.452500', '203745.912500', '203746.372500', '203746.832500', '203747.292500', '203747.752500', '203748.212500', '203748.672500', '203749.132500', '203749.592500', '203750.052500', '203750.512500', '203750.972500', '203751.432500', '203751.892500', '203752.352500', '203752.812500', '203753.272500', '203753.732500', '203754.192500', '203754.652500', '203755.112500', '203755.572500', '203756.032500', '203756.492500', '203756.952500', '203757.412500', '203757.872500', '203758.332500', '203758.792500', '203759.252500', '203759.712500', '203800.172500', '203800.632500', '203801.092500', '203801.552500', '203802.012500', '203802.472500', '203802.932500', '203803.392500', '203803.852500', '203804.312500', '203804.772500', '203805.232500', '203805.692500', '203806.152500', '203806.612500', '203807.072500', '203807.532500', '203807.992500', '203808.452500', '203808.912500', '203809.372500', '203809.832500', '203810.292500', '203810.752500', '203811.212500', '203811.672500', '203812.132500', '203812.592500', '203813.052500', '203813.512500', '203813.972500', '203814.432500', '203814.892500', '203815.352500', '203815.812500', '203816.272500', '203816.732500', '203817.192500', '203817.652500', '203818.112500', '203818.572500', '203819.032500', '203819.492500', '203819.952500', '203820.412500', '203820.872500', '203821.332500', '203821.792500', '203822.252500', '203822.712500', '203823.172500', '203823.632500', '203824.092500', '203824.552500', '203825.012500', '203825.472500', '203825.932500', '203826.392500', '203826.852500', '203827.312500', '203827.772500', '203828.232500', '203828.692500', '203829.152500', '203829.612500', '203830.072500', '203830.532500', '203830.992500', '203831.452500', '203831.912500', '203832.372500', '203832.832500', '203833.292500', '203833.752500', '203834.212500', '203834.672500', '203835.132500', '203835.592500', '203836.052500', '203836.512500', '203836.972500'], 'ContentTime': ['202441.224000', '202441.227000', '202441.230000', '202441.233000', '202441.236000', '202441.239000', '202441.242000', '202441.245000', '202441.248000', '202441.251000', '202441.254000', '202441.257000', '202441.261000', '202441.264000', '202441.266000', '202441.269000', '202441.272000', '202441.275000', '202441.278000', '202441.281000', '202441.285000', '202441.287000', '202441.291000', '202441.302000', '202441.305000', '202441.308000', '202441.310000', '202441.314000', '202441.317000', '202441.320000', '202441.323000', '202441.326000', '202441.329000', '202441.332000', '202441.335000', '202441.338000', '202441.341000', '202441.344000', '202441.347000', '202501.185000', '202501.188000', '202501.199000', '202501.202000', '202501.205000', '202501.207000', '202501.210000', '202501.213000', '202501.217000', '202501.220000', '202501.223000', '202501.226000', '202501.229000', '202501.232000', '202501.235000', '202501.238000', '202501.241000', '202501.243000', '202501.246000', '202501.249000', '202501.252000', '202501.255000', '202501.257000', '202501.260000', '202501.263000', '202501.266000', '202501.269000', '202501.272000', '202501.275000', '202501.277000', '202501.281000', '202501.287000', '202501.289000', '202501.292000', '202501.295000', '202501.298000', '202501.301000', '202501.304000', '202501.307000', '202501.310000', '202501.312000', '202501.315000', '202501.318000', '202521.185000', '202521.188000', '202521.193000', '202521.196000', '202521.199000', '202521.202000', '202521.205000', '202521.208000', '202521.210000', '202521.213000', '202521.216000', '202521.219000', '202521.222000', '202521.225000', '202521.227000', '202521.230000', '202521.233000', '202521.236000', '202521.239000', '202521.242000', '202521.245000', '202521.248000', '202521.251000', '202521.254000', '202521.256000', '202521.259000', '202521.262000', '202521.265000', '202521.268000', '202521.271000', '202521.274000', '202521.277000', '202521.279000', '202521.282000', '202521.285000', '202521.288000', '202521.291000', '202521.294000', '202521.297000', '202521.300000', '202521.302000', '202521.305000', '202521.308000', '202521.311000', '202541.185000', '202541.188000', '202541.191000', '202541.194000', '202541.197000', '202541.200000', '202541.202000', '202541.205000', '202541.208000', '202541.211000', '202541.214000', '202541.217000', '202541.220000', '202541.223000', '202541.226000', '202541.229000', '202541.231000', '202541.234000', '202541.237000', '202541.240000', '202541.243000', '202541.246000', '202541.248000', '202541.251000', '202541.254000', '202541.257000', '202541.260000', '202541.263000', '202541.268000', '202541.271000', '202541.274000', '202541.277000', '202541.280000', '202541.283000', '202541.286000', '202541.289000', '202541.291000', '202541.294000', '202541.298000', '202541.302000', '202541.306000', '202541.309000', '202541.312000', '202601.186000', '202601.189000', '202601.192000', '202601.195000', '202601.198000', '202601.200000', '202601.221000', '202601.224000', '202601.226000', '202601.229000', '202601.232000', '202601.235000', '202601.238000', '202601.241000', '202601.244000', '202601.247000', '202601.250000', '202601.253000', '202601.255000', '202601.258000', '202601.261000', '202601.264000', '202601.267000', '202601.270000', '202601.273000', '202601.275000', '202601.278000', '202601.281000', '202601.284000', '202601.287000', '202601.290000', '202601.293000', '202601.296000', '202601.299000', '202601.302000', '202601.305000', '202601.307000', '202601.310000', '202601.313000', '202601.316000', '202601.319000', '202601.322000', '202601.325000', '202601.328000', '202621.186000', '202621.189000', '202621.192000', '202621.195000', '202621.198000', '202621.201000', '202621.204000', '202621.207000', '202621.210000', '202621.213000', '202621.216000', '202621.219000', '202621.222000', '202621.225000', '202621.228000', '202621.231000', '202621.234000', '202621.237000', '202621.240000', '202621.243000', '202621.246000', '202621.249000', '202621.252000', '202621.256000', '202621.259000', '202621.262000', '202621.264000', '202621.267000', '202621.270000', '202621.273000', '202621.276000', '202621.279000', '202621.282000', '202621.285000', '202621.288000', '202621.291000', '202621.294000', '202621.297000', '202621.300000', '202621.302000', '202621.305000', '202621.309000', '202621.312000', '202641.186000', '202641.189000', '202641.192000', '202641.195000', '202641.198000', '202641.200000', '202641.203000', '202641.206000', '202641.209000', '202641.212000', '202641.215000', '202641.218000', '202641.221000', '202641.224000', '202641.227000', '202641.230000', '202641.232000', '202641.235000', '202641.238000', '202641.241000', '202641.244000', '202641.247000', '202641.250000', '202641.252000', '202641.255000', '202641.258000', '202641.261000', '202641.264000', '202641.267000', '202641.270000', '202641.273000', '202641.276000', '202641.279000', '202641.281000', '202641.284000', '202641.287000', '202641.290000', '202641.293000', '202641.296000', '202641.299000', '202641.302000', '202641.305000', '202641.307000', '202641.310000', '202701.185000', '202701.188000', '202701.191000', '202701.194000', '202701.197000', '202701.199000', '202701.202000', '202701.205000', '202701.208000', '202701.211000', '202701.214000', '202701.217000', '202701.220000', '202701.223000', '202701.225000', '202701.228000', '202701.231000', '202701.234000', '202701.237000', '202701.240000', '202701.243000', '202701.246000', '202701.248000', '202701.251000', '202701.254000', '202701.257000', '202701.260000', '202701.263000', '202701.266000', '202701.280000', '202701.283000', '202701.286000', '202701.288000', '202701.291000', '202701.294000', '202701.297000', '202701.300000', '202701.303000', '202701.306000', '202701.309000', '202701.312000', '202701.314000', '202701.317000', '202721.185000', '202721.188000', '202721.191000', '202721.194000', '202721.197000', '202721.200000', '202721.203000', '202721.205000', '202721.208000', '202721.211000', '202721.214000', '202721.217000', '202721.220000', '202721.223000', '202721.226000', '202721.229000', '202721.231000', '202721.234000', '202721.237000', '202721.240000', '202721.243000', '202721.246000', '202721.249000', '202721.252000', '202721.255000', '202721.258000', '202721.261000', '202721.263000', '202721.266000', '202721.269000', '202721.272000', '202721.275000', '202721.278000', '202721.281000', '202721.284000', '202721.287000', '202721.290000', '202721.293000', '202721.295000', '202721.298000', '202721.301000', '202721.304000', '202721.307000', '202721.310000', '202741.185000', '202741.188000', '202741.191000', '202741.194000', '202741.197000', '202741.199000', '202741.202000', '202741.205000', '202741.208000', '202741.211000', '202741.214000', '202741.217000', '202741.220000', '202741.223000', '202741.226000', '202741.229000', '202741.232000', '202741.234000', '202741.237000', '202741.240000', '202741.243000', '202741.246000', '202741.249000', '202741.252000', '202741.255000', '202741.266000', '202741.269000', '202741.272000', '202741.275000', '202741.277000', '202741.280000', '202741.283000', '202741.286000', '202741.289000', '202741.293000', '202741.296000', '202741.299000', '202741.302000', '202741.305000', '202741.307000', '202741.310000', '202741.313000', '202741.316000', '202801.185000', '202801.237000', '202801.239000', '202801.242000', '202801.245000', '202801.248000', '202801.251000', '202801.254000', '202801.257000', '202801.260000', '202801.263000', '202801.265000', '202801.268000', '202801.271000', '202801.274000', '202801.277000', '202801.280000', '202801.283000', '202801.286000', '202801.288000', '202801.291000', '202801.294000', '202801.297000', '202801.300000', '202801.303000', '202801.306000', '202801.309000', '202801.311000', '202801.314000', '202801.317000', '202801.320000', '202801.323000', '202801.326000', '202801.329000', '202801.332000', '202801.335000', '202801.337000', '202801.357000', '202801.360000', '202801.363000', '202801.365000', '202801.368000', '202801.371000', '202801.374000', '202821.186000', '202821.189000', '202821.192000', '202821.195000', '202821.198000', '202821.201000', '202821.204000', '202821.207000', '202821.209000', '202821.212000', '202821.215000', '202821.218000', '202821.221000', '202821.224000', '202821.227000', '202821.229000', '202821.232000', '202821.235000', '202821.238000', '202821.241000', '202821.244000', '202821.247000', '202821.250000', '202821.253000', '202821.256000', '202821.259000', '202821.261000', '202821.264000', '202821.267000', '202821.270000', '202821.273000', '202821.276000', '202821.279000', '202821.282000', '202821.285000', '202821.287000', '202821.290000', '202821.293000', '202821.296000', '202821.299000', '202821.302000', '202821.305000', '202821.307000', '202841.186000', '202841.189000', '202841.192000', '202841.195000', '202841.197000', '202841.200000', '202841.203000', '202841.206000', '202841.209000', '202841.212000', '202841.215000', '202841.218000', '202841.221000', '202841.223000', '202841.226000', '202841.229000', '202841.232000', '202841.235000', '202841.238000', '202841.240000', '202841.243000', '202841.246000', '202841.249000', '202841.252000', '202841.255000', '202841.258000', '202841.261000', '202841.264000', '202841.266000', '202841.269000', '202841.272000', '202841.275000', '202841.278000', '202841.281000', '202841.284000', '202841.287000', '202841.290000', '202841.292000', '202841.295000', '202841.298000', '202841.301000', '202841.304000', '202841.307000', '202841.310000', '202901.186000', '202901.195000', '202901.198000', '202901.201000', '202901.204000', '202901.206000', '202901.209000', '202901.212000', '202901.215000', '202901.218000', '202901.221000', '202901.224000', '202901.226000', '202901.229000', '202901.232000', '202901.235000', '202901.238000', '202901.241000', '202901.244000', '202901.247000', '202901.250000', '202901.253000', '202901.255000', '202901.258000', '202901.261000', '202901.264000', '202901.267000', '202901.270000', '202901.273000', '202901.276000', '202901.278000', '202901.281000', '202901.284000', '202901.287000', '202901.290000', '202901.293000', '202901.296000', '202901.299000', '202901.302000', '202901.305000', '202901.308000', '202901.311000', '202901.313000', '202921.185000', '202921.216000', '202921.219000', '202921.221000', '202921.224000', '202921.227000', '202921.230000', '202921.233000', '202921.236000', '202921.239000', '202921.242000', '202921.245000', '202921.248000', '202921.251000', '202921.254000', '202921.256000', '202921.259000', '202921.262000', '202921.265000', '202921.268000', '202921.271000', '202921.274000', '202921.277000', '202921.280000', '202921.283000', '202921.286000', '202921.289000', '202921.292000', '202921.295000', '202921.298000', '202921.301000', '202921.303000', '202921.306000', '202921.309000', '202921.312000', '202921.315000', '202921.318000', '202921.321000', '202921.324000', '202921.327000', '202921.330000', '202921.332000', '202921.335000', '202941.185000', '202941.206000', '202941.209000', '202941.212000', '202941.215000', '202941.228000', '202941.231000', '202941.233000', '202941.236000', '202941.239000', '202941.242000', '202941.245000', '202941.248000', '202941.251000', '202941.254000', '202941.257000', '202941.259000', '202941.262000', '202941.265000', '202941.268000', '202941.271000', '202941.274000', '202941.277000', '202941.280000', '202941.283000', '202941.285000', '202941.288000', '202941.291000', '202941.294000', '202941.297000', '202941.300000', '202941.303000', '202941.306000', '202941.309000', '202941.312000', '202941.314000', '202941.317000', '202941.320000', '202941.323000', '202941.326000', '202941.329000', '202941.332000', '202941.335000', '202941.337000', '203001.185000', '203001.190000', '203001.195000', '203001.201000', '203001.204000', '203001.207000', '203001.209000', '203001.212000', '203001.215000', '203001.218000', '203001.221000', '203001.224000', '203001.240000', '203001.243000', '203001.246000', '203001.249000', '203001.252000', '203001.255000', '203001.258000', '203001.260000', '203001.263000', '203001.266000', '203001.269000', '203001.272000', '203001.275000', '203001.278000', '203001.280000', '203001.283000', '203001.286000', '203001.289000', '203001.292000', '203001.295000', '203001.298000', '203001.301000', '203001.304000', '203001.307000', '203001.310000', '203001.313000', '203001.316000', '203001.318000', '203001.321000', '203001.324000', '203001.327000', '203021.185000', '203021.188000', '203021.191000', '203021.194000', '203021.197000', '203021.200000', '203021.203000', '203021.205000', '203021.208000', '203021.211000', '203021.214000', '203021.217000', '203021.220000', '203021.223000', '203021.226000', '203021.228000', '203021.231000', '203021.234000', '203021.237000', '203021.240000', '203021.243000', '203021.246000', '203021.249000', '203021.252000', '203021.255000', '203021.257000', '203021.260000', '203021.263000', '203021.266000', '203021.269000', '203021.272000', '203021.275000', '203021.278000', '203021.281000', '203021.283000', '203021.286000', '203021.289000', '203021.292000', '203021.295000', '203021.298000', '203021.300000', '203021.303000', '203021.306000', '203021.309000', '203041.186000', '203041.204000', '203041.210000', '203041.213000', '203041.215000', '203041.218000', '203041.221000', '203041.224000', '203041.227000', '203041.230000', '203041.233000', '203041.236000', '203041.239000', '203041.241000', '203041.244000', '203041.247000', '203041.250000', '203041.253000', '203041.256000', '203041.259000', '203041.262000', '203041.264000', '203041.267000', '203041.270000', '203041.273000', '203041.276000', '203041.279000', '203041.282000', '203041.285000', '203041.287000', '203041.290000', '203041.293000', '203041.296000', '203041.299000', '203041.302000', '203041.305000', '203041.308000', '203041.311000', '203041.314000', '203041.317000', '203041.320000', '203041.322000', '203041.325000', '203101.186000', '203101.211000', '203101.214000', '203101.217000', '203101.220000', '203101.223000', '203101.226000', '203101.229000', '203101.232000', '203101.234000', '203101.237000', '203101.240000', '203101.243000', '203101.246000', '203101.249000', '203101.252000', '203101.268000', '203101.271000', '203101.274000', '203101.276000', '203101.279000', '203101.282000', '203101.285000', '203101.288000', '203101.291000', '203101.294000', '203101.297000', '203101.300000', '203101.302000', '203101.305000', '203101.308000', '203101.311000', '203101.314000', '203101.317000', '203101.320000', '203101.323000', '203101.326000', '203101.329000', '203101.331000', '203101.334000', '203101.337000', '203101.340000', '203101.343000', '203101.346000', '203121.186000', '203121.189000', '203121.192000', '203121.195000', '203121.198000', '203121.201000', '203121.204000', '203121.206000', '203121.209000', '203121.212000', '203121.215000', '203121.218000', '203121.221000', '203121.224000', '203121.227000', '203121.230000', '203121.233000', '203121.236000', '203121.239000', '203121.242000', '203121.245000', '203121.248000', '203121.251000', '203121.254000', '203121.257000', '203121.259000', '203121.262000', '203121.265000', '203121.268000', '203121.271000', '203121.274000', '203121.277000', '203121.280000', '203121.283000', '203121.285000', '203121.288000', '203121.291000', '203121.294000', '203121.297000', '203121.300000', '203121.303000', '203121.306000', '203121.309000', '203141.185000', '203141.211000', '203141.213000', '203141.216000', '203141.219000', '203141.222000', '203141.225000', '203141.228000', '203141.231000', '203141.234000', '203141.236000', '203141.239000', '203141.242000', '203141.245000', '203141.248000', '203141.251000', '203141.254000', '203141.257000', '203141.260000', '203141.262000', '203141.265000', '203141.268000', '203141.271000', '203141.274000', '203141.277000', '203141.280000', '203141.282000', '203141.285000', '203141.288000', '203141.291000', '203141.294000', '203141.297000', '203141.300000', '203141.303000', '203141.306000', '203141.308000', '203141.311000', '203141.314000', '203141.317000', '203141.320000', '203141.323000', '203141.326000', '203141.329000', '203141.332000', '203201.185000', '203201.188000', '203201.191000', '203201.194000', '203201.197000', '203201.200000', '203201.203000', '203201.206000', '203201.208000', '203201.211000', '203201.214000', '203201.217000', '203201.220000', '203201.223000', '203201.226000', '203201.229000', '203201.232000', '203201.235000', '203201.238000', '203201.241000', '203201.243000', '203201.246000', '203201.250000', '203201.253000', '203201.256000', '203201.259000', '203201.262000', '203201.265000', '203201.268000', '203201.271000', '203201.274000', '203201.276000', '203201.279000', '203201.282000', '203201.285000', '203201.288000', '203201.291000', '203201.294000', '203201.297000', '203201.300000', '203201.302000', '203201.305000', '203201.308000', '203221.185000', '203221.193000', '203221.196000', '203221.199000', '203221.202000', '203221.205000', '203221.208000', '203221.211000', '203221.213000', '203221.216000', '203221.219000', '203221.222000', '203221.225000', '203221.228000', '203221.231000', '203221.234000', '203221.237000', '203221.240000', '203221.243000', '203221.246000', '203221.249000', '203221.252000', '203221.254000', '203221.257000', '203221.260000', '203221.263000', '203221.278000', '203221.281000', '203221.284000', '203221.287000', '203221.289000', '203221.292000', '203221.295000', '203221.298000', '203221.301000', '203221.304000', '203221.307000', '203221.310000', '203221.313000', '203221.316000', '203221.318000', '203221.321000', '203221.324000', '203221.327000', '203241.185000', '203241.188000', '203241.191000', '203241.194000', '203241.197000', '203241.200000', '203241.203000', '203241.206000', '203241.209000', '203241.212000', '203241.215000', '203241.218000', '203241.221000', '203241.224000', '203241.227000', '203241.230000', '203241.233000', '203241.235000', '203241.238000', '203241.241000', '203241.244000', '203241.247000', '203241.250000', '203241.253000', '203241.256000', '203241.261000', '203241.264000', '203241.267000', '203241.289000', '203241.292000', '203241.295000', '203241.298000', '203241.301000', '203241.304000', '203241.307000', '203241.309000', '203241.312000', '203241.315000', '203241.318000', '203241.321000', '203241.324000', '203241.327000', '203241.330000', '203301.186000', '203301.217000', '203301.220000', '203301.223000', '203301.226000', '203301.229000', '203301.232000', '203301.235000', '203301.237000', '203301.240000', '203301.243000', '203301.246000', '203301.249000', '203301.252000', '203301.255000', '203301.258000', '203301.261000', '203301.264000', '203301.267000', '203301.270000', '203301.272000', '203301.275000', '203301.278000', '203301.281000', '203301.284000', '203301.287000', '203301.290000', '203301.293000', '203301.296000', '203301.299000', '203301.302000', '203301.305000', '203301.308000', '203301.310000', '203301.313000', '203301.316000', '203301.319000', '203301.322000', '203301.325000', '203301.328000', '203301.331000', '203301.334000', '203301.337000', '203301.340000', '203321.186000', '203321.230000', '203321.233000', '203321.236000', '203321.239000', '203321.241000', '203321.244000', '203321.247000', '203321.250000', '203321.253000', '203321.256000', '203321.259000', '203321.262000', '203321.265000', '203321.268000', '203321.271000', '203321.274000', '203321.277000', '203321.280000', '203321.283000', '203321.286000', '203321.289000', '203321.292000', '203321.295000', '203321.297000', '203321.300000', '203321.303000', '203321.306000', '203321.309000', '203321.312000', '203321.315000', '203321.317000', '203321.320000', '203321.323000', '203321.326000', '203321.329000', '203321.332000', '203321.335000', '203321.338000', '203321.340000', '203321.343000', '203321.346000', '203321.349000', '203341.186000', '203341.215000', '203341.218000', '203341.221000', '203341.224000', '203341.227000', '203341.230000', '203341.232000', '203341.235000', '203341.255000', '203341.258000', '203341.260000', '203341.263000', '203341.266000', '203341.269000', '203341.272000', '203341.275000', '203341.278000', '203341.281000', '203341.284000', '203341.287000', '203341.290000', '203341.292000', '203341.295000', '203341.298000', '203341.301000', '203341.304000', '203341.307000', '203341.310000', '203341.313000', '203341.316000', '203341.318000', '203341.321000', '203341.324000', '203341.327000', '203341.330000', '203341.333000', '203341.336000', '203341.339000', '203341.342000', '203341.345000', '203341.347000', '203341.350000', '203341.353000', '203401.185000', '203401.236000', '203401.239000', '203401.243000', '203401.246000', '203401.249000', '203401.252000', '203401.255000', '203401.258000', '203401.261000', '203401.263000', '203401.266000', '203401.269000', '203401.272000', '203401.275000', '203401.278000', '203401.281000', '203401.284000', '203401.287000', '203401.290000', '203401.292000', '203401.296000', '203401.299000', '203401.302000', '203401.304000', '203401.307000', '203401.311000', '203401.315000', '203401.318000', '203401.321000', '203401.324000', '203401.327000', '203401.330000', '203401.332000', '203401.335000', '203401.338000', '203401.341000', '203401.344000', '203401.347000', '203401.350000', '203401.353000', '203401.355000', '203401.358000', '203421.185000', '203421.235000', '203421.238000', '203421.241000', '203421.243000', '203421.246000', '203421.249000', '203421.252000', '203421.255000', '203421.258000', '203421.261000', '203421.264000', '203421.267000', '203421.269000', '203421.273000', '203421.276000', '203421.279000', '203421.282000', '203421.285000', '203421.288000', '203421.291000', '203421.294000', '203421.296000', '203421.299000', '203421.302000', '203421.305000', '203421.308000', '203421.311000', '203421.314000', '203421.316000', '203421.319000', '203421.322000', '203421.325000', '203421.328000', '203421.331000', '203421.334000', '203421.337000', '203421.340000', '203421.343000', '203421.345000', '203421.348000', '203421.351000', '203421.354000', '203421.357000', '203441.185000', '203441.232000', '203441.235000', '203441.238000', '203441.240000', '203441.243000', '203441.246000', '203441.249000', '203441.271000', '203441.274000', '203441.276000', '203441.279000', '203441.282000', '203441.285000', '203441.288000', '203441.291000', '203441.294000', '203441.297000', '203441.300000', '203441.303000', '203441.306000', '203441.309000', '203441.311000', '203441.314000', '203441.317000', '203441.320000', '203441.323000', '203441.326000', '203441.329000', '203441.333000', '203441.336000', '203441.338000', '203441.341000', '203441.344000', '203441.347000', '203441.350000', '203441.353000', '203441.356000', '203441.359000', '203441.362000', '203441.365000', '203441.368000', '203441.370000', '203501.185000', '203501.252000', '203501.255000', '203501.258000', '203501.261000', '203501.264000', '203501.267000', '203501.270000', '203501.273000', '203501.275000', '203501.278000', '203501.281000', '203501.284000', '203501.287000', '203501.290000', '203501.293000', '203501.296000', '203501.299000', '203501.302000', '203501.305000', '203501.308000', '203501.311000', '203501.313000', '203501.316000', '203501.319000', '203501.322000', '203501.325000', '203501.328000', '203501.331000', '203501.334000', '203501.337000', '203501.340000', '203501.343000', '203501.346000', '203501.348000', '203501.351000', '203501.354000', '203501.357000', '203501.360000', '203501.363000', '203501.366000', '203501.369000', '203501.372000', '203501.374000', '203521.186000', '203521.189000', '203521.192000', '203521.195000', '203521.198000', '203521.201000', '203521.204000', '203521.207000', '203521.210000', '203521.212000', '203521.215000', '203521.218000', '203521.221000', '203521.224000', '203521.227000', '203521.230000', '203521.233000', '203521.235000', '203521.238000', '203521.241000', '203521.244000', '203521.247000', '203521.250000', '203521.253000', '203521.256000', '203521.259000', '203521.262000', '203521.264000', '203521.267000', '203521.270000', '203521.273000', '203521.276000', '203521.280000', '203521.284000', '203521.287000', '203521.290000', '203521.293000', '203521.296000', '203521.299000', '203521.302000', '203521.305000', '203521.308000', '203521.310000', '203541.186000', '203541.216000', '203541.219000', '203541.222000', '203541.224000', '203541.227000', '203541.230000', '203541.233000', '203541.236000', '203541.239000', '203541.242000', '203541.244000', '203541.248000', '203541.251000', '203541.254000', '203541.257000', '203541.260000', '203541.263000', '203541.266000', '203541.269000', '203541.272000', '203541.274000', '203541.277000', '203541.280000', '203541.283000', '203541.286000', '203541.289000', '203541.292000', '203541.295000', '203541.297000', '203541.300000', '203541.303000', '203541.306000', '203541.309000', '203541.312000', '203541.315000', '203541.318000', '203541.321000', '203541.323000', '203541.326000', '203541.329000', '203541.332000', '203541.335000', '203541.338000', '203601.186000', '203601.189000', '203601.192000', '203601.195000', '203601.198000', '203601.201000', '203601.204000', '203601.207000', '203601.209000', '203601.212000', '203601.215000', '203601.218000', '203601.221000', '203601.224000', '203601.227000', '203601.230000', '203601.233000', '203601.236000', '203601.238000', '203601.241000', '203601.244000', '203601.247000', '203601.250000', '203601.253000', '203601.256000', '203601.259000', '203601.261000', '203601.264000', '203601.267000', '203601.270000', '203601.281000', '203601.284000', '203601.287000', '203601.290000', '203601.293000', '203601.296000', '203601.299000', '203601.302000', '203601.304000', '203601.307000', '203601.310000', '203601.313000', '203601.316000', '203621.185000', '203621.188000', '203621.191000', '203621.194000', '203621.197000', '203621.200000', '203621.203000', '203621.205000', '203621.208000', '203621.211000', '203621.214000', '203621.217000', '203621.220000', '203621.223000', '203621.226000', '203621.229000', '203621.232000', '203621.235000', '203621.237000', '203621.240000', '203621.243000', '203621.246000', '203621.249000', '203621.252000', '203621.255000', '203621.258000', '203621.261000', '203621.263000', '203621.266000', '203621.269000', '203621.272000', '203621.275000', '203621.278000', '203621.281000', '203621.284000', '203621.287000', '203621.290000', '203621.292000', '203621.295000', '203621.298000', '203621.301000', '203621.304000', '203621.307000', '203621.310000', '203641.185000', '203641.237000', '203641.240000', '203641.243000', '203641.246000', '203641.249000', '203641.252000', '203641.254000', '203641.257000', '203641.260000', '203641.263000', '203641.266000', '203641.269000', '203641.272000', '203641.275000', '203641.278000', '203641.281000', '203641.284000', '203641.287000', '203641.289000', '203641.292000', '203641.295000', '203641.298000', '203641.301000', '203641.304000', '203641.307000', '203641.310000', '203641.313000', '203641.316000', '203641.320000', '203641.323000', '203641.326000', '203641.329000', '203641.332000', '203641.335000', '203641.338000', '203641.341000', '203641.344000', '203641.346000', '203641.349000', '203641.352000', '203641.355000', '203641.358000', '203701.185000', '203701.188000', '203701.191000', '203701.194000', '203701.197000', '203701.200000', '203701.203000', '203701.205000', '203701.208000', '203701.211000', '203701.214000', '203701.217000', '203701.220000', '203701.223000', '203701.226000', '203701.229000', '203701.232000', '203701.234000', '203701.237000', '203701.240000', '203701.243000', '203701.246000', '203701.249000', '203701.252000', '203701.255000', '203701.258000', '203701.260000', '203701.263000', '203701.266000', '203701.269000', '203701.272000', '203701.275000', '203701.278000', '203701.281000', '203701.284000', '203701.287000', '203701.290000', '203701.293000', '203701.296000', '203701.299000', '203701.302000', '203701.304000', '203701.307000', '203701.310000', '203721.185000', '203721.188000', '203721.191000', '203721.194000', '203721.197000', '203721.200000', '203721.203000', '203721.206000', '203721.209000', '203721.211000', '203721.214000', '203721.217000', '203721.220000', '203721.223000', '203721.226000', '203721.229000', '203721.232000', '203721.235000', '203721.238000', '203721.241000', '203721.243000', '203721.246000', '203721.249000', '203721.252000', '203721.255000', '203721.258000', '203721.261000', '203721.264000', '203721.267000', '203721.270000', '203721.273000', '203721.275000', '203721.278000', '203721.281000', '203721.284000', '203721.287000', '203721.290000', '203721.293000', '203721.296000', '203721.298000', '203721.301000', '203721.304000', '203721.307000', '203741.188000', '203741.192000', '203741.195000', '203741.198000', '203741.201000', '203741.204000', '203741.207000', '203741.210000', '203741.213000', '203741.216000', '203741.219000', '203741.221000', '203741.224000', '203741.227000', '203741.230000', '203741.233000', '203741.236000', '203741.239000', '203741.242000', '203741.245000', '203741.248000', '203741.251000', '203741.253000', '203741.256000', '203741.259000', '203741.262000', '203741.265000', '203741.268000', '203741.271000', '203741.274000', '203741.277000', '203741.280000', '203741.282000', '203741.285000', '203741.288000', '203741.291000', '203741.294000', '203741.297000', '203741.300000', '203741.303000', '203741.306000', '203741.309000', '203741.312000', '203801.186000', '203801.189000', '203801.192000', '203801.195000', '203801.198000', '203801.201000', '203801.204000', '203801.207000', '203801.210000', '203801.213000', '203801.215000', '203801.218000', '203801.221000', '203801.224000', '203801.227000', '203801.230000', '203801.233000', '203801.236000', '203801.239000', '203801.242000', '203801.245000', '203801.247000', '203801.250000', '203801.253000', '203801.256000', '203801.259000', '203801.262000', '203801.265000', '203801.268000', '203801.271000', '203801.274000', '203801.276000', '203801.279000', '203801.282000', '203801.285000', '203801.288000', '203801.291000', '203801.294000', '203801.297000', '203801.300000', '203801.303000', '203801.305000', '203801.308000', '203801.311000', '203821.186000', '203821.189000', '203821.192000', '203821.195000', '203821.198000', '203821.201000', '203821.207000', '203821.211000', '203821.214000', '203821.216000', '203821.219000', '203821.222000', '203821.225000', '203821.228000', '203821.231000', '203821.234000', '203821.237000', '203821.240000', '203821.242000', '203821.245000', '203821.248000', '203821.251000', '203821.254000', '203821.257000', '203821.260000', '203821.276000', '203821.278000', '203821.281000', '203821.284000', '203821.287000', '203821.290000', '203821.293000', '203821.296000', '203821.299000', '203821.302000', '203821.305000', '203821.308000', '203821.311000', '203821.314000', '203821.317000', '203821.320000', '203821.322000', '203821.325000', '203838.275000', '203838.279000', '203838.282000', '203838.285000', '203838.288000', '203838.291000', '203838.294000', '203838.297000', '203838.300000', '203838.303000', '203838.307000', '203838.310000', '203838.313000', '203838.316000', '203838.319000', '203838.322000', '203838.325000', '203838.328000', '203838.331000', '203838.334000', '203838.337000', '203838.340000', '203838.343000', '203838.346000', '203838.349000', '203838.352000', '203838.355000', '203838.358000', '203838.361000', '203838.364000', '203838.367000', '203838.370000', '203838.373000', '203838.376000', '203838.379000', '203838.382000', '203838.384000', '203838.387000'], 'InstanceCreationTime': ['202441.224000', '202441.227000', '202441.230000', '202441.233000', '202441.236000', '202441.239000', '202441.242000', '202441.245000', '202441.248000', '202441.251000', '202441.254000', '202441.257000', '202441.261000', '202441.264000', '202441.266000', '202441.269000', '202441.272000', '202441.275000', '202441.278000', '202441.281000', '202441.285000', '202441.287000', '202441.291000', '202441.302000', '202441.305000', '202441.308000', '202441.310000', '202441.314000', '202441.317000', '202441.320000', '202441.323000', '202441.326000', '202441.329000', '202441.332000', '202441.335000', '202441.338000', '202441.341000', '202441.344000', '202441.347000', '202501.185000', '202501.188000', '202501.199000', '202501.202000', '202501.205000', '202501.207000', '202501.210000', '202501.213000', '202501.217000', '202501.220000', '202501.223000', '202501.226000', '202501.229000', '202501.232000', '202501.235000', '202501.238000', '202501.241000', '202501.243000', '202501.246000', '202501.249000', '202501.252000', '202501.255000', '202501.257000', '202501.260000', '202501.263000', '202501.266000', '202501.269000', '202501.272000', '202501.275000', '202501.277000', '202501.281000', '202501.287000', '202501.289000', '202501.292000', '202501.295000', '202501.298000', '202501.301000', '202501.304000', '202501.307000', '202501.310000', '202501.312000', '202501.315000', '202501.318000', '202521.185000', '202521.188000', '202521.193000', '202521.196000', '202521.199000', '202521.202000', '202521.205000', '202521.208000', '202521.210000', '202521.213000', '202521.216000', '202521.219000', '202521.222000', '202521.225000', '202521.227000', '202521.230000', '202521.233000', '202521.236000', '202521.239000', '202521.242000', '202521.245000', '202521.248000', '202521.251000', '202521.254000', '202521.256000', '202521.259000', '202521.262000', '202521.265000', '202521.268000', '202521.271000', '202521.274000', '202521.277000', '202521.279000', '202521.282000', '202521.285000', '202521.288000', '202521.291000', '202521.294000', '202521.297000', '202521.300000', '202521.302000', '202521.305000', '202521.308000', '202521.311000', '202541.185000', '202541.188000', '202541.191000', '202541.194000', '202541.197000', '202541.200000', '202541.202000', '202541.205000', '202541.208000', '202541.211000', '202541.214000', '202541.217000', '202541.220000', '202541.223000', '202541.226000', '202541.229000', '202541.231000', '202541.234000', '202541.237000', '202541.240000', '202541.243000', '202541.246000', '202541.248000', '202541.251000', '202541.254000', '202541.257000', '202541.260000', '202541.263000', '202541.268000', '202541.271000', '202541.274000', '202541.277000', '202541.280000', '202541.283000', '202541.286000', '202541.289000', '202541.291000', '202541.294000', '202541.298000', '202541.302000', '202541.306000', '202541.309000', '202541.312000', '202601.186000', '202601.189000', '202601.192000', '202601.195000', '202601.198000', '202601.200000', '202601.221000', '202601.224000', '202601.226000', '202601.229000', '202601.232000', '202601.235000', '202601.238000', '202601.241000', '202601.244000', '202601.247000', '202601.250000', '202601.253000', '202601.255000', '202601.258000', '202601.261000', '202601.264000', '202601.267000', '202601.270000', '202601.273000', '202601.275000', '202601.278000', '202601.281000', '202601.284000', '202601.287000', '202601.290000', '202601.293000', '202601.296000', '202601.299000', '202601.302000', '202601.305000', '202601.307000', '202601.310000', '202601.313000', '202601.316000', '202601.319000', '202601.322000', '202601.325000', '202601.328000', '202621.186000', '202621.189000', '202621.192000', '202621.195000', '202621.198000', '202621.201000', '202621.204000', '202621.207000', '202621.210000', '202621.213000', '202621.216000', '202621.219000', '202621.222000', '202621.225000', '202621.228000', '202621.231000', '202621.234000', '202621.237000', '202621.240000', '202621.243000', '202621.246000', '202621.249000', '202621.252000', '202621.256000', '202621.259000', '202621.262000', '202621.264000', '202621.267000', '202621.270000', '202621.273000', '202621.276000', '202621.279000', '202621.282000', '202621.285000', '202621.288000', '202621.291000', '202621.294000', '202621.297000', '202621.300000', '202621.302000', '202621.305000', '202621.309000', '202621.312000', '202641.186000', '202641.189000', '202641.192000', '202641.195000', '202641.198000', '202641.200000', '202641.203000', '202641.206000', '202641.209000', '202641.212000', '202641.215000', '202641.218000', '202641.221000', '202641.224000', '202641.227000', '202641.230000', '202641.232000', '202641.235000', '202641.238000', '202641.241000', '202641.244000', '202641.247000', '202641.250000', '202641.252000', '202641.255000', '202641.258000', '202641.261000', '202641.264000', '202641.267000', '202641.270000', '202641.273000', '202641.276000', '202641.279000', '202641.281000', '202641.284000', '202641.287000', '202641.290000', '202641.293000', '202641.296000', '202641.299000', '202641.302000', '202641.305000', '202641.307000', '202641.310000', '202701.185000', '202701.188000', '202701.191000', '202701.194000', '202701.197000', '202701.199000', '202701.202000', '202701.205000', '202701.208000', '202701.211000', '202701.214000', '202701.217000', '202701.220000', '202701.223000', '202701.225000', '202701.228000', '202701.231000', '202701.234000', '202701.237000', '202701.240000', '202701.243000', '202701.246000', '202701.248000', '202701.251000', '202701.254000', '202701.257000', '202701.260000', '202701.263000', '202701.266000', '202701.280000', '202701.283000', '202701.286000', '202701.288000', '202701.291000', '202701.294000', '202701.297000', '202701.300000', '202701.303000', '202701.306000', '202701.309000', '202701.312000', '202701.314000', '202701.317000', '202721.185000', '202721.188000', '202721.191000', '202721.194000', '202721.197000', '202721.200000', '202721.203000', '202721.205000', '202721.208000', '202721.211000', '202721.214000', '202721.217000', '202721.220000', '202721.223000', '202721.226000', '202721.229000', '202721.231000', '202721.234000', '202721.237000', '202721.240000', '202721.243000', '202721.246000', '202721.249000', '202721.252000', '202721.255000', '202721.258000', '202721.261000', '202721.263000', '202721.266000', '202721.269000', '202721.272000', '202721.275000', '202721.278000', '202721.281000', '202721.284000', '202721.287000', '202721.290000', '202721.293000', '202721.295000', '202721.298000', '202721.301000', '202721.304000', '202721.307000', '202721.310000', '202741.185000', '202741.188000', '202741.191000', '202741.194000', '202741.197000', '202741.199000', '202741.202000', '202741.205000', '202741.208000', '202741.211000', '202741.214000', '202741.217000', '202741.220000', '202741.223000', '202741.226000', '202741.229000', '202741.232000', '202741.234000', '202741.237000', '202741.240000', '202741.243000', '202741.246000', '202741.249000', '202741.252000', '202741.255000', '202741.266000', '202741.269000', '202741.272000', '202741.275000', '202741.277000', '202741.280000', '202741.283000', '202741.286000', '202741.289000', '202741.293000', '202741.296000', '202741.299000', '202741.302000', '202741.305000', '202741.307000', '202741.310000', '202741.313000', '202741.316000', '202801.185000', '202801.237000', '202801.239000', '202801.242000', '202801.245000', '202801.248000', '202801.251000', '202801.254000', '202801.257000', '202801.260000', '202801.263000', '202801.265000', '202801.268000', '202801.271000', '202801.274000', '202801.277000', '202801.280000', '202801.283000', '202801.286000', '202801.288000', '202801.291000', '202801.294000', '202801.297000', '202801.300000', '202801.303000', '202801.306000', '202801.309000', '202801.311000', '202801.314000', '202801.317000', '202801.320000', '202801.323000', '202801.326000', '202801.329000', '202801.332000', '202801.335000', '202801.337000', '202801.357000', '202801.360000', '202801.363000', '202801.365000', '202801.368000', '202801.371000', '202801.374000', '202821.186000', '202821.189000', '202821.192000', '202821.195000', '202821.198000', '202821.201000', '202821.204000', '202821.207000', '202821.209000', '202821.212000', '202821.215000', '202821.218000', '202821.221000', '202821.224000', '202821.227000', '202821.229000', '202821.232000', '202821.235000', '202821.238000', '202821.241000', '202821.244000', '202821.247000', '202821.250000', '202821.253000', '202821.256000', '202821.259000', '202821.261000', '202821.264000', '202821.267000', '202821.270000', '202821.273000', '202821.276000', '202821.279000', '202821.282000', '202821.285000', '202821.287000', '202821.290000', '202821.293000', '202821.296000', '202821.299000', '202821.302000', '202821.305000', '202821.307000', '202841.186000', '202841.189000', '202841.192000', '202841.195000', '202841.197000', '202841.200000', '202841.203000', '202841.206000', '202841.209000', '202841.212000', '202841.215000', '202841.218000', '202841.221000', '202841.223000', '202841.226000', '202841.229000', '202841.232000', '202841.235000', '202841.238000', '202841.240000', '202841.243000', '202841.246000', '202841.249000', '202841.252000', '202841.255000', '202841.258000', '202841.261000', '202841.264000', '202841.266000', '202841.269000', '202841.272000', '202841.275000', '202841.278000', '202841.281000', '202841.284000', '202841.287000', '202841.290000', '202841.292000', '202841.295000', '202841.298000', '202841.301000', '202841.304000', '202841.307000', '202841.310000', '202901.186000', '202901.195000', '202901.198000', '202901.201000', '202901.204000', '202901.206000', '202901.209000', '202901.212000', '202901.215000', '202901.218000', '202901.221000', '202901.224000', '202901.226000', '202901.229000', '202901.232000', '202901.235000', '202901.238000', '202901.241000', '202901.244000', '202901.247000', '202901.250000', '202901.253000', '202901.255000', '202901.258000', '202901.261000', '202901.264000', '202901.267000', '202901.270000', '202901.273000', '202901.276000', '202901.278000', '202901.281000', '202901.284000', '202901.287000', '202901.290000', '202901.293000', '202901.296000', '202901.299000', '202901.302000', '202901.305000', '202901.308000', '202901.311000', '202901.313000', '202921.185000', '202921.216000', '202921.219000', '202921.221000', '202921.224000', '202921.227000', '202921.230000', '202921.233000', '202921.236000', '202921.239000', '202921.242000', '202921.245000', '202921.248000', '202921.251000', '202921.254000', '202921.256000', '202921.259000', '202921.262000', '202921.265000', '202921.268000', '202921.271000', '202921.274000', '202921.277000', '202921.280000', '202921.283000', '202921.286000', '202921.289000', '202921.292000', '202921.295000', '202921.298000', '202921.301000', '202921.303000', '202921.306000', '202921.309000', '202921.312000', '202921.315000', '202921.318000', '202921.321000', '202921.324000', '202921.327000', '202921.330000', '202921.332000', '202921.335000', '202941.185000', '202941.206000', '202941.209000', '202941.212000', '202941.215000', '202941.228000', '202941.231000', '202941.233000', '202941.236000', '202941.239000', '202941.242000', '202941.245000', '202941.248000', '202941.251000', '202941.254000', '202941.257000', '202941.259000', '202941.262000', '202941.265000', '202941.268000', '202941.271000', '202941.274000', '202941.277000', '202941.280000', '202941.283000', '202941.285000', '202941.288000', '202941.291000', '202941.294000', '202941.297000', '202941.300000', '202941.303000', '202941.306000', '202941.309000', '202941.312000', '202941.314000', '202941.317000', '202941.320000', '202941.323000', '202941.326000', '202941.329000', '202941.332000', '202941.335000', '202941.337000', '203001.185000', '203001.190000', '203001.195000', '203001.201000', '203001.204000', '203001.207000', '203001.209000', '203001.212000', '203001.215000', '203001.218000', '203001.221000', '203001.224000', '203001.240000', '203001.243000', '203001.246000', '203001.249000', '203001.252000', '203001.255000', '203001.258000', '203001.260000', '203001.263000', '203001.266000', '203001.269000', '203001.272000', '203001.275000', '203001.278000', '203001.280000', '203001.283000', '203001.286000', '203001.289000', '203001.292000', '203001.295000', '203001.298000', '203001.301000', '203001.304000', '203001.307000', '203001.310000', '203001.313000', '203001.316000', '203001.318000', '203001.321000', '203001.324000', '203001.327000', '203021.185000', '203021.188000', '203021.191000', '203021.194000', '203021.197000', '203021.200000', '203021.203000', '203021.205000', '203021.208000', '203021.211000', '203021.214000', '203021.217000', '203021.220000', '203021.223000', '203021.226000', '203021.228000', '203021.231000', '203021.234000', '203021.237000', '203021.240000', '203021.243000', '203021.246000', '203021.249000', '203021.252000', '203021.255000', '203021.257000', '203021.260000', '203021.263000', '203021.266000', '203021.269000', '203021.272000', '203021.275000', '203021.278000', '203021.281000', '203021.283000', '203021.286000', '203021.289000', '203021.292000', '203021.295000', '203021.298000', '203021.300000', '203021.303000', '203021.306000', '203021.309000', '203041.186000', '203041.204000', '203041.210000', '203041.213000', '203041.215000', '203041.218000', '203041.221000', '203041.224000', '203041.227000', '203041.230000', '203041.233000', '203041.236000', '203041.239000', '203041.241000', '203041.244000', '203041.247000', '203041.250000', '203041.253000', '203041.256000', '203041.259000', '203041.262000', '203041.264000', '203041.267000', '203041.270000', '203041.273000', '203041.276000', '203041.279000', '203041.282000', '203041.285000', '203041.287000', '203041.290000', '203041.293000', '203041.296000', '203041.299000', '203041.302000', '203041.305000', '203041.308000', '203041.311000', '203041.314000', '203041.317000', '203041.320000', '203041.322000', '203041.325000', '203101.186000', '203101.211000', '203101.214000', '203101.217000', '203101.220000', '203101.223000', '203101.226000', '203101.229000', '203101.232000', '203101.234000', '203101.237000', '203101.240000', '203101.243000', '203101.246000', '203101.249000', '203101.252000', '203101.268000', '203101.271000', '203101.274000', '203101.276000', '203101.279000', '203101.282000', '203101.285000', '203101.288000', '203101.291000', '203101.294000', '203101.297000', '203101.300000', '203101.302000', '203101.305000', '203101.308000', '203101.311000', '203101.314000', '203101.317000', '203101.320000', '203101.323000', '203101.326000', '203101.329000', '203101.331000', '203101.334000', '203101.337000', '203101.340000', '203101.343000', '203101.346000', '203121.186000', '203121.189000', '203121.192000', '203121.195000', '203121.198000', '203121.201000', '203121.204000', '203121.206000', '203121.209000', '203121.212000', '203121.215000', '203121.218000', '203121.221000', '203121.224000', '203121.227000', '203121.230000', '203121.233000', '203121.236000', '203121.239000', '203121.242000', '203121.245000', '203121.248000', '203121.251000', '203121.254000', '203121.257000', '203121.259000', '203121.262000', '203121.265000', '203121.268000', '203121.271000', '203121.274000', '203121.277000', '203121.280000', '203121.283000', '203121.285000', '203121.288000', '203121.291000', '203121.294000', '203121.297000', '203121.300000', '203121.303000', '203121.306000', '203121.309000', '203141.185000', '203141.211000', '203141.213000', '203141.216000', '203141.219000', '203141.222000', '203141.225000', '203141.228000', '203141.231000', '203141.234000', '203141.236000', '203141.239000', '203141.242000', '203141.245000', '203141.248000', '203141.251000', '203141.254000', '203141.257000', '203141.260000', '203141.262000', '203141.265000', '203141.268000', '203141.271000', '203141.274000', '203141.277000', '203141.280000', '203141.282000', '203141.285000', '203141.288000', '203141.291000', '203141.294000', '203141.297000', '203141.300000', '203141.303000', '203141.306000', '203141.308000', '203141.311000', '203141.314000', '203141.317000', '203141.320000', '203141.323000', '203141.326000', '203141.329000', '203141.332000', '203201.185000', '203201.188000', '203201.191000', '203201.194000', '203201.197000', '203201.200000', '203201.203000', '203201.206000', '203201.208000', '203201.211000', '203201.214000', '203201.217000', '203201.220000', '203201.223000', '203201.226000', '203201.229000', '203201.232000', '203201.235000', '203201.238000', '203201.241000', '203201.243000', '203201.246000', '203201.250000', '203201.253000', '203201.256000', '203201.259000', '203201.262000', '203201.265000', '203201.268000', '203201.271000', '203201.274000', '203201.276000', '203201.279000', '203201.282000', '203201.285000', '203201.288000', '203201.291000', '203201.294000', '203201.297000', '203201.300000', '203201.302000', '203201.305000', '203201.308000', '203221.185000', '203221.193000', '203221.196000', '203221.199000', '203221.202000', '203221.205000', '203221.208000', '203221.211000', '203221.213000', '203221.216000', '203221.219000', '203221.222000', '203221.225000', '203221.228000', '203221.231000', '203221.234000', '203221.237000', '203221.240000', '203221.243000', '203221.246000', '203221.249000', '203221.252000', '203221.254000', '203221.257000', '203221.260000', '203221.263000', '203221.278000', '203221.281000', '203221.284000', '203221.287000', '203221.289000', '203221.292000', '203221.295000', '203221.298000', '203221.301000', '203221.304000', '203221.307000', '203221.310000', '203221.313000', '203221.316000', '203221.318000', '203221.321000', '203221.324000', '203221.327000', '203241.185000', '203241.188000', '203241.191000', '203241.194000', '203241.197000', '203241.200000', '203241.203000', '203241.206000', '203241.209000', '203241.212000', '203241.215000', '203241.218000', '203241.221000', '203241.224000', '203241.227000', '203241.230000', '203241.233000', '203241.235000', '203241.238000', '203241.241000', '203241.244000', '203241.247000', '203241.250000', '203241.253000', '203241.256000', '203241.261000', '203241.264000', '203241.267000', '203241.289000', '203241.292000', '203241.295000', '203241.298000', '203241.301000', '203241.304000', '203241.307000', '203241.309000', '203241.312000', '203241.315000', '203241.318000', '203241.321000', '203241.324000', '203241.327000', '203241.330000', '203301.186000', '203301.217000', '203301.220000', '203301.223000', '203301.226000', '203301.229000', '203301.232000', '203301.235000', '203301.237000', '203301.240000', '203301.243000', '203301.246000', '203301.249000', '203301.252000', '203301.255000', '203301.258000', '203301.261000', '203301.264000', '203301.267000', '203301.270000', '203301.272000', '203301.275000', '203301.278000', '203301.281000', '203301.284000', '203301.287000', '203301.290000', '203301.293000', '203301.296000', '203301.299000', '203301.302000', '203301.305000', '203301.308000', '203301.310000', '203301.313000', '203301.316000', '203301.319000', '203301.322000', '203301.325000', '203301.328000', '203301.331000', '203301.334000', '203301.337000', '203301.340000', '203321.186000', '203321.230000', '203321.233000', '203321.236000', '203321.239000', '203321.241000', '203321.244000', '203321.247000', '203321.250000', '203321.253000', '203321.256000', '203321.259000', '203321.262000', '203321.265000', '203321.268000', '203321.271000', '203321.274000', '203321.277000', '203321.280000', '203321.283000', '203321.286000', '203321.289000', '203321.292000', '203321.295000', '203321.297000', '203321.300000', '203321.303000', '203321.306000', '203321.309000', '203321.312000', '203321.315000', '203321.317000', '203321.320000', '203321.323000', '203321.326000', '203321.329000', '203321.332000', '203321.335000', '203321.338000', '203321.340000', '203321.343000', '203321.346000', '203321.349000', '203341.186000', '203341.215000', '203341.218000', '203341.221000', '203341.224000', '203341.227000', '203341.230000', '203341.232000', '203341.235000', '203341.255000', '203341.258000', '203341.260000', '203341.263000', '203341.266000', '203341.269000', '203341.272000', '203341.275000', '203341.278000', '203341.281000', '203341.284000', '203341.287000', '203341.290000', '203341.292000', '203341.295000', '203341.298000', '203341.301000', '203341.304000', '203341.307000', '203341.310000', '203341.313000', '203341.316000', '203341.318000', '203341.321000', '203341.324000', '203341.327000', '203341.330000', '203341.333000', '203341.336000', '203341.339000', '203341.342000', '203341.345000', '203341.347000', '203341.350000', '203341.353000', '203401.185000', '203401.236000', '203401.239000', '203401.243000', '203401.246000', '203401.249000', '203401.252000', '203401.255000', '203401.258000', '203401.261000', '203401.263000', '203401.266000', '203401.269000', '203401.272000', '203401.275000', '203401.278000', '203401.281000', '203401.284000', '203401.287000', '203401.290000', '203401.292000', '203401.296000', '203401.299000', '203401.302000', '203401.304000', '203401.307000', '203401.311000', '203401.315000', '203401.318000', '203401.321000', '203401.324000', '203401.327000', '203401.330000', '203401.332000', '203401.335000', '203401.338000', '203401.341000', '203401.344000', '203401.347000', '203401.350000', '203401.353000', '203401.355000', '203401.358000', '203421.185000', '203421.235000', '203421.238000', '203421.241000', '203421.243000', '203421.246000', '203421.249000', '203421.252000', '203421.255000', '203421.258000', '203421.261000', '203421.264000', '203421.267000', '203421.269000', '203421.273000', '203421.276000', '203421.279000', '203421.282000', '203421.285000', '203421.288000', '203421.291000', '203421.294000', '203421.296000', '203421.299000', '203421.302000', '203421.305000', '203421.308000', '203421.311000', '203421.314000', '203421.316000', '203421.319000', '203421.322000', '203421.325000', '203421.328000', '203421.331000', '203421.334000', '203421.337000', '203421.340000', '203421.343000', '203421.345000', '203421.348000', '203421.351000', '203421.354000', '203421.357000', '203441.185000', '203441.232000', '203441.235000', '203441.238000', '203441.240000', '203441.243000', '203441.246000', '203441.249000', '203441.271000', '203441.274000', '203441.276000', '203441.279000', '203441.282000', '203441.285000', '203441.288000', '203441.291000', '203441.294000', '203441.297000', '203441.300000', '203441.303000', '203441.306000', '203441.309000', '203441.311000', '203441.314000', '203441.317000', '203441.320000', '203441.323000', '203441.326000', '203441.329000', '203441.333000', '203441.336000', '203441.338000', '203441.341000', '203441.344000', '203441.347000', '203441.350000', '203441.353000', '203441.356000', '203441.359000', '203441.362000', '203441.365000', '203441.368000', '203441.370000', '203501.185000', '203501.252000', '203501.255000', '203501.258000', '203501.261000', '203501.264000', '203501.267000', '203501.270000', '203501.273000', '203501.275000', '203501.278000', '203501.281000', '203501.284000', '203501.287000', '203501.290000', '203501.293000', '203501.296000', '203501.299000', '203501.302000', '203501.305000', '203501.308000', '203501.311000', '203501.313000', '203501.316000', '203501.319000', '203501.322000', '203501.325000', '203501.328000', '203501.331000', '203501.334000', '203501.337000', '203501.340000', '203501.343000', '203501.346000', '203501.348000', '203501.351000', '203501.354000', '203501.357000', '203501.360000', '203501.363000', '203501.366000', '203501.369000', '203501.372000', '203501.374000', '203521.186000', '203521.189000', '203521.192000', '203521.195000', '203521.198000', '203521.201000', '203521.204000', '203521.207000', '203521.210000', '203521.212000', '203521.215000', '203521.218000', '203521.221000', '203521.224000', '203521.227000', '203521.230000', '203521.233000', '203521.235000', '203521.238000', '203521.241000', '203521.244000', '203521.247000', '203521.250000', '203521.253000', '203521.256000', '203521.259000', '203521.262000', '203521.264000', '203521.267000', '203521.270000', '203521.273000', '203521.276000', '203521.280000', '203521.284000', '203521.287000', '203521.290000', '203521.293000', '203521.296000', '203521.299000', '203521.302000', '203521.305000', '203521.308000', '203521.310000', '203541.186000', '203541.216000', '203541.219000', '203541.222000', '203541.224000', '203541.227000', '203541.230000', '203541.233000', '203541.236000', '203541.239000', '203541.242000', '203541.244000', '203541.248000', '203541.251000', '203541.254000', '203541.257000', '203541.260000', '203541.263000', '203541.266000', '203541.269000', '203541.272000', '203541.274000', '203541.277000', '203541.280000', '203541.283000', '203541.286000', '203541.289000', '203541.292000', '203541.295000', '203541.297000', '203541.300000', '203541.303000', '203541.306000', '203541.309000', '203541.312000', '203541.315000', '203541.318000', '203541.321000', '203541.323000', '203541.326000', '203541.329000', '203541.332000', '203541.335000', '203541.338000', '203601.186000', '203601.189000', '203601.192000', '203601.195000', '203601.198000', '203601.201000', '203601.204000', '203601.207000', '203601.209000', '203601.212000', '203601.215000', '203601.218000', '203601.221000', '203601.224000', '203601.227000', '203601.230000', '203601.233000', '203601.236000', '203601.238000', '203601.241000', '203601.244000', '203601.247000', '203601.250000', '203601.253000', '203601.256000', '203601.259000', '203601.261000', '203601.264000', '203601.267000', '203601.270000', '203601.281000', '203601.284000', '203601.287000', '203601.290000', '203601.293000', '203601.296000', '203601.299000', '203601.302000', '203601.304000', '203601.307000', '203601.310000', '203601.313000', '203601.316000', '203621.185000', '203621.188000', '203621.191000', '203621.194000', '203621.197000', '203621.200000', '203621.203000', '203621.205000', '203621.208000', '203621.211000', '203621.214000', '203621.217000', '203621.220000', '203621.223000', '203621.226000', '203621.229000', '203621.232000', '203621.235000', '203621.237000', '203621.240000', '203621.243000', '203621.246000', '203621.249000', '203621.252000', '203621.255000', '203621.258000', '203621.261000', '203621.263000', '203621.266000', '203621.269000', '203621.272000', '203621.275000', '203621.278000', '203621.281000', '203621.284000', '203621.287000', '203621.290000', '203621.292000', '203621.295000', '203621.298000', '203621.301000', '203621.304000', '203621.307000', '203621.310000', '203641.185000', '203641.237000', '203641.240000', '203641.243000', '203641.246000', '203641.249000', '203641.252000', '203641.254000', '203641.257000', '203641.260000', '203641.263000', '203641.266000', '203641.269000', '203641.272000', '203641.275000', '203641.278000', '203641.281000', '203641.284000', '203641.287000', '203641.289000', '203641.292000', '203641.295000', '203641.298000', '203641.301000', '203641.304000', '203641.307000', '203641.310000', '203641.313000', '203641.316000', '203641.320000', '203641.323000', '203641.326000', '203641.329000', '203641.332000', '203641.335000', '203641.338000', '203641.341000', '203641.344000', '203641.346000', '203641.349000', '203641.352000', '203641.355000', '203641.358000', '203701.185000', '203701.188000', '203701.191000', '203701.194000', '203701.197000', '203701.200000', '203701.203000', '203701.205000', '203701.208000', '203701.211000', '203701.214000', '203701.217000', '203701.220000', '203701.223000', '203701.226000', '203701.229000', '203701.232000', '203701.234000', '203701.237000', '203701.240000', '203701.243000', '203701.246000', '203701.249000', '203701.252000', '203701.255000', '203701.258000', '203701.260000', '203701.263000', '203701.266000', '203701.269000', '203701.272000', '203701.275000', '203701.278000', '203701.281000', '203701.284000', '203701.287000', '203701.290000', '203701.293000', '203701.296000', '203701.299000', '203701.302000', '203701.304000', '203701.307000', '203701.310000', '203721.185000', '203721.188000', '203721.191000', '203721.194000', '203721.197000', '203721.200000', '203721.203000', '203721.206000', '203721.209000', '203721.211000', '203721.214000', '203721.217000', '203721.220000', '203721.223000', '203721.226000', '203721.229000', '203721.232000', '203721.235000', '203721.238000', '203721.241000', '203721.243000', '203721.246000', '203721.249000', '203721.252000', '203721.255000', '203721.258000', '203721.261000', '203721.264000', '203721.267000', '203721.270000', '203721.273000', '203721.275000', '203721.278000', '203721.281000', '203721.284000', '203721.287000', '203721.290000', '203721.293000', '203721.296000', '203721.298000', '203721.301000', '203721.304000', '203721.307000', '203741.188000', '203741.192000', '203741.195000', '203741.198000', '203741.201000', '203741.204000', '203741.207000', '203741.210000', '203741.213000', '203741.216000', '203741.219000', '203741.221000', '203741.224000', '203741.227000', '203741.230000', '203741.233000', '203741.236000', '203741.239000', '203741.242000', '203741.245000', '203741.248000', '203741.251000', '203741.253000', '203741.256000', '203741.259000', '203741.262000', '203741.265000', '203741.268000', '203741.271000', '203741.274000', '203741.277000', '203741.280000', '203741.282000', '203741.285000', '203741.288000', '203741.291000', '203741.294000', '203741.297000', '203741.300000', '203741.303000', '203741.306000', '203741.309000', '203741.312000', '203801.186000', '203801.189000', '203801.192000', '203801.195000', '203801.198000', '203801.201000', '203801.204000', '203801.207000', '203801.210000', '203801.213000', '203801.215000', '203801.218000', '203801.221000', '203801.224000', '203801.227000', '203801.230000', '203801.233000', '203801.236000', '203801.239000', '203801.242000', '203801.245000', '203801.247000', '203801.250000', '203801.253000', '203801.256000', '203801.259000', '203801.262000', '203801.265000', '203801.268000', '203801.271000', '203801.274000', '203801.276000', '203801.279000', '203801.282000', '203801.285000', '203801.288000', '203801.291000', '203801.294000', '203801.297000', '203801.300000', '203801.303000', '203801.305000', '203801.308000', '203801.311000', '203821.186000', '203821.189000', '203821.192000', '203821.195000', '203821.198000', '203821.201000', '203821.207000', '203821.211000', '203821.214000', '203821.216000', '203821.219000', '203821.222000', '203821.225000', '203821.228000', '203821.231000', '203821.234000', '203821.237000', '203821.240000', '203821.242000', '203821.245000', '203821.248000', '203821.251000', '203821.254000', '203821.257000', '203821.260000', '203821.276000', '203821.278000', '203821.281000', '203821.284000', '203821.287000', '203821.290000', '203821.293000', '203821.296000', '203821.299000', '203821.302000', '203821.305000', '203821.308000', '203821.311000', '203821.314000', '203821.317000', '203821.320000', '203821.322000', '203821.325000', '203838.275000', '203838.279000', '203838.282000', '203838.285000', '203838.288000', '203838.291000', '203838.294000', '203838.297000', '203838.300000', '203838.303000', '203838.307000', '203838.310000', '203838.313000', '203838.316000', '203838.319000', '203838.322000', '203838.325000', '203838.328000', '203838.331000', '203838.334000', '203838.337000', '203838.340000', '203838.343000', '203838.346000', '203838.349000', '203838.352000', '203838.355000', '203838.358000', '203838.361000', '203838.364000', '203838.367000', '203838.370000', '203838.373000', '203838.376000', '203838.379000', '203838.382000', '203838.384000', '203838.387000'], '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': [11769, 11662, 11713, 11709, 11527, 11842, 11500, 11421, 11250, 11455, 10789, 11025, 10683, 11394, 13108, 10880, 14602, 10883, 12227, 11114, 11447, 11455, 11573, 10229, 9990, 10173, 13210, 10715, 14023, 11500, 10928, 14147, 10612, 14663, 10457, 13631, 10184, 10067, 9972, 10157, 9993, 10222, 10189, 10238, 10100, 10072, 9826, 10374, 11229, 10420, 11042, 10095, 11487, 10866, 12257, 11220, 11969, 10923, 11779, 10761, 12568, 10954, 10526, 13495, 11216, 13601, 11032, 11477, 11454, 10409, 12578, 11019, 12398, 11280, 10538, 11299, 10731, 12951, 10986, 11927, 10894, 11343, 10986, 11653, 11041, 11528, 11239, 12326, 11144, 13328, 11148, 12553, 11509, 11716, 11678, 10763, 13879, 11407, 12975, 11637, 11334, 11215, 10980, 11428, 11335, 12828, 11360, 11444, 11692, 10674, 11625, 11569, 11724, 11191, 11809, 11424, 11892, 11618, 11736, 11552, 11683, 11611, 11349, 11674, 11555, 12969, 11883, 14914, 11986, 15495, 11618, 11788, 11452, 11149, 13419, 11704, 10893, 11584, 11035, 10849, 11592, 12267, 11245, 12380, 11443, 12621, 11357, 13220, 11529, 11142, 11610, 11434, 11556, 10939, 11351, 11186, 13477, 11354, 13593, 11502, 11348, 11483, 10645, 11551, 11096, 11656, 12084, 12723, 11706, 11448, 11825, 11808, 12331, 11609, 12298, 11286, 11965, 11548, 11939, 11883, 11752, 11666, 12487, 12076, 12887, 12375, 11265, 11794, 11714, 11974, 12009, 12930, 11885, 11509, 11924, 12319, 12016, 11310, 11624, 11980, 12927, 11868, 11661, 11778, 11332, 11779, 11788, 12313, 11611, 11986, 11571, 10884, 11455, 11144, 11728, 11386, 13012, 11835, 13417, 11443, 10974, 11819, 11079, 12110, 11705, 13121, 11530, 12018, 11803, 12080, 11349, 11321, 11857, 11669, 13296, 11802, 12155, 11838, 11114, 11607, 11548, 11371, 11294, 12220, 11875, 12538, 11866, 12238, 11790, 12994, 11790, 12633, 11618, 10861, 11819, 11055, 11742, 11682, 13341, 11905, 12615, 11957, 12656, 11675, 10721, 11433, 11270, 13208, 11810, 12806, 11764, 12424, 11685, 10856, 11817, 11065, 11689, 11352, 11912, 11754, 13425, 11801, 12624, 11667, 11567, 12124, 11039, 11477, 11749, 13643, 11571, 13447, 11655, 10973, 11852, 11017, 11574, 11326, 11860, 11769, 11518, 11404, 11551, 11398, 12877, 11852, 12980, 11555, 12127, 11621, 12131, 11639, 11154, 11352, 11351, 11550, 11695, 13459, 11782, 13405, 11558, 12230, 11485, 10872, 11870, 10801, 11681, 11179, 11510, 11442, 12952, 11513, 11523, 11361, 11802, 11481, 11314, 11725, 12785, 11827, 13301, 11603, 11858, 11582, 12967, 11510, 12208, 11683, 11355, 11465, 10955, 12982, 13320, 11142, 13423, 11446, 10537, 15127, 12392, 11288, 11712, 11091, 11777, 11373, 11347, 10950, 11717, 12250, 11049, 11468, 13170, 11761, 15371, 11287, 10894, 11357, 10722, 11089, 10603, 11444, 11245, 11493, 11406, 11187, 12470, 11336, 11079, 11039, 11515, 11074, 11582, 11162, 11802, 11501, 11887, 11241, 11711, 11272, 11930, 11420, 11809, 11675, 11958, 11407, 11677, 11044, 11249, 11243, 13272, 11639, 12207, 11731, 12287, 11360, 10463, 11359, 11053, 11465, 11476, 11808, 11653, 13410, 11772, 12961, 11524, 13065, 11703, 11337, 11579, 11265, 11489, 11417, 10927, 11578, 12926, 11642, 12829, 11597, 13264, 11690, 12041, 11706, 11684, 11807, 11092, 12103, 11197, 11696, 11536, 12052, 11854, 14376, 11778, 13996, 11772, 11447, 12123, 11230, 11702, 11686, 12474, 11825, 13377, 11602, 12899, 11639, 11169, 11915, 11062, 12078, 11649, 10831, 11874, 13576, 11746, 12426, 11613, 11792, 11895, 11177, 11628, 11718, 11503, 11809, 12772, 11808, 11318, 11761, 11696, 11924, 11761, 12449, 11790, 11040, 11996, 11110, 11813, 11618, 11505, 11584, 11472, 11688, 12535, 11866, 11630, 12023, 11628, 12062, 13265, 11658, 11065, 11776, 11235, 11995, 11439, 11459, 11819, 12459, 11896, 13724, 11815, 12172, 11991, 10921, 11741, 11635, 12050, 11923, 12486, 11677, 11862, 11753, 10933, 11713, 11831, 11831, 11300, 11743, 11174, 11433, 11503, 11449, 11736, 11488, 11914, 13174, 11684, 12985, 11676, 12557, 12071, 11179, 11737, 11945, 11642, 11079, 11732, 11138, 11247, 11668, 12205, 11949, 14034, 11749, 12933, 11648, 12019, 11778, 11074, 11812, 11187, 11516, 11684, 11281, 11348, 10894, 11567, 12950, 11695, 12472, 11665, 13105, 11726, 10912, 11578, 11046, 11361, 11421, 12031, 11750, 13554, 11659, 12166, 11719, 10973, 11719, 11174, 11467, 11653, 11595, 11708, 11447, 11671, 10878, 11673, 12832, 11596, 12756, 11765, 11211, 11358, 11494, 13103, 11812, 12432, 11626, 11754, 11294, 11526, 13026, 11515, 11523, 11816, 11222, 11432, 11660, 14476, 11619, 12862, 11415, 10849, 11712, 11198, 11908, 11237, 11264, 11847, 12897, 11912, 11944, 11664, 13258, 11741, 11026, 11637, 11621, 12951, 11699, 12321, 11762, 11811, 11612, 10938, 11642, 11230, 11513, 11515, 11617, 11630, 11650, 11428, 11438, 11762, 11305, 11890, 13050, 12008, 13975, 11955, 12376, 11853, 13436, 11770, 12586, 11711, 11090, 11692, 11465, 11529, 11564, 11778, 11617, 12427, 11626, 11632, 12105, 11033, 11950, 11913, 11212, 11840, 11477, 13750, 11345, 11432, 11554, 11256, 11708, 11565, 11963, 11805, 10819, 11842, 10937, 11425, 11208, 11447, 14088, 11310, 15812, 11966, 14479, 11679, 10777, 11378, 10917, 12670, 11435, 13321, 11359, 10986, 11814, 11502, 11939, 10789, 12014, 11224, 11831, 11276, 11287, 11632, 12610, 11731, 11424, 11875, 11370, 11570, 11491, 11007, 11527, 11701, 11866, 11713, 12027, 11137, 11654, 11669, 13803, 11962, 14713, 11670, 13015, 12044, 11238, 11246, 11696, 12503, 11670, 10947, 11944, 11416, 10953, 11733, 12673, 11721, 11622, 11751, 10851, 11608, 11327, 12802, 11576, 12022, 11666, 11653, 11558, 10945, 10626, 11528, 11780, 11536, 10686, 11328, 11394, 11346, 11414, 11840, 11628, 12076, 11544, 10919, 11502, 11237, 11427, 11256, 12839, 11397, 11964, 11721, 11043, 11394, 11690, 11205, 11520, 12071, 11714, 13300, 11649, 13308, 11527, 12194, 11399, 12078, 11813, 11462, 11456, 11462, 13105, 11664, 12819, 11399, 12212, 11440, 11216, 14235, 11602, 12899, 11396, 10874, 11598, 10930, 11739, 11557, 13411, 11556, 11736, 11506, 11172, 11418, 10878, 11580, 11583, 13889, 11590, 11945, 11612, 10842, 11508, 11543, 13192, 11458, 13236, 11439, 10757, 11391, 10960, 11739, 11580, 13019, 11539, 13780, 11564, 12529, 11518, 11747, 11565, 11286, 11888, 11868, 11559, 12862, 11780, 10949, 11344, 11559, 13051, 11642, 12497, 11862, 11682, 11264, 11296, 11386, 11184, 13057, 11593, 12703, 11624, 12001, 11619, 12867, 11594, 10863, 11647, 11107, 11349, 11505, 12238, 11617, 14268, 11512, 12621, 11458, 11939, 11428, 11672, 11508, 10743, 11387, 11132, 11364, 11685, 11535, 10970, 11721, 10861, 11757, 11203, 11340, 11460, 11611, 11620, 12046, 11599, 11456, 11225, 11611, 11504, 13621, 11629, 12541, 11619, 13115, 11575, 11537, 11546, 10796, 11823, 11023, 11433, 11514, 12101, 11516, 14086, 11492, 12607, 11380, 11344, 11839, 11058, 11540, 11239, 11260, 11378, 11258, 11347, 12152, 11760, 12179, 11897, 11665, 11875, 11770, 11535, 10989, 11393, 11061, 11537, 11412, 12370, 11593, 11560, 11440, 10895, 11653, 12397, 11513, 13562, 11375, 13370, 11309, 11408, 11011, 12153, 10022, 13116, 10595, 13681, 11022, 10428, 11323, 10976, 10527, 11001, 12073, 10716, 13479, 10766, 14067, 10772, 14646, 11534, 14225, 10617, 10578, 10660, 10501, 10687, 10409, 10683, 10858, 10573, 11668, 10526, 13500, 10547, 11559, 10633, 10334, 10823, 11061, 10639, 10737, 10910, 11146, 10817, 11360, 10522, 11352, 10622, 11344, 11103, 11071, 10766, 11027, 12552, 10791, 13045, 10887, 12309, 11363, 12105, 11009, 10763, 11207, 10721, 13462, 11329, 12625, 11351, 10711, 10986, 10663, 11041, 10503, 11708, 10920, 11982, 11143, 11494, 11328, 11974, 11743, 10414, 11344, 10720, 13342, 11115, 12923, 11605, 12244, 11160, 10620, 11546, 10765, 13205, 11187, 13094, 11384, 11679, 11468, 11000, 11233, 10778, 11208, 10617, 11615, 10792, 12774, 11103, 12967, 11154, 12445, 11147, 10585, 11298, 10451, 11067, 10595, 11759, 10846, 11564, 10762, 13417, 11061, 12830, 11384, 10916, 11495, 10793, 11374, 10643, 11879, 11031, 13075, 11489, 12813, 11494, 12065, 11671, 11994, 11249, 10711, 11216, 10810, 12926, 11224, 12503, 11475, 11725, 11526, 10721, 11413, 11038, 11392, 11430, 12999, 11542, 12780, 11523, 12507, 11281, 11197, 11596, 10647, 11731, 10827, 11390, 11266, 12239, 11668, 11280, 11905, 13208, 11415, 12661, 11480, 12356, 11383, 12249, 11452, 10791, 11751, 10759, 11650, 11058, 11749, 11423, 13788, 11349, 12283, 11233, 12059, 11385, 11208, 11526, 11231, 11387, 11027, 11378, 11096, 12020, 11493, 13158, 11682, 12498, 11406, 11810, 11231, 10718, 11346, 10629, 11574, 11016, 11781, 11458, 13540, 11289, 12844, 11084, 11711, 11301, 10777, 11754, 11055, 11589, 11196, 12601, 11258, 11416, 11094, 11574, 10851, 13262, 11317, 12506, 11679, 10671, 11502, 10941, 12627, 11209, 13101, 11187, 12422, 11044, 11287, 11500, 10666, 11373, 11056, 11488, 11241, 11482, 11276, 11240, 11097, 11404, 10855, 11625, 11726, 11378, 12406, 11722, 12269, 11372, 11073, 10561, 11181, 12513, 11730, 10821, 11596, 11486, 12272, 11283, 11796, 11021, 12454, 11291, 11184, 11584, 10960, 11719, 11349, 13182, 11412, 12925, 11297, 11743, 11676, 11006, 11453, 11337, 11383, 11367, 11736, 11255, 12327, 11727, 12492, 11134, 13270, 11224, 14321, 10832, 12913, 10859, 10849, 11294, 10979, 12102, 11660, 10834, 11830, 10996, 11681, 10851, 11335, 10882, 11322, 10979, 15380, 12931, 15936, 11918, 13429, 11393, 11274, 11274, 10779, 11317, 10785, 10966, 10742, 11142, 10961, 11374, 10753, 11425, 10737, 11332, 11153, 11646, 12638, 11388, 11112, 11318, 10325, 11555, 12795, 11369, 13118, 11344, 11577, 11462, 10667, 11445, 11096, 11881, 11376, 14435, 11682, 13343, 11216, 11417, 11654, 10892, 11428, 10979, 11364, 11037, 11607, 11057, 11745, 11366, 12736, 11527, 13165, 11399, 11580, 11584, 10776, 11468, 10937, 11462, 11603, 14312, 11286, 12735, 11277, 10793, 11740, 10994, 11697, 11352, 13844, 11448, 13279, 11290, 11203, 11823, 10917, 11529, 11500, 11458, 11235, 11478, 10954, 11620, 11356, 13290, 11534, 12700, 11752, 11359, 11531, 10893, 11757, 11430, 12615, 11330, 12449, 11408, 12330, 11387, 10689, 11625, 10832, 11474, 11088, 11783, 11637, 13028, 11365, 12240, 11322, 10863, 11573, 11127, 12049, 11386, 12110, 11396, 12123, 11394, 11484, 11498, 10840, 11657, 11331, 13017, 11456, 13267, 11443, 11228, 12004, 10967, 11641, 11375, 12680, 11685, 13421, 11281, 12380, 11966, 10962, 11853, 11467, 12978, 11256, 12357, 11670, 11907, 11437, 11103, 11725, 11121, 12332, 11543, 11888, 11821, 10863, 11666, 11305, 11865, 11309, 12863, 11402, 11714, 11677, 11144, 11987, 11412, 13338, 11611, 13290, 11565, 11196, 12228, 11042, 11885, 11548, 13889, 11541, 12833, 11959, 10827, 11740, 11379, 13365, 11542, 12447, 11402, 10992, 11515, 11000, 12646, 11579, 11833, 11846, 12195, 11502, 10842, 12194, 11364, 13034, 11389, 12560, 11822, 12501, 11983, 11027, 11501, 11150, 11932, 11219, 13564, 11396, 13102, 12103, 12302, 11506, 10946, 11767, 11249, 13172, 11449, 11601, 11493, 10902, 11620, 11184, 11958, 11241, 12470, 11555, 12485, 11906, 11119, 11725, 11450, 14081, 11348, 13430, 11302, 12051, 12035, 10798, 11757, 11177, 13354, 11498, 12488, 11739, 11609, 11359, 10970, 11512, 11298, 12677, 11456, 12826, 11655, 11337, 11516, 11211, 11409, 11139, 11504, 11137, 12179, 11498, 12848, 11526, 11632, 11958, 11853, 11352, 13395, 10910, 14897, 11021, 11315, 14179, 11419, 10929, 11531, 11377, 12047, 11292, 12750, 11336, 12467, 11204, 12466, 11207, 13538, 11193, 15842, 12539, 14261, 11198, 10774, 11199, 10844, 11713, 11105, 12116, 11322, 11442, 11312, 11787, 11076, 10962, 10995, 10721, 11228, 11259, 11387, 10886, 11346, 11010, 11456, 10700, 11768, 11084, 13231, 11270, 12517, 11660, 12066, 11144, 10623, 11631, 10953, 12488, 11324, 12577, 11434, 12635, 11909, 10901, 11530, 10929, 11984, 11462, 12970, 11235, 12117, 11796, 11309, 11567, 10966, 11746, 11263, 12984, 11389, 12519, 11834, 10751, 11668, 10968, 12722, 11211, 13238, 11242, 11420, 11952, 10666, 11683, 11100, 12582, 11543, 12693, 11573, 11691, 11871, 10802, 12372, 11379, 12804, 11879, 10742, 11623, 10890, 12006, 11124, 12017, 11289, 12284, 11629, 11516, 12305, 10974, 11961, 11149, 13227, 11649, 13172, 11718, 11460, 11923, 10781, 12598, 11573, 11206, 11382, 10796, 12174, 11288, 13595, 11256, 12112, 11293, 10845, 11961, 10667, 11386, 10646, 11693, 10748, 12106, 11227, 11575, 11341, 11952, 11515, 12588, 11743, 12086, 11996, 10836, 12046, 11123, 13639, 11278, 13302, 11310, 11548, 11385, 10726, 12233, 11169, 12300, 11322, 12384, 11696, 12605, 11551, 10678, 11767, 10795, 12345, 10886, 11634, 10770, 12078, 11265, 12903, 11250, 12678, 11443, 12785, 11978, 10717, 11883, 10975, 12840, 11471, 12778, 11286, 12833, 10820, 13224, 10885, 12250, 10691, 11651, 13564, 10896, 10545, 12236, 10561, 11546, 10454, 11751, 11589, 10885, 13585, 11036, 15425, 12216, 13304, 10502, 13337, 10493, 13056, 10445, 12008, 10689, 10351, 10462, 10647, 10636, 10360, 10391, 10375, 11017, 10590, 11333, 10519, 11545, 10637, 11656, 10496, 11327, 10457, 12907, 10883, 12296, 11165, 11118, 11308, 10493, 11587, 10451, 11806, 10499, 12724, 11004, 12556, 11333, 11068, 10994, 10739, 10977, 10429, 11332, 10449, 12939, 11005, 12828, 11491, 10660, 11396, 10562, 11502, 10418, 11969, 10676, 12615, 11137, 12781, 11202, 11659, 11534, 11069, 11615], 'WindowCenter': [4283.0, 4269.0, 4258.0, 4256.0, 4245.0, 4254.0, 4244.0, 4242.0, 4243.0, 4242.0, 4242.0, 4242.0, 4241.0, 4255.0, 4276.0, 4265.0, 4286.0, 4253.0, 4263.0, 4250.0, 4239.0, 4239.0, 4252.0, 4233.0, 4235.0, 4245.0, 4267.0, 4247.0, 4264.0, 4232.0, 4219.0, 4239.0, 4206.0, 4226.0, 4193.0, 4213.0, 4191.0, 4191.0, 4191.0, 4191.0, 4190.0, 4189.0, 4189.0, 4190.0, 4190.0, 4191.0, 4202.0, 4204.0, 4216.0, 4217.0, 4228.0, 4217.0, 4240.0, 4231.0, 4242.0, 4242.0, 4243.0, 4243.0, 4254.0, 4245.0, 4254.0, 4231.0, 4232.0, 4253.0, 4232.0, 4252.0, 4230.0, 4230.0, 4229.0, 4218.0, 4239.0, 4229.0, 4239.0, 4228.0, 4219.0, 4229.0, 4230.0, 4251.0, 4230.0, 4238.0, 4242.0, 4243.0, 4241.0, 4241.0, 4242.0, 4239.0, 4242.0, 4255.0, 4244.0, 4264.0, 4254.0, 4253.0, 4254.0, 4254.0, 4242.0, 4243.0, 4252.0, 4242.0, 4253.0, 4243.0, 4241.0, 4240.0, 4231.0, 4240.0, 4240.0, 4251.0, 4228.0, 4239.0, 4239.0, 4230.0, 4229.0, 4239.0, 4241.0, 4243.0, 4253.0, 4252.0, 4254.0, 4242.0, 4241.0, 4242.0, 4254.0, 4253.0, 4254.0, 4254.0, 4255.0, 4264.0, 4266.0, 4276.0, 4242.0, 4264.0, 4241.0, 4254.0, 4242.0, 4240.0, 4249.0, 4238.0, 4227.0, 4227.0, 4229.0, 4229.0, 4240.0, 4240.0, 4241.0, 4251.0, 4241.0, 4241.0, 4229.0, 4238.0, 4226.0, 4227.0, 4227.0, 4228.0, 4227.0, 4228.0, 4227.0, 4226.0, 4250.0, 4228.0, 4238.0, 4227.0, 4216.0, 4224.0, 4216.0, 4225.0, 4226.0, 4239.0, 4239.0, 4239.0, 4238.0, 4240.0, 4238.0, 4238.0, 4239.0, 4239.0, 4239.0, 4229.0, 4240.0, 4240.0, 4251.0, 4253.0, 4251.0, 4242.0, 4252.0, 4239.0, 4240.0, 4238.0, 4229.0, 4239.0, 4240.0, 4239.0, 4241.0, 4251.0, 4241.0, 4239.0, 4240.0, 4238.0, 4236.0, 4229.0, 4229.0, 4240.0, 4250.0, 4240.0, 4240.0, 4240.0, 4230.0, 4239.0, 4239.0, 4240.0, 4239.0, 4241.0, 4240.0, 4229.0, 4238.0, 4240.0, 4241.0, 4242.0, 4251.0, 4241.0, 4252.0, 4243.0, 4243.0, 4252.0, 4242.0, 4253.0, 4253.0, 4252.0, 4242.0, 4241.0, 4252.0, 4252.0, 4240.0, 4242.0, 4242.0, 4241.0, 4250.0, 4238.0, 4241.0, 4227.0, 4230.0, 4240.0, 4241.0, 4240.0, 4229.0, 4239.0, 4237.0, 4238.0, 4238.0, 4239.0, 4240.0, 4252.0, 4241.0, 4251.0, 4241.0, 4242.0, 4251.0, 4241.0, 4239.0, 4239.0, 4251.0, 4240.0, 4252.0, 4242.0, 4252.0, 4241.0, 4231.0, 4240.0, 4229.0, 4239.0, 4228.0, 4238.0, 4239.0, 4239.0, 4238.0, 4228.0, 4238.0, 4227.0, 4238.0, 4229.0, 4238.0, 4251.0, 4262.0, 4252.0, 4252.0, 4251.0, 4242.0, 4241.0, 4242.0, 4240.0, 4240.0, 4251.0, 4240.0, 4251.0, 4239.0, 4228.0, 4239.0, 4229.0, 4228.0, 4240.0, 4252.0, 4240.0, 4240.0, 4241.0, 4240.0, 4241.0, 4250.0, 4239.0, 4250.0, 4239.0, 4241.0, 4241.0, 4252.0, 4239.0, 4240.0, 4240.0, 4239.0, 4229.0, 4238.0, 4249.0, 4239.0, 4251.0, 4241.0, 4241.0, 4239.0, 4229.0, 4238.0, 4229.0, 4228.0, 4229.0, 4228.0, 4240.0, 4251.0, 4240.0, 4240.0, 4240.0, 4238.0, 4238.0, 4228.0, 4239.0, 4252.0, 4253.0, 4263.0, 4242.0, 4253.0, 4253.0, 4252.0, 4240.0, 4241.0, 4239.0, 4241.0, 4240.0, 4241.0, 4252.0, 4264.0, 4266.0, 4276.0, 4252.0, 4228.0, 4247.0, 4222.0, 4216.0, 4225.0, 4226.0, 4226.0, 4228.0, 4239.0, 4241.0, 4251.0, 4240.0, 4230.0, 4229.0, 4238.0, 4216.0, 4237.0, 4216.0, 4203.0, 4202.0, 4190.0, 4201.0, 4188.0, 4200.0, 4200.0, 4199.0, 4200.0, 4213.0, 4213.0, 4213.0, 4212.0, 4202.0, 4212.0, 4211.0, 4213.0, 4213.0, 4225.0, 4226.0, 4225.0, 4216.0, 4226.0, 4226.0, 4225.0, 4226.0, 4228.0, 4228.0, 4228.0, 4228.0, 4229.0, 4230.0, 4229.0, 4230.0, 4240.0, 4228.0, 4239.0, 4239.0, 4242.0, 4239.0, 4229.0, 4228.0, 4229.0, 4239.0, 4239.0, 4240.0, 4242.0, 4251.0, 4242.0, 4252.0, 4240.0, 4251.0, 4239.0, 4229.0, 4229.0, 4229.0, 4229.0, 4240.0, 4229.0, 4239.0, 4240.0, 4240.0, 4250.0, 4240.0, 4250.0, 4239.0, 4239.0, 4239.0, 4239.0, 4240.0, 4240.0, 4240.0, 4239.0, 4240.0, 4242.0, 4242.0, 4241.0, 4262.0, 4240.0, 4262.0, 4240.0, 4229.0, 4239.0, 4229.0, 4239.0, 4239.0, 4240.0, 4239.0, 4251.0, 4240.0, 4251.0, 4241.0, 4240.0, 4239.0, 4229.0, 4239.0, 4240.0, 4229.0, 4240.0, 4251.0, 4240.0, 4250.0, 4240.0, 4240.0, 4238.0, 4228.0, 4240.0, 4241.0, 4240.0, 4240.0, 4240.0, 4239.0, 4230.0, 4239.0, 4240.0, 4229.0, 4227.0, 4238.0, 4227.0, 4226.0, 4226.0, 4227.0, 4228.0, 4238.0, 4229.0, 4240.0, 4239.0, 4238.0, 4237.0, 4238.0, 4228.0, 4238.0, 4240.0, 4239.0, 4251.0, 4240.0, 4230.0, 4239.0, 4229.0, 4239.0, 4238.0, 4228.0, 4239.0, 4240.0, 4241.0, 4252.0, 4241.0, 4241.0, 4240.0, 4230.0, 4238.0, 4229.0, 4239.0, 4240.0, 4240.0, 4239.0, 4240.0, 4238.0, 4230.0, 4240.0, 4240.0, 4239.0, 4230.0, 4239.0, 4229.0, 4239.0, 4239.0, 4239.0, 4240.0, 4240.0, 4241.0, 4251.0, 4242.0, 4252.0, 4241.0, 4251.0, 4240.0, 4230.0, 4240.0, 4242.0, 4241.0, 4241.0, 4240.0, 4240.0, 4230.0, 4240.0, 4240.0, 4241.0, 4252.0, 4240.0, 4252.0, 4240.0, 4240.0, 4240.0, 4228.0, 4239.0, 4229.0, 4240.0, 4240.0, 4241.0, 4240.0, 4230.0, 4239.0, 4239.0, 4228.0, 4238.0, 4229.0, 4240.0, 4239.0, 4230.0, 4239.0, 4229.0, 4229.0, 4228.0, 4240.0, 4239.0, 4249.0, 4240.0, 4240.0, 4240.0, 4230.0, 4238.0, 4229.0, 4239.0, 4240.0, 4240.0, 4240.0, 4240.0, 4240.0, 4239.0, 4239.0, 4251.0, 4241.0, 4253.0, 4241.0, 4242.0, 4241.0, 4242.0, 4251.0, 4241.0, 4242.0, 4240.0, 4242.0, 4231.0, 4240.0, 4239.0, 4229.0, 4229.0, 4227.0, 4228.0, 4229.0, 4229.0, 4250.0, 4229.0, 4239.0, 4228.0, 4228.0, 4238.0, 4229.0, 4239.0, 4241.0, 4242.0, 4253.0, 4253.0, 4243.0, 4242.0, 4242.0, 4250.0, 4239.0, 4229.0, 4229.0, 4229.0, 4239.0, 4238.0, 4240.0, 4240.0, 4239.0, 4239.0, 4229.0, 4228.0, 4229.0, 4240.0, 4240.0, 4243.0, 4241.0, 4241.0, 4240.0, 4239.0, 4240.0, 4239.0, 4241.0, 4250.0, 4251.0, 4262.0, 4242.0, 4253.0, 4243.0, 4252.0, 4241.0, 4240.0, 4228.0, 4228.0, 4229.0, 4239.0, 4240.0, 4239.0, 4240.0, 4238.0, 4238.0, 4227.0, 4228.0, 4238.0, 4228.0, 4239.0, 4240.0, 4239.0, 4252.0, 4265.0, 4274.0, 4253.0, 4253.0, 4251.0, 4241.0, 4238.0, 4228.0, 4239.0, 4240.0, 4242.0, 4242.0, 4242.0, 4243.0, 4242.0, 4242.0, 4251.0, 4230.0, 4250.0, 4216.0, 4226.0, 4204.0, 4202.0, 4212.0, 4201.0, 4212.0, 4201.0, 4210.0, 4199.0, 4188.0, 4210.0, 4200.0, 4211.0, 4201.0, 4223.0, 4213.0, 4223.0, 4214.0, 4215.0, 4215.0, 4224.0, 4214.0, 4215.0, 4226.0, 4227.0, 4226.0, 4227.0, 4217.0, 4226.0, 4225.0, 4226.0, 4226.0, 4226.0, 4227.0, 4228.0, 4229.0, 4250.0, 4229.0, 4251.0, 4229.0, 4239.0, 4228.0, 4217.0, 4215.0, 4225.0, 4227.0, 4227.0, 4230.0, 4254.0, 4256.0, 4256.0, 4267.0, 4265.0, 4239.0, 4229.0, 4227.0, 4227.0, 4227.0, 4226.0, 4237.0, 4226.0, 4226.0, 4225.0, 4228.0, 4225.0, 4212.0, 4188.0, 4199.0, 4213.0, 4225.0, 4227.0, 4227.0, 4228.0, 4229.0, 4240.0, 4239.0, 4238.0, 4239.0, 4229.0, 4229.0, 4241.0, 4241.0, 4241.0, 4242.0, 4251.0, 4241.0, 4240.0, 4241.0, 4242.0, 4253.0, 4254.0, 4243.0, 4254.0, 4254.0, 4253.0, 4263.0, 4254.0, 4264.0, 4255.0, 4265.0, 4255.0, 4255.0, 4254.0, 4253.0, 4243.0, 4254.0, 4265.0, 4244.0, 4253.0, 4242.0, 4242.0, 4239.0, 4230.0, 4252.0, 4240.0, 4239.0, 4228.0, 4229.0, 4226.0, 4228.0, 4238.0, 4239.0, 4250.0, 4238.0, 4238.0, 4239.0, 4229.0, 4239.0, 4230.0, 4241.0, 4240.0, 4251.0, 4240.0, 4240.0, 4239.0, 4230.0, 4239.0, 4229.0, 4251.0, 4240.0, 4251.0, 4229.0, 4228.0, 4228.0, 4228.0, 4227.0, 4228.0, 4251.0, 4241.0, 4251.0, 4239.0, 4240.0, 4240.0, 4239.0, 4238.0, 4230.0, 4241.0, 4242.0, 4242.0, 4254.0, 4252.0, 4243.0, 4240.0, 4241.0, 4251.0, 4241.0, 4242.0, 4241.0, 4243.0, 4242.0, 4241.0, 4242.0, 4241.0, 4251.0, 4229.0, 4238.0, 4228.0, 4240.0, 4229.0, 4241.0, 4238.0, 4229.0, 4238.0, 4229.0, 4228.0, 4228.0, 4238.0, 4240.0, 4250.0, 4240.0, 4241.0, 4240.0, 4240.0, 4239.0, 4229.0, 4227.0, 4228.0, 4229.0, 4230.0, 4229.0, 4240.0, 4239.0, 4229.0, 4239.0, 4229.0, 4238.0, 4227.0, 4228.0, 4228.0, 4240.0, 4240.0, 4253.0, 4242.0, 4243.0, 4242.0, 4240.0, 4241.0, 4250.0, 4229.0, 4239.0, 4229.0, 4240.0, 4229.0, 4240.0, 4240.0, 4228.0, 4238.0, 4228.0, 4227.0, 4226.0, 4238.0, 4228.0, 4250.0, 4239.0, 4239.0, 4239.0, 4228.0, 4227.0, 4226.0, 4227.0, 4228.0, 4228.0, 4239.0, 4229.0, 4228.0, 4239.0, 4240.0, 4241.0, 4238.0, 4229.0, 4238.0, 4240.0, 4228.0, 4228.0, 4227.0, 4228.0, 4229.0, 4240.0, 4239.0, 4241.0, 4240.0, 4241.0, 4231.0, 4241.0, 4252.0, 4243.0, 4263.0, 4243.0, 4262.0, 4241.0, 4242.0, 4241.0, 4251.0, 4243.0, 4274.0, 4257.0, 4274.0, 4255.0, 4242.0, 4239.0, 4241.0, 4231.0, 4242.0, 4253.0, 4242.0, 4253.0, 4244.0, 4252.0, 4229.0, 4250.0, 4229.0, 4236.0, 4205.0, 4204.0, 4203.0, 4191.0, 4192.0, 4191.0, 4190.0, 4190.0, 4190.0, 4200.0, 4201.0, 4211.0, 4189.0, 4200.0, 4190.0, 4190.0, 4201.0, 4202.0, 4202.0, 4215.0, 4216.0, 4216.0, 4216.0, 4227.0, 4217.0, 4227.0, 4230.0, 4228.0, 4229.0, 4229.0, 4230.0, 4230.0, 4252.0, 4241.0, 4253.0, 4231.0, 4243.0, 4241.0, 4240.0, 4229.0, 4230.0, 4229.0, 4229.0, 4238.0, 4228.0, 4238.0, 4227.0, 4218.0, 4229.0, 4228.0, 4228.0, 4228.0, 4238.0, 4229.0, 4239.0, 4240.0, 4240.0, 4252.0, 4254.0, 4252.0, 4243.0, 4243.0, 4243.0, 4253.0, 4242.0, 4253.0, 4243.0, 4253.0, 4243.0, 4233.0, 4242.0, 4231.0, 4250.0, 4231.0, 4251.0, 4230.0, 4241.0, 4240.0, 4241.0, 4242.0, 4231.0, 4240.0, 4229.0, 4239.0, 4241.0, 4250.0, 4240.0, 4252.0, 4242.0, 4253.0, 4241.0, 4231.0, 4241.0, 4231.0, 4241.0, 4231.0, 4253.0, 4243.0, 4242.0, 4242.0, 4252.0, 4241.0, 4252.0, 4240.0, 4242.0, 4242.0, 4242.0, 4241.0, 4230.0, 4241.0, 4241.0, 4251.0, 4253.0, 4263.0, 4241.0, 4252.0, 4253.0, 4252.0, 4242.0, 4231.0, 4240.0, 4229.0, 4239.0, 4228.0, 4241.0, 4240.0, 4241.0, 4239.0, 4241.0, 4253.0, 4243.0, 4241.0, 4241.0, 4251.0, 4241.0, 4252.0, 4242.0, 4252.0, 4241.0, 4241.0, 4240.0, 4230.0, 4239.0, 4230.0, 4240.0, 4241.0, 4253.0, 4242.0, 4242.0, 4249.0, 4251.0, 4241.0, 4250.0, 4241.0, 4251.0, 4242.0, 4243.0, 4240.0, 4231.0, 4241.0, 4240.0, 4241.0, 4241.0, 4242.0, 4241.0, 4263.0, 4243.0, 4251.0, 4242.0, 4252.0, 4240.0, 4242.0, 4243.0, 4243.0, 4242.0, 4242.0, 4242.0, 4243.0, 4242.0, 4241.0, 4252.0, 4253.0, 4254.0, 4241.0, 4241.0, 4229.0, 4218.0, 4228.0, 4229.0, 4239.0, 4231.0, 4240.0, 4241.0, 4252.0, 4241.0, 4251.0, 4242.0, 4242.0, 4230.0, 4231.0, 4239.0, 4231.0, 4242.0, 4241.0, 4252.0, 4243.0, 4244.0, 4243.0, 4242.0, 4242.0, 4251.0, 4230.0, 4240.0, 4228.0, 4230.0, 4241.0, 4242.0, 4253.0, 4244.0, 4254.0, 4242.0, 4241.0, 4230.0, 4230.0, 4239.0, 4232.0, 4241.0, 4242.0, 4242.0, 4242.0, 4241.0, 4241.0, 4240.0, 4240.0, 4240.0, 4241.0, 4243.0, 4254.0, 4254.0, 4254.0, 4255.0, 4256.0, 4245.0, 4244.0, 4231.0, 4241.0, 4240.0, 4239.0, 4230.0, 4230.0, 4241.0, 4240.0, 4242.0, 4241.0, 4231.0, 4251.0, 4240.0, 4230.0, 4240.0, 4230.0, 4241.0, 4242.0, 4253.0, 4254.0, 4254.0, 4242.0, 4242.0, 4240.0, 4231.0, 4242.0, 4242.0, 4242.0, 4242.0, 4240.0, 4241.0, 4241.0, 4240.0, 4250.0, 4240.0, 4263.0, 4255.0, 4277.0, 4257.0, 4266.0, 4243.0, 4244.0, 4229.0, 4217.0, 4225.0, 4227.0, 4228.0, 4240.0, 4231.0, 4242.0, 4242.0, 4240.0, 4230.0, 4228.0, 4216.0, 4237.0, 4225.0, 4236.0, 4213.0, 4223.0, 4202.0, 4201.0, 4200.0, 4190.0, 4199.0, 4188.0, 4187.0, 4199.0, 4211.0, 4202.0, 4202.0, 4201.0, 4213.0, 4201.0, 4213.0, 4215.0, 4226.0, 4236.0, 4227.0, 4227.0, 4228.0, 4218.0, 4228.0, 4239.0, 4241.0, 4250.0, 4230.0, 4241.0, 4239.0, 4230.0, 4239.0, 4230.0, 4241.0, 4240.0, 4251.0, 4240.0, 4250.0, 4229.0, 4228.0, 4228.0, 4228.0, 4240.0, 4229.0, 4228.0, 4229.0, 4228.0, 4229.0, 4239.0, 4239.0, 4250.0, 4241.0, 4252.0, 4241.0, 4241.0, 4240.0, 4230.0, 4239.0, 4230.0, 4241.0, 4241.0, 4261.0, 4241.0, 4251.0, 4240.0, 4230.0, 4240.0, 4230.0, 4241.0, 4241.0, 4251.0, 4240.0, 4250.0, 4239.0, 4242.0, 4240.0, 4230.0, 4241.0, 4240.0, 4241.0, 4241.0, 4240.0, 4230.0, 4240.0, 4240.0, 4251.0, 4241.0, 4251.0, 4241.0, 4242.0, 4240.0, 4231.0, 4240.0, 4240.0, 4240.0, 4244.0, 4254.0, 4252.0, 4254.0, 4242.0, 4231.0, 4239.0, 4231.0, 4240.0, 4241.0, 4241.0, 4240.0, 4250.0, 4240.0, 4240.0, 4229.0, 4230.0, 4240.0, 4241.0, 4240.0, 4241.0, 4239.0, 4239.0, 4238.0, 4228.0, 4229.0, 4228.0, 4230.0, 4240.0, 4230.0, 4240.0, 4240.0, 4240.0, 4239.0, 4229.0, 4239.0, 4230.0, 4239.0, 4240.0, 4251.0, 4241.0, 4252.0, 4241.0, 4252.0, 4240.0, 4230.0, 4239.0, 4229.0, 4240.0, 4229.0, 4240.0, 4241.0, 4241.0, 4240.0, 4239.0, 4239.0, 4229.0, 4239.0, 4229.0, 4240.0, 4239.0, 4231.0, 4241.0, 4242.0, 4242.0, 4242.0, 4252.0, 4241.0, 4241.0, 4240.0, 4240.0, 4252.0, 4242.0, 4252.0, 4242.0, 4252.0, 4241.0, 4242.0, 4241.0, 4242.0, 4242.0, 4243.0, 4263.0, 4243.0, 4253.0, 4242.0, 4243.0, 4241.0, 4242.0, 4252.0, 4241.0, 4252.0, 4241.0, 4241.0, 4240.0, 4241.0, 4250.0, 4241.0, 4242.0, 4252.0, 4252.0, 4241.0, 4242.0, 4241.0, 4240.0, 4251.0, 4240.0, 4253.0, 4251.0, 4253.0, 4242.0, 4242.0, 4242.0, 4242.0, 4252.0, 4242.0, 4251.0, 4241.0, 4252.0, 4253.0, 4253.0, 4241.0, 4242.0, 4240.0, 4239.0, 4250.0, 4239.0, 4240.0, 4240.0, 4241.0, 4252.0, 4252.0, 4252.0, 4242.0, 4252.0, 4242.0, 4251.0, 4241.0, 4242.0, 4241.0, 4241.0, 4264.0, 4243.0, 4263.0, 4242.0, 4252.0, 4251.0, 4240.0, 4239.0, 4240.0, 4250.0, 4240.0, 4251.0, 4252.0, 4241.0, 4241.0, 4241.0, 4241.0, 4241.0, 4250.0, 4240.0, 4251.0, 4239.0, 4241.0, 4242.0, 4242.0, 4242.0, 4241.0, 4241.0, 4242.0, 4251.0, 4241.0, 4251.0, 4241.0, 4242.0, 4252.0, 4254.0, 4254.0, 4277.0, 4267.0, 4300.0, 4268.0, 4256.0, 4262.0, 4227.0, 4228.0, 4228.0, 4240.0, 4252.0, 4243.0, 4265.0, 4255.0, 4253.0, 4242.0, 4252.0, 4231.0, 4251.0, 4230.0, 4250.0, 4229.0, 4238.0, 4215.0, 4204.0, 4212.0, 4202.0, 4212.0, 4201.0, 4213.0, 4212.0, 4214.0, 4212.0, 4212.0, 4214.0, 4214.0, 4214.0, 4215.0, 4225.0, 4226.0, 4226.0, 4227.0, 4229.0, 4229.0, 4239.0, 4230.0, 4240.0, 4240.0, 4251.0, 4230.0, 4241.0, 4239.0, 4241.0, 4230.0, 4230.0, 4239.0, 4230.0, 4240.0, 4240.0, 4252.0, 4242.0, 4252.0, 4240.0, 4242.0, 4240.0, 4241.0, 4241.0, 4241.0, 4251.0, 4241.0, 4241.0, 4252.0, 4243.0, 4242.0, 4242.0, 4252.0, 4240.0, 4251.0, 4240.0, 4241.0, 4239.0, 4230.0, 4241.0, 4241.0, 4251.0, 4241.0, 4250.0, 4241.0, 4241.0, 4240.0, 4230.0, 4240.0, 4241.0, 4252.0, 4253.0, 4254.0, 4253.0, 4254.0, 4252.0, 4243.0, 4252.0, 4240.0, 4251.0, 4241.0, 4231.0, 4241.0, 4243.0, 4254.0, 4244.0, 4253.0, 4242.0, 4252.0, 4242.0, 4241.0, 4252.0, 4243.0, 4252.0, 4254.0, 4266.0, 4255.0, 4266.0, 4253.0, 4244.0, 4241.0, 4241.0, 4241.0, 4241.0, 4241.0, 4241.0, 4242.0, 4254.0, 4242.0, 4262.0, 4241.0, 4240.0, 4241.0, 4231.0, 4240.0, 4231.0, 4241.0, 4242.0, 4253.0, 4244.0, 4254.0, 4244.0, 4254.0, 4253.0, 4253.0, 4254.0, 4254.0, 4254.0, 4255.0, 4255.0, 4256.0, 4267.0, 4256.0, 4266.0, 4255.0, 4265.0, 4242.0, 4242.0, 4241.0, 4242.0, 4241.0, 4242.0, 4241.0, 4243.0, 4255.0, 4254.0, 4253.0, 4242.0, 4231.0, 4241.0, 4242.0, 4251.0, 4242.0, 4243.0, 4244.0, 4266.0, 4256.0, 4265.0, 4244.0, 4254.0, 4242.0, 4253.0, 4240.0, 4232.0, 4241.0, 4232.0, 4254.0, 4254.0, 4254.0, 4242.0, 4261.0, 4244.0, 4266.0, 4257.0, 4267.0, 4255.0, 4255.0, 4252.0, 4230.0, 4231.0, 4239.0, 4231.0, 4241.0, 4245.0, 4255.0, 4256.0, 4256.0, 4278.0, 4246.0, 4263.0, 4242.0, 4239.0, 4218.0, 4227.0, 4206.0, 4226.0, 4202.0, 4213.0, 4201.0, 4202.0, 4202.0, 4203.0, 4202.0, 4202.0, 4201.0, 4202.0, 4212.0, 4214.0, 4214.0, 4216.0, 4226.0, 4228.0, 4227.0, 4228.0, 4227.0, 4218.0, 4238.0, 4228.0, 4238.0, 4228.0, 4229.0, 4241.0, 4230.0, 4229.0, 4229.0, 4239.0, 4230.0, 4240.0, 4230.0, 4240.0, 4229.0, 4231.0, 4243.0, 4241.0, 4231.0, 4230.0, 4241.0, 4230.0, 4239.0, 4229.0, 4239.0, 4228.0, 4231.0, 4241.0, 4231.0, 4240.0, 4230.0, 4240.0, 4229.0, 4238.0, 4228.0, 4239.0, 4228.0, 4242.0, 4241.0, 4241.0, 4242.0], 'WindowWidth': [9475.0, 9448.0, 9427.0, 9419.0, 9404.0, 9415.0, 9402.0, 9398.0, 9400.0, 9393.0, 9395.0, 9394.0, 9397.0, 9421.0, 9455.0, 9440.0, 9467.0, 9418.0, 9429.0, 9409.0, 9389.0, 9386.0, 9409.0, 9382.0, 9390.0, 9405.0, 9439.0, 9409.0, 9428.0, 9380.0, 9358.0, 9386.0, 9333.0, 9363.0, 9310.0, 9338.0, 9303.0, 9303.0, 9303.0, 9302.0, 9300.0, 9297.0, 9297.0, 9299.0, 9301.0, 9303.0, 9323.0, 9328.0, 9347.0, 9351.0, 9365.0, 9354.0, 9386.0, 9376.0, 9394.0, 9393.0, 9397.0, 9397.0, 9413.0, 9403.0, 9416.0, 9376.0, 9378.0, 9411.0, 9378.0, 9407.0, 9373.0, 9373.0, 9368.0, 9355.0, 9384.0, 9369.0, 9383.0, 9366.0, 9356.0, 9368.0, 9375.0, 9406.0, 9375.0, 9384.0, 9392.0, 9398.0, 9390.0, 9390.0, 9392.0, 9387.0, 9394.0, 9416.0, 9401.0, 9430.0, 9414.0, 9415.0, 9414.0, 9416.0, 9395.0, 9395.0, 9409.0, 9392.0, 9412.0, 9397.0, 9393.0, 9387.0, 9377.0, 9389.0, 9386.0, 9406.0, 9369.0, 9388.0, 9385.0, 9373.0, 9370.0, 9386.0, 9392.0, 9398.0, 9410.0, 9409.0, 9417.0, 9395.0, 9393.0, 9395.0, 9415.0, 9411.0, 9416.0, 9416.0, 9416.0, 9430.0, 9436.0, 9454.0, 9398.0, 9434.0, 9394.0, 9415.0, 9393.0, 9388.0, 9402.0, 9382.0, 9366.0, 9365.0, 9370.0, 9371.0, 9388.0, 9392.0, 9392.0, 9406.0, 9394.0, 9394.0, 9372.0, 9386.0, 9363.0, 9367.0, 9364.0, 9369.0, 9365.0, 9369.0, 9366.0, 9364.0, 9403.0, 9369.0, 9383.0, 9364.0, 9351.0, 9357.0, 9348.0, 9358.0, 9363.0, 9384.0, 9387.0, 9389.0, 9385.0, 9388.0, 9385.0, 9384.0, 9383.0, 9385.0, 9384.0, 9374.0, 9388.0, 9391.0, 9406.0, 9412.0, 9407.0, 9397.0, 9410.0, 9386.0, 9389.0, 9380.0, 9372.0, 9382.0, 9385.0, 9385.0, 9390.0, 9408.0, 9391.0, 9387.0, 9388.0, 9385.0, 9377.0, 9373.0, 9372.0, 9388.0, 9405.0, 9388.0, 9390.0, 9388.0, 9375.0, 9384.0, 9384.0, 9389.0, 9385.0, 9392.0, 9386.0, 9372.0, 9384.0, 9388.0, 9390.0, 9394.0, 9408.0, 9392.0, 9409.0, 9397.0, 9398.0, 9407.0, 9397.0, 9410.0, 9409.0, 9410.0, 9392.0, 9395.0, 9408.0, 9412.0, 9390.0, 9396.0, 9393.0, 9391.0, 9404.0, 9381.0, 9389.0, 9366.0, 9375.0, 9389.0, 9391.0, 9386.0, 9372.0, 9385.0, 9379.0, 9383.0, 9382.0, 9387.0, 9389.0, 9409.0, 9392.0, 9408.0, 9392.0, 9396.0, 9406.0, 9392.0, 9385.0, 9386.0, 9405.0, 9389.0, 9409.0, 9395.0, 9412.0, 9393.0, 9379.0, 9386.0, 9370.0, 9386.0, 9367.0, 9384.0, 9383.0, 9386.0, 9382.0, 9370.0, 9381.0, 9367.0, 9382.0, 9370.0, 9385.0, 9406.0, 9424.0, 9409.0, 9411.0, 9406.0, 9397.0, 9390.0, 9393.0, 9389.0, 9386.0, 9407.0, 9388.0, 9408.0, 9384.0, 9371.0, 9384.0, 9372.0, 9369.0, 9388.0, 9410.0, 9391.0, 9389.0, 9390.0, 9390.0, 9392.0, 9404.0, 9386.0, 9404.0, 9385.0, 9392.0, 9392.0, 9410.0, 9386.0, 9389.0, 9386.0, 9385.0, 9371.0, 9382.0, 9401.0, 9385.0, 9407.0, 9391.0, 9392.0, 9385.0, 9373.0, 9382.0, 9371.0, 9366.0, 9370.0, 9370.0, 9388.0, 9405.0, 9390.0, 9388.0, 9387.0, 9383.0, 9383.0, 9370.0, 9385.0, 9412.0, 9413.0, 9426.0, 9396.0, 9411.0, 9411.0, 9410.0, 9388.0, 9391.0, 9384.0, 9391.0, 9389.0, 9394.0, 9413.0, 9434.0, 9442.0, 9452.0, 9409.0, 9373.0, 9395.0, 9348.0, 9349.0, 9358.0, 9360.0, 9363.0, 9369.0, 9386.0, 9392.0, 9406.0, 9391.0, 9375.0, 9369.0, 9384.0, 9346.0, 9382.0, 9347.0, 9326.0, 9319.0, 9301.0, 9316.0, 9296.0, 9312.0, 9316.0, 9313.0, 9318.0, 9335.0, 9339.0, 9337.0, 9333.0, 9320.0, 9335.0, 9333.0, 9336.0, 9339.0, 9355.0, 9361.0, 9359.0, 9348.0, 9360.0, 9361.0, 9359.0, 9362.0, 9365.0, 9369.0, 9368.0, 9370.0, 9370.0, 9372.0, 9370.0, 9373.0, 9389.0, 9367.0, 9383.0, 9384.0, 9396.0, 9385.0, 9372.0, 9369.0, 9371.0, 9382.0, 9384.0, 9389.0, 9394.0, 9408.0, 9396.0, 9409.0, 9389.0, 9405.0, 9384.0, 9372.0, 9368.0, 9370.0, 9371.0, 9385.0, 9373.0, 9383.0, 9388.0, 9386.0, 9403.0, 9387.0, 9403.0, 9385.0, 9387.0, 9385.0, 9387.0, 9387.0, 9387.0, 9386.0, 9388.0, 9388.0, 9395.0, 9395.0, 9393.0, 9425.0, 9389.0, 9421.0, 9389.0, 9374.0, 9382.0, 9370.0, 9382.0, 9383.0, 9390.0, 9386.0, 9407.0, 9388.0, 9406.0, 9390.0, 9389.0, 9386.0, 9373.0, 9383.0, 9386.0, 9370.0, 9386.0, 9408.0, 9390.0, 9406.0, 9390.0, 9391.0, 9383.0, 9372.0, 9387.0, 9391.0, 9388.0, 9386.0, 9390.0, 9384.0, 9374.0, 9385.0, 9387.0, 9372.0, 9365.0, 9383.0, 9365.0, 9364.0, 9361.0, 9366.0, 9366.0, 9383.0, 9373.0, 9387.0, 9384.0, 9380.0, 9382.0, 9381.0, 9370.0, 9380.0, 9388.0, 9384.0, 9408.0, 9387.0, 9375.0, 9385.0, 9372.0, 9383.0, 9381.0, 9369.0, 9385.0, 9390.0, 9391.0, 9409.0, 9392.0, 9392.0, 9388.0, 9374.0, 9381.0, 9369.0, 9386.0, 9386.0, 9390.0, 9385.0, 9387.0, 9382.0, 9375.0, 9387.0, 9390.0, 9385.0, 9374.0, 9384.0, 9372.0, 9384.0, 9386.0, 9385.0, 9386.0, 9390.0, 9393.0, 9407.0, 9394.0, 9408.0, 9390.0, 9406.0, 9387.0, 9375.0, 9389.0, 9394.0, 9390.0, 9393.0, 9387.0, 9388.0, 9374.0, 9386.0, 9389.0, 9389.0, 9409.0, 9391.0, 9408.0, 9389.0, 9389.0, 9386.0, 9370.0, 9382.0, 9372.0, 9388.0, 9388.0, 9391.0, 9388.0, 9375.0, 9386.0, 9386.0, 9368.0, 9383.0, 9371.0, 9389.0, 9385.0, 9374.0, 9384.0, 9371.0, 9369.0, 9369.0, 9387.0, 9385.0, 9400.0, 9388.0, 9389.0, 9386.0, 9375.0, 9381.0, 9372.0, 9387.0, 9387.0, 9389.0, 9387.0, 9387.0, 9389.0, 9388.0, 9387.0, 9406.0, 9392.0, 9412.0, 9392.0, 9394.0, 9392.0, 9393.0, 9407.0, 9389.0, 9395.0, 9388.0, 9394.0, 9375.0, 9387.0, 9387.0, 9370.0, 9372.0, 9364.0, 9367.0, 9371.0, 9371.0, 9404.0, 9371.0, 9385.0, 9368.0, 9368.0, 9382.0, 9373.0, 9385.0, 9390.0, 9394.0, 9412.0, 9413.0, 9398.0, 9396.0, 9392.0, 9404.0, 9383.0, 9371.0, 9369.0, 9368.0, 9385.0, 9382.0, 9388.0, 9386.0, 9387.0, 9384.0, 9371.0, 9368.0, 9370.0, 9385.0, 9388.0, 9397.0, 9391.0, 9390.0, 9388.0, 9385.0, 9387.0, 9386.0, 9389.0, 9405.0, 9407.0, 9426.0, 9397.0, 9413.0, 9396.0, 9410.0, 9390.0, 9389.0, 9368.0, 9368.0, 9369.0, 9386.0, 9390.0, 9387.0, 9390.0, 9383.0, 9385.0, 9367.0, 9369.0, 9379.0, 9368.0, 9384.0, 9390.0, 9387.0, 9410.0, 9434.0, 9449.0, 9416.0, 9413.0, 9406.0, 9393.0, 9384.0, 9368.0, 9385.0, 9388.0, 9395.0, 9394.0, 9396.0, 9397.0, 9396.0, 9394.0, 9406.0, 9373.0, 9403.0, 9348.0, 9363.0, 9323.0, 9320.0, 9334.0, 9316.0, 9336.0, 9317.0, 9331.0, 9311.0, 9297.0, 9325.0, 9312.0, 9329.0, 9318.0, 9352.0, 9341.0, 9351.0, 9341.0, 9343.0, 9342.0, 9356.0, 9341.0, 9344.0, 9358.0, 9364.0, 9361.0, 9364.0, 9350.0, 9361.0, 9359.0, 9360.0, 9361.0, 9360.0, 9364.0, 9367.0, 9371.0, 9404.0, 9372.0, 9406.0, 9371.0, 9386.0, 9365.0, 9350.0, 9345.0, 9358.0, 9363.0, 9364.0, 9375.0, 9413.0, 9422.0, 9424.0, 9438.0, 9434.0, 9386.0, 9371.0, 9362.0, 9365.0, 9362.0, 9360.0, 9380.0, 9362.0, 9363.0, 9358.0, 9368.0, 9358.0, 9334.0, 9295.0, 9309.0, 9338.0, 9357.0, 9366.0, 9363.0, 9369.0, 9370.0, 9386.0, 9385.0, 9382.0, 9385.0, 9369.0, 9373.0, 9390.0, 9393.0, 9391.0, 9395.0, 9407.0, 9392.0, 9391.0, 9389.0, 9396.0, 9412.0, 9414.0, 9398.0, 9414.0, 9414.0, 9410.0, 9426.0, 9413.0, 9429.0, 9419.0, 9432.0, 9416.0, 9417.0, 9412.0, 9413.0, 9396.0, 9414.0, 9432.0, 9402.0, 9412.0, 9392.0, 9394.0, 9383.0, 9373.0, 9409.0, 9388.0, 9385.0, 9366.0, 9370.0, 9362.0, 9367.0, 9384.0, 9384.0, 9402.0, 9383.0, 9384.0, 9385.0, 9374.0, 9383.0, 9374.0, 9391.0, 9388.0, 9408.0, 9387.0, 9390.0, 9385.0, 9373.0, 9382.0, 9369.0, 9406.0, 9389.0, 9405.0, 9370.0, 9368.0, 9367.0, 9368.0, 9364.0, 9367.0, 9405.0, 9389.0, 9406.0, 9386.0, 9388.0, 9387.0, 9385.0, 9383.0, 9374.0, 9391.0, 9396.0, 9395.0, 9416.0, 9408.0, 9396.0, 9390.0, 9389.0, 9404.0, 9388.0, 9393.0, 9390.0, 9396.0, 9392.0, 9393.0, 9392.0, 9389.0, 9404.0, 9369.0, 9382.0, 9367.0, 9388.0, 9371.0, 9391.0, 9383.0, 9373.0, 9382.0, 9372.0, 9368.0, 9368.0, 9385.0, 9387.0, 9405.0, 9389.0, 9391.0, 9387.0, 9387.0, 9384.0, 9371.0, 9364.0, 9369.0, 9370.0, 9375.0, 9372.0, 9389.0, 9386.0, 9373.0, 9384.0, 9371.0, 9380.0, 9366.0, 9367.0, 9369.0, 9386.0, 9389.0, 9413.0, 9397.0, 9398.0, 9394.0, 9391.0, 9389.0, 9402.0, 9371.0, 9387.0, 9371.0, 9391.0, 9371.0, 9390.0, 9386.0, 9371.0, 9381.0, 9368.0, 9363.0, 9362.0, 9382.0, 9369.0, 9403.0, 9386.0, 9386.0, 9383.0, 9369.0, 9364.0, 9364.0, 9364.0, 9369.0, 9369.0, 9383.0, 9371.0, 9367.0, 9385.0, 9388.0, 9390.0, 9382.0, 9372.0, 9384.0, 9387.0, 9368.0, 9369.0, 9365.0, 9368.0, 9369.0, 9388.0, 9388.0, 9391.0, 9388.0, 9389.0, 9377.0, 9392.0, 9409.0, 9396.0, 9427.0, 9397.0, 9424.0, 9393.0, 9396.0, 9391.0, 9409.0, 9403.0, 9449.0, 9429.0, 9449.0, 9421.0, 9401.0, 9391.0, 9392.0, 9377.0, 9394.0, 9410.0, 9395.0, 9412.0, 9398.0, 9410.0, 9371.0, 9401.0, 9368.0, 9377.0, 9330.0, 9325.0, 9321.0, 9303.0, 9303.0, 9301.0, 9299.0, 9298.0, 9298.0, 9316.0, 9317.0, 9331.0, 9298.0, 9312.0, 9300.0, 9300.0, 9317.0, 9320.0, 9320.0, 9343.0, 9347.0, 9347.0, 9350.0, 9364.0, 9351.0, 9363.0, 9373.0, 9365.0, 9370.0, 9369.0, 9373.0, 9372.0, 9406.0, 9391.0, 9410.0, 9378.0, 9396.0, 9392.0, 9390.0, 9369.0, 9373.0, 9367.0, 9368.0, 9382.0, 9364.0, 9380.0, 9363.0, 9354.0, 9371.0, 9369.0, 9366.0, 9368.0, 9381.0, 9369.0, 9387.0, 9387.0, 9392.0, 9410.0, 9414.0, 9408.0, 9397.0, 9396.0, 9397.0, 9411.0, 9394.0, 9409.0, 9396.0, 9413.0, 9394.0, 9382.0, 9393.0, 9377.0, 9405.0, 9376.0, 9404.0, 9373.0, 9390.0, 9387.0, 9392.0, 9394.0, 9376.0, 9387.0, 9374.0, 9386.0, 9390.0, 9404.0, 9388.0, 9407.0, 9393.0, 9410.0, 9391.0, 9379.0, 9392.0, 9379.0, 9389.0, 9378.0, 9410.0, 9396.0, 9395.0, 9392.0, 9409.0, 9391.0, 9408.0, 9387.0, 9395.0, 9394.0, 9394.0, 9389.0, 9375.0, 9391.0, 9391.0, 9408.0, 9411.0, 9427.0, 9392.0, 9411.0, 9412.0, 9412.0, 9393.0, 9379.0, 9388.0, 9372.0, 9388.0, 9370.0, 9391.0, 9388.0, 9393.0, 9387.0, 9393.0, 9411.0, 9397.0, 9393.0, 9391.0, 9406.0, 9391.0, 9409.0, 9394.0, 9410.0, 9392.0, 9392.0, 9387.0, 9376.0, 9385.0, 9375.0, 9387.0, 9391.0, 9410.0, 9394.0, 9397.0, 9402.0, 9406.0, 9392.0, 9402.0, 9390.0, 9406.0, 9392.0, 9397.0, 9389.0, 9380.0, 9391.0, 9390.0, 9390.0, 9392.0, 9395.0, 9392.0, 9425.0, 9396.0, 9406.0, 9392.0, 9407.0, 9390.0, 9394.0, 9396.0, 9397.0, 9393.0, 9396.0, 9393.0, 9395.0, 9395.0, 9392.0, 9409.0, 9410.0, 9414.0, 9391.0, 9392.0, 9371.0, 9353.0, 9369.0, 9371.0, 9385.0, 9378.0, 9388.0, 9389.0, 9410.0, 9391.0, 9407.0, 9395.0, 9396.0, 9375.0, 9377.0, 9386.0, 9376.0, 9395.0, 9393.0, 9411.0, 9398.0, 9400.0, 9399.0, 9395.0, 9394.0, 9406.0, 9372.0, 9386.0, 9367.0, 9374.0, 9390.0, 9393.0, 9413.0, 9400.0, 9415.0, 9393.0, 9390.0, 9374.0, 9374.0, 9385.0, 9380.0, 9388.0, 9393.0, 9394.0, 9395.0, 9393.0, 9390.0, 9388.0, 9389.0, 9388.0, 9393.0, 9396.0, 9415.0, 9412.0, 9416.0, 9416.0, 9422.0, 9402.0, 9398.0, 9379.0, 9390.0, 9389.0, 9384.0, 9373.0, 9373.0, 9390.0, 9391.0, 9394.0, 9392.0, 9377.0, 9404.0, 9387.0, 9375.0, 9384.0, 9375.0, 9390.0, 9395.0, 9414.0, 9413.0, 9414.0, 9394.0, 9394.0, 9387.0, 9377.0, 9393.0, 9395.0, 9392.0, 9393.0, 9389.0, 9389.0, 9392.0, 9387.0, 9404.0, 9390.0, 9430.0, 9418.0, 9455.0, 9427.0, 9436.0, 9399.0, 9402.0, 9374.0, 9349.0, 9359.0, 9363.0, 9369.0, 9386.0, 9378.0, 9393.0, 9396.0, 9389.0, 9375.0, 9367.0, 9349.0, 9379.0, 9359.0, 9378.0, 9340.0, 9353.0, 9319.0, 9319.0, 9314.0, 9300.0, 9309.0, 9295.0, 9291.0, 9311.0, 9334.0, 9322.0, 9320.0, 9319.0, 9336.0, 9320.0, 9338.0, 9346.0, 9360.0, 9377.0, 9365.0, 9366.0, 9369.0, 9356.0, 9369.0, 9387.0, 9389.0, 9404.0, 9374.0, 9392.0, 9384.0, 9374.0, 9384.0, 9372.0, 9390.0, 9387.0, 9407.0, 9388.0, 9400.0, 9369.0, 9369.0, 9367.0, 9369.0, 9385.0, 9371.0, 9367.0, 9371.0, 9368.0, 9370.0, 9384.0, 9384.0, 9402.0, 9389.0, 9409.0, 9390.0, 9392.0, 9387.0, 9375.0, 9385.0, 9375.0, 9390.0, 9390.0, 9420.0, 9391.0, 9405.0, 9388.0, 9376.0, 9386.0, 9374.0, 9389.0, 9390.0, 9407.0, 9389.0, 9403.0, 9385.0, 9395.0, 9386.0, 9375.0, 9390.0, 9388.0, 9389.0, 9390.0, 9386.0, 9376.0, 9387.0, 9388.0, 9407.0, 9389.0, 9406.0, 9390.0, 9394.0, 9388.0, 9376.0, 9387.0, 9387.0, 9389.0, 9401.0, 9416.0, 9410.0, 9416.0, 9393.0, 9378.0, 9387.0, 9378.0, 9386.0, 9392.0, 9393.0, 9387.0, 9405.0, 9386.0, 9388.0, 9372.0, 9374.0, 9386.0, 9390.0, 9390.0, 9389.0, 9387.0, 9385.0, 9385.0, 9368.0, 9374.0, 9367.0, 9375.0, 9389.0, 9376.0, 9390.0, 9387.0, 9389.0, 9385.0, 9373.0, 9383.0, 9374.0, 9384.0, 9388.0, 9408.0, 9391.0, 9410.0, 9392.0, 9407.0, 9388.0, 9376.0, 9384.0, 9371.0, 9389.0, 9371.0, 9389.0, 9391.0, 9391.0, 9388.0, 9386.0, 9384.0, 9370.0, 9386.0, 9370.0, 9387.0, 9384.0, 9377.0, 9391.0, 9396.0, 9393.0, 9392.0, 9408.0, 9389.0, 9393.0, 9386.0, 9390.0, 9408.0, 9396.0, 9411.0, 9396.0, 9409.0, 9391.0, 9394.0, 9391.0, 9393.0, 9394.0, 9395.0, 9428.0, 9398.0, 9413.0, 9394.0, 9397.0, 9392.0, 9392.0, 9409.0, 9393.0, 9409.0, 9391.0, 9391.0, 9387.0, 9391.0, 9404.0, 9391.0, 9397.0, 9407.0, 9409.0, 9390.0, 9394.0, 9391.0, 9389.0, 9407.0, 9390.0, 9413.0, 9406.0, 9412.0, 9393.0, 9395.0, 9393.0, 9395.0, 9406.0, 9394.0, 9408.0, 9391.0, 9411.0, 9410.0, 9411.0, 9391.0, 9393.0, 9390.0, 9386.0, 9404.0, 9386.0, 9390.0, 9387.0, 9392.0, 9409.0, 9409.0, 9411.0, 9395.0, 9411.0, 9394.0, 9407.0, 9392.0, 9396.0, 9392.0, 9393.0, 9431.0, 9397.0, 9428.0, 9393.0, 9409.0, 9404.0, 9390.0, 9386.0, 9388.0, 9404.0, 9389.0, 9406.0, 9407.0, 9394.0, 9393.0, 9394.0, 9391.0, 9390.0, 9404.0, 9388.0, 9405.0, 9386.0, 9392.0, 9396.0, 9396.0, 9395.0, 9393.0, 9393.0, 9394.0, 9406.0, 9391.0, 9406.0, 9390.0, 9395.0, 9410.0, 9418.0, 9417.0, 9457.0, 9441.0, 9494.0, 9444.0, 9424.0, 9426.0, 9365.0, 9366.0, 9366.0, 9388.0, 9407.0, 9399.0, 9432.0, 9417.0, 9415.0, 9395.0, 9408.0, 9376.0, 9404.0, 9373.0, 9405.0, 9371.0, 9383.0, 9343.0, 9328.0, 9335.0, 9320.0, 9335.0, 9319.0, 9337.0, 9334.0, 9340.0, 9336.0, 9338.0, 9342.0, 9343.0, 9342.0, 9344.0, 9358.0, 9362.0, 9362.0, 9366.0, 9369.0, 9373.0, 9383.0, 9374.0, 9386.0, 9387.0, 9404.0, 9373.0, 9390.0, 9385.0, 9392.0, 9371.0, 9373.0, 9385.0, 9373.0, 9389.0, 9387.0, 9409.0, 9395.0, 9411.0, 9389.0, 9393.0, 9387.0, 9392.0, 9391.0, 9390.0, 9406.0, 9390.0, 9394.0, 9408.0, 9398.0, 9393.0, 9395.0, 9407.0, 9389.0, 9406.0, 9387.0, 9391.0, 9384.0, 9375.0, 9391.0, 9390.0, 9408.0, 9392.0, 9405.0, 9389.0, 9391.0, 9387.0, 9376.0, 9387.0, 9391.0, 9410.0, 9410.0, 9415.0, 9411.0, 9415.0, 9409.0, 9396.0, 9408.0, 9389.0, 9406.0, 9388.0, 9379.0, 9392.0, 9398.0, 9413.0, 9400.0, 9412.0, 9395.0, 9410.0, 9393.0, 9394.0, 9407.0, 9399.0, 9407.0, 9413.0, 9437.0, 9419.0, 9437.0, 9412.0, 9401.0, 9391.0, 9391.0, 9393.0, 9391.0, 9393.0, 9390.0, 9395.0, 9414.0, 9396.0, 9426.0, 9391.0, 9391.0, 9389.0, 9377.0, 9388.0, 9380.0, 9391.0, 9396.0, 9412.0, 9402.0, 9416.0, 9400.0, 9413.0, 9412.0, 9413.0, 9415.0, 9418.0, 9415.0, 9420.0, 9415.0, 9421.0, 9438.0, 9421.0, 9439.0, 9418.0, 9433.0, 9394.0, 9396.0, 9389.0, 9392.0, 9392.0, 9392.0, 9394.0, 9398.0, 9418.0, 9415.0, 9413.0, 9394.0, 9378.0, 9390.0, 9394.0, 9404.0, 9396.0, 9396.0, 9401.0, 9436.0, 9421.0, 9434.0, 9401.0, 9414.0, 9393.0, 9410.0, 9388.0, 9380.0, 9389.0, 9378.0, 9417.0, 9414.0, 9418.0, 9396.0, 9424.0, 9402.0, 9437.0, 9427.0, 9440.0, 9419.0, 9420.0, 9412.0, 9374.0, 9378.0, 9385.0, 9379.0, 9393.0, 9403.0, 9417.0, 9423.0, 9419.0, 9454.0, 9407.0, 9427.0, 9392.0, 9385.0, 9351.0, 9362.0, 9330.0, 9358.0, 9321.0, 9336.0, 9317.0, 9321.0, 9321.0, 9323.0, 9319.0, 9322.0, 9318.0, 9323.0, 9335.0, 9341.0, 9341.0, 9347.0, 9363.0, 9366.0, 9364.0, 9367.0, 9364.0, 9353.0, 9381.0, 9366.0, 9380.0, 9364.0, 9370.0, 9389.0, 9373.0, 9370.0, 9371.0, 9383.0, 9374.0, 9389.0, 9374.0, 9389.0, 9369.0, 9375.0, 9395.0, 9391.0, 9377.0, 9376.0, 9388.0, 9374.0, 9386.0, 9369.0, 9386.0, 9367.0, 9377.0, 9391.0, 9378.0, 9387.0, 9374.0, 9388.0, 9371.0, 9384.0, 9369.0, 9385.0, 9369.0, 9396.0, 9391.0, 9394.0, 9395.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.001526288327057558</td></tr>
<tr><td colspan=3>aqi</td><td>0.019154384292630448</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.94399860369217</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.214945225941873</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.029881676819161</td></tr>
<tr><td colspan=3>efc</td><td>0.4642</td></tr>
<tr><td colspan=3>fber</td><td>6877.6562</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08566856197643521</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.066164604626143</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.395256045102247</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3537503075185833</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6157067558185094</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.216311071969649</td></tr>
<tr><td colspan=3>gcor</td><td>0.0171536</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015183473937213421</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02266819402575493</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1859</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9673794309571346</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>35.787</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.2452</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.8764</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303430.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>801.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.7239</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5318</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.3096</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3457.1581</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3660.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73114.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4509.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.517</td></tr>
<tr><td colspan=3>tsnr</td><td>43.14937556453515</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>