<?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-0122_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-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122/ses-02/func/sub-0122_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>a56aa5548131e77ade94c2f66a9a6aac</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>22:04:42.905000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999675, 0.0247275, -0.00622593, -0.0242569, 0.997471, 0.0668109]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0822159</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7635, -7102, 875, -174, 296, -454, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.155</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2c693b46-0840-49c5-9b81-e6ec5e6e40d9||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6820545196533203, -0.06507955491542816, -0.02122807689011097, 113.68132019042969], [-0.06634218245744705, 2.6761410236358643, 0.17992305755615234, -97.89546966552734], [-0.016703709959983826, -0.17924880981445312, 2.6939146518707275, -51.6805305480957], [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': ['220442.905000', '220443.365000', '220443.825000', '220444.285000', '220444.745000', '220445.205000', '220445.665000', '220446.125000', '220446.585000', '220447.045000', '220447.505000', '220447.965000', '220448.425000', '220448.885000', '220449.345000', '220449.805000', '220450.265000', '220450.725000', '220451.185000', '220451.645000', '220452.105000', '220452.565000', '220453.025000', '220453.485000', '220453.945000', '220454.405000', '220454.865000', '220455.325000', '220455.785000', '220456.245000', '220456.705000', '220457.165000', '220457.625000', '220458.085000', '220458.545000', '220459.005000', '220459.465000', '220459.925000', '220500.385000', '220500.845000', '220501.305000', '220501.765000', '220502.225000', '220502.685000', '220503.145000', '220503.605000', '220504.065000', '220504.525000', '220504.985000', '220505.445000', '220505.905000', '220506.365000', '220506.825000', '220507.285000', '220507.745000', '220508.205000', '220508.665000', '220509.125000', '220509.585000', '220510.045000', '220510.505000', '220510.965000', '220511.425000', '220511.885000', '220512.345000', '220512.805000', '220513.265000', '220513.725000', '220514.185000', '220514.645000', '220515.105000', '220515.565000', '220516.025000', '220516.485000', '220516.945000', '220517.405000', '220517.865000', '220518.325000', '220518.785000', '220519.245000', '220519.705000', '220520.165000', '220520.625000', '220521.085000', '220521.545000', '220522.005000', '220522.465000', '220522.925000', '220523.385000', '220523.845000', '220524.305000', '220524.765000', '220525.225000', '220525.685000', '220526.145000', '220526.605000', '220527.065000', '220527.525000', '220527.985000', '220528.445000', '220528.905000', '220529.365000', '220529.825000', '220530.285000', '220530.745000', '220531.205000', '220531.665000', '220532.125000', '220532.585000', '220533.045000', '220533.505000', '220533.965000', '220534.425000', '220534.885000', '220535.345000', '220535.805000', '220536.265000', '220536.725000', '220537.185000', '220537.645000', '220538.105000', '220538.565000', '220539.025000', '220539.485000', '220539.945000', '220540.405000', '220540.865000', '220541.325000', '220541.785000', '220542.245000', '220542.705000', '220543.165000', '220543.625000', '220544.085000', '220544.545000', '220545.005000', '220545.465000', '220545.925000', '220546.385000', '220546.845000', '220547.305000', '220547.765000', '220548.225000', '220548.685000', '220549.145000', '220549.605000', '220550.065000', '220550.525000', '220550.985000', '220551.445000', '220551.905000', '220552.365000', '220552.825000', '220553.285000', '220553.745000', '220554.205000', '220554.665000', '220555.125000', '220555.585000', '220556.045000', '220556.505000', '220556.965000', '220557.425000', '220557.885000', '220558.345000', '220558.805000', '220559.265000', '220559.725000', '220600.185000', '220600.645000', '220601.105000', '220601.565000', '220602.025000', '220602.485000', '220602.945000', '220603.405000', '220603.865000', '220604.325000', '220604.785000', '220605.245000', '220605.705000', '220606.165000', '220606.625000', '220607.085000', '220607.545000', '220608.005000', '220608.465000', '220608.925000', '220609.385000', '220609.845000', '220610.305000', '220610.765000', '220611.225000', '220611.685000', '220612.145000', '220612.605000', '220613.065000', '220613.525000', '220613.985000', '220614.445000', '220614.905000', '220615.365000', '220615.825000', '220616.285000', '220616.745000', '220617.205000', '220617.665000', '220618.125000', '220618.585000', '220619.045000', '220619.505000', '220619.965000', '220620.425000', '220620.885000', '220621.345000', '220621.805000', '220622.265000', '220622.725000', '220623.185000', '220623.645000', '220624.105000', '220624.565000', '220625.025000', '220625.485000', '220625.945000', '220626.405000', '220626.865000', '220627.325000', '220627.785000', '220628.245000', '220628.705000', '220629.165000', '220629.625000', '220630.085000', '220630.545000', '220631.005000', '220631.465000', '220631.925000', '220632.385000', '220632.845000', '220633.305000', '220633.765000', '220634.225000', '220634.685000', '220635.145000', '220635.605000', '220636.065000', '220636.525000', '220636.985000', '220637.445000', '220637.905000', '220638.365000', '220638.825000', '220639.285000', '220639.745000', '220640.205000', '220640.665000', '220641.125000', '220641.585000', '220642.045000', '220642.505000', '220642.965000', '220643.425000', '220643.885000', '220644.345000', '220644.805000', '220645.265000', '220645.725000', '220646.185000', '220646.645000', '220647.105000', '220647.565000', '220648.025000', '220648.485000', '220648.945000', '220649.405000', '220649.865000', '220650.325000', '220650.785000', '220651.245000', '220651.705000', '220652.165000', '220652.625000', '220653.085000', '220653.545000', '220654.005000', '220654.465000', '220654.925000', '220655.385000', '220655.845000', '220656.305000', '220656.765000', '220657.225000', '220657.685000', '220658.145000', '220658.605000', '220659.065000', '220659.525000', '220659.985000', '220700.445000', '220700.905000', '220701.365000', '220701.825000', '220702.285000', '220702.745000', '220703.205000', '220703.665000', '220704.125000', '220704.585000', '220705.045000', '220705.505000', '220705.965000', '220706.425000', '220706.885000', '220707.345000', '220707.805000', '220708.265000', '220708.725000', '220709.185000', '220709.645000', '220710.105000', '220710.565000', '220711.025000', '220711.485000', '220711.945000', '220712.405000', '220712.865000', '220713.325000', '220713.785000', '220714.245000', '220714.705000', '220715.165000', '220715.625000', '220716.085000', '220716.545000', '220717.005000', '220717.465000', '220717.925000', '220718.385000', '220718.845000', '220719.305000', '220719.765000', '220720.225000', '220720.685000', '220721.145000', '220721.605000', '220722.065000', '220722.525000', '220722.985000', '220723.445000', '220723.905000', '220724.365000', '220724.825000', '220725.285000', '220725.745000', '220726.205000', '220726.665000', '220727.125000', '220727.585000', '220728.045000', '220728.505000', '220728.965000', '220729.425000', '220729.885000', '220730.345000', '220730.805000', '220731.265000', '220731.725000', '220732.185000', '220732.645000', '220733.105000', '220733.565000', '220734.025000', '220734.485000', '220734.945000', '220735.405000', '220735.865000', '220736.325000', '220736.785000', '220737.245000', '220737.705000', '220738.165000', '220738.625000', '220739.085000', '220739.545000', '220740.005000', '220740.465000', '220740.925000', '220741.385000', '220741.845000', '220742.305000', '220742.765000', '220743.225000', '220743.685000', '220744.145000', '220744.605000', '220745.065000', '220745.525000', '220745.985000', '220746.445000', '220746.905000', '220747.365000', '220747.825000', '220748.285000', '220748.745000', '220749.205000', '220749.665000', '220750.125000', '220750.585000', '220751.045000', '220751.505000', '220751.965000', '220752.425000', '220752.885000', '220753.345000', '220753.805000', '220754.265000', '220754.725000', '220755.185000', '220755.645000', '220756.105000', '220756.565000', '220757.025000', '220757.485000', '220757.945000', '220758.405000', '220758.865000', '220759.325000', '220759.785000', '220800.245000', '220800.705000', '220801.165000', '220801.625000', '220802.085000', '220802.545000', '220803.005000', '220803.465000', '220803.925000', '220804.385000', '220804.845000', '220805.305000', '220805.765000', '220806.225000', '220806.685000', '220807.145000', '220807.605000', '220808.065000', '220808.525000', '220808.985000', '220809.445000', '220809.905000', '220810.365000', '220810.825000', '220811.285000', '220811.745000', '220812.205000', '220812.665000', '220813.125000', '220813.585000', '220814.045000', '220814.505000', '220814.965000', '220815.425000', '220815.885000', '220816.345000', '220816.805000', '220817.265000', '220817.725000', '220818.185000', '220818.645000', '220819.105000', '220819.565000', '220820.025000', '220820.485000', '220820.945000', '220821.405000', '220821.865000', '220822.325000', '220822.785000', '220823.245000', '220823.705000', '220824.165000', '220824.625000', '220825.085000', '220825.545000', '220826.005000', '220826.465000', '220826.925000', '220827.385000', '220827.845000', '220828.305000', '220828.765000', '220829.225000', '220829.685000', '220830.145000', '220830.605000', '220831.065000', '220831.525000', '220831.985000', '220832.445000', '220832.905000', '220833.365000', '220833.825000', '220834.285000', '220834.745000', '220835.205000', '220835.665000', '220836.125000', '220836.585000', '220837.045000', '220837.505000', '220837.965000', '220838.425000', '220838.885000', '220839.345000', '220839.805000', '220840.265000', '220840.725000', '220841.185000', '220841.645000', '220842.105000', '220842.565000', '220843.025000', '220843.485000', '220843.945000', '220844.405000', '220844.865000', '220845.325000', '220845.785000', '220846.245000', '220846.705000', '220847.165000', '220847.625000', '220848.085000', '220848.545000', '220849.005000', '220849.465000', '220849.925000', '220850.385000', '220850.845000', '220851.305000', '220851.765000', '220852.225000', '220852.685000', '220853.145000', '220853.605000', '220854.065000', '220854.525000', '220854.985000', '220855.445000', '220855.905000', '220856.365000', '220856.825000', '220857.285000', '220857.745000', '220858.205000', '220858.665000', '220859.125000', '220859.585000', '220900.045000', '220900.505000', '220900.965000', '220901.425000', '220901.885000', '220902.345000', '220902.805000', '220903.265000', '220903.725000', '220904.185000', '220904.645000', '220905.105000', '220905.565000', '220906.025000', '220906.485000', '220906.945000', '220907.405000', '220907.865000', '220908.325000', '220908.785000', '220909.245000', '220909.705000', '220910.165000', '220910.625000', '220911.085000', '220911.545000', '220912.005000', '220912.465000', '220912.925000', '220913.385000', '220913.845000', '220914.305000', '220914.765000', '220915.225000', '220915.685000', '220916.145000', '220916.605000', '220917.065000', '220917.525000', '220917.985000', '220918.445000', '220918.905000', '220919.365000', '220919.825000', '220920.285000', '220920.745000', '220921.205000', '220921.665000', '220922.125000', '220922.585000', '220923.045000', '220923.505000', '220923.965000', '220924.425000', '220924.885000', '220925.345000', '220925.805000', '220926.265000', '220926.725000', '220927.185000', '220927.645000', '220928.105000', '220928.565000', '220929.025000', '220929.485000', '220929.945000', '220930.405000', '220930.865000', '220931.325000', '220931.785000', '220932.245000', '220932.705000', '220933.165000', '220933.625000', '220934.085000', '220934.545000', '220935.005000', '220935.465000', '220935.925000', '220936.385000', '220936.845000', '220937.305000', '220937.765000', '220938.225000', '220938.685000', '220939.145000', '220939.605000', '220940.065000', '220940.525000', '220940.985000', '220941.445000', '220941.905000', '220942.365000', '220942.825000', '220943.285000', '220943.745000', '220944.205000', '220944.665000', '220945.125000', '220945.585000', '220946.045000', '220946.505000', '220946.965000', '220947.425000', '220947.885000', '220948.345000', '220948.805000', '220949.265000', '220949.725000', '220950.185000', '220950.645000', '220951.105000', '220951.565000', '220952.025000', '220952.485000', '220952.945000', '220953.405000', '220953.865000', '220954.325000', '220954.785000', '220955.245000', '220955.705000', '220956.165000', '220956.625000', '220957.085000', '220957.545000', '220958.005000', '220958.465000', '220958.925000', '220959.385000', '220959.845000', '221000.305000', '221000.765000', '221001.225000', '221001.685000', '221002.145000', '221002.605000', '221003.065000', '221003.525000', '221003.985000', '221004.445000', '221004.905000', '221005.365000', '221005.825000', '221006.285000', '221006.745000', '221007.205000', '221007.665000', '221008.125000', '221008.585000', '221009.045000', '221009.505000', '221009.965000', '221010.425000', '221010.885000', '221011.345000', '221011.805000', '221012.265000', '221012.725000', '221013.185000', '221013.645000', '221014.105000', '221014.565000', '221015.025000', '221015.485000', '221015.945000', '221016.405000', '221016.865000', '221017.325000', '221017.785000', '221018.245000', '221018.705000', '221019.165000', '221019.625000', '221020.085000', '221020.545000', '221021.005000', '221021.465000', '221021.925000', '221022.385000', '221022.845000', '221023.305000', '221023.765000', '221024.225000', '221024.685000', '221025.145000', '221025.605000', '221026.065000', '221026.525000', '221026.985000', '221027.445000', '221027.905000', '221028.365000', '221028.825000', '221029.285000', '221029.745000', '221030.205000', '221030.665000', '221031.125000', '221031.585000', '221032.045000', '221032.505000', '221032.965000', '221033.425000', '221033.885000', '221034.345000', '221034.805000', '221035.265000', '221035.725000', '221036.185000', '221036.645000', '221037.105000', '221037.565000', '221038.025000', '221038.485000', '221038.945000', '221039.405000', '221039.865000', '221040.325000', '221040.785000', '221041.245000', '221041.705000', '221042.165000', '221042.625000', '221043.085000', '221043.545000', '221044.005000', '221044.465000', '221044.925000', '221045.385000', '221045.845000', '221046.305000', '221046.765000', '221047.225000', '221047.685000', '221048.145000', '221048.605000', '221049.065000', '221049.525000', '221049.985000', '221050.445000', '221050.905000', '221051.365000', '221051.825000', '221052.285000', '221052.745000', '221053.205000', '221053.665000', '221054.125000', '221054.585000', '221055.045000', '221055.505000', '221055.965000', '221056.425000', '221056.885000', '221057.345000', '221057.805000', '221058.265000', '221058.725000', '221059.185000', '221059.645000', '221100.105000', '221100.565000', '221101.025000', '221101.485000', '221101.945000', '221102.405000', '221102.865000', '221103.325000', '221103.785000', '221104.245000', '221104.705000', '221105.165000', '221105.625000', '221106.085000', '221106.545000', '221107.005000', '221107.465000', '221107.925000', '221108.385000', '221108.845000', '221109.305000', '221109.765000', '221110.225000', '221110.685000', '221111.145000', '221111.605000', '221112.065000', '221112.525000', '221112.985000', '221113.445000', '221113.905000', '221114.365000', '221114.825000', '221115.285000', '221115.745000', '221116.205000', '221116.665000', '221117.125000', '221117.585000', '221118.045000', '221118.505000', '221118.965000', '221119.425000', '221119.885000', '221120.345000', '221120.805000', '221121.265000', '221121.725000', '221122.185000', '221122.645000', '221123.105000', '221123.565000', '221124.025000', '221124.485000', '221124.945000', '221125.405000', '221125.865000', '221126.325000', '221126.785000', '221127.245000', '221127.705000', '221128.165000', '221128.625000', '221129.085000', '221129.545000', '221130.005000', '221130.465000', '221130.925000', '221131.385000', '221131.845000', '221132.305000', '221132.765000', '221133.225000', '221133.685000', '221134.145000', '221134.605000', '221135.065000', '221135.525000', '221135.985000', '221136.445000', '221136.905000', '221137.365000', '221137.825000', '221138.285000', '221138.745000', '221139.205000', '221139.665000', '221140.125000', '221140.585000', '221141.045000', '221141.505000', '221141.965000', '221142.425000', '221142.885000', '221143.345000', '221143.805000', '221144.265000', '221144.725000', '221145.185000', '221145.645000', '221146.105000', '221146.565000', '221147.025000', '221147.485000', '221147.945000', '221148.405000', '221148.865000', '221149.325000', '221149.785000', '221150.245000', '221150.705000', '221151.165000', '221151.625000', '221152.085000', '221152.545000', '221153.005000', '221153.465000', '221153.925000', '221154.385000', '221154.845000', '221155.305000', '221155.765000', '221156.225000', '221156.685000', '221157.145000', '221157.605000', '221158.065000', '221158.525000', '221158.985000', '221159.445000', '221159.905000', '221200.365000', '221200.825000', '221201.285000', '221201.745000', '221202.205000', '221202.665000', '221203.125000', '221203.585000', '221204.045000', '221204.505000', '221204.965000', '221205.425000', '221205.885000', '221206.345000', '221206.805000', '221207.265000', '221207.725000', '221208.185000', '221208.645000', '221209.105000', '221209.565000', '221210.025000', '221210.485000', '221210.945000', '221211.405000', '221211.865000', '221212.325000', '221212.785000', '221213.245000', '221213.705000', '221214.165000', '221214.625000', '221215.085000', '221215.545000', '221216.005000', '221216.465000', '221216.925000', '221217.385000', '221217.845000', '221218.305000', '221218.765000', '221219.225000', '221219.685000', '221220.145000', '221220.605000', '221221.065000', '221221.525000', '221221.985000', '221222.445000', '221222.905000', '221223.365000', '221223.825000', '221224.285000', '221224.745000', '221225.205000', '221225.665000', '221226.125000', '221226.585000', '221227.045000', '221227.505000', '221227.965000', '221228.425000', '221228.885000', '221229.345000', '221229.805000', '221230.265000', '221230.725000', '221231.185000', '221231.645000', '221232.105000', '221232.565000', '221233.025000', '221233.485000', '221233.945000', '221234.405000', '221234.865000', '221235.325000', '221235.785000', '221236.245000', '221236.705000', '221237.165000', '221237.625000', '221238.085000', '221238.545000', '221239.005000', '221239.465000', '221239.925000', '221240.385000', '221240.845000', '221241.305000', '221241.765000', '221242.225000', '221242.685000', '221243.145000', '221243.605000', '221244.065000', '221244.525000', '221244.985000', '221245.445000', '221245.905000', '221246.365000', '221246.825000', '221247.285000', '221247.745000', '221248.205000', '221248.665000', '221249.125000', '221249.585000', '221250.045000', '221250.505000', '221250.965000', '221251.425000', '221251.885000', '221252.345000', '221252.805000', '221253.265000', '221253.725000', '221254.185000', '221254.645000', '221255.105000', '221255.565000', '221256.025000', '221256.485000', '221256.945000', '221257.405000', '221257.865000', '221258.325000', '221258.785000', '221259.245000', '221259.705000', '221300.165000', '221300.625000', '221301.085000', '221301.545000', '221302.005000', '221302.465000', '221302.925000', '221303.385000', '221303.845000', '221304.305000', '221304.765000', '221305.225000', '221305.685000', '221306.145000', '221306.605000', '221307.065000', '221307.525000', '221307.985000', '221308.445000', '221308.905000', '221309.365000', '221309.825000', '221310.285000', '221310.745000', '221311.205000', '221311.665000', '221312.125000', '221312.585000', '221313.045000', '221313.505000', '221313.965000', '221314.425000', '221314.885000', '221315.345000', '221315.805000', '221316.265000', '221316.725000', '221317.185000', '221317.645000', '221318.105000', '221318.565000', '221319.025000', '221319.485000', '221319.945000', '221320.405000', '221320.865000', '221321.325000', '221321.785000', '221322.245000', '221322.705000', '221323.165000', '221323.625000', '221324.085000', '221324.545000', '221325.005000', '221325.465000', '221325.925000', '221326.385000', '221326.845000', '221327.305000', '221327.765000', '221328.225000', '221328.685000', '221329.145000', '221329.605000', '221330.065000', '221330.525000', '221330.985000', '221331.445000', '221331.905000', '221332.365000', '221332.825000', '221333.285000', '221333.745000', '221334.205000', '221334.665000', '221335.125000', '221335.585000', '221336.045000', '221336.505000', '221336.965000', '221337.425000', '221337.885000', '221338.345000', '221338.805000', '221339.265000', '221339.725000', '221340.185000', '221340.645000', '221341.105000', '221341.565000', '221342.025000', '221342.485000', '221342.945000', '221343.405000', '221343.865000', '221344.325000', '221344.785000', '221345.245000', '221345.705000', '221346.165000', '221346.625000', '221347.085000', '221347.545000', '221348.005000', '221348.465000', '221348.925000', '221349.385000', '221349.845000', '221350.305000', '221350.765000', '221351.225000', '221351.685000', '221352.145000', '221352.605000', '221353.065000', '221353.525000', '221353.985000', '221354.445000', '221354.905000', '221355.365000', '221355.825000', '221356.285000', '221356.745000', '221357.205000', '221357.665000', '221358.125000', '221358.585000', '221359.045000', '221359.505000', '221359.965000', '221400.425000', '221400.885000', '221401.345000', '221401.805000', '221402.265000', '221402.725000', '221403.185000', '221403.645000', '221404.105000', '221404.565000', '221405.025000', '221405.485000', '221405.945000', '221406.405000', '221406.865000', '221407.325000', '221407.785000', '221408.245000', '221408.705000', '221409.165000', '221409.625000', '221410.085000', '221410.545000', '221411.005000', '221411.465000', '221411.925000', '221412.385000', '221412.845000', '221413.305000', '221413.765000', '221414.225000', '221414.685000', '221415.145000', '221415.605000', '221416.065000', '221416.525000', '221416.985000', '221417.445000', '221417.905000', '221418.365000', '221418.825000', '221419.285000', '221419.745000', '221420.205000', '221420.665000', '221421.125000', '221421.585000', '221422.045000', '221422.505000', '221422.965000', '221423.425000', '221423.885000', '221424.345000', '221424.805000', '221425.265000', '221425.725000', '221426.185000', '221426.645000', '221427.105000', '221427.565000', '221428.025000', '221428.485000', '221428.945000', '221429.405000', '221429.865000', '221430.325000', '221430.785000', '221431.245000', '221431.705000', '221432.165000', '221432.625000', '221433.085000', '221433.545000', '221434.005000', '221434.465000', '221434.925000', '221435.385000', '221435.845000', '221436.305000', '221436.765000', '221437.225000', '221437.685000', '221438.145000', '221438.605000', '221439.065000', '221439.525000', '221439.985000', '221440.445000', '221440.905000', '221441.365000', '221441.825000', '221442.285000', '221442.745000', '221443.205000', '221443.665000', '221444.125000', '221444.585000', '221445.045000', '221445.505000', '221445.965000', '221446.425000', '221446.885000', '221447.345000', '221447.805000', '221448.265000', '221448.725000', '221449.185000', '221449.645000', '221450.105000', '221450.565000', '221451.025000', '221451.485000', '221451.945000', '221452.405000', '221452.865000', '221453.325000', '221453.785000', '221454.245000', '221454.705000', '221455.165000', '221455.625000', '221456.085000', '221456.545000', '221457.005000', '221457.465000', '221457.925000', '221458.385000', '221458.845000', '221459.305000', '221459.765000', '221500.225000', '221500.685000', '221501.145000', '221501.605000', '221502.065000', '221502.525000', '221502.985000', '221503.445000', '221503.905000', '221504.365000', '221504.825000', '221505.285000', '221505.745000', '221506.205000', '221506.665000', '221507.125000', '221507.585000', '221508.045000', '221508.505000', '221508.965000', '221509.425000', '221509.885000', '221510.345000', '221510.805000', '221511.265000', '221511.725000', '221512.185000', '221512.645000', '221513.105000', '221513.565000', '221514.025000', '221514.485000', '221514.945000', '221515.405000', '221515.865000', '221516.325000', '221516.785000', '221517.245000', '221517.705000', '221518.165000', '221518.625000', '221519.085000', '221519.545000', '221520.005000', '221520.465000', '221520.925000', '221521.385000', '221521.845000', '221522.305000', '221522.765000', '221523.225000', '221523.685000', '221524.145000', '221524.605000', '221525.065000', '221525.525000', '221525.985000', '221526.445000', '221526.905000', '221527.365000', '221527.825000', '221528.285000', '221528.745000', '221529.205000', '221529.665000', '221530.125000', '221530.585000', '221531.045000', '221531.505000', '221531.965000', '221532.425000', '221532.885000', '221533.345000', '221533.805000', '221534.265000', '221534.725000', '221535.185000', '221535.645000', '221536.105000', '221536.565000', '221537.025000', '221537.485000', '221537.945000', '221538.405000', '221538.865000', '221539.325000', '221539.785000', '221540.245000', '221540.705000', '221541.165000', '221541.625000', '221542.085000', '221542.545000', '221543.005000', '221543.465000', '221543.925000', '221544.385000', '221544.845000', '221545.305000', '221545.765000', '221546.225000', '221546.685000', '221547.145000', '221547.605000', '221548.065000', '221548.525000', '221548.985000', '221549.445000', '221549.905000', '221550.365000', '221550.825000', '221551.285000', '221551.745000', '221552.205000', '221552.665000', '221553.125000', '221553.585000', '221554.045000', '221554.505000', '221554.965000', '221555.425000', '221555.885000', '221556.345000', '221556.805000', '221557.265000', '221557.725000', '221558.185000', '221558.645000', '221559.105000', '221559.565000', '221600.025000', '221600.485000', '221600.945000', '221601.405000', '221601.865000', '221602.325000', '221602.785000', '221603.245000', '221603.705000', '221604.165000', '221604.625000', '221605.085000', '221605.545000', '221606.005000', '221606.465000', '221606.925000', '221607.385000', '221607.845000', '221608.305000', '221608.765000', '221609.225000', '221609.685000', '221610.145000', '221610.605000', '221611.065000', '221611.525000', '221611.985000', '221612.445000', '221612.905000', '221613.365000', '221613.825000', '221614.285000', '221614.745000', '221615.205000', '221615.665000', '221616.125000', '221616.585000', '221617.045000', '221617.505000', '221617.965000', '221618.425000', '221618.885000', '221619.345000', '221619.805000', '221620.265000', '221620.725000', '221621.185000', '221621.645000', '221622.105000', '221622.565000', '221623.025000', '221623.485000', '221623.945000', '221624.405000', '221624.865000', '221625.325000', '221625.785000', '221626.245000', '221626.705000', '221627.165000', '221627.625000', '221628.085000', '221628.545000', '221629.005000', '221629.465000', '221629.925000', '221630.385000', '221630.845000', '221631.305000', '221631.765000', '221632.225000', '221632.685000', '221633.145000', '221633.605000', '221634.065000', '221634.525000', '221634.985000', '221635.445000', '221635.905000', '221636.365000', '221636.825000', '221637.285000', '221637.745000', '221638.205000', '221638.665000', '221639.125000', '221639.585000', '221640.045000', '221640.505000', '221640.965000', '221641.425000', '221641.885000', '221642.345000', '221642.805000', '221643.265000', '221643.725000', '221644.185000', '221644.645000', '221645.105000', '221645.565000', '221646.025000', '221646.485000', '221646.945000', '221647.405000', '221647.865000', '221648.325000', '221648.785000', '221649.245000', '221649.705000', '221650.165000', '221650.625000', '221651.085000', '221651.545000', '221652.005000', '221652.465000', '221652.925000', '221653.385000', '221653.845000', '221654.305000', '221654.765000', '221655.225000', '221655.685000', '221656.145000', '221656.605000', '221657.065000', '221657.525000', '221657.985000', '221658.445000', '221658.905000', '221659.365000', '221659.825000', '221700.285000', '221700.745000', '221701.205000', '221701.665000', '221702.125000', '221702.585000', '221703.045000', '221703.505000', '221703.965000', '221704.425000', '221704.885000', '221705.345000', '221705.805000', '221706.265000', '221706.725000', '221707.185000', '221707.645000', '221708.105000', '221708.565000', '221709.025000', '221709.485000', '221709.945000', '221710.405000', '221710.865000', '221711.325000', '221711.785000', '221712.245000', '221712.705000', '221713.165000', '221713.625000', '221714.085000', '221714.545000', '221715.005000', '221715.465000', '221715.925000', '221716.385000', '221716.845000', '221717.305000', '221717.765000', '221718.225000', '221718.685000', '221719.145000', '221719.605000', '221720.065000', '221720.525000', '221720.985000', '221721.445000', '221721.905000', '221722.365000', '221722.825000', '221723.285000', '221723.745000', '221724.205000', '221724.665000', '221725.125000', '221725.585000', '221726.045000', '221726.505000', '221726.965000', '221727.425000', '221727.885000', '221728.345000', '221728.805000', '221729.265000', '221729.725000', '221730.185000', '221730.645000', '221731.105000', '221731.565000', '221732.025000', '221732.485000', '221732.945000', '221733.405000', '221733.865000', '221734.325000', '221734.785000', '221735.245000', '221735.705000', '221736.165000', '221736.625000', '221737.085000', '221737.545000', '221738.005000', '221738.465000', '221738.925000', '221739.385000', '221739.845000', '221740.305000', '221740.765000', '221741.225000', '221741.685000', '221742.145000', '221742.605000', '221743.065000', '221743.525000', '221743.985000', '221744.445000', '221744.905000', '221745.365000', '221745.825000', '221746.285000', '221746.745000', '221747.205000', '221747.665000', '221748.125000', '221748.585000', '221749.045000', '221749.505000', '221749.965000', '221750.425000', '221750.885000', '221751.345000', '221751.805000', '221752.265000', '221752.725000', '221753.185000', '221753.645000', '221754.105000', '221754.565000', '221755.025000', '221755.485000', '221755.945000', '221756.405000', '221756.865000', '221757.325000', '221757.785000', '221758.245000', '221758.705000', '221759.165000', '221759.625000', '221800.085000', '221800.545000', '221801.005000', '221801.465000', '221801.925000', '221802.385000', '221802.845000', '221803.305000', '221803.765000', '221804.225000', '221804.685000', '221805.145000', '221805.605000', '221806.065000', '221806.525000', '221806.985000', '221807.445000', '221807.905000', '221808.365000', '221808.825000', '221809.285000', '221809.745000', '221810.205000', '221810.665000', '221811.125000', '221811.585000', '221812.045000', '221812.505000', '221812.965000', '221813.425000', '221813.885000', '221814.345000', '221814.805000', '221815.265000', '221815.725000', '221816.185000', '221816.645000', '221817.105000', '221817.565000', '221818.025000', '221818.485000', '221818.945000', '221819.405000', '221819.865000', '221820.325000', '221820.785000', '221821.245000', '221821.705000', '221822.165000', '221822.625000', '221823.085000', '221823.545000', '221824.005000', '221824.465000', '221824.925000', '221825.385000', '221825.845000', '221826.305000', '221826.765000', '221827.225000', '221827.685000', '221828.145000', '221828.605000', '221829.065000', '221829.525000', '221829.985000', '221830.445000', '221830.905000', '221831.365000', '221831.825000', '221832.285000', '221832.745000', '221833.205000', '221833.665000', '221834.125000', '221834.585000', '221835.045000', '221835.505000', '221835.965000', '221836.425000', '221836.885000', '221837.345000', '221837.805000', '221838.265000', '221838.725000', '221839.185000', '221839.645000', '221840.105000', '221840.565000', '221841.025000', '221841.485000', '221841.945000', '221842.405000', '221842.865000', '221843.325000', '221843.785000', '221844.245000', '221844.705000', '221845.165000', '221845.625000', '221846.085000', '221846.545000', '221847.005000', '221847.465000', '221847.925000', '221848.385000', '221848.845000', '221849.305000', '221849.765000', '221850.225000', '221850.685000', '221851.145000', '221851.605000', '221852.065000', '221852.525000', '221852.985000', '221853.445000', '221853.905000', '221854.365000', '221854.825000', '221855.285000', '221855.745000', '221856.205000', '221856.665000', '221857.125000', '221857.585000'], 'ContentTime': ['220458.146000', '220458.149000', '220458.151000', '220458.154000', '220458.157000', '220458.159000', '220458.162000', '220458.164000', '220458.167000', '220458.169000', '220458.179000', '220458.182000', '220458.184000', '220458.187000', '220458.190000', '220458.192000', '220458.195000', '220458.197000', '220458.200000', '220458.202000', '220458.205000', '220458.209000', '220458.214000', '220458.217000', '220458.219000', '220458.222000', '220458.225000', '220458.227000', '220458.230000', '220458.232000', '220458.235000', '220518.114000', '220518.117000', '220518.120000', '220518.122000', '220518.125000', '220518.128000', '220518.130000', '220518.133000', '220518.144000', '220518.146000', '220518.149000', '220518.152000', '220518.154000', '220518.157000', '220518.159000', '220518.162000', '220518.164000', '220518.167000', '220518.170000', '220518.172000', '220518.175000', '220518.177000', '220518.180000', '220518.182000', '220518.185000', '220518.188000', '220518.190000', '220518.193000', '220518.195000', '220518.198000', '220518.200000', '220518.203000', '220518.206000', '220518.208000', '220518.211000', '220518.213000', '220518.216000', '220518.218000', '220518.221000', '220518.224000', '220518.226000', '220518.229000', '220518.231000', '220518.234000', '220538.115000', '220538.117000', '220538.120000', '220538.122000', '220538.125000', '220538.128000', '220538.130000', '220538.133000', '220538.145000', '220538.147000', '220538.150000', '220538.152000', '220538.155000', '220538.157000', '220538.160000', '220538.162000', '220538.165000', '220538.168000', '220538.170000', '220538.173000', '220538.176000', '220538.179000', '220538.181000', '220538.184000', '220538.187000', '220538.189000', '220538.192000', '220538.194000', '220538.197000', '220538.200000', '220538.202000', '220538.205000', '220538.209000', '220538.211000', '220538.214000', '220538.223000', '220538.225000', '220538.228000', '220538.231000', '220538.233000', '220538.236000', '220538.238000', '220538.241000', '220558.115000', '220558.117000', '220558.120000', '220558.122000', '220558.125000', '220558.128000', '220558.130000', '220558.133000', '220558.135000', '220558.138000', '220558.141000', '220558.143000', '220558.146000', '220558.148000', '220558.151000', '220558.153000', '220558.156000', '220558.159000', '220558.161000', '220558.164000', '220558.166000', '220558.169000', '220558.172000', '220558.174000', '220558.177000', '220558.179000', '220558.182000', '220558.184000', '220558.187000', '220558.190000', '220558.192000', '220558.195000', '220558.197000', '220558.200000', '220558.203000', '220558.205000', '220558.208000', '220558.210000', '220558.213000', '220558.216000', '220558.218000', '220558.221000', '220558.223000', '220558.226000', '220618.114000', '220618.117000', '220618.120000', '220618.123000', '220618.125000', '220618.128000', '220618.130000', '220618.133000', '220618.136000', '220618.138000', '220618.141000', '220618.143000', '220618.146000', '220618.148000', '220618.151000', '220618.154000', '220618.156000', '220618.159000', '220618.161000', '220618.164000', '220618.167000', '220618.169000', '220618.172000', '220618.174000', '220618.177000', '220618.180000', '220618.183000', '220618.186000', '220618.189000', '220618.192000', '220618.194000', '220618.197000', '220618.199000', '220618.202000', '220618.205000', '220618.207000', '220618.210000', '220618.212000', '220618.215000', '220618.218000', '220618.220000', '220618.223000', '220618.225000', '220638.116000', '220638.118000', '220638.121000', '220638.123000', '220638.126000', '220638.129000', '220638.131000', '220638.134000', '220638.137000', '220638.139000', '220638.142000', '220638.144000', '220638.147000', '220638.150000', '220638.152000', '220638.155000', '220638.157000', '220638.160000', '220638.163000', '220638.165000', '220638.168000', '220638.171000', '220638.173000', '220638.176000', '220638.178000', '220638.181000', '220638.183000', '220638.186000', '220638.189000', '220638.191000', '220638.194000', '220638.196000', '220638.199000', '220638.201000', '220638.204000', '220638.207000', '220638.209000', '220638.212000', '220638.215000', '220638.217000', '220638.220000', '220638.222000', '220638.225000', '220638.228000', '220658.116000', '220658.118000', '220658.121000', '220658.123000', '220658.126000', '220658.129000', '220658.131000', '220658.134000', '220658.136000', '220658.139000', '220658.142000', '220658.144000', '220658.147000', '220658.149000', '220658.152000', '220658.155000', '220658.157000', '220658.160000', '220658.162000', '220658.165000', '220658.168000', '220658.170000', '220658.173000', '220658.175000', '220658.178000', '220658.180000', '220658.183000', '220658.186000', '220658.188000', '220658.191000', '220658.193000', '220658.196000', '220658.199000', '220658.201000', '220658.204000', '220658.207000', '220658.210000', '220658.213000', '220658.216000', '220658.219000', '220658.221000', '220658.224000', '220658.227000', '220718.116000', '220718.118000', '220718.121000', '220718.124000', '220718.126000', '220718.129000', '220718.132000', '220718.134000', '220718.137000', '220718.139000', '220718.142000', '220718.145000', '220718.147000', '220718.150000', '220718.152000', '220718.155000', '220718.157000', '220718.160000', '220718.163000', '220718.192000', '220718.194000', '220718.197000', '220718.199000', '220718.202000', '220718.205000', '220718.207000', '220718.210000', '220718.239000', '220718.241000', '220718.244000', '220718.247000', '220718.249000', '220718.252000', '220718.254000', '220718.257000', '220718.260000', '220718.262000', '220718.265000', '220718.267000', '220718.270000', '220718.272000', '220718.275000', '220718.278000', '220718.280000', '220738.114000', '220738.117000', '220738.120000', '220738.123000', '220738.125000', '220738.128000', '220738.130000', '220738.133000', '220738.136000', '220738.138000', '220738.141000', '220738.143000', '220738.146000', '220738.149000', '220738.151000', '220738.154000', '220738.156000', '220738.159000', '220738.162000', '220738.164000', '220738.167000', '220738.169000', '220738.172000', '220738.174000', '220738.177000', '220738.180000', '220738.182000', '220738.185000', '220738.187000', '220738.190000', '220738.193000', '220738.195000', '220738.198000', '220738.201000', '220738.203000', '220738.206000', '220738.208000', '220738.211000', '220738.214000', '220738.216000', '220738.219000', '220738.221000', '220738.224000', '220758.115000', '220758.118000', '220758.120000', '220758.123000', '220758.125000', '220758.128000', '220758.131000', '220758.133000', '220758.136000', '220758.138000', '220758.141000', '220758.144000', '220758.146000', '220758.149000', '220758.151000', '220758.154000', '220758.157000', '220758.159000', '220758.162000', '220758.164000', '220758.167000', '220758.170000', '220758.172000', '220758.175000', '220758.177000', '220758.180000', '220758.182000', '220758.185000', '220758.188000', '220758.190000', '220758.193000', '220758.195000', '220758.198000', '220758.204000', '220758.207000', '220758.209000', '220758.212000', '220758.215000', '220758.217000', '220758.220000', '220758.222000', '220758.225000', '220758.227000', '220758.230000', '220818.115000', '220818.117000', '220818.120000', '220818.123000', '220818.125000', '220818.128000', '220818.131000', '220818.133000', '220818.136000', '220818.138000', '220818.141000', '220818.144000', '220818.146000', '220818.149000', '220818.152000', '220818.154000', '220818.157000', '220818.159000', '220818.162000', '220818.165000', '220818.167000', '220818.170000', '220818.173000', '220818.175000', '220818.178000', '220818.180000', '220818.183000', '220818.186000', '220818.188000', '220818.191000', '220818.194000', '220818.196000', '220818.199000', '220818.201000', '220818.204000', '220818.207000', '220818.209000', '220818.212000', '220818.214000', '220818.217000', '220818.220000', '220818.222000', '220818.225000', '220838.114000', '220838.117000', '220838.120000', '220838.123000', '220838.125000', '220838.128000', '220838.130000', '220838.133000', '220838.136000', '220838.138000', '220838.141000', '220838.144000', '220838.146000', '220838.149000', '220838.151000', '220838.154000', '220838.157000', '220838.159000', '220838.162000', '220838.164000', '220838.167000', '220838.170000', '220838.172000', '220838.175000', '220838.177000', '220838.180000', '220838.183000', '220838.185000', '220838.188000', '220838.190000', '220838.193000', '220838.196000', '220838.198000', '220838.201000', '220838.204000', '220838.206000', '220838.209000', '220838.212000', '220838.214000', '220838.217000', '220838.219000', '220838.222000', '220838.225000', '220838.227000', '220858.116000', '220858.118000', '220858.121000', '220858.124000', '220858.126000', '220858.129000', '220858.132000', '220858.134000', '220858.137000', '220858.140000', '220858.142000', '220858.145000', '220858.147000', '220858.150000', '220858.153000', '220858.155000', '220858.158000', '220858.160000', '220858.163000', '220858.165000', '220858.168000', '220858.171000', '220858.173000', '220858.176000', '220858.178000', '220858.181000', '220858.184000', '220858.186000', '220858.189000', '220858.191000', '220858.194000', '220858.197000', '220858.199000', '220858.202000', '220858.204000', '220858.207000', '220858.210000', '220858.212000', '220858.215000', '220858.217000', '220858.220000', '220858.223000', '220858.225000', '220918.115000', '220918.118000', '220918.121000', '220918.123000', '220918.126000', '220918.129000', '220918.131000', '220918.134000', '220918.136000', '220918.139000', '220918.142000', '220918.144000', '220918.147000', '220918.150000', '220918.152000', '220918.155000', '220918.157000', '220918.160000', '220918.163000', '220918.165000', '220918.168000', '220918.170000', '220918.173000', '220918.176000', '220918.178000', '220918.181000', '220918.183000', '220918.186000', '220918.189000', '220918.191000', '220918.194000', '220918.196000', '220918.199000', '220918.202000', '220918.204000', '220918.207000', '220918.209000', '220918.212000', '220918.215000', '220918.217000', '220918.220000', '220918.222000', '220918.225000', '220918.228000', '220938.116000', '220938.118000', '220938.121000', '220938.124000', '220938.126000', '220938.129000', '220938.131000', '220938.134000', '220938.137000', '220938.139000', '220938.142000', '220938.144000', '220938.147000', '220938.150000', '220938.152000', '220938.155000', '220938.158000', '220938.160000', '220938.163000', '220938.166000', '220938.168000', '220938.171000', '220938.173000', '220938.176000', '220938.179000', '220938.181000', '220938.184000', '220938.186000', '220938.189000', '220938.192000', '220938.194000', '220938.197000', '220938.200000', '220938.202000', '220938.205000', '220938.207000', '220938.210000', '220938.213000', '220938.215000', '220938.218000', '220938.220000', '220938.223000', '220938.226000', '220958.115000', '220958.117000', '220958.120000', '220958.123000', '220958.126000', '220958.129000', '220958.132000', '220958.134000', '220958.137000', '220958.140000', '220958.142000', '220958.145000', '220958.148000', '220958.150000', '220958.153000', '220958.155000', '220958.158000', '220958.160000', '220958.163000', '220958.166000', '220958.168000', '220958.171000', '220958.173000', '220958.176000', '220958.179000', '220958.181000', '220958.184000', '220958.187000', '220958.189000', '220958.192000', '220958.195000', '220958.197000', '220958.200000', '220958.202000', '220958.205000', '220958.208000', '220958.210000', '220958.213000', '220958.215000', '220958.218000', '220958.221000', '220958.223000', '220958.226000', '220958.228000', '221018.115000', '221018.118000', '221018.120000', '221018.123000', '221018.125000', '221018.128000', '221018.131000', '221018.133000', '221018.136000', '221018.138000', '221018.155000', '221018.158000', '221018.160000', '221018.163000', '221018.166000', '221018.168000', '221018.171000', '221018.173000', '221018.176000', '221018.179000', '221018.181000', '221018.184000', '221018.186000', '221018.189000', '221018.191000', '221018.194000', '221018.197000', '221018.199000', '221018.202000', '221018.205000', '221018.207000', '221018.210000', '221018.212000', '221018.215000', '221018.217000', '221018.220000', '221018.223000', '221018.225000', '221018.228000', '221018.230000', '221018.233000', '221018.236000', '221018.238000', '221038.115000', '221038.118000', '221038.120000', '221038.123000', '221038.126000', '221038.128000', '221038.131000', '221038.133000', '221038.136000', '221038.139000', '221038.141000', '221038.144000', '221038.147000', '221038.149000', '221038.152000', '221038.154000', '221038.157000', '221038.160000', '221038.162000', '221038.165000', '221038.167000', '221038.170000', '221038.173000', '221038.175000', '221038.178000', '221038.180000', '221038.183000', '221038.186000', '221038.188000', '221038.191000', '221038.193000', '221038.196000', '221038.199000', '221038.201000', '221038.204000', '221038.206000', '221038.209000', '221038.211000', '221038.214000', '221038.217000', '221038.219000', '221038.222000', '221038.225000', '221058.116000', '221058.119000', '221058.121000', '221058.124000', '221058.127000', '221058.129000', '221058.132000', '221058.135000', '221058.137000', '221058.140000', '221058.143000', '221058.145000', '221058.148000', '221058.150000', '221058.153000', '221058.156000', '221058.158000', '221058.161000', '221058.164000', '221058.166000', '221058.169000', '221058.171000', '221058.174000', '221058.177000', '221058.179000', '221058.182000', '221058.184000', '221058.187000', '221058.189000', '221058.192000', '221058.195000', '221058.197000', '221058.200000', '221058.202000', '221058.205000', '221058.207000', '221058.210000', '221058.213000', '221058.215000', '221058.218000', '221058.220000', '221058.223000', '221058.226000', '221058.228000', '221118.116000', '221118.118000', '221118.121000', '221118.124000', '221118.126000', '221118.129000', '221118.139000', '221118.141000', '221118.144000', '221118.147000', '221118.149000', '221118.152000', '221118.154000', '221118.157000', '221118.159000', '221118.162000', '221118.165000', '221118.168000', '221118.171000', '221118.174000', '221118.176000', '221118.179000', '221118.181000', '221118.184000', '221118.187000', '221118.189000', '221118.192000', '221118.195000', '221118.197000', '221118.200000', '221118.202000', '221118.205000', '221118.207000', '221118.210000', '221118.213000', '221118.215000', '221118.218000', '221118.221000', '221118.224000', '221118.226000', '221118.229000', '221118.231000', '221118.234000', '221118.237000', '221138.116000', '221138.119000', '221138.121000', '221138.124000', '221138.126000', '221138.129000', '221138.132000', '221138.134000', '221138.137000', '221138.139000', '221138.142000', '221138.145000', '221138.147000', '221138.150000', '221138.152000', '221138.155000', '221138.158000', '221138.160000', '221138.163000', '221138.166000', '221138.168000', '221138.192000', '221138.195000', '221138.197000', '221138.200000', '221138.203000', '221138.205000', '221138.208000', '221138.210000', '221138.213000', '221138.216000', '221138.218000', '221138.221000', '221138.223000', '221138.226000', '221138.229000', '221138.231000', '221138.234000', '221138.236000', '221138.239000', '221138.241000', '221138.244000', '221138.247000', '221158.116000', '221158.118000', '221158.121000', '221158.124000', '221158.126000', '221158.129000', '221158.132000', '221158.134000', '221158.137000', '221158.140000', '221158.143000', '221158.145000', '221158.148000', '221158.150000', '221158.153000', '221158.156000', '221158.160000', '221158.162000', '221158.165000', '221158.168000', '221158.170000', '221158.173000', '221158.176000', '221158.178000', '221158.181000', '221158.183000', '221158.186000', '221158.189000', '221158.191000', '221158.194000', '221158.197000', '221158.199000', '221158.202000', '221158.204000', '221158.207000', '221158.210000', '221158.212000', '221158.215000', '221158.217000', '221158.220000', '221158.223000', '221158.225000', '221158.228000', '221218.114000', '221218.117000', '221218.120000', '221218.122000', '221218.125000', '221218.128000', '221218.130000', '221218.133000', '221218.135000', '221218.138000', '221218.141000', '221218.143000', '221218.146000', '221218.148000', '221218.151000', '221218.154000', '221218.156000', '221218.159000', '221218.161000', '221218.164000', '221218.167000', '221218.169000', '221218.172000', '221218.175000', '221218.177000', '221218.180000', '221218.182000', '221218.185000', '221218.187000', '221218.190000', '221218.193000', '221218.195000', '221218.198000', '221218.201000', '221218.203000', '221218.206000', '221218.208000', '221218.211000', '221218.214000', '221218.216000', '221218.219000', '221218.221000', '221218.224000', '221218.226000', '221238.115000', '221238.117000', '221238.120000', '221238.123000', '221238.125000', '221238.128000', '221238.130000', '221238.133000', '221238.136000', '221238.138000', '221238.141000', '221238.144000', '221238.146000', '221238.150000', '221238.152000', '221238.155000', '221238.158000', '221238.160000', '221238.163000', '221238.165000', '221238.168000', '221238.171000', '221238.173000', '221238.176000', '221238.178000', '221238.181000', '221238.183000', '221238.186000', '221238.189000', '221238.191000', '221238.194000', '221238.196000', '221238.199000', '221238.202000', '221238.206000', '221238.209000', '221238.211000', '221238.214000', '221238.217000', '221238.219000', '221238.222000', '221238.225000', '221238.227000', '221258.115000', '221258.117000', '221258.120000', '221258.123000', '221258.125000', '221258.128000', '221258.130000', '221258.133000', '221258.136000', '221258.138000', '221258.141000', '221258.143000', '221258.146000', '221258.148000', '221258.151000', '221258.154000', '221258.157000', '221258.160000', '221258.162000', '221258.174000', '221258.177000', '221258.180000', '221258.182000', '221258.185000', '221258.187000', '221258.190000', '221258.193000', '221258.195000', '221258.198000', '221258.200000', '221258.203000', '221258.205000', '221258.208000', '221258.211000', '221258.213000', '221258.216000', '221258.219000', '221258.221000', '221258.224000', '221258.226000', '221258.229000', '221258.231000', '221258.234000', '221258.237000', '221318.116000', '221318.119000', '221318.121000', '221318.124000', '221318.127000', '221318.129000', '221318.132000', '221318.134000', '221318.137000', '221318.140000', '221318.142000', '221318.145000', '221318.147000', '221318.150000', '221318.153000', '221318.155000', '221318.158000', '221318.160000', '221318.163000', '221318.166000', '221318.169000', '221318.172000', '221318.175000', '221318.177000', '221318.180000', '221318.183000', '221318.185000', '221318.188000', '221318.190000', '221318.193000', '221318.195000', '221318.198000', '221318.201000', '221318.203000', '221318.206000', '221318.209000', '221318.211000', '221318.214000', '221318.216000', '221318.219000', '221318.222000', '221318.224000', '221318.227000', '221338.115000', '221338.118000', '221338.121000', '221338.124000', '221338.126000', '221338.129000', '221338.132000', '221338.134000', '221338.137000', '221338.139000', '221338.142000', '221338.144000', '221338.147000', '221338.150000', '221338.152000', '221338.155000', '221338.157000', '221338.160000', '221338.163000', '221338.165000', '221338.168000', '221338.171000', '221338.173000', '221338.176000', '221338.178000', '221338.181000', '221338.183000', '221338.186000', '221338.189000', '221338.191000', '221338.194000', '221338.196000', '221338.199000', '221338.202000', '221338.204000', '221338.207000', '221338.209000', '221338.212000', '221338.215000', '221338.217000', '221338.229000', '221338.232000', '221338.234000', '221338.237000', '221358.116000', '221358.119000', '221358.121000', '221358.124000', '221358.127000', '221358.129000', '221358.132000', '221358.134000', '221358.137000', '221358.140000', '221358.142000', '221358.145000', '221358.147000', '221358.150000', '221358.153000', '221358.155000', '221358.158000', '221358.160000', '221358.163000', '221358.166000', '221358.168000', '221358.171000', '221358.174000', '221358.177000', '221358.179000', '221358.182000', '221358.185000', '221358.187000', '221358.190000', '221358.192000', '221358.195000', '221358.198000', '221358.200000', '221358.203000', '221358.205000', '221358.208000', '221358.211000', '221358.214000', '221358.217000', '221358.220000', '221358.223000', '221358.225000', '221358.228000', '221418.116000', '221418.119000', '221418.121000', '221418.124000', '221418.126000', '221418.129000', '221418.132000', '221418.134000', '221418.137000', '221418.139000', '221418.142000', '221418.145000', '221418.147000', '221418.150000', '221418.152000', '221418.161000', '221418.163000', '221418.166000', '221418.168000', '221418.171000', '221418.174000', '221418.176000', '221418.179000', '221418.181000', '221418.184000', '221418.187000', '221418.189000', '221418.192000', '221418.194000', '221418.197000', '221418.200000', '221418.202000', '221418.205000', '221418.207000', '221418.210000', '221418.213000', '221418.215000', '221418.218000', '221418.221000', '221418.223000', '221418.226000', '221418.228000', '221418.231000', '221418.234000', '221438.115000', '221438.118000', '221438.120000', '221438.123000', '221438.126000', '221438.128000', '221438.131000', '221438.133000', '221438.136000', '221438.139000', '221438.141000', '221438.144000', '221438.147000', '221438.149000', '221438.152000', '221438.155000', '221438.157000', '221438.160000', '221438.163000', '221438.165000', '221438.168000', '221438.170000', '221438.173000', '221438.176000', '221438.178000', '221438.181000', '221438.184000', '221438.186000', '221438.189000', '221438.192000', '221438.194000', '221438.197000', '221438.200000', '221438.203000', '221438.205000', '221438.208000', '221438.211000', '221438.213000', '221438.216000', '221438.218000', '221438.221000', '221438.224000', '221438.226000', '221458.115000', '221458.118000', '221458.120000', '221458.123000', '221458.126000', '221458.128000', '221458.131000', '221458.133000', '221458.136000', '221458.139000', '221458.141000', '221458.144000', '221458.146000', '221458.149000', '221458.152000', '221458.154000', '221458.157000', '221458.160000', '221458.162000', '221458.165000', '221458.167000', '221458.170000', '221458.173000', '221458.175000', '221458.178000', '221458.180000', '221458.183000', '221458.186000', '221458.188000', '221458.191000', '221458.194000', '221458.197000', '221458.200000', '221458.202000', '221458.205000', '221458.207000', '221458.210000', '221458.213000', '221458.215000', '221458.218000', '221458.220000', '221458.223000', '221458.226000', '221458.228000', '221518.115000', '221518.118000', '221518.120000', '221518.123000', '221518.125000', '221518.128000', '221518.131000', '221518.133000', '221518.136000', '221518.138000', '221518.141000', '221518.144000', '221518.146000', '221518.149000', '221518.152000', '221518.154000', '221518.157000', '221518.159000', '221518.162000', '221518.165000', '221518.167000', '221518.170000', '221518.172000', '221518.175000', '221518.178000', '221518.180000', '221518.183000', '221518.186000', '221518.188000', '221518.191000', '221518.193000', '221518.196000', '221518.199000', '221518.201000', '221518.204000', '221518.207000', '221518.209000', '221518.212000', '221518.214000', '221518.217000', '221518.220000', '221518.223000', '221518.226000', '221538.119000', '221538.122000', '221538.124000', '221538.127000', '221538.130000', '221538.133000', '221538.135000', '221538.138000', '221538.140000', '221538.143000', '221538.145000', '221538.148000', '221538.151000', '221538.153000', '221538.156000', '221538.158000', '221538.161000', '221538.164000', '221538.166000', '221538.169000', '221538.171000', '221538.174000', '221538.177000', '221538.179000', '221538.182000', '221538.184000', '221538.187000', '221538.190000', '221538.192000', '221538.195000', '221538.197000', '221538.200000', '221538.203000', '221538.205000', '221538.208000', '221538.210000', '221538.213000', '221538.215000', '221538.218000', '221538.221000', '221538.223000', '221538.226000', '221538.229000', '221538.231000', '221558.116000', '221558.118000', '221558.121000', '221558.124000', '221558.126000', '221558.129000', '221558.131000', '221558.134000', '221558.137000', '221558.139000', '221558.142000', '221558.144000', '221558.147000', '221558.150000', '221558.152000', '221558.155000', '221558.158000', '221558.160000', '221558.163000', '221558.165000', '221558.168000', '221558.171000', '221558.173000', '221558.176000', '221558.178000', '221558.181000', '221558.184000', '221558.186000', '221558.189000', '221558.192000', '221558.194000', '221558.197000', '221558.199000', '221558.202000', '221558.205000', '221558.208000', '221558.211000', '221558.214000', '221558.216000', '221558.219000', '221558.221000', '221558.224000', '221558.227000', '221618.116000', '221618.118000', '221618.121000', '221618.124000', '221618.126000', '221618.129000', '221618.131000', '221618.134000', '221618.137000', '221618.139000', '221618.142000', '221618.145000', '221618.147000', '221618.150000', '221618.153000', '221618.155000', '221618.158000', '221618.160000', '221618.163000', '221618.166000', '221618.168000', '221618.171000', '221618.173000', '221618.176000', '221618.179000', '221618.181000', '221618.184000', '221618.186000', '221618.189000', '221618.192000', '221618.194000', '221618.197000', '221618.200000', '221618.202000', '221618.205000', '221618.207000', '221618.210000', '221618.212000', '221618.215000', '221618.218000', '221618.220000', '221618.223000', '221618.226000', '221618.228000', '221638.116000', '221638.118000', '221638.121000', '221638.124000', '221638.126000', '221638.129000', '221638.131000', '221638.134000', '221638.137000', '221638.139000', '221638.142000', '221638.144000', '221638.147000', '221638.150000', '221638.152000', '221638.155000', '221638.157000', '221638.160000', '221638.163000', '221638.165000', '221638.168000', '221638.170000', '221638.173000', '221638.186000', '221638.189000', '221638.191000', '221638.194000', '221638.197000', '221638.199000', '221638.202000', '221638.204000', '221638.207000', '221638.210000', '221638.212000', '221638.215000', '221638.217000', '221638.220000', '221638.223000', '221638.225000', '221638.228000', '221638.230000', '221638.233000', '221638.236000', '221658.115000', '221658.117000', '221658.120000', '221658.123000', '221658.125000', '221658.128000', '221658.130000', '221658.133000', '221658.136000', '221658.138000', '221658.141000', '221658.143000', '221658.146000', '221658.149000', '221658.151000', '221658.154000', '221658.157000', '221658.159000', '221658.162000', '221658.164000', '221658.167000', '221658.169000', '221658.172000', '221658.175000', '221658.177000', '221658.180000', '221658.183000', '221658.185000', '221658.188000', '221658.190000', '221658.193000', '221658.195000', '221658.198000', '221658.201000', '221658.203000', '221658.206000', '221658.208000', '221658.211000', '221658.214000', '221658.216000', '221658.219000', '221658.222000', '221658.225000', '221658.228000', '221718.115000', '221718.118000', '221718.120000', '221718.123000', '221718.125000', '221718.128000', '221718.131000', '221718.133000', '221718.136000', '221718.138000', '221718.141000', '221718.144000', '221718.146000', '221718.149000', '221718.152000', '221718.154000', '221718.157000', '221718.159000', '221718.162000', '221718.165000', '221718.167000', '221718.170000', '221718.173000', '221718.175000', '221718.178000', '221718.180000', '221718.183000', '221718.186000', '221718.188000', '221718.191000', '221718.193000', '221718.196000', '221718.198000', '221718.201000', '221718.204000', '221718.207000', '221718.209000', '221718.212000', '221718.214000', '221718.217000', '221718.220000', '221718.222000', '221718.225000', '221738.115000', '221738.117000', '221738.120000', '221738.123000', '221738.126000', '221738.129000', '221738.132000', '221738.135000', '221738.137000', '221738.140000', '221738.142000', '221738.145000', '221738.148000', '221738.150000', '221738.153000', '221738.155000', '221738.158000', '221738.160000', '221738.163000', '221738.166000', '221738.168000', '221738.171000', '221738.173000', '221738.176000', '221738.179000', '221738.181000', '221738.184000', '221738.187000', '221738.189000', '221738.192000', '221738.194000', '221738.197000', '221738.200000', '221738.202000', '221738.205000', '221738.207000', '221738.210000', '221738.213000', '221738.215000', '221738.218000', '221738.220000', '221738.223000', '221738.226000', '221738.228000', '221758.116000', '221758.119000', '221758.121000', '221758.124000', '221758.126000', '221758.129000', '221758.132000', '221758.134000', '221758.137000', '221758.140000', '221758.142000', '221758.145000', '221758.148000', '221758.150000', '221758.153000', '221758.155000', '221758.158000', '221758.161000', '221758.163000', '221758.166000', '221758.169000', '221758.171000', '221758.174000', '221758.176000', '221758.179000', '221758.182000', '221758.184000', '221758.187000', '221758.189000', '221758.192000', '221758.195000', '221758.197000', '221758.200000', '221758.202000', '221758.205000', '221758.208000', '221758.210000', '221758.213000', '221758.216000', '221758.218000', '221758.221000', '221758.223000', '221758.226000', '221818.116000', '221818.119000', '221818.121000', '221818.124000', '221818.127000', '221818.129000', '221818.132000', '221818.134000', '221818.137000', '221818.140000', '221818.142000', '221818.145000', '221818.147000', '221818.150000', '221818.153000', '221818.155000', '221818.158000', '221818.160000', '221818.163000', '221818.166000', '221818.168000', '221818.171000', '221818.173000', '221818.176000', '221818.178000', '221818.181000', '221818.184000', '221818.186000', '221818.189000', '221818.192000', '221818.194000', '221818.197000', '221818.200000', '221818.202000', '221818.205000', '221818.207000', '221818.210000', '221818.213000', '221818.215000', '221818.218000', '221818.220000', '221818.223000', '221818.226000', '221818.228000', '221838.116000', '221838.118000', '221838.121000', '221838.124000', '221838.126000', '221838.129000', '221838.132000', '221838.134000', '221838.137000', '221838.139000', '221838.142000', '221838.144000', '221838.147000', '221838.150000', '221838.152000', '221838.155000', '221838.158000', '221838.160000', '221838.163000', '221838.165000', '221838.168000', '221838.171000', '221838.173000', '221838.176000', '221838.178000', '221838.181000', '221838.184000', '221838.186000', '221838.189000', '221838.191000', '221838.194000', '221838.197000', '221838.199000', '221838.202000', '221838.204000', '221838.207000', '221838.210000', '221838.212000', '221838.215000', '221838.217000', '221838.220000', '221838.223000', '221838.225000', '221858.116000', '221858.118000', '221858.121000', '221858.131000', '221858.134000', '221858.136000', '221858.139000', '221858.141000', '221858.144000', '221858.147000', '221858.149000', '221858.152000', '221858.154000', '221858.157000', '221858.160000', '221858.162000', '221858.165000', '221858.167000', '221858.170000', '221858.173000', '221858.176000', '221858.178000', '221858.181000', '221858.184000', '221858.187000', '221858.190000', '221858.194000', '221858.197000', '221858.199000', '221858.202000', '221858.205000', '221858.207000', '221858.210000', '221858.213000', '221858.215000', '221858.218000', '221858.221000', '221858.223000', '221858.226000', '221858.229000', '221858.233000', '221858.239000', '221858.242000', '221858.568000', '221858.571000'], 'InstanceCreationTime': ['220458.146000', '220458.149000', '220458.151000', '220458.154000', '220458.157000', '220458.159000', '220458.162000', '220458.164000', '220458.167000', '220458.169000', '220458.179000', '220458.182000', '220458.184000', '220458.187000', '220458.190000', '220458.192000', '220458.195000', '220458.197000', '220458.200000', '220458.202000', '220458.205000', '220458.209000', '220458.214000', '220458.217000', '220458.219000', '220458.222000', '220458.225000', '220458.227000', '220458.230000', '220458.232000', '220458.235000', '220518.114000', '220518.117000', '220518.120000', '220518.122000', '220518.125000', '220518.128000', '220518.130000', '220518.133000', '220518.144000', '220518.146000', '220518.149000', '220518.152000', '220518.154000', '220518.157000', '220518.159000', '220518.162000', '220518.164000', '220518.167000', '220518.170000', '220518.172000', '220518.175000', '220518.177000', '220518.180000', '220518.182000', '220518.185000', '220518.188000', '220518.190000', '220518.193000', '220518.195000', '220518.198000', '220518.200000', '220518.203000', '220518.206000', '220518.208000', '220518.211000', '220518.213000', '220518.216000', '220518.218000', '220518.221000', '220518.224000', '220518.226000', '220518.229000', '220518.231000', '220518.234000', '220538.115000', '220538.117000', '220538.120000', '220538.122000', '220538.125000', '220538.128000', '220538.130000', '220538.133000', '220538.145000', '220538.147000', '220538.150000', '220538.152000', '220538.155000', '220538.157000', '220538.160000', '220538.162000', '220538.165000', '220538.168000', '220538.170000', '220538.173000', '220538.176000', '220538.179000', '220538.181000', '220538.184000', '220538.187000', '220538.189000', '220538.192000', '220538.194000', '220538.197000', '220538.200000', '220538.202000', '220538.205000', '220538.209000', '220538.211000', '220538.214000', '220538.223000', '220538.225000', '220538.228000', '220538.231000', '220538.233000', '220538.236000', '220538.238000', '220538.241000', '220558.115000', '220558.117000', '220558.120000', '220558.122000', '220558.125000', '220558.128000', '220558.130000', '220558.133000', '220558.135000', '220558.138000', '220558.141000', '220558.143000', '220558.146000', '220558.148000', '220558.151000', '220558.153000', '220558.156000', '220558.159000', '220558.161000', '220558.164000', '220558.166000', '220558.169000', '220558.172000', '220558.174000', '220558.177000', '220558.179000', '220558.182000', '220558.184000', '220558.187000', '220558.190000', '220558.192000', '220558.195000', '220558.197000', '220558.200000', '220558.203000', '220558.205000', '220558.208000', '220558.210000', '220558.213000', '220558.216000', '220558.218000', '220558.221000', '220558.223000', '220558.226000', '220618.114000', '220618.117000', '220618.120000', '220618.123000', '220618.125000', '220618.128000', '220618.130000', '220618.133000', '220618.136000', '220618.138000', '220618.141000', '220618.143000', '220618.146000', '220618.148000', '220618.151000', '220618.154000', '220618.156000', '220618.159000', '220618.161000', '220618.164000', '220618.167000', '220618.169000', '220618.172000', '220618.174000', '220618.177000', '220618.180000', '220618.183000', '220618.186000', '220618.189000', '220618.192000', '220618.194000', '220618.197000', '220618.199000', '220618.202000', '220618.205000', '220618.207000', '220618.210000', '220618.212000', '220618.215000', '220618.218000', '220618.220000', '220618.223000', '220618.225000', '220638.116000', '220638.118000', '220638.121000', '220638.123000', '220638.126000', '220638.129000', '220638.131000', '220638.134000', '220638.137000', '220638.139000', '220638.142000', '220638.144000', '220638.147000', '220638.150000', '220638.152000', '220638.155000', '220638.157000', '220638.160000', '220638.163000', '220638.165000', '220638.168000', '220638.171000', '220638.173000', '220638.176000', '220638.178000', '220638.181000', '220638.183000', '220638.186000', '220638.189000', '220638.191000', '220638.194000', '220638.196000', '220638.199000', '220638.201000', '220638.204000', '220638.207000', '220638.209000', '220638.212000', '220638.215000', '220638.217000', '220638.220000', '220638.222000', '220638.225000', '220638.228000', '220658.116000', '220658.118000', '220658.121000', '220658.123000', '220658.126000', '220658.129000', '220658.131000', '220658.134000', '220658.136000', '220658.139000', '220658.142000', '220658.144000', '220658.147000', '220658.149000', '220658.152000', '220658.155000', '220658.157000', '220658.160000', '220658.162000', '220658.165000', '220658.168000', '220658.170000', '220658.173000', '220658.175000', '220658.178000', '220658.180000', '220658.183000', '220658.186000', '220658.188000', '220658.191000', '220658.193000', '220658.196000', '220658.199000', '220658.201000', '220658.204000', '220658.207000', '220658.210000', '220658.213000', '220658.216000', '220658.219000', '220658.221000', '220658.224000', '220658.227000', '220718.116000', '220718.118000', '220718.121000', '220718.124000', '220718.126000', '220718.129000', '220718.132000', '220718.134000', '220718.137000', '220718.139000', '220718.142000', '220718.145000', '220718.147000', '220718.150000', '220718.152000', '220718.155000', '220718.157000', '220718.160000', '220718.163000', '220718.192000', '220718.194000', '220718.197000', '220718.199000', '220718.202000', '220718.205000', '220718.207000', '220718.210000', '220718.239000', '220718.241000', '220718.244000', '220718.247000', '220718.249000', '220718.252000', '220718.254000', '220718.257000', '220718.260000', '220718.262000', '220718.265000', '220718.267000', '220718.270000', '220718.272000', '220718.275000', '220718.278000', '220718.280000', '220738.114000', '220738.117000', '220738.120000', '220738.123000', '220738.125000', '220738.128000', '220738.130000', '220738.133000', '220738.136000', '220738.138000', '220738.141000', '220738.143000', '220738.146000', '220738.149000', '220738.151000', '220738.154000', '220738.156000', '220738.159000', '220738.162000', '220738.164000', '220738.167000', '220738.169000', '220738.172000', '220738.174000', '220738.177000', '220738.180000', '220738.182000', '220738.185000', '220738.187000', '220738.190000', '220738.193000', '220738.195000', '220738.198000', '220738.201000', '220738.203000', '220738.206000', '220738.208000', '220738.211000', '220738.214000', '220738.216000', '220738.219000', '220738.221000', '220738.224000', '220758.115000', '220758.118000', '220758.120000', '220758.123000', '220758.125000', '220758.128000', '220758.131000', '220758.133000', '220758.136000', '220758.138000', '220758.141000', '220758.144000', '220758.146000', '220758.149000', '220758.151000', '220758.154000', '220758.157000', '220758.159000', '220758.162000', '220758.164000', '220758.167000', '220758.170000', '220758.172000', '220758.175000', '220758.177000', '220758.180000', '220758.182000', '220758.185000', '220758.188000', '220758.190000', '220758.193000', '220758.195000', '220758.198000', '220758.204000', '220758.207000', '220758.209000', '220758.212000', '220758.215000', '220758.217000', '220758.220000', '220758.222000', '220758.225000', '220758.227000', '220758.230000', '220818.115000', '220818.117000', '220818.120000', '220818.123000', '220818.125000', '220818.128000', '220818.131000', '220818.133000', '220818.136000', '220818.138000', '220818.141000', '220818.144000', '220818.146000', '220818.149000', '220818.152000', '220818.154000', '220818.157000', '220818.159000', '220818.162000', '220818.165000', '220818.167000', '220818.170000', '220818.173000', '220818.175000', '220818.178000', '220818.180000', '220818.183000', '220818.186000', '220818.188000', '220818.191000', '220818.194000', '220818.196000', '220818.199000', '220818.201000', '220818.204000', '220818.207000', '220818.209000', '220818.212000', '220818.214000', '220818.217000', '220818.220000', '220818.222000', '220818.225000', '220838.114000', '220838.117000', '220838.120000', '220838.123000', '220838.125000', '220838.128000', '220838.130000', '220838.133000', '220838.136000', '220838.138000', '220838.141000', '220838.144000', '220838.146000', '220838.149000', '220838.151000', '220838.154000', '220838.157000', '220838.159000', '220838.162000', '220838.164000', '220838.167000', '220838.170000', '220838.172000', '220838.175000', '220838.177000', '220838.180000', '220838.183000', '220838.185000', '220838.188000', '220838.190000', '220838.193000', '220838.196000', '220838.198000', '220838.201000', '220838.204000', '220838.206000', '220838.209000', '220838.212000', '220838.214000', '220838.217000', '220838.219000', '220838.222000', '220838.225000', '220838.227000', '220858.116000', '220858.118000', '220858.121000', '220858.124000', '220858.126000', '220858.129000', '220858.132000', '220858.134000', '220858.137000', '220858.140000', '220858.142000', '220858.145000', '220858.147000', '220858.150000', '220858.153000', '220858.155000', '220858.158000', '220858.160000', '220858.163000', '220858.165000', '220858.168000', '220858.171000', '220858.173000', '220858.176000', '220858.178000', '220858.181000', '220858.184000', '220858.186000', '220858.189000', '220858.191000', '220858.194000', '220858.197000', '220858.199000', '220858.202000', '220858.204000', '220858.207000', '220858.210000', '220858.212000', '220858.215000', '220858.217000', '220858.220000', '220858.223000', '220858.225000', '220918.115000', '220918.118000', '220918.121000', '220918.123000', '220918.126000', '220918.129000', '220918.131000', '220918.134000', '220918.136000', '220918.139000', '220918.142000', '220918.144000', '220918.147000', '220918.150000', '220918.152000', '220918.155000', '220918.157000', '220918.160000', '220918.163000', '220918.165000', '220918.168000', '220918.170000', '220918.173000', '220918.176000', '220918.178000', '220918.181000', '220918.183000', '220918.186000', '220918.189000', '220918.191000', '220918.194000', '220918.196000', '220918.199000', '220918.202000', '220918.204000', '220918.207000', '220918.209000', '220918.212000', '220918.215000', '220918.217000', '220918.220000', '220918.222000', '220918.225000', '220918.228000', '220938.116000', '220938.118000', '220938.121000', '220938.124000', '220938.126000', '220938.129000', '220938.131000', '220938.134000', '220938.137000', '220938.139000', '220938.142000', '220938.144000', '220938.147000', '220938.150000', '220938.152000', '220938.155000', '220938.158000', '220938.160000', '220938.163000', '220938.166000', '220938.168000', '220938.171000', '220938.173000', '220938.176000', '220938.179000', '220938.181000', '220938.184000', '220938.186000', '220938.189000', '220938.192000', '220938.194000', '220938.197000', '220938.200000', '220938.202000', '220938.205000', '220938.207000', '220938.210000', '220938.213000', '220938.215000', '220938.218000', '220938.220000', '220938.223000', '220938.226000', '220958.115000', '220958.117000', '220958.120000', '220958.123000', '220958.126000', '220958.129000', '220958.132000', '220958.134000', '220958.137000', '220958.140000', '220958.142000', '220958.145000', '220958.148000', '220958.150000', '220958.153000', '220958.155000', '220958.158000', '220958.160000', '220958.163000', '220958.166000', '220958.168000', '220958.171000', '220958.173000', '220958.176000', '220958.179000', '220958.181000', '220958.184000', '220958.187000', '220958.189000', '220958.192000', '220958.195000', '220958.197000', '220958.200000', '220958.202000', '220958.205000', '220958.208000', '220958.210000', '220958.213000', '220958.215000', '220958.218000', '220958.221000', '220958.223000', '220958.226000', '220958.228000', '221018.115000', '221018.118000', '221018.120000', '221018.123000', '221018.125000', '221018.128000', '221018.131000', '221018.133000', '221018.136000', '221018.138000', '221018.155000', '221018.158000', '221018.160000', '221018.163000', '221018.166000', '221018.168000', '221018.171000', '221018.173000', '221018.176000', '221018.179000', '221018.181000', '221018.184000', '221018.186000', '221018.189000', '221018.191000', '221018.194000', '221018.197000', '221018.199000', '221018.202000', '221018.205000', '221018.207000', '221018.210000', '221018.212000', '221018.215000', '221018.217000', '221018.220000', '221018.223000', '221018.225000', '221018.228000', '221018.230000', '221018.233000', '221018.236000', '221018.238000', '221038.115000', '221038.118000', '221038.120000', '221038.123000', '221038.126000', '221038.128000', '221038.131000', '221038.133000', '221038.136000', '221038.139000', '221038.141000', '221038.144000', '221038.147000', '221038.149000', '221038.152000', '221038.154000', '221038.157000', '221038.160000', '221038.162000', '221038.165000', '221038.167000', '221038.170000', '221038.173000', '221038.175000', '221038.178000', '221038.180000', '221038.183000', '221038.186000', '221038.188000', '221038.191000', '221038.193000', '221038.196000', '221038.199000', '221038.201000', '221038.204000', '221038.206000', '221038.209000', '221038.211000', '221038.214000', '221038.217000', '221038.219000', '221038.222000', '221038.225000', '221058.116000', '221058.119000', '221058.121000', '221058.124000', '221058.127000', '221058.129000', '221058.132000', '221058.135000', '221058.137000', '221058.140000', '221058.143000', '221058.145000', '221058.148000', '221058.150000', '221058.153000', '221058.156000', '221058.158000', '221058.161000', '221058.164000', '221058.166000', '221058.169000', '221058.171000', '221058.174000', '221058.177000', '221058.179000', '221058.182000', '221058.184000', '221058.187000', '221058.189000', '221058.192000', '221058.195000', '221058.197000', '221058.200000', '221058.202000', '221058.205000', '221058.207000', '221058.210000', '221058.213000', '221058.215000', '221058.218000', '221058.220000', '221058.223000', '221058.226000', '221058.228000', '221118.116000', '221118.118000', '221118.121000', '221118.124000', '221118.126000', '221118.129000', '221118.139000', '221118.141000', '221118.144000', '221118.147000', '221118.149000', '221118.152000', '221118.154000', '221118.157000', '221118.159000', '221118.162000', '221118.165000', '221118.168000', '221118.171000', '221118.174000', '221118.176000', '221118.179000', '221118.181000', '221118.184000', '221118.187000', '221118.189000', '221118.192000', '221118.195000', '221118.197000', '221118.200000', '221118.202000', '221118.205000', '221118.207000', '221118.210000', '221118.213000', '221118.215000', '221118.218000', '221118.221000', '221118.224000', '221118.226000', '221118.229000', '221118.231000', '221118.234000', '221118.237000', '221138.116000', '221138.119000', '221138.121000', '221138.124000', '221138.126000', '221138.129000', '221138.132000', '221138.134000', '221138.137000', '221138.139000', '221138.142000', '221138.145000', '221138.147000', '221138.150000', '221138.152000', '221138.155000', '221138.158000', '221138.160000', '221138.163000', '221138.166000', '221138.168000', '221138.192000', '221138.195000', '221138.197000', '221138.200000', '221138.203000', '221138.205000', '221138.208000', '221138.210000', '221138.213000', '221138.216000', '221138.218000', '221138.221000', '221138.223000', '221138.226000', '221138.229000', '221138.231000', '221138.234000', '221138.236000', '221138.239000', '221138.241000', '221138.244000', '221138.247000', '221158.116000', '221158.118000', '221158.121000', '221158.124000', '221158.126000', '221158.129000', '221158.132000', '221158.134000', '221158.137000', '221158.140000', '221158.143000', '221158.145000', '221158.148000', '221158.150000', '221158.153000', '221158.156000', '221158.160000', '221158.162000', '221158.165000', '221158.168000', '221158.170000', '221158.173000', '221158.176000', '221158.178000', '221158.181000', '221158.183000', '221158.186000', '221158.189000', '221158.191000', '221158.194000', '221158.197000', '221158.199000', '221158.202000', '221158.204000', '221158.207000', '221158.210000', '221158.212000', '221158.215000', '221158.217000', '221158.220000', '221158.223000', '221158.225000', '221158.228000', '221218.114000', '221218.117000', '221218.120000', '221218.122000', '221218.125000', '221218.128000', '221218.130000', '221218.133000', '221218.135000', '221218.138000', '221218.141000', '221218.143000', '221218.146000', '221218.148000', '221218.151000', '221218.154000', '221218.156000', '221218.159000', '221218.161000', '221218.164000', '221218.167000', '221218.169000', '221218.172000', '221218.175000', '221218.177000', '221218.180000', '221218.182000', '221218.185000', '221218.187000', '221218.190000', '221218.193000', '221218.195000', '221218.198000', '221218.201000', '221218.203000', '221218.206000', '221218.208000', '221218.211000', '221218.214000', '221218.216000', '221218.219000', '221218.221000', '221218.224000', '221218.226000', '221238.115000', '221238.117000', '221238.120000', '221238.123000', '221238.125000', '221238.128000', '221238.130000', '221238.133000', '221238.136000', '221238.138000', '221238.141000', '221238.144000', '221238.146000', '221238.150000', '221238.152000', '221238.155000', '221238.158000', '221238.160000', '221238.163000', '221238.165000', '221238.168000', '221238.171000', '221238.173000', '221238.176000', '221238.178000', '221238.181000', '221238.183000', '221238.186000', '221238.189000', '221238.191000', '221238.194000', '221238.196000', '221238.199000', '221238.202000', '221238.206000', '221238.209000', '221238.211000', '221238.214000', '221238.217000', '221238.219000', '221238.222000', '221238.225000', '221238.227000', '221258.115000', '221258.117000', '221258.120000', '221258.123000', '221258.125000', '221258.128000', '221258.130000', '221258.133000', '221258.136000', '221258.138000', '221258.141000', '221258.143000', '221258.146000', '221258.148000', '221258.151000', '221258.154000', '221258.157000', '221258.160000', '221258.162000', '221258.174000', '221258.177000', '221258.180000', '221258.182000', '221258.185000', '221258.187000', '221258.190000', '221258.193000', '221258.195000', '221258.198000', '221258.200000', '221258.203000', '221258.205000', '221258.208000', '221258.211000', '221258.213000', '221258.216000', '221258.219000', '221258.221000', '221258.224000', '221258.226000', '221258.229000', '221258.231000', '221258.234000', '221258.237000', '221318.116000', '221318.119000', '221318.121000', '221318.124000', '221318.127000', '221318.129000', '221318.132000', '221318.134000', '221318.137000', '221318.140000', '221318.142000', '221318.145000', '221318.147000', '221318.150000', '221318.153000', '221318.155000', '221318.158000', '221318.160000', '221318.163000', '221318.166000', '221318.169000', '221318.172000', '221318.175000', '221318.177000', '221318.180000', '221318.183000', '221318.185000', '221318.188000', '221318.190000', '221318.193000', '221318.195000', '221318.198000', '221318.201000', '221318.203000', '221318.206000', '221318.209000', '221318.211000', '221318.214000', '221318.216000', '221318.219000', '221318.222000', '221318.224000', '221318.227000', '221338.115000', '221338.118000', '221338.121000', '221338.124000', '221338.126000', '221338.129000', '221338.132000', '221338.134000', '221338.137000', '221338.139000', '221338.142000', '221338.144000', '221338.147000', '221338.150000', '221338.152000', '221338.155000', '221338.157000', '221338.160000', '221338.163000', '221338.165000', '221338.168000', '221338.171000', '221338.173000', '221338.176000', '221338.178000', '221338.181000', '221338.183000', '221338.186000', '221338.189000', '221338.191000', '221338.194000', '221338.196000', '221338.199000', '221338.202000', '221338.204000', '221338.207000', '221338.209000', '221338.212000', '221338.215000', '221338.217000', '221338.229000', '221338.232000', '221338.234000', '221338.237000', '221358.116000', '221358.119000', '221358.121000', '221358.124000', '221358.127000', '221358.129000', '221358.132000', '221358.134000', '221358.137000', '221358.140000', '221358.142000', '221358.145000', '221358.147000', '221358.150000', '221358.153000', '221358.155000', '221358.158000', '221358.160000', '221358.163000', '221358.166000', '221358.168000', '221358.171000', '221358.174000', '221358.177000', '221358.179000', '221358.182000', '221358.185000', '221358.187000', '221358.190000', '221358.192000', '221358.195000', '221358.198000', '221358.200000', '221358.203000', '221358.205000', '221358.208000', '221358.211000', '221358.214000', '221358.217000', '221358.220000', '221358.223000', '221358.225000', '221358.228000', '221418.116000', '221418.119000', '221418.121000', '221418.124000', '221418.126000', '221418.129000', '221418.132000', '221418.134000', '221418.137000', '221418.139000', '221418.142000', '221418.145000', '221418.147000', '221418.150000', '221418.152000', '221418.161000', '221418.163000', '221418.166000', '221418.168000', '221418.171000', '221418.174000', '221418.176000', '221418.179000', '221418.181000', '221418.184000', '221418.187000', '221418.189000', '221418.192000', '221418.194000', '221418.197000', '221418.200000', '221418.202000', '221418.205000', '221418.207000', '221418.210000', '221418.213000', '221418.215000', '221418.218000', '221418.221000', '221418.223000', '221418.226000', '221418.228000', '221418.231000', '221418.234000', '221438.115000', '221438.118000', '221438.120000', '221438.123000', '221438.126000', '221438.128000', '221438.131000', '221438.133000', '221438.136000', '221438.139000', '221438.141000', '221438.144000', '221438.147000', '221438.149000', '221438.152000', '221438.155000', '221438.157000', '221438.160000', '221438.163000', '221438.165000', '221438.168000', '221438.170000', '221438.173000', '221438.176000', '221438.178000', '221438.181000', '221438.184000', '221438.186000', '221438.189000', '221438.192000', '221438.194000', '221438.197000', '221438.200000', '221438.203000', '221438.205000', '221438.208000', '221438.211000', '221438.213000', '221438.216000', '221438.218000', '221438.221000', '221438.224000', '221438.226000', '221458.115000', '221458.118000', '221458.120000', '221458.123000', '221458.126000', '221458.128000', '221458.131000', '221458.133000', '221458.136000', '221458.139000', '221458.141000', '221458.144000', '221458.146000', '221458.149000', '221458.152000', '221458.154000', '221458.157000', '221458.160000', '221458.162000', '221458.165000', '221458.167000', '221458.170000', '221458.173000', '221458.175000', '221458.178000', '221458.180000', '221458.183000', '221458.186000', '221458.188000', '221458.191000', '221458.194000', '221458.197000', '221458.200000', '221458.202000', '221458.205000', '221458.207000', '221458.210000', '221458.213000', '221458.215000', '221458.218000', '221458.220000', '221458.223000', '221458.226000', '221458.228000', '221518.115000', '221518.118000', '221518.120000', '221518.123000', '221518.125000', '221518.128000', '221518.131000', '221518.133000', '221518.136000', '221518.138000', '221518.141000', '221518.144000', '221518.146000', '221518.149000', '221518.152000', '221518.154000', '221518.157000', '221518.159000', '221518.162000', '221518.165000', '221518.167000', '221518.170000', '221518.172000', '221518.175000', '221518.178000', '221518.180000', '221518.183000', '221518.186000', '221518.188000', '221518.191000', '221518.193000', '221518.196000', '221518.199000', '221518.201000', '221518.204000', '221518.207000', '221518.209000', '221518.212000', '221518.214000', '221518.217000', '221518.220000', '221518.223000', '221518.226000', '221538.119000', '221538.122000', '221538.124000', '221538.127000', '221538.130000', '221538.133000', '221538.135000', '221538.138000', '221538.140000', '221538.143000', '221538.145000', '221538.148000', '221538.151000', '221538.153000', '221538.156000', '221538.158000', '221538.161000', '221538.164000', '221538.166000', '221538.169000', '221538.171000', '221538.174000', '221538.177000', '221538.179000', '221538.182000', '221538.184000', '221538.187000', '221538.190000', '221538.192000', '221538.195000', '221538.197000', '221538.200000', '221538.203000', '221538.205000', '221538.208000', '221538.210000', '221538.213000', '221538.215000', '221538.218000', '221538.221000', '221538.223000', '221538.226000', '221538.229000', '221538.231000', '221558.116000', '221558.118000', '221558.121000', '221558.124000', '221558.126000', '221558.129000', '221558.131000', '221558.134000', '221558.137000', '221558.139000', '221558.142000', '221558.144000', '221558.147000', '221558.150000', '221558.152000', '221558.155000', '221558.158000', '221558.160000', '221558.163000', '221558.165000', '221558.168000', '221558.171000', '221558.173000', '221558.176000', '221558.178000', '221558.181000', '221558.184000', '221558.186000', '221558.189000', '221558.192000', '221558.194000', '221558.197000', '221558.199000', '221558.202000', '221558.205000', '221558.208000', '221558.211000', '221558.214000', '221558.216000', '221558.219000', '221558.221000', '221558.224000', '221558.227000', '221618.116000', '221618.118000', '221618.121000', '221618.124000', '221618.126000', '221618.129000', '221618.131000', '221618.134000', '221618.137000', '221618.139000', '221618.142000', '221618.145000', '221618.147000', '221618.150000', '221618.153000', '221618.155000', '221618.158000', '221618.160000', '221618.163000', '221618.166000', '221618.168000', '221618.171000', '221618.173000', '221618.176000', '221618.179000', '221618.181000', '221618.184000', '221618.186000', '221618.189000', '221618.192000', '221618.194000', '221618.197000', '221618.200000', '221618.202000', '221618.205000', '221618.207000', '221618.210000', '221618.212000', '221618.215000', '221618.218000', '221618.220000', '221618.223000', '221618.226000', '221618.228000', '221638.116000', '221638.118000', '221638.121000', '221638.124000', '221638.126000', '221638.129000', '221638.131000', '221638.134000', '221638.137000', '221638.139000', '221638.142000', '221638.144000', '221638.147000', '221638.150000', '221638.152000', '221638.155000', '221638.157000', '221638.160000', '221638.163000', '221638.165000', '221638.168000', '221638.170000', '221638.173000', '221638.186000', '221638.189000', '221638.191000', '221638.194000', '221638.197000', '221638.199000', '221638.202000', '221638.204000', '221638.207000', '221638.210000', '221638.212000', '221638.215000', '221638.217000', '221638.220000', '221638.223000', '221638.225000', '221638.228000', '221638.230000', '221638.233000', '221638.236000', '221658.115000', '221658.117000', '221658.120000', '221658.123000', '221658.125000', '221658.128000', '221658.130000', '221658.133000', '221658.136000', '221658.138000', '221658.141000', '221658.143000', '221658.146000', '221658.149000', '221658.151000', '221658.154000', '221658.157000', '221658.159000', '221658.162000', '221658.164000', '221658.167000', '221658.169000', '221658.172000', '221658.175000', '221658.177000', '221658.180000', '221658.183000', '221658.185000', '221658.188000', '221658.190000', '221658.193000', '221658.195000', '221658.198000', '221658.201000', '221658.203000', '221658.206000', '221658.208000', '221658.211000', '221658.214000', '221658.216000', '221658.219000', '221658.222000', '221658.225000', '221658.228000', '221718.115000', '221718.118000', '221718.120000', '221718.123000', '221718.125000', '221718.128000', '221718.131000', '221718.133000', '221718.136000', '221718.138000', '221718.141000', '221718.144000', '221718.146000', '221718.149000', '221718.152000', '221718.154000', '221718.157000', '221718.159000', '221718.162000', '221718.165000', '221718.167000', '221718.170000', '221718.173000', '221718.175000', '221718.178000', '221718.180000', '221718.183000', '221718.186000', '221718.188000', '221718.191000', '221718.193000', '221718.196000', '221718.198000', '221718.201000', '221718.204000', '221718.207000', '221718.209000', '221718.212000', '221718.214000', '221718.217000', '221718.220000', '221718.222000', '221718.225000', '221738.115000', '221738.117000', '221738.120000', '221738.123000', '221738.126000', '221738.129000', '221738.132000', '221738.135000', '221738.137000', '221738.140000', '221738.142000', '221738.145000', '221738.148000', '221738.150000', '221738.153000', '221738.155000', '221738.158000', '221738.160000', '221738.163000', '221738.166000', '221738.168000', '221738.171000', '221738.173000', '221738.176000', '221738.179000', '221738.181000', '221738.184000', '221738.187000', '221738.189000', '221738.192000', '221738.194000', '221738.197000', '221738.200000', '221738.202000', '221738.205000', '221738.207000', '221738.210000', '221738.213000', '221738.215000', '221738.218000', '221738.220000', '221738.223000', '221738.226000', '221738.228000', '221758.116000', '221758.119000', '221758.121000', '221758.124000', '221758.126000', '221758.129000', '221758.132000', '221758.134000', '221758.137000', '221758.140000', '221758.142000', '221758.145000', '221758.148000', '221758.150000', '221758.153000', '221758.155000', '221758.158000', '221758.161000', '221758.163000', '221758.166000', '221758.169000', '221758.171000', '221758.174000', '221758.176000', '221758.179000', '221758.182000', '221758.184000', '221758.187000', '221758.189000', '221758.192000', '221758.195000', '221758.197000', '221758.200000', '221758.202000', '221758.205000', '221758.208000', '221758.210000', '221758.213000', '221758.216000', '221758.218000', '221758.221000', '221758.223000', '221758.226000', '221818.116000', '221818.119000', '221818.121000', '221818.124000', '221818.127000', '221818.129000', '221818.132000', '221818.134000', '221818.137000', '221818.140000', '221818.142000', '221818.145000', '221818.147000', '221818.150000', '221818.153000', '221818.155000', '221818.158000', '221818.160000', '221818.163000', '221818.166000', '221818.168000', '221818.171000', '221818.173000', '221818.176000', '221818.178000', '221818.181000', '221818.184000', '221818.186000', '221818.189000', '221818.192000', '221818.194000', '221818.197000', '221818.200000', '221818.202000', '221818.205000', '221818.207000', '221818.210000', '221818.213000', '221818.215000', '221818.218000', '221818.220000', '221818.223000', '221818.226000', '221818.228000', '221838.116000', '221838.118000', '221838.121000', '221838.124000', '221838.126000', '221838.129000', '221838.132000', '221838.134000', '221838.137000', '221838.139000', '221838.142000', '221838.144000', '221838.147000', '221838.150000', '221838.152000', '221838.155000', '221838.158000', '221838.160000', '221838.163000', '221838.165000', '221838.168000', '221838.171000', '221838.173000', '221838.176000', '221838.178000', '221838.181000', '221838.184000', '221838.186000', '221838.189000', '221838.191000', '221838.194000', '221838.197000', '221838.199000', '221838.202000', '221838.204000', '221838.207000', '221838.210000', '221838.212000', '221838.215000', '221838.217000', '221838.220000', '221838.223000', '221838.225000', '221858.116000', '221858.118000', '221858.121000', '221858.131000', '221858.134000', '221858.136000', '221858.139000', '221858.141000', '221858.144000', '221858.147000', '221858.149000', '221858.152000', '221858.154000', '221858.157000', '221858.160000', '221858.162000', '221858.165000', '221858.167000', '221858.170000', '221858.173000', '221858.176000', '221858.178000', '221858.181000', '221858.184000', '221858.187000', '221858.190000', '221858.194000', '221858.197000', '221858.199000', '221858.202000', '221858.205000', '221858.207000', '221858.210000', '221858.213000', '221858.215000', '221858.218000', '221858.221000', '221858.223000', '221858.226000', '221858.229000', '221858.233000', '221858.239000', '221858.242000', '221858.568000', '221858.571000'], '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': [8721, 10020, 8281, 9265, 8067, 8852, 10533, 8728, 10342, 8549, 9392, 8052, 7941, 10386, 7662, 9614, 8342, 9032, 10793, 7539, 8960, 9456, 7876, 9707, 8747, 9756, 8237, 7975, 9155, 8309, 7824, 10364, 7765, 8828, 7705, 8030, 7953, 8335, 7624, 9376, 10745, 9477, 10659, 9613, 9362, 9839, 7725, 9325, 10654, 7553, 9731, 8709, 9426, 10611, 7545, 9062, 9351, 9492, 10306, 7434, 9621, 8184, 9456, 10240, 9089, 9819, 8522, 7636, 10261, 8442, 9699, 10824, 7823, 9663, 8852, 9601, 10475, 9067, 9478, 8746, 7678, 9864, 7980, 9342, 11184, 7566, 9891, 7955, 9616, 7732, 7715, 10013, 9411, 8600, 10743, 10460, 9542, 9927, 7565, 9122, 9416, 8725, 10164, 8004, 8578, 8493, 7652, 10075, 7924, 8977, 7968, 8863, 7924, 7570, 10415, 9508, 9357, 9473, 7860, 9206, 10349, 8435, 9874, 9076, 9076, 10594, 7546, 9529, 8342, 7735, 10522, 8193, 9661, 7872, 7653, 10361, 8568, 9418, 9667, 7578, 10181, 8932, 8993, 10234, 8867, 8915, 8594, 8098, 10568, 7498, 9487, 9056, 7681, 9394, 7844, 9218, 10023, 7443, 9247, 8776, 8464, 10211, 8164, 9379, 9998, 7647, 9505, 8343, 9000, 7786, 7871, 8093, 7894, 7890, 7687, 7927, 7735, 7850, 8143, 7554, 7645, 10220, 11302, 8647, 10186, 8671, 9243, 9731, 8348, 10485, 11060, 9488, 10421, 8324, 9993, 9396, 9065, 10730, 7604, 9923, 8497, 9634, 10522, 7841, 9586, 8188, 8305, 11088, 7837, 9403, 10366, 7753, 11011, 8192, 9251, 7828, 7710, 9223, 7995, 7618, 10481, 7594, 8668, 8247, 7562, 10030, 9185, 7971, 10417, 8513, 9570, 8494, 7777, 10300, 7454, 9703, 8293, 8859, 7855, 7711, 7898, 7724, 10647, 7610, 9786, 7826, 9107, 8543, 7493, 11280, 8854, 9369, 10352, 8416, 9531, 7756, 9650, 9264, 8919, 9448, 7622, 10045, 8072, 8224, 8821, 7847, 10147, 7524, 8473, 9079, 7614, 10370, 8723, 9890, 8108, 8209, 9861, 7770, 10380, 8689, 9069, 8071, 7846, 10568, 9209, 8694, 9794, 7561, 9554, 7873, 8260, 9850, 8025, 9911, 8763, 9218, 7846, 8157, 10764, 9406, 8614, 10914, 8112, 10053, 8336, 8138, 10535, 9595, 9507, 8727, 7832, 10306, 7926, 8337, 8309, 7551, 10213, 7592, 8706, 8064, 8468, 10999, 10684, 10568, 9428, 8474, 8230, 8012, 10686, 8080, 9297, 9856, 8463, 10845, 7666, 9056, 8683, 9179, 7769, 8861, 8691, 8168, 10950, 7855, 10746, 7872, 8555, 7932, 8793, 8531, 10198, 9376, 11380, 10661, 7631, 8407, 9390, 8111, 10841, 10695, 10503, 8975, 10334, 9966, 9151, 11692, 8341, 11594, 8832, 10032, 12130, 9089, 11434, 9009, 10525, 9203, 9656, 12193, 8477, 12007, 8412, 11235, 12095, 8654, 11256, 8252, 9383, 11940, 7800, 10607, 8248, 8651, 7940, 7905, 10885, 7874, 9419, 11105, 8465, 9966, 8262, 9690, 8159, 7717, 10880, 8312, 8903, 11467, 7687, 9824, 8470, 9158, 8930, 7692, 10572, 9219, 8561, 11280, 8483, 10228, 9643, 7746, 10614, 8384, 8894, 8545, 7786, 10942, 7816, 8831, 8010, 7906, 10611, 9004, 8869, 7993, 7600, 10282, 8385, 8247, 8489, 8016, 9955, 7754, 9024, 7963, 8188, 10983, 8409, 9462, 8967, 8047, 11102, 10421, 8616, 10985, 10294, 10179, 9219, 8800, 10699, 8042, 9305, 8588, 7731, 10331, 8551, 9716, 8050, 7690, 10614, 8657, 8891, 8485, 7614, 10308, 8072, 9432, 9340, 7473, 10781, 7886, 9385, 8150, 8260, 10565, 9182, 9256, 9378, 8284, 10354, 7711, 9221, 9459, 7794, 10110, 7959, 9478, 8336, 7650, 10324, 8523, 9347, 7937, 7769, 9705, 8229, 8677, 11126, 7786, 9348, 8631, 9318, 7816, 7782, 9973, 9272, 9276, 8944, 8045, 10025, 9114, 8989, 10632, 8311, 9300, 8886, 8763, 7818, 7608, 10033, 8942, 9171, 8324, 7754, 10317, 9015, 9516, 9331, 8456, 10141, 8864, 9565, 10848, 7955, 9867, 8985, 9744, 9212, 7572, 9803, 8202, 9228, 10987, 8989, 9578, 8624, 8777, 11218, 7707, 8547, 7907, 8902, 7994, 7559, 10247, 8332, 9253, 9267, 7932, 9987, 9142, 9771, 9434, 7689, 10182, 8837, 7998, 10471, 7978, 9025, 8802, 8295, 10280, 8663, 8732, 8095, 7541, 9318, 7853, 9204, 8178, 7746, 9694, 7723, 8755, 8272, 8321, 9845, 8016, 9100, 10489, 8687, 9384, 8079, 8373, 9212, 7671, 9204, 9041, 8877, 8706, 7594, 9143, 8813, 8255, 9761, 8989, 8661, 8807, 8363, 9729, 7662, 9130, 10494, 9204, 9934, 7607, 8942, 7787, 8627, 7975, 7573, 9045, 8598, 9242, 8273, 7972, 9858, 11129, 9146, 10544, 8464, 10840, 7774, 9454, 8843, 8792, 9950, 7690, 8955, 7668, 9114, 8480, 7693, 9868, 9955, 9380, 9274, 9021, 7916, 7998, 9725, 7883, 8709, 8906, 8635, 9031, 7839, 9798, 9340, 9035, 9267, 7681, 10291, 9399, 8054, 10500, 9916, 9454, 9421, 7719, 9794, 8821, 9004, 8498, 7806, 9783, 7641, 9529, 7876, 7744, 9464, 8140, 8385, 7935, 7844, 8984, 7895, 8241, 10048, 7827, 9182, 8867, 8385, 8284, 7931, 10043, 10082, 8848, 9140, 7475, 9226, 8822, 8681, 10283, 7874, 8611, 8824, 9295, 8279, 7581, 9503, 9485, 9124, 8959, 7915, 10088, 7613, 8984, 9490, 8114, 9452, 8068, 9019, 10104, 7813, 9948, 10908, 8919, 9350, 7926, 8037, 7748, 9972, 9371, 9274, 8405, 7921, 10680, 7681, 9442, 9309, 8282, 8159, 7934, 9765, 9498, 8919, 10659, 7936, 9773, 8314, 9425, 8052, 8017, 10538, 8013, 8261, 10170, 9061, 9254, 7916, 7655, 7901, 7609, 8223, 9240, 8702, 9624, 7652, 9098, 10956, 8777, 10214, 11613, 8857, 9186, 7604, 9746, 9217, 8390, 10071, 7502, 9370, 7970, 8349, 10912, 9197, 9621, 8169, 8545, 7828, 7698, 10867, 7897, 10054, 8466, 9237, 7487, 7678, 7871, 7533, 8268, 7726, 10439, 7853, 8774, 8274, 9253, 11555, 9393, 10423, 8471, 10822, 9595, 9491, 12078, 9949, 10667, 9646, 8985, 11361, 7681, 9529, 8577, 8913, 8279, 7796, 10733, 7941, 9133, 7792, 8907, 9966, 8589, 8259, 7830, 10363, 8669, 9749, 11774, 9595, 9243, 9239, 8259, 8186, 8450, 7805, 8823, 10316, 8499, 10759, 7511, 9815, 8234, 8983, 8435, 8311, 11117, 7646, 8690, 10135, 8263, 10630, 8970, 9519, 8223, 8856, 8024, 7683, 10906, 8103, 9998, 8347, 9937, 11056, 8032, 10510, 9550, 9054, 7993, 7652, 11253, 7650, 9400, 7907, 8882, 8218, 7774, 10437, 7636, 8954, 11473, 7982, 10626, 9625, 9277, 10979, 7909, 9235, 8091, 7689, 10084, 8371, 9674, 8051, 7630, 10282, 7875, 8442, 9097, 8064, 10176, 8043, 9676, 7602, 9498, 8095, 7912, 10563, 8529, 9597, 11585, 7830, 10752, 10315, 8784, 10519, 8382, 8412, 8346, 7906, 10523, 8870, 9480, 8201, 8496, 10222, 7639, 9322, 8213, 9293, 8491, 7578, 10896, 8908, 9341, 10475, 8685, 9741, 7841, 10075, 8772, 8960, 10096, 7979, 9375, 7747, 9190, 9017, 9422, 10369, 8571, 11276, 7834, 9326, 8314, 9263, 9851, 8449, 8527, 7582, 10052, 8899, 9382, 9546, 8252, 10168, 7890, 8584, 8067, 8444, 8395, 7782, 10103, 8250, 9022, 7927, 8486, 7778, 8390, 8891, 9036, 8147, 7588, 10280, 9055, 9830, 9214, 8428, 9946, 8793, 9895, 10821, 7736, 10093, 8717, 9427, 8038, 7751, 10408, 8328, 9315, 8551, 9456, 10782, 7793, 9627, 10242, 8823, 11383, 7731, 9775, 8951, 9183, 11113, 9191, 9400, 8775, 7687, 9761, 8130, 8358, 10931, 9607, 9137, 8502, 7656, 9437, 8183, 8509, 10590, 8596, 9003, 8039, 7756, 10097, 7969, 9176, 8169, 8302, 7691, 7885, 10361, 8923, 8648, 11244, 10275, 10308, 9384, 9508, 11152, 10605, 9888, 10024, 9100, 10751, 7521, 9925, 7963, 8944, 8255, 7953, 10667, 8705, 9683, 8397, 7705, 10846, 9200, 9617, 8455, 7735, 10743, 8140, 10322, 8149, 9198, 8793, 7569, 9031, 8939, 9446, 9758, 7883, 10270, 9174, 9382, 9948, 8984, 10320, 9037, 9642, 8384, 7844, 10393, 7779, 9833, 7917, 9779, 8270, 7683, 10545, 7718, 9463, 9971, 7829, 10517, 8987, 9574, 8153, 8080, 10232, 8273, 9641, 10765, 7785, 10070, 8695, 9621, 7671, 7884, 10351, 7958, 9786, 8063, 8767, 10852, 10871, 9438, 9104, 8011, 9745, 8808, 9166, 10730, 9954, 9516, 8437, 7480, 9778, 7864, 9005, 7730, 7409, 9456, 7605, 9574, 8466, 7608, 10156, 9338, 9590, 8720, 8761, 10675, 7696, 9580, 9384, 9145, 10748, 7709, 9766, 9874, 8745, 10526, 9784, 9931, 8806, 8839, 10524, 7840, 9820, 8646, 9828, 8089, 8978, 10810, 7631, 9497, 8955, 9872, 10945, 7840, 9358, 9593, 9013, 10890, 7667, 9075, 7927, 8718, 7945, 7779, 10090, 7628, 9187, 7781, 7587, 10528, 10736, 9666, 10717, 8232, 9788, 8432, 9014, 10620, 7903, 9497, 9060, 9787, 8465, 8008, 9848, 7697, 8905, 8383, 9151, 7922, 7799, 8455, 7703, 10658, 9885, 8594, 7592, 9707, 8524, 8579, 9410, 8745, 8166, 8080, 10390, 9598, 8781, 10662, 8512, 9135, 8313, 9583, 10132, 7801, 9179, 7931, 9140, 8299, 7980, 8968, 7763, 9761, 8122, 9843, 8315, 7791, 9601, 8682, 10174, 10830, 7678, 9615, 8937, 9459, 9989, 7938, 9626, 8744, 9985, 8375, 7612, 9476, 8897, 10174, 10430, 9024, 10397, 7603, 9109, 7984, 9904, 8550, 9002, 9989, 8669, 10034, 9748, 7605, 9425, 8918, 9897, 10122, 7509, 9230, 8542, 9479, 10369, 7583, 9104, 8049, 9017, 7825, 7689, 9290, 7613, 9504, 7668, 9152, 8075, 8283, 9154, 7678, 9933, 7678, 9160, 8572, 8244, 9414, 8533, 10472, 9029, 8767, 9796, 8443, 8786, 9991, 8897, 9459, 11258, 9685, 10300, 8810, 9994, 8091, 9390, 8960, 10184, 10362, 8081, 10593, 9529, 10152, 9419, 9294, 10587, 7863, 9555, 8007, 9872, 8106, 8377, 7942, 8975, 7628, 8747, 7697, 9382, 7873, 7908, 9901, 9736, 9061, 9753, 8184, 9371, 8171, 9198, 9449, 9216, 7888, 7848, 9527, 7786, 9727, 9342, 8651, 9716, 7600, 9363, 8180, 8897, 10035, 7501, 9121, 8625, 9559, 8144, 8612, 9765, 8883, 9296, 9129, 8610, 9254, 8620, 9042, 9627, 7681, 8792, 7976, 9105, 7851, 7438, 8387, 7978, 8992, 8681, 7644, 8521, 8524, 9180, 9712, 7625, 8640, 8814, 9706, 8871, 7721, 9438, 9374, 9304, 9317, 7516, 8789, 9357, 8404, 9125, 7642, 8527, 9361, 9452, 9510, 7642, 9014, 9049, 8984, 8556, 7730, 9118, 8086, 8260, 8161, 7627, 8721, 8362, 8561, 8083, 7733, 8640, 7708, 8392, 8156, 8571, 8282, 7984, 8970, 8630, 8896, 9408, 8756, 9231, 7617, 8947, 9153, 8811, 9621, 8269, 8557, 9251, 8843, 8918, 7608, 8748, 8953, 8921, 8588, 7718, 9274, 8026, 9377, 8963, 7860, 9232, 8619, 8528, 8864, 7720, 8978, 9565, 9097, 9021, 7899, 8574, 8613, 9107, 8054, 7745, 8867, 8586, 8935, 8171, 8387, 8362, 7810, 8921, 8964, 7887, 8652, 10057, 9386, 8889, 9559, 8941, 7586, 9386, 8115, 9296, 8209, 8721, 8770, 7779, 8689, 8679, 8856, 10397, 8176, 9354, 7757, 9064, 10104, 8323, 8769, 10457, 9094, 9535, 7725, 8848, 10490, 8957, 9008, 7628, 9435, 8792, 7900, 8746, 8176, 9832, 8357, 7887, 9289, 8332, 9299, 9746, 7733, 8650, 8345, 8008, 8828, 9002, 8854, 10071, 8146, 8849, 8857, 8989, 9580, 7631, 8712, 9000, 8988, 8255, 7786, 8501, 7958, 9049, 9125, 7802, 8460, 8038, 9496, 8884, 7826, 9064, 9285, 9497, 8594, 8589, 8995, 7622, 9264, 10051, 7830, 8749, 9305, 9100, 9074, 7628, 9117, 8105, 9289, 8160, 7842, 9060, 7566, 9124, 9516, 8256, 8727, 7540, 8935, 8384, 8314, 8536, 9454, 8566, 8278, 7819, 9008, 7861, 8342, 7845, 7976, 8365, 7595, 9069, 9089, 8557, 9954, 8295, 8898, 8245, 9130, 10212, 7980, 9076, 9895, 8707, 9741, 7634, 9318, 8217, 7984, 8389, 7771, 8992, 8655, 8429, 8473, 7649, 8575, 8662, 8545, 8365, 7737, 8962, 8327, 7916, 8019, 7820, 8802, 8466, 8566, 8199, 7803, 8343, 7687, 8865, 8431, 8686, 9948, 7639, 8358, 8818, 8936, 8827, 8673, 9030, 10117, 8222, 9573, 8417, 8820, 7786, 8919, 10114, 7794, 8507, 8970, 8789, 9278, 7823, 9235, 8400, 8112, 8985, 7709, 8598, 7526, 8799, 7990, 8131, 8222, 8239, 8330, 7996, 9085, 7604, 9093, 9806, 8495, 9471, 7741, 9521, 9817, 8830, 9843, 8708, 9061, 8082, 9399, 8602, 8894, 9722, 7710, 8570, 7548, 9013, 7695, 8796, 7657, 8779, 7951, 8439, 10621, 8488, 10087, 7987, 8958, 10433, 8638, 8775, 9447, 8805, 9365, 8155, 9102, 9425, 8786, 8482, 8656, 8562, 7748, 9386, 7561, 8713, 8224, 9521, 9371, 8157, 9125, 8521, 8991, 8277, 8659, 9242, 7758, 8842, 9560, 9028, 8227, 8635, 8856, 7850, 9051, 8153, 8822, 8689, 8724, 9543, 7615, 8834, 8906, 9487, 8583, 8492, 8798, 7616, 8719, 7892, 8750, 8090, 8672, 9313, 9564, 9572, 8593, 9068, 8339, 9084, 8827, 8811, 10001, 9035, 9288, 8908, 9273, 8209, 8612, 8964, 7925, 9577, 7898, 9271, 9469, 8696, 9288, 7918, 9335, 8199, 9025, 9124, 8179, 9090, 9511, 8538, 9449, 7460, 9373, 8530, 8537, 8218, 8030, 9295, 7752, 9181, 8332, 8707, 8791], 'WindowCenter': [4768.0, 4770.0, 4733.0, 4746.0, 4722.0, 4717.0, 4749.0, 4713.0, 4725.0, 4713.0, 4713.0, 4705.0, 4717.0, 4746.0, 4702.0, 4733.0, 4715.0, 4725.0, 4754.0, 4703.0, 4725.0, 4738.0, 4714.0, 4726.0, 4712.0, 4725.0, 4718.0, 4703.0, 4725.0, 4715.0, 4702.0, 4750.0, 4716.0, 4737.0, 4717.0, 4729.0, 4727.0, 4729.0, 4728.0, 4751.0, 4758.0, 4736.0, 4749.0, 4725.0, 4727.0, 4736.0, 4692.0, 4724.0, 4733.0, 4692.0, 4722.0, 4702.0, 4710.0, 4732.0, 4689.0, 4710.0, 4714.0, 4722.0, 4731.0, 4691.0, 4723.0, 4703.0, 4722.0, 4743.0, 4709.0, 4735.0, 4714.0, 4701.0, 4746.0, 4713.0, 4736.0, 4747.0, 4692.0, 4724.0, 4712.0, 4721.0, 4736.0, 4711.0, 4723.0, 4715.0, 4691.0, 4732.0, 4701.0, 4722.0, 4757.0, 4703.0, 4733.0, 4705.0, 4735.0, 4706.0, 4716.0, 4748.0, 4736.0, 4724.0, 4747.0, 4732.0, 4723.0, 4735.0, 4691.0, 4723.0, 4725.0, 4715.0, 4745.0, 4701.0, 4725.0, 4715.0, 4703.0, 4748.0, 4717.0, 4735.0, 4716.0, 4738.0, 4728.0, 4717.0, 4771.0, 4746.0, 4737.0, 4748.0, 4717.0, 4736.0, 4746.0, 4713.0, 4746.0, 4725.0, 4711.0, 4743.0, 4701.0, 4730.0, 4714.0, 4703.0, 4744.0, 4712.0, 4733.0, 4714.0, 4703.0, 4746.0, 4724.0, 4736.0, 4733.0, 4703.0, 4744.0, 4714.0, 4714.0, 4746.0, 4713.0, 4722.0, 4714.0, 4702.0, 4743.0, 4691.0, 4734.0, 4735.0, 4714.0, 4735.0, 4704.0, 4733.0, 4745.0, 4691.0, 4737.0, 4726.0, 4713.0, 4744.0, 4715.0, 4737.0, 4746.0, 4716.0, 4745.0, 4714.0, 4723.0, 4715.0, 4713.0, 4725.0, 4739.0, 4738.0, 4730.0, 4741.0, 4742.0, 4753.0, 4755.0, 4743.0, 4752.0, 4787.0, 4771.0, 4740.0, 4759.0, 4725.0, 4734.0, 4735.0, 4726.0, 4746.0, 4742.0, 4733.0, 4732.0, 4701.0, 4721.0, 4707.0, 4709.0, 4743.0, 4691.0, 4721.0, 4701.0, 4719.0, 4732.0, 4688.0, 4721.0, 4714.0, 4700.0, 4743.0, 4688.0, 4720.0, 4732.0, 4700.0, 4755.0, 4714.0, 4723.0, 4705.0, 4704.0, 4733.0, 4712.0, 4717.0, 4757.0, 4705.0, 4723.0, 4716.0, 4715.0, 4745.0, 4732.0, 4729.0, 4759.0, 4713.0, 4734.0, 4714.0, 4703.0, 4746.0, 4705.0, 4744.0, 4711.0, 4737.0, 4717.0, 4715.0, 4726.0, 4730.0, 4771.0, 4728.0, 4758.0, 4728.0, 4749.0, 4736.0, 4716.0, 4771.0, 4750.0, 4748.0, 4745.0, 4726.0, 4736.0, 4704.0, 4738.0, 4736.0, 4722.0, 4734.0, 4703.0, 4733.0, 4701.0, 4712.0, 4736.0, 4714.0, 4746.0, 4702.0, 4713.0, 4724.0, 4717.0, 4759.0, 4723.0, 4733.0, 4713.0, 4724.0, 4747.0, 4716.0, 4746.0, 4724.0, 4737.0, 4715.0, 4728.0, 4759.0, 4735.0, 4738.0, 4746.0, 4703.0, 4734.0, 4714.0, 4724.0, 4745.0, 4713.0, 4736.0, 4713.0, 4733.0, 4715.0, 4712.0, 4755.0, 4731.0, 4724.0, 4743.0, 4703.0, 4731.0, 4702.0, 4699.0, 4744.0, 4733.0, 4720.0, 4712.0, 4702.0, 4733.0, 4700.0, 4713.0, 4726.0, 4703.0, 4746.0, 4704.0, 4725.0, 4713.0, 4725.0, 4756.0, 4745.0, 4746.0, 4724.0, 4713.0, 4713.0, 4714.0, 4746.0, 4712.0, 4725.0, 4747.0, 4712.0, 4746.0, 4691.0, 4723.0, 4713.0, 4724.0, 4704.0, 4722.0, 4725.0, 4714.0, 4744.0, 4702.0, 4742.0, 4702.0, 4725.0, 4725.0, 4738.0, 4737.0, 4746.0, 4725.0, 4753.0, 4759.0, 4718.0, 4739.0, 4737.0, 4729.0, 4761.0, 4744.0, 4746.0, 4724.0, 4734.0, 4735.0, 4710.0, 4731.0, 4684.0, 4728.0, 4697.0, 4707.0, 4728.0, 4687.0, 4718.0, 4685.0, 4707.0, 4687.0, 4696.0, 4728.0, 4685.0, 4727.0, 4677.0, 4718.0, 4729.0, 4684.0, 4716.0, 4677.0, 4699.0, 4728.0, 4674.0, 4718.0, 4688.0, 4687.0, 4688.0, 4685.0, 4729.0, 4687.0, 4709.0, 4731.0, 4700.0, 4721.0, 4689.0, 4709.0, 4702.0, 4701.0, 4745.0, 4701.0, 4722.0, 4756.0, 4701.0, 4736.0, 4713.0, 4725.0, 4725.0, 4705.0, 4746.0, 4724.0, 4714.0, 4743.0, 4700.0, 4722.0, 4721.0, 4692.0, 4733.0, 4700.0, 4711.0, 4715.0, 4690.0, 4744.0, 4704.0, 4723.0, 4715.0, 4702.0, 4742.0, 4723.0, 4726.0, 4717.0, 4716.0, 4747.0, 4714.0, 4714.0, 4727.0, 4704.0, 4733.0, 4703.0, 4736.0, 4715.0, 4726.0, 4770.0, 4725.0, 4734.0, 4724.0, 4715.0, 4756.0, 4743.0, 4712.0, 4748.0, 4732.0, 4730.0, 4712.0, 4711.0, 4732.0, 4701.0, 4721.0, 4724.0, 4702.0, 4734.0, 4710.0, 4734.0, 4704.0, 4702.0, 4748.0, 4723.0, 4725.0, 4725.0, 4705.0, 4745.0, 4711.0, 4736.0, 4738.0, 4703.0, 4757.0, 4715.0, 4736.0, 4716.0, 4726.0, 4758.0, 4734.0, 4734.0, 4738.0, 4724.0, 4746.0, 4704.0, 4747.0, 4747.0, 4715.0, 4745.0, 4712.0, 4734.0, 4726.0, 4701.0, 4745.0, 4724.0, 4723.0, 4715.0, 4704.0, 4743.0, 4714.0, 4726.0, 4768.0, 4714.0, 4733.0, 4722.0, 4737.0, 4717.0, 4714.0, 4760.0, 4736.0, 4735.0, 4735.0, 4714.0, 4747.0, 4723.0, 4736.0, 4760.0, 4712.0, 4736.0, 4721.0, 4724.0, 4717.0, 4714.0, 4757.0, 4734.0, 4733.0, 4725.0, 4714.0, 4755.0, 4723.0, 4745.0, 4737.0, 4713.0, 4745.0, 4721.0, 4731.0, 4743.0, 4710.0, 4731.0, 4723.0, 4723.0, 4725.0, 4699.0, 4734.0, 4714.0, 4734.0, 4753.0, 4721.0, 4735.0, 4713.0, 4721.0, 4757.0, 4702.0, 4725.0, 4716.0, 4734.0, 4717.0, 4714.0, 4747.0, 4714.0, 4736.0, 4739.0, 4716.0, 4742.0, 4733.0, 4733.0, 4736.0, 4699.0, 4742.0, 4722.0, 4712.0, 4745.0, 4701.0, 4722.0, 4723.0, 4714.0, 4745.0, 4713.0, 4721.0, 4715.0, 4703.0, 4733.0, 4709.0, 4733.0, 4727.0, 4727.0, 4747.0, 4713.0, 4725.0, 4724.0, 4726.0, 4749.0, 4723.0, 4746.0, 4756.0, 4725.0, 4738.0, 4714.0, 4724.0, 4738.0, 4715.0, 4735.0, 4724.0, 4723.0, 4725.0, 4704.0, 4734.0, 4724.0, 4725.0, 4745.0, 4721.0, 4724.0, 4725.0, 4723.0, 4747.0, 4704.0, 4734.0, 4746.0, 4732.0, 4746.0, 4705.0, 4734.0, 4715.0, 4734.0, 4727.0, 4717.0, 4739.0, 4735.0, 4747.0, 4727.0, 4727.0, 4761.0, 4757.0, 4739.0, 4758.0, 4715.0, 4756.0, 4703.0, 4735.0, 4726.0, 4726.0, 4748.0, 4715.0, 4726.0, 4702.0, 4735.0, 4728.0, 4716.0, 4760.0, 4742.0, 4735.0, 4733.0, 4735.0, 4717.0, 4715.0, 4749.0, 4725.0, 4737.0, 4737.0, 4737.0, 4739.0, 4716.0, 4758.0, 4738.0, 4737.0, 4737.0, 4703.0, 4746.0, 4724.0, 4715.0, 4744.0, 4730.0, 4734.0, 4722.0, 4700.0, 4734.0, 4724.0, 4723.0, 4724.0, 4702.0, 4734.0, 4702.0, 4743.0, 4716.0, 4711.0, 4745.0, 4714.0, 4725.0, 4726.0, 4714.0, 4738.0, 4727.0, 4742.0, 4760.0, 4715.0, 4747.0, 4737.0, 4736.0, 4739.0, 4727.0, 4760.0, 4746.0, 4738.0, 4737.0, 4703.0, 4736.0, 4736.0, 4735.0, 4747.0, 4712.0, 4727.0, 4722.0, 4747.0, 4729.0, 4716.0, 4748.0, 4744.0, 4746.0, 4736.0, 4725.0, 4755.0, 4716.0, 4749.0, 4746.0, 4716.0, 4747.0, 4715.0, 4736.0, 4744.0, 4717.0, 4748.0, 4742.0, 4723.0, 4723.0, 4712.0, 4715.0, 4713.0, 4744.0, 4732.0, 4735.0, 4724.0, 4726.0, 4759.0, 4717.0, 4750.0, 4736.0, 4726.0, 4717.0, 4716.0, 4748.0, 4734.0, 4736.0, 4757.0, 4712.0, 4745.0, 4712.0, 4735.0, 4713.0, 4714.0, 4756.0, 4715.0, 4726.0, 4742.0, 4735.0, 4736.0, 4728.0, 4728.0, 4740.0, 4745.0, 4754.0, 4753.0, 4739.0, 4751.0, 4718.0, 4740.0, 4757.0, 4725.0, 4746.0, 4740.0, 4712.0, 4722.0, 4689.0, 4724.0, 4722.0, 4701.0, 4732.0, 4692.0, 4721.0, 4701.0, 4715.0, 4767.0, 4737.0, 4733.0, 4712.0, 4724.0, 4715.0, 4711.0, 4756.0, 4714.0, 4747.0, 4724.0, 4746.0, 4719.0, 4729.0, 4730.0, 4718.0, 4742.0, 4731.0, 4771.0, 4729.0, 4750.0, 4737.0, 4749.0, 4782.0, 4737.0, 4746.0, 4714.0, 4748.0, 4721.0, 4723.0, 4756.0, 4720.0, 4732.0, 4722.0, 4709.0, 4740.0, 4687.0, 4720.0, 4701.0, 4709.0, 4702.0, 4689.0, 4742.0, 4705.0, 4722.0, 4705.0, 4723.0, 4732.0, 4724.0, 4715.0, 4703.0, 4744.0, 4725.0, 4732.0, 4756.0, 4722.0, 4723.0, 4727.0, 4714.0, 4711.0, 4714.0, 4716.0, 4748.0, 4745.0, 4726.0, 4747.0, 4693.0, 4735.0, 4714.0, 4726.0, 4716.0, 4713.0, 4744.0, 4703.0, 4728.0, 4747.0, 4713.0, 4733.0, 4721.0, 4722.0, 4703.0, 4721.0, 4714.0, 4714.0, 4756.0, 4713.0, 4746.0, 4724.0, 4746.0, 4757.0, 4713.0, 4745.0, 4723.0, 4712.0, 4702.0, 4701.0, 4744.0, 4702.0, 4723.0, 4712.0, 4722.0, 4715.0, 4703.0, 4745.0, 4703.0, 4736.0, 4757.0, 4701.0, 4742.0, 4722.0, 4711.0, 4732.0, 4689.0, 4710.0, 4703.0, 4688.0, 4730.0, 4701.0, 4721.0, 4703.0, 4689.0, 4730.0, 4703.0, 4713.0, 4723.0, 4702.0, 4745.0, 4713.0, 4747.0, 4714.0, 4749.0, 4729.0, 4714.0, 4747.0, 4726.0, 4736.0, 4756.0, 4704.0, 4745.0, 4736.0, 4711.0, 4733.0, 4700.0, 4703.0, 4715.0, 4702.0, 4746.0, 4721.0, 4732.0, 4713.0, 4723.0, 4745.0, 4714.0, 4736.0, 4726.0, 4735.0, 4727.0, 4714.0, 4758.0, 4737.0, 4735.0, 4746.0, 4726.0, 4737.0, 4713.0, 4747.0, 4725.0, 4736.0, 4747.0, 4715.0, 4737.0, 4703.0, 4737.0, 4737.0, 4737.0, 4745.0, 4724.0, 4755.0, 4706.0, 4736.0, 4714.0, 4735.0, 4736.0, 4715.0, 4716.0, 4703.0, 4733.0, 4722.0, 4724.0, 4724.0, 4702.0, 4733.0, 4700.0, 4712.0, 4703.0, 4712.0, 4716.0, 4692.0, 4734.0, 4712.0, 4723.0, 4712.0, 4724.0, 4716.0, 4727.0, 4727.0, 4724.0, 4715.0, 4703.0, 4745.0, 4722.0, 4733.0, 4724.0, 4701.0, 4722.0, 4700.0, 4722.0, 4743.0, 4691.0, 4732.0, 4711.0, 4721.0, 4702.0, 4702.0, 4744.0, 4715.0, 4725.0, 4724.0, 4733.0, 4743.0, 4704.0, 4734.0, 4747.0, 4723.0, 4756.0, 4704.0, 4737.0, 4722.0, 4722.0, 4743.0, 4723.0, 4722.0, 4714.0, 4704.0, 4733.0, 4703.0, 4711.0, 4753.0, 4732.0, 4723.0, 4727.0, 4702.0, 4732.0, 4714.0, 4723.0, 4745.0, 4711.0, 4725.0, 4704.0, 4703.0, 4744.0, 4713.0, 4745.0, 4727.0, 4727.0, 4717.0, 4726.0, 4759.0, 4738.0, 4737.0, 4759.0, 4744.0, 4746.0, 4725.0, 4733.0, 4756.0, 4743.0, 4746.0, 4737.0, 4724.0, 4744.0, 4702.0, 4733.0, 4715.0, 4732.0, 4716.0, 4713.0, 4745.0, 4722.0, 4732.0, 4727.0, 4703.0, 4745.0, 4723.0, 4732.0, 4714.0, 4701.0, 4756.0, 4712.0, 4743.0, 4717.0, 4735.0, 4727.0, 4715.0, 4735.0, 4723.0, 4734.0, 4736.0, 4711.0, 4746.0, 4735.0, 4735.0, 4735.0, 4721.0, 4735.0, 4711.0, 4732.0, 4726.0, 4702.0, 4734.0, 4703.0, 4732.0, 4713.0, 4744.0, 4726.0, 4714.0, 4757.0, 4714.0, 4734.0, 4735.0, 4706.0, 4745.0, 4723.0, 4724.0, 4706.0, 4701.0, 4734.0, 4713.0, 4732.0, 4743.0, 4690.0, 4722.0, 4708.0, 4721.0, 4704.0, 4712.0, 4743.0, 4712.0, 4731.0, 4714.0, 4725.0, 4757.0, 4741.0, 4734.0, 4725.0, 4704.0, 4732.0, 4713.0, 4720.0, 4746.0, 4723.0, 4724.0, 4714.0, 4692.0, 4732.0, 4702.0, 4735.0, 4706.0, 4693.0, 4736.0, 4705.0, 4734.0, 4726.0, 4715.0, 4746.0, 4723.0, 4736.0, 4724.0, 4726.0, 4747.0, 4715.0, 4746.0, 4725.0, 4722.0, 4745.0, 4702.0, 4733.0, 4734.0, 4722.0, 4743.0, 4720.0, 4732.0, 4712.0, 4711.0, 4744.0, 4712.0, 4734.0, 4713.0, 4736.0, 4714.0, 4723.0, 4756.0, 4712.0, 4734.0, 4725.0, 4732.0, 4742.0, 4703.0, 4724.0, 4735.0, 4725.0, 4743.0, 4703.0, 4722.0, 4703.0, 4723.0, 4715.0, 4716.0, 4746.0, 4716.0, 4736.0, 4716.0, 4716.0, 4758.0, 4756.0, 4735.0, 4746.0, 4713.0, 4733.0, 4711.0, 4722.0, 4744.0, 4702.0, 4723.0, 4713.0, 4733.0, 4714.0, 4712.0, 4736.0, 4704.0, 4735.0, 4716.0, 4734.0, 4715.0, 4712.0, 4729.0, 4704.0, 4757.0, 4746.0, 4727.0, 4715.0, 4749.0, 4740.0, 4728.0, 4726.0, 4713.0, 4715.0, 4713.0, 4736.0, 4722.0, 4713.0, 4734.0, 4698.0, 4709.0, 4699.0, 4722.0, 4733.0, 4693.0, 4723.0, 4703.0, 4721.0, 4713.0, 4703.0, 4727.0, 4715.0, 4747.0, 4716.0, 4735.0, 4716.0, 4702.0, 4737.0, 4716.0, 4744.0, 4747.0, 4702.0, 4725.0, 4714.0, 4722.0, 4736.0, 4702.0, 4735.0, 4715.0, 4733.0, 4715.0, 4703.0, 4734.0, 4724.0, 4733.0, 4736.0, 4722.0, 4736.0, 4702.0, 4722.0, 4715.0, 4734.0, 4717.0, 4723.0, 4734.0, 4711.0, 4733.0, 4735.0, 4702.0, 4723.0, 4713.0, 4722.0, 4723.0, 4681.0, 4720.0, 4711.0, 4734.0, 4745.0, 4703.0, 4724.0, 4705.0, 4724.0, 4718.0, 4716.0, 4736.0, 4717.0, 4747.0, 4715.0, 4748.0, 4732.0, 4739.0, 4749.0, 4720.0, 4761.0, 4717.0, 4748.0, 4741.0, 4740.0, 4750.0, 4727.0, 4756.0, 4738.0, 4736.0, 4760.0, 4738.0, 4740.0, 4761.0, 4736.0, 4745.0, 4758.0, 4735.0, 4737.0, 4724.0, 4735.0, 4700.0, 4725.0, 4712.0, 4730.0, 4723.0, 4689.0, 4721.0, 4709.0, 4709.0, 4711.0, 4707.0, 4718.0, 4688.0, 4709.0, 4687.0, 4722.0, 4703.0, 4700.0, 4700.0, 4724.0, 4703.0, 4716.0, 4704.0, 4736.0, 4716.0, 4702.0, 4734.0, 4722.0, 4712.0, 4723.0, 4703.0, 4721.0, 4702.0, 4710.0, 4723.0, 4719.0, 4704.0, 4702.0, 4722.0, 4702.0, 4735.0, 4735.0, 4724.0, 4734.0, 4704.0, 4724.0, 4713.0, 4723.0, 4736.0, 4703.0, 4726.0, 4714.0, 4736.0, 4704.0, 4712.0, 4736.0, 4724.0, 4723.0, 4726.0, 4713.0, 4726.0, 4711.0, 4711.0, 4735.0, 4703.0, 4725.0, 4703.0, 4722.0, 4705.0, 4693.0, 4715.0, 4717.0, 4726.0, 4726.0, 4705.0, 4726.0, 4713.0, 4725.0, 4737.0, 4706.0, 4727.0, 4725.0, 4735.0, 4728.0, 4703.0, 4736.0, 4738.0, 4737.0, 4739.0, 4695.0, 4726.0, 4725.0, 4715.0, 4739.0, 4706.0, 4725.0, 4724.0, 4733.0, 4735.0, 4703.0, 4728.0, 4726.0, 4725.0, 4727.0, 4706.0, 4725.0, 4704.0, 4713.0, 4725.0, 4706.0, 4727.0, 4715.0, 4726.0, 4718.0, 4716.0, 4728.0, 4719.0, 4730.0, 4717.0, 4738.0, 4727.0, 4717.0, 4738.0, 4726.0, 4737.0, 4739.0, 4729.0, 4737.0, 4704.0, 4736.0, 4724.0, 4726.0, 4739.0, 4713.0, 4714.0, 4722.0, 4724.0, 4726.0, 4705.0, 4723.0, 4724.0, 4714.0, 4714.0, 4703.0, 4734.0, 4713.0, 4734.0, 4725.0, 4715.0, 4735.0, 4712.0, 4724.0, 4725.0, 4706.0, 4726.0, 4724.0, 4725.0, 4725.0, 4704.0, 4727.0, 4715.0, 4714.0, 4704.0, 4692.0, 4723.0, 4712.0, 4726.0, 4716.0, 4714.0, 4718.0, 4704.0, 4727.0, 4728.0, 4705.0, 4729.0, 4736.0, 4725.0, 4726.0, 4724.0, 4728.0, 4703.0, 4725.0, 4718.0, 4736.0, 4716.0, 4725.0, 4727.0, 4703.0, 4727.0, 4727.0, 4740.0, 4746.0, 4726.0, 4737.0, 4706.0, 4737.0, 4747.0, 4715.0, 4726.0, 4735.0, 4711.0, 4724.0, 4691.0, 4711.0, 4735.0, 4712.0, 4715.0, 4691.0, 4723.0, 4713.0, 4701.0, 4713.0, 4712.0, 4735.0, 4714.0, 4704.0, 4735.0, 4713.0, 4733.0, 4747.0, 4703.0, 4716.0, 4712.0, 4714.0, 4727.0, 4713.0, 4724.0, 4736.0, 4703.0, 4725.0, 4712.0, 4723.0, 4725.0, 4701.0, 4724.0, 4713.0, 4713.0, 4703.0, 4691.0, 4713.0, 4702.0, 4722.0, 4727.0, 4691.0, 4714.0, 4702.0, 4734.0, 4726.0, 4702.0, 4727.0, 4725.0, 4732.0, 4717.0, 4715.0, 4727.0, 4703.0, 4725.0, 4737.0, 4704.0, 4716.0, 4710.0, 4711.0, 4713.0, 4691.0, 4723.0, 4704.0, 4724.0, 4716.0, 4701.0, 4725.0, 4702.0, 4736.0, 4738.0, 4716.0, 4727.0, 4705.0, 4725.0, 4716.0, 4716.0, 4728.0, 4735.0, 4724.0, 4715.0, 4704.0, 4727.0, 4716.0, 4730.0, 4716.0, 4715.0, 4717.0, 4705.0, 4735.0, 4726.0, 4740.0, 4749.0, 4716.0, 4738.0, 4713.0, 4736.0, 4747.0, 4716.0, 4726.0, 4723.0, 4716.0, 4725.0, 4692.0, 4724.0, 4705.0, 4704.0, 4714.0, 4692.0, 4726.0, 4711.0, 4714.0, 4715.0, 4704.0, 4725.0, 4715.0, 4713.0, 4714.0, 4700.0, 4724.0, 4715.0, 4716.0, 4706.0, 4703.0, 4724.0, 4715.0, 4726.0, 4728.0, 4718.0, 4727.0, 4717.0, 4738.0, 4727.0, 4728.0, 4750.0, 4717.0, 4729.0, 4727.0, 4738.0, 4728.0, 4728.0, 4737.0, 4750.0, 4730.0, 4736.0, 4715.0, 4728.0, 4704.0, 4725.0, 4735.0, 4708.0, 4726.0, 4724.0, 4716.0, 4725.0, 4693.0, 4724.0, 4717.0, 4716.0, 4725.0, 4705.0, 4725.0, 4703.0, 4725.0, 4714.0, 4729.0, 4729.0, 4728.0, 4730.0, 4729.0, 4749.0, 4717.0, 4751.0, 4752.0, 4728.0, 4749.0, 4716.0, 4749.0, 4735.0, 4736.0, 4748.0, 4716.0, 4739.0, 4716.0, 4736.0, 4725.0, 4739.0, 4748.0, 4706.0, 4727.0, 4719.0, 4741.0, 4730.0, 4740.0, 4730.0, 4740.0, 4741.0, 4740.0, 4759.0, 4729.0, 4749.0, 4716.0, 4738.0, 4748.0, 4714.0, 4716.0, 4713.0, 4712.0, 4713.0, 4694.0, 4714.0, 4711.0, 4716.0, 4701.0, 4713.0, 4714.0, 4704.0, 4724.0, 4707.0, 4729.0, 4715.0, 4735.0, 4726.0, 4716.0, 4737.0, 4714.0, 4725.0, 4712.0, 4715.0, 4728.0, 4706.0, 4727.0, 4723.0, 4725.0, 4713.0, 4716.0, 4726.0, 4718.0, 4727.0, 4707.0, 4726.0, 4715.0, 4727.0, 4738.0, 4707.0, 4725.0, 4713.0, 4724.0, 4715.0, 4725.0, 4716.0, 4706.0, 4728.0, 4705.0, 4727.0, 4714.0, 4729.0, 4727.0, 4735.0, 4735.0, 4725.0, 4727.0, 4716.0, 4727.0, 4727.0, 4724.0, 4738.0, 4713.0, 4725.0, 4710.0, 4715.0, 4700.0, 4715.0, 4725.0, 4704.0, 4725.0, 4701.0, 4725.0, 4725.0, 4713.0, 4724.0, 4692.0, 4712.0, 4701.0, 4713.0, 4723.0, 4703.0, 4713.0, 4722.0, 4700.0, 4723.0, 4681.0, 4712.0, 4715.0, 4713.0, 4715.0, 4704.0, 4725.0, 4704.0, 4736.0, 4715.0, 4727.0, 4727.0], 'WindowWidth': [10459.0, 10444.0, 10379.0, 10395.0, 10354.0, 10340.0, 10384.0, 10329.0, 10344.0, 10324.0, 10324.0, 10319.0, 10338.0, 10376.0, 10314.0, 10356.0, 10329.0, 10345.0, 10385.0, 10312.0, 10345.0, 10368.0, 10329.0, 10345.0, 10323.0, 10343.0, 10337.0, 10312.0, 10344.0, 10331.0, 10311.0, 10384.0, 10337.0, 10369.0, 10342.0, 10358.0, 10352.0, 10357.0, 10358.0, 10391.0, 10396.0, 10361.0, 10382.0, 10344.0, 10346.0, 10358.0, 10294.0, 10340.0, 10350.0, 10294.0, 10333.0, 10305.0, 10314.0, 10346.0, 10286.0, 10317.0, 10325.0, 10336.0, 10346.0, 10291.0, 10337.0, 10311.0, 10335.0, 10369.0, 10317.0, 10355.0, 10326.0, 10307.0, 10373.0, 10324.0, 10362.0, 10377.0, 10296.0, 10341.0, 10322.0, 10334.0, 10358.0, 10320.0, 10339.0, 10328.0, 10293.0, 10350.0, 10307.0, 10337.0, 10390.0, 10317.0, 10353.0, 10317.0, 10358.0, 10321.0, 10337.0, 10382.0, 10361.0, 10346.0, 10376.0, 10350.0, 10340.0, 10357.0, 10293.0, 10338.0, 10345.0, 10330.0, 10373.0, 10308.0, 10345.0, 10330.0, 10315.0, 10384.0, 10338.0, 10361.0, 10337.0, 10370.0, 10356.0, 10342.0, 10419.0, 10380.0, 10366.0, 10382.0, 10338.0, 10365.0, 10378.0, 10328.0, 10376.0, 10343.0, 10323.0, 10367.0, 10307.0, 10347.0, 10329.0, 10316.0, 10369.0, 10324.0, 10355.0, 10330.0, 10314.0, 10375.0, 10347.0, 10362.0, 10357.0, 10312.0, 10370.0, 10327.0, 10326.0, 10375.0, 10325.0, 10338.0, 10328.0, 10310.0, 10368.0, 10296.0, 10357.0, 10360.0, 10333.0, 10359.0, 10317.0, 10356.0, 10375.0, 10297.0, 10368.0, 10350.0, 10328.0, 10371.0, 10333.0, 10369.0, 10376.0, 10339.0, 10379.0, 10330.0, 10343.0, 10337.0, 10329.0, 10349.0, 10377.0, 10375.0, 10366.0, 10381.0, 10384.0, 10400.0, 10409.0, 10390.0, 10404.0, 10453.0, 10423.0, 10379.0, 10399.0, 10345.0, 10358.0, 10360.0, 10350.0, 10376.0, 10366.0, 10356.0, 10352.0, 10306.0, 10334.0, 10310.0, 10315.0, 10365.0, 10295.0, 10333.0, 10307.0, 10328.0, 10350.0, 10286.0, 10337.0, 10329.0, 10304.0, 10365.0, 10288.0, 10332.0, 10351.0, 10305.0, 10387.0, 10330.0, 10341.0, 10318.0, 10315.0, 10358.0, 10328.0, 10342.0, 10393.0, 10319.0, 10344.0, 10335.0, 10334.0, 10376.0, 10355.0, 10362.0, 10399.0, 10328.0, 10356.0, 10328.0, 10313.0, 10376.0, 10323.0, 10373.0, 10326.0, 10367.0, 10337.0, 10338.0, 10353.0, 10365.0, 10422.0, 10358.0, 10398.0, 10357.0, 10389.0, 10367.0, 10342.0, 10421.0, 10390.0, 10383.0, 10376.0, 10352.0, 10364.0, 10316.0, 10367.0, 10366.0, 10342.0, 10358.0, 10314.0, 10354.0, 10308.0, 10326.0, 10364.0, 10331.0, 10375.0, 10311.0, 10331.0, 10343.0, 10341.0, 10401.0, 10344.0, 10355.0, 10329.0, 10344.0, 10378.0, 10336.0, 10378.0, 10344.0, 10366.0, 10333.0, 10355.0, 10398.0, 10363.0, 10371.0, 10376.0, 10315.0, 10360.0, 10329.0, 10346.0, 10376.0, 10330.0, 10361.0, 10328.0, 10354.0, 10330.0, 10325.0, 10387.0, 10354.0, 10345.0, 10368.0, 10312.0, 10349.0, 10310.0, 10304.0, 10369.0, 10356.0, 10334.0, 10325.0, 10310.0, 10354.0, 10306.0, 10327.0, 10351.0, 10317.0, 10374.0, 10317.0, 10348.0, 10329.0, 10347.0, 10394.0, 10376.0, 10374.0, 10342.0, 10326.0, 10327.0, 10329.0, 10375.0, 10325.0, 10344.0, 10378.0, 10325.0, 10371.0, 10293.0, 10340.0, 10325.0, 10344.0, 10316.0, 10338.0, 10347.0, 10330.0, 10369.0, 10311.0, 10363.0, 10311.0, 10348.0, 10350.0, 10373.0, 10369.0, 10377.0, 10345.0, 10382.0, 10401.0, 10342.0, 10375.0, 10367.0, 10356.0, 10404.0, 10370.0, 10375.0, 10340.0, 10355.0, 10356.0, 10313.0, 10341.0, 10272.0, 10334.0, 10291.0, 10305.0, 10334.0, 10278.0, 10318.0, 10271.0, 10302.0, 10274.0, 10290.0, 10332.0, 10271.0, 10331.0, 10265.0, 10319.0, 10335.0, 10268.0, 10315.0, 10261.0, 10295.0, 10334.0, 10259.0, 10320.0, 10281.0, 10277.0, 10280.0, 10274.0, 10339.0, 10280.0, 10310.0, 10343.0, 10300.0, 10328.0, 10284.0, 10311.0, 10305.0, 10307.0, 10370.0, 10307.0, 10337.0, 10386.0, 10306.0, 10357.0, 10326.0, 10343.0, 10343.0, 10316.0, 10373.0, 10341.0, 10328.0, 10365.0, 10303.0, 10333.0, 10332.0, 10292.0, 10351.0, 10304.0, 10320.0, 10328.0, 10292.0, 10367.0, 10313.0, 10340.0, 10332.0, 10311.0, 10365.0, 10337.0, 10345.0, 10337.0, 10336.0, 10378.0, 10328.0, 10330.0, 10349.0, 10314.0, 10354.0, 10315.0, 10364.0, 10333.0, 10353.0, 10416.0, 10347.0, 10359.0, 10344.0, 10332.0, 10388.0, 10366.0, 10325.0, 10379.0, 10348.0, 10345.0, 10322.0, 10319.0, 10351.0, 10306.0, 10334.0, 10345.0, 10312.0, 10355.0, 10319.0, 10356.0, 10316.0, 10311.0, 10379.0, 10343.0, 10346.0, 10346.0, 10318.0, 10373.0, 10324.0, 10364.0, 10369.0, 10316.0, 10392.0, 10333.0, 10364.0, 10335.0, 10350.0, 10398.0, 10360.0, 10360.0, 10367.0, 10345.0, 10376.0, 10316.0, 10379.0, 10380.0, 10334.0, 10373.0, 10325.0, 10358.0, 10348.0, 10310.0, 10376.0, 10345.0, 10341.0, 10333.0, 10318.0, 10371.0, 10331.0, 10350.0, 10409.0, 10331.0, 10356.0, 10339.0, 10365.0, 10338.0, 10331.0, 10403.0, 10363.0, 10360.0, 10361.0, 10330.0, 10379.0, 10343.0, 10364.0, 10400.0, 10327.0, 10362.0, 10338.0, 10344.0, 10339.0, 10333.0, 10396.0, 10357.0, 10358.0, 10347.0, 10332.0, 10389.0, 10342.0, 10377.0, 10364.0, 10327.0, 10371.0, 10335.0, 10349.0, 10368.0, 10323.0, 10351.0, 10340.0, 10338.0, 10343.0, 10304.0, 10356.0, 10329.0, 10356.0, 10385.0, 10337.0, 10358.0, 10325.0, 10338.0, 10390.0, 10312.0, 10347.0, 10337.0, 10358.0, 10339.0, 10331.0, 10379.0, 10330.0, 10363.0, 10372.0, 10338.0, 10369.0, 10354.0, 10355.0, 10360.0, 10305.0, 10366.0, 10339.0, 10327.0, 10370.0, 10309.0, 10338.0, 10340.0, 10329.0, 10372.0, 10327.0, 10340.0, 10332.0, 10313.0, 10355.0, 10319.0, 10357.0, 10352.0, 10355.0, 10381.0, 10330.0, 10349.0, 10345.0, 10351.0, 10384.0, 10346.0, 10381.0, 10392.0, 10348.0, 10366.0, 10329.0, 10346.0, 10367.0, 10334.0, 10361.0, 10345.0, 10341.0, 10345.0, 10317.0, 10359.0, 10343.0, 10349.0, 10374.0, 10337.0, 10344.0, 10345.0, 10344.0, 10379.0, 10317.0, 10361.0, 10377.0, 10353.0, 10375.0, 10318.0, 10360.0, 10333.0, 10361.0, 10357.0, 10340.0, 10371.0, 10364.0, 10382.0, 10355.0, 10356.0, 10407.0, 10396.0, 10371.0, 10396.0, 10334.0, 10389.0, 10315.0, 10360.0, 10348.0, 10351.0, 10380.0, 10333.0, 10349.0, 10314.0, 10363.0, 10353.0, 10338.0, 10402.0, 10368.0, 10359.0, 10355.0, 10360.0, 10338.0, 10334.0, 10387.0, 10349.0, 10368.0, 10369.0, 10370.0, 10373.0, 10338.0, 10399.0, 10370.0, 10366.0, 10367.0, 10316.0, 10376.0, 10344.0, 10334.0, 10372.0, 10347.0, 10356.0, 10339.0, 10306.0, 10357.0, 10342.0, 10341.0, 10342.0, 10310.0, 10357.0, 10313.0, 10371.0, 10336.0, 10326.0, 10377.0, 10332.0, 10347.0, 10352.0, 10332.0, 10370.0, 10356.0, 10383.0, 10405.0, 10336.0, 10381.0, 10367.0, 10368.0, 10373.0, 10356.0, 10403.0, 10378.0, 10369.0, 10367.0, 10316.0, 10364.0, 10363.0, 10365.0, 10381.0, 10328.0, 10351.0, 10339.0, 10381.0, 10357.0, 10339.0, 10384.0, 10374.0, 10380.0, 10364.0, 10352.0, 10393.0, 10339.0, 10387.0, 10378.0, 10337.0, 10380.0, 10334.0, 10365.0, 10374.0, 10342.0, 10382.0, 10366.0, 10342.0, 10341.0, 10328.0, 10335.0, 10331.0, 10376.0, 10355.0, 10363.0, 10346.0, 10353.0, 10399.0, 10340.0, 10390.0, 10364.0, 10350.0, 10339.0, 10334.0, 10381.0, 10358.0, 10366.0, 10395.0, 10328.0, 10374.0, 10326.0, 10361.0, 10327.0, 10331.0, 10392.0, 10333.0, 10349.0, 10367.0, 10361.0, 10364.0, 10360.0, 10360.0, 10380.0, 10395.0, 10404.0, 10397.0, 10375.0, 10391.0, 10344.0, 10377.0, 10394.0, 10349.0, 10374.0, 10359.0, 10325.0, 10335.0, 10288.0, 10340.0, 10338.0, 10307.0, 10350.0, 10293.0, 10334.0, 10307.0, 10333.0, 10411.0, 10365.0, 10356.0, 10327.0, 10344.0, 10333.0, 10327.0, 10390.0, 10331.0, 10380.0, 10346.0, 10380.0, 10344.0, 10363.0, 10364.0, 10343.0, 10381.0, 10364.0, 10420.0, 10362.0, 10391.0, 10369.0, 10388.0, 10436.0, 10366.0, 10375.0, 10328.0, 10377.0, 10334.0, 10338.0, 10385.0, 10330.0, 10347.0, 10335.0, 10313.0, 10356.0, 10281.0, 10329.0, 10305.0, 10314.0, 10308.0, 10288.0, 10364.0, 10315.0, 10339.0, 10318.0, 10342.0, 10352.0, 10342.0, 10331.0, 10313.0, 10371.0, 10346.0, 10353.0, 10388.0, 10335.0, 10341.0, 10346.0, 10327.0, 10321.0, 10330.0, 10338.0, 10386.0, 10374.0, 10347.0, 10375.0, 10300.0, 10358.0, 10328.0, 10346.0, 10332.0, 10325.0, 10368.0, 10314.0, 10353.0, 10378.0, 10325.0, 10349.0, 10334.0, 10337.0, 10310.0, 10334.0, 10331.0, 10334.0, 10390.0, 10330.0, 10375.0, 10344.0, 10377.0, 10392.0, 10328.0, 10370.0, 10337.0, 10322.0, 10308.0, 10307.0, 10368.0, 10309.0, 10341.0, 10326.0, 10337.0, 10331.0, 10313.0, 10372.0, 10315.0, 10362.0, 10390.0, 10310.0, 10363.0, 10336.0, 10317.0, 10347.0, 10286.0, 10317.0, 10309.0, 10285.0, 10344.0, 10305.0, 10334.0, 10310.0, 10289.0, 10346.0, 10311.0, 10326.0, 10338.0, 10310.0, 10371.0, 10327.0, 10379.0, 10331.0, 10385.0, 10356.0, 10331.0, 10378.0, 10347.0, 10363.0, 10390.0, 10317.0, 10372.0, 10359.0, 10319.0, 10350.0, 10303.0, 10312.0, 10329.0, 10312.0, 10372.0, 10334.0, 10351.0, 10325.0, 10340.0, 10374.0, 10332.0, 10362.0, 10349.0, 10362.0, 10351.0, 10332.0, 10396.0, 10366.0, 10361.0, 10376.0, 10347.0, 10365.0, 10329.0, 10379.0, 10348.0, 10364.0, 10379.0, 10333.0, 10365.0, 10316.0, 10366.0, 10367.0, 10365.0, 10373.0, 10343.0, 10385.0, 10320.0, 10362.0, 10331.0, 10360.0, 10361.0, 10331.0, 10333.0, 10312.0, 10356.0, 10339.0, 10343.0, 10342.0, 10309.0, 10351.0, 10305.0, 10324.0, 10312.0, 10324.0, 10330.0, 10294.0, 10355.0, 10323.0, 10340.0, 10324.0, 10344.0, 10339.0, 10355.0, 10349.0, 10343.0, 10330.0, 10313.0, 10371.0, 10338.0, 10355.0, 10340.0, 10306.0, 10335.0, 10303.0, 10334.0, 10364.0, 10293.0, 10348.0, 10319.0, 10333.0, 10309.0, 10309.0, 10369.0, 10331.0, 10346.0, 10343.0, 10353.0, 10368.0, 10314.0, 10358.0, 10377.0, 10342.0, 10387.0, 10314.0, 10361.0, 10337.0, 10336.0, 10367.0, 10341.0, 10339.0, 10328.0, 10314.0, 10354.0, 10312.0, 10321.0, 10383.0, 10352.0, 10340.0, 10349.0, 10310.0, 10353.0, 10326.0, 10340.0, 10373.0, 10320.0, 10345.0, 10315.0, 10313.0, 10371.0, 10329.0, 10378.0, 10352.0, 10352.0, 10341.0, 10351.0, 10399.0, 10368.0, 10369.0, 10397.0, 10370.0, 10375.0, 10345.0, 10354.0, 10388.0, 10369.0, 10376.0, 10361.0, 10341.0, 10368.0, 10309.0, 10353.0, 10333.0, 10357.0, 10335.0, 10328.0, 10373.0, 10339.0, 10354.0, 10352.0, 10316.0, 10372.0, 10340.0, 10351.0, 10328.0, 10309.0, 10390.0, 10326.0, 10370.0, 10338.0, 10362.0, 10353.0, 10334.0, 10363.0, 10342.0, 10357.0, 10361.0, 10325.0, 10377.0, 10362.0, 10360.0, 10358.0, 10336.0, 10358.0, 10321.0, 10350.0, 10348.0, 10312.0, 10355.0, 10314.0, 10354.0, 10326.0, 10371.0, 10352.0, 10330.0, 10392.0, 10330.0, 10358.0, 10360.0, 10319.0, 10374.0, 10339.0, 10341.0, 10319.0, 10306.0, 10354.0, 10325.0, 10352.0, 10365.0, 10291.0, 10335.0, 10314.0, 10334.0, 10315.0, 10327.0, 10369.0, 10324.0, 10351.0, 10331.0, 10347.0, 10394.0, 10364.0, 10358.0, 10345.0, 10314.0, 10353.0, 10325.0, 10332.0, 10374.0, 10339.0, 10340.0, 10328.0, 10296.0, 10351.0, 10311.0, 10360.0, 10321.0, 10300.0, 10362.0, 10317.0, 10359.0, 10348.0, 10335.0, 10377.0, 10341.0, 10362.0, 10343.0, 10349.0, 10379.0, 10336.0, 10378.0, 10344.0, 10338.0, 10371.0, 10310.0, 10352.0, 10356.0, 10341.0, 10368.0, 10333.0, 10350.0, 10321.0, 10320.0, 10369.0, 10327.0, 10357.0, 10327.0, 10360.0, 10329.0, 10342.0, 10389.0, 10329.0, 10357.0, 10344.0, 10350.0, 10366.0, 10311.0, 10341.0, 10359.0, 10343.0, 10366.0, 10312.0, 10338.0, 10312.0, 10341.0, 10334.0, 10337.0, 10377.0, 10336.0, 10364.0, 10337.0, 10337.0, 10395.0, 10392.0, 10361.0, 10375.0, 10325.0, 10352.0, 10320.0, 10336.0, 10368.0, 10312.0, 10338.0, 10324.0, 10352.0, 10328.0, 10325.0, 10362.0, 10317.0, 10362.0, 10333.0, 10358.0, 10333.0, 10328.0, 10354.0, 10318.0, 10395.0, 10377.0, 10352.0, 10333.0, 10387.0, 10373.0, 10356.0, 10347.0, 10326.0, 10329.0, 10326.0, 10360.0, 10336.0, 10325.0, 10353.0, 10296.0, 10314.0, 10298.0, 10334.0, 10350.0, 10296.0, 10340.0, 10308.0, 10335.0, 10324.0, 10311.0, 10348.0, 10333.0, 10379.0, 10335.0, 10359.0, 10335.0, 10311.0, 10362.0, 10334.0, 10371.0, 10375.0, 10311.0, 10344.0, 10327.0, 10337.0, 10358.0, 10312.0, 10358.0, 10329.0, 10352.0, 10330.0, 10311.0, 10357.0, 10341.0, 10355.0, 10359.0, 10338.0, 10357.0, 10308.0, 10338.0, 10330.0, 10358.0, 10335.0, 10339.0, 10355.0, 10321.0, 10352.0, 10357.0, 10311.0, 10339.0, 10324.0, 10333.0, 10336.0, 10277.0, 10330.0, 10320.0, 10359.0, 10372.0, 10315.0, 10344.0, 10316.0, 10344.0, 10342.0, 10340.0, 10364.0, 10339.0, 10380.0, 10335.0, 10385.0, 10367.0, 10374.0, 10385.0, 10346.0, 10407.0, 10342.0, 10386.0, 10378.0, 10378.0, 10389.0, 10352.0, 10389.0, 10369.0, 10364.0, 10403.0, 10372.0, 10376.0, 10406.0, 10365.0, 10375.0, 10396.0, 10360.0, 10363.0, 10340.0, 10357.0, 10306.0, 10341.0, 10321.0, 10344.0, 10335.0, 10285.0, 10330.0, 10309.0, 10310.0, 10314.0, 10308.0, 10323.0, 10282.0, 10314.0, 10282.0, 10336.0, 10308.0, 10304.0, 10306.0, 10344.0, 10310.0, 10332.0, 10314.0, 10364.0, 10334.0, 10311.0, 10355.0, 10336.0, 10321.0, 10338.0, 10309.0, 10333.0, 10306.0, 10318.0, 10337.0, 10328.0, 10311.0, 10307.0, 10338.0, 10310.0, 10358.0, 10358.0, 10343.0, 10357.0, 10315.0, 10342.0, 10325.0, 10339.0, 10360.0, 10313.0, 10345.0, 10328.0, 10358.0, 10315.0, 10323.0, 10358.0, 10341.0, 10341.0, 10346.0, 10324.0, 10344.0, 10319.0, 10321.0, 10356.0, 10314.0, 10344.0, 10311.0, 10336.0, 10316.0, 10298.0, 10331.0, 10336.0, 10348.0, 10348.0, 10317.0, 10347.0, 10325.0, 10344.0, 10366.0, 10322.0, 10350.0, 10346.0, 10359.0, 10352.0, 10313.0, 10360.0, 10366.0, 10364.0, 10366.0, 10304.0, 10348.0, 10344.0, 10332.0, 10369.0, 10321.0, 10345.0, 10342.0, 10355.0, 10359.0, 10312.0, 10351.0, 10349.0, 10347.0, 10348.0, 10318.0, 10344.0, 10313.0, 10327.0, 10346.0, 10323.0, 10350.0, 10331.0, 10348.0, 10338.0, 10335.0, 10355.0, 10345.0, 10360.0, 10339.0, 10368.0, 10351.0, 10339.0, 10368.0, 10351.0, 10366.0, 10369.0, 10355.0, 10364.0, 10317.0, 10362.0, 10344.0, 10349.0, 10369.0, 10325.0, 10329.0, 10337.0, 10342.0, 10348.0, 10320.0, 10343.0, 10342.0, 10327.0, 10328.0, 10310.0, 10356.0, 10328.0, 10359.0, 10346.0, 10331.0, 10359.0, 10325.0, 10342.0, 10347.0, 10322.0, 10349.0, 10342.0, 10344.0, 10345.0, 10313.0, 10350.0, 10329.0, 10326.0, 10315.0, 10295.0, 10340.0, 10324.0, 10349.0, 10334.0, 10327.0, 10337.0, 10316.0, 10350.0, 10351.0, 10317.0, 10355.0, 10358.0, 10344.0, 10345.0, 10341.0, 10351.0, 10311.0, 10344.0, 10341.0, 10362.0, 10334.0, 10344.0, 10349.0, 10315.0, 10352.0, 10352.0, 10374.0, 10377.0, 10348.0, 10366.0, 10321.0, 10364.0, 10380.0, 10334.0, 10347.0, 10356.0, 10318.0, 10339.0, 10289.0, 10318.0, 10355.0, 10320.0, 10328.0, 10291.0, 10337.0, 10324.0, 10306.0, 10328.0, 10323.0, 10356.0, 10328.0, 10315.0, 10360.0, 10325.0, 10357.0, 10380.0, 10313.0, 10332.0, 10324.0, 10329.0, 10349.0, 10325.0, 10345.0, 10358.0, 10309.0, 10343.0, 10321.0, 10338.0, 10343.0, 10308.0, 10344.0, 10324.0, 10323.0, 10310.0, 10292.0, 10325.0, 10309.0, 10337.0, 10348.0, 10293.0, 10329.0, 10309.0, 10354.0, 10344.0, 10309.0, 10351.0, 10345.0, 10352.0, 10334.0, 10330.0, 10349.0, 10312.0, 10344.0, 10362.0, 10315.0, 10331.0, 10317.0, 10320.0, 10325.0, 10292.0, 10341.0, 10315.0, 10341.0, 10333.0, 10309.0, 10346.0, 10311.0, 10363.0, 10367.0, 10334.0, 10351.0, 10317.0, 10346.0, 10334.0, 10332.0, 10355.0, 10358.0, 10343.0, 10331.0, 10316.0, 10350.0, 10332.0, 10359.0, 10335.0, 10332.0, 10338.0, 10319.0, 10361.0, 10350.0, 10374.0, 10381.0, 10335.0, 10368.0, 10327.0, 10361.0, 10377.0, 10336.0, 10348.0, 10338.0, 10330.0, 10342.0, 10294.0, 10339.0, 10315.0, 10316.0, 10327.0, 10295.0, 10344.0, 10321.0, 10329.0, 10331.0, 10314.0, 10344.0, 10329.0, 10325.0, 10327.0, 10305.0, 10342.0, 10330.0, 10334.0, 10319.0, 10313.0, 10343.0, 10330.0, 10348.0, 10354.0, 10342.0, 10352.0, 10338.0, 10367.0, 10351.0, 10356.0, 10387.0, 10341.0, 10356.0, 10351.0, 10368.0, 10353.0, 10350.0, 10366.0, 10384.0, 10357.0, 10361.0, 10330.0, 10352.0, 10315.0, 10346.0, 10358.0, 10326.0, 10347.0, 10342.0, 10333.0, 10345.0, 10298.0, 10343.0, 10335.0, 10336.0, 10344.0, 10316.0, 10344.0, 10313.0, 10346.0, 10331.0, 10359.0, 10355.0, 10353.0, 10362.0, 10357.0, 10386.0, 10339.0, 10392.0, 10392.0, 10355.0, 10383.0, 10336.0, 10382.0, 10360.0, 10364.0, 10382.0, 10333.0, 10369.0, 10333.0, 10362.0, 10346.0, 10368.0, 10383.0, 10321.0, 10350.0, 10344.0, 10375.0, 10361.0, 10377.0, 10361.0, 10377.0, 10379.0, 10377.0, 10396.0, 10357.0, 10383.0, 10336.0, 10367.0, 10380.0, 10329.0, 10330.0, 10322.0, 10321.0, 10321.0, 10297.0, 10324.0, 10319.0, 10328.0, 10303.0, 10322.0, 10325.0, 10313.0, 10343.0, 10322.0, 10353.0, 10332.0, 10358.0, 10347.0, 10335.0, 10364.0, 10326.0, 10343.0, 10322.0, 10331.0, 10350.0, 10321.0, 10349.0, 10337.0, 10343.0, 10326.0, 10332.0, 10346.0, 10339.0, 10349.0, 10320.0, 10348.0, 10330.0, 10349.0, 10365.0, 10323.0, 10346.0, 10325.0, 10342.0, 10328.0, 10344.0, 10332.0, 10319.0, 10351.0, 10317.0, 10349.0, 10330.0, 10356.0, 10349.0, 10359.0, 10360.0, 10347.0, 10351.0, 10334.0, 10349.0, 10347.0, 10344.0, 10364.0, 10322.0, 10343.0, 10315.0, 10327.0, 10303.0, 10330.0, 10345.0, 10312.0, 10343.0, 10307.0, 10344.0, 10340.0, 10324.0, 10340.0, 10292.0, 10322.0, 10302.0, 10322.0, 10337.0, 10310.0, 10325.0, 10335.0, 10301.0, 10335.0, 10276.0, 10319.0, 10329.0, 10327.0, 10329.0, 10313.0, 10344.0, 10314.0, 10360.0, 10331.0, 10352.0, 10351.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.0006846526655896606</td></tr>
<tr><td colspan=3>aqi</td><td>0.021108533710285406</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.818564930926705</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2191679544234924</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0046049975269398</td></tr>
<tr><td colspan=3>efc</td><td>0.4804</td></tr>
<tr><td colspan=3>fber</td><td>6468.769</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07714671781039836</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.938610662358643</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2946027790971075</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3075656722560742</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.440961032712045</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1352816323232036</td></tr>
<tr><td colspan=3>gcor</td><td>0.00941547</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011645001359283924</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024814294651150703</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1857</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.206407486086404</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.3848</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.8194</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.9213</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297288.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>949.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.5618</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9734</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>608.5029</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3964.5688</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1650.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5161.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.5501</td></tr>
<tr><td colspan=3>tsnr</td><td>42.28276712587103</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>