<?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-0004_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-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_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-0004/figures/sub-0004_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004/ses-02/func/sub-0004_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>44a65569081d6752a70e5f7c226f0687</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>10:28:1.487500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99988, 0.00678569, -0.0139418, -0.00558445, 0.996411, 0.0844624]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0891184</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7748, -7256, 580, -93, -151, 46, 108]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>222.625</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e5d0a141-efa2-4b29-a4dd-b4c9b3e3e057||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826043128967285, -0.014982668682932854, -0.039055146276950836, 111.86400604248047], [-0.01820550300180912, 2.673297882080078, 0.22781087458133698, -103.58810424804688], [-0.03740474954247475, -0.22660645842552185, 2.6900887489318848, -32.05398178100586], [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, 1857]</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], 'AcquisitionTime': ['102801.487500', '102801.947500', '102802.407500', '102802.867500', '102803.327500', '102803.787500', '102804.247500', '102804.707500', '102805.167500', '102805.627500', '102806.087500', '102806.547500', '102807.007500', '102807.467500', '102807.927500', '102808.387500', '102808.847500', '102809.307500', '102809.767500', '102810.227500', '102810.687500', '102811.147500', '102811.607500', '102812.067500', '102812.527500', '102812.987500', '102813.447500', '102813.907500', '102814.367500', '102814.827500', '102815.287500', '102815.747500', '102816.207500', '102816.667500', '102817.127500', '102817.587500', '102818.047500', '102818.507500', '102818.967500', '102819.427500', '102819.887500', '102820.347500', '102820.807500', '102821.267500', '102821.727500', '102822.187500', '102822.647500', '102823.107500', '102823.567500', '102824.027500', '102824.487500', '102824.947500', '102825.407500', '102825.867500', '102826.327500', '102826.787500', '102827.247500', '102827.707500', '102828.167500', '102828.627500', '102829.087500', '102829.547500', '102830.007500', '102830.467500', '102830.927500', '102831.387500', '102831.847500', '102832.307500', '102832.767500', '102833.227500', '102833.687500', '102834.147500', '102834.607500', '102835.067500', '102835.527500', '102835.987500', '102836.447500', '102836.907500', '102837.367500', '102837.827500', '102838.287500', '102838.747500', '102839.207500', '102839.667500', '102840.127500', '102840.587500', '102841.047500', '102841.507500', '102841.967500', '102842.427500', '102842.887500', '102843.347500', '102843.807500', '102844.267500', '102844.727500', '102845.187500', '102845.647500', '102846.107500', '102846.567500', '102847.027500', '102847.487500', '102847.947500', '102848.407500', '102848.867500', '102849.327500', '102849.787500', '102850.247500', '102850.707500', '102851.167500', '102851.627500', '102852.087500', '102852.547500', '102853.007500', '102853.467500', '102853.927500', '102854.387500', '102854.847500', '102855.307500', '102855.767500', '102856.227500', '102856.687500', '102857.147500', '102857.607500', '102858.067500', '102858.527500', '102858.987500', '102859.447500', '102859.907500', '102900.367500', '102900.827500', '102901.287500', '102901.747500', '102902.207500', '102902.667500', '102903.127500', '102903.587500', '102904.047500', '102904.507500', '102904.967500', '102905.427500', '102905.887500', '102906.347500', '102906.807500', '102907.267500', '102907.727500', '102908.187500', '102908.647500', '102909.107500', '102909.567500', '102910.027500', '102910.487500', '102910.947500', '102911.407500', '102911.867500', '102912.327500', '102912.787500', '102913.247500', '102913.707500', '102914.167500', '102914.627500', '102915.087500', '102915.547500', '102916.007500', '102916.467500', '102916.927500', '102917.387500', '102917.847500', '102918.307500', '102918.767500', '102919.227500', '102919.687500', '102920.147500', '102920.607500', '102921.067500', '102921.527500', '102921.987500', '102922.447500', '102922.907500', '102923.367500', '102923.827500', '102924.287500', '102924.747500', '102925.207500', '102925.667500', '102926.127500', '102926.587500', '102927.047500', '102927.507500', '102927.967500', '102928.427500', '102928.887500', '102929.347500', '102929.807500', '102930.267500', '102930.727500', '102931.187500', '102931.647500', '102932.107500', '102932.567500', '102933.027500', '102933.487500', '102933.947500', '102934.407500', '102934.867500', '102935.327500', '102935.787500', '102936.247500', '102936.707500', '102937.167500', '102937.627500', '102938.087500', '102938.547500', '102939.007500', '102939.467500', '102939.927500', '102940.387500', '102940.847500', '102941.307500', '102941.767500', '102942.227500', '102942.687500', '102943.147500', '102943.607500', '102944.067500', '102944.527500', '102944.987500', '102945.447500', '102945.907500', '102946.367500', '102946.827500', '102947.287500', '102947.747500', '102948.207500', '102948.667500', '102949.127500', '102949.587500', '102950.047500', '102950.507500', '102950.967500', '102951.427500', '102951.887500', '102952.347500', '102952.807500', '102953.267500', '102953.727500', '102954.187500', '102954.647500', '102955.107500', '102955.567500', '102956.027500', '102956.487500', '102956.947500', '102957.407500', '102957.867500', '102958.327500', '102958.787500', '102959.247500', '102959.707500', '103000.167500', '103000.627500', '103001.087500', '103001.547500', '103002.007500', '103002.467500', '103002.927500', '103003.387500', '103003.847500', '103004.307500', '103004.767500', '103005.227500', '103005.687500', '103006.147500', '103006.607500', '103007.067500', '103007.527500', '103007.987500', '103008.447500', '103008.907500', '103009.367500', '103009.827500', '103010.287500', '103010.747500', '103011.207500', '103011.667500', '103012.127500', '103012.587500', '103013.047500', '103013.507500', '103013.967500', '103014.427500', '103014.887500', '103015.347500', '103015.807500', '103016.267500', '103016.727500', '103017.187500', '103017.647500', '103018.107500', '103018.567500', '103019.027500', '103019.487500', '103019.947500', '103020.407500', '103020.867500', '103021.327500', '103021.787500', '103022.247500', '103022.707500', '103023.167500', '103023.627500', '103024.087500', '103024.547500', '103025.007500', '103025.467500', '103025.927500', '103026.387500', '103026.847500', '103027.307500', '103027.767500', '103028.227500', '103028.687500', '103029.147500', '103029.607500', '103030.067500', '103030.527500', '103030.987500', '103031.447500', '103031.907500', '103032.367500', '103032.827500', '103033.287500', '103033.747500', '103034.207500', '103034.667500', '103035.127500', '103035.587500', '103036.047500', '103036.507500', '103036.967500', '103037.427500', '103037.887500', '103038.347500', '103038.807500', '103039.267500', '103039.727500', '103040.187500', '103040.647500', '103041.107500', '103041.567500', '103042.027500', '103042.487500', '103042.947500', '103043.407500', '103043.867500', '103044.327500', '103044.787500', '103045.247500', '103045.707500', '103046.167500', '103046.627500', '103047.087500', '103047.547500', '103048.007500', '103048.467500', '103048.927500', '103049.387500', '103049.847500', '103050.307500', '103050.767500', '103051.227500', '103051.687500', '103052.147500', '103052.607500', '103053.067500', '103053.527500', '103053.987500', '103054.447500', '103054.907500', '103055.367500', '103055.827500', '103056.287500', '103056.747500', '103057.207500', '103057.667500', '103058.127500', '103058.587500', '103059.047500', '103059.507500', '103059.967500', '103100.427500', '103100.887500', '103101.347500', '103101.807500', '103102.267500', '103102.727500', '103103.187500', '103103.647500', '103104.107500', '103104.567500', '103105.027500', '103105.487500', '103105.947500', '103106.407500', '103106.867500', '103107.327500', '103107.787500', '103108.247500', '103108.707500', '103109.167500', '103109.627500', '103110.087500', '103110.547500', '103111.007500', '103111.467500', '103111.927500', '103112.387500', '103112.847500', '103113.307500', '103113.767500', '103114.227500', '103114.687500', '103115.147500', '103115.607500', '103116.067500', '103116.527500', '103116.987500', '103117.447500', '103117.907500', '103118.367500', '103118.827500', '103119.287500', '103119.747500', '103120.207500', '103120.667500', '103121.127500', '103121.587500', '103122.047500', '103122.507500', '103122.967500', '103123.427500', '103123.887500', '103124.347500', '103124.807500', '103125.267500', '103125.727500', '103126.187500', '103126.647500', '103127.107500', '103127.567500', '103128.027500', '103128.487500', '103128.947500', '103129.407500', '103129.867500', '103130.327500', '103130.787500', '103131.247500', '103131.707500', '103132.167500', '103132.627500', '103133.087500', '103133.547500', '103134.007500', '103134.467500', '103134.927500', '103135.387500', '103135.847500', '103136.307500', '103136.767500', '103137.227500', '103137.687500', '103138.147500', '103138.607500', '103139.067500', '103139.527500', '103139.987500', '103140.447500', '103140.907500', '103141.367500', '103141.827500', '103142.287500', '103142.747500', '103143.207500', '103143.667500', '103144.127500', '103144.587500', '103145.047500', '103145.507500', '103145.967500', '103146.427500', '103146.887500', '103147.347500', '103147.807500', '103148.267500', '103148.727500', '103149.187500', '103149.647500', '103150.107500', '103150.567500', '103151.027500', '103151.487500', '103151.947500', '103152.407500', '103152.867500', '103153.327500', '103153.787500', '103154.247500', '103154.707500', '103155.167500', '103155.627500', '103156.087500', '103156.547500', '103157.007500', '103157.467500', '103157.927500', '103158.387500', '103158.847500', '103159.307500', '103159.767500', '103200.227500', '103200.687500', '103201.147500', '103201.607500', '103202.067500', '103202.527500', '103202.987500', '103203.447500', '103203.907500', '103204.367500', '103204.827500', '103205.287500', '103205.747500', '103206.207500', '103206.667500', '103207.127500', '103207.587500', '103208.047500', '103208.507500', '103208.967500', '103209.427500', '103209.887500', '103210.347500', '103210.807500', '103211.267500', '103211.727500', '103212.187500', '103212.647500', '103213.107500', '103213.567500', '103214.027500', '103214.487500', '103214.947500', '103215.407500', '103215.867500', '103216.327500', '103216.787500', '103217.247500', '103217.707500', '103218.167500', '103218.627500', '103219.087500', '103219.547500', '103220.007500', '103220.467500', '103220.927500', '103221.387500', '103221.847500', '103222.307500', '103222.767500', '103223.227500', '103223.687500', '103224.147500', '103224.607500', '103225.067500', '103225.527500', '103225.987500', '103226.447500', '103226.907500', '103227.367500', '103227.827500', '103228.287500', '103228.747500', '103229.207500', '103229.667500', '103230.127500', '103230.587500', '103231.047500', '103231.507500', '103231.967500', '103232.427500', '103232.887500', '103233.347500', '103233.807500', '103234.267500', '103234.727500', '103235.187500', '103235.647500', '103236.107500', '103236.567500', '103237.027500', '103237.487500', '103237.947500', '103238.407500', '103238.867500', '103239.327500', '103239.787500', '103240.247500', '103240.707500', '103241.167500', '103241.627500', '103242.087500', '103242.547500', '103243.007500', '103243.467500', '103243.927500', '103244.387500', '103244.847500', '103245.307500', '103245.767500', '103246.227500', '103246.687500', '103247.147500', '103247.607500', '103248.067500', '103248.527500', '103248.987500', '103249.447500', '103249.907500', '103250.367500', '103250.827500', '103251.287500', '103251.747500', '103252.207500', '103252.667500', '103253.127500', '103253.587500', '103254.047500', '103254.507500', '103254.967500', '103255.427500', '103255.887500', '103256.347500', '103256.807500', '103257.267500', '103257.727500', '103258.187500', '103258.647500', '103259.107500', '103259.567500', '103300.027500', '103300.487500', '103300.947500', '103301.407500', '103301.867500', '103302.327500', '103302.787500', '103303.247500', '103303.707500', '103304.167500', '103304.627500', '103305.087500', '103305.547500', '103306.007500', '103306.467500', '103306.927500', '103307.387500', '103307.847500', '103308.307500', '103308.767500', '103309.227500', '103309.687500', '103310.147500', '103310.607500', '103311.067500', '103311.527500', '103311.987500', '103312.447500', '103312.907500', '103313.367500', '103313.827500', '103314.287500', '103314.747500', '103315.207500', '103315.667500', '103316.127500', '103316.587500', '103317.047500', '103317.507500', '103317.967500', '103318.427500', '103318.887500', '103319.347500', '103319.807500', '103320.267500', '103320.727500', '103321.187500', '103321.647500', '103322.107500', '103322.567500', '103323.027500', '103323.487500', '103323.947500', '103324.407500', '103324.867500', '103325.327500', '103325.787500', '103326.247500', '103326.707500', '103327.167500', '103327.627500', '103328.087500', '103328.547500', '103329.007500', '103329.467500', '103329.927500', '103330.387500', '103330.847500', '103331.307500', '103331.767500', '103332.227500', '103332.687500', '103333.147500', '103333.607500', '103334.067500', '103334.527500', '103334.987500', '103335.447500', '103335.907500', '103336.367500', '103336.827500', '103337.287500', '103337.747500', '103338.207500', '103338.667500', '103339.127500', '103339.587500', '103340.047500', '103340.507500', '103340.967500', '103341.427500', '103341.887500', '103342.347500', '103342.807500', '103343.267500', '103343.727500', '103344.187500', '103344.647500', '103345.107500', '103345.567500', '103346.027500', '103346.487500', '103346.947500', '103347.407500', '103347.867500', '103348.327500', '103348.787500', '103349.247500', '103349.707500', '103350.167500', '103350.627500', '103351.087500', '103351.547500', '103352.007500', '103352.467500', '103352.927500', '103353.387500', '103353.847500', '103354.307500', '103354.767500', '103355.227500', '103355.687500', '103356.147500', '103356.607500', '103357.067500', '103357.527500', '103357.987500', '103358.447500', '103358.907500', '103359.367500', '103359.827500', '103400.287500', '103400.747500', '103401.207500', '103401.667500', '103402.127500', '103402.587500', '103403.047500', '103403.507500', '103403.967500', '103404.427500', '103404.887500', '103405.347500', '103405.807500', '103406.267500', '103406.727500', '103407.187500', '103407.647500', '103408.107500', '103408.567500', '103409.027500', '103409.487500', '103409.947500', '103410.407500', '103410.867500', '103411.327500', '103411.787500', '103412.247500', '103412.707500', '103413.167500', '103413.627500', '103414.087500', '103414.547500', '103415.007500', '103415.467500', '103415.927500', '103416.387500', '103416.847500', '103417.307500', '103417.767500', '103418.227500', '103418.687500', '103419.147500', '103419.607500', '103420.067500', '103420.527500', '103420.987500', '103421.447500', '103421.907500', '103422.367500', '103422.827500', '103423.287500', '103423.747500', '103424.207500', '103424.667500', '103425.127500', '103425.587500', '103426.047500', '103426.507500', '103426.967500', '103427.427500', '103427.887500', '103428.347500', '103428.807500', '103429.267500', '103429.727500', '103430.187500', '103430.647500', '103431.107500', '103431.567500', '103432.027500', '103432.487500', '103432.947500', '103433.407500', '103433.867500', '103434.327500', '103434.787500', '103435.247500', '103435.707500', '103436.167500', '103436.627500', '103437.087500', '103437.547500', '103438.007500', '103438.467500', '103438.927500', '103439.387500', '103439.847500', '103440.307500', '103440.767500', '103441.227500', '103441.687500', '103442.147500', '103442.607500', '103443.067500', '103443.527500', '103443.987500', '103444.447500', '103444.907500', '103445.367500', '103445.827500', '103446.287500', '103446.747500', '103447.207500', '103447.667500', '103448.127500', '103448.587500', '103449.047500', '103449.507500', '103449.967500', '103450.427500', '103450.887500', '103451.347500', '103451.807500', '103452.267500', '103452.727500', '103453.187500', '103453.647500', '103454.107500', '103454.567500', '103455.027500', '103455.487500', '103455.947500', '103456.407500', '103456.867500', '103457.327500', '103457.787500', '103458.247500', '103458.707500', '103459.167500', '103459.627500', '103500.087500', '103500.547500', '103501.007500', '103501.467500', '103501.927500', '103502.387500', '103502.847500', '103503.307500', '103503.767500', '103504.227500', '103504.687500', '103505.147500', '103505.607500', '103506.067500', '103506.527500', '103506.987500', '103507.447500', '103507.907500', '103508.367500', '103508.827500', '103509.287500', '103509.747500', '103510.207500', '103510.667500', '103511.127500', '103511.587500', '103512.047500', '103512.507500', '103512.967500', '103513.427500', '103513.887500', '103514.347500', '103514.807500', '103515.267500', '103515.727500', '103516.187500', '103516.647500', '103517.107500', '103517.567500', '103518.027500', '103518.487500', '103518.947500', '103519.407500', '103519.867500', '103520.327500', '103520.787500', '103521.247500', '103521.707500', '103522.167500', '103522.627500', '103523.087500', '103523.547500', '103524.007500', '103524.467500', '103524.927500', '103525.387500', '103525.847500', '103526.307500', '103526.767500', '103527.227500', '103527.687500', '103528.147500', '103528.607500', '103529.067500', '103529.527500', '103529.987500', '103530.447500', '103530.907500', '103531.367500', '103531.827500', '103532.287500', '103532.747500', '103533.207500', '103533.667500', '103534.127500', '103534.587500', '103535.047500', '103535.507500', '103535.967500', '103536.427500', '103536.887500', '103537.347500', '103537.807500', '103538.267500', '103538.727500', '103539.187500', '103539.647500', '103540.107500', '103540.567500', '103541.027500', '103541.487500', '103541.947500', '103542.407500', '103542.867500', '103543.327500', '103543.787500', '103544.247500', '103544.707500', '103545.167500', '103545.627500', '103546.087500', '103546.547500', '103547.007500', '103547.467500', '103547.927500', '103548.387500', '103548.847500', '103549.307500', '103549.767500', '103550.227500', '103550.687500', '103551.147500', '103551.607500', '103552.067500', '103552.527500', '103552.987500', '103553.447500', '103553.907500', '103554.367500', '103554.827500', '103555.287500', '103555.747500', '103556.207500', '103556.667500', '103557.127500', '103557.587500', '103558.047500', '103558.507500', '103558.967500', '103559.427500', '103559.887500', '103600.347500', '103600.807500', '103601.267500', '103601.727500', '103602.187500', '103602.647500', '103603.107500', '103603.567500', '103604.027500', '103604.487500', '103604.947500', '103605.407500', '103605.867500', '103606.327500', '103606.787500', '103607.247500', '103607.707500', '103608.167500', '103608.627500', '103609.087500', '103609.547500', '103610.007500', '103610.467500', '103610.927500', '103611.387500', '103611.847500', '103612.307500', '103612.767500', '103613.227500', '103613.687500', '103614.147500', '103614.607500', '103615.067500', '103615.527500', '103615.987500', '103616.447500', '103616.907500', '103617.367500', '103617.827500', '103618.287500', '103618.747500', '103619.207500', '103619.667500', '103620.127500', '103620.587500', '103621.047500', '103621.507500', '103621.967500', '103622.427500', '103622.887500', '103623.347500', '103623.807500', '103624.267500', '103624.727500', '103625.187500', '103625.647500', '103626.107500', '103626.567500', '103627.027500', '103627.487500', '103627.947500', '103628.407500', '103628.867500', '103629.327500', '103629.787500', '103630.247500', '103630.707500', '103631.167500', '103631.627500', '103632.087500', '103632.547500', '103633.007500', '103633.467500', '103633.927500', '103634.387500', '103634.847500', '103635.307500', '103635.767500', '103636.227500', '103636.687500', '103637.147500', '103637.607500', '103638.067500', '103638.527500', '103638.987500', '103639.447500', '103639.907500', '103640.367500', '103640.827500', '103641.287500', '103641.747500', '103642.207500', '103642.667500', '103643.127500', '103643.587500', '103644.047500', '103644.507500', '103644.967500', '103645.427500', '103645.887500', '103646.347500', '103646.807500', '103647.267500', '103647.727500', '103648.187500', '103648.647500', '103649.107500', '103649.567500', '103650.027500', '103650.487500', '103650.947500', '103651.407500', '103651.867500', '103652.327500', '103652.787500', '103653.247500', '103653.707500', '103654.167500', '103654.627500', '103655.087500', '103655.547500', '103656.007500', '103656.467500', '103656.927500', '103657.387500', '103657.847500', '103658.307500', '103658.767500', '103659.227500', '103659.687500', '103700.147500', '103700.607500', '103701.067500', '103701.527500', '103701.987500', '103702.447500', '103702.907500', '103703.367500', '103703.827500', '103704.287500', '103704.747500', '103705.207500', '103705.667500', '103706.127500', '103706.587500', '103707.047500', '103707.507500', '103707.967500', '103708.427500', '103708.887500', '103709.347500', '103709.807500', '103710.267500', '103710.727500', '103711.187500', '103711.647500', '103712.107500', '103712.567500', '103713.027500', '103713.487500', '103713.947500', '103714.407500', '103714.867500', '103715.327500', '103715.787500', '103716.247500', '103716.707500', '103717.167500', '103717.627500', '103718.087500', '103718.547500', '103719.007500', '103719.467500', '103719.927500', '103720.387500', '103720.847500', '103721.307500', '103721.767500', '103722.227500', '103722.687500', '103723.147500', '103723.607500', '103724.067500', '103724.527500', '103724.987500', '103725.447500', '103725.907500', '103726.367500', '103726.827500', '103727.287500', '103727.747500', '103728.207500', '103728.667500', '103729.127500', '103729.587500', '103730.047500', '103730.507500', '103730.967500', '103731.427500', '103731.887500', '103732.347500', '103732.807500', '103733.267500', '103733.727500', '103734.187500', '103734.647500', '103735.107500', '103735.567500', '103736.027500', '103736.487500', '103736.947500', '103737.407500', '103737.867500', '103738.327500', '103738.787500', '103739.247500', '103739.707500', '103740.167500', '103740.627500', '103741.087500', '103741.547500', '103742.007500', '103742.467500', '103742.927500', '103743.387500', '103743.847500', '103744.307500', '103744.767500', '103745.227500', '103745.687500', '103746.147500', '103746.607500', '103747.067500', '103747.527500', '103747.987500', '103748.447500', '103748.907500', '103749.367500', '103749.827500', '103750.287500', '103750.747500', '103751.207500', '103751.667500', '103752.127500', '103752.587500', '103753.047500', '103753.507500', '103753.967500', '103754.427500', '103754.887500', '103755.347500', '103755.807500', '103756.267500', '103756.727500', '103757.187500', '103757.647500', '103758.107500', '103758.567500', '103759.027500', '103759.487500', '103759.947500', '103800.407500', '103800.867500', '103801.327500', '103801.787500', '103802.247500', '103802.707500', '103803.167500', '103803.627500', '103804.087500', '103804.547500', '103805.007500', '103805.467500', '103805.927500', '103806.387500', '103806.847500', '103807.307500', '103807.767500', '103808.227500', '103808.687500', '103809.147500', '103809.607500', '103810.067500', '103810.527500', '103810.987500', '103811.447500', '103811.907500', '103812.367500', '103812.827500', '103813.287500', '103813.747500', '103814.207500', '103814.667500', '103815.127500', '103815.587500', '103816.047500', '103816.507500', '103816.967500', '103817.427500', '103817.887500', '103818.347500', '103818.807500', '103819.267500', '103819.727500', '103820.187500', '103820.647500', '103821.107500', '103821.567500', '103822.027500', '103822.487500', '103822.947500', '103823.407500', '103823.867500', '103824.327500', '103824.787500', '103825.247500', '103825.707500', '103826.167500', '103826.627500', '103827.087500', '103827.547500', '103828.007500', '103828.467500', '103828.927500', '103829.387500', '103829.847500', '103830.307500', '103830.767500', '103831.227500', '103831.687500', '103832.147500', '103832.607500', '103833.067500', '103833.527500', '103833.987500', '103834.447500', '103834.907500', '103835.367500', '103835.827500', '103836.287500', '103836.747500', '103837.207500', '103837.667500', '103838.127500', '103838.587500', '103839.047500', '103839.507500', '103839.967500', '103840.427500', '103840.887500', '103841.347500', '103841.807500', '103842.267500', '103842.727500', '103843.187500', '103843.647500', '103844.107500', '103844.567500', '103845.027500', '103845.487500', '103845.947500', '103846.407500', '103846.867500', '103847.327500', '103847.787500', '103848.247500', '103848.707500', '103849.167500', '103849.627500', '103850.087500', '103850.547500', '103851.007500', '103851.467500', '103851.927500', '103852.387500', '103852.847500', '103853.307500', '103853.767500', '103854.227500', '103854.687500', '103855.147500', '103855.607500', '103856.067500', '103856.527500', '103856.987500', '103857.447500', '103857.907500', '103858.367500', '103858.827500', '103859.287500', '103859.747500', '103900.207500', '103900.667500', '103901.127500', '103901.587500', '103902.047500', '103902.507500', '103902.967500', '103903.427500', '103903.887500', '103904.347500', '103904.807500', '103905.267500', '103905.727500', '103906.187500', '103906.647500', '103907.107500', '103907.567500', '103908.027500', '103908.487500', '103908.947500', '103909.407500', '103909.867500', '103910.327500', '103910.787500', '103911.247500', '103911.707500', '103912.167500', '103912.627500', '103913.087500', '103913.547500', '103914.007500', '103914.467500', '103914.927500', '103915.387500', '103915.847500', '103916.307500', '103916.767500', '103917.227500', '103917.687500', '103918.147500', '103918.607500', '103919.067500', '103919.527500', '103919.987500', '103920.447500', '103920.907500', '103921.367500', '103921.827500', '103922.287500', '103922.747500', '103923.207500', '103923.667500', '103924.127500', '103924.587500', '103925.047500', '103925.507500', '103925.967500', '103926.427500', '103926.887500', '103927.347500', '103927.807500', '103928.267500', '103928.727500', '103929.187500', '103929.647500', '103930.107500', '103930.567500', '103931.027500', '103931.487500', '103931.947500', '103932.407500', '103932.867500', '103933.327500', '103933.787500', '103934.247500', '103934.707500', '103935.167500', '103935.627500', '103936.087500', '103936.547500', '103937.007500', '103937.467500', '103937.927500', '103938.387500', '103938.847500', '103939.307500', '103939.767500', '103940.227500', '103940.687500', '103941.147500', '103941.607500', '103942.067500', '103942.527500', '103942.987500', '103943.447500', '103943.907500', '103944.367500', '103944.827500', '103945.287500', '103945.747500', '103946.207500', '103946.667500', '103947.127500', '103947.587500', '103948.047500', '103948.507500', '103948.967500', '103949.427500', '103949.887500', '103950.347500', '103950.807500', '103951.267500', '103951.727500', '103952.187500', '103952.647500', '103953.107500', '103953.567500', '103954.027500', '103954.487500', '103954.947500', '103955.407500', '103955.867500', '103956.327500', '103956.787500', '103957.247500', '103957.707500', '103958.167500', '103958.627500', '103959.087500', '103959.547500', '104000.007500', '104000.467500', '104000.927500', '104001.387500', '104001.847500', '104002.307500', '104002.767500', '104003.227500', '104003.687500', '104004.147500', '104004.607500', '104005.067500', '104005.527500', '104005.987500', '104006.447500', '104006.907500', '104007.367500', '104007.827500', '104008.287500', '104008.747500', '104009.207500', '104009.667500', '104010.127500', '104010.587500', '104011.047500', '104011.507500', '104011.967500', '104012.427500', '104012.887500', '104013.347500', '104013.807500', '104014.267500', '104014.727500', '104015.187500', '104015.647500', '104016.107500', '104016.567500', '104017.027500', '104017.487500', '104017.947500', '104018.407500', '104018.867500', '104019.327500', '104019.787500', '104020.247500', '104020.707500', '104021.167500', '104021.627500', '104022.087500', '104022.547500', '104023.007500', '104023.467500', '104023.927500', '104024.387500', '104024.847500', '104025.307500', '104025.767500', '104026.227500', '104026.687500', '104027.147500', '104027.607500', '104028.067500', '104028.527500', '104028.987500', '104029.447500', '104029.907500', '104030.367500', '104030.827500', '104031.287500', '104031.747500', '104032.207500', '104032.667500', '104033.127500', '104033.587500', '104034.047500', '104034.507500', '104034.967500', '104035.427500', '104035.887500', '104036.347500', '104036.807500', '104037.267500', '104037.727500', '104038.187500', '104038.647500', '104039.107500', '104039.567500', '104040.027500', '104040.487500', '104040.947500', '104041.407500', '104041.867500', '104042.327500', '104042.787500', '104043.247500', '104043.707500', '104044.167500', '104044.627500', '104045.087500', '104045.547500', '104046.007500', '104046.467500', '104046.927500', '104047.387500', '104047.847500', '104048.307500', '104048.767500', '104049.227500', '104049.687500', '104050.147500', '104050.607500', '104051.067500', '104051.527500', '104051.987500', '104052.447500', '104052.907500', '104053.367500', '104053.827500', '104054.287500', '104054.747500', '104055.207500', '104055.667500', '104056.127500', '104056.587500', '104057.047500', '104057.507500', '104057.967500', '104058.427500', '104058.887500', '104059.347500', '104059.807500', '104100.267500', '104100.727500', '104101.187500', '104101.647500', '104102.107500', '104102.567500', '104103.027500', '104103.487500', '104103.947500', '104104.407500', '104104.867500', '104105.327500', '104105.787500', '104106.247500', '104106.707500', '104107.167500', '104107.627500', '104108.087500', '104108.547500', '104109.007500', '104109.467500', '104109.927500', '104110.387500', '104110.847500', '104111.307500', '104111.767500', '104112.227500', '104112.687500', '104113.147500', '104113.607500', '104114.067500', '104114.527500', '104114.987500', '104115.447500', '104115.907500', '104116.367500', '104116.827500', '104117.287500', '104117.747500', '104118.207500', '104118.667500', '104119.127500', '104119.587500', '104120.047500', '104120.507500', '104120.967500', '104121.427500', '104121.887500', '104122.347500', '104122.807500', '104123.267500', '104123.727500', '104124.187500', '104124.647500', '104125.107500', '104125.567500', '104126.027500', '104126.487500', '104126.947500', '104127.407500', '104127.867500', '104128.327500', '104128.787500', '104129.247500', '104129.707500', '104130.167500', '104130.627500', '104131.087500', '104131.547500', '104132.007500', '104132.467500', '104132.927500', '104133.387500', '104133.847500', '104134.307500', '104134.767500', '104135.227500', '104135.687500', '104136.147500', '104136.607500', '104137.067500', '104137.527500', '104137.987500', '104138.447500', '104138.907500', '104139.367500', '104139.827500', '104140.287500', '104140.747500', '104141.207500', '104141.667500', '104142.127500', '104142.587500', '104143.047500', '104143.507500', '104143.967500', '104144.427500', '104144.887500', '104145.347500', '104145.807500', '104146.267500', '104146.727500', '104147.187500', '104147.647500', '104148.107500', '104148.567500', '104149.027500', '104149.487500', '104149.947500', '104150.407500', '104150.867500', '104151.327500', '104151.787500', '104152.247500', '104152.707500', '104153.167500', '104153.627500', '104154.087500', '104154.547500', '104155.007500', '104155.467500', '104155.927500', '104156.387500', '104156.847500', '104157.307500', '104157.767500', '104158.227500', '104158.687500', '104159.147500', '104159.607500', '104200.067500', '104200.527500', '104200.987500', '104201.447500', '104201.907500', '104202.367500', '104202.827500', '104203.287500', '104203.747500', '104204.207500', '104204.667500', '104205.127500', '104205.587500', '104206.047500', '104206.507500', '104206.967500', '104207.427500', '104207.887500', '104208.347500', '104208.807500', '104209.267500', '104209.727500', '104210.187500', '104210.647500', '104211.107500', '104211.567500', '104212.027500', '104212.487500', '104212.947500', '104213.407500', '104213.867500', '104214.327500', '104214.787500', '104215.247500'], 'ContentTime': ['102822.198000', '102822.223000', '102822.226000', '102822.229000', '102822.231000', '102822.235000', '102822.237000', '102822.240000', '102822.243000', '102822.246000', '102822.249000', '102822.252000', '102822.255000', '102822.258000', '102822.261000', '102822.264000', '102822.267000', '102822.270000', '102822.273000', '102822.276000', '102822.284000', '102822.287000', '102822.290000', '102822.292000', '102822.295000', '102822.298000', '102822.301000', '102822.304000', '102822.307000', '102822.310000', '102822.313000', '102822.317000', '102822.321000', '102822.324000', '102822.327000', '102822.330000', '102822.340000', '102822.343000', '102822.345000', '102822.348000', '102822.351000', '102822.354000', '102822.357000', '102822.360000', '102842.158000', '102842.161000', '102842.164000', '102842.167000', '102842.170000', '102842.173000', '102842.175000', '102842.178000', '102842.181000', '102842.184000', '102842.187000', '102842.190000', '102842.193000', '102842.195000', '102842.198000', '102842.201000', '102842.204000', '102842.207000', '102842.210000', '102842.216000', '102842.219000', '102842.222000', '102842.225000', '102842.228000', '102842.231000', '102842.234000', '102842.237000', '102842.240000', '102842.243000', '102842.246000', '102842.249000', '102842.252000', '102842.255000', '102842.257000', '102842.260000', '102842.263000', '102842.266000', '102842.269000', '102842.272000', '102842.275000', '102842.285000', '102842.288000', '102842.291000', '102842.294000', '102902.158000', '102902.166000', '102902.169000', '102902.172000', '102902.175000', '102902.178000', '102902.181000', '102902.183000', '102902.186000', '102902.189000', '102902.192000', '102902.195000', '102902.198000', '102902.201000', '102902.204000', '102902.207000', '102902.210000', '102902.212000', '102902.215000', '102902.218000', '102902.221000', '102902.224000', '102902.227000', '102902.230000', '102902.233000', '102902.236000', '102902.239000', '102902.241000', '102902.244000', '102902.247000', '102902.250000', '102902.253000', '102902.256000', '102902.259000', '102902.261000', '102902.264000', '102902.267000', '102902.270000', '102902.273000', '102902.276000', '102902.279000', '102902.282000', '102902.285000', '102922.158000', '102922.161000', '102922.164000', '102922.167000', '102922.170000', '102922.173000', '102922.175000', '102922.178000', '102922.181000', '102922.184000', '102922.187000', '102922.190000', '102922.193000', '102922.196000', '102922.199000', '102922.202000', '102922.205000', '102922.207000', '102922.210000', '102922.213000', '102922.216000', '102922.219000', '102922.222000', '102922.225000', '102922.228000', '102922.231000', '102922.234000', '102922.237000', '102922.239000', '102922.242000', '102922.245000', '102922.248000', '102922.251000', '102922.254000', '102922.257000', '102922.260000', '102922.263000', '102922.271000', '102922.274000', '102922.277000', '102922.280000', '102922.283000', '102922.285000', '102922.288000', '102942.158000', '102942.161000', '102942.164000', '102942.167000', '102942.170000', '102942.173000', '102942.176000', '102942.179000', '102942.194000', '102942.196000', '102942.199000', '102942.202000', '102942.205000', '102942.208000', '102942.211000', '102942.214000', '102942.216000', '102942.219000', '102942.222000', '102942.225000', '102942.228000', '102942.231000', '102942.234000', '102942.237000', '102942.240000', '102942.242000', '102942.245000', '102942.248000', '102942.251000', '102942.254000', '102942.257000', '102942.260000', '102942.262000', '102942.265000', '102942.268000', '102942.271000', '102942.274000', '102942.277000', '102942.280000', '102942.283000', '102942.286000', '102942.289000', '102942.292000', '103002.157000', '103002.186000', '103002.189000', '103002.191000', '103002.194000', '103002.197000', '103002.200000', '103002.203000', '103002.206000', '103002.209000', '103002.211000', '103002.214000', '103002.217000', '103002.220000', '103002.223000', '103002.226000', '103002.229000', '103002.232000', '103002.238000', '103002.241000', '103002.244000', '103002.247000', '103002.250000', '103002.253000', '103002.255000', '103002.258000', '103002.261000', '103002.264000', '103002.267000', '103002.270000', '103002.273000', '103002.276000', '103002.279000', '103002.282000', '103002.285000', '103002.288000', '103002.291000', '103002.293000', '103002.296000', '103002.299000', '103002.302000', '103002.305000', '103002.308000', '103002.311000', '103022.158000', '103022.187000', '103022.190000', '103022.193000', '103022.196000', '103022.199000', '103022.202000', '103022.204000', '103022.207000', '103022.210000', '103022.213000', '103022.216000', '103022.219000', '103022.222000', '103022.225000', '103022.227000', '103022.230000', '103022.233000', '103022.236000', '103022.239000', '103022.242000', '103022.245000', '103022.248000', '103022.250000', '103022.253000', '103022.256000', '103022.259000', '103022.262000', '103022.265000', '103022.267000', '103022.270000', '103022.273000', '103022.276000', '103022.279000', '103022.282000', '103022.285000', '103022.288000', '103022.291000', '103022.293000', '103022.296000', '103022.299000', '103022.302000', '103022.305000', '103042.158000', '103042.161000', '103042.165000', '103042.167000', '103042.170000', '103042.173000', '103042.176000', '103042.179000', '103042.182000', '103042.185000', '103042.188000', '103042.191000', '103042.193000', '103042.196000', '103042.199000', '103042.202000', '103042.205000', '103042.208000', '103042.211000', '103042.214000', '103042.217000', '103042.220000', '103042.223000', '103042.226000', '103042.228000', '103042.231000', '103042.234000', '103042.237000', '103042.240000', '103042.243000', '103042.246000', '103042.249000', '103042.251000', '103042.254000', '103042.257000', '103042.260000', '103042.263000', '103042.266000', '103042.269000', '103042.272000', '103042.275000', '103042.277000', '103042.280000', '103102.158000', '103102.179000', '103102.182000', '103102.185000', '103102.188000', '103102.191000', '103102.193000', '103102.196000', '103102.199000', '103102.202000', '103102.205000', '103102.208000', '103102.211000', '103102.214000', '103102.216000', '103102.219000', '103102.222000', '103102.225000', '103102.228000', '103102.231000', '103102.234000', '103102.237000', '103102.240000', '103102.242000', '103102.245000', '103102.248000', '103102.251000', '103102.254000', '103102.257000', '103102.260000', '103102.263000', '103102.266000', '103102.268000', '103102.271000', '103102.274000', '103102.277000', '103102.280000', '103102.283000', '103102.286000', '103102.289000', '103102.291000', '103102.294000', '103102.297000', '103102.300000', '103122.158000', '103122.161000', '103122.164000', '103122.167000', '103122.257000', '103122.260000', '103122.263000', '103122.273000', '103122.275000', '103122.278000', '103122.281000', '103122.284000', '103122.287000', '103122.290000', '103122.293000', '103122.296000', '103122.298000', '103122.302000', '103122.305000', '103122.308000', '103122.311000', '103122.314000', '103122.317000', '103122.320000', '103122.323000', '103122.325000', '103122.328000', '103122.331000', '103122.334000', '103122.337000', '103122.340000', '103122.343000', '103122.346000', '103122.349000', '103122.351000', '103122.354000', '103122.357000', '103122.360000', '103122.363000', '103122.366000', '103122.369000', '103122.371000', '103122.374000', '103142.158000', '103142.339000', '103142.342000', '103142.345000', '103142.348000', '103142.351000', '103142.354000', '103142.357000', '103142.359000', '103142.362000', '103142.365000', '103142.368000', '103142.371000', '103142.374000', '103142.377000', '103142.379000', '103142.382000', '103142.385000', '103142.388000', '103142.391000', '103142.394000', '103142.397000', '103142.400000', '103142.402000', '103142.406000', '103142.411000', '103142.415000', '103142.417000', '103142.420000', '103142.423000', '103142.426000', '103142.429000', '103142.432000', '103142.435000', '103142.438000', '103142.440000', '103142.443000', '103142.446000', '103142.449000', '103142.452000', '103142.455000', '103142.458000', '103142.460000', '103142.463000', '103202.158000', '103202.201000', '103202.204000', '103202.206000', '103202.209000', '103202.212000', '103202.215000', '103202.218000', '103202.221000', '103202.224000', '103202.227000', '103202.230000', '103202.233000', '103202.235000', '103202.238000', '103202.241000', '103202.244000', '103202.247000', '103202.250000', '103202.253000', '103202.256000', '103202.259000', '103202.262000', '103202.264000', '103202.267000', '103202.270000', '103202.273000', '103202.276000', '103202.279000', '103202.282000', '103202.285000', '103202.287000', '103202.290000', '103202.293000', '103202.296000', '103202.299000', '103202.302000', '103202.320000', '103202.322000', '103202.325000', '103202.328000', '103202.331000', '103202.334000', '103222.157000', '103222.187000', '103222.190000', '103222.193000', '103222.196000', '103222.199000', '103222.202000', '103222.205000', '103222.208000', '103222.210000', '103222.213000', '103222.216000', '103222.219000', '103222.222000', '103222.225000', '103222.228000', '103222.230000', '103222.233000', '103222.236000', '103222.239000', '103222.242000', '103222.245000', '103222.248000', '103222.250000', '103222.253000', '103222.256000', '103222.259000', '103222.262000', '103222.265000', '103222.267000', '103222.270000', '103222.273000', '103222.276000', '103222.279000', '103222.282000', '103222.285000', '103222.288000', '103222.290000', '103222.293000', '103222.296000', '103222.299000', '103222.302000', '103222.305000', '103222.307000', '103242.158000', '103242.188000', '103242.191000', '103242.194000', '103242.197000', '103242.200000', '103242.202000', '103242.205000', '103242.208000', '103242.211000', '103242.214000', '103242.217000', '103242.220000', '103242.223000', '103242.226000', '103242.229000', '103242.232000', '103242.235000', '103242.237000', '103242.240000', '103242.243000', '103242.246000', '103242.249000', '103242.252000', '103242.254000', '103242.257000', '103242.260000', '103242.263000', '103242.266000', '103242.279000', '103242.282000', '103242.285000', '103242.288000', '103242.291000', '103242.293000', '103242.296000', '103242.299000', '103242.302000', '103242.305000', '103242.308000', '103242.311000', '103242.313000', '103242.316000', '103302.158000', '103302.193000', '103302.196000', '103302.199000', '103302.202000', '103302.205000', '103302.208000', '103302.211000', '103302.214000', '103302.217000', '103302.220000', '103302.223000', '103302.225000', '103302.228000', '103302.231000', '103302.234000', '103302.237000', '103302.240000', '103302.243000', '103302.246000', '103302.249000', '103302.252000', '103302.254000', '103302.257000', '103302.260000', '103302.263000', '103302.266000', '103302.269000', '103302.272000', '103302.275000', '103302.278000', '103302.280000', '103302.283000', '103302.286000', '103302.289000', '103302.292000', '103302.295000', '103302.298000', '103302.300000', '103302.303000', '103302.306000', '103302.309000', '103302.312000', '103302.315000', '103322.158000', '103322.206000', '103322.209000', '103322.212000', '103322.214000', '103322.217000', '103322.220000', '103322.224000', '103322.228000', '103322.231000', '103322.234000', '103322.236000', '103322.239000', '103322.242000', '103322.245000', '103322.248000', '103322.251000', '103322.254000', '103322.257000', '103322.260000', '103322.262000', '103322.265000', '103322.268000', '103322.271000', '103322.274000', '103322.277000', '103322.280000', '103322.283000', '103322.286000', '103322.288000', '103322.291000', '103322.294000', '103322.297000', '103322.300000', '103322.303000', '103322.306000', '103322.309000', '103322.311000', '103322.314000', '103322.317000', '103322.320000', '103322.323000', '103322.326000', '103342.158000', '103342.202000', '103342.204000', '103342.207000', '103342.210000', '103342.213000', '103342.216000', '103342.219000', '103342.222000', '103342.224000', '103342.227000', '103342.230000', '103342.233000', '103342.236000', '103342.239000', '103342.242000', '103342.245000', '103342.248000', '103342.251000', '103342.253000', '103342.256000', '103342.259000', '103342.262000', '103342.265000', '103342.268000', '103342.271000', '103342.273000', '103342.276000', '103342.279000', '103342.282000', '103342.285000', '103342.288000', '103342.291000', '103342.294000', '103342.297000', '103342.300000', '103342.303000', '103342.306000', '103342.309000', '103342.311000', '103342.314000', '103342.317000', '103342.320000', '103342.323000', '103402.158000', '103402.192000', '103402.195000', '103402.198000', '103402.201000', '103402.204000', '103402.206000', '103402.211000', '103402.220000', '103402.223000', '103402.226000', '103402.229000', '103402.232000', '103402.235000', '103402.238000', '103402.241000', '103402.244000', '103402.247000', '103402.249000', '103402.252000', '103402.255000', '103402.258000', '103402.261000', '103402.264000', '103402.267000', '103402.270000', '103402.273000', '103402.276000', '103402.279000', '103402.281000', '103402.284000', '103402.287000', '103402.290000', '103402.293000', '103402.296000', '103402.299000', '103402.301000', '103402.304000', '103402.307000', '103402.310000', '103402.326000', '103402.329000', '103402.332000', '103422.158000', '103422.218000', '103422.221000', '103422.224000', '103422.227000', '103422.230000', '103422.233000', '103422.236000', '103422.239000', '103422.242000', '103422.245000', '103422.248000', '103422.251000', '103422.254000', '103422.256000', '103422.259000', '103422.262000', '103422.265000', '103422.268000', '103422.271000', '103422.274000', '103422.277000', '103422.280000', '103422.282000', '103422.285000', '103422.288000', '103422.291000', '103422.294000', '103422.297000', '103422.300000', '103422.303000', '103422.306000', '103422.309000', '103422.312000', '103422.314000', '103422.317000', '103422.320000', '103422.323000', '103422.326000', '103422.329000', '103422.332000', '103422.335000', '103422.337000', '103422.340000', '103442.157000', '103442.196000', '103442.198000', '103442.201000', '103442.204000', '103442.208000', '103442.211000', '103442.214000', '103442.217000', '103442.219000', '103442.222000', '103442.225000', '103442.228000', '103442.231000', '103442.234000', '103442.237000', '103442.240000', '103442.243000', '103442.246000', '103442.248000', '103442.251000', '103442.254000', '103442.257000', '103442.260000', '103442.263000', '103442.266000', '103442.269000', '103442.272000', '103442.275000', '103442.277000', '103442.280000', '103442.283000', '103442.286000', '103442.289000', '103442.292000', '103442.295000', '103442.298000', '103442.301000', '103442.304000', '103442.307000', '103442.310000', '103442.312000', '103442.315000', '103502.158000', '103502.176000', '103502.179000', '103502.182000', '103502.185000', '103502.188000', '103502.191000', '103502.193000', '103502.196000', '103502.199000', '103502.202000', '103502.205000', '103502.208000', '103502.211000', '103502.214000', '103502.217000', '103502.219000', '103502.222000', '103502.225000', '103502.228000', '103502.231000', '103502.234000', '103502.237000', '103502.240000', '103502.243000', '103502.245000', '103502.248000', '103502.251000', '103502.254000', '103502.257000', '103502.260000', '103502.263000', '103502.265000', '103502.268000', '103502.271000', '103502.274000', '103502.277000', '103502.280000', '103502.283000', '103502.286000', '103502.289000', '103502.292000', '103502.295000', '103502.297000', '103522.158000', '103522.198000', '103522.201000', '103522.204000', '103522.207000', '103522.209000', '103522.212000', '103522.215000', '103522.218000', '103522.221000', '103522.224000', '103522.227000', '103522.230000', '103522.233000', '103522.235000', '103522.238000', '103522.241000', '103522.247000', '103522.250000', '103522.252000', '103522.255000', '103522.258000', '103522.261000', '103522.264000', '103522.267000', '103522.270000', '103522.273000', '103522.275000', '103522.278000', '103522.281000', '103522.284000', '103522.288000', '103522.292000', '103522.295000', '103522.297000', '103522.300000', '103522.303000', '103522.306000', '103522.309000', '103522.312000', '103522.315000', '103522.318000', '103522.321000', '103542.158000', '103542.190000', '103542.193000', '103542.196000', '103542.199000', '103542.202000', '103542.205000', '103542.208000', '103542.211000', '103542.214000', '103542.217000', '103542.220000', '103542.223000', '103542.226000', '103542.228000', '103542.231000', '103542.234000', '103542.237000', '103542.240000', '103542.243000', '103542.246000', '103542.249000', '103542.252000', '103542.255000', '103542.257000', '103542.260000', '103542.263000', '103542.266000', '103542.269000', '103542.272000', '103542.275000', '103542.278000', '103542.281000', '103542.284000', '103542.286000', '103542.289000', '103542.292000', '103542.295000', '103542.298000', '103542.301000', '103542.304000', '103542.315000', '103542.318000', '103542.321000', '103602.158000', '103602.207000', '103602.210000', '103602.213000', '103602.216000', '103602.219000', '103602.228000', '103602.231000', '103602.234000', '103602.236000', '103602.239000', '103602.242000', '103602.245000', '103602.249000', '103602.252000', '103602.255000', '103602.258000', '103602.261000', '103602.264000', '103602.267000', '103602.270000', '103602.273000', '103602.276000', '103602.278000', '103602.281000', '103602.284000', '103602.287000', '103602.290000', '103602.293000', '103602.296000', '103602.299000', '103602.302000', '103602.305000', '103602.308000', '103602.311000', '103602.314000', '103602.317000', '103602.320000', '103602.323000', '103602.326000', '103602.329000', '103602.331000', '103602.334000', '103622.158000', '103622.258000', '103622.260000', '103622.263000', '103622.266000', '103622.269000', '103622.272000', '103622.275000', '103622.278000', '103622.281000', '103622.284000', '103622.286000', '103622.289000', '103622.292000', '103622.295000', '103622.298000', '103622.301000', '103622.304000', '103622.307000', '103622.310000', '103622.313000', '103622.316000', '103622.318000', '103622.321000', '103622.324000', '103622.327000', '103622.330000', '103622.333000', '103622.336000', '103622.339000', '103622.341000', '103622.344000', '103622.347000', '103622.350000', '103622.353000', '103622.356000', '103622.359000', '103622.362000', '103622.364000', '103622.367000', '103622.370000', '103622.373000', '103622.376000', '103622.379000', '103642.158000', '103642.211000', '103642.213000', '103642.216000', '103642.219000', '103642.222000', '103642.225000', '103642.228000', '103642.231000', '103642.234000', '103642.237000', '103642.239000', '103642.242000', '103642.245000', '103642.248000', '103642.251000', '103642.254000', '103642.257000', '103642.260000', '103642.263000', '103642.265000', '103642.268000', '103642.271000', '103642.274000', '103642.277000', '103642.280000', '103642.283000', '103642.285000', '103642.288000', '103642.291000', '103642.294000', '103642.297000', '103642.301000', '103642.303000', '103642.306000', '103642.309000', '103642.312000', '103642.315000', '103642.318000', '103642.321000', '103642.324000', '103642.326000', '103642.329000', '103702.157000', '103702.206000', '103702.208000', '103702.211000', '103702.214000', '103702.217000', '103702.220000', '103702.223000', '103702.226000', '103702.229000', '103702.231000', '103702.234000', '103702.237000', '103702.240000', '103702.243000', '103702.246000', '103702.249000', '103702.251000', '103702.254000', '103702.257000', '103702.260000', '103702.263000', '103702.266000', '103702.269000', '103702.272000', '103702.275000', '103702.277000', '103702.280000', '103702.283000', '103702.286000', '103702.289000', '103702.292000', '103702.295000', '103702.298000', '103702.301000', '103702.303000', '103702.306000', '103702.309000', '103702.312000', '103702.315000', '103702.318000', '103702.321000', '103702.324000', '103702.326000', '103722.158000', '103722.222000', '103722.225000', '103722.228000', '103722.231000', '103722.234000', '103722.237000', '103722.239000', '103722.242000', '103722.245000', '103722.248000', '103722.251000', '103722.254000', '103722.257000', '103722.259000', '103722.262000', '103722.265000', '103722.268000', '103722.271000', '103722.274000', '103722.277000', '103722.280000', '103722.282000', '103722.286000', '103722.289000', '103722.292000', '103722.295000', '103722.298000', '103722.301000', '103722.304000', '103722.307000', '103722.310000', '103722.313000', '103722.316000', '103722.318000', '103722.321000', '103722.324000', '103722.327000', '103722.330000', '103722.333000', '103722.336000', '103722.338000', '103722.341000', '103742.158000', '103742.190000', '103742.192000', '103742.195000', '103742.198000', '103742.201000', '103742.204000', '103742.207000', '103742.210000', '103742.213000', '103742.215000', '103742.218000', '103742.221000', '103742.224000', '103742.227000', '103742.230000', '103742.232000', '103742.235000', '103742.238000', '103742.241000', '103742.244000', '103742.247000', '103742.250000', '103742.254000', '103742.257000', '103742.259000', '103742.268000', '103742.271000', '103742.274000', '103742.276000', '103742.279000', '103742.282000', '103742.285000', '103742.288000', '103742.291000', '103742.294000', '103742.297000', '103742.300000', '103742.303000', '103742.306000', '103742.308000', '103742.311000', '103742.314000', '103742.317000', '103802.158000', '103802.199000', '103802.202000', '103802.205000', '103802.208000', '103802.210000', '103802.213000', '103802.216000', '103802.219000', '103802.222000', '103802.225000', '103802.228000', '103802.230000', '103802.233000', '103802.236000', '103802.239000', '103802.242000', '103802.245000', '103802.248000', '103802.251000', '103802.253000', '103802.256000', '103802.259000', '103802.262000', '103802.265000', '103802.268000', '103802.271000', '103802.274000', '103802.276000', '103802.294000', '103802.297000', '103802.300000', '103802.303000', '103802.306000', '103802.308000', '103802.311000', '103802.314000', '103802.317000', '103802.320000', '103802.323000', '103802.326000', '103802.329000', '103802.331000', '103822.158000', '103822.196000', '103822.199000', '103822.202000', '103822.205000', '103822.221000', '103822.224000', '103822.227000', '103822.230000', '103822.233000', '103822.236000', '103822.239000', '103822.242000', '103822.245000', '103822.248000', '103822.251000', '103822.254000', '103822.257000', '103822.260000', '103822.262000', '103822.265000', '103822.268000', '103822.271000', '103822.274000', '103822.277000', '103822.280000', '103822.283000', '103822.286000', '103822.288000', '103822.291000', '103822.294000', '103822.297000', '103822.300000', '103822.303000', '103822.306000', '103822.309000', '103822.312000', '103822.315000', '103822.318000', '103822.320000', '103822.323000', '103822.326000', '103822.329000', '103842.158000', '103842.230000', '103842.233000', '103842.236000', '103842.239000', '103842.242000', '103842.244000', '103842.247000', '103842.250000', '103842.253000', '103842.256000', '103842.259000', '103842.262000', '103842.264000', '103842.267000', '103842.270000', '103842.273000', '103842.276000', '103842.279000', '103842.282000', '103842.285000', '103842.288000', '103842.291000', '103842.293000', '103842.296000', '103842.299000', '103842.302000', '103842.305000', '103842.308000', '103842.311000', '103842.314000', '103842.317000', '103842.319000', '103842.323000', '103842.326000', '103842.329000', '103842.332000', '103842.335000', '103842.338000', '103842.341000', '103842.344000', '103842.347000', '103842.350000', '103842.353000', '103902.158000', '103902.206000', '103902.209000', '103902.212000', '103902.215000', '103902.218000', '103902.221000', '103902.223000', '103902.226000', '103902.229000', '103902.232000', '103902.235000', '103902.238000', '103902.241000', '103902.244000', '103902.247000', '103902.250000', '103902.252000', '103902.255000', '103902.258000', '103902.261000', '103902.264000', '103902.267000', '103902.270000', '103902.273000', '103902.276000', '103902.278000', '103902.281000', '103902.284000', '103902.287000', '103902.290000', '103902.293000', '103902.296000', '103902.299000', '103902.302000', '103902.305000', '103902.308000', '103902.311000', '103902.313000', '103902.316000', '103902.319000', '103902.322000', '103902.325000', '103922.157000', '103922.186000', '103922.189000', '103922.192000', '103922.195000', '103922.198000', '103922.201000', '103922.204000', '103922.206000', '103922.209000', '103922.212000', '103922.215000', '103922.218000', '103922.230000', '103922.233000', '103922.236000', '103922.239000', '103922.242000', '103922.245000', '103922.247000', '103922.250000', '103922.254000', '103922.257000', '103922.260000', '103922.262000', '103922.265000', '103922.268000', '103922.271000', '103922.274000', '103922.277000', '103922.280000', '103922.283000', '103922.285000', '103922.288000', '103922.291000', '103922.294000', '103922.297000', '103922.300000', '103922.303000', '103922.306000', '103922.309000', '103922.312000', '103922.314000', '103922.317000', '103942.158000', '103942.225000', '103942.227000', '103942.230000', '103942.233000', '103942.236000', '103942.239000', '103942.242000', '103942.245000', '103942.248000', '103942.251000', '103942.253000', '103942.256000', '103942.259000', '103942.262000', '103942.265000', '103942.268000', '103942.271000', '103942.274000', '103942.277000', '103942.279000', '103942.282000', '103942.285000', '103942.288000', '103942.291000', '103942.294000', '103942.297000', '103942.300000', '103942.302000', '103942.305000', '103942.308000', '103942.311000', '103942.314000', '103942.317000', '103942.320000', '103942.323000', '103942.326000', '103942.328000', '103942.331000', '103942.334000', '103942.337000', '103942.340000', '103942.343000', '104002.158000', '104002.198000', '104002.201000', '104002.204000', '104002.206000', '104002.209000', '104002.212000', '104002.215000', '104002.218000', '104002.221000', '104002.224000', '104002.226000', '104002.229000', '104002.232000', '104002.235000', '104002.238000', '104002.241000', '104002.244000', '104002.247000', '104002.250000', '104002.252000', '104002.255000', '104002.258000', '104002.261000', '104002.264000', '104002.267000', '104002.270000', '104002.273000', '104002.275000', '104002.278000', '104002.281000', '104002.284000', '104002.287000', '104002.290000', '104002.293000', '104002.296000', '104002.298000', '104002.301000', '104002.304000', '104002.307000', '104002.310000', '104002.313000', '104002.316000', '104002.319000', '104022.158000', '104022.193000', '104022.196000', '104022.201000', '104022.205000', '104022.208000', '104022.211000', '104022.213000', '104022.216000', '104022.219000', '104022.222000', '104022.225000', '104022.228000', '104022.231000', '104022.234000', '104022.237000', '104022.239000', '104022.242000', '104022.245000', '104022.248000', '104022.251000', '104022.254000', '104022.257000', '104022.260000', '104022.263000', '104022.266000', '104022.269000', '104022.271000', '104022.274000', '104022.277000', '104022.280000', '104022.283000', '104022.286000', '104022.289000', '104022.292000', '104022.294000', '104022.297000', '104022.300000', '104022.317000', '104022.320000', '104022.323000', '104022.326000', '104022.330000', '104042.158000', '104042.222000', '104042.224000', '104042.227000', '104042.230000', '104042.233000', '104042.236000', '104042.239000', '104042.242000', '104042.244000', '104042.247000', '104042.250000', '104042.253000', '104042.256000', '104042.259000', '104042.262000', '104042.265000', '104042.268000', '104042.270000', '104042.273000', '104042.276000', '104042.279000', '104042.282000', '104042.285000', '104042.288000', '104042.291000', '104042.294000', '104042.297000', '104042.299000', '104042.302000', '104042.305000', '104042.308000', '104042.311000', '104042.314000', '104042.317000', '104042.320000', '104042.323000', '104042.326000', '104042.329000', '104042.331000', '104042.337000', '104042.340000', '104042.343000', '104042.346000', '104102.158000', '104102.162000', '104102.165000', '104102.168000', '104102.171000', '104102.174000', '104102.177000', '104102.180000', '104102.183000', '104102.186000', '104102.189000', '104102.192000', '104102.195000', '104102.198000', '104102.201000', '104102.203000', '104102.206000', '104102.209000', '104102.212000', '104102.215000', '104102.218000', '104102.223000', '104102.227000', '104102.230000', '104102.233000', '104102.236000', '104102.239000', '104102.242000', '104102.245000', '104102.248000', '104102.251000', '104102.254000', '104102.256000', '104102.259000', '104102.262000', '104102.265000', '104102.268000', '104102.271000', '104102.274000', '104102.277000', '104102.280000', '104102.282000', '104102.285000', '104122.158000', '104122.201000', '104122.204000', '104122.207000', '104122.210000', '104122.212000', '104122.215000', '104122.218000', '104122.221000', '104122.224000', '104122.227000', '104122.230000', '104122.233000', '104122.235000', '104122.238000', '104122.241000', '104122.244000', '104122.247000', '104122.250000', '104122.253000', '104122.256000', '104122.258000', '104122.261000', '104122.264000', '104122.267000', '104122.270000', '104122.273000', '104122.276000', '104122.279000', '104122.282000', '104122.284000', '104122.287000', '104122.290000', '104122.293000', '104122.296000', '104122.299000', '104122.302000', '104122.304000', '104122.307000', '104122.310000', '104122.313000', '104122.316000', '104122.319000', '104122.322000', '104142.157000', '104142.209000', '104142.212000', '104142.214000', '104142.217000', '104142.220000', '104142.234000', '104142.239000', '104142.242000', '104142.245000', '104142.248000', '104142.251000', '104142.254000', '104142.256000', '104142.259000', '104142.262000', '104142.265000', '104142.268000', '104142.271000', '104142.274000', '104142.277000', '104142.280000', '104142.282000', '104142.285000', '104142.288000', '104142.291000', '104142.294000', '104142.297000', '104142.300000', '104142.303000', '104142.305000', '104142.308000', '104142.311000', '104142.314000', '104142.317000', '104142.320000', '104142.323000', '104142.326000', '104142.329000', '104142.331000', '104142.334000', '104142.337000', '104142.340000', '104202.158000', '104202.222000', '104202.225000', '104202.228000', '104202.231000', '104202.233000', '104202.236000', '104202.239000', '104202.242000', '104202.245000', '104202.248000', '104202.251000', '104202.254000', '104202.257000', '104202.259000', '104202.262000', '104202.265000', '104202.269000', '104202.272000', '104202.274000', '104202.277000', '104202.280000', '104202.283000', '104202.286000', '104202.289000', '104202.292000', '104202.295000', '104202.298000', '104202.301000', '104202.304000', '104202.306000', '104202.309000', '104202.312000', '104202.315000', '104202.318000', '104202.321000', '104202.324000', '104202.327000', '104202.330000', '104202.335000', '104202.338000', '104202.341000', '104202.344000', '104202.347000', '104215.882000', '104215.886000', '104215.889000', '104215.893000', '104215.896000', '104215.900000', '104215.904000', '104215.907000', '104215.910000', '104215.914000', '104215.917000', '104215.920000', '104215.922000', '104215.925000', '104215.928000', '104215.931000', '104215.934000', '104215.937000', '104215.940000', '104215.943000', '104215.947000', '104215.950000', '104215.953000', '104215.956000', '104215.959000', '104215.962000', '104215.965000', '104215.968000', '104215.971000', '104215.974000'], 'InstanceCreationTime': ['102822.198000', '102822.223000', '102822.226000', '102822.229000', '102822.231000', '102822.235000', '102822.237000', '102822.240000', '102822.243000', '102822.246000', '102822.249000', '102822.252000', '102822.255000', '102822.258000', '102822.261000', '102822.264000', '102822.267000', '102822.270000', '102822.273000', '102822.276000', '102822.284000', '102822.287000', '102822.290000', '102822.292000', '102822.295000', '102822.298000', '102822.301000', '102822.304000', '102822.307000', '102822.310000', '102822.313000', '102822.317000', '102822.321000', '102822.324000', '102822.327000', '102822.330000', '102822.340000', '102822.343000', '102822.345000', '102822.348000', '102822.351000', '102822.354000', '102822.357000', '102822.360000', '102842.158000', '102842.161000', '102842.164000', '102842.167000', '102842.170000', '102842.173000', '102842.175000', '102842.178000', '102842.181000', '102842.184000', '102842.187000', '102842.190000', '102842.193000', '102842.195000', '102842.198000', '102842.201000', '102842.204000', '102842.207000', '102842.210000', '102842.216000', '102842.219000', '102842.222000', '102842.225000', '102842.228000', '102842.231000', '102842.234000', '102842.237000', '102842.240000', '102842.243000', '102842.246000', '102842.249000', '102842.252000', '102842.255000', '102842.257000', '102842.260000', '102842.263000', '102842.266000', '102842.269000', '102842.272000', '102842.275000', '102842.285000', '102842.288000', '102842.291000', '102842.294000', '102902.158000', '102902.166000', '102902.169000', '102902.172000', '102902.175000', '102902.178000', '102902.181000', '102902.183000', '102902.186000', '102902.189000', '102902.192000', '102902.195000', '102902.198000', '102902.201000', '102902.204000', '102902.207000', '102902.210000', '102902.212000', '102902.215000', '102902.218000', '102902.221000', '102902.224000', '102902.227000', '102902.230000', '102902.233000', '102902.236000', '102902.239000', '102902.241000', '102902.244000', '102902.247000', '102902.250000', '102902.253000', '102902.256000', '102902.259000', '102902.261000', '102902.264000', '102902.267000', '102902.270000', '102902.273000', '102902.276000', '102902.279000', '102902.282000', '102902.285000', '102922.158000', '102922.161000', '102922.164000', '102922.167000', '102922.170000', '102922.173000', '102922.175000', '102922.178000', '102922.181000', '102922.184000', '102922.187000', '102922.190000', '102922.193000', '102922.196000', '102922.199000', '102922.202000', '102922.205000', '102922.207000', '102922.210000', '102922.213000', '102922.216000', '102922.219000', '102922.222000', '102922.225000', '102922.228000', '102922.231000', '102922.234000', '102922.237000', '102922.239000', '102922.242000', '102922.245000', '102922.248000', '102922.251000', '102922.254000', '102922.257000', '102922.260000', '102922.263000', '102922.271000', '102922.274000', '102922.277000', '102922.280000', '102922.283000', '102922.285000', '102922.288000', '102942.158000', '102942.161000', '102942.164000', '102942.167000', '102942.170000', '102942.173000', '102942.176000', '102942.179000', '102942.194000', '102942.196000', '102942.199000', '102942.202000', '102942.205000', '102942.208000', '102942.211000', '102942.214000', '102942.216000', '102942.219000', '102942.222000', '102942.225000', '102942.228000', '102942.231000', '102942.234000', '102942.237000', '102942.240000', '102942.242000', '102942.245000', '102942.248000', '102942.251000', '102942.254000', '102942.257000', '102942.260000', '102942.262000', '102942.265000', '102942.268000', '102942.271000', '102942.274000', '102942.277000', '102942.280000', '102942.283000', '102942.286000', '102942.289000', '102942.292000', '103002.157000', '103002.186000', '103002.189000', '103002.191000', '103002.194000', '103002.197000', '103002.200000', '103002.203000', '103002.206000', '103002.209000', '103002.211000', '103002.214000', '103002.217000', '103002.220000', '103002.223000', '103002.226000', '103002.229000', '103002.232000', '103002.238000', '103002.241000', '103002.244000', '103002.247000', '103002.250000', '103002.253000', '103002.255000', '103002.258000', '103002.261000', '103002.264000', '103002.267000', '103002.270000', '103002.273000', '103002.276000', '103002.279000', '103002.282000', '103002.285000', '103002.288000', '103002.291000', '103002.293000', '103002.296000', '103002.299000', '103002.302000', '103002.305000', '103002.308000', '103002.311000', '103022.158000', '103022.187000', '103022.190000', '103022.193000', '103022.196000', '103022.199000', '103022.202000', '103022.204000', '103022.207000', '103022.210000', '103022.213000', '103022.216000', '103022.219000', '103022.222000', '103022.225000', '103022.227000', '103022.230000', '103022.233000', '103022.236000', '103022.239000', '103022.242000', '103022.245000', '103022.248000', '103022.250000', '103022.253000', '103022.256000', '103022.259000', '103022.262000', '103022.265000', '103022.267000', '103022.270000', '103022.273000', '103022.276000', '103022.279000', '103022.282000', '103022.285000', '103022.288000', '103022.291000', '103022.293000', '103022.296000', '103022.299000', '103022.302000', '103022.305000', '103042.158000', '103042.161000', '103042.165000', '103042.167000', '103042.170000', '103042.173000', '103042.176000', '103042.179000', '103042.182000', '103042.185000', '103042.188000', '103042.191000', '103042.193000', '103042.196000', '103042.199000', '103042.202000', '103042.205000', '103042.208000', '103042.211000', '103042.214000', '103042.217000', '103042.220000', '103042.223000', '103042.226000', '103042.228000', '103042.231000', '103042.234000', '103042.237000', '103042.240000', '103042.243000', '103042.246000', '103042.249000', '103042.251000', '103042.254000', '103042.257000', '103042.260000', '103042.263000', '103042.266000', '103042.269000', '103042.272000', '103042.275000', '103042.277000', '103042.280000', '103102.158000', '103102.179000', '103102.182000', '103102.185000', '103102.188000', '103102.191000', '103102.193000', '103102.196000', '103102.199000', '103102.202000', '103102.205000', '103102.208000', '103102.211000', '103102.214000', '103102.216000', '103102.219000', '103102.222000', '103102.225000', '103102.228000', '103102.231000', '103102.234000', '103102.237000', '103102.240000', '103102.242000', '103102.245000', '103102.248000', '103102.251000', '103102.254000', '103102.257000', '103102.260000', '103102.263000', '103102.266000', '103102.268000', '103102.271000', '103102.274000', '103102.277000', '103102.280000', '103102.283000', '103102.286000', '103102.289000', '103102.291000', '103102.294000', '103102.297000', '103102.300000', '103122.158000', '103122.161000', '103122.164000', '103122.167000', '103122.257000', '103122.260000', '103122.263000', '103122.273000', '103122.275000', '103122.278000', '103122.281000', '103122.284000', '103122.287000', '103122.290000', '103122.293000', '103122.296000', '103122.298000', '103122.302000', '103122.305000', '103122.308000', '103122.311000', '103122.314000', '103122.317000', '103122.320000', '103122.323000', '103122.325000', '103122.328000', '103122.331000', '103122.334000', '103122.337000', '103122.340000', '103122.343000', '103122.346000', '103122.349000', '103122.351000', '103122.354000', '103122.357000', '103122.360000', '103122.363000', '103122.366000', '103122.369000', '103122.371000', '103122.374000', '103142.158000', '103142.339000', '103142.342000', '103142.345000', '103142.348000', '103142.351000', '103142.354000', '103142.357000', '103142.359000', '103142.362000', '103142.365000', '103142.368000', '103142.371000', '103142.374000', '103142.377000', '103142.379000', '103142.382000', '103142.385000', '103142.388000', '103142.391000', '103142.394000', '103142.397000', '103142.400000', '103142.402000', '103142.406000', '103142.411000', '103142.415000', '103142.417000', '103142.420000', '103142.423000', '103142.426000', '103142.429000', '103142.432000', '103142.435000', '103142.438000', '103142.440000', '103142.443000', '103142.446000', '103142.449000', '103142.452000', '103142.455000', '103142.458000', '103142.460000', '103142.463000', '103202.158000', '103202.201000', '103202.204000', '103202.206000', '103202.209000', '103202.212000', '103202.215000', '103202.218000', '103202.221000', '103202.224000', '103202.227000', '103202.230000', '103202.233000', '103202.235000', '103202.238000', '103202.241000', '103202.244000', '103202.247000', '103202.250000', '103202.253000', '103202.256000', '103202.259000', '103202.262000', '103202.264000', '103202.267000', '103202.270000', '103202.273000', '103202.276000', '103202.279000', '103202.282000', '103202.285000', '103202.287000', '103202.290000', '103202.293000', '103202.296000', '103202.299000', '103202.302000', '103202.320000', '103202.322000', '103202.325000', '103202.328000', '103202.331000', '103202.334000', '103222.157000', '103222.187000', '103222.190000', '103222.193000', '103222.196000', '103222.199000', '103222.202000', '103222.205000', '103222.208000', '103222.210000', '103222.213000', '103222.216000', '103222.219000', '103222.222000', '103222.225000', '103222.228000', '103222.230000', '103222.233000', '103222.236000', '103222.239000', '103222.242000', '103222.245000', '103222.248000', '103222.250000', '103222.253000', '103222.256000', '103222.259000', '103222.262000', '103222.265000', '103222.267000', '103222.270000', '103222.273000', '103222.276000', '103222.279000', '103222.282000', '103222.285000', '103222.288000', '103222.290000', '103222.293000', '103222.296000', '103222.299000', '103222.302000', '103222.305000', '103222.307000', '103242.158000', '103242.188000', '103242.191000', '103242.194000', '103242.197000', '103242.200000', '103242.202000', '103242.205000', '103242.208000', '103242.211000', '103242.214000', '103242.217000', '103242.220000', '103242.223000', '103242.226000', '103242.229000', '103242.232000', '103242.235000', '103242.237000', '103242.240000', '103242.243000', '103242.246000', '103242.249000', '103242.252000', '103242.254000', '103242.257000', '103242.260000', '103242.263000', '103242.266000', '103242.279000', '103242.282000', '103242.285000', '103242.288000', '103242.291000', '103242.293000', '103242.296000', '103242.299000', '103242.302000', '103242.305000', '103242.308000', '103242.311000', '103242.313000', '103242.316000', '103302.158000', '103302.193000', '103302.196000', '103302.199000', '103302.202000', '103302.205000', '103302.208000', '103302.211000', '103302.214000', '103302.217000', '103302.220000', '103302.223000', '103302.225000', '103302.228000', '103302.231000', '103302.234000', '103302.237000', '103302.240000', '103302.243000', '103302.246000', '103302.249000', '103302.252000', '103302.254000', '103302.257000', '103302.260000', '103302.263000', '103302.266000', '103302.269000', '103302.272000', '103302.275000', '103302.278000', '103302.280000', '103302.283000', '103302.286000', '103302.289000', '103302.292000', '103302.295000', '103302.298000', '103302.300000', '103302.303000', '103302.306000', '103302.309000', '103302.312000', '103302.315000', '103322.158000', '103322.206000', '103322.209000', '103322.212000', '103322.214000', '103322.217000', '103322.220000', '103322.224000', '103322.228000', '103322.231000', '103322.234000', '103322.236000', '103322.239000', '103322.242000', '103322.245000', '103322.248000', '103322.251000', '103322.254000', '103322.257000', '103322.260000', '103322.262000', '103322.265000', '103322.268000', '103322.271000', '103322.274000', '103322.277000', '103322.280000', '103322.283000', '103322.286000', '103322.288000', '103322.291000', '103322.294000', '103322.297000', '103322.300000', '103322.303000', '103322.306000', '103322.309000', '103322.311000', '103322.314000', '103322.317000', '103322.320000', '103322.323000', '103322.326000', '103342.158000', '103342.202000', '103342.204000', '103342.207000', '103342.210000', '103342.213000', '103342.216000', '103342.219000', '103342.222000', '103342.224000', '103342.227000', '103342.230000', '103342.233000', '103342.236000', '103342.239000', '103342.242000', '103342.245000', '103342.248000', '103342.251000', '103342.253000', '103342.256000', '103342.259000', '103342.262000', '103342.265000', '103342.268000', '103342.271000', '103342.273000', '103342.276000', '103342.279000', '103342.282000', '103342.285000', '103342.288000', '103342.291000', '103342.294000', '103342.297000', '103342.300000', '103342.303000', '103342.306000', '103342.309000', '103342.311000', '103342.314000', '103342.317000', '103342.320000', '103342.323000', '103402.158000', '103402.192000', '103402.195000', '103402.198000', '103402.201000', '103402.204000', '103402.206000', '103402.211000', '103402.220000', '103402.223000', '103402.226000', '103402.229000', '103402.232000', '103402.235000', '103402.238000', '103402.241000', '103402.244000', '103402.247000', '103402.249000', '103402.252000', '103402.255000', '103402.258000', '103402.261000', '103402.264000', '103402.267000', '103402.270000', '103402.273000', '103402.276000', '103402.279000', '103402.281000', '103402.284000', '103402.287000', '103402.290000', '103402.293000', '103402.296000', '103402.299000', '103402.301000', '103402.304000', '103402.307000', '103402.310000', '103402.326000', '103402.329000', '103402.332000', '103422.158000', '103422.218000', '103422.221000', '103422.224000', '103422.227000', '103422.230000', '103422.233000', '103422.236000', '103422.239000', '103422.242000', '103422.245000', '103422.248000', '103422.251000', '103422.254000', '103422.256000', '103422.259000', '103422.262000', '103422.265000', '103422.268000', '103422.271000', '103422.274000', '103422.277000', '103422.280000', '103422.282000', '103422.285000', '103422.288000', '103422.291000', '103422.294000', '103422.297000', '103422.300000', '103422.303000', '103422.306000', '103422.309000', '103422.312000', '103422.314000', '103422.317000', '103422.320000', '103422.323000', '103422.326000', '103422.329000', '103422.332000', '103422.335000', '103422.337000', '103422.340000', '103442.157000', '103442.196000', '103442.198000', '103442.201000', '103442.204000', '103442.208000', '103442.211000', '103442.214000', '103442.217000', '103442.219000', '103442.222000', '103442.225000', '103442.228000', '103442.231000', '103442.234000', '103442.237000', '103442.240000', '103442.243000', '103442.246000', '103442.248000', '103442.251000', '103442.254000', '103442.257000', '103442.260000', '103442.263000', '103442.266000', '103442.269000', '103442.272000', '103442.275000', '103442.277000', '103442.280000', '103442.283000', '103442.286000', '103442.289000', '103442.292000', '103442.295000', '103442.298000', '103442.301000', '103442.304000', '103442.307000', '103442.310000', '103442.312000', '103442.315000', '103502.158000', '103502.176000', '103502.179000', '103502.182000', '103502.185000', '103502.188000', '103502.191000', '103502.193000', '103502.196000', '103502.199000', '103502.202000', '103502.205000', '103502.208000', '103502.211000', '103502.214000', '103502.217000', '103502.219000', '103502.222000', '103502.225000', '103502.228000', '103502.231000', '103502.234000', '103502.237000', '103502.240000', '103502.243000', '103502.245000', '103502.248000', '103502.251000', '103502.254000', '103502.257000', '103502.260000', '103502.263000', '103502.265000', '103502.268000', '103502.271000', '103502.274000', '103502.277000', '103502.280000', '103502.283000', '103502.286000', '103502.289000', '103502.292000', '103502.295000', '103502.297000', '103522.158000', '103522.198000', '103522.201000', '103522.204000', '103522.207000', '103522.209000', '103522.212000', '103522.215000', '103522.218000', '103522.221000', '103522.224000', '103522.227000', '103522.230000', '103522.233000', '103522.235000', '103522.238000', '103522.241000', '103522.247000', '103522.250000', '103522.252000', '103522.255000', '103522.258000', '103522.261000', '103522.264000', '103522.267000', '103522.270000', '103522.273000', '103522.275000', '103522.278000', '103522.281000', '103522.284000', '103522.288000', '103522.292000', '103522.295000', '103522.297000', '103522.300000', '103522.303000', '103522.306000', '103522.309000', '103522.312000', '103522.315000', '103522.318000', '103522.321000', '103542.158000', '103542.190000', '103542.193000', '103542.196000', '103542.199000', '103542.202000', '103542.205000', '103542.208000', '103542.211000', '103542.214000', '103542.217000', '103542.220000', '103542.223000', '103542.226000', '103542.228000', '103542.231000', '103542.234000', '103542.237000', '103542.240000', '103542.243000', '103542.246000', '103542.249000', '103542.252000', '103542.255000', '103542.257000', '103542.260000', '103542.263000', '103542.266000', '103542.269000', '103542.272000', '103542.275000', '103542.278000', '103542.281000', '103542.284000', '103542.286000', '103542.289000', '103542.292000', '103542.295000', '103542.298000', '103542.301000', '103542.304000', '103542.315000', '103542.318000', '103542.321000', '103602.158000', '103602.207000', '103602.210000', '103602.213000', '103602.216000', '103602.219000', '103602.228000', '103602.231000', '103602.234000', '103602.236000', '103602.239000', '103602.242000', '103602.245000', '103602.249000', '103602.252000', '103602.255000', '103602.258000', '103602.261000', '103602.264000', '103602.267000', '103602.270000', '103602.273000', '103602.276000', '103602.278000', '103602.281000', '103602.284000', '103602.287000', '103602.290000', '103602.293000', '103602.296000', '103602.299000', '103602.302000', '103602.305000', '103602.308000', '103602.311000', '103602.314000', '103602.317000', '103602.320000', '103602.323000', '103602.326000', '103602.329000', '103602.331000', '103602.334000', '103622.158000', '103622.258000', '103622.260000', '103622.263000', '103622.266000', '103622.269000', '103622.272000', '103622.275000', '103622.278000', '103622.281000', '103622.284000', '103622.286000', '103622.289000', '103622.292000', '103622.295000', '103622.298000', '103622.301000', '103622.304000', '103622.307000', '103622.310000', '103622.313000', '103622.316000', '103622.318000', '103622.321000', '103622.324000', '103622.327000', '103622.330000', '103622.333000', '103622.336000', '103622.339000', '103622.341000', '103622.344000', '103622.347000', '103622.350000', '103622.353000', '103622.356000', '103622.359000', '103622.362000', '103622.364000', '103622.367000', '103622.370000', '103622.373000', '103622.376000', '103622.379000', '103642.158000', '103642.211000', '103642.213000', '103642.216000', '103642.219000', '103642.222000', '103642.225000', '103642.228000', '103642.231000', '103642.234000', '103642.237000', '103642.239000', '103642.242000', '103642.245000', '103642.248000', '103642.251000', '103642.254000', '103642.257000', '103642.260000', '103642.263000', '103642.265000', '103642.268000', '103642.271000', '103642.274000', '103642.277000', '103642.280000', '103642.283000', '103642.285000', '103642.288000', '103642.291000', '103642.294000', '103642.297000', '103642.301000', '103642.303000', '103642.306000', '103642.309000', '103642.312000', '103642.315000', '103642.318000', '103642.321000', '103642.324000', '103642.326000', '103642.329000', '103702.157000', '103702.206000', '103702.208000', '103702.211000', '103702.214000', '103702.217000', '103702.220000', '103702.223000', '103702.226000', '103702.229000', '103702.231000', '103702.234000', '103702.237000', '103702.240000', '103702.243000', '103702.246000', '103702.249000', '103702.251000', '103702.254000', '103702.257000', '103702.260000', '103702.263000', '103702.266000', '103702.269000', '103702.272000', '103702.275000', '103702.277000', '103702.280000', '103702.283000', '103702.286000', '103702.289000', '103702.292000', '103702.295000', '103702.298000', '103702.301000', '103702.303000', '103702.306000', '103702.309000', '103702.312000', '103702.315000', '103702.318000', '103702.321000', '103702.324000', '103702.326000', '103722.158000', '103722.222000', '103722.225000', '103722.228000', '103722.231000', '103722.234000', '103722.237000', '103722.239000', '103722.242000', '103722.245000', '103722.248000', '103722.251000', '103722.254000', '103722.257000', '103722.259000', '103722.262000', '103722.265000', '103722.268000', '103722.271000', '103722.274000', '103722.277000', '103722.280000', '103722.282000', '103722.286000', '103722.289000', '103722.292000', '103722.295000', '103722.298000', '103722.301000', '103722.304000', '103722.307000', '103722.310000', '103722.313000', '103722.316000', '103722.318000', '103722.321000', '103722.324000', '103722.327000', '103722.330000', '103722.333000', '103722.336000', '103722.338000', '103722.341000', '103742.158000', '103742.190000', '103742.192000', '103742.195000', '103742.198000', '103742.201000', '103742.204000', '103742.207000', '103742.210000', '103742.213000', '103742.215000', '103742.218000', '103742.221000', '103742.224000', '103742.227000', '103742.230000', '103742.232000', '103742.235000', '103742.238000', '103742.241000', '103742.244000', '103742.247000', '103742.250000', '103742.254000', '103742.257000', '103742.259000', '103742.268000', '103742.271000', '103742.274000', '103742.276000', '103742.279000', '103742.282000', '103742.285000', '103742.288000', '103742.291000', '103742.294000', '103742.297000', '103742.300000', '103742.303000', '103742.306000', '103742.308000', '103742.311000', '103742.314000', '103742.317000', '103802.158000', '103802.199000', '103802.202000', '103802.205000', '103802.208000', '103802.210000', '103802.213000', '103802.216000', '103802.219000', '103802.222000', '103802.225000', '103802.228000', '103802.230000', '103802.233000', '103802.236000', '103802.239000', '103802.242000', '103802.245000', '103802.248000', '103802.251000', '103802.253000', '103802.256000', '103802.259000', '103802.262000', '103802.265000', '103802.268000', '103802.271000', '103802.274000', '103802.276000', '103802.294000', '103802.297000', '103802.300000', '103802.303000', '103802.306000', '103802.308000', '103802.311000', '103802.314000', '103802.317000', '103802.320000', '103802.323000', '103802.326000', '103802.329000', '103802.331000', '103822.158000', '103822.196000', '103822.199000', '103822.202000', '103822.205000', '103822.221000', '103822.224000', '103822.227000', '103822.230000', '103822.233000', '103822.236000', '103822.239000', '103822.242000', '103822.245000', '103822.248000', '103822.251000', '103822.254000', '103822.257000', '103822.260000', '103822.262000', '103822.265000', '103822.268000', '103822.271000', '103822.274000', '103822.277000', '103822.280000', '103822.283000', '103822.286000', '103822.288000', '103822.291000', '103822.294000', '103822.297000', '103822.300000', '103822.303000', '103822.306000', '103822.309000', '103822.312000', '103822.315000', '103822.318000', '103822.320000', '103822.323000', '103822.326000', '103822.329000', '103842.158000', '103842.230000', '103842.233000', '103842.236000', '103842.239000', '103842.242000', '103842.244000', '103842.247000', '103842.250000', '103842.253000', '103842.256000', '103842.259000', '103842.262000', '103842.264000', '103842.267000', '103842.270000', '103842.273000', '103842.276000', '103842.279000', '103842.282000', '103842.285000', '103842.288000', '103842.291000', '103842.293000', '103842.296000', '103842.299000', '103842.302000', '103842.305000', '103842.308000', '103842.311000', '103842.314000', '103842.317000', '103842.319000', '103842.323000', '103842.326000', '103842.329000', '103842.332000', '103842.335000', '103842.338000', '103842.341000', '103842.344000', '103842.347000', '103842.350000', '103842.353000', '103902.158000', '103902.206000', '103902.209000', '103902.212000', '103902.215000', '103902.218000', '103902.221000', '103902.223000', '103902.226000', '103902.229000', '103902.232000', '103902.235000', '103902.238000', '103902.241000', '103902.244000', '103902.247000', '103902.250000', '103902.252000', '103902.255000', '103902.258000', '103902.261000', '103902.264000', '103902.267000', '103902.270000', '103902.273000', '103902.276000', '103902.278000', '103902.281000', '103902.284000', '103902.287000', '103902.290000', '103902.293000', '103902.296000', '103902.299000', '103902.302000', '103902.305000', '103902.308000', '103902.311000', '103902.313000', '103902.316000', '103902.319000', '103902.322000', '103902.325000', '103922.157000', '103922.186000', '103922.189000', '103922.192000', '103922.195000', '103922.198000', '103922.201000', '103922.204000', '103922.206000', '103922.209000', '103922.212000', '103922.215000', '103922.218000', '103922.230000', '103922.233000', '103922.236000', '103922.239000', '103922.242000', '103922.245000', '103922.247000', '103922.250000', '103922.254000', '103922.257000', '103922.260000', '103922.262000', '103922.265000', '103922.268000', '103922.271000', '103922.274000', '103922.277000', '103922.280000', '103922.283000', '103922.285000', '103922.288000', '103922.291000', '103922.294000', '103922.297000', '103922.300000', '103922.303000', '103922.306000', '103922.309000', '103922.312000', '103922.314000', '103922.317000', '103942.158000', '103942.225000', '103942.227000', '103942.230000', '103942.233000', '103942.236000', '103942.239000', '103942.242000', '103942.245000', '103942.248000', '103942.251000', '103942.253000', '103942.256000', '103942.259000', '103942.262000', '103942.265000', '103942.268000', '103942.271000', '103942.274000', '103942.277000', '103942.279000', '103942.282000', '103942.285000', '103942.288000', '103942.291000', '103942.294000', '103942.297000', '103942.300000', '103942.302000', '103942.305000', '103942.308000', '103942.311000', '103942.314000', '103942.317000', '103942.320000', '103942.323000', '103942.326000', '103942.328000', '103942.331000', '103942.334000', '103942.337000', '103942.340000', '103942.343000', '104002.158000', '104002.198000', '104002.201000', '104002.204000', '104002.206000', '104002.209000', '104002.212000', '104002.215000', '104002.218000', '104002.221000', '104002.224000', '104002.226000', '104002.229000', '104002.232000', '104002.235000', '104002.238000', '104002.241000', '104002.244000', '104002.247000', '104002.250000', '104002.252000', '104002.255000', '104002.258000', '104002.261000', '104002.264000', '104002.267000', '104002.270000', '104002.273000', '104002.275000', '104002.278000', '104002.281000', '104002.284000', '104002.287000', '104002.290000', '104002.293000', '104002.296000', '104002.298000', '104002.301000', '104002.304000', '104002.307000', '104002.310000', '104002.313000', '104002.316000', '104002.319000', '104022.158000', '104022.193000', '104022.196000', '104022.201000', '104022.205000', '104022.208000', '104022.211000', '104022.213000', '104022.216000', '104022.219000', '104022.222000', '104022.225000', '104022.228000', '104022.231000', '104022.234000', '104022.237000', '104022.239000', '104022.242000', '104022.245000', '104022.248000', '104022.251000', '104022.254000', '104022.257000', '104022.260000', '104022.263000', '104022.266000', '104022.269000', '104022.271000', '104022.274000', '104022.277000', '104022.280000', '104022.283000', '104022.286000', '104022.289000', '104022.292000', '104022.294000', '104022.297000', '104022.300000', '104022.317000', '104022.320000', '104022.323000', '104022.326000', '104022.330000', '104042.158000', '104042.222000', '104042.224000', '104042.227000', '104042.230000', '104042.233000', '104042.236000', '104042.239000', '104042.242000', '104042.244000', '104042.247000', '104042.250000', '104042.253000', '104042.256000', '104042.259000', '104042.262000', '104042.265000', '104042.268000', '104042.270000', '104042.273000', '104042.276000', '104042.279000', '104042.282000', '104042.285000', '104042.288000', '104042.291000', '104042.294000', '104042.297000', '104042.299000', '104042.302000', '104042.305000', '104042.308000', '104042.311000', '104042.314000', '104042.317000', '104042.320000', '104042.323000', '104042.326000', '104042.329000', '104042.331000', '104042.337000', '104042.340000', '104042.343000', '104042.346000', '104102.158000', '104102.162000', '104102.165000', '104102.168000', '104102.171000', '104102.174000', '104102.177000', '104102.180000', '104102.183000', '104102.186000', '104102.189000', '104102.192000', '104102.195000', '104102.198000', '104102.201000', '104102.203000', '104102.206000', '104102.209000', '104102.212000', '104102.215000', '104102.218000', '104102.223000', '104102.227000', '104102.230000', '104102.233000', '104102.236000', '104102.239000', '104102.242000', '104102.245000', '104102.248000', '104102.251000', '104102.254000', '104102.256000', '104102.259000', '104102.262000', '104102.265000', '104102.268000', '104102.271000', '104102.274000', '104102.277000', '104102.280000', '104102.282000', '104102.285000', '104122.158000', '104122.201000', '104122.204000', '104122.207000', '104122.210000', '104122.212000', '104122.215000', '104122.218000', '104122.221000', '104122.224000', '104122.227000', '104122.230000', '104122.233000', '104122.235000', '104122.238000', '104122.241000', '104122.244000', '104122.247000', '104122.250000', '104122.253000', '104122.256000', '104122.258000', '104122.261000', '104122.264000', '104122.267000', '104122.270000', '104122.273000', '104122.276000', '104122.279000', '104122.282000', '104122.284000', '104122.287000', '104122.290000', '104122.293000', '104122.296000', '104122.299000', '104122.302000', '104122.304000', '104122.307000', '104122.310000', '104122.313000', '104122.316000', '104122.319000', '104122.322000', '104142.157000', '104142.209000', '104142.212000', '104142.214000', '104142.217000', '104142.220000', '104142.234000', '104142.239000', '104142.242000', '104142.245000', '104142.248000', '104142.251000', '104142.254000', '104142.256000', '104142.259000', '104142.262000', '104142.265000', '104142.268000', '104142.271000', '104142.274000', '104142.277000', '104142.280000', '104142.282000', '104142.285000', '104142.288000', '104142.291000', '104142.294000', '104142.297000', '104142.300000', '104142.303000', '104142.305000', '104142.308000', '104142.311000', '104142.314000', '104142.317000', '104142.320000', '104142.323000', '104142.326000', '104142.329000', '104142.331000', '104142.334000', '104142.337000', '104142.340000', '104202.158000', '104202.222000', '104202.225000', '104202.228000', '104202.231000', '104202.233000', '104202.236000', '104202.239000', '104202.242000', '104202.245000', '104202.248000', '104202.251000', '104202.254000', '104202.257000', '104202.259000', '104202.262000', '104202.265000', '104202.269000', '104202.272000', '104202.274000', '104202.277000', '104202.280000', '104202.283000', '104202.286000', '104202.289000', '104202.292000', '104202.295000', '104202.298000', '104202.301000', '104202.304000', '104202.306000', '104202.309000', '104202.312000', '104202.315000', '104202.318000', '104202.321000', '104202.324000', '104202.327000', '104202.330000', '104202.335000', '104202.338000', '104202.341000', '104202.344000', '104202.347000', '104215.882000', '104215.886000', '104215.889000', '104215.893000', '104215.896000', '104215.900000', '104215.904000', '104215.907000', '104215.910000', '104215.914000', '104215.917000', '104215.920000', '104215.922000', '104215.925000', '104215.928000', '104215.931000', '104215.934000', '104215.937000', '104215.940000', '104215.943000', '104215.947000', '104215.950000', '104215.953000', '104215.956000', '104215.959000', '104215.962000', '104215.965000', '104215.968000', '104215.971000', '104215.974000'], '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], 'LargestImagePixelValue': [9540, 11232, 9203, 10008, 9108, 9629, 9094, 9083, 8976, 9647, 10448, 9221, 8695, 8667, 8827, 8533, 9665, 8969, 10830, 8678, 9594, 8705, 10787, 8836, 11216, 8854, 9948, 8748, 10503, 8558, 10613, 8653, 11316, 8797, 11681, 9696, 10299, 8877, 8706, 9849, 9021, 9236, 9357, 8672, 12056, 9280, 11181, 8310, 11395, 8641, 9563, 8903, 8704, 9468, 8434, 11799, 8696, 11144, 8498, 10717, 8702, 10202, 9016, 8919, 8933, 8408, 8873, 8494, 10282, 8687, 11120, 8462, 10788, 8748, 10303, 8597, 8603, 8807, 9401, 10683, 8977, 10734, 8814, 10750, 8453, 10473, 8781, 9310, 8862, 8663, 8646, 8703, 10866, 8775, 11000, 8830, 10911, 8718, 9733, 8968, 8736, 8436, 8699, 12015, 9679, 10554, 8931, 8684, 8670, 9487, 8629, 10316, 8847, 11738, 9934, 10617, 8698, 11192, 8680, 11666, 8721, 12173, 8803, 10183, 8793, 9342, 9040, 9062, 8905, 9850, 10734, 9231, 8620, 8685, 8864, 8495, 8682, 8673, 10150, 8715, 8536, 8857, 8746, 9452, 11283, 10052, 8550, 8674, 8813, 8752, 10977, 9812, 10866, 8890, 9915, 9018, 10984, 8601, 11336, 8963, 10825, 8875, 10239, 8906, 9353, 10644, 8693, 10004, 9002, 10502, 8619, 10794, 8658, 9738, 8941, 8925, 9224, 8918, 9083, 9241, 8731, 8630, 8886, 8735, 8915, 9068, 8783, 9968, 8928, 9478, 8813, 8996, 8591, 10456, 9018, 11929, 8577, 9843, 9180, 10774, 8878, 11616, 9400, 12788, 9372, 10743, 8742, 10497, 8591, 11197, 8645, 12161, 8678, 10989, 8680, 10918, 8679, 11297, 9575, 11354, 8773, 10664, 8766, 11083, 8474, 10873, 8642, 10775, 8723, 10823, 8641, 9140, 8771, 8541, 8930, 8653, 9071, 8581, 11671, 9666, 10287, 8493, 10642, 8670, 10667, 8921, 11091, 8680, 10168, 8758, 10480, 8883, 10506, 8898, 11031, 8702, 10637, 8932, 10504, 8906, 10761, 8808, 10748, 8802, 10744, 9073, 9450, 9395, 9441, 12097, 9397, 11608, 8828, 10808, 8837, 10653, 9167, 10408, 8727, 8701, 8870, 8750, 9057, 10469, 8648, 11432, 9476, 11327, 8392, 11830, 8506, 11020, 8801, 12353, 8881, 10062, 8582, 9781, 8754, 10738, 8760, 11366, 8736, 10602, 8748, 10378, 8391, 11405, 9113, 11350, 8825, 13583, 8791, 11738, 8719, 10137, 8971, 10394, 8356, 11321, 9007, 11045, 8682, 10645, 8979, 10957, 8614, 10163, 8739, 9712, 9048, 10470, 8737, 10319, 8745, 9539, 8511, 10418, 8919, 12050, 10242, 10048, 9715, 8781, 10423, 8490, 13390, 8766, 10247, 8777, 9501, 8941, 8921, 9452, 8671, 10727, 9017, 11282, 8743, 11328, 9316, 11046, 8620, 10605, 9005, 9711, 8990, 10215, 9044, 8782, 8908, 9005, 9575, 8656, 10874, 8562, 10796, 8338, 11662, 8806, 10950, 8653, 8627, 8927, 8747, 9335, 8744, 10681, 8454, 11065, 8556, 10514, 8684, 8829, 8844, 8476, 12005, 8735, 12233, 9873, 9462, 8992, 9011, 8688, 8797, 9529, 8747, 11317, 8612, 10592, 8947, 10745, 8896, 10726, 8541, 10738, 8675, 9804, 8600, 9889, 9230, 10327, 8824, 8613, 8781, 8629, 8579, 8675, 8958, 8702, 9231, 8895, 9952, 8322, 8533, 9014, 9282, 8915, 9959, 8758, 10102, 8711, 10042, 8861, 10639, 8989, 9654, 8705, 10363, 8537, 9986, 8672, 10316, 9160, 10171, 9052, 11150, 8864, 10939, 8626, 9420, 8572, 9737, 8810, 9933, 9551, 10858, 9425, 8795, 8901, 8456, 9179, 8579, 10084, 8765, 8893, 8632, 8712, 8819, 10335, 8482, 9882, 8732, 10058, 8847, 10325, 8637, 11306, 8648, 9452, 8828, 9264, 9008, 11086, 9856, 9805, 8841, 10251, 9243, 11211, 10291, 10763, 8879, 12004, 8685, 11522, 9006, 10973, 8599, 10811, 8423, 10441, 8709, 10565, 8456, 10735, 8526, 10137, 8783, 10402, 8801, 10233, 8722, 10704, 8830, 10228, 8786, 10563, 8844, 10749, 8721, 11428, 8872, 9644, 8743, 9403, 8686, 9656, 8595, 10392, 8925, 9216, 8607, 8810, 8657, 8824, 10835, 9127, 11576, 9047, 12983, 9847, 11410, 8797, 11042, 8657, 9759, 8845, 9076, 11196, 8911, 12078, 8525, 10944, 8767, 10524, 8407, 8609, 8241, 8837, 8479, 8546, 10244, 9040, 10214, 8535, 10306, 8665, 8778, 8743, 9029, 8666, 9067, 11497, 10193, 10197, 9016, 11043, 8656, 11166, 8784, 10976, 8902, 10611, 8866, 9418, 8764, 9521, 8845, 8870, 8571, 9741, 9371, 9060, 8557, 9090, 8781, 9545, 11678, 10311, 9994, 9210, 11464, 8863, 11836, 9431, 11836, 8683, 10950, 8567, 10661, 8453, 10383, 8434, 10655, 8487, 10380, 8648, 10522, 8679, 10971, 8921, 11471, 8885, 11047, 8605, 9678, 8463, 9169, 11069, 10230, 12829, 8967, 11432, 8941, 11193, 8727, 10865, 8677, 10710, 8627, 10394, 8755, 10153, 8629, 10222, 8564, 10474, 8589, 10400, 8650, 10612, 8634, 11013, 8687, 9140, 8642, 9036, 12038, 9903, 12410, 9830, 10861, 9019, 10757, 8624, 10724, 8857, 10811, 8610, 10646, 8712, 10620, 9021, 11285, 8907, 10870, 8758, 10956, 8817, 11518, 8923, 11959, 8646, 11083, 8865, 11246, 8847, 11028, 8832, 10569, 8613, 9041, 8861, 9212, 9666, 8855, 9621, 8792, 11164, 8880, 10679, 8641, 10480, 8757, 9190, 8761, 9038, 9997, 8841, 9650, 8759, 10951, 8970, 10792, 8528, 10682, 8618, 10300, 8622, 10592, 8526, 10686, 8919, 10321, 8677, 10450, 9144, 10642, 8949, 9016, 8518, 9309, 8703, 10487, 8447, 9836, 8759, 9740, 8647, 9738, 11388, 10091, 11251, 8667, 11330, 8792, 11156, 8579, 10120, 9094, 9620, 8943, 9111, 8586, 9278, 8736, 8759, 8566, 8856, 8986, 9806, 10697, 9800, 8531, 8917, 8835, 8995, 8712, 10097, 10865, 9482, 8726, 8886, 8666, 9256, 11173, 9852, 9798, 8806, 10012, 8958, 11112, 9492, 11475, 8803, 10939, 8653, 10267, 8640, 10358, 8644, 9115, 8802, 9928, 8604, 10322, 8916, 11200, 9209, 11646, 8740, 11438, 8731, 11302, 8751, 10948, 8567, 13033, 8811, 13765, 8697, 9539, 8869, 10001, 8780, 10627, 8616, 11216, 8500, 10032, 8352, 9932, 8809, 10105, 9030, 9365, 10276, 8643, 10590, 8690, 10759, 8648, 11445, 10399, 8972, 8828, 8636, 9003, 8686, 9273, 8778, 10719, 8823, 10473, 8923, 10317, 9371, 9119, 9057, 8720, 8876, 8915, 9952, 8602, 12718, 9522, 11383, 8847, 8698, 10981, 9010, 10522, 9432, 9916, 9444, 9972, 9207, 9836, 8999, 9642, 9018, 9955, 9393, 9667, 9428, 8722, 9370, 8524, 9074, 8605, 10668, 8658, 11502, 8935, 10054, 8794, 9855, 9399, 10473, 9241, 8648, 9045, 8671, 9147, 8663, 9284, 8558, 10799, 8766, 10952, 8799, 10015, 8962, 10244, 8998, 10420, 9256, 11087, 9666, 8665, 8890, 8656, 8785, 8525, 9823, 8544, 10687, 8723, 10638, 8504, 10776, 8924, 10912, 8778, 11050, 8566, 10943, 9302, 10968, 8935, 11067, 9170, 11124, 9259, 11321, 8698, 10866, 8671, 10780, 9159, 11239, 10239, 9767, 9186, 8332, 9025, 9369, 9509, 8682, 8992, 8985, 8933, 8413, 9452, 8465, 9560, 8478, 9922, 8664, 9514, 8345, 9388, 8440, 9411, 8680, 9596, 8302, 9044, 8694, 9177, 8611, 10417, 8622, 9561, 8621, 10469, 8754, 11263, 8651, 10543, 9164, 10959, 8537, 11686, 8642, 11870, 8633, 10874, 8932, 11248, 8835, 11640, 8377, 10694, 8822, 10639, 8728, 12097, 8656, 10161, 8802, 10275, 9101, 11482, 9328, 9654, 9094, 8655, 8781, 8550, 9358, 8728, 12109, 9260, 12220, 10269, 11834, 9471, 11422, 8894, 11881, 9597, 11797, 9257, 9582, 8809, 9805, 8813, 10571, 9003, 10305, 8589, 10418, 8648, 9538, 9588, 9532, 9306, 8817, 11233, 9147, 11223, 8986, 10766, 8481, 10134, 8724, 9754, 8562, 9183, 8971, 8894, 9758, 9072, 11780, 9154, 10117, 9554, 10342, 9120, 11703, 9111, 10552, 8915, 10613, 8860, 10291, 8801, 10832, 8585, 11842, 8754, 11019, 8888, 10891, 9258, 11800, 9098, 10729, 8823, 10672, 9582, 11630, 8992, 10802, 9319, 10721, 8990, 11397, 8851, 10924, 8639, 10820, 8554, 11121, 8638, 10710, 8623, 10119, 8702, 10687, 8560, 9669, 8555, 8925, 8747, 9300, 11820, 9038, 10362, 9130, 11610, 8972, 11902, 9086, 10959, 8721, 10431, 8552, 10387, 8302, 9679, 8577, 9443, 8646, 9112, 8544, 9425, 8676, 9231, 8646, 9231, 11106, 9090, 8450, 9011, 8813, 9457, 9879, 9302, 9147, 9157, 10622, 9455, 12504, 9720, 11381, 8615, 11116, 8357, 10941, 8628, 10045, 8384, 9151, 8658, 9861, 8422, 9147, 8564, 9183, 8698, 9390, 11744, 9213, 12389, 9038, 10765, 8869, 11618, 8534, 9730, 8627, 9024, 8668, 9534, 8584, 9095, 8544, 9162, 8242, 9423, 8848, 9562, 8631, 9652, 8687, 10258, 11650, 9749, 11693, 8971, 12525, 8892, 12608, 8458, 9929, 8425, 8925, 10263, 9292, 12344, 9476, 10921, 8803, 9814, 8214, 9432, 8463, 9021, 8367, 9387, 11674, 9010, 12376, 9096, 10939, 9275, 10594, 8833, 10694, 8962, 11494, 8733, 10828, 8937, 10637, 9167, 11893, 9699, 11832, 8520, 11746, 8873, 11534, 8924, 12263, 8817, 10566, 8867, 10738, 9558, 11598, 9311, 8611, 8811, 8794, 9333, 8509, 9901, 8467, 10022, 8431, 10515, 8741, 12373, 8695, 11139, 8441, 10765, 8796, 11329, 8491, 10287, 8470, 9460, 8671, 9338, 10744, 9162, 8645, 9126, 9289, 9094, 11412, 9232, 8677, 9123, 8521, 9011, 9089, 9456, 10523, 9719, 8935, 8965, 10362, 9199, 12118, 10089, 12090, 8930, 10814, 8346, 10859, 8637, 11082, 8417, 10282, 8448, 8996, 8202, 9221, 10195, 9160, 10917, 9241, 10558, 9146, 11145, 9054, 10503, 8680, 10242, 8634, 10097, 9127, 11727, 8397, 10359, 8774, 10777, 9337, 10031, 9336, 10906, 10136, 8699, 9409, 8347, 9661, 8453, 10547, 8871, 10922, 8866, 10399, 8711, 10837, 8619, 10956, 8560, 10558, 8931, 10609, 8969, 11448, 9052, 11669, 8969, 10884, 8963, 10971, 9198, 11524, 9186, 10326, 9253, 9429, 9374, 9189, 9365, 8867, 9426, 8378, 10777, 8499, 11335, 8995, 11603, 8743, 10590, 9170, 10596, 9359, 8875, 10373, 8832, 8419, 9140, 8733, 9071, 8518, 10517, 8744, 11160, 8314, 10559, 8316, 9819, 8716, 8728, 10738, 8932, 12485, 10734, 12524, 8937, 10930, 9087, 11132, 8922, 11762, 9827, 8705, 9185, 8728, 9074, 9743, 9308, 8406, 9177, 8152, 9417, 8482, 9064, 8241, 8989, 8527, 9002, 9196, 9173, 11081, 9367, 10738, 9019, 11301, 9242, 12377, 8917, 11969, 8631, 10507, 8873, 10215, 8476, 10288, 8386, 9229, 8404, 8880, 9430, 9225, 8310, 9157, 8984, 9163, 11514, 9718, 10613, 9178, 11219, 9000, 12066, 9684, 12110, 8816, 10652, 9480, 10263, 9170, 11044, 9327, 12321, 9580, 13167, 8877, 11409, 8805, 10610, 8648, 11426, 8423, 10473, 8595, 9933, 8876, 10215, 8589, 12082, 8828, 10501, 8535, 10531, 8891, 12325, 8405, 9952, 8447, 9634, 8495, 9911, 8338, 9138, 9982, 9182, 12459, 9361, 10903, 9329, 10533, 9188, 11180, 9136, 10541, 8960, 10519, 9198, 10887, 8511, 10692, 8331, 9880, 8575, 9566, 8907, 9419, 10938, 9201, 10951, 9249, 10520, 9026, 9727, 9370, 9698, 8948, 10722, 9230, 8417, 8966, 8491, 8982, 11935, 10945, 10812, 8959, 12263, 8986, 11645, 8557, 12771, 8563, 10159, 8222, 9205, 8981, 9322, 10359, 9453, 8712, 8927, 8677, 9026, 10053, 8932, 12341, 10620, 11884, 8941, 10617, 8541, 10428, 8796, 10291, 11013, 9122, 10454, 9429, 11249, 9210, 11677, 8766, 12036, 8948, 10145, 8754, 10104, 8679, 11070, 9032, 11327, 8424, 11629, 8424, 10133, 8502, 9375, 8496, 9815, 8740, 9998, 8520, 8802, 8355, 9326, 8577, 9698, 10528, 9304, 8640, 8921, 10795, 8762, 11295, 8675, 10852, 8518, 9683, 8553, 8947, 10185, 9059, 12833, 9743, 11310, 9142, 10513, 8968, 10503, 8803, 10531, 8786, 11147, 8705, 10581, 8568, 10308, 8523, 11372, 8318, 11566, 8480, 10144, 8262, 9456, 8785, 9308, 11168, 9066, 10206, 9141, 10948, 9018, 11963, 9350, 12281, 8990, 10630, 8662, 10320, 8878, 10536, 8706, 10717, 8631, 11698, 8709, 10060, 8245, 9834, 8438, 10501, 9033, 11343, 8155, 8732, 8340, 9423, 8683, 11092, 8526, 9819, 8765, 9686, 8438, 10482, 8583, 11997, 8402, 10000, 8677, 9981, 8579, 10445, 9196, 10550, 9340, 8502, 9137, 8662, 9848, 8854, 11975, 8621, 11149, 8972, 10517, 8921, 12819, 8451, 10048, 9080, 10623, 8644, 11858, 9416, 9888, 9221, 9164, 8694, 9465, 9119, 10220, 9153, 8455, 8770, 8741, 10130, 8865, 8920, 8580, 9088, 8531, 10262, 8617, 10514, 8602, 10320, 8715, 11448, 9341, 10971, 8772, 9502, 8741, 10162, 8942, 10794, 9120, 10915, 8781, 10643, 9131, 11594, 10183, 8206, 8871, 8479, 8976, 8763, 9064, 8472, 11737, 8522, 9963, 8492, 9767, 8605, 10794, 9412, 12400, 9025, 12654, 9146, 10876, 8931, 10569, 8864, 11008, 8868, 11283, 9967, 10509, 9878, 8573, 10269, 9319, 9765, 8636, 10348, 8725, 10455, 8722, 10848, 8863, 10721, 8807, 11075, 8927, 10685, 8717, 9817, 9130, 8586, 11731, 8625, 8733, 9019, 8127, 8984, 8996, 10197, 8809, 10266, 9983, 10794, 11421, 8676, 9545, 8600, 9836, 8620, 9993, 8940, 10393, 8669, 10038, 8480, 10313, 8586, 10816, 8911, 9176, 9077, 8758, 9014, 8702, 9767, 8832, 10511, 8863, 10352, 8826, 11005, 9623, 11373, 10160, 8391, 8738, 8538, 9499, 8640, 10260, 8658, 10833], 'WindowCenter': [4814.0, 4816.0, 4783.0, 4778.0, 4756.0, 4766.0, 4744.0, 4744.0, 4745.0, 4754.0, 4763.0, 4752.0, 4730.0, 4741.0, 4744.0, 4745.0, 4753.0, 4755.0, 4773.0, 4755.0, 4765.0, 4755.0, 4773.0, 4757.0, 4784.0, 4757.0, 4766.0, 4745.0, 4773.0, 4758.0, 4775.0, 4756.0, 4789.0, 4758.0, 4787.0, 4768.0, 4779.0, 4767.0, 4757.0, 4777.0, 4757.0, 4767.0, 4755.0, 4745.0, 4782.0, 4755.0, 4773.0, 4734.0, 4773.0, 4745.0, 4751.0, 4741.0, 4732.0, 4738.0, 4719.0, 4768.0, 4730.0, 4758.0, 4729.0, 4747.0, 4728.0, 4750.0, 4728.0, 4729.0, 4727.0, 4719.0, 4726.0, 4729.0, 4749.0, 4731.0, 4769.0, 4733.0, 4761.0, 4741.0, 4761.0, 4729.0, 4731.0, 4741.0, 4752.0, 4762.0, 4742.0, 4762.0, 4742.0, 4770.0, 4733.0, 4774.0, 4744.0, 4753.0, 4742.0, 4742.0, 4743.0, 4745.0, 4772.0, 4744.0, 4775.0, 4756.0, 4774.0, 4744.0, 4763.0, 4744.0, 4745.0, 4734.0, 4744.0, 4783.0, 4765.0, 4776.0, 4756.0, 4745.0, 4758.0, 4766.0, 4769.0, 4787.0, 4772.0, 4810.0, 4781.0, 4789.0, 4760.0, 4786.0, 4760.0, 4784.0, 4747.0, 4795.0, 4757.0, 4762.0, 4743.0, 4755.0, 4742.0, 4743.0, 4741.0, 4763.0, 4773.0, 4754.0, 4743.0, 4746.0, 4742.0, 4744.0, 4743.0, 4757.0, 4775.0, 4758.0, 4757.0, 4758.0, 4756.0, 4768.0, 4785.0, 4769.0, 4758.0, 4758.0, 4756.0, 4756.0, 4786.0, 4778.0, 4786.0, 4757.0, 4765.0, 4756.0, 4773.0, 4756.0, 4785.0, 4754.0, 4774.0, 4743.0, 4764.0, 4740.0, 4755.0, 4764.0, 4743.0, 4752.0, 4743.0, 4758.0, 4743.0, 4772.0, 4734.0, 4752.0, 4743.0, 4743.0, 4753.0, 4754.0, 4755.0, 4765.0, 4745.0, 4758.0, 4755.0, 4758.0, 4757.0, 4758.0, 4759.0, 4780.0, 4758.0, 4766.0, 4757.0, 4758.0, 4758.0, 4787.0, 4771.0, 4798.0, 4771.0, 4780.0, 4769.0, 4788.0, 4758.0, 4788.0, 4767.0, 4793.0, 4756.0, 4774.0, 4745.0, 4760.0, 4744.0, 4773.0, 4746.0, 4781.0, 4742.0, 4761.0, 4743.0, 4759.0, 4742.0, 4773.0, 4753.0, 4770.0, 4743.0, 4761.0, 4741.0, 4770.0, 4731.0, 4759.0, 4731.0, 4761.0, 4732.0, 4759.0, 4732.0, 4742.0, 4728.0, 4731.0, 4740.0, 4742.0, 4741.0, 4743.0, 4771.0, 4753.0, 4751.0, 4744.0, 4761.0, 4742.0, 4760.0, 4743.0, 4771.0, 4742.0, 4761.0, 4744.0, 4762.0, 4752.0, 4773.0, 4754.0, 4773.0, 4746.0, 4774.0, 4756.0, 4775.0, 4757.0, 4784.0, 4757.0, 4786.0, 4757.0, 4787.0, 4755.0, 4767.0, 4753.0, 4756.0, 4781.0, 4752.0, 4772.0, 4744.0, 4760.0, 4742.0, 4772.0, 4754.0, 4776.0, 4756.0, 4758.0, 4770.0, 4769.0, 4772.0, 4789.0, 4772.0, 4799.0, 4782.0, 4798.0, 4758.0, 4798.0, 4759.0, 4788.0, 4757.0, 4795.0, 4755.0, 4763.0, 4743.0, 4753.0, 4744.0, 4774.0, 4745.0, 4786.0, 4743.0, 4762.0, 4742.0, 4760.0, 4734.0, 4783.0, 4754.0, 4786.0, 4754.0, 4795.0, 4744.0, 4781.0, 4744.0, 4762.0, 4753.0, 4765.0, 4745.0, 4774.0, 4745.0, 4771.0, 4740.0, 4762.0, 4742.0, 4762.0, 4731.0, 4748.0, 4730.0, 4752.0, 4741.0, 4761.0, 4739.0, 4760.0, 4741.0, 4753.0, 4743.0, 4774.0, 4756.0, 4797.0, 4790.0, 4781.0, 4778.0, 4757.0, 4774.0, 4746.0, 4792.0, 4742.0, 4760.0, 4731.0, 4750.0, 4741.0, 4741.0, 4739.0, 4730.0, 4757.0, 4729.0, 4743.0, 4716.0, 4744.0, 4725.0, 4744.0, 4716.0, 4734.0, 4728.0, 4735.0, 4727.0, 4747.0, 4728.0, 4728.0, 4724.0, 4729.0, 4737.0, 4731.0, 4758.0, 4729.0, 4757.0, 4732.0, 4769.0, 4740.0, 4761.0, 4730.0, 4729.0, 4740.0, 4743.0, 4754.0, 4744.0, 4773.0, 4746.0, 4785.0, 4757.0, 4773.0, 4742.0, 4755.0, 4752.0, 4744.0, 4793.0, 4756.0, 4782.0, 4764.0, 4753.0, 4741.0, 4742.0, 4733.0, 4732.0, 4752.0, 4732.0, 4772.0, 4741.0, 4761.0, 4738.0, 4760.0, 4741.0, 4771.0, 4744.0, 4773.0, 4744.0, 4762.0, 4745.0, 4763.0, 4754.0, 4763.0, 4755.0, 4744.0, 4757.0, 4743.0, 4744.0, 4745.0, 4743.0, 4742.0, 4755.0, 4745.0, 4763.0, 4733.0, 4744.0, 4743.0, 4752.0, 4743.0, 4763.0, 4744.0, 4764.0, 4744.0, 4753.0, 4742.0, 4761.0, 4744.0, 4751.0, 4732.0, 4763.0, 4734.0, 4752.0, 4731.0, 4760.0, 4742.0, 4762.0, 4743.0, 4773.0, 4746.0, 4772.0, 4744.0, 4754.0, 4745.0, 4764.0, 4756.0, 4767.0, 4769.0, 4775.0, 4755.0, 4746.0, 4754.0, 4733.0, 4754.0, 4744.0, 4765.0, 4744.0, 4743.0, 4744.0, 4743.0, 4744.0, 4765.0, 4745.0, 4764.0, 4746.0, 4765.0, 4754.0, 4763.0, 4757.0, 4788.0, 4757.0, 4767.0, 4769.0, 4765.0, 4766.0, 4786.0, 4779.0, 4765.0, 4761.0, 4765.0, 4766.0, 4775.0, 4766.0, 4775.0, 4755.0, 4783.0, 4744.0, 4774.0, 4745.0, 4773.0, 4746.0, 4771.0, 4732.0, 4762.0, 4745.0, 4771.0, 4747.0, 4774.0, 4745.0, 4766.0, 4745.0, 4775.0, 4757.0, 4775.0, 4769.0, 4789.0, 4768.0, 4777.0, 4760.0, 4789.0, 4760.0, 4787.0, 4758.0, 4799.0, 4758.0, 4767.0, 4747.0, 4756.0, 4746.0, 4765.0, 4758.0, 4777.0, 4754.0, 4766.0, 4746.0, 4758.0, 4744.0, 4756.0, 4772.0, 4754.0, 4771.0, 4743.0, 4781.0, 4752.0, 4760.0, 4732.0, 4759.0, 4730.0, 4742.0, 4728.0, 4729.0, 4758.0, 4730.0, 4767.0, 4729.0, 4747.0, 4719.0, 4747.0, 4716.0, 4728.0, 4718.0, 4741.0, 4730.0, 4743.0, 4761.0, 4755.0, 4763.0, 4755.0, 4775.0, 4746.0, 4749.0, 4746.0, 4758.0, 4746.0, 4761.0, 4788.0, 4779.0, 4765.0, 4757.0, 4774.0, 4748.0, 4785.0, 4746.0, 4775.0, 4756.0, 4773.0, 4757.0, 4756.0, 4746.0, 4766.0, 4757.0, 4756.0, 4757.0, 4768.0, 4769.0, 4757.0, 4748.0, 4758.0, 4746.0, 4769.0, 4787.0, 4778.0, 4768.0, 4757.0, 4784.0, 4756.0, 4784.0, 4756.0, 4786.0, 4745.0, 4775.0, 4745.0, 4764.0, 4734.0, 4764.0, 4746.0, 4776.0, 4758.0, 4776.0, 4760.0, 4787.0, 4758.0, 4787.0, 4760.0, 4799.0, 4761.0, 4789.0, 4747.0, 4766.0, 4737.0, 4755.0, 4772.0, 4765.0, 4781.0, 4741.0, 4771.0, 4742.0, 4761.0, 4732.0, 4762.0, 4734.0, 4762.0, 4744.0, 4763.0, 4744.0, 4763.0, 4747.0, 4774.0, 4759.0, 4778.0, 4761.0, 4777.0, 4748.0, 4776.0, 4749.0, 4775.0, 4747.0, 4755.0, 4734.0, 4745.0, 4772.0, 4755.0, 4783.0, 4752.0, 4762.0, 4744.0, 4762.0, 4734.0, 4764.0, 4744.0, 4775.0, 4745.0, 4763.0, 4745.0, 4764.0, 4757.0, 4774.0, 4756.0, 4774.0, 4746.0, 4773.0, 4746.0, 4773.0, 4745.0, 4774.0, 4744.0, 4772.0, 4744.0, 4761.0, 4743.0, 4762.0, 4743.0, 4761.0, 4732.0, 4742.0, 4742.0, 4754.0, 4752.0, 4745.0, 4751.0, 4733.0, 4770.0, 4742.0, 4764.0, 4731.0, 4761.0, 4732.0, 4743.0, 4732.0, 4742.0, 4752.0, 4743.0, 4752.0, 4742.0, 4761.0, 4744.0, 4774.0, 4745.0, 4765.0, 4746.0, 4765.0, 4746.0, 4777.0, 4746.0, 4775.0, 4756.0, 4765.0, 4744.0, 4776.0, 4758.0, 4778.0, 4756.0, 4757.0, 4747.0, 4757.0, 4758.0, 4789.0, 4750.0, 4779.0, 4759.0, 4768.0, 4748.0, 4769.0, 4786.0, 4768.0, 4774.0, 4746.0, 4774.0, 4745.0, 4775.0, 4745.0, 4765.0, 4743.0, 4753.0, 4743.0, 4746.0, 4744.0, 4755.0, 4745.0, 4747.0, 4746.0, 4756.0, 4755.0, 4769.0, 4776.0, 4767.0, 4746.0, 4756.0, 4744.0, 4746.0, 4744.0, 4767.0, 4776.0, 4756.0, 4732.0, 4746.0, 4733.0, 4754.0, 4772.0, 4763.0, 4751.0, 4744.0, 4754.0, 4744.0, 4772.0, 4752.0, 4772.0, 4744.0, 4762.0, 4743.0, 4762.0, 4733.0, 4765.0, 4745.0, 4756.0, 4757.0, 4776.0, 4759.0, 4778.0, 4770.0, 4790.0, 4772.0, 4800.0, 4762.0, 4787.0, 4751.0, 4776.0, 4747.0, 4773.0, 4734.0, 4794.0, 4745.0, 4793.0, 4734.0, 4755.0, 4742.0, 4751.0, 4733.0, 4761.0, 4732.0, 4773.0, 4734.0, 4755.0, 4736.0, 4752.0, 4744.0, 4763.0, 4754.0, 4756.0, 4778.0, 4748.0, 4777.0, 4749.0, 4774.0, 4744.0, 4775.0, 4765.0, 4744.0, 4744.0, 4734.0, 4745.0, 4734.0, 4743.0, 4734.0, 4763.0, 4734.0, 4762.0, 4743.0, 4763.0, 4755.0, 4746.0, 4756.0, 4745.0, 4744.0, 4742.0, 4755.0, 4734.0, 4784.0, 4769.0, 4787.0, 4757.0, 4761.0, 4788.0, 4758.0, 4775.0, 4754.0, 4753.0, 4757.0, 4753.0, 4754.0, 4756.0, 4747.0, 4754.0, 4745.0, 4740.0, 4730.0, 4728.0, 4728.0, 4706.0, 4728.0, 4705.0, 4715.0, 4718.0, 4749.0, 4721.0, 4759.0, 4729.0, 4736.0, 4721.0, 4738.0, 4740.0, 4750.0, 4742.0, 4731.0, 4741.0, 4731.0, 4741.0, 4731.0, 4741.0, 4732.0, 4762.0, 4735.0, 4773.0, 4745.0, 4752.0, 4745.0, 4754.0, 4744.0, 4762.0, 4743.0, 4761.0, 4753.0, 4733.0, 4743.0, 4735.0, 4732.0, 4731.0, 4754.0, 4744.0, 4764.0, 4744.0, 4764.0, 4743.0, 4773.0, 4744.0, 4774.0, 4744.0, 4773.0, 4746.0, 4763.0, 4746.0, 4762.0, 4745.0, 4773.0, 4754.0, 4772.0, 4754.0, 4773.0, 4744.0, 4763.0, 4734.0, 4762.0, 4753.0, 4775.0, 4768.0, 4765.0, 4755.0, 4736.0, 4755.0, 4755.0, 4768.0, 4746.0, 4755.0, 4746.0, 4745.0, 4735.0, 4755.0, 4736.0, 4755.0, 4735.0, 4763.0, 4744.0, 4765.0, 4745.0, 4753.0, 4735.0, 4756.0, 4745.0, 4766.0, 4737.0, 4756.0, 4746.0, 4755.0, 4747.0, 4776.0, 4748.0, 4766.0, 4748.0, 4776.0, 4758.0, 4786.0, 4746.0, 4775.0, 4757.0, 4774.0, 4746.0, 4783.0, 4745.0, 4785.0, 4745.0, 4762.0, 4746.0, 4774.0, 4743.0, 4773.0, 4734.0, 4762.0, 4743.0, 4762.0, 4746.0, 4783.0, 4742.0, 4762.0, 4744.0, 4763.0, 4755.0, 4783.0, 4755.0, 4756.0, 4757.0, 4745.0, 4747.0, 4748.0, 4766.0, 4759.0, 4797.0, 4757.0, 4786.0, 4767.0, 4775.0, 4742.0, 4760.0, 4729.0, 4758.0, 4730.0, 4758.0, 4731.0, 4739.0, 4730.0, 4751.0, 4742.0, 4762.0, 4744.0, 4762.0, 4734.0, 4759.0, 4731.0, 4743.0, 4741.0, 4743.0, 4742.0, 4742.0, 4760.0, 4741.0, 4761.0, 4730.0, 4750.0, 4730.0, 4749.0, 4730.0, 4741.0, 4729.0, 4741.0, 4729.0, 4742.0, 4740.0, 4744.0, 4772.0, 4743.0, 4752.0, 4751.0, 4764.0, 4755.0, 4782.0, 4746.0, 4763.0, 4755.0, 4764.0, 4745.0, 4763.0, 4747.0, 4774.0, 4746.0, 4786.0, 4748.0, 4775.0, 4747.0, 4773.0, 4755.0, 4783.0, 4746.0, 4773.0, 4756.0, 4763.0, 4756.0, 4785.0, 4755.0, 4775.0, 4756.0, 4775.0, 4755.0, 4785.0, 4756.0, 4775.0, 4746.0, 4774.0, 4745.0, 4774.0, 4745.0, 4763.0, 4745.0, 4765.0, 4745.0, 4775.0, 4744.0, 4755.0, 4745.0, 4747.0, 4732.0, 4756.0, 4773.0, 4743.0, 4762.0, 4754.0, 4771.0, 4744.0, 4783.0, 4745.0, 4762.0, 4744.0, 4761.0, 4735.0, 4764.0, 4734.0, 4754.0, 4746.0, 4755.0, 4744.0, 4757.0, 4746.0, 4755.0, 4746.0, 4755.0, 4735.0, 4756.0, 4774.0, 4744.0, 4736.0, 4756.0, 4756.0, 4768.0, 4776.0, 4769.0, 4768.0, 4768.0, 4777.0, 4768.0, 4796.0, 4767.0, 4786.0, 4745.0, 4775.0, 4735.0, 4775.0, 4746.0, 4754.0, 4736.0, 4754.0, 4745.0, 4765.0, 4736.0, 4755.0, 4747.0, 4766.0, 4747.0, 4767.0, 4786.0, 4759.0, 4783.0, 4747.0, 4764.0, 4746.0, 4775.0, 4735.0, 4753.0, 4733.0, 4732.0, 4732.0, 4756.0, 4744.0, 4744.0, 4745.0, 4756.0, 4749.0, 4769.0, 4760.0, 4770.0, 4758.0, 4770.0, 4749.0, 4780.0, 4787.0, 4758.0, 4775.0, 4746.0, 4783.0, 4745.0, 4784.0, 4724.0, 4752.0, 4721.0, 4734.0, 4750.0, 4741.0, 4770.0, 4743.0, 4749.0, 4741.0, 4750.0, 4731.0, 4754.0, 4733.0, 4745.0, 4734.0, 4755.0, 4772.0, 4754.0, 4785.0, 4747.0, 4766.0, 4754.0, 4763.0, 4746.0, 4765.0, 4757.0, 4784.0, 4749.0, 4785.0, 4758.0, 4772.0, 4759.0, 4786.0, 4767.0, 4788.0, 4747.0, 4773.0, 4745.0, 4773.0, 4745.0, 4782.0, 4746.0, 4762.0, 4745.0, 4763.0, 4755.0, 4774.0, 4756.0, 4743.0, 4746.0, 4734.0, 4756.0, 4743.0, 4764.0, 4735.0, 4763.0, 4736.0, 4764.0, 4746.0, 4785.0, 4744.0, 4773.0, 4734.0, 4762.0, 4733.0, 4763.0, 4733.0, 4752.0, 4722.0, 4742.0, 4721.0, 4740.0, 4749.0, 4740.0, 4719.0, 4740.0, 4730.0, 4732.0, 4772.0, 4743.0, 4755.0, 4767.0, 4745.0, 4757.0, 4756.0, 4778.0, 4780.0, 4769.0, 4758.0, 4760.0, 4767.0, 4757.0, 4784.0, 4766.0, 4784.0, 4745.0, 4763.0, 4734.0, 4763.0, 4734.0, 4772.0, 4724.0, 4751.0, 4722.0, 4734.0, 4722.0, 4743.0, 4751.0, 4744.0, 4762.0, 4744.0, 4762.0, 4753.0, 4774.0, 4745.0, 4763.0, 4746.0, 4764.0, 4745.0, 4766.0, 4768.0, 4786.0, 4748.0, 4767.0, 4746.0, 4771.0, 4756.0, 4766.0, 4757.0, 4776.0, 4767.0, 4746.0, 4755.0, 4736.0, 4752.0, 4722.0, 4764.0, 4744.0, 4762.0, 4743.0, 4752.0, 4734.0, 4762.0, 4732.0, 4761.0, 4743.0, 4762.0, 4743.0, 4763.0, 4757.0, 4786.0, 4758.0, 4775.0, 4747.0, 4765.0, 4745.0, 4764.0, 4754.0, 4773.0, 4754.0, 4763.0, 4754.0, 4743.0, 4754.0, 4756.0, 4756.0, 4747.0, 4755.0, 4745.0, 4776.0, 4747.0, 4775.0, 4746.0, 4774.0, 4736.0, 4764.0, 4744.0, 4764.0, 4757.0, 4757.0, 4777.0, 4769.0, 4748.0, 4769.0, 4759.0, 4757.0, 4760.0, 4791.0, 4773.0, 4791.0, 4752.0, 4781.0, 4751.0, 4781.0, 4735.0, 4734.0, 4762.0, 4743.0, 4774.0, 4766.0, 4774.0, 4734.0, 4750.0, 4732.0, 4748.0, 4719.0, 4747.0, 4729.0, 4710.0, 4728.0, 4718.0, 4730.0, 4740.0, 4742.0, 4722.0, 4743.0, 4725.0, 4746.0, 4735.0, 4745.0, 4735.0, 4746.0, 4735.0, 4747.0, 4744.0, 4746.0, 4774.0, 4745.0, 4763.0, 4745.0, 4762.0, 4742.0, 4782.0, 4745.0, 4775.0, 4734.0, 4764.0, 4744.0, 4754.0, 4733.0, 4765.0, 4735.0, 4744.0, 4734.0, 4745.0, 4745.0, 4757.0, 4736.0, 4756.0, 4745.0, 4756.0, 4773.0, 4758.0, 4765.0, 4756.0, 4775.0, 4746.0, 4787.0, 4757.0, 4788.0, 4758.0, 4777.0, 4767.0, 4766.0, 4757.0, 4775.0, 4757.0, 4785.0, 4757.0, 4795.0, 4746.0, 4774.0, 4744.0, 4753.0, 4733.0, 4772.0, 4734.0, 4763.0, 4735.0, 4754.0, 4745.0, 4767.0, 4747.0, 4786.0, 4756.0, 4765.0, 4734.0, 4763.0, 4745.0, 4785.0, 4735.0, 4754.0, 4724.0, 4744.0, 4732.0, 4752.0, 4723.0, 4743.0, 4740.0, 4742.0, 4771.0, 4742.0, 4761.0, 4744.0, 4762.0, 4744.0, 4773.0, 4745.0, 4764.0, 4745.0, 4765.0, 4744.0, 4765.0, 4734.0, 4763.0, 4735.0, 4753.0, 4734.0, 4754.0, 4733.0, 4745.0, 4763.0, 4743.0, 4763.0, 4745.0, 4766.0, 4745.0, 4755.0, 4757.0, 4767.0, 4769.0, 4788.0, 4770.0, 4748.0, 4758.0, 4745.0, 4745.0, 4774.0, 4777.0, 4765.0, 4746.0, 4782.0, 4742.0, 4771.0, 4733.0, 4782.0, 4734.0, 4749.0, 4720.0, 4731.0, 4730.0, 4742.0, 4749.0, 4743.0, 4733.0, 4744.0, 4733.0, 4743.0, 4752.0, 4746.0, 4784.0, 4764.0, 4773.0, 4744.0, 4753.0, 4732.0, 4751.0, 4721.0, 4753.0, 4751.0, 4741.0, 4749.0, 4730.0, 4748.0, 4729.0, 4760.0, 4721.0, 4769.0, 4732.0, 4750.0, 4733.0, 4752.0, 4734.0, 4762.0, 4745.0, 4762.0, 4724.0, 4762.0, 4722.0, 4752.0, 4722.0, 4731.0, 4721.0, 4742.0, 4721.0, 4742.0, 4731.0, 4731.0, 4733.0, 4743.0, 4734.0, 4757.0, 4765.0, 4747.0, 4735.0, 4745.0, 4763.0, 4734.0, 4762.0, 4723.0, 4761.0, 4723.0, 4742.0, 4721.0, 4733.0, 4739.0, 4730.0, 4768.0, 4742.0, 4760.0, 4742.0, 4751.0, 4732.0, 4751.0, 4733.0, 4761.0, 4734.0, 4762.0, 4733.0, 4763.0, 4733.0, 4752.0, 4733.0, 4774.0, 4735.0, 4774.0, 4734.0, 4753.0, 4723.0, 4744.0, 4733.0, 4743.0, 4763.0, 4733.0, 4752.0, 4744.0, 4761.0, 4743.0, 4772.0, 4744.0, 4782.0, 4744.0, 4762.0, 4735.0, 4753.0, 4744.0, 4764.0, 4735.0, 4764.0, 4746.0, 4786.0, 4747.0, 4767.0, 4735.0, 4755.0, 4734.0, 4766.0, 4746.0, 4776.0, 4726.0, 4735.0, 4736.0, 4745.0, 4747.0, 4777.0, 4747.0, 4766.0, 4747.0, 4756.0, 4735.0, 4777.0, 4746.0, 4787.0, 4738.0, 4757.0, 4745.0, 4754.0, 4733.0, 4765.0, 4758.0, 4777.0, 4769.0, 4750.0, 4758.0, 4748.0, 4756.0, 4746.0, 4776.0, 4736.0, 4763.0, 4735.0, 4763.0, 4745.0, 4783.0, 4733.0, 4752.0, 4733.0, 4761.0, 4735.0, 4785.0, 4756.0, 4755.0, 4756.0, 4755.0, 4747.0, 4755.0, 4747.0, 4765.0, 4756.0, 4735.0, 4734.0, 4733.0, 4762.0, 4735.0, 4729.0, 4732.0, 4732.0, 4733.0, 4752.0, 4735.0, 4753.0, 4734.0, 4752.0, 4735.0, 4775.0, 4748.0, 4764.0, 4734.0, 4744.0, 4736.0, 4755.0, 4738.0, 4764.0, 4746.0, 4764.0, 4736.0, 4754.0, 4744.0, 4763.0, 4754.0, 4723.0, 4734.0, 4722.0, 4735.0, 4734.0, 4747.0, 4737.0, 4787.0, 4738.0, 4755.0, 4738.0, 4755.0, 4738.0, 4766.0, 4749.0, 4786.0, 4749.0, 4798.0, 4759.0, 4767.0, 4748.0, 4756.0, 4737.0, 4764.0, 4737.0, 4765.0, 4756.0, 4768.0, 4768.0, 4761.0, 4781.0, 4772.0, 4768.0, 4749.0, 4756.0, 4737.0, 4756.0, 4738.0, 4767.0, 4748.0, 4765.0, 4736.0, 4763.0, 4733.0, 4740.0, 4711.0, 4730.0, 4722.0, 4722.0, 4762.0, 4732.0, 4732.0, 4735.0, 4715.0, 4732.0, 4735.0, 4754.0, 4736.0, 4755.0, 4742.0, 4755.0, 4766.0, 4724.0, 4744.0, 4724.0, 4742.0, 4722.0, 4730.0, 4720.0, 4742.0, 4722.0, 4731.0, 4722.0, 4740.0, 4722.0, 4751.0, 4733.0, 4734.0, 4746.0, 4738.0, 4744.0, 4736.0, 4753.0, 4747.0, 4765.0, 4748.0, 4757.0, 4738.0, 4766.0, 4746.0, 4772.0, 4754.0, 4725.0, 4724.0, 4723.0, 4743.0, 4724.0, 4744.0, 4723.0, 4755.0], 'WindowWidth': [10530.0, 10517.0, 10463.0, 10450.0, 10415.0, 10426.0, 10391.0, 10392.0, 10392.0, 10406.0, 10415.0, 10400.0, 10369.0, 10384.0, 10388.0, 10393.0, 10402.0, 10410.0, 10432.0, 10408.0, 10422.0, 10409.0, 10430.0, 10414.0, 10446.0, 10412.0, 10424.0, 10396.0, 10430.0, 10414.0, 10434.0, 10411.0, 10460.0, 10419.0, 10456.0, 10432.0, 10448.0, 10431.0, 10418.0, 10443.0, 10415.0, 10427.0, 10408.0, 10395.0, 10441.0, 10408.0, 10430.0, 10377.0, 10429.0, 10391.0, 10396.0, 10379.0, 10370.0, 10371.0, 10349.0, 10413.0, 10363.0, 10399.0, 10361.0, 10382.0, 10359.0, 10390.0, 10357.0, 10359.0, 10355.0, 10347.0, 10355.0, 10364.0, 10389.0, 10370.0, 10418.0, 10374.0, 10409.0, 10384.0, 10409.0, 10365.0, 10370.0, 10381.0, 10399.0, 10411.0, 10387.0, 10411.0, 10387.0, 10422.0, 10375.0, 10431.0, 10390.0, 10403.0, 10387.0, 10388.0, 10389.0, 10394.0, 10426.0, 10392.0, 10433.0, 10410.0, 10433.0, 10392.0, 10416.0, 10392.0, 10395.0, 10377.0, 10393.0, 10444.0, 10422.0, 10437.0, 10412.0, 10396.0, 10419.0, 10427.0, 10435.0, 10458.0, 10443.0, 10494.0, 10455.0, 10461.0, 10424.0, 10454.0, 10421.0, 10447.0, 10401.0, 10464.0, 10411.0, 10415.0, 10388.0, 10406.0, 10386.0, 10387.0, 10383.0, 10416.0, 10427.0, 10404.0, 10387.0, 10395.0, 10386.0, 10391.0, 10390.0, 10414.0, 10435.0, 10418.0, 10415.0, 10417.0, 10411.0, 10431.0, 10451.0, 10434.0, 10416.0, 10416.0, 10411.0, 10414.0, 10453.0, 10444.0, 10452.0, 10415.0, 10423.0, 10412.0, 10431.0, 10412.0, 10448.0, 10407.0, 10432.0, 10389.0, 10417.0, 10382.0, 10407.0, 10416.0, 10389.0, 10399.0, 10388.0, 10404.0, 10388.0, 10425.0, 10376.0, 10398.0, 10388.0, 10389.0, 10402.0, 10407.0, 10407.0, 10424.0, 10397.0, 10416.0, 10411.0, 10417.0, 10413.0, 10416.0, 10417.0, 10450.0, 10417.0, 10427.0, 10415.0, 10417.0, 10417.0, 10457.0, 10440.0, 10472.0, 10440.0, 10451.0, 10435.0, 10457.0, 10417.0, 10458.0, 10428.0, 10460.0, 10410.0, 10432.0, 10394.0, 10409.0, 10392.0, 10429.0, 10394.0, 10438.0, 10386.0, 10409.0, 10388.0, 10404.0, 10387.0, 10429.0, 10401.0, 10421.0, 10386.0, 10408.0, 10383.0, 10419.0, 10369.0, 10404.0, 10368.0, 10408.0, 10371.0, 10406.0, 10369.0, 10383.0, 10362.0, 10368.0, 10378.0, 10383.0, 10380.0, 10386.0, 10424.0, 10401.0, 10395.0, 10388.0, 10407.0, 10384.0, 10407.0, 10388.0, 10423.0, 10387.0, 10410.0, 10390.0, 10413.0, 10400.0, 10430.0, 10405.0, 10432.0, 10396.0, 10432.0, 10412.0, 10434.0, 10415.0, 10448.0, 10416.0, 10451.0, 10413.0, 10453.0, 10407.0, 10426.0, 10402.0, 10409.0, 10439.0, 10399.0, 10425.0, 10390.0, 10407.0, 10386.0, 10428.0, 10407.0, 10438.0, 10415.0, 10419.0, 10438.0, 10435.0, 10443.0, 10463.0, 10444.0, 10478.0, 10456.0, 10474.0, 10419.0, 10470.0, 10419.0, 10456.0, 10412.0, 10463.0, 10405.0, 10414.0, 10388.0, 10402.0, 10391.0, 10433.0, 10394.0, 10449.0, 10387.0, 10413.0, 10387.0, 10407.0, 10378.0, 10443.0, 10406.0, 10452.0, 10406.0, 10462.0, 10392.0, 10438.0, 10390.0, 10413.0, 10404.0, 10420.0, 10395.0, 10431.0, 10392.0, 10423.0, 10382.0, 10410.0, 10384.0, 10410.0, 10369.0, 10389.0, 10366.0, 10395.0, 10381.0, 10409.0, 10378.0, 10407.0, 10383.0, 10400.0, 10387.0, 10431.0, 10413.0, 10470.0, 10464.0, 10453.0, 10446.0, 10415.0, 10434.0, 10397.0, 10455.0, 10386.0, 10407.0, 10367.0, 10394.0, 10380.0, 10382.0, 10376.0, 10366.0, 10397.0, 10360.0, 10373.0, 10338.0, 10374.0, 10349.0, 10373.0, 10338.0, 10362.0, 10358.0, 10364.0, 10357.0, 10385.0, 10359.0, 10358.0, 10350.0, 10360.0, 10370.0, 10367.0, 10399.0, 10364.0, 10398.0, 10370.0, 10419.0, 10380.0, 10406.0, 10365.0, 10363.0, 10379.0, 10385.0, 10404.0, 10393.0, 10429.0, 10397.0, 10447.0, 10413.0, 10428.0, 10387.0, 10407.0, 10402.0, 10392.0, 10458.0, 10411.0, 10443.0, 10419.0, 10401.0, 10383.0, 10383.0, 10372.0, 10370.0, 10398.0, 10371.0, 10425.0, 10383.0, 10408.0, 10376.0, 10406.0, 10382.0, 10423.0, 10392.0, 10429.0, 10392.0, 10413.0, 10395.0, 10416.0, 10407.0, 10418.0, 10410.0, 10394.0, 10413.0, 10391.0, 10391.0, 10391.0, 10388.0, 10384.0, 10407.0, 10393.0, 10416.0, 10376.0, 10390.0, 10388.0, 10401.0, 10388.0, 10417.0, 10390.0, 10417.0, 10390.0, 10402.0, 10386.0, 10411.0, 10388.0, 10396.0, 10372.0, 10414.0, 10375.0, 10397.0, 10369.0, 10406.0, 10385.0, 10411.0, 10389.0, 10428.0, 10395.0, 10428.0, 10392.0, 10404.0, 10394.0, 10419.0, 10411.0, 10425.0, 10432.0, 10436.0, 10410.0, 10395.0, 10404.0, 10376.0, 10404.0, 10390.0, 10420.0, 10390.0, 10389.0, 10391.0, 10387.0, 10389.0, 10419.0, 10393.0, 10418.0, 10396.0, 10420.0, 10405.0, 10417.0, 10415.0, 10456.0, 10416.0, 10430.0, 10432.0, 10424.0, 10427.0, 10453.0, 10447.0, 10423.0, 10423.0, 10421.0, 10425.0, 10434.0, 10423.0, 10433.0, 10407.0, 10441.0, 10391.0, 10431.0, 10394.0, 10428.0, 10394.0, 10422.0, 10373.0, 10411.0, 10392.0, 10425.0, 10396.0, 10430.0, 10393.0, 10423.0, 10394.0, 10435.0, 10414.0, 10438.0, 10435.0, 10461.0, 10433.0, 10443.0, 10422.0, 10460.0, 10421.0, 10456.0, 10417.0, 10475.0, 10415.0, 10426.0, 10398.0, 10410.0, 10396.0, 10423.0, 10416.0, 10442.0, 10409.0, 10425.0, 10397.0, 10415.0, 10391.0, 10409.0, 10426.0, 10402.0, 10422.0, 10385.0, 10436.0, 10396.0, 10403.0, 10367.0, 10401.0, 10363.0, 10379.0, 10357.0, 10361.0, 10397.0, 10363.0, 10411.0, 10360.0, 10381.0, 10346.0, 10381.0, 10340.0, 10358.0, 10346.0, 10380.0, 10365.0, 10387.0, 10411.0, 10407.0, 10416.0, 10407.0, 10436.0, 10397.0, 10403.0, 10396.0, 10416.0, 10395.0, 10422.0, 10454.0, 10443.0, 10421.0, 10412.0, 10431.0, 10401.0, 10446.0, 10397.0, 10435.0, 10410.0, 10432.0, 10412.0, 10409.0, 10396.0, 10422.0, 10411.0, 10411.0, 10413.0, 10431.0, 10430.0, 10413.0, 10401.0, 10415.0, 10396.0, 10430.0, 10453.0, 10442.0, 10427.0, 10413.0, 10446.0, 10409.0, 10445.0, 10411.0, 10449.0, 10393.0, 10432.0, 10391.0, 10415.0, 10378.0, 10416.0, 10398.0, 10439.0, 10417.0, 10439.0, 10423.0, 10455.0, 10419.0, 10455.0, 10422.0, 10473.0, 10422.0, 10457.0, 10399.0, 10423.0, 10382.0, 10407.0, 10426.0, 10420.0, 10437.0, 10382.0, 10421.0, 10383.0, 10406.0, 10370.0, 10411.0, 10376.0, 10412.0, 10389.0, 10414.0, 10390.0, 10413.0, 10400.0, 10434.0, 10419.0, 10443.0, 10423.0, 10441.0, 10401.0, 10440.0, 10403.0, 10436.0, 10396.0, 10407.0, 10375.0, 10392.0, 10424.0, 10405.0, 10440.0, 10398.0, 10409.0, 10386.0, 10408.0, 10373.0, 10413.0, 10389.0, 10432.0, 10392.0, 10415.0, 10393.0, 10417.0, 10412.0, 10433.0, 10411.0, 10431.0, 10395.0, 10428.0, 10395.0, 10428.0, 10392.0, 10431.0, 10390.0, 10423.0, 10388.0, 10409.0, 10385.0, 10412.0, 10385.0, 10409.0, 10371.0, 10384.0, 10383.0, 10403.0, 10399.0, 10391.0, 10396.0, 10373.0, 10420.0, 10385.0, 10416.0, 10369.0, 10409.0, 10370.0, 10385.0, 10369.0, 10386.0, 10397.0, 10387.0, 10396.0, 10384.0, 10409.0, 10389.0, 10428.0, 10393.0, 10418.0, 10395.0, 10420.0, 10396.0, 10437.0, 10397.0, 10434.0, 10408.0, 10421.0, 10392.0, 10435.0, 10412.0, 10440.0, 10410.0, 10412.0, 10399.0, 10413.0, 10417.0, 10461.0, 10408.0, 10446.0, 10420.0, 10430.0, 10401.0, 10433.0, 10451.0, 10427.0, 10431.0, 10396.0, 10429.0, 10392.0, 10432.0, 10391.0, 10418.0, 10386.0, 10400.0, 10386.0, 10393.0, 10390.0, 10406.0, 10393.0, 10398.0, 10395.0, 10410.0, 10407.0, 10431.0, 10436.0, 10425.0, 10395.0, 10409.0, 10390.0, 10395.0, 10389.0, 10425.0, 10434.0, 10407.0, 10372.0, 10394.0, 10373.0, 10402.0, 10425.0, 10415.0, 10395.0, 10390.0, 10401.0, 10389.0, 10424.0, 10399.0, 10425.0, 10387.0, 10411.0, 10386.0, 10409.0, 10374.0, 10417.0, 10394.0, 10407.0, 10413.0, 10439.0, 10421.0, 10444.0, 10438.0, 10463.0, 10441.0, 10475.0, 10425.0, 10453.0, 10407.0, 10436.0, 10395.0, 10429.0, 10375.0, 10459.0, 10391.0, 10454.0, 10373.0, 10400.0, 10382.0, 10393.0, 10370.0, 10410.0, 10371.0, 10428.0, 10375.0, 10403.0, 10379.0, 10396.0, 10388.0, 10413.0, 10405.0, 10410.0, 10443.0, 10402.0, 10438.0, 10402.0, 10431.0, 10391.0, 10432.0, 10421.0, 10389.0, 10390.0, 10375.0, 10390.0, 10374.0, 10387.0, 10374.0, 10414.0, 10374.0, 10408.0, 10386.0, 10413.0, 10406.0, 10395.0, 10408.0, 10391.0, 10389.0, 10382.0, 10402.0, 10375.0, 10445.0, 10431.0, 10455.0, 10416.0, 10426.0, 10460.0, 10415.0, 10433.0, 10404.0, 10399.0, 10408.0, 10399.0, 10404.0, 10406.0, 10396.0, 10401.0, 10388.0, 10375.0, 10361.0, 10354.0, 10355.0, 10323.0, 10353.0, 10321.0, 10335.0, 10342.0, 10386.0, 10350.0, 10400.0, 10359.0, 10366.0, 10349.0, 10369.0, 10376.0, 10388.0, 10382.0, 10366.0, 10379.0, 10366.0, 10379.0, 10366.0, 10378.0, 10368.0, 10411.0, 10378.0, 10427.0, 10390.0, 10398.0, 10391.0, 10401.0, 10388.0, 10408.0, 10385.0, 10408.0, 10399.0, 10371.0, 10384.0, 10376.0, 10370.0, 10367.0, 10401.0, 10387.0, 10415.0, 10389.0, 10415.0, 10388.0, 10426.0, 10389.0, 10428.0, 10389.0, 10427.0, 10393.0, 10413.0, 10392.0, 10410.0, 10392.0, 10427.0, 10403.0, 10424.0, 10402.0, 10426.0, 10388.0, 10412.0, 10374.0, 10410.0, 10402.0, 10434.0, 10427.0, 10421.0, 10407.0, 10383.0, 10408.0, 10405.0, 10428.0, 10396.0, 10407.0, 10394.0, 10392.0, 10378.0, 10407.0, 10380.0, 10405.0, 10378.0, 10416.0, 10389.0, 10421.0, 10394.0, 10400.0, 10377.0, 10408.0, 10394.0, 10424.0, 10384.0, 10410.0, 10396.0, 10406.0, 10398.0, 10438.0, 10402.0, 10423.0, 10400.0, 10436.0, 10416.0, 10450.0, 10397.0, 10434.0, 10412.0, 10431.0, 10394.0, 10444.0, 10394.0, 10444.0, 10391.0, 10410.0, 10391.0, 10430.0, 10387.0, 10429.0, 10376.0, 10410.0, 10386.0, 10409.0, 10394.0, 10443.0, 10386.0, 10412.0, 10390.0, 10413.0, 10408.0, 10444.0, 10407.0, 10408.0, 10411.0, 10393.0, 10397.0, 10399.0, 10425.0, 10417.0, 10465.0, 10413.0, 10450.0, 10427.0, 10431.0, 10383.0, 10403.0, 10359.0, 10394.0, 10360.0, 10398.0, 10364.0, 10374.0, 10363.0, 10392.0, 10383.0, 10410.0, 10388.0, 10412.0, 10374.0, 10404.0, 10367.0, 10384.0, 10379.0, 10384.0, 10382.0, 10383.0, 10403.0, 10379.0, 10405.0, 10362.0, 10388.0, 10363.0, 10388.0, 10361.0, 10380.0, 10362.0, 10379.0, 10362.0, 10381.0, 10375.0, 10386.0, 10421.0, 10385.0, 10396.0, 10396.0, 10414.0, 10404.0, 10440.0, 10394.0, 10416.0, 10407.0, 10415.0, 10392.0, 10413.0, 10396.0, 10430.0, 10396.0, 10449.0, 10400.0, 10433.0, 10396.0, 10427.0, 10405.0, 10443.0, 10396.0, 10429.0, 10408.0, 10414.0, 10409.0, 10446.0, 10408.0, 10433.0, 10410.0, 10433.0, 10407.0, 10448.0, 10410.0, 10433.0, 10395.0, 10429.0, 10391.0, 10431.0, 10392.0, 10413.0, 10393.0, 10419.0, 10391.0, 10434.0, 10391.0, 10405.0, 10390.0, 10395.0, 10370.0, 10407.0, 10426.0, 10388.0, 10410.0, 10402.0, 10422.0, 10390.0, 10440.0, 10391.0, 10411.0, 10389.0, 10409.0, 10377.0, 10416.0, 10376.0, 10404.0, 10394.0, 10407.0, 10391.0, 10411.0, 10396.0, 10408.0, 10394.0, 10406.0, 10378.0, 10408.0, 10430.0, 10391.0, 10382.0, 10409.0, 10411.0, 10428.0, 10437.0, 10433.0, 10430.0, 10430.0, 10439.0, 10428.0, 10463.0, 10426.0, 10448.0, 10393.0, 10432.0, 10377.0, 10432.0, 10392.0, 10402.0, 10381.0, 10402.0, 10390.0, 10420.0, 10381.0, 10406.0, 10399.0, 10423.0, 10397.0, 10428.0, 10450.0, 10415.0, 10442.0, 10394.0, 10414.0, 10393.0, 10431.0, 10375.0, 10398.0, 10370.0, 10369.0, 10368.0, 10407.0, 10389.0, 10390.0, 10393.0, 10408.0, 10402.0, 10433.0, 10420.0, 10434.0, 10417.0, 10434.0, 10403.0, 10446.0, 10452.0, 10411.0, 10432.0, 10392.0, 10439.0, 10390.0, 10442.0, 10359.0, 10394.0, 10351.0, 10372.0, 10388.0, 10379.0, 10417.0, 10383.0, 10388.0, 10378.0, 10389.0, 10367.0, 10402.0, 10373.0, 10393.0, 10375.0, 10406.0, 10425.0, 10405.0, 10445.0, 10395.0, 10420.0, 10403.0, 10412.0, 10393.0, 10418.0, 10412.0, 10446.0, 10403.0, 10449.0, 10415.0, 10427.0, 10417.0, 10451.0, 10425.0, 10454.0, 10397.0, 10426.0, 10390.0, 10425.0, 10391.0, 10438.0, 10394.0, 10412.0, 10390.0, 10411.0, 10406.0, 10428.0, 10406.0, 10388.0, 10393.0, 10374.0, 10406.0, 10387.0, 10418.0, 10378.0, 10415.0, 10380.0, 10415.0, 10394.0, 10445.0, 10390.0, 10426.0, 10375.0, 10410.0, 10371.0, 10412.0, 10371.0, 10395.0, 10354.0, 10380.0, 10349.0, 10378.0, 10387.0, 10376.0, 10348.0, 10376.0, 10362.0, 10368.0, 10422.0, 10387.0, 10411.0, 10426.0, 10394.0, 10414.0, 10410.0, 10445.0, 10447.0, 10433.0, 10416.0, 10420.0, 10424.0, 10411.0, 10443.0, 10421.0, 10442.0, 10392.0, 10413.0, 10373.0, 10413.0, 10371.0, 10424.0, 10359.0, 10394.0, 10354.0, 10371.0, 10353.0, 10384.0, 10393.0, 10387.0, 10410.0, 10388.0, 10409.0, 10400.0, 10429.0, 10391.0, 10414.0, 10394.0, 10416.0, 10392.0, 10421.0, 10427.0, 10451.0, 10402.0, 10423.0, 10394.0, 10425.0, 10410.0, 10421.0, 10413.0, 10437.0, 10426.0, 10394.0, 10405.0, 10378.0, 10396.0, 10355.0, 10413.0, 10386.0, 10409.0, 10384.0, 10396.0, 10373.0, 10408.0, 10370.0, 10407.0, 10386.0, 10412.0, 10387.0, 10413.0, 10408.0, 10447.0, 10412.0, 10432.0, 10396.0, 10417.0, 10390.0, 10414.0, 10403.0, 10426.0, 10403.0, 10412.0, 10402.0, 10386.0, 10404.0, 10407.0, 10409.0, 10397.0, 10406.0, 10393.0, 10432.0, 10394.0, 10430.0, 10393.0, 10430.0, 10378.0, 10413.0, 10387.0, 10415.0, 10410.0, 10412.0, 10442.0, 10434.0, 10405.0, 10433.0, 10419.0, 10414.0, 10419.0, 10466.0, 10444.0, 10464.0, 10412.0, 10448.0, 10404.0, 10447.0, 10374.0, 10372.0, 10408.0, 10384.0, 10425.0, 10417.0, 10423.0, 10371.0, 10387.0, 10363.0, 10378.0, 10341.0, 10376.0, 10354.0, 10329.0, 10352.0, 10340.0, 10360.0, 10374.0, 10380.0, 10353.0, 10385.0, 10361.0, 10391.0, 10376.0, 10393.0, 10376.0, 10393.0, 10375.0, 10394.0, 10386.0, 10393.0, 10427.0, 10388.0, 10411.0, 10387.0, 10407.0, 10381.0, 10435.0, 10390.0, 10428.0, 10371.0, 10410.0, 10384.0, 10399.0, 10371.0, 10416.0, 10376.0, 10387.0, 10373.0, 10391.0, 10389.0, 10408.0, 10379.0, 10407.0, 10388.0, 10404.0, 10426.0, 10410.0, 10416.0, 10406.0, 10429.0, 10393.0, 10447.0, 10411.0, 10452.0, 10412.0, 10437.0, 10424.0, 10419.0, 10409.0, 10430.0, 10408.0, 10444.0, 10409.0, 10460.0, 10392.0, 10427.0, 10386.0, 10395.0, 10369.0, 10422.0, 10373.0, 10410.0, 10375.0, 10399.0, 10390.0, 10422.0, 10398.0, 10448.0, 10407.0, 10418.0, 10373.0, 10411.0, 10388.0, 10444.0, 10375.0, 10399.0, 10359.0, 10387.0, 10368.0, 10396.0, 10356.0, 10384.0, 10374.0, 10379.0, 10417.0, 10381.0, 10405.0, 10385.0, 10407.0, 10386.0, 10424.0, 10390.0, 10413.0, 10389.0, 10415.0, 10388.0, 10417.0, 10373.0, 10413.0, 10376.0, 10398.0, 10373.0, 10400.0, 10370.0, 10388.0, 10410.0, 10383.0, 10409.0, 10388.0, 10417.0, 10390.0, 10403.0, 10412.0, 10425.0, 10433.0, 10457.0, 10434.0, 10403.0, 10413.0, 10390.0, 10392.0, 10427.0, 10435.0, 10417.0, 10393.0, 10438.0, 10381.0, 10419.0, 10369.0, 10436.0, 10370.0, 10386.0, 10346.0, 10363.0, 10359.0, 10380.0, 10387.0, 10384.0, 10371.0, 10388.0, 10370.0, 10385.0, 10395.0, 10393.0, 10441.0, 10416.0, 10426.0, 10386.0, 10397.0, 10366.0, 10392.0, 10348.0, 10397.0, 10389.0, 10377.0, 10385.0, 10359.0, 10380.0, 10359.0, 10402.0, 10350.0, 10414.0, 10368.0, 10391.0, 10371.0, 10392.0, 10372.0, 10409.0, 10388.0, 10409.0, 10359.0, 10407.0, 10352.0, 10391.0, 10349.0, 10362.0, 10347.0, 10377.0, 10349.0, 10379.0, 10364.0, 10363.0, 10370.0, 10384.0, 10373.0, 10408.0, 10417.0, 10394.0, 10374.0, 10388.0, 10407.0, 10369.0, 10405.0, 10352.0, 10405.0, 10354.0, 10378.0, 10349.0, 10365.0, 10371.0, 10360.0, 10409.0, 10377.0, 10399.0, 10378.0, 10389.0, 10364.0, 10389.0, 10367.0, 10405.0, 10372.0, 10409.0, 10371.0, 10410.0, 10369.0, 10395.0, 10369.0, 10425.0, 10374.0, 10426.0, 10371.0, 10397.0, 10355.0, 10385.0, 10367.0, 10382.0, 10408.0, 10368.0, 10393.0, 10383.0, 10403.0, 10383.0, 10420.0, 10386.0, 10436.0, 10386.0, 10409.0, 10374.0, 10397.0, 10386.0, 10412.0, 10376.0, 10414.0, 10393.0, 10448.0, 10395.0, 10421.0, 10377.0, 10402.0, 10373.0, 10420.0, 10392.0, 10434.0, 10366.0, 10375.0, 10378.0, 10390.0, 10394.0, 10436.0, 10394.0, 10419.0, 10394.0, 10406.0, 10378.0, 10436.0, 10394.0, 10451.0, 10384.0, 10406.0, 10388.0, 10398.0, 10370.0, 10415.0, 10412.0, 10437.0, 10430.0, 10404.0, 10413.0, 10398.0, 10404.0, 10389.0, 10433.0, 10376.0, 10410.0, 10374.0, 10409.0, 10387.0, 10437.0, 10370.0, 10393.0, 10370.0, 10404.0, 10377.0, 10445.0, 10405.0, 10403.0, 10404.0, 10404.0, 10396.0, 10403.0, 10397.0, 10416.0, 10404.0, 10375.0, 10373.0, 10370.0, 10409.0, 10373.0, 10359.0, 10365.0, 10365.0, 10367.0, 10393.0, 10372.0, 10394.0, 10370.0, 10391.0, 10374.0, 10426.0, 10396.0, 10412.0, 10372.0, 10384.0, 10375.0, 10399.0, 10379.0, 10410.0, 10387.0, 10407.0, 10372.0, 10395.0, 10383.0, 10407.0, 10394.0, 10352.0, 10367.0, 10352.0, 10371.0, 10369.0, 10391.0, 10377.0, 10447.0, 10382.0, 10402.0, 10381.0, 10399.0, 10381.0, 10416.0, 10397.0, 10445.0, 10399.0, 10464.0, 10411.0, 10420.0, 10394.0, 10400.0, 10375.0, 10409.0, 10376.0, 10413.0, 10405.0, 10421.0, 10425.0, 10420.0, 10448.0, 10435.0, 10424.0, 10398.0, 10401.0, 10377.0, 10401.0, 10380.0, 10416.0, 10393.0, 10413.0, 10373.0, 10404.0, 10365.0, 10368.0, 10330.0, 10355.0, 10346.0, 10347.0, 10404.0, 10365.0, 10366.0, 10372.0, 10343.0, 10363.0, 10370.0, 10395.0, 10375.0, 10396.0, 10381.0, 10398.0, 10414.0, 10355.0, 10381.0, 10353.0, 10375.0, 10347.0, 10356.0, 10343.0, 10372.0, 10346.0, 10358.0, 10348.0, 10371.0, 10351.0, 10388.0, 10366.0, 10369.0, 10389.0, 10381.0, 10385.0, 10377.0, 10396.0, 10392.0, 10413.0, 10394.0, 10405.0, 10380.0, 10414.0, 10390.0, 10421.0, 10396.0, 10357.0, 10353.0, 10351.0, 10379.0, 10354.0, 10381.0, 10353.0, 10398.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.0011815533980582527</td></tr>
<tr><td colspan=3>aqi</td><td>0.038065521143473564</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.55789263001074</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1651931417485173</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9551894888343211</td></tr>
<tr><td colspan=3>efc</td><td>0.4746</td></tr>
<tr><td colspan=3>fber</td><td>7318.2954</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06755090934075302</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.348435814455232</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4800032228481452</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.414702396974463</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7153665716242523</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.30994069994572</td></tr>
<tr><td colspan=3>gcor</td><td>0.00677566</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003052183659747243</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034685276448726654</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1854</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.755030975381237</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.985</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0283</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.3912</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298092.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>902.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.4585</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0381</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>638.5629</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3935.0729</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4161.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1240.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1108.1063</td></tr>
<tr><td colspan=3>tsnr</td><td>33.24166351906024</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>