<?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-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-02/func/sub-0035_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>bfc34fe8996b07c531e652f867e589f9</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>16:39:36.335000</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.995701, -0.00557289, 0.0924619, -0.00521344, 0.993235, 0.116007]</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.0975634</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7761, -7297, 673, -54, -157, 138, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.959</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>49c392b9-c074-40b0-ad99-b3e97ebbedd3||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.6713919639587402, -0.013987290672957897, 0.24970372021198273, 106.53865814208984], [0.014951646327972412, 2.664776086807251, 0.31317338347435, -106.24771118164062], [0.24806851148605347, -0.3112379312515259, 2.6701254844665527, -86.15048217773438], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1859]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'AcquisitionTime': ['163936.335000', '163936.795000', '163937.255000', '163937.715000', '163938.175000', '163938.635000', '163939.095000', '163939.555000', '163940.015000', '163940.475000', '163940.935000', '163941.395000', '163941.855000', '163942.315000', '163942.775000', '163943.235000', '163943.695000', '163944.155000', '163944.615000', '163945.075000', '163945.535000', '163945.995000', '163946.455000', '163946.915000', '163947.375000', '163947.835000', '163948.295000', '163948.755000', '163949.215000', '163949.675000', '163950.135000', '163950.595000', '163951.055000', '163951.515000', '163951.975000', '163952.435000', '163952.895000', '163953.355000', '163953.815000', '163954.275000', '163954.735000', '163955.195000', '163955.655000', '163956.115000', '163956.575000', '163957.035000', '163957.495000', '163957.955000', '163958.415000', '163958.875000', '163959.335000', '163959.795000', '164000.255000', '164000.715000', '164001.175000', '164001.635000', '164002.095000', '164002.555000', '164003.015000', '164003.475000', '164003.935000', '164004.395000', '164004.855000', '164005.315000', '164005.775000', '164006.235000', '164006.695000', '164007.155000', '164007.615000', '164008.075000', '164008.535000', '164008.995000', '164009.455000', '164009.915000', '164010.375000', '164010.835000', '164011.295000', '164011.755000', '164012.215000', '164012.675000', '164013.135000', '164013.595000', '164014.055000', '164014.515000', '164014.975000', '164015.435000', '164015.895000', '164016.355000', '164016.815000', '164017.275000', '164017.735000', '164018.195000', '164018.655000', '164019.115000', '164019.575000', '164020.035000', '164020.495000', '164020.955000', '164021.415000', '164021.875000', '164022.335000', '164022.795000', '164023.255000', '164023.715000', '164024.175000', '164024.635000', '164025.095000', '164025.555000', '164026.015000', '164026.475000', '164026.935000', '164027.395000', '164027.855000', '164028.315000', '164028.775000', '164029.235000', '164029.695000', '164030.155000', '164030.615000', '164031.075000', '164031.535000', '164031.995000', '164032.455000', '164032.915000', '164033.375000', '164033.835000', '164034.295000', '164034.755000', '164035.215000', '164035.675000', '164036.135000', '164036.595000', '164037.055000', '164037.515000', '164037.975000', '164038.435000', '164038.895000', '164039.355000', '164039.815000', '164040.275000', '164040.735000', '164041.195000', '164041.655000', '164042.115000', '164042.575000', '164043.035000', '164043.495000', '164043.955000', '164044.415000', '164044.875000', '164045.335000', '164045.795000', '164046.255000', '164046.715000', '164047.175000', '164047.635000', '164048.095000', '164048.555000', '164049.015000', '164049.475000', '164049.935000', '164050.395000', '164050.855000', '164051.315000', '164051.775000', '164052.235000', '164052.695000', '164053.155000', '164053.615000', '164054.075000', '164054.535000', '164054.995000', '164055.455000', '164055.915000', '164056.375000', '164056.835000', '164057.295000', '164057.755000', '164058.215000', '164058.675000', '164059.135000', '164059.595000', '164100.055000', '164100.515000', '164100.975000', '164101.435000', '164101.895000', '164102.355000', '164102.815000', '164103.275000', '164103.735000', '164104.195000', '164104.655000', '164105.115000', '164105.575000', '164106.035000', '164106.495000', '164106.955000', '164107.415000', '164107.875000', '164108.335000', '164108.795000', '164109.255000', '164109.715000', '164110.175000', '164110.635000', '164111.095000', '164111.555000', '164112.015000', '164112.475000', '164112.935000', '164113.395000', '164113.855000', '164114.315000', '164114.775000', '164115.235000', '164115.695000', '164116.155000', '164116.615000', '164117.075000', '164117.535000', '164117.995000', '164118.455000', '164118.915000', '164119.375000', '164119.835000', '164120.295000', '164120.755000', '164121.215000', '164121.675000', '164122.135000', '164122.595000', '164123.055000', '164123.515000', '164123.975000', '164124.435000', '164124.895000', '164125.355000', '164125.815000', '164126.275000', '164126.735000', '164127.195000', '164127.655000', '164128.115000', '164128.575000', '164129.035000', '164129.495000', '164129.955000', '164130.415000', '164130.875000', '164131.335000', '164131.795000', '164132.255000', '164132.715000', '164133.175000', '164133.635000', '164134.095000', '164134.555000', '164135.015000', '164135.475000', '164135.935000', '164136.395000', '164136.855000', '164137.315000', '164137.775000', '164138.235000', '164138.695000', '164139.155000', '164139.615000', '164140.075000', '164140.535000', '164140.995000', '164141.455000', '164141.915000', '164142.375000', '164142.835000', '164143.295000', '164143.755000', '164144.215000', '164144.675000', '164145.135000', '164145.595000', '164146.055000', '164146.515000', '164146.975000', '164147.435000', '164147.895000', '164148.355000', '164148.815000', '164149.275000', '164149.735000', '164150.195000', '164150.655000', '164151.115000', '164151.575000', '164152.035000', '164152.495000', '164152.955000', '164153.415000', '164153.875000', '164154.335000', '164154.795000', '164155.255000', '164155.715000', '164156.175000', '164156.635000', '164157.095000', '164157.555000', '164158.015000', '164158.475000', '164158.935000', '164159.395000', '164159.855000', '164200.315000', '164200.775000', '164201.235000', '164201.695000', '164202.155000', '164202.615000', '164203.075000', '164203.535000', '164203.995000', '164204.455000', '164204.915000', '164205.375000', '164205.835000', '164206.295000', '164206.755000', '164207.215000', '164207.675000', '164208.135000', '164208.595000', '164209.055000', '164209.515000', '164209.975000', '164210.435000', '164210.895000', '164211.355000', '164211.815000', '164212.275000', '164212.735000', '164213.195000', '164213.655000', '164214.115000', '164214.575000', '164215.035000', '164215.495000', '164215.955000', '164216.415000', '164216.875000', '164217.335000', '164217.795000', '164218.255000', '164218.715000', '164219.175000', '164219.635000', '164220.095000', '164220.555000', '164221.015000', '164221.475000', '164221.935000', '164222.395000', '164222.855000', '164223.315000', '164223.775000', '164224.235000', '164224.695000', '164225.155000', '164225.615000', '164226.075000', '164226.535000', '164226.995000', '164227.455000', '164227.915000', '164228.375000', '164228.835000', '164229.295000', '164229.755000', '164230.215000', '164230.675000', '164231.135000', '164231.595000', '164232.055000', '164232.515000', '164232.975000', '164233.435000', '164233.895000', '164234.355000', '164234.815000', '164235.275000', '164235.735000', '164236.195000', '164236.655000', '164237.115000', '164237.575000', '164238.035000', '164238.495000', '164238.955000', '164239.415000', '164239.875000', '164240.335000', '164240.795000', '164241.255000', '164241.715000', '164242.175000', '164242.635000', '164243.095000', '164243.555000', '164244.015000', '164244.475000', '164244.935000', '164245.395000', '164245.855000', '164246.315000', '164246.775000', '164247.235000', '164247.695000', '164248.155000', '164248.615000', '164249.075000', '164249.535000', '164249.995000', '164250.455000', '164250.915000', '164251.375000', '164251.835000', '164252.295000', '164252.755000', '164253.215000', '164253.675000', '164254.135000', '164254.595000', '164255.055000', '164255.515000', '164255.975000', '164256.435000', '164256.895000', '164257.355000', '164257.815000', '164258.275000', '164258.735000', '164259.195000', '164259.655000', '164300.115000', '164300.575000', '164301.035000', '164301.495000', '164301.955000', '164302.415000', '164302.875000', '164303.335000', '164303.795000', '164304.255000', '164304.715000', '164305.175000', '164305.635000', '164306.095000', '164306.555000', '164307.015000', '164307.475000', '164307.935000', '164308.395000', '164308.855000', '164309.315000', '164309.775000', '164310.235000', '164310.695000', '164311.155000', '164311.615000', '164312.075000', '164312.535000', '164312.995000', '164313.455000', '164313.915000', '164314.375000', '164314.835000', '164315.295000', '164315.755000', '164316.215000', '164316.675000', '164317.135000', '164317.595000', '164318.055000', '164318.515000', '164318.975000', '164319.435000', '164319.895000', '164320.355000', '164320.815000', '164321.275000', '164321.735000', '164322.195000', '164322.655000', '164323.115000', '164323.575000', '164324.035000', '164324.495000', '164324.955000', '164325.415000', '164325.875000', '164326.335000', '164326.795000', '164327.255000', '164327.715000', '164328.175000', '164328.635000', '164329.095000', '164329.555000', '164330.015000', '164330.475000', '164330.935000', '164331.395000', '164331.855000', '164332.315000', '164332.775000', '164333.235000', '164333.695000', '164334.155000', '164334.615000', '164335.075000', '164335.535000', '164335.995000', '164336.455000', '164336.915000', '164337.375000', '164337.835000', '164338.295000', '164338.755000', '164339.215000', '164339.675000', '164340.135000', '164340.595000', '164341.055000', '164341.515000', '164341.975000', '164342.435000', '164342.895000', '164343.355000', '164343.815000', '164344.275000', '164344.735000', '164345.195000', '164345.655000', '164346.115000', '164346.575000', '164347.035000', '164347.495000', '164347.955000', '164348.415000', '164348.875000', '164349.335000', '164349.795000', '164350.255000', '164350.715000', '164351.175000', '164351.635000', '164352.095000', '164352.555000', '164353.015000', '164353.475000', '164353.935000', '164354.395000', '164354.855000', '164355.315000', '164355.775000', '164356.235000', '164356.695000', '164357.155000', '164357.615000', '164358.075000', '164358.535000', '164358.995000', '164359.455000', '164359.915000', '164400.375000', '164400.835000', '164401.295000', '164401.755000', '164402.215000', '164402.675000', '164403.135000', '164403.595000', '164404.055000', '164404.515000', '164404.975000', '164405.435000', '164405.895000', '164406.355000', '164406.815000', '164407.275000', '164407.735000', '164408.195000', '164408.655000', '164409.115000', '164409.575000', '164410.035000', '164410.495000', '164410.955000', '164411.415000', '164411.875000', '164412.335000', '164412.795000', '164413.255000', '164413.715000', '164414.175000', '164414.635000', '164415.095000', '164415.555000', '164416.015000', '164416.475000', '164416.935000', '164417.395000', '164417.855000', '164418.315000', '164418.775000', '164419.235000', '164419.695000', '164420.155000', '164420.615000', '164421.075000', '164421.535000', '164421.995000', '164422.455000', '164422.915000', '164423.375000', '164423.835000', '164424.295000', '164424.755000', '164425.215000', '164425.675000', '164426.135000', '164426.595000', '164427.055000', '164427.515000', '164427.975000', '164428.435000', '164428.895000', '164429.355000', '164429.815000', '164430.275000', '164430.735000', '164431.195000', '164431.655000', '164432.115000', '164432.575000', '164433.035000', '164433.495000', '164433.955000', '164434.415000', '164434.875000', '164435.335000', '164435.795000', '164436.255000', '164436.715000', '164437.175000', '164437.635000', '164438.095000', '164438.555000', '164439.015000', '164439.475000', '164439.935000', '164440.395000', '164440.855000', '164441.315000', '164441.775000', '164442.235000', '164442.695000', '164443.155000', '164443.615000', '164444.075000', '164444.535000', '164444.995000', '164445.455000', '164445.915000', '164446.375000', '164446.835000', '164447.295000', '164447.755000', '164448.215000', '164448.675000', '164449.135000', '164449.595000', '164450.055000', '164450.515000', '164450.975000', '164451.435000', '164451.895000', '164452.355000', '164452.815000', '164453.275000', '164453.735000', '164454.195000', '164454.655000', '164455.115000', '164455.575000', '164456.035000', '164456.495000', '164456.955000', '164457.415000', '164457.875000', '164458.335000', '164458.795000', '164459.255000', '164459.715000', '164500.175000', '164500.635000', '164501.095000', '164501.555000', '164502.015000', '164502.475000', '164502.935000', '164503.395000', '164503.855000', '164504.315000', '164504.775000', '164505.235000', '164505.695000', '164506.155000', '164506.615000', '164507.075000', '164507.535000', '164507.995000', '164508.455000', '164508.915000', '164509.375000', '164509.835000', '164510.295000', '164510.755000', '164511.215000', '164511.675000', '164512.135000', '164512.595000', '164513.055000', '164513.515000', '164513.975000', '164514.435000', '164514.895000', '164515.355000', '164515.815000', '164516.275000', '164516.735000', '164517.195000', '164517.655000', '164518.115000', '164518.575000', '164519.035000', '164519.495000', '164519.955000', '164520.415000', '164520.875000', '164521.335000', '164521.795000', '164522.255000', '164522.715000', '164523.175000', '164523.635000', '164524.095000', '164524.555000', '164525.015000', '164525.475000', '164525.935000', '164526.395000', '164526.855000', '164527.315000', '164527.775000', '164528.235000', '164528.695000', '164529.155000', '164529.615000', '164530.075000', '164530.535000', '164530.995000', '164531.455000', '164531.915000', '164532.375000', '164532.835000', '164533.295000', '164533.755000', '164534.215000', '164534.675000', '164535.135000', '164535.595000', '164536.055000', '164536.515000', '164536.975000', '164537.435000', '164537.895000', '164538.355000', '164538.815000', '164539.275000', '164539.735000', '164540.195000', '164540.655000', '164541.115000', '164541.575000', '164542.035000', '164542.495000', '164542.955000', '164543.415000', '164543.875000', '164544.335000', '164544.795000', '164545.255000', '164545.715000', '164546.175000', '164546.635000', '164547.095000', '164547.555000', '164548.015000', '164548.475000', '164548.935000', '164549.395000', '164549.855000', '164550.315000', '164550.775000', '164551.235000', '164551.695000', '164552.155000', '164552.615000', '164553.075000', '164553.535000', '164553.995000', '164554.455000', '164554.915000', '164555.375000', '164555.835000', '164556.295000', '164556.755000', '164557.215000', '164557.675000', '164558.135000', '164558.595000', '164559.055000', '164559.515000', '164559.975000', '164600.435000', '164600.895000', '164601.355000', '164601.815000', '164602.275000', '164602.735000', '164603.195000', '164603.655000', '164604.115000', '164604.575000', '164605.035000', '164605.495000', '164605.955000', '164606.415000', '164606.875000', '164607.335000', '164607.795000', '164608.255000', '164608.715000', '164609.175000', '164609.635000', '164610.095000', '164610.555000', '164611.015000', '164611.475000', '164611.935000', '164612.395000', '164612.855000', '164613.315000', '164613.775000', '164614.235000', '164614.695000', '164615.155000', '164615.615000', '164616.075000', '164616.535000', '164616.995000', '164617.455000', '164617.915000', '164618.375000', '164618.835000', '164619.295000', '164619.755000', '164620.215000', '164620.675000', '164621.135000', '164621.595000', '164622.055000', '164622.515000', '164622.975000', '164623.435000', '164623.895000', '164624.355000', '164624.815000', '164625.275000', '164625.735000', '164626.195000', '164626.655000', '164627.115000', '164627.575000', '164628.035000', '164628.495000', '164628.955000', '164629.415000', '164629.875000', '164630.335000', '164630.795000', '164631.255000', '164631.715000', '164632.175000', '164632.635000', '164633.095000', '164633.555000', '164634.015000', '164634.475000', '164634.935000', '164635.395000', '164635.855000', '164636.315000', '164636.775000', '164637.235000', '164637.695000', '164638.155000', '164638.615000', '164639.075000', '164639.535000', '164639.995000', '164640.455000', '164640.915000', '164641.375000', '164641.835000', '164642.295000', '164642.755000', '164643.215000', '164643.675000', '164644.135000', '164644.595000', '164645.055000', '164645.515000', '164645.975000', '164646.435000', '164646.895000', '164647.355000', '164647.815000', '164648.275000', '164648.735000', '164649.195000', '164649.655000', '164650.115000', '164650.575000', '164651.035000', '164651.495000', '164651.955000', '164652.415000', '164652.875000', '164653.335000', '164653.795000', '164654.255000', '164654.715000', '164655.175000', '164655.635000', '164656.095000', '164656.555000', '164657.015000', '164657.475000', '164657.935000', '164658.395000', '164658.855000', '164659.315000', '164659.775000', '164700.235000', '164700.695000', '164701.155000', '164701.615000', '164702.075000', '164702.535000', '164702.995000', '164703.455000', '164703.915000', '164704.375000', '164704.835000', '164705.295000', '164705.755000', '164706.215000', '164706.675000', '164707.135000', '164707.595000', '164708.055000', '164708.515000', '164708.975000', '164709.435000', '164709.895000', '164710.355000', '164710.815000', '164711.275000', '164711.735000', '164712.195000', '164712.655000', '164713.115000', '164713.575000', '164714.035000', '164714.495000', '164714.955000', '164715.415000', '164715.875000', '164716.335000', '164716.795000', '164717.255000', '164717.715000', '164718.175000', '164718.635000', '164719.095000', '164719.555000', '164720.015000', '164720.475000', '164720.935000', '164721.395000', '164721.855000', '164722.315000', '164722.775000', '164723.235000', '164723.695000', '164724.155000', '164724.615000', '164725.075000', '164725.535000', '164725.995000', '164726.455000', '164726.915000', '164727.375000', '164727.835000', '164728.295000', '164728.755000', '164729.215000', '164729.675000', '164730.135000', '164730.595000', '164731.055000', '164731.515000', '164731.975000', '164732.435000', '164732.895000', '164733.355000', '164733.815000', '164734.275000', '164734.735000', '164735.195000', '164735.655000', '164736.115000', '164736.575000', '164737.035000', '164737.495000', '164737.955000', '164738.415000', '164738.875000', '164739.335000', '164739.795000', '164740.255000', '164740.715000', '164741.175000', '164741.635000', '164742.095000', '164742.555000', '164743.015000', '164743.475000', '164743.935000', '164744.395000', '164744.855000', '164745.315000', '164745.775000', '164746.235000', '164746.695000', '164747.155000', '164747.615000', '164748.075000', '164748.535000', '164748.995000', '164749.455000', '164749.915000', '164750.375000', '164750.835000', '164751.295000', '164751.755000', '164752.215000', '164752.675000', '164753.135000', '164753.595000', '164754.055000', '164754.515000', '164754.975000', '164755.435000', '164755.895000', '164756.355000', '164756.815000', '164757.275000', '164757.735000', '164758.195000', '164758.655000', '164759.115000', '164759.575000', '164800.035000', '164800.495000', '164800.955000', '164801.415000', '164801.875000', '164802.335000', '164802.795000', '164803.255000', '164803.715000', '164804.175000', '164804.635000', '164805.095000', '164805.555000', '164806.015000', '164806.475000', '164806.935000', '164807.395000', '164807.855000', '164808.315000', '164808.775000', '164809.235000', '164809.695000', '164810.155000', '164810.615000', '164811.075000', '164811.535000', '164811.995000', '164812.455000', '164812.915000', '164813.375000', '164813.835000', '164814.295000', '164814.755000', '164815.215000', '164815.675000', '164816.135000', '164816.595000', '164817.055000', '164817.515000', '164817.975000', '164818.435000', '164818.895000', '164819.355000', '164819.815000', '164820.275000', '164820.735000', '164821.195000', '164821.655000', '164822.115000', '164822.575000', '164823.035000', '164823.495000', '164823.955000', '164824.415000', '164824.875000', '164825.335000', '164825.795000', '164826.255000', '164826.715000', '164827.175000', '164827.635000', '164828.095000', '164828.555000', '164829.015000', '164829.475000', '164829.935000', '164830.395000', '164830.855000', '164831.315000', '164831.775000', '164832.235000', '164832.695000', '164833.155000', '164833.615000', '164834.075000', '164834.535000', '164834.995000', '164835.455000', '164835.915000', '164836.375000', '164836.835000', '164837.295000', '164837.755000', '164838.215000', '164838.675000', '164839.135000', '164839.595000', '164840.055000', '164840.515000', '164840.975000', '164841.435000', '164841.895000', '164842.355000', '164842.815000', '164843.275000', '164843.735000', '164844.195000', '164844.655000', '164845.115000', '164845.575000', '164846.035000', '164846.495000', '164846.955000', '164847.415000', '164847.875000', '164848.335000', '164848.795000', '164849.255000', '164849.715000', '164850.175000', '164850.635000', '164851.095000', '164851.555000', '164852.015000', '164852.475000', '164852.935000', '164853.395000', '164853.855000', '164854.315000', '164854.775000', '164855.235000', '164855.695000', '164856.155000', '164856.615000', '164857.075000', '164857.535000', '164857.995000', '164858.455000', '164858.915000', '164859.375000', '164859.835000', '164900.295000', '164900.755000', '164901.215000', '164901.675000', '164902.135000', '164902.595000', '164903.055000', '164903.515000', '164903.975000', '164904.435000', '164904.895000', '164905.355000', '164905.815000', '164906.275000', '164906.735000', '164907.195000', '164907.655000', '164908.115000', '164908.575000', '164909.035000', '164909.495000', '164909.955000', '164910.415000', '164910.875000', '164911.335000', '164911.795000', '164912.255000', '164912.715000', '164913.175000', '164913.635000', '164914.095000', '164914.555000', '164915.015000', '164915.475000', '164915.935000', '164916.395000', '164916.855000', '164917.315000', '164917.775000', '164918.235000', '164918.695000', '164919.155000', '164919.615000', '164920.075000', '164920.535000', '164920.995000', '164921.455000', '164921.915000', '164922.375000', '164922.835000', '164923.295000', '164923.755000', '164924.215000', '164924.675000', '164925.135000', '164925.595000', '164926.055000', '164926.515000', '164926.975000', '164927.435000', '164927.895000', '164928.355000', '164928.815000', '164929.275000', '164929.735000', '164930.195000', '164930.655000', '164931.115000', '164931.575000', '164932.035000', '164932.495000', '164932.955000', '164933.415000', '164933.875000', '164934.335000', '164934.795000', '164935.255000', '164935.715000', '164936.175000', '164936.635000', '164937.095000', '164937.555000', '164938.015000', '164938.475000', '164938.935000', '164939.395000', '164939.855000', '164940.315000', '164940.775000', '164941.235000', '164941.695000', '164942.155000', '164942.615000', '164943.075000', '164943.535000', '164943.995000', '164944.455000', '164944.915000', '164945.375000', '164945.835000', '164946.295000', '164946.755000', '164947.215000', '164947.675000', '164948.135000', '164948.595000', '164949.055000', '164949.515000', '164949.975000', '164950.435000', '164950.895000', '164951.355000', '164951.815000', '164952.275000', '164952.735000', '164953.195000', '164953.655000', '164954.115000', '164954.575000', '164955.035000', '164955.495000', '164955.955000', '164956.415000', '164956.875000', '164957.335000', '164957.795000', '164958.255000', '164958.715000', '164959.175000', '164959.635000', '165000.095000', '165000.555000', '165001.015000', '165001.475000', '165001.935000', '165002.395000', '165002.855000', '165003.315000', '165003.775000', '165004.235000', '165004.695000', '165005.155000', '165005.615000', '165006.075000', '165006.535000', '165006.995000', '165007.455000', '165007.915000', '165008.375000', '165008.835000', '165009.295000', '165009.755000', '165010.215000', '165010.675000', '165011.135000', '165011.595000', '165012.055000', '165012.515000', '165012.975000', '165013.435000', '165013.895000', '165014.355000', '165014.815000', '165015.275000', '165015.735000', '165016.195000', '165016.655000', '165017.115000', '165017.575000', '165018.035000', '165018.495000', '165018.955000', '165019.415000', '165019.875000', '165020.335000', '165020.795000', '165021.255000', '165021.715000', '165022.175000', '165022.635000', '165023.095000', '165023.555000', '165024.015000', '165024.475000', '165024.935000', '165025.395000', '165025.855000', '165026.315000', '165026.775000', '165027.235000', '165027.695000', '165028.155000', '165028.615000', '165029.075000', '165029.535000', '165029.995000', '165030.455000', '165030.915000', '165031.375000', '165031.835000', '165032.295000', '165032.755000', '165033.215000', '165033.675000', '165034.135000', '165034.595000', '165035.055000', '165035.515000', '165035.975000', '165036.435000', '165036.895000', '165037.355000', '165037.815000', '165038.275000', '165038.735000', '165039.195000', '165039.655000', '165040.115000', '165040.575000', '165041.035000', '165041.495000', '165041.955000', '165042.415000', '165042.875000', '165043.335000', '165043.795000', '165044.255000', '165044.715000', '165045.175000', '165045.635000', '165046.095000', '165046.555000', '165047.015000', '165047.475000', '165047.935000', '165048.395000', '165048.855000', '165049.315000', '165049.775000', '165050.235000', '165050.695000', '165051.155000', '165051.615000', '165052.075000', '165052.535000', '165052.995000', '165053.455000', '165053.915000', '165054.375000', '165054.835000', '165055.295000', '165055.755000', '165056.215000', '165056.675000', '165057.135000', '165057.595000', '165058.055000', '165058.515000', '165058.975000', '165059.435000', '165059.895000', '165100.355000', '165100.815000', '165101.275000', '165101.735000', '165102.195000', '165102.655000', '165103.115000', '165103.575000', '165104.035000', '165104.495000', '165104.955000', '165105.415000', '165105.875000', '165106.335000', '165106.795000', '165107.255000', '165107.715000', '165108.175000', '165108.635000', '165109.095000', '165109.555000', '165110.015000', '165110.475000', '165110.935000', '165111.395000', '165111.855000', '165112.315000', '165112.775000', '165113.235000', '165113.695000', '165114.155000', '165114.615000', '165115.075000', '165115.535000', '165115.995000', '165116.455000', '165116.915000', '165117.375000', '165117.835000', '165118.295000', '165118.755000', '165119.215000', '165119.675000', '165120.135000', '165120.595000', '165121.055000', '165121.515000', '165121.975000', '165122.435000', '165122.895000', '165123.355000', '165123.815000', '165124.275000', '165124.735000', '165125.195000', '165125.655000', '165126.115000', '165126.575000', '165127.035000', '165127.495000', '165127.955000', '165128.415000', '165128.875000', '165129.335000', '165129.795000', '165130.255000', '165130.715000', '165131.175000', '165131.635000', '165132.095000', '165132.555000', '165133.015000', '165133.475000', '165133.935000', '165134.395000', '165134.855000', '165135.315000', '165135.775000', '165136.235000', '165136.695000', '165137.155000', '165137.615000', '165138.075000', '165138.535000', '165138.995000', '165139.455000', '165139.915000', '165140.375000', '165140.835000', '165141.295000', '165141.755000', '165142.215000', '165142.675000', '165143.135000', '165143.595000', '165144.055000', '165144.515000', '165144.975000', '165145.435000', '165145.895000', '165146.355000', '165146.815000', '165147.275000', '165147.735000', '165148.195000', '165148.655000', '165149.115000', '165149.575000', '165150.035000', '165150.495000', '165150.955000', '165151.415000', '165151.875000', '165152.335000', '165152.795000', '165153.255000', '165153.715000', '165154.175000', '165154.635000', '165155.095000', '165155.555000', '165156.015000', '165156.475000', '165156.935000', '165157.395000', '165157.855000', '165158.315000', '165158.775000', '165159.235000', '165159.695000', '165200.155000', '165200.615000', '165201.075000', '165201.535000', '165201.995000', '165202.455000', '165202.915000', '165203.375000', '165203.835000', '165204.295000', '165204.755000', '165205.215000', '165205.675000', '165206.135000', '165206.595000', '165207.055000', '165207.515000', '165207.975000', '165208.435000', '165208.895000', '165209.355000', '165209.815000', '165210.275000', '165210.735000', '165211.195000', '165211.655000', '165212.115000', '165212.575000', '165213.035000', '165213.495000', '165213.955000', '165214.415000', '165214.875000', '165215.335000', '165215.795000', '165216.255000', '165216.715000', '165217.175000', '165217.635000', '165218.095000', '165218.555000', '165219.015000', '165219.475000', '165219.935000', '165220.395000', '165220.855000', '165221.315000', '165221.775000', '165222.235000', '165222.695000', '165223.155000', '165223.615000', '165224.075000', '165224.535000', '165224.995000', '165225.455000', '165225.915000', '165226.375000', '165226.835000', '165227.295000', '165227.755000', '165228.215000', '165228.675000', '165229.135000', '165229.595000', '165230.055000', '165230.515000', '165230.975000', '165231.435000', '165231.895000', '165232.355000', '165232.815000', '165233.275000', '165233.735000', '165234.195000', '165234.655000', '165235.115000', '165235.575000', '165236.035000', '165236.495000', '165236.955000', '165237.415000', '165237.875000', '165238.335000', '165238.795000', '165239.255000', '165239.715000', '165240.175000', '165240.635000', '165241.095000', '165241.555000', '165242.015000', '165242.475000', '165242.935000', '165243.395000', '165243.855000', '165244.315000', '165244.775000', '165245.235000', '165245.695000', '165246.155000', '165246.615000', '165247.075000', '165247.535000', '165247.995000', '165248.455000', '165248.915000', '165249.375000', '165249.835000', '165250.295000', '165250.755000', '165251.215000', '165251.675000', '165252.135000', '165252.595000', '165253.055000', '165253.515000', '165253.975000', '165254.435000', '165254.895000', '165255.355000', '165255.815000', '165256.275000', '165256.735000', '165257.195000', '165257.655000', '165258.115000', '165258.575000', '165259.035000', '165259.495000', '165259.955000', '165300.415000', '165300.875000', '165301.335000', '165301.795000', '165302.255000', '165302.715000', '165303.175000', '165303.635000', '165304.095000', '165304.555000', '165305.015000', '165305.475000', '165305.935000', '165306.395000', '165306.855000', '165307.315000', '165307.775000', '165308.235000', '165308.695000', '165309.155000', '165309.615000', '165310.075000', '165310.535000', '165310.995000', '165311.455000', '165311.915000', '165312.375000', '165312.835000', '165313.295000', '165313.755000', '165314.215000', '165314.675000', '165315.135000', '165315.595000', '165316.055000', '165316.515000', '165316.975000', '165317.435000', '165317.895000', '165318.355000', '165318.815000', '165319.275000', '165319.735000', '165320.195000', '165320.655000', '165321.115000', '165321.575000', '165322.035000', '165322.495000', '165322.955000', '165323.415000', '165323.875000', '165324.335000', '165324.795000', '165325.255000', '165325.715000', '165326.175000', '165326.635000', '165327.095000', '165327.555000', '165328.015000', '165328.475000', '165328.935000', '165329.395000', '165329.855000', '165330.315000', '165330.775000', '165331.235000', '165331.695000', '165332.155000', '165332.615000', '165333.075000', '165333.535000', '165333.995000', '165334.455000', '165334.915000', '165335.375000', '165335.835000', '165336.295000', '165336.755000', '165337.215000', '165337.675000', '165338.135000', '165338.595000', '165339.055000', '165339.515000', '165339.975000', '165340.435000', '165340.895000', '165341.355000', '165341.815000', '165342.275000', '165342.735000', '165343.195000', '165343.655000', '165344.115000', '165344.575000', '165345.035000', '165345.495000', '165345.955000', '165346.415000', '165346.875000', '165347.335000', '165347.795000', '165348.255000', '165348.715000', '165349.175000', '165349.635000', '165350.095000', '165350.555000', '165351.015000'], 'ContentTime': ['163958.365000', '163958.368000', '163958.371000', '163958.374000', '163958.377000', '163958.383000', '163958.386000', '163958.388000', '163958.391000', '163958.394000', '163958.397000', '163958.400000', '163958.402000', '163958.405000', '163958.408000', '163958.411000', '163958.414000', '163958.417000', '163958.419000', '163958.422000', '163958.425000', '163958.428000', '163958.431000', '163958.434000', '163958.436000', '163958.439000', '163958.442000', '163958.445000', '163958.448000', '163958.451000', '163958.454000', '163958.456000', '163958.459000', '163958.462000', '163958.465000', '163958.468000', '163958.470000', '163958.473000', '163958.476000', '163958.479000', '163958.482000', '163958.485000', '163958.487000', '163958.490000', '163958.493000', '163958.501000', '164018.337000', '164018.340000', '164018.343000', '164018.346000', '164018.349000', '164018.351000', '164018.354000', '164018.357000', '164018.360000', '164018.363000', '164018.366000', '164018.369000', '164018.372000', '164018.374000', '164018.377000', '164018.380000', '164018.383000', '164018.386000', '164018.389000', '164018.392000', '164018.394000', '164018.397000', '164018.400000', '164018.403000', '164018.406000', '164018.409000', '164018.412000', '164018.415000', '164018.418000', '164018.420000', '164018.423000', '164018.426000', '164018.429000', '164018.434000', '164018.437000', '164018.440000', '164018.443000', '164018.446000', '164018.449000', '164018.452000', '164018.455000', '164018.457000', '164018.460000', '164038.337000', '164038.340000', '164038.343000', '164038.346000', '164038.348000', '164038.351000', '164038.354000', '164038.357000', '164038.360000', '164038.363000', '164038.366000', '164038.369000', '164038.371000', '164038.374000', '164038.377000', '164038.380000', '164038.383000', '164038.386000', '164038.389000', '164038.391000', '164038.394000', '164038.397000', '164038.400000', '164038.403000', '164038.406000', '164038.408000', '164038.411000', '164038.414000', '164038.417000', '164038.420000', '164038.423000', '164038.426000', '164038.428000', '164038.437000', '164038.440000', '164038.443000', '164038.446000', '164038.449000', '164038.452000', '164038.454000', '164038.457000', '164038.460000', '164038.463000', '164038.466000', '164058.338000', '164058.341000', '164058.344000', '164058.347000', '164058.350000', '164058.353000', '164058.355000', '164058.358000', '164058.361000', '164058.364000', '164058.367000', '164058.370000', '164058.373000', '164058.375000', '164058.378000', '164058.382000', '164058.385000', '164058.388000', '164058.391000', '164058.394000', '164058.397000', '164058.399000', '164058.419000', '164058.435000', '164058.438000', '164058.441000', '164058.443000', '164058.446000', '164058.449000', '164058.452000', '164058.455000', '164058.458000', '164058.461000', '164058.464000', '164058.466000', '164058.469000', '164058.472000', '164058.475000', '164058.478000', '164058.481000', '164058.484000', '164058.487000', '164058.489000', '164118.338000', '164118.341000', '164118.344000', '164118.346000', '164118.349000', '164118.352000', '164118.355000', '164118.358000', '164118.361000', '164118.364000', '164118.367000', '164118.370000', '164118.372000', '164118.375000', '164118.378000', '164118.381000', '164118.384000', '164118.387000', '164118.390000', '164118.392000', '164118.395000', '164118.398000', '164118.401000', '164118.404000', '164118.407000', '164118.410000', '164118.413000', '164118.415000', '164118.418000', '164118.421000', '164118.424000', '164118.427000', '164118.430000', '164118.432000', '164118.435000', '164118.438000', '164118.441000', '164118.444000', '164118.447000', '164118.449000', '164118.452000', '164118.455000', '164118.458000', '164118.461000', '164138.338000', '164138.341000', '164138.344000', '164138.347000', '164138.350000', '164138.352000', '164138.355000', '164138.358000', '164138.361000', '164138.364000', '164138.369000', '164138.372000', '164138.374000', '164138.377000', '164138.380000', '164138.383000', '164138.386000', '164138.389000', '164138.392000', '164138.395000', '164138.397000', '164138.400000', '164138.403000', '164138.406000', '164138.409000', '164138.412000', '164138.415000', '164138.417000', '164138.420000', '164138.423000', '164138.426000', '164138.429000', '164138.432000', '164138.435000', '164138.438000', '164138.441000', '164138.443000', '164138.446000', '164138.449000', '164138.452000', '164138.455000', '164138.458000', '164138.461000', '164158.338000', '164158.341000', '164158.344000', '164158.347000', '164158.349000', '164158.352000', '164158.355000', '164158.358000', '164158.361000', '164158.364000', '164158.367000', '164158.370000', '164158.373000', '164158.375000', '164158.378000', '164158.381000', '164158.384000', '164158.387000', '164158.390000', '164158.393000', '164158.396000', '164158.398000', '164158.401000', '164158.404000', '164158.407000', '164158.410000', '164158.413000', '164158.416000', '164158.419000', '164158.422000', '164158.424000', '164158.427000', '164158.430000', '164158.433000', '164158.436000', '164158.439000', '164158.442000', '164158.445000', '164158.448000', '164158.450000', '164158.453000', '164158.456000', '164158.459000', '164158.462000', '164218.338000', '164218.341000', '164218.344000', '164218.347000', '164218.350000', '164218.353000', '164218.355000', '164218.358000', '164218.361000', '164218.364000', '164218.367000', '164218.370000', '164218.373000', '164218.375000', '164218.378000', '164218.381000', '164218.384000', '164218.390000', '164218.393000', '164218.396000', '164218.399000', '164218.402000', '164218.405000', '164218.408000', '164218.411000', '164218.414000', '164218.416000', '164218.420000', '164218.423000', '164218.426000', '164218.429000', '164218.432000', '164218.435000', '164218.438000', '164218.441000', '164218.444000', '164218.446000', '164218.449000', '164218.452000', '164218.455000', '164218.458000', '164218.461000', '164218.464000', '164238.337000', '164238.340000', '164238.343000', '164238.346000', '164238.349000', '164238.351000', '164238.354000', '164238.357000', '164238.360000', '164238.363000', '164238.366000', '164238.369000', '164238.372000', '164238.374000', '164238.377000', '164238.380000', '164238.383000', '164238.386000', '164238.407000', '164238.410000', '164238.413000', '164238.416000', '164238.419000', '164238.422000', '164238.424000', '164238.427000', '164238.430000', '164238.433000', '164238.436000', '164238.439000', '164238.442000', '164238.444000', '164238.447000', '164238.450000', '164238.453000', '164238.456000', '164238.459000', '164238.462000', '164238.465000', '164238.468000', '164238.470000', '164238.473000', '164238.476000', '164238.479000', '164258.337000', '164258.340000', '164258.343000', '164258.346000', '164258.349000', '164258.352000', '164258.354000', '164258.357000', '164258.360000', '164258.363000', '164258.366000', '164258.369000', '164258.372000', '164258.375000', '164258.378000', '164258.381000', '164258.384000', '164258.387000', '164258.389000', '164258.392000', '164258.395000', '164258.398000', '164258.401000', '164258.404000', '164258.407000', '164258.410000', '164258.412000', '164258.415000', '164258.418000', '164258.421000', '164258.424000', '164258.427000', '164258.430000', '164258.433000', '164258.436000', '164258.438000', '164258.441000', '164258.444000', '164258.447000', '164258.450000', '164258.453000', '164258.456000', '164258.459000', '164318.338000', '164318.341000', '164318.344000', '164318.347000', '164318.350000', '164318.352000', '164318.355000', '164318.358000', '164318.361000', '164318.364000', '164318.367000', '164318.370000', '164318.373000', '164318.376000', '164318.378000', '164318.381000', '164318.384000', '164318.387000', '164318.390000', '164318.393000', '164318.396000', '164318.398000', '164318.401000', '164318.404000', '164318.407000', '164318.410000', '164318.413000', '164318.416000', '164318.419000', '164318.421000', '164318.424000', '164318.427000', '164318.430000', '164318.433000', '164318.436000', '164318.439000', '164318.442000', '164318.444000', '164318.447000', '164318.450000', '164318.453000', '164318.456000', '164318.459000', '164318.462000', '164338.338000', '164338.341000', '164338.344000', '164338.347000', '164338.350000', '164338.352000', '164338.355000', '164338.358000', '164338.361000', '164338.364000', '164338.367000', '164338.370000', '164338.373000', '164338.375000', '164338.378000', '164338.381000', '164338.384000', '164338.387000', '164338.390000', '164338.393000', '164338.396000', '164338.398000', '164338.401000', '164338.404000', '164338.407000', '164338.410000', '164338.413000', '164338.416000', '164338.419000', '164338.422000', '164338.424000', '164338.427000', '164338.430000', '164338.433000', '164338.436000', '164338.439000', '164338.441000', '164338.444000', '164338.447000', '164338.450000', '164338.453000', '164338.457000', '164338.460000', '164358.338000', '164358.341000', '164358.344000', '164358.347000', '164358.350000', '164358.352000', '164358.355000', '164358.358000', '164358.361000', '164358.364000', '164358.367000', '164358.370000', '164358.373000', '164358.376000', '164358.379000', '164358.381000', '164358.384000', '164358.387000', '164358.390000', '164358.393000', '164358.396000', '164358.399000', '164358.401000', '164358.404000', '164358.407000', '164358.410000', '164358.413000', '164358.416000', '164358.418000', '164358.421000', '164358.424000', '164358.427000', '164358.430000', '164358.433000', '164358.436000', '164358.438000', '164358.441000', '164358.444000', '164358.447000', '164358.450000', '164358.453000', '164358.456000', '164358.458000', '164358.468000', '164418.338000', '164418.341000', '164418.344000', '164418.347000', '164418.350000', '164418.353000', '164418.356000', '164418.358000', '164418.361000', '164418.364000', '164418.367000', '164418.370000', '164418.373000', '164418.376000', '164418.379000', '164418.381000', '164418.384000', '164418.387000', '164418.390000', '164418.393000', '164418.396000', '164418.399000', '164418.401000', '164418.404000', '164418.407000', '164418.410000', '164418.413000', '164418.416000', '164418.419000', '164418.422000', '164418.425000', '164418.427000', '164418.430000', '164418.433000', '164418.436000', '164418.439000', '164418.442000', '164418.445000', '164418.447000', '164418.450000', '164418.453000', '164418.456000', '164418.459000', '164438.338000', '164438.341000', '164438.344000', '164438.347000', '164438.350000', '164438.353000', '164438.355000', '164438.358000', '164438.361000', '164438.364000', '164438.367000', '164438.370000', '164438.373000', '164438.376000', '164438.379000', '164438.381000', '164438.384000', '164438.387000', '164438.390000', '164438.393000', '164438.396000', '164438.399000', '164438.401000', '164438.404000', '164438.407000', '164438.410000', '164438.413000', '164438.416000', '164438.419000', '164438.422000', '164438.425000', '164438.427000', '164438.430000', '164438.433000', '164438.436000', '164438.439000', '164438.442000', '164438.445000', '164438.448000', '164438.451000', '164438.453000', '164438.456000', '164438.459000', '164458.337000', '164458.340000', '164458.343000', '164458.346000', '164458.349000', '164458.351000', '164458.354000', '164458.357000', '164458.360000', '164458.363000', '164458.366000', '164458.369000', '164458.372000', '164458.375000', '164458.377000', '164458.380000', '164458.383000', '164458.386000', '164458.389000', '164458.392000', '164458.395000', '164458.398000', '164458.400000', '164458.403000', '164458.406000', '164458.409000', '164458.412000', '164458.415000', '164458.418000', '164458.421000', '164458.423000', '164458.426000', '164458.429000', '164458.432000', '164458.435000', '164458.438000', '164458.441000', '164458.444000', '164458.447000', '164458.449000', '164458.452000', '164458.455000', '164458.458000', '164458.461000', '164518.337000', '164518.340000', '164518.343000', '164518.346000', '164518.349000', '164518.352000', '164518.355000', '164518.358000', '164518.360000', '164518.363000', '164518.366000', '164518.369000', '164518.372000', '164518.375000', '164518.378000', '164518.381000', '164518.384000', '164518.386000', '164518.389000', '164518.392000', '164518.395000', '164518.398000', '164518.401000', '164518.403000', '164518.406000', '164518.409000', '164518.412000', '164518.415000', '164518.418000', '164518.421000', '164518.424000', '164518.426000', '164518.429000', '164518.432000', '164518.435000', '164518.438000', '164518.441000', '164518.444000', '164518.446000', '164518.449000', '164518.452000', '164518.455000', '164518.458000', '164538.338000', '164538.341000', '164538.344000', '164538.347000', '164538.350000', '164538.353000', '164538.355000', '164538.358000', '164538.361000', '164538.364000', '164538.377000', '164538.380000', '164538.383000', '164538.386000', '164538.389000', '164538.391000', '164538.394000', '164538.397000', '164538.400000', '164538.403000', '164538.406000', '164538.409000', '164538.412000', '164538.414000', '164538.417000', '164538.420000', '164538.423000', '164538.426000', '164538.429000', '164538.432000', '164538.435000', '164538.437000', '164538.440000', '164538.443000', '164538.446000', '164538.449000', '164538.452000', '164538.455000', '164538.458000', '164538.461000', '164538.463000', '164538.466000', '164538.469000', '164538.472000', '164558.338000', '164558.341000', '164558.344000', '164558.347000', '164558.350000', '164558.353000', '164558.358000', '164558.361000', '164558.364000', '164558.367000', '164558.370000', '164558.373000', '164558.376000', '164558.379000', '164558.382000', '164558.384000', '164558.387000', '164558.390000', '164558.393000', '164558.396000', '164558.399000', '164558.402000', '164558.405000', '164558.408000', '164558.411000', '164558.414000', '164558.416000', '164558.419000', '164558.422000', '164558.425000', '164558.428000', '164558.431000', '164558.434000', '164558.437000', '164558.439000', '164558.442000', '164558.445000', '164558.448000', '164558.451000', '164558.454000', '164558.457000', '164558.460000', '164558.462000', '164618.338000', '164618.341000', '164618.344000', '164618.347000', '164618.350000', '164618.352000', '164618.355000', '164618.358000', '164618.361000', '164618.364000', '164618.367000', '164618.370000', '164618.372000', '164618.375000', '164618.378000', '164618.381000', '164618.384000', '164618.387000', '164618.390000', '164618.392000', '164618.395000', '164618.398000', '164618.401000', '164618.404000', '164618.407000', '164618.410000', '164618.413000', '164618.416000', '164618.418000', '164618.421000', '164618.424000', '164618.427000', '164618.430000', '164618.433000', '164618.436000', '164618.438000', '164618.441000', '164618.444000', '164618.447000', '164618.450000', '164618.453000', '164618.456000', '164618.459000', '164618.462000', '164638.338000', '164638.341000', '164638.344000', '164638.347000', '164638.350000', '164638.353000', '164638.355000', '164638.358000', '164638.361000', '164638.364000', '164638.367000', '164638.370000', '164638.373000', '164638.376000', '164638.379000', '164638.382000', '164638.385000', '164638.388000', '164638.390000', '164638.393000', '164638.396000', '164638.399000', '164638.402000', '164638.405000', '164638.408000', '164638.411000', '164638.414000', '164638.417000', '164638.419000', '164638.422000', '164638.425000', '164638.428000', '164638.431000', '164638.434000', '164638.436000', '164638.439000', '164638.442000', '164638.445000', '164638.448000', '164638.451000', '164638.454000', '164638.456000', '164638.459000', '164658.338000', '164658.341000', '164658.344000', '164658.347000', '164658.350000', '164658.352000', '164658.355000', '164658.358000', '164658.361000', '164658.364000', '164658.367000', '164658.370000', '164658.373000', '164658.376000', '164658.379000', '164658.382000', '164658.384000', '164658.387000', '164658.390000', '164658.393000', '164658.396000', '164658.408000', '164658.410000', '164658.413000', '164658.416000', '164658.419000', '164658.422000', '164658.425000', '164658.428000', '164658.431000', '164658.433000', '164658.436000', '164658.439000', '164658.442000', '164658.445000', '164658.448000', '164658.451000', '164658.454000', '164658.456000', '164658.459000', '164658.462000', '164658.465000', '164658.468000', '164658.471000', '164718.337000', '164718.340000', '164718.343000', '164718.346000', '164718.349000', '164718.352000', '164718.355000', '164718.358000', '164718.360000', '164718.363000', '164718.366000', '164718.369000', '164718.372000', '164718.375000', '164718.378000', '164718.381000', '164718.383000', '164718.386000', '164718.390000', '164718.392000', '164718.396000', '164718.399000', '164718.402000', '164718.405000', '164718.408000', '164718.411000', '164718.414000', '164718.417000', '164718.419000', '164718.422000', '164718.425000', '164718.428000', '164718.431000', '164718.434000', '164718.437000', '164718.440000', '164718.443000', '164718.445000', '164718.448000', '164718.451000', '164718.454000', '164718.457000', '164718.460000', '164738.337000', '164738.340000', '164738.343000', '164738.346000', '164738.349000', '164738.352000', '164738.355000', '164738.357000', '164738.360000', '164738.363000', '164738.366000', '164738.369000', '164738.372000', '164738.375000', '164738.378000', '164738.381000', '164738.383000', '164738.386000', '164738.389000', '164738.392000', '164738.395000', '164738.398000', '164738.401000', '164738.404000', '164738.407000', '164738.409000', '164738.412000', '164738.415000', '164738.418000', '164738.421000', '164738.424000', '164738.427000', '164738.430000', '164738.433000', '164738.435000', '164738.438000', '164738.441000', '164738.444000', '164738.447000', '164738.450000', '164738.453000', '164738.456000', '164738.459000', '164738.462000', '164758.338000', '164758.341000', '164758.344000', '164758.347000', '164758.350000', '164758.353000', '164758.356000', '164758.359000', '164758.361000', '164758.364000', '164758.367000', '164758.370000', '164758.373000', '164758.376000', '164758.379000', '164758.381000', '164758.384000', '164758.387000', '164758.390000', '164758.393000', '164758.396000', '164758.399000', '164758.402000', '164758.405000', '164758.407000', '164758.410000', '164758.415000', '164758.418000', '164758.421000', '164758.424000', '164758.427000', '164758.430000', '164758.433000', '164758.436000', '164758.439000', '164758.442000', '164758.445000', '164758.447000', '164758.450000', '164758.453000', '164758.456000', '164758.459000', '164758.462000', '164818.338000', '164818.341000', '164818.344000', '164818.347000', '164818.350000', '164818.353000', '164818.355000', '164818.358000', '164818.361000', '164818.364000', '164818.367000', '164818.370000', '164818.373000', '164818.375000', '164818.378000', '164818.381000', '164818.384000', '164818.387000', '164818.401000', '164818.404000', '164818.407000', '164818.410000', '164818.413000', '164818.416000', '164818.419000', '164818.421000', '164818.424000', '164818.427000', '164818.430000', '164818.433000', '164818.436000', '164818.439000', '164818.442000', '164818.444000', '164818.447000', '164818.450000', '164818.453000', '164818.456000', '164818.459000', '164818.462000', '164818.465000', '164818.467000', '164818.470000', '164818.473000', '164838.338000', '164838.341000', '164838.344000', '164838.347000', '164838.350000', '164838.353000', '164838.355000', '164838.358000', '164838.361000', '164838.364000', '164838.367000', '164838.371000', '164838.374000', '164838.377000', '164838.379000', '164838.382000', '164838.385000', '164838.388000', '164838.391000', '164838.394000', '164838.397000', '164838.400000', '164838.403000', '164838.406000', '164838.408000', '164838.411000', '164838.414000', '164838.417000', '164838.420000', '164838.423000', '164838.426000', '164838.429000', '164838.432000', '164838.435000', '164838.441000', '164838.444000', '164838.447000', '164838.450000', '164838.453000', '164838.456000', '164838.459000', '164838.461000', '164838.464000', '164858.338000', '164858.341000', '164858.344000', '164858.347000', '164858.350000', '164858.353000', '164858.356000', '164858.358000', '164858.361000', '164858.364000', '164858.367000', '164858.370000', '164858.373000', '164858.376000', '164858.379000', '164858.381000', '164858.384000', '164858.387000', '164858.390000', '164858.393000', '164858.396000', '164858.399000', '164858.402000', '164858.405000', '164858.408000', '164858.411000', '164858.413000', '164858.416000', '164858.419000', '164858.422000', '164858.425000', '164858.428000', '164858.431000', '164858.434000', '164858.437000', '164858.440000', '164858.443000', '164858.445000', '164858.448000', '164858.451000', '164858.454000', '164858.457000', '164858.460000', '164858.462000', '164918.338000', '164918.341000', '164918.344000', '164918.347000', '164918.350000', '164918.353000', '164918.356000', '164918.359000', '164918.361000', '164918.364000', '164918.367000', '164918.370000', '164918.373000', '164918.376000', '164918.379000', '164918.382000', '164918.385000', '164918.388000', '164918.390000', '164918.393000', '164918.396000', '164918.399000', '164918.402000', '164918.405000', '164918.408000', '164918.410000', '164918.413000', '164918.416000', '164918.419000', '164918.422000', '164918.425000', '164918.428000', '164918.431000', '164918.434000', '164918.436000', '164918.439000', '164918.442000', '164918.445000', '164918.448000', '164918.451000', '164918.454000', '164918.457000', '164918.460000', '164938.350000', '164938.353000', '164938.356000', '164938.358000', '164938.361000', '164938.364000', '164938.367000', '164938.370000', '164938.373000', '164938.376000', '164938.379000', '164938.382000', '164938.385000', '164938.387000', '164938.390000', '164938.393000', '164938.396000', '164938.399000', '164938.402000', '164938.405000', '164938.408000', '164938.411000', '164938.413000', '164938.416000', '164938.419000', '164938.422000', '164938.425000', '164938.428000', '164938.431000', '164938.434000', '164938.437000', '164938.439000', '164938.442000', '164938.445000', '164938.448000', '164938.451000', '164938.454000', '164938.456000', '164938.459000', '164938.462000', '164938.465000', '164938.468000', '164938.471000', '164938.474000', '164958.337000', '164958.340000', '164958.343000', '164958.346000', '164958.349000', '164958.352000', '164958.355000', '164958.357000', '164958.360000', '164958.363000', '164958.366000', '164958.369000', '164958.372000', '164958.375000', '164958.378000', '164958.381000', '164958.383000', '164958.386000', '164958.389000', '164958.392000', '164958.395000', '164958.398000', '164958.401000', '164958.404000', '164958.408000', '164958.411000', '164958.414000', '164958.417000', '164958.419000', '164958.422000', '164958.425000', '164958.428000', '164958.431000', '164958.434000', '164958.437000', '164958.440000', '164958.442000', '164958.445000', '164958.448000', '164958.451000', '164958.454000', '164958.457000', '164958.460000', '165018.338000', '165018.341000', '165018.344000', '165018.347000', '165018.350000', '165018.353000', '165018.355000', '165018.358000', '165018.361000', '165018.364000', '165018.367000', '165018.370000', '165018.374000', '165018.377000', '165018.380000', '165018.383000', '165018.385000', '165018.388000', '165018.391000', '165018.394000', '165018.397000', '165018.400000', '165018.403000', '165018.406000', '165018.409000', '165018.411000', '165018.414000', '165018.417000', '165018.420000', '165018.423000', '165018.426000', '165018.429000', '165018.432000', '165018.434000', '165018.437000', '165018.440000', '165018.443000', '165018.446000', '165018.449000', '165018.452000', '165018.455000', '165018.458000', '165018.461000', '165018.467000', '165038.338000', '165038.341000', '165038.344000', '165038.347000', '165038.350000', '165038.353000', '165038.356000', '165038.358000', '165038.361000', '165038.364000', '165038.367000', '165038.370000', '165038.373000', '165038.376000', '165038.378000', '165038.381000', '165038.384000', '165038.387000', '165038.390000', '165038.393000', '165038.396000', '165038.399000', '165038.402000', '165038.404000', '165038.407000', '165038.410000', '165038.413000', '165038.416000', '165038.419000', '165038.422000', '165038.425000', '165038.427000', '165038.430000', '165038.433000', '165038.436000', '165038.439000', '165038.442000', '165038.445000', '165038.447000', '165038.462000', '165038.465000', '165038.468000', '165038.470000', '165058.338000', '165058.341000', '165058.344000', '165058.347000', '165058.350000', '165058.353000', '165058.356000', '165058.358000', '165058.361000', '165058.364000', '165058.367000', '165058.370000', '165058.373000', '165058.376000', '165058.379000', '165058.381000', '165058.384000', '165058.387000', '165058.390000', '165058.393000', '165058.396000', '165058.399000', '165058.402000', '165058.404000', '165058.407000', '165058.410000', '165058.413000', '165058.416000', '165058.419000', '165058.422000', '165058.425000', '165058.428000', '165058.430000', '165058.433000', '165058.436000', '165058.439000', '165058.442000', '165058.445000', '165058.448000', '165058.451000', '165058.454000', '165058.457000', '165058.459000', '165058.462000', '165118.338000', '165118.341000', '165118.344000', '165118.347000', '165118.350000', '165118.353000', '165118.356000', '165118.358000', '165118.361000', '165118.364000', '165118.367000', '165118.370000', '165118.373000', '165118.376000', '165118.379000', '165118.382000', '165118.384000', '165118.387000', '165118.390000', '165118.393000', '165118.396000', '165118.399000', '165118.402000', '165118.405000', '165118.407000', '165118.410000', '165118.413000', '165118.416000', '165118.419000', '165118.422000', '165118.425000', '165118.427000', '165118.430000', '165118.433000', '165118.436000', '165118.439000', '165118.442000', '165118.445000', '165118.448000', '165118.451000', '165118.454000', '165118.457000', '165118.460000', '165138.337000', '165138.340000', '165138.343000', '165138.346000', '165138.349000', '165138.352000', '165138.355000', '165138.357000', '165138.360000', '165138.363000', '165138.366000', '165138.369000', '165138.372000', '165138.375000', '165138.378000', '165138.380000', '165138.383000', '165138.386000', '165138.389000', '165138.392000', '165138.395000', '165138.398000', '165138.401000', '165138.404000', '165138.406000', '165138.409000', '165138.412000', '165138.415000', '165138.418000', '165138.421000', '165138.424000', '165138.427000', '165138.430000', '165138.432000', '165138.435000', '165138.438000', '165138.441000', '165138.444000', '165138.447000', '165138.450000', '165138.453000', '165138.456000', '165138.459000', '165138.461000', '165158.337000', '165158.340000', '165158.343000', '165158.346000', '165158.349000', '165158.352000', '165158.354000', '165158.367000', '165158.369000', '165158.372000', '165158.375000', '165158.378000', '165158.381000', '165158.384000', '165158.387000', '165158.390000', '165158.392000', '165158.395000', '165158.398000', '165158.401000', '165158.404000', '165158.407000', '165158.410000', '165158.413000', '165158.415000', '165158.418000', '165158.421000', '165158.424000', '165158.427000', '165158.430000', '165158.433000', '165158.436000', '165158.438000', '165158.441000', '165158.444000', '165158.447000', '165158.450000', '165158.453000', '165158.456000', '165158.459000', '165158.461000', '165158.464000', '165158.467000', '165218.337000', '165218.340000', '165218.343000', '165218.346000', '165218.349000', '165218.351000', '165218.354000', '165218.357000', '165218.360000', '165218.363000', '165218.366000', '165218.369000', '165218.372000', '165218.375000', '165218.377000', '165218.380000', '165218.383000', '165218.386000', '165218.389000', '165218.392000', '165218.395000', '165218.398000', '165218.401000', '165218.403000', '165218.406000', '165218.409000', '165218.412000', '165218.415000', '165218.418000', '165218.421000', '165218.423000', '165218.426000', '165218.429000', '165218.432000', '165218.435000', '165218.438000', '165218.441000', '165218.444000', '165218.446000', '165218.449000', '165218.452000', '165218.455000', '165218.458000', '165218.461000', '165238.338000', '165238.341000', '165238.344000', '165238.347000', '165238.350000', '165238.352000', '165238.355000', '165238.358000', '165238.361000', '165238.364000', '165238.367000', '165238.370000', '165238.373000', '165238.376000', '165238.379000', '165238.382000', '165238.385000', '165238.388000', '165238.391000', '165238.394000', '165238.397000', '165238.399000', '165238.402000', '165238.405000', '165238.408000', '165238.411000', '165238.414000', '165238.417000', '165238.420000', '165238.422000', '165238.425000', '165238.428000', '165238.431000', '165238.434000', '165238.437000', '165238.440000', '165238.443000', '165238.445000', '165238.448000', '165238.451000', '165238.454000', '165238.457000', '165238.460000', '165258.338000', '165258.341000', '165258.344000', '165258.347000', '165258.350000', '165258.353000', '165258.356000', '165258.359000', '165258.362000', '165258.364000', '165258.367000', '165258.370000', '165258.373000', '165258.376000', '165258.379000', '165258.382000', '165258.385000', '165258.388000', '165258.390000', '165258.393000', '165258.396000', '165258.399000', '165258.402000', '165258.405000', '165258.408000', '165258.411000', '165258.414000', '165258.416000', '165258.419000', '165258.422000', '165258.425000', '165258.428000', '165258.431000', '165258.434000', '165258.451000', '165258.454000', '165258.457000', '165258.460000', '165258.462000', '165258.465000', '165258.468000', '165258.471000', '165258.474000', '165318.338000', '165318.341000', '165318.344000', '165318.347000', '165318.350000', '165318.353000', '165318.356000', '165318.359000', '165318.362000', '165318.364000', '165318.367000', '165318.370000', '165318.373000', '165318.376000', '165318.379000', '165318.381000', '165318.384000', '165318.387000', '165318.390000', '165318.393000', '165318.396000', '165318.399000', '165318.402000', '165318.405000', '165318.408000', '165318.411000', '165318.413000', '165318.416000', '165318.419000', '165318.422000', '165318.425000', '165318.428000', '165318.431000', '165318.434000', '165318.436000', '165318.439000', '165318.442000', '165318.445000', '165318.448000', '165318.451000', '165318.454000', '165318.457000', '165318.459000', '165318.462000', '165338.339000', '165338.345000', '165338.348000', '165338.351000', '165338.354000', '165338.357000', '165338.360000', '165338.363000', '165338.365000', '165338.368000', '165338.371000', '165338.374000', '165338.377000', '165338.380000', '165338.383000', '165338.386000', '165338.388000', '165338.391000', '165338.394000', '165338.397000', '165338.400000', '165338.403000', '165338.406000', '165338.409000', '165338.412000', '165338.414000', '165338.417000', '165338.420000', '165338.423000', '165338.426000', '165338.429000', '165338.432000', '165338.435000', '165338.437000', '165338.440000', '165338.443000', '165338.446000', '165338.449000', '165338.452000', '165338.455000', '165338.457000', '165338.460000', '165338.463000', '165352.278000', '165352.282000', '165352.285000', '165352.288000', '165352.292000', '165352.295000', '165352.298000', '165352.301000', '165352.304000', '165352.307000', '165352.311000', '165352.314000', '165352.317000', '165352.320000', '165352.324000', '165352.327000', '165352.330000', '165352.333000', '165352.336000', '165352.339000', '165352.342000', '165352.345000', '165352.349000', '165352.352000', '165352.356000', '165352.359000', '165352.362000', '165352.365000', '165352.368000', '165352.371000', '165352.374000'], 'InstanceCreationTime': ['163958.365000', '163958.368000', '163958.371000', '163958.374000', '163958.377000', '163958.383000', '163958.386000', '163958.388000', '163958.391000', '163958.394000', '163958.397000', '163958.400000', '163958.402000', '163958.405000', '163958.408000', '163958.411000', '163958.414000', '163958.417000', '163958.419000', '163958.422000', '163958.425000', '163958.428000', '163958.431000', '163958.434000', '163958.436000', '163958.439000', '163958.442000', '163958.445000', '163958.448000', '163958.451000', '163958.454000', '163958.456000', '163958.459000', '163958.462000', '163958.465000', '163958.468000', '163958.470000', '163958.473000', '163958.476000', '163958.479000', '163958.482000', '163958.485000', '163958.487000', '163958.490000', '163958.493000', '163958.501000', '164018.337000', '164018.340000', '164018.343000', '164018.346000', '164018.349000', '164018.351000', '164018.354000', '164018.357000', '164018.360000', '164018.363000', '164018.366000', '164018.369000', '164018.372000', '164018.374000', '164018.377000', '164018.380000', '164018.383000', '164018.386000', '164018.389000', '164018.392000', '164018.394000', '164018.397000', '164018.400000', '164018.403000', '164018.406000', '164018.409000', '164018.412000', '164018.415000', '164018.418000', '164018.420000', '164018.423000', '164018.426000', '164018.429000', '164018.434000', '164018.437000', '164018.440000', '164018.443000', '164018.446000', '164018.449000', '164018.452000', '164018.455000', '164018.457000', '164018.460000', '164038.337000', '164038.340000', '164038.343000', '164038.346000', '164038.348000', '164038.351000', '164038.354000', '164038.357000', '164038.360000', '164038.363000', '164038.366000', '164038.369000', '164038.371000', '164038.374000', '164038.377000', '164038.380000', '164038.383000', '164038.386000', '164038.389000', '164038.391000', '164038.394000', '164038.397000', '164038.400000', '164038.403000', '164038.406000', '164038.408000', '164038.411000', '164038.414000', '164038.417000', '164038.420000', '164038.423000', '164038.426000', '164038.428000', '164038.437000', '164038.440000', '164038.443000', '164038.446000', '164038.449000', '164038.452000', '164038.454000', '164038.457000', '164038.460000', '164038.463000', '164038.466000', '164058.338000', '164058.341000', '164058.344000', '164058.347000', '164058.350000', '164058.353000', '164058.355000', '164058.358000', '164058.361000', '164058.364000', '164058.367000', '164058.370000', '164058.373000', '164058.375000', '164058.378000', '164058.382000', '164058.385000', '164058.388000', '164058.391000', '164058.394000', '164058.397000', '164058.399000', '164058.419000', '164058.435000', '164058.438000', '164058.441000', '164058.443000', '164058.446000', '164058.449000', '164058.452000', '164058.455000', '164058.458000', '164058.461000', '164058.464000', '164058.466000', '164058.469000', '164058.472000', '164058.475000', '164058.478000', '164058.481000', '164058.484000', '164058.487000', '164058.489000', '164118.338000', '164118.341000', '164118.344000', '164118.346000', '164118.349000', '164118.352000', '164118.355000', '164118.358000', '164118.361000', '164118.364000', '164118.367000', '164118.370000', '164118.372000', '164118.375000', '164118.378000', '164118.381000', '164118.384000', '164118.387000', '164118.390000', '164118.392000', '164118.395000', '164118.398000', '164118.401000', '164118.404000', '164118.407000', '164118.410000', '164118.413000', '164118.415000', '164118.418000', '164118.421000', '164118.424000', '164118.427000', '164118.430000', '164118.432000', '164118.435000', '164118.438000', '164118.441000', '164118.444000', '164118.447000', '164118.449000', '164118.452000', '164118.455000', '164118.458000', '164118.461000', '164138.338000', '164138.341000', '164138.344000', '164138.347000', '164138.350000', '164138.352000', '164138.355000', '164138.358000', '164138.361000', '164138.364000', '164138.369000', '164138.372000', '164138.374000', '164138.377000', '164138.380000', '164138.383000', '164138.386000', '164138.389000', '164138.392000', '164138.395000', '164138.397000', '164138.400000', '164138.403000', '164138.406000', '164138.409000', '164138.412000', '164138.415000', '164138.417000', '164138.420000', '164138.423000', '164138.426000', '164138.429000', '164138.432000', '164138.435000', '164138.438000', '164138.441000', '164138.443000', '164138.446000', '164138.449000', '164138.452000', '164138.455000', '164138.458000', '164138.461000', '164158.338000', '164158.341000', '164158.344000', '164158.347000', '164158.349000', '164158.352000', '164158.355000', '164158.358000', '164158.361000', '164158.364000', '164158.367000', '164158.370000', '164158.373000', '164158.375000', '164158.378000', '164158.381000', '164158.384000', '164158.387000', '164158.390000', '164158.393000', '164158.396000', '164158.398000', '164158.401000', '164158.404000', '164158.407000', '164158.410000', '164158.413000', '164158.416000', '164158.419000', '164158.422000', '164158.424000', '164158.427000', '164158.430000', '164158.433000', '164158.436000', '164158.439000', '164158.442000', '164158.445000', '164158.448000', '164158.450000', '164158.453000', '164158.456000', '164158.459000', '164158.462000', '164218.338000', '164218.341000', '164218.344000', '164218.347000', '164218.350000', '164218.353000', '164218.355000', '164218.358000', '164218.361000', '164218.364000', '164218.367000', '164218.370000', '164218.373000', '164218.375000', '164218.378000', '164218.381000', '164218.384000', '164218.390000', '164218.393000', '164218.396000', '164218.399000', '164218.402000', '164218.405000', '164218.408000', '164218.411000', '164218.414000', '164218.416000', '164218.420000', '164218.423000', '164218.426000', '164218.429000', '164218.432000', '164218.435000', '164218.438000', '164218.441000', '164218.444000', '164218.446000', '164218.449000', '164218.452000', '164218.455000', '164218.458000', '164218.461000', '164218.464000', '164238.337000', '164238.340000', '164238.343000', '164238.346000', '164238.349000', '164238.351000', '164238.354000', '164238.357000', '164238.360000', '164238.363000', '164238.366000', '164238.369000', '164238.372000', '164238.374000', '164238.377000', '164238.380000', '164238.383000', '164238.386000', '164238.407000', '164238.410000', '164238.413000', '164238.416000', '164238.419000', '164238.422000', '164238.424000', '164238.427000', '164238.430000', '164238.433000', '164238.436000', '164238.439000', '164238.442000', '164238.444000', '164238.447000', '164238.450000', '164238.453000', '164238.456000', '164238.459000', '164238.462000', '164238.465000', '164238.468000', '164238.470000', '164238.473000', '164238.476000', '164238.479000', '164258.337000', '164258.340000', '164258.343000', '164258.346000', '164258.349000', '164258.352000', '164258.354000', '164258.357000', '164258.360000', '164258.363000', '164258.366000', '164258.369000', '164258.372000', '164258.375000', '164258.378000', '164258.381000', '164258.384000', '164258.387000', '164258.389000', '164258.392000', '164258.395000', '164258.398000', '164258.401000', '164258.404000', '164258.407000', '164258.410000', '164258.412000', '164258.415000', '164258.418000', '164258.421000', '164258.424000', '164258.427000', '164258.430000', '164258.433000', '164258.436000', '164258.438000', '164258.441000', '164258.444000', '164258.447000', '164258.450000', '164258.453000', '164258.456000', '164258.459000', '164318.338000', '164318.341000', '164318.344000', '164318.347000', '164318.350000', '164318.352000', '164318.355000', '164318.358000', '164318.361000', '164318.364000', '164318.367000', '164318.370000', '164318.373000', '164318.376000', '164318.378000', '164318.381000', '164318.384000', '164318.387000', '164318.390000', '164318.393000', '164318.396000', '164318.398000', '164318.401000', '164318.404000', '164318.407000', '164318.410000', '164318.413000', '164318.416000', '164318.419000', '164318.421000', '164318.424000', '164318.427000', '164318.430000', '164318.433000', '164318.436000', '164318.439000', '164318.442000', '164318.444000', '164318.447000', '164318.450000', '164318.453000', '164318.456000', '164318.459000', '164318.462000', '164338.338000', '164338.341000', '164338.344000', '164338.347000', '164338.350000', '164338.352000', '164338.355000', '164338.358000', '164338.361000', '164338.364000', '164338.367000', '164338.370000', '164338.373000', '164338.375000', '164338.378000', '164338.381000', '164338.384000', '164338.387000', '164338.390000', '164338.393000', '164338.396000', '164338.398000', '164338.401000', '164338.404000', '164338.407000', '164338.410000', '164338.413000', '164338.416000', '164338.419000', '164338.422000', '164338.424000', '164338.427000', '164338.430000', '164338.433000', '164338.436000', '164338.439000', '164338.441000', '164338.444000', '164338.447000', '164338.450000', '164338.453000', '164338.457000', '164338.460000', '164358.338000', '164358.341000', '164358.344000', '164358.347000', '164358.350000', '164358.352000', '164358.355000', '164358.358000', '164358.361000', '164358.364000', '164358.367000', '164358.370000', '164358.373000', '164358.376000', '164358.379000', '164358.381000', '164358.384000', '164358.387000', '164358.390000', '164358.393000', '164358.396000', '164358.399000', '164358.401000', '164358.404000', '164358.407000', '164358.410000', '164358.413000', '164358.416000', '164358.418000', '164358.421000', '164358.424000', '164358.427000', '164358.430000', '164358.433000', '164358.436000', '164358.438000', '164358.441000', '164358.444000', '164358.447000', '164358.450000', '164358.453000', '164358.456000', '164358.458000', '164358.468000', '164418.338000', '164418.341000', '164418.344000', '164418.347000', '164418.350000', '164418.353000', '164418.356000', '164418.358000', '164418.361000', '164418.364000', '164418.367000', '164418.370000', '164418.373000', '164418.376000', '164418.379000', '164418.381000', '164418.384000', '164418.387000', '164418.390000', '164418.393000', '164418.396000', '164418.399000', '164418.401000', '164418.404000', '164418.407000', '164418.410000', '164418.413000', '164418.416000', '164418.419000', '164418.422000', '164418.425000', '164418.427000', '164418.430000', '164418.433000', '164418.436000', '164418.439000', '164418.442000', '164418.445000', '164418.447000', '164418.450000', '164418.453000', '164418.456000', '164418.459000', '164438.338000', '164438.341000', '164438.344000', '164438.347000', '164438.350000', '164438.353000', '164438.355000', '164438.358000', '164438.361000', '164438.364000', '164438.367000', '164438.370000', '164438.373000', '164438.376000', '164438.379000', '164438.381000', '164438.384000', '164438.387000', '164438.390000', '164438.393000', '164438.396000', '164438.399000', '164438.401000', '164438.404000', '164438.407000', '164438.410000', '164438.413000', '164438.416000', '164438.419000', '164438.422000', '164438.425000', '164438.427000', '164438.430000', '164438.433000', '164438.436000', '164438.439000', '164438.442000', '164438.445000', '164438.448000', '164438.451000', '164438.453000', '164438.456000', '164438.459000', '164458.337000', '164458.340000', '164458.343000', '164458.346000', '164458.349000', '164458.351000', '164458.354000', '164458.357000', '164458.360000', '164458.363000', '164458.366000', '164458.369000', '164458.372000', '164458.375000', '164458.377000', '164458.380000', '164458.383000', '164458.386000', '164458.389000', '164458.392000', '164458.395000', '164458.398000', '164458.400000', '164458.403000', '164458.406000', '164458.409000', '164458.412000', '164458.415000', '164458.418000', '164458.421000', '164458.423000', '164458.426000', '164458.429000', '164458.432000', '164458.435000', '164458.438000', '164458.441000', '164458.444000', '164458.447000', '164458.449000', '164458.452000', '164458.455000', '164458.458000', '164458.461000', '164518.337000', '164518.340000', '164518.343000', '164518.346000', '164518.349000', '164518.352000', '164518.355000', '164518.358000', '164518.360000', '164518.363000', '164518.366000', '164518.369000', '164518.372000', '164518.375000', '164518.378000', '164518.381000', '164518.384000', '164518.386000', '164518.389000', '164518.392000', '164518.395000', '164518.398000', '164518.401000', '164518.403000', '164518.406000', '164518.409000', '164518.412000', '164518.415000', '164518.418000', '164518.421000', '164518.424000', '164518.426000', '164518.429000', '164518.432000', '164518.435000', '164518.438000', '164518.441000', '164518.444000', '164518.446000', '164518.449000', '164518.452000', '164518.455000', '164518.458000', '164538.338000', '164538.341000', '164538.344000', '164538.347000', '164538.350000', '164538.353000', '164538.355000', '164538.358000', '164538.361000', '164538.364000', '164538.377000', '164538.380000', '164538.383000', '164538.386000', '164538.389000', '164538.391000', '164538.394000', '164538.397000', '164538.400000', '164538.403000', '164538.406000', '164538.409000', '164538.412000', '164538.414000', '164538.417000', '164538.420000', '164538.423000', '164538.426000', '164538.429000', '164538.432000', '164538.435000', '164538.437000', '164538.440000', '164538.443000', '164538.446000', '164538.449000', '164538.452000', '164538.455000', '164538.458000', '164538.461000', '164538.463000', '164538.466000', '164538.469000', '164538.472000', '164558.338000', '164558.341000', '164558.344000', '164558.347000', '164558.350000', '164558.353000', '164558.358000', '164558.361000', '164558.364000', '164558.367000', '164558.370000', '164558.373000', '164558.376000', '164558.379000', '164558.382000', '164558.384000', '164558.387000', '164558.390000', '164558.393000', '164558.396000', '164558.399000', '164558.402000', '164558.405000', '164558.408000', '164558.411000', '164558.414000', '164558.416000', '164558.419000', '164558.422000', '164558.425000', '164558.428000', '164558.431000', '164558.434000', '164558.437000', '164558.439000', '164558.442000', '164558.445000', '164558.448000', '164558.451000', '164558.454000', '164558.457000', '164558.460000', '164558.462000', '164618.338000', '164618.341000', '164618.344000', '164618.347000', '164618.350000', '164618.352000', '164618.355000', '164618.358000', '164618.361000', '164618.364000', '164618.367000', '164618.370000', '164618.372000', '164618.375000', '164618.378000', '164618.381000', '164618.384000', '164618.387000', '164618.390000', '164618.392000', '164618.395000', '164618.398000', '164618.401000', '164618.404000', '164618.407000', '164618.410000', '164618.413000', '164618.416000', '164618.418000', '164618.421000', '164618.424000', '164618.427000', '164618.430000', '164618.433000', '164618.436000', '164618.438000', '164618.441000', '164618.444000', '164618.447000', '164618.450000', '164618.453000', '164618.456000', '164618.459000', '164618.462000', '164638.338000', '164638.341000', '164638.344000', '164638.347000', '164638.350000', '164638.353000', '164638.355000', '164638.358000', '164638.361000', '164638.364000', '164638.367000', '164638.370000', '164638.373000', '164638.376000', '164638.379000', '164638.382000', '164638.385000', '164638.388000', '164638.390000', '164638.393000', '164638.396000', '164638.399000', '164638.402000', '164638.405000', '164638.408000', '164638.411000', '164638.414000', '164638.417000', '164638.419000', '164638.422000', '164638.425000', '164638.428000', '164638.431000', '164638.434000', '164638.436000', '164638.439000', '164638.442000', '164638.445000', '164638.448000', '164638.451000', '164638.454000', '164638.456000', '164638.459000', '164658.338000', '164658.341000', '164658.344000', '164658.347000', '164658.350000', '164658.352000', '164658.355000', '164658.358000', '164658.361000', '164658.364000', '164658.367000', '164658.370000', '164658.373000', '164658.376000', '164658.379000', '164658.382000', '164658.384000', '164658.387000', '164658.390000', '164658.393000', '164658.396000', '164658.408000', '164658.410000', '164658.413000', '164658.416000', '164658.419000', '164658.422000', '164658.425000', '164658.428000', '164658.431000', '164658.433000', '164658.436000', '164658.439000', '164658.442000', '164658.445000', '164658.448000', '164658.451000', '164658.454000', '164658.456000', '164658.459000', '164658.462000', '164658.465000', '164658.468000', '164658.471000', '164718.337000', '164718.340000', '164718.343000', '164718.346000', '164718.349000', '164718.352000', '164718.355000', '164718.358000', '164718.360000', '164718.363000', '164718.366000', '164718.369000', '164718.372000', '164718.375000', '164718.378000', '164718.381000', '164718.383000', '164718.386000', '164718.390000', '164718.392000', '164718.396000', '164718.399000', '164718.402000', '164718.405000', '164718.408000', '164718.411000', '164718.414000', '164718.417000', '164718.419000', '164718.422000', '164718.425000', '164718.428000', '164718.431000', '164718.434000', '164718.437000', '164718.440000', '164718.443000', '164718.445000', '164718.448000', '164718.451000', '164718.454000', '164718.457000', '164718.460000', '164738.337000', '164738.340000', '164738.343000', '164738.346000', '164738.349000', '164738.352000', '164738.355000', '164738.357000', '164738.360000', '164738.363000', '164738.366000', '164738.369000', '164738.372000', '164738.375000', '164738.378000', '164738.381000', '164738.383000', '164738.386000', '164738.389000', '164738.392000', '164738.395000', '164738.398000', '164738.401000', '164738.404000', '164738.407000', '164738.409000', '164738.412000', '164738.415000', '164738.418000', '164738.421000', '164738.424000', '164738.427000', '164738.430000', '164738.433000', '164738.435000', '164738.438000', '164738.441000', '164738.444000', '164738.447000', '164738.450000', '164738.453000', '164738.456000', '164738.459000', '164738.462000', '164758.338000', '164758.341000', '164758.344000', '164758.347000', '164758.350000', '164758.353000', '164758.356000', '164758.359000', '164758.361000', '164758.364000', '164758.367000', '164758.370000', '164758.373000', '164758.376000', '164758.379000', '164758.381000', '164758.384000', '164758.387000', '164758.390000', '164758.393000', '164758.396000', '164758.399000', '164758.402000', '164758.405000', '164758.407000', '164758.410000', '164758.415000', '164758.418000', '164758.421000', '164758.424000', '164758.427000', '164758.430000', '164758.433000', '164758.436000', '164758.439000', '164758.442000', '164758.445000', '164758.447000', '164758.450000', '164758.453000', '164758.456000', '164758.459000', '164758.462000', '164818.338000', '164818.341000', '164818.344000', '164818.347000', '164818.350000', '164818.353000', '164818.355000', '164818.358000', '164818.361000', '164818.364000', '164818.367000', '164818.370000', '164818.373000', '164818.375000', '164818.378000', '164818.381000', '164818.384000', '164818.387000', '164818.401000', '164818.404000', '164818.407000', '164818.410000', '164818.413000', '164818.416000', '164818.419000', '164818.421000', '164818.424000', '164818.427000', '164818.430000', '164818.433000', '164818.436000', '164818.439000', '164818.442000', '164818.444000', '164818.447000', '164818.450000', '164818.453000', '164818.456000', '164818.459000', '164818.462000', '164818.465000', '164818.467000', '164818.470000', '164818.473000', '164838.338000', '164838.341000', '164838.344000', '164838.347000', '164838.350000', '164838.353000', '164838.355000', '164838.358000', '164838.361000', '164838.364000', '164838.367000', '164838.371000', '164838.374000', '164838.377000', '164838.379000', '164838.382000', '164838.385000', '164838.388000', '164838.391000', '164838.394000', '164838.397000', '164838.400000', '164838.403000', '164838.406000', '164838.408000', '164838.411000', '164838.414000', '164838.417000', '164838.420000', '164838.423000', '164838.426000', '164838.429000', '164838.432000', '164838.435000', '164838.441000', '164838.444000', '164838.447000', '164838.450000', '164838.453000', '164838.456000', '164838.459000', '164838.461000', '164838.464000', '164858.338000', '164858.341000', '164858.344000', '164858.347000', '164858.350000', '164858.353000', '164858.356000', '164858.358000', '164858.361000', '164858.364000', '164858.367000', '164858.370000', '164858.373000', '164858.376000', '164858.379000', '164858.381000', '164858.384000', '164858.387000', '164858.390000', '164858.393000', '164858.396000', '164858.399000', '164858.402000', '164858.405000', '164858.408000', '164858.411000', '164858.413000', '164858.416000', '164858.419000', '164858.422000', '164858.425000', '164858.428000', '164858.431000', '164858.434000', '164858.437000', '164858.440000', '164858.443000', '164858.445000', '164858.448000', '164858.451000', '164858.454000', '164858.457000', '164858.460000', '164858.462000', '164918.338000', '164918.341000', '164918.344000', '164918.347000', '164918.350000', '164918.353000', '164918.356000', '164918.359000', '164918.361000', '164918.364000', '164918.367000', '164918.370000', '164918.373000', '164918.376000', '164918.379000', '164918.382000', '164918.385000', '164918.388000', '164918.390000', '164918.393000', '164918.396000', '164918.399000', '164918.402000', '164918.405000', '164918.408000', '164918.410000', '164918.413000', '164918.416000', '164918.419000', '164918.422000', '164918.425000', '164918.428000', '164918.431000', '164918.434000', '164918.436000', '164918.439000', '164918.442000', '164918.445000', '164918.448000', '164918.451000', '164918.454000', '164918.457000', '164918.460000', '164938.350000', '164938.353000', '164938.356000', '164938.358000', '164938.361000', '164938.364000', '164938.367000', '164938.370000', '164938.373000', '164938.376000', '164938.379000', '164938.382000', '164938.385000', '164938.387000', '164938.390000', '164938.393000', '164938.396000', '164938.399000', '164938.402000', '164938.405000', '164938.408000', '164938.411000', '164938.413000', '164938.416000', '164938.419000', '164938.422000', '164938.425000', '164938.428000', '164938.431000', '164938.434000', '164938.437000', '164938.439000', '164938.442000', '164938.445000', '164938.448000', '164938.451000', '164938.454000', '164938.456000', '164938.459000', '164938.462000', '164938.465000', '164938.468000', '164938.471000', '164938.474000', '164958.337000', '164958.340000', '164958.343000', '164958.346000', '164958.349000', '164958.352000', '164958.355000', '164958.357000', '164958.360000', '164958.363000', '164958.366000', '164958.369000', '164958.372000', '164958.375000', '164958.378000', '164958.381000', '164958.383000', '164958.386000', '164958.389000', '164958.392000', '164958.395000', '164958.398000', '164958.401000', '164958.404000', '164958.408000', '164958.411000', '164958.414000', '164958.417000', '164958.419000', '164958.422000', '164958.425000', '164958.428000', '164958.431000', '164958.434000', '164958.437000', '164958.440000', '164958.442000', '164958.445000', '164958.448000', '164958.451000', '164958.454000', '164958.457000', '164958.460000', '165018.338000', '165018.341000', '165018.344000', '165018.347000', '165018.350000', '165018.353000', '165018.355000', '165018.358000', '165018.361000', '165018.364000', '165018.367000', '165018.370000', '165018.374000', '165018.377000', '165018.380000', '165018.383000', '165018.385000', '165018.388000', '165018.391000', '165018.394000', '165018.397000', '165018.400000', '165018.403000', '165018.406000', '165018.409000', '165018.411000', '165018.414000', '165018.417000', '165018.420000', '165018.423000', '165018.426000', '165018.429000', '165018.432000', '165018.434000', '165018.437000', '165018.440000', '165018.443000', '165018.446000', '165018.449000', '165018.452000', '165018.455000', '165018.458000', '165018.461000', '165018.467000', '165038.338000', '165038.341000', '165038.344000', '165038.347000', '165038.350000', '165038.353000', '165038.356000', '165038.358000', '165038.361000', '165038.364000', '165038.367000', '165038.370000', '165038.373000', '165038.376000', '165038.378000', '165038.381000', '165038.384000', '165038.387000', '165038.390000', '165038.393000', '165038.396000', '165038.399000', '165038.402000', '165038.404000', '165038.407000', '165038.410000', '165038.413000', '165038.416000', '165038.419000', '165038.422000', '165038.425000', '165038.427000', '165038.430000', '165038.433000', '165038.436000', '165038.439000', '165038.442000', '165038.445000', '165038.447000', '165038.462000', '165038.465000', '165038.468000', '165038.470000', '165058.338000', '165058.341000', '165058.344000', '165058.347000', '165058.350000', '165058.353000', '165058.356000', '165058.358000', '165058.361000', '165058.364000', '165058.367000', '165058.370000', '165058.373000', '165058.376000', '165058.379000', '165058.381000', '165058.384000', '165058.387000', '165058.390000', '165058.393000', '165058.396000', '165058.399000', '165058.402000', '165058.404000', '165058.407000', '165058.410000', '165058.413000', '165058.416000', '165058.419000', '165058.422000', '165058.425000', '165058.428000', '165058.430000', '165058.433000', '165058.436000', '165058.439000', '165058.442000', '165058.445000', '165058.448000', '165058.451000', '165058.454000', '165058.457000', '165058.459000', '165058.462000', '165118.338000', '165118.341000', '165118.344000', '165118.347000', '165118.350000', '165118.353000', '165118.356000', '165118.358000', '165118.361000', '165118.364000', '165118.367000', '165118.370000', '165118.373000', '165118.376000', '165118.379000', '165118.382000', '165118.384000', '165118.387000', '165118.390000', '165118.393000', '165118.396000', '165118.399000', '165118.402000', '165118.405000', '165118.407000', '165118.410000', '165118.413000', '165118.416000', '165118.419000', '165118.422000', '165118.425000', '165118.427000', '165118.430000', '165118.433000', '165118.436000', '165118.439000', '165118.442000', '165118.445000', '165118.448000', '165118.451000', '165118.454000', '165118.457000', '165118.460000', '165138.337000', '165138.340000', '165138.343000', '165138.346000', '165138.349000', '165138.352000', '165138.355000', '165138.357000', '165138.360000', '165138.363000', '165138.366000', '165138.369000', '165138.372000', '165138.375000', '165138.378000', '165138.380000', '165138.383000', '165138.386000', '165138.389000', '165138.392000', '165138.395000', '165138.398000', '165138.401000', '165138.404000', '165138.406000', '165138.409000', '165138.412000', '165138.415000', '165138.418000', '165138.421000', '165138.424000', '165138.427000', '165138.430000', '165138.432000', '165138.435000', '165138.438000', '165138.441000', '165138.444000', '165138.447000', '165138.450000', '165138.453000', '165138.456000', '165138.459000', '165138.461000', '165158.337000', '165158.340000', '165158.343000', '165158.346000', '165158.349000', '165158.352000', '165158.354000', '165158.367000', '165158.369000', '165158.372000', '165158.375000', '165158.378000', '165158.381000', '165158.384000', '165158.387000', '165158.390000', '165158.392000', '165158.395000', '165158.398000', '165158.401000', '165158.404000', '165158.407000', '165158.410000', '165158.413000', '165158.415000', '165158.418000', '165158.421000', '165158.424000', '165158.427000', '165158.430000', '165158.433000', '165158.436000', '165158.438000', '165158.441000', '165158.444000', '165158.447000', '165158.450000', '165158.453000', '165158.456000', '165158.459000', '165158.461000', '165158.464000', '165158.467000', '165218.337000', '165218.340000', '165218.343000', '165218.346000', '165218.349000', '165218.351000', '165218.354000', '165218.357000', '165218.360000', '165218.363000', '165218.366000', '165218.369000', '165218.372000', '165218.375000', '165218.377000', '165218.380000', '165218.383000', '165218.386000', '165218.389000', '165218.392000', '165218.395000', '165218.398000', '165218.401000', '165218.403000', '165218.406000', '165218.409000', '165218.412000', '165218.415000', '165218.418000', '165218.421000', '165218.423000', '165218.426000', '165218.429000', '165218.432000', '165218.435000', '165218.438000', '165218.441000', '165218.444000', '165218.446000', '165218.449000', '165218.452000', '165218.455000', '165218.458000', '165218.461000', '165238.338000', '165238.341000', '165238.344000', '165238.347000', '165238.350000', '165238.352000', '165238.355000', '165238.358000', '165238.361000', '165238.364000', '165238.367000', '165238.370000', '165238.373000', '165238.376000', '165238.379000', '165238.382000', '165238.385000', '165238.388000', '165238.391000', '165238.394000', '165238.397000', '165238.399000', '165238.402000', '165238.405000', '165238.408000', '165238.411000', '165238.414000', '165238.417000', '165238.420000', '165238.422000', '165238.425000', '165238.428000', '165238.431000', '165238.434000', '165238.437000', '165238.440000', '165238.443000', '165238.445000', '165238.448000', '165238.451000', '165238.454000', '165238.457000', '165238.460000', '165258.338000', '165258.341000', '165258.344000', '165258.347000', '165258.350000', '165258.353000', '165258.356000', '165258.359000', '165258.362000', '165258.364000', '165258.367000', '165258.370000', '165258.373000', '165258.376000', '165258.379000', '165258.382000', '165258.385000', '165258.388000', '165258.390000', '165258.393000', '165258.396000', '165258.399000', '165258.402000', '165258.405000', '165258.408000', '165258.411000', '165258.414000', '165258.416000', '165258.419000', '165258.422000', '165258.425000', '165258.428000', '165258.431000', '165258.434000', '165258.451000', '165258.454000', '165258.457000', '165258.460000', '165258.462000', '165258.465000', '165258.468000', '165258.471000', '165258.474000', '165318.338000', '165318.341000', '165318.344000', '165318.347000', '165318.350000', '165318.353000', '165318.356000', '165318.359000', '165318.362000', '165318.364000', '165318.367000', '165318.370000', '165318.373000', '165318.376000', '165318.379000', '165318.381000', '165318.384000', '165318.387000', '165318.390000', '165318.393000', '165318.396000', '165318.399000', '165318.402000', '165318.405000', '165318.408000', '165318.411000', '165318.413000', '165318.416000', '165318.419000', '165318.422000', '165318.425000', '165318.428000', '165318.431000', '165318.434000', '165318.436000', '165318.439000', '165318.442000', '165318.445000', '165318.448000', '165318.451000', '165318.454000', '165318.457000', '165318.459000', '165318.462000', '165338.339000', '165338.345000', '165338.348000', '165338.351000', '165338.354000', '165338.357000', '165338.360000', '165338.363000', '165338.365000', '165338.368000', '165338.371000', '165338.374000', '165338.377000', '165338.380000', '165338.383000', '165338.386000', '165338.388000', '165338.391000', '165338.394000', '165338.397000', '165338.400000', '165338.403000', '165338.406000', '165338.409000', '165338.412000', '165338.414000', '165338.417000', '165338.420000', '165338.423000', '165338.426000', '165338.429000', '165338.432000', '165338.435000', '165338.437000', '165338.440000', '165338.443000', '165338.446000', '165338.449000', '165338.452000', '165338.455000', '165338.457000', '165338.460000', '165338.463000', '165352.278000', '165352.282000', '165352.285000', '165352.288000', '165352.292000', '165352.295000', '165352.298000', '165352.301000', '165352.304000', '165352.307000', '165352.311000', '165352.314000', '165352.317000', '165352.320000', '165352.324000', '165352.327000', '165352.330000', '165352.333000', '165352.336000', '165352.339000', '165352.342000', '165352.345000', '165352.349000', '165352.352000', '165352.356000', '165352.359000', '165352.362000', '165352.365000', '165352.368000', '165352.371000', '165352.374000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'LargestImagePixelValue': [8954, 8921, 8237, 7427, 8715, 8044, 7449, 8129, 7470, 10065, 8327, 8422, 8707, 8084, 11010, 7979, 8456, 8424, 7681, 10441, 8404, 7203, 8757, 7737, 10190, 8315, 8454, 9550, 7828, 10141, 8235, 12261, 8740, 15089, 9944, 10107, 8295, 7319, 8724, 7629, 9240, 7498, 9841, 7847, 10074, 8270, 11882, 9512, 10551, 8277, 9063, 8637, 9271, 8833, 8280, 9594, 7862, 10203, 7799, 9905, 7771, 10168, 8172, 10199, 8333, 10282, 8156, 10261, 8429, 12310, 8429, 10940, 8223, 12195, 9921, 15634, 10456, 12358, 8230, 7288, 9023, 7798, 11337, 8020, 10548, 8298, 9779, 8879, 8836, 9573, 8282, 10112, 7986, 10803, 8204, 11450, 9431, 13615, 8732, 13748, 8558, 11701, 8732, 10613, 8661, 7405, 9861, 8185, 9380, 8674, 7470, 10043, 8009, 10745, 8530, 11786, 9908, 12873, 9026, 7787, 9878, 8164, 9674, 9109, 7907, 10893, 8130, 11273, 8351, 11064, 11368, 10568, 10859, 8500, 11375, 8146, 11082, 9842, 7686, 10701, 8296, 9699, 10010, 9775, 13861, 8952, 8152, 9851, 8774, 14491, 11560, 7988, 9997, 8177, 10552, 10133, 8057, 13334, 8306, 10156, 9123, 7601, 11931, 9506, 9199, 9186, 7926, 11592, 8867, 9009, 9379, 8051, 8438, 9321, 8410, 10560, 9714, 7760, 11900, 8654, 10371, 11444, 9357, 10443, 8389, 7586, 10366, 9546, 10104, 9102, 7687, 10822, 8421, 11718, 11148, 9597, 9452, 8126, 10846, 8600, 11735, 10635, 15529, 8326, 12543, 8188, 11738, 8451, 11493, 7964, 10914, 8211, 9738, 8553, 9998, 8950, 8478, 8432, 7259, 9604, 7623, 10912, 8514, 11231, 8279, 8443, 8994, 7824, 11541, 8576, 7890, 9331, 8130, 10356, 9451, 14948, 9312, 12436, 9243, 8841, 11186, 9074, 13970, 9514, 11427, 8765, 11299, 9402, 13833, 8894, 11736, 8777, 11135, 8553, 11361, 8311, 7808, 9009, 7594, 10501, 8510, 9281, 8921, 9427, 9395, 10507, 10777, 8586, 11799, 8461, 11784, 8398, 7980, 10283, 8245, 7994, 8947, 7967, 10898, 9593, 7928, 10129, 8801, 11111, 9908, 14826, 9173, 9517, 10162, 9907, 13184, 11425, 14746, 8506, 7503, 9421, 8587, 10975, 10271, 7881, 12181, 10215, 15740, 12443, 11096, 9711, 7979, 11065, 8330, 11114, 10557, 8226, 10576, 8395, 12125, 8559, 8423, 9644, 7681, 11184, 8455, 9459, 11307, 8563, 12087, 8301, 11143, 9367, 8280, 10943, 11416, 8057, 7409, 9694, 8578, 7417, 12107, 10864, 8022, 9144, 9572, 8492, 10292, 11180, 12338, 13973, 10620, 9879, 15401, 11561, 8881, 7388, 8417, 13685, 10254, 8121, 7383, 10232, 8836, 8410, 14676, 12100, 12713, 12318, 9640, 13578, 10401, 14741, 11593, 11580, 8943, 7728, 8798, 7544, 10773, 8260, 7242, 8786, 7506, 9652, 7788, 10062, 9303, 9133, 7622, 9446, 7483, 10933, 8751, 11967, 8402, 11834, 8522, 11228, 9515, 9078, 9835, 8055, 10737, 8614, 12356, 11392, 9606, 8947, 8076, 9496, 8924, 10869, 8405, 13232, 8225, 12012, 8276, 11963, 8996, 10586, 8158, 7589, 8520, 9653, 9188, 12986, 9701, 14066, 8893, 15164, 9245, 15658, 9197, 14160, 9167, 11857, 8688, 10878, 9321, 11893, 8648, 11460, 8489, 11112, 9122, 10680, 8545, 7320, 8595, 7582, 10321, 8218, 11600, 8409, 11607, 9066, 13705, 11967, 12344, 9352, 7493, 9012, 7410, 11938, 8363, 12686, 8537, 12912, 8992, 12328, 11047, 10596, 8784, 10559, 8972, 11173, 11216, 8301, 9403, 7406, 9553, 7985, 11150, 8181, 10939, 8191, 10667, 8483, 11655, 9121, 13447, 8766, 12010, 8592, 11243, 10632, 9456, 9077, 7265, 9892, 7343, 10817, 8776, 13219, 8672, 12928, 8600, 12748, 9948, 10955, 8691, 8930, 8737, 7418, 10203, 8650, 12110, 8422, 12166, 8684, 11434, 11184, 9942, 9722, 9791, 13837, 11699, 9818, 8963, 8818, 11156, 9150, 8385, 11779, 9709, 15758, 12670, 14316, 12699, 12777, 10336, 11578, 10415, 13785, 12364, 10788, 10549, 8846, 9776, 8500, 9848, 8067, 11212, 8130, 10208, 8417, 8505, 8365, 8448, 9171, 10515, 8574, 12316, 8720, 14442, 11623, 14509, 8889, 13895, 8627, 14140, 8809, 12992, 8969, 10929, 8856, 8575, 9233, 8942, 9794, 8043, 9100, 8467, 9151, 9284, 10642, 8290, 11098, 8334, 10061, 8052, 10645, 8659, 11886, 8673, 11695, 8687, 10564, 8786, 11296, 9010, 10736, 8580, 9975, 8770, 9011, 12502, 9095, 13140, 8704, 11807, 8883, 10517, 9116, 10398, 8760, 9834, 7989, 9866, 7753, 9762, 7920, 9796, 7787, 9729, 7854, 10683, 7683, 10607, 7856, 10377, 7891, 11607, 8230, 11712, 8628, 11448, 8426, 12780, 9571, 13240, 9302, 11911, 9437, 11801, 9706, 12871, 9096, 12725, 8962, 12587, 9064, 10627, 8684, 8787, 9130, 8735, 9651, 8898, 10315, 7781, 10909, 7894, 11614, 8927, 12851, 8932, 10874, 9139, 10849, 12608, 9174, 11373, 8273, 13715, 8754, 16323, 12832, 18024, 9649, 16853, 9495, 16191, 11628, 16644, 9497, 13525, 9646, 10069, 8843, 10203, 8603, 9772, 8228, 9185, 8116, 9588, 8155, 9533, 7769, 9657, 7894, 10232, 8145, 10500, 7742, 10426, 7909, 10505, 8225, 11722, 8310, 10684, 8149, 10558, 8227, 11518, 8359, 11011, 8002, 10758, 8237, 11392, 8907, 11223, 9105, 11208, 9026, 11631, 9191, 10803, 8833, 8611, 8778, 8733, 9822, 7923, 10880, 8474, 12162, 8976, 10225, 10031, 8327, 12484, 9150, 13930, 9224, 14872, 10291, 15630, 9576, 13551, 9228, 13796, 10086, 15110, 9707, 13938, 9190, 11710, 9078, 11737, 9395, 11615, 8882, 9672, 8639, 9609, 8999, 9695, 8785, 9640, 8898, 10592, 9160, 10953, 9043, 10717, 9013, 10183, 9556, 9558, 10067, 8480, 10181, 8510, 10104, 9204, 10314, 8260, 9867, 7757, 10064, 8169, 11429, 8754, 11037, 9052, 11402, 8805, 9951, 9263, 7585, 10013, 8523, 7631, 10414, 8443, 7777, 10057, 8511, 11801, 10246, 9680, 12538, 8537, 11184, 10223, 8932, 14826, 12742, 13316, 10681, 10983, 11430, 9960, 10385, 9686, 12164, 11389, 13350, 13318, 10468, 12715, 8767, 7452, 9707, 8195, 12784, 9847, 15691, 9188, 14145, 9008, 12797, 10552, 7573, 9859, 8348, 10102, 8842, 8330, 10545, 8294, 11889, 8556, 11322, 9841, 8373, 10859, 8134, 7403, 9227, 7786, 12172, 8720, 10420, 8835, 7543, 10342, 9381, 9179, 9613, 8479, 9892, 9036, 8247, 14478, 11354, 7795, 12034, 8659, 9618, 10451, 10084, 12919, 9148, 7785, 9562, 8322, 11946, 10609, 8764, 9553, 8095, 9922, 8321, 10891, 10126, 8651, 12415, 8094, 10381, 8448, 8673, 10690, 8342, 10922, 8287, 9076, 8986, 7956, 12581, 8308, 7549, 9112, 7932, 9195, 9311, 7848, 10526, 8563, 11999, 9938, 13887, 11052, 7892, 9523, 7819, 10142, 8513, 11168, 8387, 7673, 10001, 8382, 10641, 10482, 9027, 9849, 8134, 10595, 8295, 11274, 9081, 7620, 10167, 7766, 9871, 8217, 12140, 8587, 11854, 8380, 10064, 8350, 7831, 10391, 7895, 11323, 8618, 11904, 10905, 14554, 9581, 13138, 8647, 12573, 10961, 14142, 8740, 12306, 8333, 10496, 8629, 10688, 8494, 11270, 8325, 10333, 8169, 9976, 9710, 8149, 9474, 7708, 10620, 8702, 11476, 8587, 11922, 8654, 14292, 12407, 13204, 8654, 12478, 8233, 14475, 10954, 13910, 8672, 12583, 8368, 11098, 8672, 10213, 9137, 7272, 9661, 8152, 10821, 9308, 13091, 8392, 12542, 8845, 12368, 10704, 14335, 8804, 12548, 8517, 11352, 8738, 14397, 8771, 13732, 8565, 12800, 8302, 12319, 9498, 11002, 8282, 11150, 8392, 10313, 9278, 9046, 8960, 7383, 8822, 9080, 9007, 10122, 9300, 7785, 8813, 7489, 8798, 8879, 9806, 7520, 9561, 7258, 10132, 8074, 11497, 8752, 11533, 8583, 11782, 8778, 11972, 10109, 13924, 8792, 11946, 8907, 10983, 8925, 13479, 8679, 10186, 8462, 8196, 9215, 8834, 12936, 11163, 11471, 14644, 9342, 12509, 8854, 7869, 11553, 9544, 9215, 9718, 8078, 11233, 9070, 12454, 10647, 15573, 10107, 14257, 9975, 13614, 11268, 15086, 9061, 11407, 8536, 8999, 9094, 7740, 9036, 7374, 9608, 7781, 9835, 8676, 10949, 8212, 10760, 8895, 12090, 9263, 10511, 9042, 7678, 10426, 8828, 11826, 9027, 10937, 8725, 9828, 9155, 9567, 10264, 7800, 10975, 8613, 10998, 8928, 10311, 8929, 7696, 10412, 8332, 9338, 9186, 8046, 10689, 8736, 7601, 10759, 8842, 14304, 10712, 13773, 9851, 12845, 12356, 12260, 10130, 9602, 9308, 10236, 9253, 11174, 9598, 7608, 10284, 7379, 11112, 8502, 12572, 8243, 10337, 10418, 13246, 12373, 7576, 8992, 7876, 8030, 7994, 8049, 10043, 7614, 13080, 7941, 13924, 10616, 16407, 12500, 11732, 8901, 8694, 10010, 8671, 12777, 10067, 10796, 8089, 10218, 7968, 11232, 8516, 12876, 8026, 10183, 8154, 9706, 8411, 10410, 8692, 11558, 8340, 10300, 8462, 9347, 8528, 9474, 8393, 8673, 9020, 8107, 9570, 8105, 10772, 8334, 10815, 8523, 11571, 8770, 12128, 8546, 10208, 8534, 9221, 8527, 8971, 9851, 7461, 10410, 8233, 7887, 8841, 7986, 10626, 8404, 12010, 9103, 11298, 10402, 9187, 12795, 8174, 13164, 8448, 14217, 12371, 14045, 10815, 12807, 8398, 14619, 10243, 13562, 8371, 11717, 8094, 9475, 8182, 9601, 8905, 7411, 9802, 8108, 10151, 8517, 7715, 10198, 7981, 12072, 8716, 12703, 10203, 14286, 9103, 13826, 8635, 13835, 8696, 11427, 9640, 9945, 9608, 8173, 8771, 8109, 11590, 8350, 12374, 10905, 11593, 8427, 10239, 8225, 10288, 8858, 9879, 9683, 8746, 9910, 7960, 10825, 9129, 13431, 8595, 11715, 8325, 10635, 8080, 7239, 8903, 7895, 7556, 8838, 7709, 9690, 8297, 10052, 10089, 10225, 14323, 8174, 12216, 7970, 11999, 10901, 9015, 14539, 8486, 8367, 9699, 8269, 14681, 11714, 8888, 9175, 7642, 10309, 9848, 8866, 12536, 8123, 10900, 9410, 8801, 13843, 11001, 7754, 9896, 7745, 10295, 9263, 8386, 12458, 7822, 10635, 8493, 7570, 13268, 12286, 8539, 9791, 9861, 13920, 14291, 12458, 8991, 15167, 12607, 10240, 10602, 13486, 9728, 7644, 11510, 12085, 10574, 13044, 15408, 12916, 12721, 15360, 12698, 10841, 14852, 11539, 11150, 10492, 8614, 10751, 8735, 7101, 10308, 8217, 7857, 8062, 7003, 9950, 7581, 9825, 7801, 7260, 8511, 7368, 10476, 8021, 7211, 8309, 7573, 8751, 8817, 8506, 7880, 8826, 7437, 8963, 7217, 8946, 7268, 10055, 7975, 11002, 8197, 11752, 8712, 12097, 8503, 7926, 8895, 7155, 11376, 8221, 12125, 8273, 12285, 8421, 12673, 9113, 13009, 8584, 12206, 8787, 12701, 8821, 11851, 8395, 8498, 8892, 7737, 10179, 7913, 10759, 7647, 11254, 8022, 10985, 8732, 11303, 8068, 10645, 7745, 10924, 7673, 11436, 7665, 11716, 8307, 12568, 8684, 12539, 8752, 11882, 8590, 11594, 8588, 12341, 8688, 7942, 9379, 7897, 11706, 8241, 13005, 9532, 12603, 8699, 15542, 9365, 13777, 10380, 15021, 8864, 14548, 8702, 13077, 8830, 13119, 8565, 11839, 8609, 10651, 8359, 11296, 8407, 11831, 8392, 11266, 8268, 11774, 8320, 10839, 7848, 11017, 8028, 13301, 8494, 12607, 8499, 10873, 8671, 10317, 8379, 11012, 8687, 7579, 9523, 7633, 11230, 9362, 11604, 8688, 12062, 8423, 10693, 9144, 11097, 9085, 7950, 10798, 8121, 9803, 10100, 8851, 10567, 8462, 9398, 9651, 7963, 13243, 10317, 14593, 8549, 14059, 9710, 14088, 12200, 12753, 9420, 7730, 9543, 7629, 11110, 8350, 12428, 8310, 9198, 8714, 8136, 13839, 9299, 12300, 11086, 9099, 7770, 11954, 8816, 14614, 12734, 9895, 14518, 12562, 11834, 13750, 11962, 14369, 12862, 13804, 9359, 11852, 8530, 9418, 8672, 8021, 9593, 7371, 10089, 8068, 11346, 8770, 9757, 8549, 10150, 8672, 9493, 9374, 9586, 10181, 7914, 10088, 8047, 10176, 8717, 11401, 8026, 11061, 7862, 11033, 8500, 12915, 9324, 12127, 8691, 9723, 8712, 8282, 10778, 8312, 11552, 8754, 7599, 10020, 8456, 13171, 8989, 10736, 9653, 10893, 10277, 11915, 12692, 10129, 10690, 8211, 10373, 8671, 9804, 8699, 11147, 7518, 11364, 8602, 11953, 8668, 12734, 9353, 12411, 8923, 11221, 8512, 10133, 8639, 10689, 7910, 9618, 7852, 9622, 7719, 10456, 7730, 10598, 7695, 10568, 7743, 10722, 8315, 11368, 7481, 11084, 7851, 11106, 8117, 12749, 8970, 12552, 8918, 12279, 8924, 12740, 9366, 11330, 9143, 11457, 9176, 12745, 9506, 13026, 9108, 12565, 9349, 13380, 9541, 9622, 9050, 7564, 10739, 8522, 11884, 8748, 8069, 9452, 7566, 12201, 9298, 12370, 8933, 12535, 10805, 10971, 13639, 9470, 13851, 9005, 14065, 12174, 16173, 14287, 12569, 10068, 7605, 9860, 8141, 11210, 9519, 8361, 10671, 8695, 8242, 8705, 9820, 12208, 11836, 11876, 12301, 8960, 13168, 9004, 13058, 9674, 15098, 9700, 13386, 9561, 12027, 9279, 12255, 9060, 7817, 8602, 7587, 9822, 8258, 11173, 7925, 11914, 8550, 11163, 8642, 13220, 9336, 12170, 8979, 11622, 8770, 11113, 9201, 11239, 8331, 7782, 9147, 7654, 10870, 9723, 13827, 9131, 13167, 9231, 13338, 11942, 15623, 13598, 14006, 9157, 9927, 10309, 7895, 11089, 8438, 11741, 8517, 9991, 10629, 7878, 11430, 8680, 9983, 9276, 7936, 12444, 8533, 9214, 9477, 8491, 12891, 9173, 12271, 10898, 11728, 12026, 8756, 10842, 8470, 7816, 10690, 9761, 9534, 10235, 8579, 12577, 9401, 7777, 13157, 10134, 8439, 8981, 10100, 8282, 10764, 12473, 14218, 12033, 16860, 14389, 11999, 17836, 15135, 12125, 13438, 7786, 7463, 7227, 9856], 'WindowCenter': [4255.0, 4230.0, 4211.0, 4199.0, 4208.0, 4190.0, 4188.0, 4197.0, 4187.0, 4216.0, 4197.0, 4216.0, 4204.0, 4199.0, 4242.0, 4207.0, 4209.0, 4198.0, 4193.0, 4229.0, 4208.0, 4196.0, 4221.0, 4211.0, 4225.0, 4218.0, 4211.0, 4232.0, 4216.0, 4244.0, 4223.0, 4251.0, 4211.0, 4273.0, 4233.0, 4243.0, 4204.0, 4201.0, 4221.0, 4200.0, 4222.0, 4200.0, 4231.0, 4211.0, 4231.0, 4203.0, 4241.0, 4233.0, 4244.0, 4223.0, 4209.0, 4221.0, 4214.0, 4215.0, 4211.0, 4231.0, 4213.0, 4246.0, 4207.0, 4226.0, 4201.0, 4226.0, 4216.0, 4244.0, 4225.0, 4236.0, 4213.0, 4242.0, 4225.0, 4254.0, 4224.0, 4242.0, 4206.0, 4247.0, 4227.0, 4285.0, 4243.0, 4265.0, 4210.0, 4195.0, 4221.0, 4207.0, 4249.0, 4215.0, 4243.0, 4216.0, 4232.0, 4215.0, 4224.0, 4215.0, 4204.0, 4233.0, 4205.0, 4231.0, 4204.0, 4239.0, 4210.0, 4254.0, 4201.0, 4253.0, 4203.0, 4242.0, 4203.0, 4228.0, 4202.0, 4190.0, 4220.0, 4210.0, 4220.0, 4224.0, 4203.0, 4234.0, 4213.0, 4242.0, 4211.0, 4236.0, 4229.0, 4246.0, 4211.0, 4205.0, 4232.0, 4211.0, 4232.0, 4224.0, 4206.0, 4237.0, 4216.0, 4235.0, 4215.0, 4245.0, 4255.0, 4232.0, 4242.0, 4203.0, 4234.0, 4200.0, 4241.0, 4232.0, 4205.0, 4242.0, 4213.0, 4233.0, 4225.0, 4246.0, 4265.0, 4221.0, 4200.0, 4231.0, 4212.0, 4268.0, 4233.0, 4213.0, 4231.0, 4210.0, 4231.0, 4231.0, 4211.0, 4262.0, 4212.0, 4230.0, 4212.0, 4198.0, 4254.0, 4220.0, 4213.0, 4218.0, 4193.0, 4241.0, 4221.0, 4220.0, 4220.0, 4203.0, 4212.0, 4219.0, 4223.0, 4240.0, 4224.0, 4194.0, 4241.0, 4210.0, 4230.0, 4242.0, 4221.0, 4243.0, 4210.0, 4199.0, 4227.0, 4232.0, 4230.0, 4212.0, 4201.0, 4227.0, 4202.0, 4232.0, 4242.0, 4220.0, 4218.0, 4190.0, 4227.0, 4208.0, 4228.0, 4229.0, 4259.0, 4195.0, 4236.0, 4195.0, 4218.0, 4196.0, 4227.0, 4187.0, 4220.0, 4197.0, 4206.0, 4208.0, 4216.0, 4201.0, 4197.0, 4197.0, 4188.0, 4219.0, 4197.0, 4235.0, 4210.0, 4241.0, 4210.0, 4225.0, 4235.0, 4215.0, 4255.0, 4216.0, 4226.0, 4236.0, 4215.0, 4236.0, 4235.0, 4273.0, 4222.0, 4254.0, 4214.0, 4215.0, 4242.0, 4214.0, 4262.0, 4221.0, 4230.0, 4206.0, 4229.0, 4220.0, 4249.0, 4205.0, 4238.0, 4207.0, 4240.0, 4208.0, 4239.0, 4197.0, 4197.0, 4208.0, 4201.0, 4232.0, 4222.0, 4221.0, 4219.0, 4232.0, 4233.0, 4235.0, 4244.0, 4212.0, 4235.0, 4209.0, 4240.0, 4204.0, 4227.0, 4244.0, 4223.0, 4225.0, 4222.0, 4226.0, 4254.0, 4228.0, 4226.0, 4244.0, 4224.0, 4242.0, 4228.0, 4274.0, 4231.0, 4234.0, 4232.0, 4224.0, 4252.0, 4243.0, 4262.0, 4208.0, 4188.0, 4201.0, 4211.0, 4242.0, 4232.0, 4213.0, 4252.0, 4231.0, 4271.0, 4252.0, 4239.0, 4219.0, 4198.0, 4228.0, 4198.0, 4229.0, 4228.0, 4209.0, 4226.0, 4196.0, 4238.0, 4209.0, 4191.0, 4218.0, 4199.0, 4229.0, 4198.0, 4220.0, 4239.0, 4210.0, 4250.0, 4208.0, 4241.0, 4238.0, 4223.0, 4246.0, 4266.0, 4235.0, 4227.0, 4257.0, 4237.0, 4208.0, 4272.0, 4249.0, 4218.0, 4234.0, 4233.0, 4216.0, 4245.0, 4255.0, 4265.0, 4288.0, 4250.0, 4248.0, 4285.0, 4263.0, 4235.0, 4213.0, 4223.0, 4273.0, 4254.0, 4237.0, 4228.0, 4257.0, 4236.0, 4225.0, 4285.0, 4259.0, 4279.0, 4265.0, 4232.0, 4261.0, 4222.0, 4260.0, 4239.0, 4240.0, 4219.0, 4199.0, 4199.0, 4205.0, 4241.0, 4215.0, 4201.0, 4223.0, 4205.0, 4232.0, 4212.0, 4244.0, 4232.0, 4225.0, 4202.0, 4231.0, 4201.0, 4242.0, 4214.0, 4244.0, 4223.0, 4252.0, 4222.0, 4252.0, 4234.0, 4233.0, 4232.0, 4212.0, 4233.0, 4221.0, 4251.0, 4252.0, 4230.0, 4212.0, 4202.0, 4218.0, 4220.0, 4242.0, 4208.0, 4261.0, 4209.0, 4248.0, 4209.0, 4250.0, 4232.0, 4240.0, 4210.0, 4211.0, 4213.0, 4224.0, 4232.0, 4260.0, 4231.0, 4272.0, 4219.0, 4270.0, 4211.0, 4269.0, 4218.0, 4259.0, 4217.0, 4236.0, 4197.0, 4218.0, 4218.0, 4249.0, 4209.0, 4237.0, 4207.0, 4239.0, 4231.0, 4240.0, 4219.0, 4190.0, 4219.0, 4211.0, 4241.0, 4222.0, 4253.0, 4222.0, 4251.0, 4214.0, 4261.0, 4255.0, 4252.0, 4219.0, 4192.0, 4212.0, 4201.0, 4253.0, 4211.0, 4263.0, 4220.0, 4251.0, 4220.0, 4252.0, 4238.0, 4239.0, 4207.0, 4229.0, 4208.0, 4240.0, 4240.0, 4207.0, 4206.0, 4186.0, 4217.0, 4197.0, 4242.0, 4209.0, 4237.0, 4209.0, 4240.0, 4208.0, 4238.0, 4221.0, 4261.0, 4208.0, 4249.0, 4206.0, 4227.0, 4229.0, 4217.0, 4206.0, 4188.0, 4228.0, 4200.0, 4229.0, 4222.0, 4242.0, 4209.0, 4250.0, 4208.0, 4251.0, 4231.0, 4228.0, 4207.0, 4206.0, 4206.0, 4187.0, 4216.0, 4210.0, 4238.0, 4208.0, 4236.0, 4207.0, 4239.0, 4241.0, 4242.0, 4255.0, 4235.0, 4283.0, 4265.0, 4252.0, 4256.0, 4258.0, 4286.0, 4271.0, 4261.0, 4290.0, 4258.0, 4311.0, 4276.0, 4284.0, 4274.0, 4272.0, 4241.0, 4249.0, 4241.0, 4271.0, 4261.0, 4239.0, 4228.0, 4217.0, 4214.0, 4204.0, 4216.0, 4196.0, 4237.0, 4200.0, 4240.0, 4220.0, 4219.0, 4221.0, 4219.0, 4231.0, 4241.0, 4220.0, 4243.0, 4222.0, 4263.0, 4250.0, 4264.0, 4220.0, 4261.0, 4208.0, 4258.0, 4220.0, 4252.0, 4217.0, 4239.0, 4218.0, 4211.0, 4218.0, 4218.0, 4229.0, 4209.0, 4219.0, 4208.0, 4230.0, 4213.0, 4254.0, 4222.0, 4247.0, 4221.0, 4242.0, 4217.0, 4255.0, 4234.0, 4276.0, 4246.0, 4258.0, 4233.0, 4254.0, 4223.0, 4244.0, 4224.0, 4234.0, 4221.0, 4225.0, 4221.0, 4232.0, 4262.0, 4214.0, 4249.0, 4205.0, 4230.0, 4218.0, 4239.0, 4213.0, 4223.0, 4220.0, 4229.0, 4210.0, 4223.0, 4211.0, 4243.0, 4210.0, 4229.0, 4192.0, 4232.0, 4216.0, 4247.0, 4204.0, 4236.0, 4212.0, 4235.0, 4216.0, 4259.0, 4217.0, 4256.0, 4225.0, 4247.0, 4223.0, 4263.0, 4234.0, 4256.0, 4225.0, 4253.0, 4213.0, 4252.0, 4232.0, 4250.0, 4219.0, 4250.0, 4221.0, 4251.0, 4235.0, 4235.0, 4214.0, 4213.0, 4224.0, 4222.0, 4233.0, 4224.0, 4236.0, 4205.0, 4236.0, 4213.0, 4246.0, 4223.0, 4265.0, 4247.0, 4235.0, 4248.0, 4269.0, 4272.0, 4261.0, 4282.0, 4253.0, 4302.0, 4257.0, 4312.0, 4279.0, 4308.0, 4246.0, 4296.0, 4232.0, 4296.0, 4248.0, 4294.0, 4243.0, 4262.0, 4231.0, 4241.0, 4219.0, 4226.0, 4218.0, 4216.0, 4206.0, 4216.0, 4197.0, 4211.0, 4197.0, 4211.0, 4191.0, 4211.0, 4203.0, 4223.0, 4210.0, 4228.0, 4199.0, 4229.0, 4209.0, 4232.0, 4216.0, 4254.0, 4209.0, 4240.0, 4209.0, 4240.0, 4209.0, 4252.0, 4203.0, 4239.0, 4198.0, 4239.0, 4209.0, 4251.0, 4232.0, 4240.0, 4220.0, 4240.0, 4221.0, 4252.0, 4226.0, 4242.0, 4232.0, 4215.0, 4216.0, 4221.0, 4245.0, 4217.0, 4255.0, 4224.0, 4257.0, 4233.0, 4251.0, 4258.0, 4239.0, 4276.0, 4236.0, 4275.0, 4233.0, 4274.0, 4244.0, 4277.0, 4233.0, 4256.0, 4219.0, 4261.0, 4230.0, 4264.0, 4219.0, 4254.0, 4218.0, 4244.0, 4219.0, 4233.0, 4219.0, 4238.0, 4200.0, 4212.0, 4219.0, 4223.0, 4214.0, 4218.0, 4209.0, 4219.0, 4222.0, 4242.0, 4232.0, 4241.0, 4218.0, 4227.0, 4220.0, 4235.0, 4230.0, 4223.0, 4229.0, 4199.0, 4229.0, 4219.0, 4229.0, 4220.0, 4223.0, 4208.0, 4228.0, 4210.0, 4229.0, 4221.0, 4251.0, 4219.0, 4233.0, 4232.0, 4252.0, 4219.0, 4243.0, 4232.0, 4212.0, 4236.0, 4223.0, 4219.0, 4262.0, 4238.0, 4239.0, 4258.0, 4251.0, 4263.0, 4259.0, 4247.0, 4271.0, 4232.0, 4259.0, 4246.0, 4235.0, 4282.0, 4275.0, 4288.0, 4257.0, 4241.0, 4252.0, 4227.0, 4245.0, 4243.0, 4263.0, 4255.0, 4255.0, 4255.0, 4221.0, 4256.0, 4218.0, 4198.0, 4217.0, 4209.0, 4262.0, 4229.0, 4283.0, 4219.0, 4254.0, 4217.0, 4250.0, 4227.0, 4199.0, 4228.0, 4202.0, 4229.0, 4220.0, 4220.0, 4241.0, 4210.0, 4239.0, 4208.0, 4241.0, 4231.0, 4202.0, 4252.0, 4212.0, 4200.0, 4231.0, 4211.0, 4263.0, 4221.0, 4246.0, 4222.0, 4203.0, 4230.0, 4232.0, 4224.0, 4233.0, 4222.0, 4233.0, 4212.0, 4220.0, 4287.0, 4246.0, 4213.0, 4252.0, 4219.0, 4230.0, 4242.0, 4237.0, 4262.0, 4233.0, 4212.0, 4223.0, 4210.0, 4251.0, 4234.0, 4220.0, 4232.0, 4213.0, 4230.0, 4209.0, 4240.0, 4230.0, 4209.0, 4261.0, 4211.0, 4229.0, 4208.0, 4209.0, 4242.0, 4209.0, 4242.0, 4207.0, 4220.0, 4207.0, 4212.0, 4253.0, 4211.0, 4209.0, 4219.0, 4200.0, 4234.0, 4232.0, 4224.0, 4235.0, 4221.0, 4253.0, 4232.0, 4274.0, 4242.0, 4210.0, 4231.0, 4199.0, 4228.0, 4225.0, 4252.0, 4221.0, 4213.0, 4231.0, 4220.0, 4242.0, 4255.0, 4233.0, 4243.0, 4210.0, 4230.0, 4210.0, 4253.0, 4221.0, 4212.0, 4241.0, 4202.0, 4230.0, 4224.0, 4251.0, 4214.0, 4253.0, 4201.0, 4222.0, 4221.0, 4213.0, 4243.0, 4224.0, 4253.0, 4222.0, 4251.0, 4253.0, 4272.0, 4231.0, 4249.0, 4207.0, 4248.0, 4240.0, 4261.0, 4207.0, 4246.0, 4207.0, 4228.0, 4207.0, 4228.0, 4209.0, 4240.0, 4207.0, 4229.0, 4208.0, 4235.0, 4247.0, 4211.0, 4231.0, 4210.0, 4241.0, 4216.0, 4267.0, 4235.0, 4263.0, 4234.0, 4278.0, 4263.0, 4262.0, 4221.0, 4244.0, 4209.0, 4252.0, 4240.0, 4259.0, 4208.0, 4245.0, 4211.0, 4238.0, 4219.0, 4229.0, 4212.0, 4199.0, 4229.0, 4209.0, 4239.0, 4235.0, 4262.0, 4215.0, 4252.0, 4219.0, 4251.0, 4241.0, 4260.0, 4218.0, 4250.0, 4200.0, 4239.0, 4219.0, 4261.0, 4220.0, 4259.0, 4209.0, 4242.0, 4202.0, 4250.0, 4218.0, 4232.0, 4197.0, 4219.0, 4207.0, 4228.0, 4212.0, 4207.0, 4206.0, 4187.0, 4207.0, 4217.0, 4218.0, 4229.0, 4212.0, 4197.0, 4218.0, 4191.0, 4219.0, 4217.0, 4244.0, 4210.0, 4230.0, 4194.0, 4242.0, 4223.0, 4265.0, 4227.0, 4264.0, 4222.0, 4251.0, 4224.0, 4252.0, 4243.0, 4273.0, 4215.0, 4241.0, 4221.0, 4240.0, 4223.0, 4264.0, 4221.0, 4241.0, 4210.0, 4213.0, 4235.0, 4230.0, 4264.0, 4264.0, 4259.0, 4286.0, 4240.0, 4277.0, 4246.0, 4226.0, 4268.0, 4234.0, 4233.0, 4231.0, 4213.0, 4240.0, 4222.0, 4250.0, 4240.0, 4282.0, 4224.0, 4261.0, 4215.0, 4240.0, 4227.0, 4258.0, 4200.0, 4238.0, 4195.0, 4200.0, 4204.0, 4178.0, 4200.0, 4180.0, 4218.0, 4197.0, 4217.0, 4202.0, 4227.0, 4209.0, 4227.0, 4207.0, 4238.0, 4221.0, 4224.0, 4219.0, 4199.0, 4227.0, 4211.0, 4246.0, 4218.0, 4239.0, 4202.0, 4230.0, 4219.0, 4224.0, 4232.0, 4211.0, 4234.0, 4204.0, 4239.0, 4222.0, 4245.0, 4214.0, 4214.0, 4235.0, 4223.0, 4233.0, 4228.0, 4225.0, 4257.0, 4226.0, 4215.0, 4256.0, 4236.0, 4281.0, 4246.0, 4275.0, 4233.0, 4263.0, 4251.0, 4252.0, 4232.0, 4229.0, 4220.0, 4230.0, 4220.0, 4241.0, 4219.0, 4199.0, 4227.0, 4200.0, 4241.0, 4216.0, 4274.0, 4192.0, 4259.0, 4252.0, 4275.0, 4276.0, 4233.0, 4259.0, 4244.0, 4253.0, 4251.0, 4233.0, 4252.0, 4239.0, 4281.0, 4220.0, 4284.0, 4255.0, 4291.0, 4269.0, 4267.0, 4235.0, 4221.0, 4244.0, 4235.0, 4263.0, 4231.0, 4245.0, 4221.0, 4228.0, 4222.0, 4244.0, 4210.0, 4248.0, 4209.0, 4220.0, 4191.0, 4230.0, 4208.0, 4228.0, 4208.0, 4239.0, 4208.0, 4227.0, 4209.0, 4221.0, 4221.0, 4220.0, 4202.0, 4201.0, 4218.0, 4210.0, 4212.0, 4209.0, 4240.0, 4210.0, 4239.0, 4209.0, 4239.0, 4220.0, 4250.0, 4219.0, 4228.0, 4208.0, 4212.0, 4209.0, 4219.0, 4229.0, 4194.0, 4241.0, 4221.0, 4206.0, 4221.0, 4220.0, 4255.0, 4237.0, 4258.0, 4235.0, 4254.0, 4238.0, 4227.0, 4264.0, 4215.0, 4263.0, 4216.0, 4274.0, 4259.0, 4273.0, 4241.0, 4260.0, 4208.0, 4272.0, 4230.0, 4260.0, 4210.0, 4249.0, 4202.0, 4224.0, 4202.0, 4228.0, 4220.0, 4202.0, 4229.0, 4203.0, 4242.0, 4216.0, 4206.0, 4242.0, 4224.0, 4264.0, 4216.0, 4262.0, 4236.0, 4272.0, 4214.0, 4260.0, 4202.0, 4259.0, 4209.0, 4240.0, 4219.0, 4226.0, 4231.0, 4209.0, 4222.0, 4210.0, 4240.0, 4203.0, 4243.0, 4242.0, 4238.0, 4203.0, 4224.0, 4209.0, 4241.0, 4219.0, 4230.0, 4224.0, 4221.0, 4230.0, 4198.0, 4222.0, 4219.0, 4261.0, 4202.0, 4243.0, 4201.0, 4219.0, 4191.0, 4199.0, 4233.0, 4223.0, 4213.0, 4235.0, 4218.0, 4238.0, 4227.0, 4237.0, 4237.0, 4244.0, 4268.0, 4223.0, 4266.0, 4212.0, 4251.0, 4235.0, 4214.0, 4274.0, 4223.0, 4211.0, 4219.0, 4204.0, 4267.0, 4250.0, 4221.0, 4217.0, 4190.0, 4228.0, 4230.0, 4219.0, 4251.0, 4212.0, 4238.0, 4217.0, 4209.0, 4260.0, 4222.0, 4201.0, 4229.0, 4197.0, 4230.0, 4219.0, 4209.0, 4250.0, 4196.0, 4228.0, 4207.0, 4192.0, 4275.0, 4263.0, 4220.0, 4227.0, 4239.0, 4274.0, 4285.0, 4262.0, 4274.0, 4316.0, 4289.0, 4256.0, 4260.0, 4287.0, 4247.0, 4237.0, 4276.0, 4277.0, 4258.0, 4276.0, 4297.0, 4257.0, 4262.0, 4262.0, 4248.0, 4234.0, 4256.0, 4216.0, 4223.0, 4212.0, 4190.0, 4210.0, 4190.0, 4169.0, 4210.0, 4183.0, 4190.0, 4180.0, 4172.0, 4211.0, 4183.0, 4207.0, 4194.0, 4185.0, 4203.0, 4199.0, 4238.0, 4202.0, 4198.0, 4202.0, 4198.0, 4209.0, 4219.0, 4218.0, 4208.0, 4210.0, 4199.0, 4217.0, 4211.0, 4229.0, 4206.0, 4234.0, 4223.0, 4252.0, 4221.0, 4260.0, 4227.0, 4256.0, 4234.0, 4221.0, 4226.0, 4217.0, 4266.0, 4224.0, 4263.0, 4224.0, 4258.0, 4216.0, 4255.0, 4237.0, 4273.0, 4235.0, 4265.0, 4215.0, 4277.0, 4247.0, 4262.0, 4224.0, 4234.0, 4231.0, 4224.0, 4246.0, 4224.0, 4254.0, 4212.0, 4253.0, 4216.0, 4253.0, 4227.0, 4254.0, 4211.0, 4241.0, 4212.0, 4253.0, 4212.0, 4251.0, 4213.0, 4253.0, 4237.0, 4277.0, 4227.0, 4264.0, 4222.0, 4245.0, 4216.0, 4252.0, 4223.0, 4262.0, 4237.0, 4223.0, 4244.0, 4225.0, 4263.0, 4224.0, 4277.0, 4259.0, 4278.0, 4235.0, 4297.0, 4234.0, 4278.0, 4253.0, 4285.0, 4231.0, 4273.0, 4221.0, 4272.0, 4233.0, 4264.0, 4221.0, 4248.0, 4221.0, 4241.0, 4219.0, 4253.0, 4221.0, 4252.0, 4220.0, 4252.0, 4223.0, 4254.0, 4235.0, 4254.0, 4221.0, 4250.0, 4224.0, 4273.0, 4236.0, 4265.0, 4214.0, 4239.0, 4222.0, 4241.0, 4223.0, 4253.0, 4235.0, 4212.0, 4243.0, 4204.0, 4265.0, 4232.0, 4264.0, 4233.0, 4262.0, 4225.0, 4268.0, 4247.0, 4255.0, 4233.0, 4226.0, 4254.0, 4224.0, 4244.0, 4243.0, 4236.0, 4255.0, 4224.0, 4234.0, 4223.0, 4221.0, 4276.0, 4244.0, 4283.0, 4223.0, 4262.0, 4229.0, 4261.0, 4251.0, 4250.0, 4219.0, 4199.0, 4217.0, 4195.0, 4238.0, 4208.0, 4260.0, 4232.0, 4245.0, 4224.0, 4217.0, 4273.0, 4255.0, 4289.0, 4279.0, 4252.0, 4246.0, 4284.0, 4251.0, 4291.0, 4281.0, 4250.0, 4286.0, 4265.0, 4254.0, 4266.0, 4258.0, 4272.0, 4260.0, 4259.0, 4209.0, 4247.0, 4213.0, 4215.0, 4217.0, 4203.0, 4222.0, 4198.0, 4240.0, 4215.0, 4279.0, 4233.0, 4244.0, 4233.0, 4234.0, 4232.0, 4256.0, 4236.0, 4237.0, 4242.0, 4204.0, 4241.0, 4223.0, 4254.0, 4227.0, 4251.0, 4211.0, 4251.0, 4203.0, 4254.0, 4233.0, 4276.0, 4233.0, 4252.0, 4214.0, 4230.0, 4232.0, 4220.0, 4247.0, 4215.0, 4264.0, 4221.0, 4205.0, 4244.0, 4236.0, 4268.0, 4232.0, 4252.0, 4233.0, 4242.0, 4241.0, 4252.0, 4258.0, 4241.0, 4240.0, 4210.0, 4238.0, 4219.0, 4232.0, 4220.0, 4245.0, 4193.0, 4251.0, 4219.0, 4252.0, 4222.0, 4263.0, 4232.0, 4263.0, 4220.0, 4238.0, 4220.0, 4241.0, 4221.0, 4239.0, 4210.0, 4230.0, 4208.0, 4242.0, 4211.0, 4250.0, 4212.0, 4241.0, 4207.0, 4241.0, 4212.0, 4253.0, 4222.0, 4246.0, 4202.0, 4249.0, 4223.0, 4253.0, 4224.0, 4276.0, 4234.0, 4264.0, 4231.0, 4276.0, 4235.0, 4272.0, 4244.0, 4245.0, 4231.0, 4266.0, 4236.0, 4276.0, 4244.0, 4265.0, 4232.0, 4263.0, 4226.0, 4260.0, 4243.0, 4230.0, 4232.0, 4212.0, 4246.0, 4228.0, 4263.0, 4236.0, 4223.0, 4257.0, 4229.0, 4280.0, 4248.0, 4276.0, 4248.0, 4275.0, 4256.0, 4257.0, 4280.0, 4246.0, 4286.0, 4233.0, 4268.0, 4266.0, 4278.0, 4275.0, 4252.0, 4230.0, 4210.0, 4231.0, 4224.0, 4260.0, 4256.0, 4228.0, 4256.0, 4236.0, 4237.0, 4237.0, 4258.0, 4280.0, 4266.0, 4266.0, 4252.0, 4222.0, 4260.0, 4222.0, 4265.0, 4232.0, 4270.0, 4219.0, 4259.0, 4232.0, 4251.0, 4231.0, 4249.0, 4231.0, 4209.0, 4221.0, 4212.0, 4241.0, 4221.0, 4266.0, 4223.0, 4263.0, 4234.0, 4250.0, 4221.0, 4263.0, 4229.0, 4250.0, 4220.0, 4239.0, 4220.0, 4253.0, 4234.0, 4249.0, 4222.0, 4221.0, 4247.0, 4235.0, 4267.0, 4258.0, 4276.0, 4232.0, 4261.0, 4231.0, 4262.0, 4265.0, 4285.0, 4263.0, 4273.0, 4224.0, 4230.0, 4241.0, 4208.0, 4238.0, 4209.0, 4262.0, 4219.0, 4243.0, 4240.0, 4212.0, 4251.0, 4222.0, 4244.0, 4245.0, 4209.0, 4262.0, 4219.0, 4229.0, 4229.0, 4221.0, 4260.0, 4232.0, 4250.0, 4242.0, 4245.0, 4253.0, 4217.0, 4240.0, 4207.0, 4201.0, 4241.0, 4242.0, 4228.0, 4229.0, 4208.0, 4258.0, 4230.0, 4213.0, 4264.0, 4240.0, 4235.0, 4234.0, 4196.0, 4222.0, 4257.0, 4260.0, 4289.0, 4292.0, 4320.0, 4314.0, 4285.0, 4329.0, 4298.0, 4272.0, 4267.0, 4120.0, 4213.0, 4214.0, 4245.0], 'WindowWidth': [9444.0, 9390.0, 9357.0, 9338.0, 9343.0, 9316.0, 9316.0, 9326.0, 9314.0, 9351.0, 9326.0, 9357.0, 9336.0, 9331.0, 9393.0, 9343.0, 9345.0, 9326.0, 9320.0, 9370.0, 9344.0, 9329.0, 9364.0, 9352.0, 9366.0, 9361.0, 9352.0, 9381.0, 9367.0, 9401.0, 9370.0, 9406.0, 9351.0, 9436.0, 9384.0, 9398.0, 9338.0, 9339.0, 9366.0, 9336.0, 9365.0, 9334.0, 9378.0, 9353.0, 9378.0, 9337.0, 9391.0, 9383.0, 9400.0, 9370.0, 9342.0, 9364.0, 9349.0, 9352.0, 9349.0, 9378.0, 9358.0, 9407.0, 9346.0, 9368.0, 9338.0, 9369.0, 9357.0, 9401.0, 9376.0, 9384.0, 9357.0, 9396.0, 9377.0, 9413.0, 9373.0, 9395.0, 9342.0, 9400.0, 9371.0, 9458.0, 9397.0, 9428.0, 9350.0, 9327.0, 9364.0, 9346.0, 9405.0, 9359.0, 9398.0, 9358.0, 9378.0, 9354.0, 9370.0, 9352.0, 9336.0, 9381.0, 9340.0, 9375.0, 9337.0, 9384.0, 9345.0, 9405.0, 9328.0, 9404.0, 9332.0, 9392.0, 9332.0, 9368.0, 9329.0, 9320.0, 9359.0, 9345.0, 9361.0, 9370.0, 9340.0, 9385.0, 9356.0, 9392.0, 9350.0, 9381.0, 9373.0, 9394.0, 9349.0, 9343.0, 9379.0, 9351.0, 9380.0, 9372.0, 9343.0, 9389.0, 9364.0, 9383.0, 9359.0, 9399.0, 9417.0, 9378.0, 9392.0, 9334.0, 9379.0, 9335.0, 9392.0, 9380.0, 9342.0, 9394.0, 9354.0, 9383.0, 9368.0, 9404.0, 9427.0, 9365.0, 9334.0, 9376.0, 9350.0, 9432.0, 9376.0, 9356.0, 9377.0, 9349.0, 9376.0, 9378.0, 9351.0, 9423.0, 9351.0, 9372.0, 9345.0, 9328.0, 9413.0, 9361.0, 9347.0, 9354.0, 9321.0, 9390.0, 9364.0, 9360.0, 9361.0, 9336.0, 9352.0, 9357.0, 9371.0, 9391.0, 9365.0, 9326.0, 9391.0, 9347.0, 9372.0, 9394.0, 9363.0, 9396.0, 9346.0, 9332.0, 9367.0, 9383.0, 9376.0, 9347.0, 9337.0, 9368.0, 9331.0, 9374.0, 9394.0, 9357.0, 9354.0, 9314.0, 9366.0, 9341.0, 9368.0, 9372.0, 9412.0, 9320.0, 9375.0, 9320.0, 9346.0, 9322.0, 9364.0, 9310.0, 9351.0, 9324.0, 9335.0, 9340.0, 9352.0, 9328.0, 9327.0, 9326.0, 9315.0, 9358.0, 9328.0, 9380.0, 9346.0, 9391.0, 9348.0, 9378.0, 9392.0, 9364.0, 9416.0, 9358.0, 9380.0, 9392.0, 9363.0, 9385.0, 9387.0, 9440.0, 9365.0, 9411.0, 9350.0, 9353.0, 9395.0, 9349.0, 9422.0, 9363.0, 9373.0, 9337.0, 9371.0, 9361.0, 9398.0, 9336.0, 9381.0, 9339.0, 9389.0, 9345.0, 9383.0, 9326.0, 9326.0, 9341.0, 9338.0, 9379.0, 9366.0, 9362.0, 9360.0, 9379.0, 9382.0, 9379.0, 9401.0, 9351.0, 9382.0, 9344.0, 9388.0, 9338.0, 9382.0, 9402.0, 9369.0, 9376.0, 9368.0, 9379.0, 9416.0, 9379.0, 9381.0, 9403.0, 9371.0, 9396.0, 9375.0, 9442.0, 9381.0, 9387.0, 9380.0, 9364.0, 9408.0, 9396.0, 9421.0, 9342.0, 9313.0, 9328.0, 9350.0, 9394.0, 9381.0, 9355.0, 9407.0, 9375.0, 9434.0, 9407.0, 9383.0, 9355.0, 9329.0, 9367.0, 9326.0, 9368.0, 9368.0, 9344.0, 9364.0, 9322.0, 9379.0, 9343.0, 9314.0, 9356.0, 9332.0, 9372.0, 9328.0, 9360.0, 9387.0, 9347.0, 9403.0, 9343.0, 9392.0, 9394.0, 9374.0, 9404.0, 9440.0, 9398.0, 9393.0, 9428.0, 9399.0, 9355.0, 9449.0, 9408.0, 9365.0, 9388.0, 9386.0, 9361.0, 9403.0, 9419.0, 9430.0, 9466.0, 9413.0, 9413.0, 9458.0, 9428.0, 9392.0, 9358.0, 9369.0, 9441.0, 9418.0, 9399.0, 9389.0, 9428.0, 9396.0, 9378.0, 9463.0, 9423.0, 9455.0, 9430.0, 9381.0, 9418.0, 9360.0, 9417.0, 9388.0, 9390.0, 9361.0, 9336.0, 9328.0, 9344.0, 9394.0, 9356.0, 9343.0, 9373.0, 9346.0, 9383.0, 9355.0, 9401.0, 9384.0, 9370.0, 9337.0, 9380.0, 9340.0, 9397.0, 9354.0, 9399.0, 9374.0, 9409.0, 9369.0, 9411.0, 9390.0, 9384.0, 9383.0, 9355.0, 9379.0, 9367.0, 9408.0, 9410.0, 9379.0, 9349.0, 9336.0, 9358.0, 9363.0, 9396.0, 9345.0, 9420.0, 9348.0, 9401.0, 9348.0, 9407.0, 9384.0, 9392.0, 9352.0, 9353.0, 9351.0, 9367.0, 9383.0, 9419.0, 9379.0, 9439.0, 9360.0, 9435.0, 9346.0, 9431.0, 9356.0, 9414.0, 9352.0, 9377.0, 9321.0, 9351.0, 9357.0, 9403.0, 9347.0, 9385.0, 9342.0, 9389.0, 9381.0, 9389.0, 9362.0, 9319.0, 9362.0, 9355.0, 9397.0, 9369.0, 9417.0, 9370.0, 9409.0, 9355.0, 9422.0, 9418.0, 9407.0, 9362.0, 9320.0, 9349.0, 9339.0, 9415.0, 9354.0, 9429.0, 9363.0, 9408.0, 9363.0, 9410.0, 9384.0, 9386.0, 9340.0, 9373.0, 9343.0, 9389.0, 9389.0, 9341.0, 9337.0, 9309.0, 9352.0, 9328.0, 9398.0, 9345.0, 9383.0, 9345.0, 9390.0, 9343.0, 9388.0, 9364.0, 9420.0, 9343.0, 9400.0, 9340.0, 9367.0, 9374.0, 9354.0, 9340.0, 9316.0, 9370.0, 9335.0, 9372.0, 9369.0, 9390.0, 9345.0, 9403.0, 9345.0, 9406.0, 9380.0, 9369.0, 9337.0, 9335.0, 9338.0, 9312.0, 9351.0, 9349.0, 9385.0, 9344.0, 9380.0, 9341.0, 9385.0, 9394.0, 9401.0, 9426.0, 9389.0, 9460.0, 9436.0, 9420.0, 9430.0, 9438.0, 9475.0, 9459.0, 9444.0, 9480.0, 9434.0, 9512.0, 9451.0, 9460.0, 9446.0, 9441.0, 9397.0, 9405.0, 9398.0, 9436.0, 9422.0, 9389.0, 9373.0, 9358.0, 9349.0, 9334.0, 9353.0, 9327.0, 9383.0, 9333.0, 9393.0, 9365.0, 9366.0, 9370.0, 9364.0, 9383.0, 9398.0, 9366.0, 9394.0, 9371.0, 9424.0, 9406.0, 9422.0, 9364.0, 9420.0, 9345.0, 9415.0, 9364.0, 9402.0, 9357.0, 9388.0, 9359.0, 9347.0, 9360.0, 9361.0, 9375.0, 9348.0, 9362.0, 9346.0, 9379.0, 9348.0, 9420.0, 9371.0, 9403.0, 9371.0, 9401.0, 9365.0, 9420.0, 9393.0, 9454.0, 9411.0, 9424.0, 9388.0, 9422.0, 9376.0, 9398.0, 9370.0, 9382.0, 9369.0, 9370.0, 9368.0, 9384.0, 9425.0, 9356.0, 9404.0, 9339.0, 9371.0, 9356.0, 9389.0, 9353.0, 9364.0, 9363.0, 9375.0, 9350.0, 9366.0, 9356.0, 9399.0, 9351.0, 9375.0, 9323.0, 9384.0, 9363.0, 9404.0, 9341.0, 9385.0, 9357.0, 9386.0, 9360.0, 9424.0, 9363.0, 9421.0, 9377.0, 9404.0, 9374.0, 9429.0, 9389.0, 9415.0, 9369.0, 9412.0, 9351.0, 9409.0, 9383.0, 9408.0, 9362.0, 9406.0, 9368.0, 9409.0, 9393.0, 9383.0, 9354.0, 9352.0, 9366.0, 9370.0, 9383.0, 9373.0, 9385.0, 9346.0, 9385.0, 9358.0, 9399.0, 9372.0, 9436.0, 9413.0, 9384.0, 9417.0, 9444.0, 9445.0, 9439.0, 9469.0, 9433.0, 9495.0, 9434.0, 9511.0, 9457.0, 9497.0, 9411.0, 9478.0, 9385.0, 9479.0, 9404.0, 9473.0, 9401.0, 9422.0, 9381.0, 9398.0, 9362.0, 9366.0, 9360.0, 9352.0, 9337.0, 9351.0, 9328.0, 9346.0, 9328.0, 9345.0, 9317.0, 9343.0, 9337.0, 9363.0, 9348.0, 9372.0, 9335.0, 9372.0, 9348.0, 9375.0, 9358.0, 9414.0, 9350.0, 9391.0, 9348.0, 9392.0, 9348.0, 9409.0, 9336.0, 9386.0, 9329.0, 9389.0, 9348.0, 9407.0, 9383.0, 9392.0, 9363.0, 9390.0, 9367.0, 9410.0, 9372.0, 9397.0, 9385.0, 9357.0, 9358.0, 9367.0, 9408.0, 9362.0, 9420.0, 9377.0, 9416.0, 9387.0, 9415.0, 9432.0, 9404.0, 9453.0, 9394.0, 9448.0, 9388.0, 9447.0, 9403.0, 9445.0, 9386.0, 9413.0, 9361.0, 9423.0, 9378.0, 9426.0, 9362.0, 9405.0, 9357.0, 9393.0, 9361.0, 9378.0, 9360.0, 9385.0, 9329.0, 9345.0, 9363.0, 9364.0, 9356.0, 9359.0, 9348.0, 9362.0, 9370.0, 9399.0, 9383.0, 9393.0, 9358.0, 9370.0, 9363.0, 9383.0, 9379.0, 9364.0, 9375.0, 9329.0, 9375.0, 9363.0, 9374.0, 9365.0, 9363.0, 9344.0, 9372.0, 9351.0, 9375.0, 9370.0, 9408.0, 9361.0, 9378.0, 9383.0, 9411.0, 9364.0, 9402.0, 9383.0, 9359.0, 9389.0, 9373.0, 9368.0, 9432.0, 9401.0, 9406.0, 9429.0, 9421.0, 9434.0, 9434.0, 9412.0, 9445.0, 9391.0, 9424.0, 9409.0, 9394.0, 9463.0, 9447.0, 9471.0, 9424.0, 9394.0, 9411.0, 9373.0, 9404.0, 9402.0, 9426.0, 9420.0, 9411.0, 9410.0, 9359.0, 9411.0, 9359.0, 9329.0, 9355.0, 9348.0, 9425.0, 9376.0, 9457.0, 9359.0, 9408.0, 9355.0, 9404.0, 9368.0, 9335.0, 9371.0, 9334.0, 9374.0, 9366.0, 9366.0, 9393.0, 9350.0, 9390.0, 9346.0, 9392.0, 9380.0, 9333.0, 9411.0, 9358.0, 9340.0, 9380.0, 9352.0, 9429.0, 9367.0, 9400.0, 9367.0, 9339.0, 9377.0, 9385.0, 9368.0, 9386.0, 9371.0, 9383.0, 9350.0, 9366.0, 9469.0, 9402.0, 9360.0, 9411.0, 9363.0, 9376.0, 9394.0, 9392.0, 9424.0, 9390.0, 9360.0, 9365.0, 9349.0, 9407.0, 9382.0, 9364.0, 9384.0, 9359.0, 9377.0, 9346.0, 9388.0, 9377.0, 9346.0, 9421.0, 9353.0, 9372.0, 9345.0, 9347.0, 9396.0, 9349.0, 9397.0, 9343.0, 9360.0, 9342.0, 9358.0, 9414.0, 9353.0, 9350.0, 9360.0, 9337.0, 9389.0, 9386.0, 9376.0, 9384.0, 9368.0, 9414.0, 9381.0, 9442.0, 9394.0, 9351.0, 9377.0, 9334.0, 9372.0, 9378.0, 9409.0, 9369.0, 9359.0, 9380.0, 9366.0, 9397.0, 9420.0, 9386.0, 9399.0, 9351.0, 9377.0, 9351.0, 9412.0, 9367.0, 9359.0, 9393.0, 9336.0, 9377.0, 9378.0, 9410.0, 9357.0, 9413.0, 9336.0, 9363.0, 9367.0, 9362.0, 9401.0, 9376.0, 9416.0, 9369.0, 9410.0, 9414.0, 9441.0, 9379.0, 9403.0, 9343.0, 9398.0, 9392.0, 9422.0, 9342.0, 9395.0, 9341.0, 9369.0, 9343.0, 9374.0, 9347.0, 9389.0, 9344.0, 9372.0, 9347.0, 9384.0, 9415.0, 9354.0, 9381.0, 9353.0, 9393.0, 9359.0, 9439.0, 9395.0, 9432.0, 9392.0, 9450.0, 9424.0, 9425.0, 9366.0, 9395.0, 9346.0, 9405.0, 9389.0, 9416.0, 9344.0, 9396.0, 9352.0, 9385.0, 9361.0, 9373.0, 9349.0, 9338.0, 9374.0, 9348.0, 9388.0, 9392.0, 9426.0, 9358.0, 9411.0, 9363.0, 9406.0, 9396.0, 9419.0, 9358.0, 9401.0, 9328.0, 9388.0, 9363.0, 9421.0, 9363.0, 9416.0, 9346.0, 9389.0, 9335.0, 9405.0, 9360.0, 9372.0, 9322.0, 9351.0, 9341.0, 9370.0, 9350.0, 9341.0, 9339.0, 9315.0, 9341.0, 9356.0, 9356.0, 9374.0, 9347.0, 9328.0, 9356.0, 9318.0, 9361.0, 9356.0, 9402.0, 9351.0, 9378.0, 9328.0, 9397.0, 9372.0, 9433.0, 9376.0, 9431.0, 9372.0, 9410.0, 9376.0, 9410.0, 9403.0, 9440.0, 9355.0, 9392.0, 9366.0, 9391.0, 9374.0, 9428.0, 9367.0, 9393.0, 9351.0, 9356.0, 9393.0, 9386.0, 9430.0, 9436.0, 9425.0, 9469.0, 9401.0, 9452.0, 9411.0, 9382.0, 9442.0, 9388.0, 9388.0, 9381.0, 9358.0, 9391.0, 9369.0, 9407.0, 9391.0, 9456.0, 9365.0, 9422.0, 9349.0, 9385.0, 9368.0, 9410.0, 9329.0, 9381.0, 9321.0, 9325.0, 9334.0, 9296.0, 9326.0, 9300.0, 9353.0, 9326.0, 9354.0, 9332.0, 9367.0, 9344.0, 9365.0, 9340.0, 9385.0, 9364.0, 9363.0, 9359.0, 9333.0, 9367.0, 9346.0, 9400.0, 9359.0, 9388.0, 9334.0, 9375.0, 9359.0, 9366.0, 9382.0, 9353.0, 9379.0, 9337.0, 9389.0, 9367.0, 9404.0, 9353.0, 9361.0, 9383.0, 9370.0, 9385.0, 9379.0, 9378.0, 9424.0, 9378.0, 9364.0, 9420.0, 9394.0, 9457.0, 9407.0, 9447.0, 9383.0, 9426.0, 9407.0, 9406.0, 9378.0, 9374.0, 9360.0, 9375.0, 9361.0, 9391.0, 9360.0, 9334.0, 9369.0, 9338.0, 9391.0, 9360.0, 9450.0, 9318.0, 9435.0, 9418.0, 9447.0, 9452.0, 9397.0, 9436.0, 9413.0, 9433.0, 9429.0, 9395.0, 9419.0, 9408.0, 9460.0, 9373.0, 9465.0, 9420.0, 9472.0, 9436.0, 9441.0, 9393.0, 9370.0, 9406.0, 9394.0, 9429.0, 9382.0, 9399.0, 9370.0, 9373.0, 9372.0, 9396.0, 9349.0, 9399.0, 9348.0, 9356.0, 9316.0, 9377.0, 9344.0, 9372.0, 9344.0, 9390.0, 9344.0, 9369.0, 9349.0, 9366.0, 9367.0, 9362.0, 9334.0, 9331.0, 9358.0, 9349.0, 9348.0, 9347.0, 9391.0, 9351.0, 9388.0, 9347.0, 9391.0, 9363.0, 9403.0, 9362.0, 9371.0, 9344.0, 9348.0, 9346.0, 9360.0, 9374.0, 9328.0, 9393.0, 9367.0, 9347.0, 9367.0, 9372.0, 9421.0, 9398.0, 9423.0, 9390.0, 9413.0, 9391.0, 9373.0, 9431.0, 9359.0, 9428.0, 9360.0, 9447.0, 9422.0, 9441.0, 9393.0, 9419.0, 9344.0, 9436.0, 9377.0, 9420.0, 9348.0, 9402.0, 9333.0, 9366.0, 9335.0, 9373.0, 9364.0, 9342.0, 9376.0, 9338.0, 9397.0, 9359.0, 9348.0, 9400.0, 9376.0, 9431.0, 9358.0, 9423.0, 9385.0, 9440.0, 9352.0, 9420.0, 9335.0, 9415.0, 9347.0, 9389.0, 9359.0, 9370.0, 9382.0, 9349.0, 9372.0, 9352.0, 9391.0, 9337.0, 9388.0, 9396.0, 9385.0, 9337.0, 9366.0, 9346.0, 9390.0, 9362.0, 9378.0, 9368.0, 9366.0, 9375.0, 9330.0, 9362.0, 9362.0, 9422.0, 9334.0, 9391.0, 9329.0, 9350.0, 9314.0, 9335.0, 9389.0, 9376.0, 9363.0, 9393.0, 9367.0, 9395.0, 9378.0, 9390.0, 9388.0, 9403.0, 9432.0, 9374.0, 9431.0, 9354.0, 9407.0, 9380.0, 9353.0, 9441.0, 9371.0, 9352.0, 9360.0, 9337.0, 9429.0, 9403.0, 9364.0, 9354.0, 9314.0, 9367.0, 9376.0, 9363.0, 9408.0, 9355.0, 9384.0, 9354.0, 9346.0, 9420.0, 9359.0, 9339.0, 9374.0, 9328.0, 9375.0, 9358.0, 9345.0, 9405.0, 9326.0, 9368.0, 9341.0, 9322.0, 9448.0, 9427.0, 9365.0, 9372.0, 9393.0, 9443.0, 9459.0, 9425.0, 9469.0, 9519.0, 9476.0, 9427.0, 9433.0, 9472.0, 9410.0, 9404.0, 9455.0, 9456.0, 9426.0, 9451.0, 9486.0, 9421.0, 9426.0, 9421.0, 9400.0, 9378.0, 9406.0, 9343.0, 9355.0, 9340.0, 9311.0, 9337.0, 9310.0, 9282.0, 9336.0, 9296.0, 9310.0, 9296.0, 9289.0, 9341.0, 9305.0, 9334.0, 9320.0, 9311.0, 9333.0, 9338.0, 9386.0, 9336.0, 9333.0, 9335.0, 9333.0, 9348.0, 9363.0, 9360.0, 9347.0, 9345.0, 9339.0, 9359.0, 9357.0, 9381.0, 9349.0, 9384.0, 9375.0, 9414.0, 9372.0, 9428.0, 9381.0, 9416.0, 9391.0, 9373.0, 9377.0, 9376.0, 9440.0, 9380.0, 9432.0, 9380.0, 9421.0, 9364.0, 9417.0, 9400.0, 9446.0, 9393.0, 9433.0, 9360.0, 9456.0, 9415.0, 9429.0, 9379.0, 9391.0, 9385.0, 9379.0, 9409.0, 9377.0, 9418.0, 9360.0, 9414.0, 9361.0, 9417.0, 9377.0, 9418.0, 9354.0, 9397.0, 9356.0, 9415.0, 9358.0, 9411.0, 9361.0, 9416.0, 9399.0, 9455.0, 9380.0, 9434.0, 9373.0, 9398.0, 9360.0, 9412.0, 9374.0, 9428.0, 9401.0, 9377.0, 9405.0, 9382.0, 9430.0, 9379.0, 9456.0, 9434.0, 9455.0, 9394.0, 9483.0, 9390.0, 9458.0, 9418.0, 9464.0, 9383.0, 9443.0, 9369.0, 9442.0, 9390.0, 9430.0, 9369.0, 9402.0, 9368.0, 9396.0, 9367.0, 9415.0, 9370.0, 9411.0, 9367.0, 9412.0, 9375.0, 9413.0, 9397.0, 9418.0, 9371.0, 9411.0, 9377.0, 9448.0, 9398.0, 9435.0, 9356.0, 9393.0, 9370.0, 9397.0, 9374.0, 9415.0, 9395.0, 9360.0, 9402.0, 9344.0, 9434.0, 9388.0, 9438.0, 9389.0, 9431.0, 9381.0, 9446.0, 9415.0, 9420.0, 9388.0, 9383.0, 9417.0, 9376.0, 9402.0, 9402.0, 9397.0, 9420.0, 9378.0, 9391.0, 9369.0, 9370.0, 9451.0, 9404.0, 9459.0, 9373.0, 9427.0, 9375.0, 9421.0, 9409.0, 9404.0, 9360.0, 9334.0, 9356.0, 9326.0, 9385.0, 9348.0, 9424.0, 9390.0, 9407.0, 9378.0, 9370.0, 9444.0, 9429.0, 9480.0, 9467.0, 9427.0, 9423.0, 9469.0, 9423.0, 9477.0, 9461.0, 9415.0, 9468.0, 9434.0, 9415.0, 9430.0, 9423.0, 9439.0, 9421.0, 9417.0, 9342.0, 9398.0, 9355.0, 9350.0, 9359.0, 9341.0, 9364.0, 9337.0, 9393.0, 9363.0, 9463.0, 9394.0, 9406.0, 9390.0, 9387.0, 9387.0, 9427.0, 9391.0, 9392.0, 9400.0, 9345.0, 9395.0, 9375.0, 9419.0, 9378.0, 9413.0, 9357.0, 9411.0, 9340.0, 9421.0, 9390.0, 9453.0, 9388.0, 9409.0, 9356.0, 9381.0, 9387.0, 9369.0, 9408.0, 9361.0, 9432.0, 9371.0, 9349.0, 9404.0, 9398.0, 9439.0, 9389.0, 9414.0, 9387.0, 9397.0, 9396.0, 9412.0, 9423.0, 9395.0, 9393.0, 9351.0, 9388.0, 9364.0, 9384.0, 9368.0, 9401.0, 9329.0, 9411.0, 9365.0, 9413.0, 9373.0, 9431.0, 9385.0, 9429.0, 9366.0, 9391.0, 9366.0, 9395.0, 9367.0, 9395.0, 9353.0, 9379.0, 9349.0, 9398.0, 9358.0, 9412.0, 9357.0, 9397.0, 9348.0, 9397.0, 9361.0, 9415.0, 9376.0, 9404.0, 9342.0, 9408.0, 9373.0, 9415.0, 9380.0, 9453.0, 9391.0, 9432.0, 9387.0, 9454.0, 9397.0, 9445.0, 9406.0, 9404.0, 9386.0, 9441.0, 9393.0, 9453.0, 9406.0, 9430.0, 9386.0, 9430.0, 9376.0, 9424.0, 9404.0, 9383.0, 9385.0, 9362.0, 9403.0, 9384.0, 9435.0, 9397.0, 9380.0, 9429.0, 9394.0, 9465.0, 9419.0, 9455.0, 9415.0, 9450.0, 9423.0, 9426.0, 9457.0, 9411.0, 9464.0, 9390.0, 9437.0, 9435.0, 9452.0, 9446.0, 9411.0, 9379.0, 9354.0, 9381.0, 9378.0, 9427.0, 9428.0, 9383.0, 9425.0, 9397.0, 9403.0, 9402.0, 9428.0, 9463.0, 9438.0, 9434.0, 9412.0, 9370.0, 9423.0, 9371.0, 9434.0, 9384.0, 9435.0, 9363.0, 9416.0, 9383.0, 9409.0, 9382.0, 9405.0, 9381.0, 9351.0, 9370.0, 9361.0, 9399.0, 9371.0, 9438.0, 9377.0, 9429.0, 9391.0, 9411.0, 9370.0, 9430.0, 9378.0, 9406.0, 9365.0, 9389.0, 9366.0, 9411.0, 9391.0, 9408.0, 9372.0, 9372.0, 9415.0, 9399.0, 9443.0, 9431.0, 9455.0, 9387.0, 9424.0, 9384.0, 9425.0, 9432.0, 9465.0, 9426.0, 9439.0, 9368.0, 9378.0, 9394.0, 9347.0, 9387.0, 9351.0, 9427.0, 9368.0, 9402.0, 9393.0, 9357.0, 9409.0, 9372.0, 9404.0, 9407.0, 9352.0, 9426.0, 9362.0, 9376.0, 9379.0, 9368.0, 9424.0, 9383.0, 9405.0, 9399.0, 9397.0, 9412.0, 9357.0, 9390.0, 9343.0, 9340.0, 9392.0, 9396.0, 9374.0, 9373.0, 9346.0, 9419.0, 9380.0, 9361.0, 9431.0, 9394.0, 9394.0, 9391.0, 9314.0, 9378.0, 9427.0, 9424.0, 9475.0, 9481.0, 9524.0, 9517.0, 9472.0, 9538.0, 9486.0, 9447.0, 9432.0, 9187.0, 9371.0, 9369.0, 9405.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.0072474165769644775</td></tr>
<tr><td colspan=3>aqi</td><td>0.044181595748116254</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.73338851154553</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2662588524932712</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0658000872590185</td></tr>
<tr><td colspan=3>efc</td><td>0.5116</td></tr>
<tr><td colspan=3>fber</td><td>3799.3755</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18250284972414535</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>208</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.194833153928956</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5149402311458773</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3917163066134033</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7693822067000555</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3837221801241735</td></tr>
<tr><td colspan=3>gcor</td><td>0.00642966</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022498467937111855</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05021505057811737</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1858</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.070018998618578</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.9726</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.3285</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>224.2752</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293560.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>1079.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>394.7197</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5634</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.8962</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3404.6689</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82984.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1303.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>876.8948</td></tr>
<tr><td colspan=3>tsnr</td><td>27.90289054205641</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>