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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:13:53.527500</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.996462, 0.0839955, 0.0028802, -0.0840256, 0.994916, 0.0555208]</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.0840228</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>[4140, -7775, -7290, 600, -84, -336, 15, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.113</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cb3fc8d8-7875-489c-b9d7-a6a180527c41||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.6734347343444824, -0.22543452680110931, -0.004854422528296709, 120.5883560180664], [-0.2253536880016327, 2.669286012649536, 0.15002918243408203, -95.41978454589844], [0.007727377116680145, -0.148958221077919, 2.695824146270752, -70.16333770751953], [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': ['121353.527500', '121353.987500', '121354.447500', '121354.907500', '121355.367500', '121355.827500', '121356.287500', '121356.747500', '121357.207500', '121357.667500', '121358.127500', '121358.587500', '121359.047500', '121359.507500', '121359.967500', '121400.427500', '121400.887500', '121401.347500', '121401.807500', '121402.267500', '121402.727500', '121403.187500', '121403.647500', '121404.107500', '121404.567500', '121405.027500', '121405.487500', '121405.947500', '121406.407500', '121406.867500', '121407.327500', '121407.787500', '121408.247500', '121408.707500', '121409.167500', '121409.627500', '121410.087500', '121410.547500', '121411.007500', '121411.467500', '121411.927500', '121412.387500', '121412.847500', '121413.307500', '121413.767500', '121414.227500', '121414.687500', '121415.147500', '121415.607500', '121416.067500', '121416.527500', '121416.987500', '121417.447500', '121417.907500', '121418.367500', '121418.827500', '121419.287500', '121419.747500', '121420.207500', '121420.667500', '121421.127500', '121421.587500', '121422.047500', '121422.507500', '121422.967500', '121423.427500', '121423.887500', '121424.347500', '121424.807500', '121425.267500', '121425.727500', '121426.187500', '121426.647500', '121427.107500', '121427.567500', '121428.027500', '121428.487500', '121428.947500', '121429.407500', '121429.867500', '121430.327500', '121430.787500', '121431.247500', '121431.707500', '121432.167500', '121432.627500', '121433.087500', '121433.547500', '121434.007500', '121434.467500', '121434.927500', '121435.387500', '121435.847500', '121436.307500', '121436.767500', '121437.227500', '121437.687500', '121438.147500', '121438.607500', '121439.067500', '121439.527500', '121439.987500', '121440.447500', '121440.907500', '121441.367500', '121441.827500', '121442.287500', '121442.747500', '121443.207500', '121443.667500', '121444.127500', '121444.587500', '121445.047500', '121445.507500', '121445.967500', '121446.427500', '121446.887500', '121447.347500', '121447.807500', '121448.267500', '121448.727500', '121449.187500', '121449.647500', '121450.107500', '121450.567500', '121451.027500', '121451.487500', '121451.947500', '121452.407500', '121452.867500', '121453.327500', '121453.787500', '121454.247500', '121454.707500', '121455.167500', '121455.627500', '121456.087500', '121456.547500', '121457.007500', '121457.467500', '121457.927500', '121458.387500', '121458.847500', '121459.307500', '121459.767500', '121500.227500', '121500.687500', '121501.147500', '121501.607500', '121502.067500', '121502.527500', '121502.987500', '121503.447500', '121503.907500', '121504.367500', '121504.827500', '121505.287500', '121505.747500', '121506.207500', '121506.667500', '121507.127500', '121507.587500', '121508.047500', '121508.507500', '121508.967500', '121509.427500', '121509.887500', '121510.347500', '121510.807500', '121511.267500', '121511.727500', '121512.187500', '121512.647500', '121513.107500', '121513.567500', '121514.027500', '121514.487500', '121514.947500', '121515.407500', '121515.867500', '121516.327500', '121516.787500', '121517.247500', '121517.707500', '121518.167500', '121518.627500', '121519.087500', '121519.547500', '121520.007500', '121520.467500', '121520.927500', '121521.387500', '121521.847500', '121522.307500', '121522.767500', '121523.227500', '121523.687500', '121524.147500', '121524.607500', '121525.067500', '121525.527500', '121525.987500', '121526.447500', '121526.907500', '121527.367500', '121527.827500', '121528.287500', '121528.747500', '121529.207500', '121529.667500', '121530.127500', '121530.587500', '121531.047500', '121531.507500', '121531.967500', '121532.427500', '121532.887500', '121533.347500', '121533.807500', '121534.267500', '121534.727500', '121535.187500', '121535.647500', '121536.107500', '121536.567500', '121537.027500', '121537.487500', '121537.947500', '121538.407500', '121538.867500', '121539.327500', '121539.787500', '121540.247500', '121540.707500', '121541.167500', '121541.627500', '121542.087500', '121542.547500', '121543.007500', '121543.467500', '121543.927500', '121544.387500', '121544.847500', '121545.307500', '121545.767500', '121546.227500', '121546.687500', '121547.147500', '121547.607500', '121548.067500', '121548.527500', '121548.987500', '121549.447500', '121549.907500', '121550.367500', '121550.827500', '121551.287500', '121551.747500', '121552.207500', '121552.667500', '121553.127500', '121553.587500', '121554.047500', '121554.507500', '121554.967500', '121555.427500', '121555.887500', '121556.347500', '121556.807500', '121557.267500', '121557.727500', '121558.187500', '121558.647500', '121559.107500', '121559.567500', '121600.027500', '121600.487500', '121600.947500', '121601.407500', '121601.867500', '121602.327500', '121602.787500', '121603.247500', '121603.707500', '121604.167500', '121604.627500', '121605.087500', '121605.547500', '121606.007500', '121606.467500', '121606.927500', '121607.387500', '121607.847500', '121608.307500', '121608.767500', '121609.227500', '121609.687500', '121610.147500', '121610.607500', '121611.067500', '121611.527500', '121611.987500', '121612.447500', '121612.907500', '121613.367500', '121613.827500', '121614.287500', '121614.747500', '121615.207500', '121615.667500', '121616.127500', '121616.587500', '121617.047500', '121617.507500', '121617.967500', '121618.427500', '121618.887500', '121619.347500', '121619.807500', '121620.267500', '121620.727500', '121621.187500', '121621.647500', '121622.107500', '121622.567500', '121623.027500', '121623.487500', '121623.947500', '121624.407500', '121624.867500', '121625.327500', '121625.787500', '121626.247500', '121626.707500', '121627.167500', '121627.627500', '121628.087500', '121628.547500', '121629.007500', '121629.467500', '121629.927500', '121630.387500', '121630.847500', '121631.307500', '121631.767500', '121632.227500', '121632.687500', '121633.147500', '121633.607500', '121634.067500', '121634.527500', '121634.987500', '121635.447500', '121635.907500', '121636.367500', '121636.827500', '121637.287500', '121637.747500', '121638.207500', '121638.667500', '121639.127500', '121639.587500', '121640.047500', '121640.507500', '121640.967500', '121641.427500', '121641.887500', '121642.347500', '121642.807500', '121643.267500', '121643.727500', '121644.187500', '121644.647500', '121645.107500', '121645.567500', '121646.027500', '121646.487500', '121646.947500', '121647.407500', '121647.867500', '121648.327500', '121648.787500', '121649.247500', '121649.707500', '121650.167500', '121650.627500', '121651.087500', '121651.547500', '121652.007500', '121652.467500', '121652.927500', '121653.387500', '121653.847500', '121654.307500', '121654.767500', '121655.227500', '121655.687500', '121656.147500', '121656.607500', '121657.067500', '121657.527500', '121657.987500', '121658.447500', '121658.907500', '121659.367500', '121659.827500', '121700.287500', '121700.747500', '121701.207500', '121701.667500', '121702.127500', '121702.587500', '121703.047500', '121703.507500', '121703.967500', '121704.427500', '121704.887500', '121705.347500', '121705.807500', '121706.267500', '121706.727500', '121707.187500', '121707.647500', '121708.107500', '121708.567500', '121709.027500', '121709.487500', '121709.947500', '121710.407500', '121710.867500', '121711.327500', '121711.787500', '121712.247500', '121712.707500', '121713.167500', '121713.627500', '121714.087500', '121714.547500', '121715.007500', '121715.467500', '121715.927500', '121716.387500', '121716.847500', '121717.307500', '121717.767500', '121718.227500', '121718.687500', '121719.147500', '121719.607500', '121720.067500', '121720.527500', '121720.987500', '121721.447500', '121721.907500', '121722.367500', '121722.827500', '121723.287500', '121723.747500', '121724.207500', '121724.667500', '121725.127500', '121725.587500', '121726.047500', '121726.507500', '121726.967500', '121727.427500', '121727.887500', '121728.347500', '121728.807500', '121729.267500', '121729.727500', '121730.187500', '121730.647500', '121731.107500', '121731.567500', '121732.027500', '121732.487500', '121732.947500', '121733.407500', '121733.867500', '121734.327500', '121734.787500', '121735.247500', '121735.707500', '121736.167500', '121736.627500', '121737.087500', '121737.547500', '121738.007500', '121738.467500', '121738.927500', '121739.387500', '121739.847500', '121740.307500', '121740.767500', '121741.227500', '121741.687500', '121742.147500', '121742.607500', '121743.067500', '121743.527500', '121743.987500', '121744.447500', '121744.907500', '121745.367500', '121745.827500', '121746.287500', '121746.747500', '121747.207500', '121747.667500', '121748.127500', '121748.587500', '121749.047500', '121749.507500', '121749.967500', '121750.427500', '121750.887500', '121751.347500', '121751.807500', '121752.267500', '121752.727500', '121753.187500', '121753.647500', '121754.107500', '121754.567500', '121755.027500', '121755.487500', '121755.947500', '121756.407500', '121756.867500', '121757.327500', '121757.787500', '121758.247500', '121758.707500', '121759.167500', '121759.627500', '121800.087500', '121800.547500', '121801.007500', '121801.467500', '121801.927500', '121802.387500', '121802.847500', '121803.307500', '121803.767500', '121804.227500', '121804.687500', '121805.147500', '121805.607500', '121806.067500', '121806.527500', '121806.987500', '121807.447500', '121807.907500', '121808.367500', '121808.827500', '121809.287500', '121809.747500', '121810.207500', '121810.667500', '121811.127500', '121811.587500', '121812.047500', '121812.507500', '121812.967500', '121813.427500', '121813.887500', '121814.347500', '121814.807500', '121815.267500', '121815.727500', '121816.187500', '121816.647500', '121817.107500', '121817.567500', '121818.027500', '121818.487500', '121818.947500', '121819.407500', '121819.867500', '121820.327500', '121820.787500', '121821.247500', '121821.707500', '121822.167500', '121822.627500', '121823.087500', '121823.547500', '121824.007500', '121824.467500', '121824.927500', '121825.387500', '121825.847500', '121826.307500', '121826.767500', '121827.227500', '121827.687500', '121828.147500', '121828.607500', '121829.067500', '121829.527500', '121829.987500', '121830.447500', '121830.907500', '121831.367500', '121831.827500', '121832.287500', '121832.747500', '121833.207500', '121833.667500', '121834.127500', '121834.587500', '121835.047500', '121835.507500', '121835.967500', '121836.427500', '121836.887500', '121837.347500', '121837.807500', '121838.267500', '121838.727500', '121839.187500', '121839.647500', '121840.107500', '121840.567500', '121841.027500', '121841.487500', '121841.947500', '121842.407500', '121842.867500', '121843.327500', '121843.787500', '121844.247500', '121844.707500', '121845.167500', '121845.627500', '121846.087500', '121846.547500', '121847.007500', '121847.467500', '121847.927500', '121848.387500', '121848.847500', '121849.307500', '121849.767500', '121850.227500', '121850.687500', '121851.147500', '121851.607500', '121852.067500', '121852.527500', '121852.987500', '121853.447500', '121853.907500', '121854.367500', '121854.827500', '121855.287500', '121855.747500', '121856.207500', '121856.667500', '121857.127500', '121857.587500', '121858.047500', '121858.507500', '121858.967500', '121859.427500', '121859.887500', '121900.347500', '121900.807500', '121901.267500', '121901.727500', '121902.187500', '121902.647500', '121903.107500', '121903.567500', '121904.027500', '121904.487500', '121904.947500', '121905.407500', '121905.867500', '121906.327500', '121906.787500', '121907.247500', '121907.707500', '121908.167500', '121908.627500', '121909.087500', '121909.547500', '121910.007500', '121910.467500', '121910.927500', '121911.387500', '121911.847500', '121912.307500', '121912.767500', '121913.227500', '121913.687500', '121914.147500', '121914.607500', '121915.067500', '121915.527500', '121915.987500', '121916.447500', '121916.907500', '121917.367500', '121917.827500', '121918.287500', '121918.747500', '121919.207500', '121919.667500', '121920.127500', '121920.587500', '121921.047500', '121921.507500', '121921.967500', '121922.427500', '121922.887500', '121923.347500', '121923.807500', '121924.267500', '121924.727500', '121925.187500', '121925.647500', '121926.107500', '121926.567500', '121927.027500', '121927.487500', '121927.947500', '121928.407500', '121928.867500', '121929.327500', '121929.787500', '121930.247500', '121930.707500', '121931.167500', '121931.627500', '121932.087500', '121932.547500', '121933.007500', '121933.467500', '121933.927500', '121934.387500', '121934.847500', '121935.307500', '121935.767500', '121936.227500', '121936.687500', '121937.147500', '121937.607500', '121938.067500', '121938.527500', '121938.987500', '121939.447500', '121939.907500', '121940.367500', '121940.827500', '121941.287500', '121941.747500', '121942.207500', '121942.667500', '121943.127500', '121943.587500', '121944.047500', '121944.507500', '121944.967500', '121945.427500', '121945.887500', '121946.347500', '121946.807500', '121947.267500', '121947.727500', '121948.187500', '121948.647500', '121949.107500', '121949.567500', '121950.027500', '121950.487500', '121950.947500', '121951.407500', '121951.867500', '121952.327500', '121952.787500', '121953.247500', '121953.707500', '121954.167500', '121954.627500', '121955.087500', '121955.547500', '121956.007500', '121956.467500', '121956.927500', '121957.387500', '121957.847500', '121958.307500', '121958.767500', '121959.227500', '121959.687500', '122000.147500', '122000.607500', '122001.067500', '122001.527500', '122001.987500', '122002.447500', '122002.907500', '122003.367500', '122003.827500', '122004.287500', '122004.747500', '122005.207500', '122005.667500', '122006.127500', '122006.587500', '122007.047500', '122007.507500', '122007.967500', '122008.427500', '122008.887500', '122009.347500', '122009.807500', '122010.267500', '122010.727500', '122011.187500', '122011.647500', '122012.107500', '122012.567500', '122013.027500', '122013.487500', '122013.947500', '122014.407500', '122014.867500', '122015.327500', '122015.787500', '122016.247500', '122016.707500', '122017.167500', '122017.627500', '122018.087500', '122018.547500', '122019.007500', '122019.467500', '122019.927500', '122020.387500', '122020.847500', '122021.307500', '122021.767500', '122022.227500', '122022.687500', '122023.147500', '122023.607500', '122024.067500', '122024.527500', '122024.987500', '122025.447500', '122025.907500', '122026.367500', '122026.827500', '122027.287500', '122027.747500', '122028.207500', '122028.667500', '122029.127500', '122029.587500', '122030.047500', '122030.507500', '122030.967500', '122031.427500', '122031.887500', '122032.347500', '122032.807500', '122033.267500', '122033.727500', '122034.187500', '122034.647500', '122035.107500', '122035.567500', '122036.027500', '122036.487500', '122036.947500', '122037.407500', '122037.867500', '122038.327500', '122038.787500', '122039.247500', '122039.707500', '122040.167500', '122040.627500', '122041.087500', '122041.547500', '122042.007500', '122042.467500', '122042.927500', '122043.387500', '122043.847500', '122044.307500', '122044.767500', '122045.227500', '122045.687500', '122046.147500', '122046.607500', '122047.067500', '122047.527500', '122047.987500', '122048.447500', '122048.907500', '122049.367500', '122049.827500', '122050.287500', '122050.747500', '122051.207500', '122051.667500', '122052.127500', '122052.587500', '122053.047500', '122053.507500', '122053.967500', '122054.427500', '122054.887500', '122055.347500', '122055.807500', '122056.267500', '122056.727500', '122057.187500', '122057.647500', '122058.107500', '122058.567500', '122059.027500', '122059.487500', '122059.947500', '122100.407500', '122100.867500', '122101.327500', '122101.787500', '122102.247500', '122102.707500', '122103.167500', '122103.627500', '122104.087500', '122104.547500', '122105.007500', '122105.467500', '122105.927500', '122106.387500', '122106.847500', '122107.307500', '122107.767500', '122108.227500', '122108.687500', '122109.147500', '122109.607500', '122110.067500', '122110.527500', '122110.987500', '122111.447500', '122111.907500', '122112.367500', '122112.827500', '122113.287500', '122113.747500', '122114.207500', '122114.667500', '122115.127500', '122115.587500', '122116.047500', '122116.507500', '122116.967500', '122117.427500', '122117.887500', '122118.347500', '122118.807500', '122119.267500', '122119.727500', '122120.187500', '122120.647500', '122121.107500', '122121.567500', '122122.027500', '122122.487500', '122122.947500', '122123.407500', '122123.867500', '122124.327500', '122124.787500', '122125.247500', '122125.707500', '122126.167500', '122126.627500', '122127.087500', '122127.547500', '122128.007500', '122128.467500', '122128.927500', '122129.387500', '122129.847500', '122130.307500', '122130.767500', '122131.227500', '122131.687500', '122132.147500', '122132.607500', '122133.067500', '122133.527500', '122133.987500', '122134.447500', '122134.907500', '122135.367500', '122135.827500', '122136.287500', '122136.747500', '122137.207500', '122137.667500', '122138.127500', '122138.587500', '122139.047500', '122139.507500', '122139.967500', '122140.427500', '122140.887500', '122141.347500', '122141.807500', '122142.267500', '122142.727500', '122143.187500', '122143.647500', '122144.107500', '122144.567500', '122145.027500', '122145.487500', '122145.947500', '122146.407500', '122146.867500', '122147.327500', '122147.787500', '122148.247500', '122148.707500', '122149.167500', '122149.627500', '122150.087500', '122150.547500', '122151.007500', '122151.467500', '122151.927500', '122152.387500', '122152.847500', '122153.307500', '122153.767500', '122154.227500', '122154.687500', '122155.147500', '122155.607500', '122156.067500', '122156.527500', '122156.987500', '122157.447500', '122157.907500', '122158.367500', '122158.827500', '122159.287500', '122159.747500', '122200.207500', '122200.667500', '122201.127500', '122201.587500', '122202.047500', '122202.507500', '122202.967500', '122203.427500', '122203.887500', '122204.347500', '122204.807500', '122205.267500', '122205.727500', '122206.187500', '122206.647500', '122207.107500', '122207.567500', '122208.027500', '122208.487500', '122208.947500', '122209.407500', '122209.867500', '122210.327500', '122210.787500', '122211.247500', '122211.707500', '122212.167500', '122212.627500', '122213.087500', '122213.547500', '122214.007500', '122214.467500', '122214.927500', '122215.387500', '122215.847500', '122216.307500', '122216.767500', '122217.227500', '122217.687500', '122218.147500', '122218.607500', '122219.067500', '122219.527500', '122219.987500', '122220.447500', '122220.907500', '122221.367500', '122221.827500', '122222.287500', '122222.747500', '122223.207500', '122223.667500', '122224.127500', '122224.587500', '122225.047500', '122225.507500', '122225.967500', '122226.427500', '122226.887500', '122227.347500', '122227.807500', '122228.267500', '122228.727500', '122229.187500', '122229.647500', '122230.107500', '122230.567500', '122231.027500', '122231.487500', '122231.947500', '122232.407500', '122232.867500', '122233.327500', '122233.787500', '122234.247500', '122234.707500', '122235.167500', '122235.627500', '122236.087500', '122236.547500', '122237.007500', '122237.467500', '122237.927500', '122238.387500', '122238.847500', '122239.307500', '122239.767500', '122240.227500', '122240.687500', '122241.147500', '122241.607500', '122242.067500', '122242.527500', '122242.987500', '122243.447500', '122243.907500', '122244.367500', '122244.827500', '122245.287500', '122245.747500', '122246.207500', '122246.667500', '122247.127500', '122247.587500', '122248.047500', '122248.507500', '122248.967500', '122249.427500', '122249.887500', '122250.347500', '122250.807500', '122251.267500', '122251.727500', '122252.187500', '122252.647500', '122253.107500', '122253.567500', '122254.027500', '122254.487500', '122254.947500', '122255.407500', '122255.867500', '122256.327500', '122256.787500', '122257.247500', '122257.707500', '122258.167500', '122258.627500', '122259.087500', '122259.547500', '122300.007500', '122300.467500', '122300.927500', '122301.387500', '122301.847500', '122302.307500', '122302.767500', '122303.227500', '122303.687500', '122304.147500', '122304.607500', '122305.067500', '122305.527500', '122305.987500', '122306.447500', '122306.907500', '122307.367500', '122307.827500', '122308.287500', '122308.747500', '122309.207500', '122309.667500', '122310.127500', '122310.587500', '122311.047500', '122311.507500', '122311.967500', '122312.427500', '122312.887500', '122313.347500', '122313.807500', '122314.267500', '122314.727500', '122315.187500', '122315.647500', '122316.107500', '122316.567500', '122317.027500', '122317.487500', '122317.947500', '122318.407500', '122318.867500', '122319.327500', '122319.787500', '122320.247500', '122320.707500', '122321.167500', '122321.627500', '122322.087500', '122322.547500', '122323.007500', '122323.467500', '122323.927500', '122324.387500', '122324.847500', '122325.307500', '122325.767500', '122326.227500', '122326.687500', '122327.147500', '122327.607500', '122328.067500', '122328.527500', '122328.987500', '122329.447500', '122329.907500', '122330.367500', '122330.827500', '122331.287500', '122331.747500', '122332.207500', '122332.667500', '122333.127500', '122333.587500', '122334.047500', '122334.507500', '122334.967500', '122335.427500', '122335.887500', '122336.347500', '122336.807500', '122337.267500', '122337.727500', '122338.187500', '122338.647500', '122339.107500', '122339.567500', '122340.027500', '122340.487500', '122340.947500', '122341.407500', '122341.867500', '122342.327500', '122342.787500', '122343.247500', '122343.707500', '122344.167500', '122344.627500', '122345.087500', '122345.547500', '122346.007500', '122346.467500', '122346.927500', '122347.387500', '122347.847500', '122348.307500', '122348.767500', '122349.227500', '122349.687500', '122350.147500', '122350.607500', '122351.067500', '122351.527500', '122351.987500', '122352.447500', '122352.907500', '122353.367500', '122353.827500', '122354.287500', '122354.747500', '122355.207500', '122355.667500', '122356.127500', '122356.587500', '122357.047500', '122357.507500', '122357.967500', '122358.427500', '122358.887500', '122359.347500', '122359.807500', '122400.267500', '122400.727500', '122401.187500', '122401.647500', '122402.107500', '122402.567500', '122403.027500', '122403.487500', '122403.947500', '122404.407500', '122404.867500', '122405.327500', '122405.787500', '122406.247500', '122406.707500', '122407.167500', '122407.627500', '122408.087500', '122408.547500', '122409.007500', '122409.467500', '122409.927500', '122410.387500', '122410.847500', '122411.307500', '122411.767500', '122412.227500', '122412.687500', '122413.147500', '122413.607500', '122414.067500', '122414.527500', '122414.987500', '122415.447500', '122415.907500', '122416.367500', '122416.827500', '122417.287500', '122417.747500', '122418.207500', '122418.667500', '122419.127500', '122419.587500', '122420.047500', '122420.507500', '122420.967500', '122421.427500', '122421.887500', '122422.347500', '122422.807500', '122423.267500', '122423.727500', '122424.187500', '122424.647500', '122425.107500', '122425.567500', '122426.027500', '122426.487500', '122426.947500', '122427.407500', '122427.867500', '122428.327500', '122428.787500', '122429.247500', '122429.707500', '122430.167500', '122430.627500', '122431.087500', '122431.547500', '122432.007500', '122432.467500', '122432.927500', '122433.387500', '122433.847500', '122434.307500', '122434.767500', '122435.227500', '122435.687500', '122436.147500', '122436.607500', '122437.067500', '122437.527500', '122437.987500', '122438.447500', '122438.907500', '122439.367500', '122439.827500', '122440.287500', '122440.747500', '122441.207500', '122441.667500', '122442.127500', '122442.587500', '122443.047500', '122443.507500', '122443.967500', '122444.427500', '122444.887500', '122445.347500', '122445.807500', '122446.267500', '122446.727500', '122447.187500', '122447.647500', '122448.107500', '122448.567500', '122449.027500', '122449.487500', '122449.947500', '122450.407500', '122450.867500', '122451.327500', '122451.787500', '122452.247500', '122452.707500', '122453.167500', '122453.627500', '122454.087500', '122454.547500', '122455.007500', '122455.467500', '122455.927500', '122456.387500', '122456.847500', '122457.307500', '122457.767500', '122458.227500', '122458.687500', '122459.147500', '122459.607500', '122500.067500', '122500.527500', '122500.987500', '122501.447500', '122501.907500', '122502.367500', '122502.827500', '122503.287500', '122503.747500', '122504.207500', '122504.667500', '122505.127500', '122505.587500', '122506.047500', '122506.507500', '122506.967500', '122507.427500', '122507.887500', '122508.347500', '122508.807500', '122509.267500', '122509.727500', '122510.187500', '122510.647500', '122511.107500', '122511.567500', '122512.027500', '122512.487500', '122512.947500', '122513.407500', '122513.867500', '122514.327500', '122514.787500', '122515.247500', '122515.707500', '122516.167500', '122516.627500', '122517.087500', '122517.547500', '122518.007500', '122518.467500', '122518.927500', '122519.387500', '122519.847500', '122520.307500', '122520.767500', '122521.227500', '122521.687500', '122522.147500', '122522.607500', '122523.067500', '122523.527500', '122523.987500', '122524.447500', '122524.907500', '122525.367500', '122525.827500', '122526.287500', '122526.747500', '122527.207500', '122527.667500', '122528.127500', '122528.587500', '122529.047500', '122529.507500', '122529.967500', '122530.427500', '122530.887500', '122531.347500', '122531.807500', '122532.267500', '122532.727500', '122533.187500', '122533.647500', '122534.107500', '122534.567500', '122535.027500', '122535.487500', '122535.947500', '122536.407500', '122536.867500', '122537.327500', '122537.787500', '122538.247500', '122538.707500', '122539.167500', '122539.627500', '122540.087500', '122540.547500', '122541.007500', '122541.467500', '122541.927500', '122542.387500', '122542.847500', '122543.307500', '122543.767500', '122544.227500', '122544.687500', '122545.147500', '122545.607500', '122546.067500', '122546.527500', '122546.987500', '122547.447500', '122547.907500', '122548.367500', '122548.827500', '122549.287500', '122549.747500', '122550.207500', '122550.667500', '122551.127500', '122551.587500', '122552.047500', '122552.507500', '122552.967500', '122553.427500', '122553.887500', '122554.347500', '122554.807500', '122555.267500', '122555.727500', '122556.187500', '122556.647500', '122557.107500', '122557.567500', '122558.027500', '122558.487500', '122558.947500', '122559.407500', '122559.867500', '122600.327500', '122600.787500', '122601.247500', '122601.707500', '122602.167500', '122602.627500', '122603.087500', '122603.547500', '122604.007500', '122604.467500', '122604.927500', '122605.387500', '122605.847500', '122606.307500', '122606.767500', '122607.227500', '122607.687500', '122608.147500', '122608.607500', '122609.067500', '122609.527500', '122609.987500', '122610.447500', '122610.907500', '122611.367500', '122611.827500', '122612.287500', '122612.747500', '122613.207500', '122613.667500', '122614.127500', '122614.587500', '122615.047500', '122615.507500', '122615.967500', '122616.427500', '122616.887500', '122617.347500', '122617.807500', '122618.267500', '122618.727500', '122619.187500', '122619.647500', '122620.107500', '122620.567500', '122621.027500', '122621.487500', '122621.947500', '122622.407500', '122622.867500', '122623.327500', '122623.787500', '122624.247500', '122624.707500', '122625.167500', '122625.627500', '122626.087500', '122626.547500', '122627.007500', '122627.467500', '122627.927500', '122628.387500', '122628.847500', '122629.307500', '122629.767500', '122630.227500', '122630.687500', '122631.147500', '122631.607500', '122632.067500', '122632.527500', '122632.987500', '122633.447500', '122633.907500', '122634.367500', '122634.827500', '122635.287500', '122635.747500', '122636.207500', '122636.667500', '122637.127500', '122637.587500', '122638.047500', '122638.507500', '122638.967500', '122639.427500', '122639.887500', '122640.347500', '122640.807500', '122641.267500', '122641.727500', '122642.187500', '122642.647500', '122643.107500', '122643.567500', '122644.027500', '122644.487500', '122644.947500', '122645.407500', '122645.867500', '122646.327500', '122646.787500', '122647.247500', '122647.707500', '122648.167500', '122648.627500', '122649.087500', '122649.547500', '122650.007500', '122650.467500', '122650.927500', '122651.387500', '122651.847500', '122652.307500', '122652.767500', '122653.227500', '122653.687500', '122654.147500', '122654.607500', '122655.067500', '122655.527500', '122655.987500', '122656.447500', '122656.907500', '122657.367500', '122657.827500', '122658.287500', '122658.747500', '122659.207500', '122659.667500', '122700.127500', '122700.587500', '122701.047500', '122701.507500', '122701.967500', '122702.427500', '122702.887500', '122703.347500', '122703.807500', '122704.267500', '122704.727500', '122705.187500', '122705.647500', '122706.107500', '122706.567500', '122707.027500', '122707.487500', '122707.947500', '122708.407500', '122708.867500', '122709.327500', '122709.787500', '122710.247500', '122710.707500', '122711.167500', '122711.627500', '122712.087500', '122712.547500', '122713.007500', '122713.467500', '122713.927500', '122714.387500', '122714.847500', '122715.307500', '122715.767500', '122716.227500', '122716.687500', '122717.147500', '122717.607500', '122718.067500', '122718.527500', '122718.987500', '122719.447500', '122719.907500', '122720.367500', '122720.827500', '122721.287500', '122721.747500', '122722.207500', '122722.667500', '122723.127500', '122723.587500', '122724.047500', '122724.507500', '122724.967500', '122725.427500', '122725.887500', '122726.347500', '122726.807500', '122727.267500', '122727.727500', '122728.187500', '122728.647500', '122729.107500', '122729.567500', '122730.027500', '122730.487500', '122730.947500', '122731.407500', '122731.867500', '122732.327500', '122732.787500', '122733.247500', '122733.707500', '122734.167500', '122734.627500', '122735.087500', '122735.547500', '122736.007500', '122736.467500', '122736.927500', '122737.387500', '122737.847500', '122738.307500', '122738.767500', '122739.227500', '122739.687500', '122740.147500', '122740.607500', '122741.067500', '122741.527500', '122741.987500', '122742.447500', '122742.907500', '122743.367500', '122743.827500', '122744.287500', '122744.747500', '122745.207500', '122745.667500', '122746.127500', '122746.587500', '122747.047500', '122747.507500', '122747.967500', '122748.427500', '122748.887500', '122749.347500', '122749.807500', '122750.267500', '122750.727500', '122751.187500', '122751.647500', '122752.107500', '122752.567500', '122753.027500', '122753.487500', '122753.947500', '122754.407500', '122754.867500', '122755.327500', '122755.787500', '122756.247500', '122756.707500', '122757.167500', '122757.627500', '122758.087500', '122758.547500', '122759.007500', '122759.467500', '122759.927500', '122800.387500', '122800.847500', '122801.307500', '122801.767500', '122802.227500', '122802.687500', '122803.147500', '122803.607500', '122804.067500', '122804.527500', '122804.987500', '122805.447500', '122805.907500', '122806.367500', '122806.827500', '122807.287500', '122807.747500', '122808.207500'], 'ContentTime': ['121407.501000', '121407.505000', '121407.508000', '121407.519000', '121407.523000', '121407.526000', '121407.529000', '121407.532000', '121407.535000', '121407.538000', '121407.541000', '121407.620000', '121407.623000', '121407.626000', '121407.630000', '121407.633000', '121407.636000', '121407.639000', '121407.642000', '121407.646000', '121407.649000', '121407.683000', '121407.686000', '121407.689000', '121407.693000', '121407.696000', '121407.698000', '121407.702000', '121427.458000', '121427.461000', '121427.464000', '121427.467000', '121427.470000', '121427.473000', '121427.476000', '121427.479000', '121427.482000', '121427.485000', '121427.489000', '121427.492000', '121427.495000', '121427.498000', '121427.501000', '121427.504000', '121427.507000', '121427.517000', '121427.520000', '121427.523000', '121427.526000', '121427.529000', '121427.532000', '121427.535000', '121427.538000', '121427.540000', '121427.543000', '121427.546000', '121427.549000', '121427.552000', '121427.555000', '121427.558000', '121427.561000', '121427.571000', '121427.574000', '121427.577000', '121427.580000', '121427.583000', '121427.586000', '121427.589000', '121427.592000', '121427.595000', '121427.598000', '121427.601000', '121447.458000', '121447.461000', '121447.464000', '121447.467000', '121447.470000', '121447.473000', '121447.476000', '121447.479000', '121447.482000', '121447.485000', '121447.488000', '121447.491000', '121447.494000', '121447.497000', '121447.500000', '121447.503000', '121447.506000', '121447.509000', '121447.512000', '121447.522000', '121447.531000', '121447.534000', '121447.536000', '121447.539000', '121447.542000', '121447.545000', '121447.548000', '121447.551000', '121447.554000', '121447.557000', '121447.560000', '121447.563000', '121447.566000', '121447.569000', '121447.572000', '121447.575000', '121447.578000', '121447.581000', '121447.585000', '121447.588000', '121447.591000', '121447.594000', '121447.596000', '121507.458000', '121507.461000', '121507.464000', '121507.467000', '121507.470000', '121507.473000', '121507.476000', '121507.479000', '121507.482000', '121507.485000', '121507.488000', '121507.491000', '121507.494000', '121507.497000', '121507.500000', '121507.503000', '121507.506000', '121507.509000', '121507.512000', '121507.523000', '121507.526000', '121507.529000', '121507.532000', '121507.535000', '121507.538000', '121507.541000', '121507.544000', '121507.547000', '121507.550000', '121507.553000', '121507.556000', '121507.559000', '121507.562000', '121507.565000', '121507.568000', '121507.571000', '121507.574000', '121507.577000', '121507.580000', '121507.583000', '121507.596000', '121507.599000', '121507.602000', '121507.605000', '121527.458000', '121527.461000', '121527.464000', '121527.467000', '121527.470000', '121527.473000', '121527.476000', '121527.479000', '121527.482000', '121527.485000', '121527.488000', '121527.491000', '121527.494000', '121527.497000', '121527.500000', '121527.503000', '121527.506000', '121527.509000', '121527.512000', '121527.515000', '121527.518000', '121527.521000', '121527.531000', '121527.534000', '121527.537000', '121527.540000', '121527.543000', '121527.546000', '121527.549000', '121527.552000', '121527.555000', '121527.559000', '121527.562000', '121527.565000', '121527.568000', '121527.571000', '121527.574000', '121527.577000', '121527.580000', '121527.583000', '121527.586000', '121527.589000', '121527.592000', '121547.458000', '121547.461000', '121547.464000', '121547.467000', '121547.470000', '121547.473000', '121547.476000', '121547.479000', '121547.482000', '121547.485000', '121547.488000', '121547.491000', '121547.494000', '121547.497000', '121547.500000', '121547.503000', '121547.506000', '121547.508000', '121547.511000', '121547.514000', '121547.517000', '121547.520000', '121547.524000', '121547.527000', '121547.530000', '121547.533000', '121547.536000', '121547.539000', '121547.542000', '121547.545000', '121547.548000', '121547.551000', '121547.554000', '121547.557000', '121547.560000', '121547.563000', '121547.566000', '121547.569000', '121547.572000', '121547.575000', '121547.578000', '121547.581000', '121547.584000', '121547.587000', '121607.459000', '121607.462000', '121607.465000', '121607.468000', '121607.471000', '121607.474000', '121607.477000', '121607.480000', '121607.483000', '121607.486000', '121607.489000', '121607.492000', '121607.495000', '121607.498000', '121607.501000', '121607.504000', '121607.507000', '121607.510000', '121607.513000', '121607.516000', '121607.519000', '121607.522000', '121607.525000', '121607.528000', '121607.531000', '121607.534000', '121607.537000', '121607.540000', '121607.543000', '121607.546000', '121607.549000', '121607.552000', '121607.555000', '121607.558000', '121607.561000', '121607.564000', '121607.567000', '121607.570000', '121607.573000', '121607.576000', '121607.579000', '121607.582000', '121607.585000', '121627.459000', '121627.462000', '121627.465000', '121627.468000', '121627.471000', '121627.474000', '121627.477000', '121627.480000', '121627.483000', '121627.486000', '121627.489000', '121627.492000', '121627.495000', '121627.498000', '121627.501000', '121627.504000', '121627.507000', '121627.510000', '121627.513000', '121627.516000', '121627.519000', '121627.522000', '121627.525000', '121627.528000', '121627.531000', '121627.534000', '121627.537000', '121627.540000', '121627.543000', '121627.546000', '121627.549000', '121627.552000', '121627.555000', '121627.564000', '121627.567000', '121627.570000', '121627.573000', '121627.576000', '121627.579000', '121627.582000', '121627.585000', '121627.588000', '121627.591000', '121627.594000', '121647.458000', '121647.461000', '121647.464000', '121647.467000', '121647.470000', '121647.473000', '121647.476000', '121647.479000', '121647.482000', '121647.485000', '121647.488000', '121647.491000', '121647.494000', '121647.497000', '121647.500000', '121647.503000', '121647.506000', '121647.509000', '121647.512000', '121647.515000', '121647.518000', '121647.521000', '121647.524000', '121647.532000', '121647.535000', '121647.538000', '121647.541000', '121647.544000', '121647.547000', '121647.550000', '121647.553000', '121647.556000', '121647.559000', '121647.562000', '121647.565000', '121647.580000', '121647.583000', '121647.586000', '121647.589000', '121647.592000', '121647.595000', '121647.600000', '121647.603000', '121707.458000', '121707.461000', '121707.464000', '121707.467000', '121707.470000', '121707.473000', '121707.476000', '121707.479000', '121707.482000', '121707.485000', '121707.488000', '121707.491000', '121707.494000', '121707.497000', '121707.500000', '121707.503000', '121707.506000', '121707.509000', '121707.512000', '121707.515000', '121707.518000', '121707.521000', '121707.532000', '121707.535000', '121707.538000', '121707.541000', '121707.544000', '121707.547000', '121707.550000', '121707.553000', '121707.556000', '121707.559000', '121707.562000', '121707.565000', '121707.568000', '121707.571000', '121707.574000', '121707.577000', '121707.580000', '121707.583000', '121707.586000', '121707.589000', '121707.592000', '121707.596000', '121727.458000', '121727.461000', '121727.464000', '121727.467000', '121727.470000', '121727.473000', '121727.476000', '121727.479000', '121727.482000', '121727.485000', '121727.488000', '121727.491000', '121727.494000', '121727.497000', '121727.500000', '121727.503000', '121727.506000', '121727.509000', '121727.512000', '121727.515000', '121727.518000', '121727.521000', '121727.524000', '121727.527000', '121727.530000', '121727.533000', '121727.536000', '121727.539000', '121727.542000', '121727.545000', '121727.548000', '121727.551000', '121727.554000', '121727.557000', '121727.560000', '121727.564000', '121727.567000', '121727.569000', '121727.572000', '121727.575000', '121727.578000', '121727.581000', '121727.585000', '121747.458000', '121747.462000', '121747.465000', '121747.468000', '121747.471000', '121747.474000', '121747.477000', '121747.480000', '121747.483000', '121747.486000', '121747.488000', '121747.491000', '121747.503000', '121747.506000', '121747.508000', '121747.511000', '121747.514000', '121747.517000', '121747.520000', '121747.523000', '121747.526000', '121747.529000', '121747.532000', '121747.535000', '121747.538000', '121747.541000', '121747.544000', '121747.547000', '121747.550000', '121747.553000', '121747.556000', '121747.559000', '121747.562000', '121747.566000', '121747.569000', '121747.571000', '121747.574000', '121747.577000', '121747.580000', '121747.583000', '121747.586000', '121747.590000', '121747.593000', '121807.458000', '121807.461000', '121807.464000', '121807.467000', '121807.470000', '121807.473000', '121807.476000', '121807.479000', '121807.482000', '121807.485000', '121807.488000', '121807.491000', '121807.502000', '121807.505000', '121807.508000', '121807.511000', '121807.514000', '121807.517000', '121807.531000', '121807.534000', '121807.537000', '121807.540000', '121807.543000', '121807.546000', '121807.549000', '121807.552000', '121807.555000', '121807.558000', '121807.561000', '121807.564000', '121807.567000', '121807.570000', '121807.573000', '121807.576000', '121807.579000', '121807.582000', '121807.585000', '121807.588000', '121807.591000', '121807.594000', '121807.597000', '121807.600000', '121807.603000', '121807.606000', '121827.459000', '121827.462000', '121827.478000', '121827.483000', '121827.487000', '121827.490000', '121827.493000', '121827.496000', '121827.499000', '121827.502000', '121827.505000', '121827.508000', '121827.511000', '121827.514000', '121827.517000', '121827.520000', '121827.523000', '121827.526000', '121827.529000', '121827.532000', '121827.535000', '121827.538000', '121827.541000', '121827.544000', '121827.547000', '121827.550000', '121827.553000', '121827.556000', '121827.559000', '121827.562000', '121827.565000', '121827.568000', '121827.571000', '121827.574000', '121827.577000', '121827.580000', '121827.583000', '121827.586000', '121827.589000', '121827.592000', '121827.595000', '121827.598000', '121827.601000', '121847.459000', '121847.462000', '121847.465000', '121847.468000', '121847.471000', '121847.474000', '121847.477000', '121847.480000', '121847.483000', '121847.486000', '121847.489000', '121847.492000', '121847.495000', '121847.498000', '121847.501000', '121847.504000', '121847.510000', '121847.513000', '121847.516000', '121847.519000', '121847.522000', '121847.525000', '121847.528000', '121847.531000', '121847.534000', '121847.537000', '121847.540000', '121847.543000', '121847.546000', '121847.549000', '121847.552000', '121847.555000', '121847.558000', '121847.561000', '121847.564000', '121847.567000', '121847.570000', '121847.573000', '121847.576000', '121847.579000', '121847.582000', '121847.585000', '121847.588000', '121847.591000', '121907.458000', '121907.461000', '121907.464000', '121907.467000', '121907.470000', '121907.473000', '121907.476000', '121907.479000', '121907.483000', '121907.486000', '121907.489000', '121907.492000', '121907.495000', '121907.498000', '121907.501000', '121907.504000', '121907.507000', '121907.510000', '121907.513000', '121907.516000', '121907.519000', '121907.522000', '121907.525000', '121907.528000', '121907.531000', '121907.534000', '121907.537000', '121907.540000', '121907.543000', '121907.546000', '121907.549000', '121907.552000', '121907.555000', '121907.558000', '121907.561000', '121907.564000', '121907.567000', '121907.570000', '121907.580000', '121907.583000', '121907.586000', '121907.589000', '121907.592000', '121927.458000', '121927.461000', '121927.464000', '121927.467000', '121927.477000', '121927.480000', '121927.483000', '121927.486000', '121927.489000', '121927.492000', '121927.495000', '121927.498000', '121927.501000', '121927.504000', '121927.507000', '121927.510000', '121927.516000', '121927.519000', '121927.522000', '121927.525000', '121927.528000', '121927.531000', '121927.534000', '121927.537000', '121927.540000', '121927.543000', '121927.546000', '121927.549000', '121927.552000', '121927.555000', '121927.558000', '121927.561000', '121927.564000', '121927.567000', '121927.570000', '121927.573000', '121927.576000', '121927.579000', '121927.582000', '121927.585000', '121927.588000', '121927.591000', '121927.594000', '121927.597000', '121947.458000', '121947.461000', '121947.464000', '121947.467000', '121947.471000', '121947.474000', '121947.477000', '121947.480000', '121947.483000', '121947.486000', '121947.489000', '121947.492000', '121947.495000', '121947.498000', '121947.501000', '121947.516000', '121947.519000', '121947.522000', '121947.525000', '121947.528000', '121947.531000', '121947.534000', '121947.537000', '121947.540000', '121947.543000', '121947.546000', '121947.549000', '121947.566000', '121947.569000', '121947.572000', '121947.575000', '121947.578000', '121947.581000', '121947.584000', '121947.587000', '121947.589000', '121947.592000', '121947.595000', '121947.598000', '121947.601000', '121947.604000', '121947.607000', '121947.610000', '122007.458000', '122007.461000', '122007.464000', '122007.467000', '122007.470000', '122007.473000', '122007.476000', '122007.479000', '122007.482000', '122007.485000', '122007.488000', '122007.491000', '122007.494000', '122007.497000', '122007.500000', '122007.503000', '122007.506000', '122007.509000', '122007.512000', '122007.515000', '122007.518000', '122007.521000', '122007.530000', '122007.533000', '122007.536000', '122007.539000', '122007.542000', '122007.545000', '122007.548000', '122007.551000', '122007.554000', '122007.557000', '122007.560000', '122007.563000', '122007.566000', '122007.569000', '122007.572000', '122007.575000', '122007.578000', '122007.581000', '122007.584000', '122007.587000', '122007.590000', '122007.593000', '122027.458000', '122027.461000', '122027.464000', '122027.467000', '122027.471000', '122027.474000', '122027.477000', '122027.480000', '122027.483000', '122027.486000', '122027.489000', '122027.492000', '122027.495000', '122027.498000', '122027.501000', '122027.504000', '122027.507000', '122027.510000', '122027.513000', '122027.516000', '122027.519000', '122027.522000', '122027.525000', '122027.528000', '122027.531000', '122027.534000', '122027.537000', '122027.540000', '122027.544000', '122027.558000', '122027.561000', '122027.564000', '122027.567000', '122027.570000', '122027.573000', '122027.576000', '122027.579000', '122027.582000', '122027.585000', '122027.588000', '122027.591000', '122027.594000', '122027.597000', '122047.459000', '122047.462000', '122047.465000', '122047.468000', '122047.471000', '122047.474000', '122047.477000', '122047.480000', '122047.483000', '122047.486000', '122047.489000', '122047.492000', '122047.495000', '122047.498000', '122047.501000', '122047.504000', '122047.507000', '122047.510000', '122047.513000', '122047.516000', '122047.519000', '122047.522000', '122047.525000', '122047.528000', '122047.531000', '122047.534000', '122047.537000', '122047.540000', '122047.543000', '122047.546000', '122047.549000', '122047.552000', '122047.555000', '122047.558000', '122047.561000', '122047.564000', '122047.567000', '122047.570000', '122047.573000', '122047.576000', '122047.579000', '122047.582000', '122047.585000', '122047.589000', '122107.459000', '122107.462000', '122107.465000', '122107.468000', '122107.471000', '122107.475000', '122107.477000', '122107.480000', '122107.483000', '122107.486000', '122107.489000', '122107.492000', '122107.495000', '122107.498000', '122107.501000', '122107.504000', '122107.507000', '122107.510000', '122107.513000', '122107.516000', '122107.519000', '122107.522000', '122107.525000', '122107.528000', '122107.547000', '122107.550000', '122107.553000', '122107.556000', '122107.560000', '122107.563000', '122107.566000', '122107.569000', '122107.572000', '122107.575000', '122107.578000', '122107.581000', '122107.584000', '122107.587000', '122107.590000', '122107.593000', '122107.596000', '122107.599000', '122107.603000', '122127.458000', '122127.461000', '122127.464000', '122127.467000', '122127.470000', '122127.473000', '122127.476000', '122127.479000', '122127.482000', '122127.485000', '122127.488000', '122127.491000', '122127.494000', '122127.505000', '122127.508000', '122127.511000', '122127.514000', '122127.517000', '122127.520000', '122127.523000', '122127.526000', '122127.529000', '122127.531000', '122127.535000', '122127.538000', '122127.541000', '122127.543000', '122127.547000', '122127.550000', '122127.553000', '122127.556000', '122127.559000', '122127.561000', '122127.564000', '122127.567000', '122127.570000', '122127.574000', '122127.577000', '122127.580000', '122127.583000', '122127.586000', '122127.589000', '122127.592000', '122127.595000', '122147.458000', '122147.461000', '122147.464000', '122147.467000', '122147.470000', '122147.473000', '122147.476000', '122147.479000', '122147.482000', '122147.485000', '122147.488000', '122147.491000', '122147.494000', '122147.497000', '122147.500000', '122147.503000', '122147.506000', '122147.511000', '122147.514000', '122147.517000', '122147.520000', '122147.523000', '122147.526000', '122147.529000', '122147.532000', '122147.535000', '122147.538000', '122147.541000', '122147.544000', '122147.547000', '122147.550000', '122147.553000', '122147.556000', '122147.559000', '122147.562000', '122147.565000', '122147.568000', '122147.571000', '122147.575000', '122147.578000', '122147.581000', '122147.584000', '122147.587000', '122207.458000', '122207.461000', '122207.464000', '122207.467000', '122207.470000', '122207.473000', '122207.476000', '122207.486000', '122207.489000', '122207.492000', '122207.495000', '122207.498000', '122207.501000', '122207.504000', '122207.507000', '122207.510000', '122207.513000', '122207.516000', '122207.519000', '122207.522000', '122207.525000', '122207.528000', '122207.531000', '122207.534000', '122207.537000', '122207.540000', '122207.543000', '122207.546000', '122207.549000', '122207.552000', '122207.555000', '122207.558000', '122207.561000', '122207.564000', '122207.567000', '122207.570000', '122207.573000', '122207.576000', '122207.578000', '122207.582000', '122207.585000', '122207.588000', '122207.591000', '122207.594000', '122227.458000', '122227.461000', '122227.464000', '122227.467000', '122227.470000', '122227.473000', '122227.476000', '122227.479000', '122227.482000', '122227.485000', '122227.488000', '122227.491000', '122227.494000', '122227.508000', '122227.511000', '122227.514000', '122227.517000', '122227.519000', '122227.522000', '122227.525000', '122227.528000', '122227.531000', '122227.534000', '122227.537000', '122227.540000', '122227.543000', '122227.546000', '122227.549000', '122227.552000', '122227.555000', '122227.558000', '122227.561000', '122227.564000', '122227.567000', '122227.570000', '122227.585000', '122227.588000', '122227.590000', '122227.593000', '122227.597000', '122227.602000', '122227.606000', '122227.609000', '122247.458000', '122247.461000', '122247.464000', '122247.467000', '122247.470000', '122247.473000', '122247.476000', '122247.479000', '122247.482000', '122247.485000', '122247.488000', '122247.491000', '122247.494000', '122247.497000', '122247.500000', '122247.503000', '122247.507000', '122247.510000', '122247.513000', '122247.516000', '122247.519000', '122247.522000', '122247.525000', '122247.528000', '122247.531000', '122247.534000', '122247.537000', '122247.540000', '122247.543000', '122247.546000', '122247.548000', '122247.551000', '122247.554000', '122247.557000', '122247.561000', '122247.564000', '122247.567000', '122247.570000', '122247.573000', '122247.576000', '122247.579000', '122247.582000', '122247.585000', '122247.588000', '122307.459000', '122307.462000', '122307.465000', '122307.468000', '122307.471000', '122307.475000', '122307.478000', '122307.481000', '122307.484000', '122307.487000', '122307.489000', '122307.492000', '122307.495000', '122307.498000', '122307.501000', '122307.512000', '122307.515000', '122307.518000', '122307.521000', '122307.524000', '122307.527000', '122307.530000', '122307.533000', '122307.536000', '122307.539000', '122307.542000', '122307.545000', '122307.550000', '122307.553000', '122307.556000', '122307.559000', '122307.562000', '122307.565000', '122307.568000', '122307.571000', '122307.574000', '122307.577000', '122307.580000', '122307.583000', '122307.587000', '122307.589000', '122307.592000', '122307.595000', '122327.459000', '122327.463000', '122327.466000', '122327.469000', '122327.472000', '122327.475000', '122327.478000', '122327.481000', '122327.484000', '122327.487000', '122327.490000', '122327.493000', '122327.496000', '122327.499000', '122327.502000', '122327.505000', '122327.508000', '122327.511000', '122327.515000', '122327.518000', '122327.521000', '122327.524000', '122327.527000', '122327.530000', '122327.533000', '122327.536000', '122327.539000', '122327.542000', '122327.545000', '122327.548000', '122327.551000', '122327.554000', '122327.557000', '122327.560000', '122327.563000', '122327.566000', '122327.569000', '122327.572000', '122327.581000', '122327.584000', '122327.587000', '122327.590000', '122327.593000', '122327.596000', '122347.458000', '122347.461000', '122347.464000', '122347.468000', '122347.471000', '122347.473000', '122347.477000', '122347.480000', '122347.483000', '122347.486000', '122347.489000', '122347.491000', '122347.494000', '122347.497000', '122347.500000', '122347.503000', '122347.506000', '122347.517000', '122347.520000', '122347.523000', '122347.526000', '122347.529000', '122347.532000', '122347.535000', '122347.538000', '122347.541000', '122347.544000', '122347.546000', '122347.549000', '122347.552000', '122347.555000', '122347.558000', '122347.561000', '122347.564000', '122347.567000', '122347.570000', '122347.573000', '122347.576000', '122347.579000', '122347.582000', '122347.585000', '122347.588000', '122347.591000', '122407.458000', '122407.463000', '122407.466000', '122407.469000', '122407.472000', '122407.475000', '122407.478000', '122407.481000', '122407.484000', '122407.487000', '122407.490000', '122407.493000', '122407.496000', '122407.499000', '122407.502000', '122407.505000', '122407.508000', '122407.511000', '122407.515000', '122407.517000', '122407.520000', '122407.523000', '122407.526000', '122407.529000', '122407.532000', '122407.536000', '122407.539000', '122407.541000', '122407.544000', '122407.547000', '122407.550000', '122407.554000', '122407.557000', '122407.559000', '122407.562000', '122407.565000', '122407.568000', '122407.571000', '122407.574000', '122407.577000', '122407.580000', '122407.583000', '122407.586000', '122407.589000', '122427.458000', '122427.461000', '122427.465000', '122427.468000', '122427.471000', '122427.474000', '122427.477000', '122427.480000', '122427.483000', '122427.486000', '122427.489000', '122427.492000', '122427.495000', '122427.497000', '122427.501000', '122427.504000', '122427.507000', '122427.510000', '122427.513000', '122427.516000', '122427.519000', '122427.522000', '122427.525000', '122427.528000', '122427.537000', '122427.540000', '122427.543000', '122427.546000', '122427.549000', '122427.552000', '122427.555000', '122427.558000', '122427.561000', '122427.564000', '122427.567000', '122427.570000', '122427.573000', '122427.576000', '122427.579000', '122427.582000', '122427.587000', '122427.590000', '122427.593000', '122447.458000', '122447.461000', '122447.464000', '122447.468000', '122447.470000', '122447.474000', '122447.480000', '122447.483000', '122447.486000', '122447.489000', '122447.492000', '122447.495000', '122447.498000', '122447.501000', '122447.504000', '122447.507000', '122447.510000', '122447.513000', '122447.516000', '122447.519000', '122447.522000', '122447.525000', '122447.528000', '122447.531000', '122447.534000', '122447.537000', '122447.540000', '122447.543000', '122447.546000', '122447.550000', '122447.553000', '122447.556000', '122447.559000', '122447.562000', '122447.565000', '122447.568000', '122447.571000', '122447.574000', '122447.577000', '122447.580000', '122447.583000', '122447.586000', '122447.589000', '122447.592000', '122507.458000', '122507.461000', '122507.464000', '122507.477000', '122507.480000', '122507.483000', '122507.486000', '122507.489000', '122507.492000', '122507.495000', '122507.498000', '122507.501000', '122507.504000', '122507.507000', '122507.510000', '122507.513000', '122507.516000', '122507.519000', '122507.522000', '122507.525000', '122507.528000', '122507.531000', '122507.534000', '122507.537000', '122507.540000', '122507.543000', '122507.546000', '122507.549000', '122507.552000', '122507.555000', '122507.558000', '122507.561000', '122507.564000', '122507.567000', '122507.570000', '122507.573000', '122507.576000', '122507.579000', '122507.582000', '122507.585000', '122507.588000', '122507.591000', '122507.594000', '122527.459000', '122527.463000', '122527.466000', '122527.469000', '122527.472000', '122527.475000', '122527.478000', '122527.481000', '122527.484000', '122527.487000', '122527.490000', '122527.493000', '122527.496000', '122527.499000', '122527.502000', '122527.505000', '122527.508000', '122527.511000', '122527.514000', '122527.517000', '122527.520000', '122527.523000', '122527.526000', '122527.529000', '122527.532000', '122527.535000', '122527.538000', '122527.541000', '122527.544000', '122527.547000', '122527.550000', '122527.553000', '122527.556000', '122527.559000', '122527.562000', '122527.565000', '122527.568000', '122527.571000', '122527.574000', '122527.577000', '122527.580000', '122527.583000', '122527.586000', '122547.459000', '122547.462000', '122547.465000', '122547.468000', '122547.471000', '122547.475000', '122547.477000', '122547.480000', '122547.483000', '122547.486000', '122547.489000', '122547.492000', '122547.495000', '122547.498000', '122547.501000', '122547.504000', '122547.507000', '122547.510000', '122547.513000', '122547.516000', '122547.519000', '122547.522000', '122547.525000', '122547.528000', '122547.531000', '122547.534000', '122547.537000', '122547.540000', '122547.543000', '122547.546000', '122547.549000', '122547.552000', '122547.555000', '122547.558000', '122547.561000', '122547.564000', '122547.567000', '122547.570000', '122547.573000', '122547.576000', '122547.579000', '122547.582000', '122547.586000', '122547.589000', '122607.458000', '122607.461000', '122607.464000', '122607.467000', '122607.470000', '122607.475000', '122607.480000', '122607.483000', '122607.486000', '122607.489000', '122607.492000', '122607.495000', '122607.498000', '122607.501000', '122607.504000', '122607.507000', '122607.510000', '122607.513000', '122607.516000', '122607.519000', '122607.522000', '122607.525000', '122607.528000', '122607.531000', '122607.534000', '122607.545000', '122607.548000', '122607.551000', '122607.554000', '122607.557000', '122607.560000', '122607.563000', '122607.566000', '122607.569000', '122607.572000', '122607.575000', '122607.578000', '122607.581000', '122607.584000', '122607.587000', '122607.591000', '122607.594000', '122607.597000', '122627.458000', '122627.461000', '122627.464000', '122627.467000', '122627.470000', '122627.473000', '122627.476000', '122627.479000', '122627.482000', '122627.485000', '122627.488000', '122627.491000', '122627.494000', '122627.497000', '122627.509000', '122627.512000', '122627.515000', '122627.518000', '122627.521000', '122627.524000', '122627.527000', '122627.530000', '122627.532000', '122627.535000', '122627.539000', '122627.542000', '122627.545000', '122627.548000', '122627.551000', '122627.554000', '122627.557000', '122627.560000', '122627.563000', '122627.566000', '122627.569000', '122627.572000', '122627.574000', '122627.577000', '122627.580000', '122627.584000', '122627.587000', '122627.590000', '122627.593000', '122627.596000', '122647.458000', '122647.461000', '122647.464000', '122647.468000', '122647.470000', '122647.473000', '122647.477000', '122647.480000', '122647.483000', '122647.486000', '122647.489000', '122647.492000', '122647.495000', '122647.499000', '122647.502000', '122647.505000', '122647.508000', '122647.511000', '122647.514000', '122647.517000', '122647.520000', '122647.523000', '122647.526000', '122647.529000', '122647.532000', '122647.535000', '122647.538000', '122647.541000', '122647.544000', '122647.547000', '122647.550000', '122647.553000', '122647.556000', '122647.558000', '122647.561000', '122647.564000', '122647.567000', '122647.570000', '122647.573000', '122647.577000', '122647.580000', '122647.583000', '122647.586000', '122707.458000', '122707.462000', '122707.465000', '122707.468000', '122707.470000', '122707.474000', '122707.477000', '122707.480000', '122707.483000', '122707.486000', '122707.489000', '122707.492000', '122707.495000', '122707.498000', '122707.501000', '122707.504000', '122707.507000', '122707.510000', '122707.513000', '122707.516000', '122707.519000', '122707.522000', '122707.525000', '122707.528000', '122707.531000', '122707.534000', '122707.537000', '122707.540000', '122707.543000', '122707.546000', '122707.549000', '122707.552000', '122707.555000', '122707.558000', '122707.561000', '122707.564000', '122707.567000', '122707.570000', '122707.573000', '122707.576000', '122707.579000', '122707.581000', '122707.585000', '122707.588000', '122727.458000', '122727.462000', '122727.465000', '122727.468000', '122727.471000', '122727.474000', '122727.477000', '122727.480000', '122727.483000', '122727.486000', '122727.489000', '122727.492000', '122727.495000', '122727.498000', '122727.503000', '122727.507000', '122727.516000', '122727.519000', '122727.522000', '122727.525000', '122727.529000', '122727.531000', '122727.546000', '122727.549000', '122727.552000', '122727.555000', '122727.558000', '122727.561000', '122727.564000', '122727.566000', '122727.569000', '122727.572000', '122727.575000', '122727.578000', '122727.581000', '122727.585000', '122727.588000', '122727.591000', '122727.594000', '122727.597000', '122727.600000', '122727.603000', '122727.606000', '122747.459000', '122747.462000', '122747.466000', '122747.469000', '122747.472000', '122747.474000', '122747.478000', '122747.481000', '122747.484000', '122747.487000', '122747.490000', '122747.493000', '122747.496000', '122747.499000', '122747.502000', '122747.505000', '122747.508000', '122747.511000', '122747.514000', '122747.517000', '122747.520000', '122747.523000', '122747.526000', '122747.529000', '122747.540000', '122747.543000', '122747.546000', '122747.549000', '122747.552000', '122747.555000', '122747.558000', '122747.561000', '122747.564000', '122747.567000', '122747.570000', '122747.573000', '122747.576000', '122747.579000', '122747.582000', '122747.585000', '122747.588000', '122747.591000', '122747.594000', '122747.597000', '122807.459000', '122807.464000', '122807.467000', '122807.470000', '122807.473000', '122807.476000', '122807.479000', '122807.482000', '122807.485000', '122807.495000', '122807.498000', '122807.501000', '122807.504000', '122807.507000', '122807.510000', '122807.513000', '122807.516000', '122807.519000', '122807.522000', '122807.525000', '122807.529000', '122807.533000', '122807.537000', '122807.540000', '122807.543000', '122807.546000', '122807.549000', '122807.552000', '122807.555000', '122807.558000', '122807.561000', '122807.564000', '122807.567000', '122807.570000', '122807.573000', '122807.576000', '122807.579000', '122807.582000', '122807.585000', '122807.588000', '122807.591000', '122807.594000', '122807.597000', '122809.425000', '122809.429000', '122809.432000', '122809.442000', '122809.445000'], 'InstanceCreationTime': ['121407.501000', '121407.505000', '121407.508000', '121407.519000', '121407.523000', '121407.526000', '121407.529000', '121407.532000', '121407.535000', '121407.538000', '121407.541000', '121407.620000', '121407.623000', '121407.626000', '121407.630000', '121407.633000', '121407.636000', '121407.639000', '121407.642000', '121407.646000', '121407.649000', '121407.683000', '121407.686000', '121407.689000', '121407.693000', '121407.696000', '121407.698000', '121407.702000', '121427.458000', '121427.461000', '121427.464000', '121427.467000', '121427.470000', '121427.473000', '121427.476000', '121427.479000', '121427.482000', '121427.485000', '121427.489000', '121427.492000', '121427.495000', '121427.498000', '121427.501000', '121427.504000', '121427.507000', '121427.517000', '121427.520000', '121427.523000', '121427.526000', '121427.529000', '121427.532000', '121427.535000', '121427.538000', '121427.540000', '121427.543000', '121427.546000', '121427.549000', '121427.552000', '121427.555000', '121427.558000', '121427.561000', '121427.571000', '121427.574000', '121427.577000', '121427.580000', '121427.583000', '121427.586000', '121427.589000', '121427.592000', '121427.595000', '121427.598000', '121427.601000', '121447.458000', '121447.461000', '121447.464000', '121447.467000', '121447.470000', '121447.473000', '121447.476000', '121447.479000', '121447.482000', '121447.485000', '121447.488000', '121447.491000', '121447.494000', '121447.497000', '121447.500000', '121447.503000', '121447.506000', '121447.509000', '121447.512000', '121447.522000', '121447.531000', '121447.534000', '121447.536000', '121447.539000', '121447.542000', '121447.545000', '121447.548000', '121447.551000', '121447.554000', '121447.557000', '121447.560000', '121447.563000', '121447.566000', '121447.569000', '121447.572000', '121447.575000', '121447.578000', '121447.581000', '121447.585000', '121447.588000', '121447.591000', '121447.594000', '121447.596000', '121507.458000', '121507.461000', '121507.464000', '121507.467000', '121507.470000', '121507.473000', '121507.476000', '121507.479000', '121507.482000', '121507.485000', '121507.488000', '121507.491000', '121507.494000', '121507.497000', '121507.500000', '121507.503000', '121507.506000', '121507.509000', '121507.512000', '121507.523000', '121507.526000', '121507.529000', '121507.532000', '121507.535000', '121507.538000', '121507.541000', '121507.544000', '121507.547000', '121507.550000', '121507.553000', '121507.556000', '121507.559000', '121507.562000', '121507.565000', '121507.568000', '121507.571000', '121507.574000', '121507.577000', '121507.580000', '121507.583000', '121507.596000', '121507.599000', '121507.602000', '121507.605000', '121527.458000', '121527.461000', '121527.464000', '121527.467000', '121527.470000', '121527.473000', '121527.476000', '121527.479000', '121527.482000', '121527.485000', '121527.488000', '121527.491000', '121527.494000', '121527.497000', '121527.500000', '121527.503000', '121527.506000', '121527.509000', '121527.512000', '121527.515000', '121527.518000', '121527.521000', '121527.531000', '121527.534000', '121527.537000', '121527.540000', '121527.543000', '121527.546000', '121527.549000', '121527.552000', '121527.555000', '121527.559000', '121527.562000', '121527.565000', '121527.568000', '121527.571000', '121527.574000', '121527.577000', '121527.580000', '121527.583000', '121527.586000', '121527.589000', '121527.592000', '121547.458000', '121547.461000', '121547.464000', '121547.467000', '121547.470000', '121547.473000', '121547.476000', '121547.479000', '121547.482000', '121547.485000', '121547.488000', '121547.491000', '121547.494000', '121547.497000', '121547.500000', '121547.503000', '121547.506000', '121547.508000', '121547.511000', '121547.514000', '121547.517000', '121547.520000', '121547.524000', '121547.527000', '121547.530000', '121547.533000', '121547.536000', '121547.539000', '121547.542000', '121547.545000', '121547.548000', '121547.551000', '121547.554000', '121547.557000', '121547.560000', '121547.563000', '121547.566000', '121547.569000', '121547.572000', '121547.575000', '121547.578000', '121547.581000', '121547.584000', '121547.587000', '121607.459000', '121607.462000', '121607.465000', '121607.468000', '121607.471000', '121607.474000', '121607.477000', '121607.480000', '121607.483000', '121607.486000', '121607.489000', '121607.492000', '121607.495000', '121607.498000', '121607.501000', '121607.504000', '121607.507000', '121607.510000', '121607.513000', '121607.516000', '121607.519000', '121607.522000', '121607.525000', '121607.528000', '121607.531000', '121607.534000', '121607.537000', '121607.540000', '121607.543000', '121607.546000', '121607.549000', '121607.552000', '121607.555000', '121607.558000', '121607.561000', '121607.564000', '121607.567000', '121607.570000', '121607.573000', '121607.576000', '121607.579000', '121607.582000', '121607.585000', '121627.459000', '121627.462000', '121627.465000', '121627.468000', '121627.471000', '121627.474000', '121627.477000', '121627.480000', '121627.483000', '121627.486000', '121627.489000', '121627.492000', '121627.495000', '121627.498000', '121627.501000', '121627.504000', '121627.507000', '121627.510000', '121627.513000', '121627.516000', '121627.519000', '121627.522000', '121627.525000', '121627.528000', '121627.531000', '121627.534000', '121627.537000', '121627.540000', '121627.543000', '121627.546000', '121627.549000', '121627.552000', '121627.555000', '121627.564000', '121627.567000', '121627.570000', '121627.573000', '121627.576000', '121627.579000', '121627.582000', '121627.585000', '121627.588000', '121627.591000', '121627.594000', '121647.458000', '121647.461000', '121647.464000', '121647.467000', '121647.470000', '121647.473000', '121647.476000', '121647.479000', '121647.482000', '121647.485000', '121647.488000', '121647.491000', '121647.494000', '121647.497000', '121647.500000', '121647.503000', '121647.506000', '121647.509000', '121647.512000', '121647.515000', '121647.518000', '121647.521000', '121647.524000', '121647.532000', '121647.535000', '121647.538000', '121647.541000', '121647.544000', '121647.547000', '121647.550000', '121647.553000', '121647.556000', '121647.559000', '121647.562000', '121647.565000', '121647.580000', '121647.583000', '121647.586000', '121647.589000', '121647.592000', '121647.595000', '121647.600000', '121647.603000', '121707.458000', '121707.461000', '121707.464000', '121707.467000', '121707.470000', '121707.473000', '121707.476000', '121707.479000', '121707.482000', '121707.485000', '121707.488000', '121707.491000', '121707.494000', '121707.497000', '121707.500000', '121707.503000', '121707.506000', '121707.509000', '121707.512000', '121707.515000', '121707.518000', '121707.521000', '121707.532000', '121707.535000', '121707.538000', '121707.541000', '121707.544000', '121707.547000', '121707.550000', '121707.553000', '121707.556000', '121707.559000', '121707.562000', '121707.565000', '121707.568000', '121707.571000', '121707.574000', '121707.577000', '121707.580000', '121707.583000', '121707.586000', '121707.589000', '121707.592000', '121707.596000', '121727.458000', '121727.461000', '121727.464000', '121727.467000', '121727.470000', '121727.473000', '121727.476000', '121727.479000', '121727.482000', '121727.485000', '121727.488000', '121727.491000', '121727.494000', '121727.497000', '121727.500000', '121727.503000', '121727.506000', '121727.509000', '121727.512000', '121727.515000', '121727.518000', '121727.521000', '121727.524000', '121727.527000', '121727.530000', '121727.533000', '121727.536000', '121727.539000', '121727.542000', '121727.545000', '121727.548000', '121727.551000', '121727.554000', '121727.557000', '121727.560000', '121727.564000', '121727.567000', '121727.569000', '121727.572000', '121727.575000', '121727.578000', '121727.581000', '121727.585000', '121747.458000', '121747.462000', '121747.465000', '121747.468000', '121747.471000', '121747.474000', '121747.477000', '121747.480000', '121747.483000', '121747.486000', '121747.488000', '121747.491000', '121747.503000', '121747.506000', '121747.508000', '121747.511000', '121747.514000', '121747.517000', '121747.520000', '121747.523000', '121747.526000', '121747.529000', '121747.532000', '121747.535000', '121747.538000', '121747.541000', '121747.544000', '121747.547000', '121747.550000', '121747.553000', '121747.556000', '121747.559000', '121747.562000', '121747.566000', '121747.569000', '121747.571000', '121747.574000', '121747.577000', '121747.580000', '121747.583000', '121747.586000', '121747.590000', '121747.593000', '121807.458000', '121807.461000', '121807.464000', '121807.467000', '121807.470000', '121807.473000', '121807.476000', '121807.479000', '121807.482000', '121807.485000', '121807.488000', '121807.491000', '121807.502000', '121807.505000', '121807.508000', '121807.511000', '121807.514000', '121807.517000', '121807.531000', '121807.534000', '121807.537000', '121807.540000', '121807.543000', '121807.546000', '121807.549000', '121807.552000', '121807.555000', '121807.558000', '121807.561000', '121807.564000', '121807.567000', '121807.570000', '121807.573000', '121807.576000', '121807.579000', '121807.582000', '121807.585000', '121807.588000', '121807.591000', '121807.594000', '121807.597000', '121807.600000', '121807.603000', '121807.606000', '121827.459000', '121827.462000', '121827.478000', '121827.483000', '121827.487000', '121827.490000', '121827.493000', '121827.496000', '121827.499000', '121827.502000', '121827.505000', '121827.508000', '121827.511000', '121827.514000', '121827.517000', '121827.520000', '121827.523000', '121827.526000', '121827.529000', '121827.532000', '121827.535000', '121827.538000', '121827.541000', '121827.544000', '121827.547000', '121827.550000', '121827.553000', '121827.556000', '121827.559000', '121827.562000', '121827.565000', '121827.568000', '121827.571000', '121827.574000', '121827.577000', '121827.580000', '121827.583000', '121827.586000', '121827.589000', '121827.592000', '121827.595000', '121827.598000', '121827.601000', '121847.459000', '121847.462000', '121847.465000', '121847.468000', '121847.471000', '121847.474000', '121847.477000', '121847.480000', '121847.483000', '121847.486000', '121847.489000', '121847.492000', '121847.495000', '121847.498000', '121847.501000', '121847.504000', '121847.510000', '121847.513000', '121847.516000', '121847.519000', '121847.522000', '121847.525000', '121847.528000', '121847.531000', '121847.534000', '121847.537000', '121847.540000', '121847.543000', '121847.546000', '121847.549000', '121847.552000', '121847.555000', '121847.558000', '121847.561000', '121847.564000', '121847.567000', '121847.570000', '121847.573000', '121847.576000', '121847.579000', '121847.582000', '121847.585000', '121847.588000', '121847.591000', '121907.458000', '121907.461000', '121907.464000', '121907.467000', '121907.470000', '121907.473000', '121907.476000', '121907.479000', '121907.483000', '121907.486000', '121907.489000', '121907.492000', '121907.495000', '121907.498000', '121907.501000', '121907.504000', '121907.507000', '121907.510000', '121907.513000', '121907.516000', '121907.519000', '121907.522000', '121907.525000', '121907.528000', '121907.531000', '121907.534000', '121907.537000', '121907.540000', '121907.543000', '121907.546000', '121907.549000', '121907.552000', '121907.555000', '121907.558000', '121907.561000', '121907.564000', '121907.567000', '121907.570000', '121907.580000', '121907.583000', '121907.586000', '121907.589000', '121907.592000', '121927.458000', '121927.461000', '121927.464000', '121927.467000', '121927.477000', '121927.480000', '121927.483000', '121927.486000', '121927.489000', '121927.492000', '121927.495000', '121927.498000', '121927.501000', '121927.504000', '121927.507000', '121927.510000', '121927.516000', '121927.519000', '121927.522000', '121927.525000', '121927.528000', '121927.531000', '121927.534000', '121927.537000', '121927.540000', '121927.543000', '121927.546000', '121927.549000', '121927.552000', '121927.555000', '121927.558000', '121927.561000', '121927.564000', '121927.567000', '121927.570000', '121927.573000', '121927.576000', '121927.579000', '121927.582000', '121927.585000', '121927.588000', '121927.591000', '121927.594000', '121927.597000', '121947.458000', '121947.461000', '121947.464000', '121947.467000', '121947.471000', '121947.474000', '121947.477000', '121947.480000', '121947.483000', '121947.486000', '121947.489000', '121947.492000', '121947.495000', '121947.498000', '121947.501000', '121947.516000', '121947.519000', '121947.522000', '121947.525000', '121947.528000', '121947.531000', '121947.534000', '121947.537000', '121947.540000', '121947.543000', '121947.546000', '121947.549000', '121947.566000', '121947.569000', '121947.572000', '121947.575000', '121947.578000', '121947.581000', '121947.584000', '121947.587000', '121947.589000', '121947.592000', '121947.595000', '121947.598000', '121947.601000', '121947.604000', '121947.607000', '121947.610000', '122007.458000', '122007.461000', '122007.464000', '122007.467000', '122007.470000', '122007.473000', '122007.476000', '122007.479000', '122007.482000', '122007.485000', '122007.488000', '122007.491000', '122007.494000', '122007.497000', '122007.500000', '122007.503000', '122007.506000', '122007.509000', '122007.512000', '122007.515000', '122007.518000', '122007.521000', '122007.530000', '122007.533000', '122007.536000', '122007.539000', '122007.542000', '122007.545000', '122007.548000', '122007.551000', '122007.554000', '122007.557000', '122007.560000', '122007.563000', '122007.566000', '122007.569000', '122007.572000', '122007.575000', '122007.578000', '122007.581000', '122007.584000', '122007.587000', '122007.590000', '122007.593000', '122027.458000', '122027.461000', '122027.464000', '122027.467000', '122027.471000', '122027.474000', '122027.477000', '122027.480000', '122027.483000', '122027.486000', '122027.489000', '122027.492000', '122027.495000', '122027.498000', '122027.501000', '122027.504000', '122027.507000', '122027.510000', '122027.513000', '122027.516000', '122027.519000', '122027.522000', '122027.525000', '122027.528000', '122027.531000', '122027.534000', '122027.537000', '122027.540000', '122027.544000', '122027.558000', '122027.561000', '122027.564000', '122027.567000', '122027.570000', '122027.573000', '122027.576000', '122027.579000', '122027.582000', '122027.585000', '122027.588000', '122027.591000', '122027.594000', '122027.597000', '122047.459000', '122047.462000', '122047.465000', '122047.468000', '122047.471000', '122047.474000', '122047.477000', '122047.480000', '122047.483000', '122047.486000', '122047.489000', '122047.492000', '122047.495000', '122047.498000', '122047.501000', '122047.504000', '122047.507000', '122047.510000', '122047.513000', '122047.516000', '122047.519000', '122047.522000', '122047.525000', '122047.528000', '122047.531000', '122047.534000', '122047.537000', '122047.540000', '122047.543000', '122047.546000', '122047.549000', '122047.552000', '122047.555000', '122047.558000', '122047.561000', '122047.564000', '122047.567000', '122047.570000', '122047.573000', '122047.576000', '122047.579000', '122047.582000', '122047.585000', '122047.589000', '122107.459000', '122107.462000', '122107.465000', '122107.468000', '122107.471000', '122107.475000', '122107.477000', '122107.480000', '122107.483000', '122107.486000', '122107.489000', '122107.492000', '122107.495000', '122107.498000', '122107.501000', '122107.504000', '122107.507000', '122107.510000', '122107.513000', '122107.516000', '122107.519000', '122107.522000', '122107.525000', '122107.528000', '122107.547000', '122107.550000', '122107.553000', '122107.556000', '122107.560000', '122107.563000', '122107.566000', '122107.569000', '122107.572000', '122107.575000', '122107.578000', '122107.581000', '122107.584000', '122107.587000', '122107.590000', '122107.593000', '122107.596000', '122107.599000', '122107.603000', '122127.458000', '122127.461000', '122127.464000', '122127.467000', '122127.470000', '122127.473000', '122127.476000', '122127.479000', '122127.482000', '122127.485000', '122127.488000', '122127.491000', '122127.494000', '122127.505000', '122127.508000', '122127.511000', '122127.514000', '122127.517000', '122127.520000', '122127.523000', '122127.526000', '122127.529000', '122127.531000', '122127.535000', '122127.538000', '122127.541000', '122127.543000', '122127.547000', '122127.550000', '122127.553000', '122127.556000', '122127.559000', '122127.561000', '122127.564000', '122127.567000', '122127.570000', '122127.574000', '122127.577000', '122127.580000', '122127.583000', '122127.586000', '122127.589000', '122127.592000', '122127.595000', '122147.458000', '122147.461000', '122147.464000', '122147.467000', '122147.470000', '122147.473000', '122147.476000', '122147.479000', '122147.482000', '122147.485000', '122147.488000', '122147.491000', '122147.494000', '122147.497000', '122147.500000', '122147.503000', '122147.506000', '122147.511000', '122147.514000', '122147.517000', '122147.520000', '122147.523000', '122147.526000', '122147.529000', '122147.532000', '122147.535000', '122147.538000', '122147.541000', '122147.544000', '122147.547000', '122147.550000', '122147.553000', '122147.556000', '122147.559000', '122147.562000', '122147.565000', '122147.568000', '122147.571000', '122147.575000', '122147.578000', '122147.581000', '122147.584000', '122147.587000', '122207.458000', '122207.461000', '122207.464000', '122207.467000', '122207.470000', '122207.473000', '122207.476000', '122207.486000', '122207.489000', '122207.492000', '122207.495000', '122207.498000', '122207.501000', '122207.504000', '122207.507000', '122207.510000', '122207.513000', '122207.516000', '122207.519000', '122207.522000', '122207.525000', '122207.528000', '122207.531000', '122207.534000', '122207.537000', '122207.540000', '122207.543000', '122207.546000', '122207.549000', '122207.552000', '122207.555000', '122207.558000', '122207.561000', '122207.564000', '122207.567000', '122207.570000', '122207.573000', '122207.576000', '122207.578000', '122207.582000', '122207.585000', '122207.588000', '122207.591000', '122207.594000', '122227.458000', '122227.461000', '122227.464000', '122227.467000', '122227.470000', '122227.473000', '122227.476000', '122227.479000', '122227.482000', '122227.485000', '122227.488000', '122227.491000', '122227.494000', '122227.508000', '122227.511000', '122227.514000', '122227.517000', '122227.519000', '122227.522000', '122227.525000', '122227.528000', '122227.531000', '122227.534000', '122227.537000', '122227.540000', '122227.543000', '122227.546000', '122227.549000', '122227.552000', '122227.555000', '122227.558000', '122227.561000', '122227.564000', '122227.567000', '122227.570000', '122227.585000', '122227.588000', '122227.590000', '122227.593000', '122227.597000', '122227.602000', '122227.606000', '122227.609000', '122247.458000', '122247.461000', '122247.464000', '122247.467000', '122247.470000', '122247.473000', '122247.476000', '122247.479000', '122247.482000', '122247.485000', '122247.488000', '122247.491000', '122247.494000', '122247.497000', '122247.500000', '122247.503000', '122247.507000', '122247.510000', '122247.513000', '122247.516000', '122247.519000', '122247.522000', '122247.525000', '122247.528000', '122247.531000', '122247.534000', '122247.537000', '122247.540000', '122247.543000', '122247.546000', '122247.548000', '122247.551000', '122247.554000', '122247.557000', '122247.561000', '122247.564000', '122247.567000', '122247.570000', '122247.573000', '122247.576000', '122247.579000', '122247.582000', '122247.585000', '122247.588000', '122307.459000', '122307.462000', '122307.465000', '122307.468000', '122307.471000', '122307.475000', '122307.478000', '122307.481000', '122307.484000', '122307.487000', '122307.489000', '122307.492000', '122307.495000', '122307.498000', '122307.501000', '122307.512000', '122307.515000', '122307.518000', '122307.521000', '122307.524000', '122307.527000', '122307.530000', '122307.533000', '122307.536000', '122307.539000', '122307.542000', '122307.545000', '122307.550000', '122307.553000', '122307.556000', '122307.559000', '122307.562000', '122307.565000', '122307.568000', '122307.571000', '122307.574000', '122307.577000', '122307.580000', '122307.583000', '122307.587000', '122307.589000', '122307.592000', '122307.595000', '122327.459000', '122327.463000', '122327.466000', '122327.469000', '122327.472000', '122327.475000', '122327.478000', '122327.481000', '122327.484000', '122327.487000', '122327.490000', '122327.493000', '122327.496000', '122327.499000', '122327.502000', '122327.505000', '122327.508000', '122327.511000', '122327.515000', '122327.518000', '122327.521000', '122327.524000', '122327.527000', '122327.530000', '122327.533000', '122327.536000', '122327.539000', '122327.542000', '122327.545000', '122327.548000', '122327.551000', '122327.554000', '122327.557000', '122327.560000', '122327.563000', '122327.566000', '122327.569000', '122327.572000', '122327.581000', '122327.584000', '122327.587000', '122327.590000', '122327.593000', '122327.596000', '122347.458000', '122347.461000', '122347.464000', '122347.468000', '122347.471000', '122347.473000', '122347.477000', '122347.480000', '122347.483000', '122347.486000', '122347.489000', '122347.491000', '122347.494000', '122347.497000', '122347.500000', '122347.503000', '122347.506000', '122347.517000', '122347.520000', '122347.523000', '122347.526000', '122347.529000', '122347.532000', '122347.535000', '122347.538000', '122347.541000', '122347.544000', '122347.546000', '122347.549000', '122347.552000', '122347.555000', '122347.558000', '122347.561000', '122347.564000', '122347.567000', '122347.570000', '122347.573000', '122347.576000', '122347.579000', '122347.582000', '122347.585000', '122347.588000', '122347.591000', '122407.458000', '122407.463000', '122407.466000', '122407.469000', '122407.472000', '122407.475000', '122407.478000', '122407.481000', '122407.484000', '122407.487000', '122407.490000', '122407.493000', '122407.496000', '122407.499000', '122407.502000', '122407.505000', '122407.508000', '122407.511000', '122407.515000', '122407.517000', '122407.520000', '122407.523000', '122407.526000', '122407.529000', '122407.532000', '122407.536000', '122407.539000', '122407.541000', '122407.544000', '122407.547000', '122407.550000', '122407.554000', '122407.557000', '122407.559000', '122407.562000', '122407.565000', '122407.568000', '122407.571000', '122407.574000', '122407.577000', '122407.580000', '122407.583000', '122407.586000', '122407.589000', '122427.458000', '122427.461000', '122427.465000', '122427.468000', '122427.471000', '122427.474000', '122427.477000', '122427.480000', '122427.483000', '122427.486000', '122427.489000', '122427.492000', '122427.495000', '122427.497000', '122427.501000', '122427.504000', '122427.507000', '122427.510000', '122427.513000', '122427.516000', '122427.519000', '122427.522000', '122427.525000', '122427.528000', '122427.537000', '122427.540000', '122427.543000', '122427.546000', '122427.549000', '122427.552000', '122427.555000', '122427.558000', '122427.561000', '122427.564000', '122427.567000', '122427.570000', '122427.573000', '122427.576000', '122427.579000', '122427.582000', '122427.587000', '122427.590000', '122427.593000', '122447.458000', '122447.461000', '122447.464000', '122447.468000', '122447.470000', '122447.474000', '122447.480000', '122447.483000', '122447.486000', '122447.489000', '122447.492000', '122447.495000', '122447.498000', '122447.501000', '122447.504000', '122447.507000', '122447.510000', '122447.513000', '122447.516000', '122447.519000', '122447.522000', '122447.525000', '122447.528000', '122447.531000', '122447.534000', '122447.537000', '122447.540000', '122447.543000', '122447.546000', '122447.550000', '122447.553000', '122447.556000', '122447.559000', '122447.562000', '122447.565000', '122447.568000', '122447.571000', '122447.574000', '122447.577000', '122447.580000', '122447.583000', '122447.586000', '122447.589000', '122447.592000', '122507.458000', '122507.461000', '122507.464000', '122507.477000', '122507.480000', '122507.483000', '122507.486000', '122507.489000', '122507.492000', '122507.495000', '122507.498000', '122507.501000', '122507.504000', '122507.507000', '122507.510000', '122507.513000', '122507.516000', '122507.519000', '122507.522000', '122507.525000', '122507.528000', '122507.531000', '122507.534000', '122507.537000', '122507.540000', '122507.543000', '122507.546000', '122507.549000', '122507.552000', '122507.555000', '122507.558000', '122507.561000', '122507.564000', '122507.567000', '122507.570000', '122507.573000', '122507.576000', '122507.579000', '122507.582000', '122507.585000', '122507.588000', '122507.591000', '122507.594000', '122527.459000', '122527.463000', '122527.466000', '122527.469000', '122527.472000', '122527.475000', '122527.478000', '122527.481000', '122527.484000', '122527.487000', '122527.490000', '122527.493000', '122527.496000', '122527.499000', '122527.502000', '122527.505000', '122527.508000', '122527.511000', '122527.514000', '122527.517000', '122527.520000', '122527.523000', '122527.526000', '122527.529000', '122527.532000', '122527.535000', '122527.538000', '122527.541000', '122527.544000', '122527.547000', '122527.550000', '122527.553000', '122527.556000', '122527.559000', '122527.562000', '122527.565000', '122527.568000', '122527.571000', '122527.574000', '122527.577000', '122527.580000', '122527.583000', '122527.586000', '122547.459000', '122547.462000', '122547.465000', '122547.468000', '122547.471000', '122547.475000', '122547.477000', '122547.480000', '122547.483000', '122547.486000', '122547.489000', '122547.492000', '122547.495000', '122547.498000', '122547.501000', '122547.504000', '122547.507000', '122547.510000', '122547.513000', '122547.516000', '122547.519000', '122547.522000', '122547.525000', '122547.528000', '122547.531000', '122547.534000', '122547.537000', '122547.540000', '122547.543000', '122547.546000', '122547.549000', '122547.552000', '122547.555000', '122547.558000', '122547.561000', '122547.564000', '122547.567000', '122547.570000', '122547.573000', '122547.576000', '122547.579000', '122547.582000', '122547.586000', '122547.589000', '122607.458000', '122607.461000', '122607.464000', '122607.467000', '122607.470000', '122607.475000', '122607.480000', '122607.483000', '122607.486000', '122607.489000', '122607.492000', '122607.495000', '122607.498000', '122607.501000', '122607.504000', '122607.507000', '122607.510000', '122607.513000', '122607.516000', '122607.519000', '122607.522000', '122607.525000', '122607.528000', '122607.531000', '122607.534000', '122607.545000', '122607.548000', '122607.551000', '122607.554000', '122607.557000', '122607.560000', '122607.563000', '122607.566000', '122607.569000', '122607.572000', '122607.575000', '122607.578000', '122607.581000', '122607.584000', '122607.587000', '122607.591000', '122607.594000', '122607.597000', '122627.458000', '122627.461000', '122627.464000', '122627.467000', '122627.470000', '122627.473000', '122627.476000', '122627.479000', '122627.482000', '122627.485000', '122627.488000', '122627.491000', '122627.494000', '122627.497000', '122627.509000', '122627.512000', '122627.515000', '122627.518000', '122627.521000', '122627.524000', '122627.527000', '122627.530000', '122627.532000', '122627.535000', '122627.539000', '122627.542000', '122627.545000', '122627.548000', '122627.551000', '122627.554000', '122627.557000', '122627.560000', '122627.563000', '122627.566000', '122627.569000', '122627.572000', '122627.574000', '122627.577000', '122627.580000', '122627.584000', '122627.587000', '122627.590000', '122627.593000', '122627.596000', '122647.458000', '122647.461000', '122647.464000', '122647.468000', '122647.470000', '122647.473000', '122647.477000', '122647.480000', '122647.483000', '122647.486000', '122647.489000', '122647.492000', '122647.495000', '122647.499000', '122647.502000', '122647.505000', '122647.508000', '122647.511000', '122647.514000', '122647.517000', '122647.520000', '122647.523000', '122647.526000', '122647.529000', '122647.532000', '122647.535000', '122647.538000', '122647.541000', '122647.544000', '122647.547000', '122647.550000', '122647.553000', '122647.556000', '122647.558000', '122647.561000', '122647.564000', '122647.567000', '122647.570000', '122647.573000', '122647.577000', '122647.580000', '122647.583000', '122647.586000', '122707.458000', '122707.462000', '122707.465000', '122707.468000', '122707.470000', '122707.474000', '122707.477000', '122707.480000', '122707.483000', '122707.486000', '122707.489000', '122707.492000', '122707.495000', '122707.498000', '122707.501000', '122707.504000', '122707.507000', '122707.510000', '122707.513000', '122707.516000', '122707.519000', '122707.522000', '122707.525000', '122707.528000', '122707.531000', '122707.534000', '122707.537000', '122707.540000', '122707.543000', '122707.546000', '122707.549000', '122707.552000', '122707.555000', '122707.558000', '122707.561000', '122707.564000', '122707.567000', '122707.570000', '122707.573000', '122707.576000', '122707.579000', '122707.581000', '122707.585000', '122707.588000', '122727.458000', '122727.462000', '122727.465000', '122727.468000', '122727.471000', '122727.474000', '122727.477000', '122727.480000', '122727.483000', '122727.486000', '122727.489000', '122727.492000', '122727.495000', '122727.498000', '122727.503000', '122727.507000', '122727.516000', '122727.519000', '122727.522000', '122727.525000', '122727.529000', '122727.531000', '122727.546000', '122727.549000', '122727.552000', '122727.555000', '122727.558000', '122727.561000', '122727.564000', '122727.566000', '122727.569000', '122727.572000', '122727.575000', '122727.578000', '122727.581000', '122727.585000', '122727.588000', '122727.591000', '122727.594000', '122727.597000', '122727.600000', '122727.603000', '122727.606000', '122747.459000', '122747.462000', '122747.466000', '122747.469000', '122747.472000', '122747.474000', '122747.478000', '122747.481000', '122747.484000', '122747.487000', '122747.490000', '122747.493000', '122747.496000', '122747.499000', '122747.502000', '122747.505000', '122747.508000', '122747.511000', '122747.514000', '122747.517000', '122747.520000', '122747.523000', '122747.526000', '122747.529000', '122747.540000', '122747.543000', '122747.546000', '122747.549000', '122747.552000', '122747.555000', '122747.558000', '122747.561000', '122747.564000', '122747.567000', '122747.570000', '122747.573000', '122747.576000', '122747.579000', '122747.582000', '122747.585000', '122747.588000', '122747.591000', '122747.594000', '122747.597000', '122807.459000', '122807.464000', '122807.467000', '122807.470000', '122807.473000', '122807.476000', '122807.479000', '122807.482000', '122807.485000', '122807.495000', '122807.498000', '122807.501000', '122807.504000', '122807.507000', '122807.510000', '122807.513000', '122807.516000', '122807.519000', '122807.522000', '122807.525000', '122807.529000', '122807.533000', '122807.537000', '122807.540000', '122807.543000', '122807.546000', '122807.549000', '122807.552000', '122807.555000', '122807.558000', '122807.561000', '122807.564000', '122807.567000', '122807.570000', '122807.573000', '122807.576000', '122807.579000', '122807.582000', '122807.585000', '122807.588000', '122807.591000', '122807.594000', '122807.597000', '122809.425000', '122809.429000', '122809.432000', '122809.442000', '122809.445000'], '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': [10925, 8289, 9971, 8055, 10056, 7608, 9528, 7674, 8944, 7961, 8754, 7538, 8571, 7854, 8452, 7633, 8202, 8023, 8069, 7934, 8313, 7883, 8421, 7955, 8250, 7775, 9354, 8078, 9257, 7978, 9630, 8333, 10314, 8309, 10044, 8097, 9929, 8089, 10035, 8215, 10141, 7824, 9778, 9144, 9719, 12991, 9190, 12470, 9176, 14891, 8913, 12086, 8405, 11519, 8416, 11144, 7773, 10519, 8123, 10704, 8077, 11023, 7993, 10884, 7875, 11726, 7402, 9518, 8906, 8511, 8769, 7690, 10412, 9508, 15308, 9035, 14694, 9364, 15070, 10427, 16672, 9057, 15263, 9014, 11352, 8891, 13140, 8675, 10696, 8461, 9341, 9125, 8394, 9755, 7795, 10163, 7868, 10277, 7963, 12184, 7680, 11625, 7966, 11254, 7794, 12313, 8141, 12156, 7908, 10931, 8308, 10864, 7975, 11122, 7433, 10603, 7479, 10891, 7525, 10702, 7408, 11119, 7592, 10804, 7799, 10513, 7777, 10621, 7660, 12030, 7650, 10780, 7569, 10620, 7901, 11466, 7595, 11628, 8110, 10525, 8747, 10459, 9136, 10778, 8022, 10616, 8565, 10366, 8760, 10298, 8488, 10237, 8232, 10024, 8296, 9866, 8146, 10299, 8187, 10230, 8051, 10080, 8629, 9940, 8603, 10036, 7969, 9601, 8660, 9813, 9335, 10357, 7853, 9865, 7971, 9759, 8378, 10179, 8192, 10898, 8128, 10339, 7852, 11227, 8791, 9611, 9636, 10336, 12309, 9642, 11466, 9019, 10279, 8921, 10798, 8880, 11042, 7949, 10719, 8685, 10884, 8950, 10656, 8058, 10366, 8098, 10672, 8280, 10270, 8067, 10580, 8093, 10572, 8145, 10671, 8289, 11103, 7653, 11274, 7489, 10921, 7720, 12016, 8418, 14170, 8741, 12860, 8768, 12763, 9463, 8881, 9416, 7758, 9563, 8189, 10373, 8276, 10273, 7895, 10712, 7695, 11195, 7690, 11208, 8030, 11563, 8375, 13477, 9042, 8635, 9231, 7872, 9846, 8020, 10500, 8494, 11799, 7787, 11331, 7708, 11202, 8748, 13797, 8991, 11275, 8863, 9489, 9463, 8115, 9905, 8074, 10773, 7749, 11178, 8717, 11894, 8397, 7607, 9169, 7602, 9915, 9164, 7856, 15011, 8599, 16046, 11344, 12268, 10438, 8849, 12725, 8022, 12557, 8071, 15109, 8498, 11667, 9499, 8327, 10240, 8645, 10481, 7980, 10596, 7840, 10477, 7804, 10855, 7709, 11689, 8292, 13729, 8755, 14027, 8937, 11109, 9187, 7720, 9324, 7625, 9912, 7937, 10856, 7754, 12576, 8192, 13058, 8388, 13159, 8624, 12591, 8079, 11313, 8638, 13114, 8964, 9901, 8820, 7643, 8819, 7972, 10109, 7734, 10893, 7855, 12508, 7964, 13461, 7904, 12964, 7919, 13304, 7586, 10906, 7844, 10939, 8672, 10865, 8117, 10823, 7764, 10525, 8465, 10432, 8592, 10625, 8067, 10056, 7958, 10943, 8021, 9886, 7657, 11618, 7642, 8535, 8340, 7506, 8106, 10012, 10235, 11519, 7702, 12818, 8320, 15254, 8447, 16712, 8490, 16851, 8793, 16723, 9785, 15970, 10689, 15588, 10232, 14226, 11786, 9420, 10362, 7826, 9473, 7913, 9263, 7708, 9093, 8048, 9284, 7873, 9257, 8163, 8917, 7692, 9591, 7635, 9167, 7869, 10182, 7663, 9633, 8089, 8720, 8352, 8313, 8825, 8234, 8966, 7437, 9095, 7583, 10145, 7581, 10153, 7502, 11323, 8113, 9194, 8741, 8140, 10058, 7737, 7919, 9499, 7988, 8952, 7750, 10916, 7709, 12926, 8077, 11153, 7933, 11535, 8626, 9182, 8463, 7626, 11036, 7911, 9192, 7666, 8168, 8333, 7719, 8856, 7673, 10006, 7739, 12051, 7912, 12376, 9044, 9125, 8426, 7435, 9806, 8324, 10865, 9147, 12323, 9272, 17008, 9366, 13442, 9910, 14096, 9943, 13591, 9548, 13285, 9778, 12014, 9393, 10423, 9423, 8076, 9479, 8081, 9828, 8094, 9604, 8526, 9822, 8180, 9568, 7797, 9934, 8079, 10412, 7701, 12595, 8385, 13474, 8987, 12661, 9195, 14167, 8997, 14735, 9657, 11286, 9364, 12110, 9235, 12566, 9347, 8816, 9512, 8228, 9628, 9658, 9246, 9896, 9470, 7731, 9708, 7776, 9730, 8600, 9613, 9545, 9430, 7962, 9778, 7587, 9869, 8025, 9667, 7713, 9676, 8628, 9818, 7810, 11180, 9469, 11766, 9246, 14288, 10653, 12219, 10103, 14846, 10426, 16812, 10561, 14062, 10442, 13594, 9009, 11434, 8043, 10327, 7342, 9701, 7623, 10087, 7457, 10190, 8127, 10466, 8265, 10710, 8905, 13029, 8329, 10182, 8559, 11720, 8872, 9272, 9367, 7617, 9853, 7756, 9808, 8382, 9871, 8813, 9912, 7755, 10202, 7707, 10568, 8192, 10283, 7771, 10861, 8137, 11447, 8133, 11587, 7938, 11341, 7880, 13409, 7815, 12386, 8686, 10599, 8821, 9786, 8787, 10000, 8281, 9964, 8239, 9700, 10335, 9387, 8694, 9193, 8720, 9343, 9259, 9267, 10457, 9121, 7605, 9533, 7492, 10154, 7500, 10106, 7433, 11066, 7732, 11511, 7922, 10812, 8364, 10115, 8618, 10922, 7558, 11785, 7769, 10902, 8010, 11238, 9005, 15736, 8413, 11716, 8534, 16027, 8745, 16974, 10103, 14589, 9087, 11953, 8766, 13525, 9066, 11373, 8691, 8401, 9334, 7840, 9454, 7714, 9628, 7809, 10396, 7671, 7658, 9169, 7653, 11070, 8226, 14214, 8622, 15158, 9268, 9161, 9180, 8690, 9599, 10209, 9234, 10263, 9660, 8225, 9915, 7799, 9826, 8083, 9761, 7996, 10047, 7496, 9934, 7612, 10267, 7413, 10221, 7980, 12445, 8097, 13052, 8434, 12286, 9273, 12608, 8853, 7838, 9089, 7842, 9288, 8050, 10677, 7694, 14290, 8549, 13219, 8503, 12941, 8740, 15297, 8707, 13610, 8440, 12482, 8891, 14504, 8552, 14190, 8264, 12911, 8730, 13463, 8767, 16487, 8249, 13626, 8556, 13942, 9043, 10933, 8623, 8200, 8801, 7526, 8921, 8504, 9089, 7956, 9463, 7710, 9422, 8014, 9195, 8296, 9541, 7904, 9044, 8099, 9299, 7717, 9144, 8001, 9675, 7696, 9630, 7802, 9574, 7592, 9883, 7562, 9883, 7789, 9769, 7890, 9522, 7980, 9702, 7811, 9272, 7842, 9110, 7819, 9611, 7723, 9783, 7742, 10269, 8750, 11277, 8257, 12036, 8749, 13717, 9187, 9626, 8000, 7696, 8651, 7652, 8982, 7863, 10648, 7422, 11220, 7987, 13003, 8890, 15365, 9524, 18064, 9979, 16753, 10181, 14578, 10497, 15795, 8733, 12282, 8816, 12432, 9322, 15550, 8452, 14760, 9086, 12088, 9162, 14276, 8415, 11737, 8712, 12049, 9062, 11520, 9257, 8456, 8343, 7916, 8799, 7999, 9565, 8014, 14577, 7818, 15831, 8471, 14840, 9598, 16179, 10653, 8412, 10026, 7460, 8029, 9436, 7877, 12019, 8997, 15366, 10991, 15690, 9673, 14452, 9619, 12749, 8437, 10892, 7799, 10956, 7968, 9981, 7791, 8843, 8022, 8712, 7919, 8668, 7727, 8434, 7661, 8367, 7671, 8681, 7845, 8627, 7586, 8424, 9207, 8559, 8458, 8486, 7812, 8490, 8727, 8592, 9116, 8900, 8053, 8644, 8193, 8545, 10071, 8924, 8685, 8704, 10857, 8381, 17738, 9415, 17220, 9224, 14178, 9429, 12497, 8947, 12294, 8270, 10644, 7988, 10004, 7922, 10322, 7564, 10431, 7700, 9534, 8183, 9219, 8045, 9087, 8045, 8897, 7899, 9291, 7527, 9264, 7631, 9671, 7592, 10366, 8136, 10853, 7949, 11247, 8802, 13198, 8595, 15315, 8695, 15378, 9446, 12695, 8978, 10594, 8631, 10136, 8901, 9668, 9065, 7841, 9138, 9502, 9072, 11325, 9280, 7884, 9300, 7949, 9040, 7789, 9200, 8023, 9322, 7532, 10109, 7462, 9703, 7610, 9616, 7653, 10134, 7954, 10166, 8130, 10435, 8297, 9838, 8428, 7559, 9142, 7456, 10064, 8424, 10269, 9533, 7787, 13410, 10681, 14948, 9774, 15450, 10335, 15444, 10446, 15503, 12153, 15162, 10430, 15672, 10543, 14296, 10043, 9638, 8246, 8448, 8892, 9371, 9452, 7869, 9271, 7557, 9374, 7893, 9538, 7683, 10025, 7530, 10205, 7843, 10011, 7553, 10852, 7712, 10371, 7546, 10140, 7600, 10133, 7601, 10570, 7706, 10308, 8287, 10943, 7905, 12213, 7869, 11999, 8099, 12214, 8257, 13977, 7899, 12637, 8061, 10393, 8385, 10549, 7598, 10217, 7780, 10109, 8098, 10084, 7868, 10000, 7935, 10553, 8293, 10824, 8436, 13259, 8249, 11048, 8217, 10588, 8626, 11555, 7815, 10257, 7912, 9913, 8885, 13306, 8294, 10071, 8368, 9779, 8905, 8858, 8162, 7784, 8347, 7718, 8469, 8736, 8883, 7943, 9215, 8566, 9089, 9582, 9724, 8443, 9782, 7616, 10470, 7460, 11105, 8537, 14886, 8433, 13773, 8797, 15568, 9151, 12433, 8953, 11699, 8906, 15971, 9422, 11313, 9129, 8638, 8613, 8864, 8950, 7913, 8878, 7843, 8785, 7464, 8681, 8048, 9018, 7693, 9017, 7893, 9294, 8219, 9151, 7920, 9328, 8203, 9193, 7984, 9194, 7726, 9343, 7737, 9247, 8022, 9633, 7452, 10823, 8388, 9970, 8435, 9188, 8484, 9385, 8136, 9080, 7764, 8586, 9170, 8517, 8039, 8554, 7578, 8657, 7768, 8565, 7789, 8158, 7892, 8437, 7927, 8749, 7881, 9276, 7792, 9372, 7832, 9921, 8366, 9601, 8341, 9330, 8188, 8935, 7989, 9258, 7619, 9599, 7489, 9630, 7369, 9710, 8485, 10816, 8720, 11890, 8520, 8357, 7836, 7724, 11089, 8819, 7744, 9957, 7931, 12482, 10592, 14732, 9946, 15981, 9343, 15241, 9515, 13962, 9557, 15595, 8739, 16145, 8809, 11344, 9002, 10177, 9013, 7808, 8959, 7790, 8873, 7743, 9112, 7649, 10305, 7460, 10221, 7663, 10728, 7570, 13289, 8169, 11809, 8420, 10755, 8729, 12576, 8611, 10745, 8164, 9002, 9125, 8853, 8423, 7455, 9639, 7881, 7697, 8870, 8814, 9042, 14727, 8967, 16267, 9688, 15476, 9707, 15741, 9429, 17126, 9908, 17792, 12225, 16681, 10238, 16985, 10493, 17862, 11224, 18286, 12701, 17247, 10561, 15907, 9548, 16816, 9483, 15745, 9198, 12940, 8398, 11860, 8183, 11418, 8260, 10563, 8503, 7861, 8803, 7233, 9359, 7346, 9645, 7570, 10238, 7896, 9127, 8717, 8266, 9379, 7373, 9641, 7607, 10274, 8135, 11765, 8638, 9682, 9161, 8410, 9474, 7386, 9992, 7768, 9201, 9242, 7339, 10342, 8492, 8660, 9530, 7543, 10357, 8192, 9309, 8920, 7517, 9193, 7759, 10083, 7288, 9992, 8603, 7738, 9312, 7733, 10097, 8223, 8076, 8782, 7550, 9460, 7845, 11221, 8546, 8000, 9925, 7588, 14021, 9390, 16036, 11201, 8803, 13637, 8480, 15119, 12582, 13893, 11843, 9817, 14677, 8748, 14952, 11169, 16316, 10789, 13197, 9571, 8697, 9447, 7758, 10760, 7477, 12317, 7979, 13129, 8564, 14156, 9110, 9968, 8647, 8745, 8487, 7316, 8613, 7573, 8456, 7938, 7484, 9976, 9164, 9495, 8878, 8112, 10951, 7814, 14324, 11153, 16153, 13749, 14611, 13471, 8743, 18775, 13979, 17406, 13038, 16829, 12117, 11561, 10305, 9176, 10073, 10095, 9346, 10342, 9292, 9156, 9469, 8110, 9156, 7810, 9114, 7799, 9073, 8123, 9122, 7724, 9392, 7461, 9383, 8088, 9513, 7729, 9702, 7976, 9980, 8056, 9777, 7862, 9967, 7547, 10402, 7640, 10246, 8088, 10319, 7752, 12555, 8462, 12262, 8712, 13721, 8758, 13213, 9106, 13725, 8810, 14199, 9006, 13128, 9585, 13191, 9434, 13217, 9028, 12017, 8742, 11737, 8571, 12546, 8316, 11271, 8243, 11099, 8444, 11217, 8376, 12250, 7737, 11095, 7524, 10321, 7829, 11033, 7380, 10745, 7918, 10141, 7772, 10179, 8141, 9903, 8364, 9468, 8004, 9395, 8280, 9216, 8004, 9500, 8169, 10035, 7434, 10800, 7764, 11234, 8778, 12224, 8438, 12949, 8496, 13370, 9254, 14221, 9521, 14015, 9363, 13297, 8931, 12561, 8653, 13339, 8829, 12494, 8501, 9372, 8814, 12555, 9257, 10908, 8872, 9615, 8917, 12899, 8794, 14849, 9366, 13814, 8739, 15406, 9110, 12751, 9167, 13753, 8771, 13256, 8336, 11732, 7861, 12776, 8365, 12659, 7814, 10809, 7402, 10243, 7646, 11651, 8160, 12721, 8860, 14937, 8594, 13340, 9300, 15522, 9251, 14078, 9230, 13504, 8763, 13174, 9176, 14345, 8325, 12777, 8503, 12238, 8920, 13297, 8909, 13799, 8326, 12550, 8212, 11159, 8102, 12682, 8294, 13207, 7828, 10811, 7714, 10610, 8082, 11446, 8025, 11705, 8407, 11245, 8672, 12737, 8784, 11881, 8485, 13620, 8594, 14971, 8948, 12862, 8745, 9175, 9247, 8628, 9367, 9963, 9404, 7892, 9549, 7967, 9487, 9733, 8996, 12643, 9343, 9620, 9734, 9010, 9554, 11135, 9296, 10423, 9700, 8056, 9547, 8139, 9526, 10057, 9458, 8749, 9855, 7749, 9895, 7413, 9829, 7771, 9511, 7435, 10270, 7587, 10609, 8023, 11165, 8613, 8506, 8649, 7420, 9526, 7631, 10362, 7570, 13191, 7532, 13254, 7667, 11833, 7602, 11762, 7484, 12963, 7925, 10830, 7903, 11036, 8077, 10451, 8529, 11505, 8580, 9395, 8147, 8527, 8483, 7755, 8852, 7617, 9689, 7734, 10384, 7936, 10737, 8286, 8967, 8431, 7459, 9730, 7361, 10666, 7379, 12434, 7966, 14668, 8859, 8050, 9398, 8349, 9936, 9012, 7697, 10340, 8058, 12079, 7796, 13606, 9891, 14391, 9130, 9199, 10000, 8195, 10243, 7409, 12175, 9576, 8161, 10286, 7472, 12542, 7790, 14661, 11022, 16496, 10509, 13878, 9378, 13037, 9924, 10534, 10522, 7776, 10327, 7929, 11217, 7622, 10868, 7533, 12375, 8107, 16088, 8624, 10332, 8779, 8963, 9323, 8176, 10184, 7996, 11934, 7533, 11314, 7939, 13868, 8014, 14486, 7644, 12656, 8105, 13077, 8149, 14602, 7629, 11337, 7560, 10559, 8804, 14841, 8244, 10184, 8245, 16033, 8342, 15385, 8789, 8550, 9659, 7582, 12677, 8700, 16447, 9136, 14738, 12464, 17676, 11077, 13595, 8906, 9224, 9414, 8895, 9909, 7975, 10321, 7459, 10182, 7379, 9878, 7372, 10247, 7483, 11825, 7242, 11589, 7455, 9311, 7972, 7584, 8872, 7381, 8164, 9474, 9537, 9526, 16577, 10314], 'WindowCenter': [4542.0, 4496.0, 4501.0, 4468.0, 4486.0, 4455.0, 4474.0, 4453.0, 4472.0, 4453.0, 4464.0, 4453.0, 4464.0, 4453.0, 4466.0, 4454.0, 4466.0, 4464.0, 4465.0, 4465.0, 4477.0, 4466.0, 4478.0, 4466.0, 4466.0, 4482.0, 4493.0, 4468.0, 4489.0, 4465.0, 4487.0, 4466.0, 4497.0, 4464.0, 4487.0, 4466.0, 4495.0, 4467.0, 4488.0, 4466.0, 4498.0, 4467.0, 4498.0, 4487.0, 4487.0, 4528.0, 4489.0, 4519.0, 4489.0, 4537.0, 4490.0, 4519.0, 4478.0, 4509.0, 4479.0, 4508.0, 4469.0, 4512.0, 4497.0, 4522.0, 4482.0, 4509.0, 4468.0, 4509.0, 4481.0, 4516.0, 4456.0, 4499.0, 4489.0, 4491.0, 4492.0, 4483.0, 4525.0, 4513.0, 4552.0, 4491.0, 4540.0, 4487.0, 4539.0, 4511.0, 4548.0, 4489.0, 4538.0, 4488.0, 4521.0, 4489.0, 4518.0, 4477.0, 4498.0, 4479.0, 4488.0, 4500.0, 4480.0, 4499.0, 4470.0, 4498.0, 4481.0, 4499.0, 4470.0, 4519.0, 4469.0, 4507.0, 4468.0, 4507.0, 4470.0, 4517.0, 4467.0, 4507.0, 4469.0, 4521.0, 4481.0, 4511.0, 4479.0, 4518.0, 4468.0, 4496.0, 4457.0, 4496.0, 4454.0, 4495.0, 4457.0, 4505.0, 4457.0, 4496.0, 4456.0, 4495.0, 4455.0, 4493.0, 4454.0, 4506.0, 4455.0, 4495.0, 4455.0, 4485.0, 4455.0, 4494.0, 4454.0, 4493.0, 4454.0, 4484.0, 4464.0, 4483.0, 4473.0, 4495.0, 4454.0, 4484.0, 4464.0, 4487.0, 4465.0, 4485.0, 4464.0, 4486.0, 4466.0, 4485.0, 4465.0, 4485.0, 4466.0, 4496.0, 4464.0, 4496.0, 4466.0, 4497.0, 4476.0, 4487.0, 4474.0, 4486.0, 4465.0, 4486.0, 4477.0, 4489.0, 4477.0, 4496.0, 4464.0, 4486.0, 4465.0, 4487.0, 4478.0, 4498.0, 4466.0, 4497.0, 4468.0, 4486.0, 4468.0, 4506.0, 4478.0, 4490.0, 4489.0, 4497.0, 4518.0, 4485.0, 4506.0, 4475.0, 4497.0, 4476.0, 4495.0, 4473.0, 4494.0, 4454.0, 4486.0, 4464.0, 4495.0, 4474.0, 4496.0, 4465.0, 4487.0, 4465.0, 4496.0, 4466.0, 4497.0, 4466.0, 4498.0, 4467.0, 4497.0, 4468.0, 4497.0, 4477.0, 4507.0, 4468.0, 4507.0, 4459.0, 4507.0, 4468.0, 4518.0, 4481.0, 4528.0, 4480.0, 4518.0, 4489.0, 4529.0, 4490.0, 4488.0, 4489.0, 4467.0, 4500.0, 4478.0, 4500.0, 4476.0, 4500.0, 4469.0, 4509.0, 4469.0, 4509.0, 4469.0, 4508.0, 4480.0, 4520.0, 4480.0, 4530.0, 4489.0, 4489.0, 4489.0, 4479.0, 4499.0, 4468.0, 4500.0, 4477.0, 4507.0, 4467.0, 4508.0, 4469.0, 4507.0, 4479.0, 4527.0, 4488.0, 4507.0, 4487.0, 4498.0, 4503.0, 4494.0, 4515.0, 4480.0, 4521.0, 4480.0, 4523.0, 4505.0, 4520.0, 4494.0, 4481.0, 4489.0, 4469.0, 4511.0, 4502.0, 4492.0, 4551.0, 4490.0, 4549.0, 4509.0, 4517.0, 4509.0, 4490.0, 4518.0, 4467.0, 4505.0, 4466.0, 4526.0, 4466.0, 4504.0, 4486.0, 4466.0, 4496.0, 4478.0, 4496.0, 4465.0, 4497.0, 4466.0, 4496.0, 4455.0, 4495.0, 4457.0, 4505.0, 4467.0, 4527.0, 4478.0, 4527.0, 4478.0, 4506.0, 4477.0, 4457.0, 4487.0, 4467.0, 4497.0, 4470.0, 4509.0, 4467.0, 4518.0, 4468.0, 4518.0, 4467.0, 4515.0, 4466.0, 4507.0, 4467.0, 4495.0, 4478.0, 4515.0, 4477.0, 4486.0, 4478.0, 4481.0, 4490.0, 4467.0, 4499.0, 4467.0, 4496.0, 4479.0, 4518.0, 4469.0, 4517.0, 4468.0, 4517.0, 4457.0, 4516.0, 4456.0, 4495.0, 4455.0, 4485.0, 4464.0, 4496.0, 4454.0, 4494.0, 4454.0, 4484.0, 4466.0, 4485.0, 4465.0, 4484.0, 4456.0, 4475.0, 4456.0, 4497.0, 4469.0, 4500.0, 4458.0, 4495.0, 4440.0, 4449.0, 4439.0, 4443.0, 4452.0, 4473.0, 4469.0, 4480.0, 4429.0, 4489.0, 4440.0, 4510.0, 4439.0, 4509.0, 4449.0, 4508.0, 4440.0, 4496.0, 4446.0, 4485.0, 4445.0, 4484.0, 4443.0, 4461.0, 4451.0, 4420.0, 4430.0, 4400.0, 4420.0, 4399.0, 4420.0, 4389.0, 4410.0, 4400.0, 4419.0, 4399.0, 4420.0, 4411.0, 4423.0, 4416.0, 4447.0, 4415.0, 4435.0, 4426.0, 4444.0, 4427.0, 4445.0, 4427.0, 4437.0, 4439.0, 4439.0, 4450.0, 4440.0, 4451.0, 4431.0, 4452.0, 4443.0, 4471.0, 4432.0, 4471.0, 4432.0, 4482.0, 4443.0, 4463.0, 4452.0, 4444.0, 4475.0, 4445.0, 4455.0, 4476.0, 4443.0, 4463.0, 4443.0, 4483.0, 4443.0, 4502.0, 4443.0, 4484.0, 4455.0, 4494.0, 4464.0, 4474.0, 4455.0, 4456.0, 4496.0, 4456.0, 4476.0, 4469.0, 4468.0, 4469.0, 4469.0, 4490.0, 4459.0, 4502.0, 4474.0, 4519.0, 4469.0, 4510.0, 4479.0, 4466.0, 4455.0, 4445.0, 4475.0, 4456.0, 4496.0, 4478.0, 4506.0, 4477.0, 4536.0, 4476.0, 4516.0, 4477.0, 4515.0, 4486.0, 4504.0, 4475.0, 4504.0, 4476.0, 4494.0, 4477.0, 4484.0, 4477.0, 4457.0, 4476.0, 4454.0, 4475.0, 4454.0, 4476.0, 4464.0, 4475.0, 4454.0, 4475.0, 4444.0, 4485.0, 4455.0, 4485.0, 4445.0, 4504.0, 4455.0, 4515.0, 4466.0, 4506.0, 4476.0, 4516.0, 4466.0, 4514.0, 4475.0, 4492.0, 4465.0, 4495.0, 4465.0, 4504.0, 4465.0, 4465.0, 4475.0, 4454.0, 4476.0, 4476.0, 4476.0, 4485.0, 4477.0, 4445.0, 4477.0, 4457.0, 4487.0, 4466.0, 4478.0, 4475.0, 4476.0, 4455.0, 4486.0, 4457.0, 4488.0, 4456.0, 4487.0, 4458.0, 4476.0, 4465.0, 4486.0, 4457.0, 4507.0, 4488.0, 4508.0, 4488.0, 4527.0, 4497.0, 4506.0, 4487.0, 4526.0, 4485.0, 4525.0, 4484.0, 4514.0, 4483.0, 4503.0, 4463.0, 4491.0, 4443.0, 4474.0, 4445.0, 4473.0, 4444.0, 4485.0, 4445.0, 4485.0, 4456.0, 4496.0, 4467.0, 4497.0, 4477.0, 4516.0, 4466.0, 4485.0, 4478.0, 4506.0, 4477.0, 4477.0, 4477.0, 4456.0, 4487.0, 4456.0, 4488.0, 4455.0, 4487.0, 4477.0, 4486.0, 4455.0, 4486.0, 4456.0, 4485.0, 4464.0, 4486.0, 4456.0, 4496.0, 4457.0, 4495.0, 4456.0, 4495.0, 4456.0, 4495.0, 4456.0, 4504.0, 4443.0, 4494.0, 4453.0, 4474.0, 4463.0, 4473.0, 4450.0, 4473.0, 4441.0, 4472.0, 4441.0, 4462.0, 4472.0, 4462.0, 4452.0, 4462.0, 4454.0, 4462.0, 4464.0, 4463.0, 4483.0, 4463.0, 4442.0, 4475.0, 4443.0, 4484.0, 4444.0, 4484.0, 4444.0, 4483.0, 4443.0, 4483.0, 4443.0, 4483.0, 4453.0, 4473.0, 4453.0, 4484.0, 4442.0, 4492.0, 4442.0, 4482.0, 4454.0, 4485.0, 4464.0, 4523.0, 4454.0, 4493.0, 4454.0, 4524.0, 4456.0, 4524.0, 4472.0, 4513.0, 4463.0, 4493.0, 4452.0, 4502.0, 4464.0, 4481.0, 4454.0, 4451.0, 4462.0, 4441.0, 4473.0, 4444.0, 4475.0, 4444.0, 4473.0, 4443.0, 4454.0, 4476.0, 4457.0, 4507.0, 4467.0, 4527.0, 4467.0, 4526.0, 4475.0, 4464.0, 4475.0, 4464.0, 4474.0, 4473.0, 4464.0, 4473.0, 4474.0, 4452.0, 4472.0, 4442.0, 4472.0, 4441.0, 4473.0, 4454.0, 4473.0, 4443.0, 4473.0, 4444.0, 4474.0, 4444.0, 4474.0, 4454.0, 4503.0, 4454.0, 4503.0, 4454.0, 4494.0, 4475.0, 4503.0, 4465.0, 4444.0, 4463.0, 4453.0, 4464.0, 4453.0, 4483.0, 4443.0, 4512.0, 4454.0, 4503.0, 4452.0, 4492.0, 4452.0, 4512.0, 4451.0, 4501.0, 4443.0, 4492.0, 4453.0, 4502.0, 4452.0, 4501.0, 4442.0, 4490.0, 4450.0, 4490.0, 4451.0, 4511.0, 4440.0, 4501.0, 4452.0, 4500.0, 4451.0, 4471.0, 4451.0, 4440.0, 4451.0, 4431.0, 4452.0, 4452.0, 4463.0, 4441.0, 4462.0, 4431.0, 4462.0, 4442.0, 4462.0, 4440.0, 4461.0, 4440.0, 4452.0, 4440.0, 4461.0, 4432.0, 4461.0, 4441.0, 4461.0, 4441.0, 4461.0, 4441.0, 4463.0, 4431.0, 4461.0, 4442.0, 4471.0, 4441.0, 4473.0, 4442.0, 4462.0, 4443.0, 4477.0, 4457.0, 4475.0, 4455.0, 4465.0, 4444.0, 4474.0, 4444.0, 4476.0, 4455.0, 4487.0, 4466.0, 4498.0, 4467.0, 4506.0, 4467.0, 4516.0, 4478.0, 4486.0, 4456.0, 4455.0, 4466.0, 4454.0, 4477.0, 4457.0, 4486.0, 4446.0, 4497.0, 4456.0, 4515.0, 4475.0, 4527.0, 4476.0, 4535.0, 4475.0, 4525.0, 4484.0, 4516.0, 4483.0, 4513.0, 4452.0, 4493.0, 4463.0, 4504.0, 4464.0, 4513.0, 4453.0, 4512.0, 4463.0, 4494.0, 4463.0, 4513.0, 4454.0, 4493.0, 4465.0, 4494.0, 4465.0, 4495.0, 4474.0, 4453.0, 4453.0, 4453.0, 4467.0, 4458.0, 4475.0, 4446.0, 4514.0, 4457.0, 4526.0, 4465.0, 4515.0, 4472.0, 4523.0, 4484.0, 4453.0, 4475.0, 4444.0, 4453.0, 4475.0, 4454.0, 4495.0, 4465.0, 4513.0, 4471.0, 4500.0, 4461.0, 4500.0, 4448.0, 4477.0, 4428.0, 4457.0, 4416.0, 4456.0, 4428.0, 4446.0, 4418.0, 4437.0, 4430.0, 4437.0, 4427.0, 4439.0, 4429.0, 4440.0, 4431.0, 4440.0, 4429.0, 4441.0, 4429.0, 4451.0, 4428.0, 4439.0, 4449.0, 4440.0, 4439.0, 4450.0, 4429.0, 4452.0, 4450.0, 4452.0, 4451.0, 4453.0, 4441.0, 4453.0, 4452.0, 4456.0, 4475.0, 4462.0, 4453.0, 4453.0, 4484.0, 4454.0, 4524.0, 4467.0, 4523.0, 4464.0, 4503.0, 4464.0, 4493.0, 4463.0, 4493.0, 4455.0, 4475.0, 4444.0, 4473.0, 4446.0, 4475.0, 4445.0, 4473.0, 4444.0, 4473.0, 4456.0, 4464.0, 4445.0, 4463.0, 4454.0, 4465.0, 4445.0, 4465.0, 4444.0, 4465.0, 4444.0, 4477.0, 4446.0, 4484.0, 4456.0, 4487.0, 4456.0, 4496.0, 4464.0, 4506.0, 4465.0, 4527.0, 4466.0, 4526.0, 4477.0, 4517.0, 4478.0, 4496.0, 4467.0, 4485.0, 4477.0, 4475.0, 4477.0, 4454.0, 4476.0, 4474.0, 4465.0, 4494.0, 4476.0, 4456.0, 4476.0, 4456.0, 4475.0, 4457.0, 4477.0, 4455.0, 4478.0, 4460.0, 4486.0, 4459.0, 4486.0, 4458.0, 4486.0, 4460.0, 4502.0, 4471.0, 4490.0, 4458.0, 4484.0, 4454.0, 4473.0, 4467.0, 4445.0, 4476.0, 4447.0, 4476.0, 4469.0, 4489.0, 4489.0, 4459.0, 4519.0, 4486.0, 4516.0, 4486.0, 4514.0, 4472.0, 4513.0, 4472.0, 4502.0, 4481.0, 4501.0, 4470.0, 4500.0, 4470.0, 4489.0, 4460.0, 4459.0, 4440.0, 4440.0, 4464.0, 4462.0, 4461.0, 4429.0, 4450.0, 4429.0, 4450.0, 4441.0, 4460.0, 4432.0, 4460.0, 4430.0, 4461.0, 4442.0, 4460.0, 4430.0, 4471.0, 4430.0, 4459.0, 4429.0, 4459.0, 4430.0, 4459.0, 4430.0, 4470.0, 4430.0, 4461.0, 4441.0, 4470.0, 4441.0, 4482.0, 4441.0, 4481.0, 4442.0, 4481.0, 4441.0, 4500.0, 4441.0, 4490.0, 4441.0, 4460.0, 4441.0, 4470.0, 4431.0, 4471.0, 4442.0, 4472.0, 4443.0, 4472.0, 4443.0, 4474.0, 4443.0, 4483.0, 4454.0, 4483.0, 4455.0, 4503.0, 4454.0, 4483.0, 4453.0, 4472.0, 4453.0, 4483.0, 4444.0, 4473.0, 4444.0, 4474.0, 4465.0, 4504.0, 4455.0, 4475.0, 4455.0, 4485.0, 4466.0, 4465.0, 4468.0, 4457.0, 4468.0, 4458.0, 4468.0, 4467.0, 4477.0, 4455.0, 4477.0, 4466.0, 4479.0, 4476.0, 4477.0, 4455.0, 4475.0, 4446.0, 4485.0, 4446.0, 4496.0, 4467.0, 4515.0, 4455.0, 4515.0, 4467.0, 4526.0, 4467.0, 4505.0, 4465.0, 4495.0, 4465.0, 4513.0, 4463.0, 4482.0, 4463.0, 4452.0, 4453.0, 4452.0, 4463.0, 4442.0, 4453.0, 4442.0, 4454.0, 4432.0, 4453.0, 4440.0, 4453.0, 4432.0, 4454.0, 4442.0, 4463.0, 4442.0, 4464.0, 4445.0, 4463.0, 4454.0, 4463.0, 4443.0, 4463.0, 4444.0, 4463.0, 4443.0, 4465.0, 4456.0, 4474.0, 4434.0, 4485.0, 4455.0, 4473.0, 4453.0, 4464.0, 4451.0, 4462.0, 4440.0, 4453.0, 4431.0, 4452.0, 4462.0, 4452.0, 4441.0, 4452.0, 4443.0, 4454.0, 4443.0, 4466.0, 4444.0, 4455.0, 4455.0, 4465.0, 4457.0, 4466.0, 4457.0, 4476.0, 4446.0, 4466.0, 4445.0, 4476.0, 4454.0, 4475.0, 4456.0, 4464.0, 4456.0, 4464.0, 4455.0, 4475.0, 4446.0, 4475.0, 4447.0, 4477.0, 4448.0, 4477.0, 4467.0, 4497.0, 4467.0, 4507.0, 4468.0, 4467.0, 4457.0, 4459.0, 4508.0, 4480.0, 4460.0, 4490.0, 4469.0, 4520.0, 4497.0, 4528.0, 4475.0, 4525.0, 4464.0, 4515.0, 4474.0, 4504.0, 4475.0, 4513.0, 4456.0, 4524.0, 4465.0, 4483.0, 4464.0, 4473.0, 4464.0, 4444.0, 4464.0, 4445.0, 4466.0, 4445.0, 4464.0, 4444.0, 4473.0, 4443.0, 4473.0, 4443.0, 4485.0, 4445.0, 4503.0, 4454.0, 4494.0, 4455.0, 4485.0, 4456.0, 4494.0, 4465.0, 4497.0, 4469.0, 4467.0, 4479.0, 4467.0, 4444.0, 4423.0, 4451.0, 4432.0, 4420.0, 4452.0, 4439.0, 4451.0, 4501.0, 4443.0, 4500.0, 4451.0, 4499.0, 4452.0, 4500.0, 4439.0, 4498.0, 4448.0, 4497.0, 4468.0, 4485.0, 4436.0, 4485.0, 4445.0, 4483.0, 4433.0, 4482.0, 4440.0, 4459.0, 4418.0, 4457.0, 4407.0, 4457.0, 4407.0, 4456.0, 4407.0, 4438.0, 4412.0, 4452.0, 4411.0, 4439.0, 4400.0, 4431.0, 4411.0, 4402.0, 4424.0, 4404.0, 4435.0, 4404.0, 4437.0, 4418.0, 4447.0, 4428.0, 4438.0, 4439.0, 4428.0, 4449.0, 4421.0, 4461.0, 4432.0, 4461.0, 4442.0, 4482.0, 4452.0, 4461.0, 4452.0, 4444.0, 4463.0, 4433.0, 4461.0, 4433.0, 4463.0, 4466.0, 4435.0, 4474.0, 4467.0, 4467.0, 4476.0, 4446.0, 4476.0, 4456.0, 4466.0, 4466.0, 4437.0, 4466.0, 4445.0, 4486.0, 4447.0, 4475.0, 4467.0, 4458.0, 4478.0, 4461.0, 4490.0, 4471.0, 4471.0, 4480.0, 4471.0, 4492.0, 4470.0, 4513.0, 4480.0, 4471.0, 4491.0, 4461.0, 4532.0, 4493.0, 4540.0, 4497.0, 4476.0, 4519.0, 4469.0, 4529.0, 4509.0, 4527.0, 4508.0, 4487.0, 4516.0, 4465.0, 4527.0, 4486.0, 4526.0, 4485.0, 4506.0, 4473.0, 4454.0, 4475.0, 4444.0, 4485.0, 4433.0, 4494.0, 4443.0, 4505.0, 4455.0, 4504.0, 4466.0, 4473.0, 4468.0, 4468.0, 4456.0, 4435.0, 4452.0, 4433.0, 4441.0, 4442.0, 4434.0, 4473.0, 4466.0, 4476.0, 4465.0, 4445.0, 4486.0, 4445.0, 4514.0, 4486.0, 4515.0, 4504.0, 4502.0, 4493.0, 4442.0, 4511.0, 4492.0, 4500.0, 4468.0, 4486.0, 4454.0, 4442.0, 4433.0, 4423.0, 4434.0, 4433.0, 4422.0, 4432.0, 4422.0, 4422.0, 4422.0, 4402.0, 4435.0, 4402.0, 4435.0, 4405.0, 4436.0, 4417.0, 4448.0, 4417.0, 4449.0, 4419.0, 4450.0, 4441.0, 4462.0, 4430.0, 4462.0, 4442.0, 4463.0, 4442.0, 4474.0, 4442.0, 4473.0, 4443.0, 4473.0, 4443.0, 4473.0, 4444.0, 4474.0, 4444.0, 4492.0, 4455.0, 4493.0, 4464.0, 4505.0, 4467.0, 4505.0, 4464.0, 4515.0, 4465.0, 4514.0, 4465.0, 4504.0, 4475.0, 4504.0, 4464.0, 4504.0, 4464.0, 4493.0, 4454.0, 4494.0, 4454.0, 4493.0, 4454.0, 4484.0, 4453.0, 4483.0, 4455.0, 4483.0, 4453.0, 4492.0, 4442.0, 4484.0, 4442.0, 4475.0, 4432.0, 4473.0, 4431.0, 4483.0, 4442.0, 4473.0, 4433.0, 4474.0, 4442.0, 4475.0, 4442.0, 4462.0, 4442.0, 4462.0, 4454.0, 4473.0, 4453.0, 4475.0, 4454.0, 4487.0, 4447.0, 4507.0, 4458.0, 4497.0, 4468.0, 4506.0, 4467.0, 4506.0, 4467.0, 4517.0, 4475.0, 4513.0, 4475.0, 4513.0, 4465.0, 4504.0, 4465.0, 4504.0, 4465.0, 4503.0, 4465.0, 4503.0, 4465.0, 4465.0, 4466.0, 4505.0, 4476.0, 4485.0, 4465.0, 4476.0, 4477.0, 4515.0, 4468.0, 4526.0, 4476.0, 4514.0, 4468.0, 4526.0, 4466.0, 4506.0, 4465.0, 4504.0, 4453.0, 4503.0, 4453.0, 4495.0, 4445.0, 4492.0, 4454.0, 4493.0, 4444.0, 4484.0, 4446.0, 4484.0, 4444.0, 4485.0, 4455.0, 4504.0, 4466.0, 4525.0, 4465.0, 4505.0, 4464.0, 4513.0, 4464.0, 4503.0, 4463.0, 4503.0, 4454.0, 4492.0, 4462.0, 4504.0, 4443.0, 4492.0, 4452.0, 4494.0, 4454.0, 4504.0, 4451.0, 4501.0, 4442.0, 4492.0, 4442.0, 4482.0, 4442.0, 4491.0, 4440.0, 4492.0, 4430.0, 4470.0, 4442.0, 4471.0, 4441.0, 4482.0, 4444.0, 4482.0, 4443.0, 4483.0, 4453.0, 4503.0, 4454.0, 4493.0, 4454.0, 4501.0, 4452.0, 4513.0, 4463.0, 4492.0, 4453.0, 4462.0, 4463.0, 4451.0, 4464.0, 4472.0, 4463.0, 4442.0, 4463.0, 4441.0, 4464.0, 4463.0, 4463.0, 4502.0, 4463.0, 4462.0, 4463.0, 4452.0, 4463.0, 4484.0, 4464.0, 4471.0, 4462.0, 4442.0, 4463.0, 4442.0, 4462.0, 4473.0, 4464.0, 4452.0, 4474.0, 4441.0, 4473.0, 4432.0, 4475.0, 4443.0, 4474.0, 4434.0, 4484.0, 4454.0, 4497.0, 4469.0, 4496.0, 4467.0, 4466.0, 4466.0, 4445.0, 4486.0, 4456.0, 4486.0, 4444.0, 4505.0, 4444.0, 4516.0, 4445.0, 4496.0, 4445.0, 4495.0, 4434.0, 4503.0, 4444.0, 4482.0, 4444.0, 4484.0, 4443.0, 4484.0, 4455.0, 4495.0, 4454.0, 4464.0, 4454.0, 4466.0, 4465.0, 4446.0, 4476.0, 4456.0, 4477.0, 4448.0, 4485.0, 4456.0, 4496.0, 4467.0, 4480.0, 4468.0, 4448.0, 4489.0, 4458.0, 4499.0, 4458.0, 4520.0, 4459.0, 4529.0, 4482.0, 4471.0, 4490.0, 4470.0, 4488.0, 4477.0, 4458.0, 4499.0, 4457.0, 4507.0, 4459.0, 4516.0, 4477.0, 4517.0, 4475.0, 4466.0, 4476.0, 4455.0, 4475.0, 4448.0, 4498.0, 4477.0, 4456.0, 4487.0, 4448.0, 4507.0, 4459.0, 4515.0, 4486.0, 4526.0, 4475.0, 4505.0, 4466.0, 4493.0, 4475.0, 4474.0, 4474.0, 4433.0, 4473.0, 4443.0, 4482.0, 4459.0, 4499.0, 4447.0, 4495.0, 4446.0, 4526.0, 4456.0, 4474.0, 4453.0, 4465.0, 4466.0, 4453.0, 4477.0, 4444.0, 4496.0, 4444.0, 4485.0, 4445.0, 4494.0, 4443.0, 4503.0, 4433.0, 4491.0, 4444.0, 4494.0, 4432.0, 4501.0, 4433.0, 4472.0, 4432.0, 4474.0, 4453.0, 4502.0, 4443.0, 4471.0, 4443.0, 4515.0, 4454.0, 4513.0, 4441.0, 4441.0, 4461.0, 4430.0, 4491.0, 4453.0, 4512.0, 4452.0, 4492.0, 4481.0, 4509.0, 4459.0, 4479.0, 4438.0, 4437.0, 4438.0, 4435.0, 4449.0, 4428.0, 4447.0, 4418.0, 4447.0, 4405.0, 4447.0, 4419.0, 4459.0, 4417.0, 4469.0, 4420.0, 4469.0, 4422.0, 4449.0, 4441.0, 4430.0, 4450.0, 4431.0, 4442.0, 4474.0, 4461.0, 4463.0, 4512.0, 4461.0], 'WindowWidth': [9990.0, 9914.0, 9910.0, 9859.0, 9877.0, 9835.0, 9857.0, 9827.0, 9852.0, 9826.0, 9843.0, 9826.0, 9841.0, 9826.0, 9846.0, 9829.0, 9848.0, 9844.0, 9847.0, 9846.0, 9865.0, 9849.0, 9869.0, 9849.0, 9849.0, 9879.0, 9894.0, 9853.0, 9882.0, 9843.0, 9876.0, 9848.0, 9891.0, 9842.0, 9876.0, 9846.0, 9887.0, 9852.0, 9881.0, 9849.0, 9894.0, 9851.0, 9894.0, 9878.0, 9878.0, 9934.0, 9883.0, 9923.0, 9885.0, 9948.0, 9886.0, 9926.0, 9870.0, 9912.0, 9872.0, 9909.0, 9859.0, 9923.0, 9910.0, 9936.0, 9880.0, 9909.0, 9854.0, 9909.0, 9876.0, 9915.0, 9832.0, 9896.0, 9885.0, 9890.0, 9892.0, 9882.0, 9941.0, 9922.0, 9975.0, 9888.0, 9955.0, 9879.0, 9950.0, 9915.0, 9964.0, 9884.0, 9948.0, 9881.0, 9932.0, 9883.0, 9920.0, 9865.0, 9894.0, 9871.0, 9882.0, 9900.0, 9872.0, 9899.0, 9860.0, 9897.0, 9876.0, 9899.0, 9861.0, 9925.0, 9857.0, 9906.0, 9855.0, 9907.0, 9857.0, 9919.0, 9850.0, 9904.0, 9856.0, 9933.0, 9877.0, 9919.0, 9872.0, 9925.0, 9857.0, 9891.0, 9838.0, 9888.0, 9832.0, 9887.0, 9838.0, 9901.0, 9839.0, 9887.0, 9835.0, 9887.0, 9832.0, 9881.0, 9830.0, 9902.0, 9831.0, 9884.0, 9830.0, 9871.0, 9830.0, 9883.0, 9829.0, 9879.0, 9828.0, 9868.0, 9841.0, 9868.0, 9852.0, 9885.0, 9828.0, 9869.0, 9843.0, 9876.0, 9845.0, 9874.0, 9840.0, 9875.0, 9847.0, 9872.0, 9845.0, 9873.0, 9846.0, 9888.0, 9843.0, 9889.0, 9849.0, 9891.0, 9863.0, 9878.0, 9857.0, 9877.0, 9846.0, 9876.0, 9865.0, 9883.0, 9863.0, 9889.0, 9843.0, 9877.0, 9847.0, 9878.0, 9868.0, 9895.0, 9848.0, 9891.0, 9851.0, 9875.0, 9855.0, 9904.0, 9868.0, 9887.0, 9885.0, 9891.0, 9922.0, 9873.0, 9903.0, 9857.0, 9891.0, 9863.0, 9887.0, 9852.0, 9882.0, 9829.0, 9873.0, 9843.0, 9885.0, 9856.0, 9888.0, 9846.0, 9877.0, 9845.0, 9888.0, 9849.0, 9892.0, 9848.0, 9893.0, 9852.0, 9893.0, 9856.0, 9893.0, 9864.0, 9905.0, 9855.0, 9905.0, 9843.0, 9906.0, 9856.0, 9921.0, 9874.0, 9937.0, 9873.0, 9924.0, 9885.0, 9938.0, 9887.0, 9882.0, 9885.0, 9854.0, 9901.0, 9871.0, 9901.0, 9863.0, 9900.0, 9856.0, 9912.0, 9859.0, 9912.0, 9859.0, 9910.0, 9875.0, 9931.0, 9878.0, 9943.0, 9886.0, 9886.0, 9886.0, 9872.0, 9901.0, 9858.0, 9901.0, 9865.0, 9907.0, 9852.0, 9907.0, 9856.0, 9906.0, 9870.0, 9933.0, 9881.0, 9906.0, 9881.0, 9896.0, 9910.0, 9902.0, 9933.0, 9877.0, 9933.0, 9879.0, 9937.0, 9917.0, 9930.0, 9899.0, 9879.0, 9886.0, 9861.0, 9920.0, 9911.0, 9894.0, 9973.0, 9888.0, 9969.0, 9912.0, 9921.0, 9912.0, 9883.0, 9922.0, 9851.0, 9900.0, 9847.0, 9929.0, 9848.0, 9898.0, 9875.0, 9847.0, 9888.0, 9866.0, 9890.0, 9846.0, 9890.0, 9846.0, 9886.0, 9834.0, 9886.0, 9837.0, 9900.0, 9852.0, 9931.0, 9865.0, 9933.0, 9868.0, 9902.0, 9864.0, 9836.0, 9879.0, 9852.0, 9894.0, 9857.0, 9910.0, 9853.0, 9920.0, 9853.0, 9920.0, 9852.0, 9913.0, 9847.0, 9903.0, 9849.0, 9886.0, 9865.0, 9915.0, 9864.0, 9875.0, 9865.0, 9879.0, 9890.0, 9851.0, 9898.0, 9852.0, 9889.0, 9872.0, 9924.0, 9856.0, 9918.0, 9851.0, 9917.0, 9834.0, 9913.0, 9832.0, 9885.0, 9829.0, 9871.0, 9840.0, 9885.0, 9826.0, 9880.0, 9829.0, 9867.0, 9847.0, 9871.0, 9842.0, 9868.0, 9831.0, 9856.0, 9832.0, 9887.0, 9856.0, 9901.0, 9837.0, 9881.0, 9799.0, 9808.0, 9795.0, 9810.0, 9819.0, 9851.0, 9835.0, 9853.0, 9782.0, 9862.0, 9797.0, 9893.0, 9797.0, 9891.0, 9809.0, 9886.0, 9797.0, 9868.0, 9799.0, 9849.0, 9795.0, 9844.0, 9788.0, 9809.0, 9797.0, 9750.0, 9766.0, 9722.0, 9754.0, 9722.0, 9751.0, 9706.0, 9737.0, 9724.0, 9749.0, 9720.0, 9752.0, 9740.0, 9760.0, 9757.0, 9799.0, 9752.0, 9779.0, 9769.0, 9791.0, 9775.0, 9796.0, 9773.0, 9787.0, 9794.0, 9793.0, 9812.0, 9798.0, 9814.0, 9788.0, 9817.0, 9806.0, 9839.0, 9790.0, 9841.0, 9790.0, 9857.0, 9804.0, 9833.0, 9818.0, 9809.0, 9852.0, 9812.0, 9826.0, 9855.0, 9806.0, 9834.0, 9808.0, 9861.0, 9807.0, 9886.0, 9807.0, 9862.0, 9826.0, 9878.0, 9837.0, 9851.0, 9828.0, 9831.0, 9885.0, 9831.0, 9860.0, 9854.0, 9850.0, 9853.0, 9854.0, 9887.0, 9841.0, 9902.0, 9867.0, 9920.0, 9853.0, 9907.0, 9862.0, 9840.0, 9825.0, 9812.0, 9851.0, 9829.0, 9882.0, 9861.0, 9894.0, 9859.0, 9939.0, 9856.0, 9909.0, 9859.0, 9908.0, 9869.0, 9892.0, 9852.0, 9891.0, 9855.0, 9877.0, 9856.0, 9865.0, 9858.0, 9833.0, 9858.0, 9824.0, 9854.0, 9825.0, 9856.0, 9838.0, 9854.0, 9825.0, 9855.0, 9812.0, 9867.0, 9828.0, 9867.0, 9815.0, 9891.0, 9827.0, 9907.0, 9842.0, 9894.0, 9856.0, 9910.0, 9843.0, 9906.0, 9853.0, 9874.0, 9839.0, 9878.0, 9839.0, 9893.0, 9840.0, 9839.0, 9854.0, 9826.0, 9856.0, 9858.0, 9858.0, 9868.0, 9858.0, 9814.0, 9860.0, 9832.0, 9874.0, 9845.0, 9862.0, 9856.0, 9859.0, 9828.0, 9873.0, 9833.0, 9876.0, 9833.0, 9876.0, 9834.0, 9857.0, 9841.0, 9871.0, 9836.0, 9903.0, 9879.0, 9905.0, 9878.0, 9930.0, 9889.0, 9897.0, 9872.0, 9923.0, 9867.0, 9925.0, 9863.0, 9906.0, 9861.0, 9887.0, 9834.0, 9870.0, 9806.0, 9848.0, 9813.0, 9849.0, 9811.0, 9867.0, 9816.0, 9869.0, 9832.0, 9886.0, 9849.0, 9887.0, 9859.0, 9910.0, 9845.0, 9870.0, 9863.0, 9899.0, 9861.0, 9859.0, 9861.0, 9831.0, 9874.0, 9831.0, 9876.0, 9829.0, 9873.0, 9859.0, 9871.0, 9829.0, 9872.0, 9830.0, 9869.0, 9840.0, 9872.0, 9832.0, 9884.0, 9835.0, 9883.0, 9831.0, 9883.0, 9831.0, 9882.0, 9828.0, 9891.0, 9809.0, 9878.0, 9820.0, 9850.0, 9833.0, 9849.0, 9814.0, 9847.0, 9801.0, 9844.0, 9800.0, 9832.0, 9843.0, 9831.0, 9817.0, 9831.0, 9820.0, 9832.0, 9834.0, 9835.0, 9862.0, 9836.0, 9806.0, 9852.0, 9809.0, 9863.0, 9810.0, 9865.0, 9811.0, 9862.0, 9808.0, 9861.0, 9806.0, 9862.0, 9819.0, 9850.0, 9820.0, 9862.0, 9805.0, 9871.0, 9806.0, 9860.0, 9825.0, 9866.0, 9837.0, 9916.0, 9823.0, 9875.0, 9823.0, 9918.0, 9828.0, 9918.0, 9845.0, 9900.0, 9832.0, 9873.0, 9819.0, 9885.0, 9836.0, 9856.0, 9821.0, 9815.0, 9831.0, 9802.0, 9847.0, 9810.0, 9853.0, 9809.0, 9848.0, 9809.0, 9827.0, 9857.0, 9837.0, 9901.0, 9849.0, 9929.0, 9847.0, 9924.0, 9855.0, 9838.0, 9855.0, 9837.0, 9852.0, 9847.0, 9836.0, 9846.0, 9851.0, 9816.0, 9844.0, 9805.0, 9846.0, 9803.0, 9847.0, 9823.0, 9848.0, 9808.0, 9847.0, 9811.0, 9851.0, 9812.0, 9851.0, 9823.0, 9888.0, 9823.0, 9890.0, 9825.0, 9877.0, 9853.0, 9889.0, 9839.0, 9808.0, 9836.0, 9820.0, 9837.0, 9823.0, 9862.0, 9806.0, 9900.0, 9821.0, 9887.0, 9818.0, 9871.0, 9816.0, 9898.0, 9815.0, 9883.0, 9805.0, 9871.0, 9820.0, 9883.0, 9815.0, 9881.0, 9802.0, 9864.0, 9812.0, 9865.0, 9813.0, 9894.0, 9799.0, 9879.0, 9815.0, 9879.0, 9815.0, 9840.0, 9815.0, 9799.0, 9816.0, 9787.0, 9817.0, 9818.0, 9833.0, 9800.0, 9830.0, 9787.0, 9830.0, 9804.0, 9831.0, 9798.0, 9829.0, 9798.0, 9818.0, 9799.0, 9829.0, 9790.0, 9829.0, 9799.0, 9828.0, 9800.0, 9826.0, 9802.0, 9832.0, 9788.0, 9828.0, 9803.0, 9842.0, 9801.0, 9845.0, 9805.0, 9831.0, 9805.0, 9859.0, 9836.0, 9854.0, 9827.0, 9842.0, 9811.0, 9850.0, 9812.0, 9856.0, 9829.0, 9875.0, 9846.0, 9889.0, 9847.0, 9898.0, 9847.0, 9912.0, 9862.0, 9872.0, 9832.0, 9829.0, 9844.0, 9826.0, 9860.0, 9834.0, 9873.0, 9819.0, 9887.0, 9832.0, 9910.0, 9854.0, 9927.0, 9856.0, 9938.0, 9853.0, 9922.0, 9864.0, 9909.0, 9862.0, 9902.0, 9819.0, 9875.0, 9835.0, 9892.0, 9837.0, 9903.0, 9821.0, 9899.0, 9832.0, 9877.0, 9836.0, 9901.0, 9824.0, 9875.0, 9840.0, 9878.0, 9841.0, 9880.0, 9851.0, 9821.0, 9822.0, 9822.0, 9848.0, 9835.0, 9854.0, 9813.0, 9905.0, 9831.0, 9923.0, 9843.0, 9911.0, 9845.0, 9918.0, 9862.0, 9819.0, 9853.0, 9811.0, 9823.0, 9853.0, 9824.0, 9878.0, 9841.0, 9899.0, 9839.0, 9876.0, 9827.0, 9876.0, 9803.0, 9840.0, 9776.0, 9812.0, 9758.0, 9810.0, 9774.0, 9797.0, 9763.0, 9786.0, 9781.0, 9788.0, 9774.0, 9791.0, 9778.0, 9794.0, 9783.0, 9797.0, 9780.0, 9799.0, 9780.0, 9810.0, 9778.0, 9795.0, 9807.0, 9796.0, 9794.0, 9810.0, 9782.0, 9816.0, 9812.0, 9817.0, 9816.0, 9821.0, 9803.0, 9820.0, 9818.0, 9827.0, 9852.0, 9833.0, 9821.0, 9823.0, 9864.0, 9824.0, 9919.0, 9841.0, 9916.0, 9835.0, 9887.0, 9835.0, 9873.0, 9833.0, 9872.0, 9824.0, 9850.0, 9810.0, 9846.0, 9814.0, 9852.0, 9811.0, 9848.0, 9810.0, 9847.0, 9827.0, 9837.0, 9812.0, 9835.0, 9823.0, 9839.0, 9811.0, 9840.0, 9810.0, 9840.0, 9813.0, 9857.0, 9818.0, 9867.0, 9831.0, 9873.0, 9831.0, 9884.0, 9841.0, 9897.0, 9842.0, 9927.0, 9844.0, 9925.0, 9860.0, 9914.0, 9863.0, 9886.0, 9846.0, 9869.0, 9859.0, 9856.0, 9860.0, 9826.0, 9857.0, 9853.0, 9840.0, 9880.0, 9856.0, 9829.0, 9857.0, 9830.0, 9857.0, 9834.0, 9861.0, 9831.0, 9864.0, 9842.0, 9874.0, 9839.0, 9872.0, 9837.0, 9872.0, 9843.0, 9902.0, 9860.0, 9882.0, 9831.0, 9861.0, 9825.0, 9846.0, 9845.0, 9814.0, 9858.0, 9814.0, 9854.0, 9849.0, 9878.0, 9878.0, 9841.0, 9921.0, 9869.0, 9912.0, 9870.0, 9905.0, 9843.0, 9900.0, 9841.0, 9886.0, 9852.0, 9882.0, 9835.0, 9878.0, 9835.0, 9859.0, 9822.0, 9821.0, 9796.0, 9795.0, 9836.0, 9829.0, 9826.0, 9781.0, 9811.0, 9780.0, 9811.0, 9799.0, 9824.0, 9786.0, 9823.0, 9782.0, 9824.0, 9801.0, 9822.0, 9782.0, 9837.0, 9783.0, 9820.0, 9780.0, 9821.0, 9784.0, 9821.0, 9783.0, 9836.0, 9784.0, 9825.0, 9800.0, 9837.0, 9799.0, 9854.0, 9800.0, 9853.0, 9803.0, 9853.0, 9800.0, 9877.0, 9798.0, 9864.0, 9799.0, 9825.0, 9799.0, 9836.0, 9787.0, 9840.0, 9803.0, 9845.0, 9806.0, 9843.0, 9807.0, 9849.0, 9807.0, 9862.0, 9824.0, 9861.0, 9826.0, 9887.0, 9822.0, 9859.0, 9821.0, 9845.0, 9821.0, 9859.0, 9810.0, 9847.0, 9810.0, 9851.0, 9839.0, 9892.0, 9827.0, 9854.0, 9828.0, 9868.0, 9843.0, 9842.0, 9848.0, 9833.0, 9851.0, 9835.0, 9851.0, 9846.0, 9862.0, 9828.0, 9859.0, 9843.0, 9867.0, 9856.0, 9858.0, 9826.0, 9854.0, 9815.0, 9867.0, 9816.0, 9883.0, 9844.0, 9908.0, 9828.0, 9907.0, 9845.0, 9923.0, 9844.0, 9892.0, 9839.0, 9877.0, 9839.0, 9902.0, 9833.0, 9856.0, 9832.0, 9815.0, 9819.0, 9817.0, 9835.0, 9802.0, 9819.0, 9804.0, 9822.0, 9791.0, 9821.0, 9799.0, 9819.0, 9791.0, 9821.0, 9804.0, 9833.0, 9804.0, 9836.0, 9809.0, 9832.0, 9822.0, 9833.0, 9808.0, 9834.0, 9809.0, 9833.0, 9808.0, 9839.0, 9827.0, 9850.0, 9796.0, 9865.0, 9824.0, 9848.0, 9821.0, 9837.0, 9815.0, 9832.0, 9799.0, 9820.0, 9787.0, 9818.0, 9830.0, 9816.0, 9800.0, 9818.0, 9807.0, 9823.0, 9810.0, 9842.0, 9809.0, 9828.0, 9826.0, 9843.0, 9833.0, 9845.0, 9830.0, 9857.0, 9816.0, 9843.0, 9814.0, 9857.0, 9825.0, 9854.0, 9828.0, 9838.0, 9827.0, 9839.0, 9827.0, 9854.0, 9817.0, 9855.0, 9820.0, 9860.0, 9823.0, 9860.0, 9848.0, 9888.0, 9847.0, 9900.0, 9849.0, 9845.0, 9832.0, 9840.0, 9906.0, 9869.0, 9843.0, 9884.0, 9853.0, 9924.0, 9887.0, 9931.0, 9853.0, 9922.0, 9838.0, 9908.0, 9850.0, 9892.0, 9853.0, 9904.0, 9825.0, 9918.0, 9837.0, 9862.0, 9837.0, 9849.0, 9837.0, 9810.0, 9838.0, 9813.0, 9842.0, 9813.0, 9838.0, 9809.0, 9847.0, 9808.0, 9847.0, 9808.0, 9864.0, 9811.0, 9888.0, 9823.0, 9877.0, 9824.0, 9866.0, 9829.0, 9878.0, 9842.0, 9890.0, 9851.0, 9845.0, 9863.0, 9840.0, 9804.0, 9772.0, 9808.0, 9784.0, 9765.0, 9812.0, 9790.0, 9810.0, 9875.0, 9800.0, 9871.0, 9807.0, 9870.0, 9812.0, 9872.0, 9790.0, 9867.0, 9798.0, 9864.0, 9824.0, 9845.0, 9778.0, 9842.0, 9787.0, 9839.0, 9767.0, 9833.0, 9774.0, 9796.0, 9739.0, 9791.0, 9724.0, 9791.0, 9721.0, 9789.0, 9722.0, 9768.0, 9740.0, 9795.0, 9737.0, 9772.0, 9722.0, 9764.0, 9738.0, 9726.0, 9759.0, 9734.0, 9777.0, 9736.0, 9781.0, 9760.0, 9797.0, 9774.0, 9788.0, 9789.0, 9773.0, 9802.0, 9772.0, 9823.0, 9786.0, 9825.0, 9801.0, 9854.0, 9814.0, 9826.0, 9814.0, 9807.0, 9830.0, 9790.0, 9825.0, 9788.0, 9830.0, 9837.0, 9797.0, 9849.0, 9843.0, 9844.0, 9854.0, 9813.0, 9853.0, 9828.0, 9840.0, 9839.0, 9803.0, 9842.0, 9811.0, 9867.0, 9817.0, 9853.0, 9845.0, 9834.0, 9862.0, 9842.0, 9880.0, 9857.0, 9856.0, 9869.0, 9859.0, 9887.0, 9858.0, 9916.0, 9870.0, 9857.0, 9884.0, 9845.0, 9941.0, 9890.0, 9949.0, 9885.0, 9857.0, 9917.0, 9849.0, 9935.0, 9904.0, 9929.0, 9903.0, 9870.0, 9910.0, 9839.0, 9926.0, 9867.0, 9924.0, 9864.0, 9893.0, 9847.0, 9822.0, 9853.0, 9808.0, 9863.0, 9793.0, 9875.0, 9806.0, 9892.0, 9824.0, 9888.0, 9839.0, 9845.0, 9846.0, 9846.0, 9827.0, 9797.0, 9814.0, 9789.0, 9797.0, 9802.0, 9792.0, 9848.0, 9839.0, 9855.0, 9838.0, 9811.0, 9869.0, 9813.0, 9904.0, 9868.0, 9903.0, 9886.0, 9878.0, 9869.0, 9801.0, 9894.0, 9865.0, 9876.0, 9827.0, 9848.0, 9800.0, 9781.0, 9770.0, 9754.0, 9771.0, 9768.0, 9754.0, 9767.0, 9755.0, 9753.0, 9755.0, 9727.0, 9774.0, 9730.0, 9777.0, 9738.0, 9782.0, 9755.0, 9800.0, 9758.0, 9806.0, 9764.0, 9809.0, 9798.0, 9828.0, 9782.0, 9829.0, 9800.0, 9830.0, 9803.0, 9847.0, 9803.0, 9846.0, 9805.0, 9846.0, 9806.0, 9846.0, 9808.0, 9847.0, 9808.0, 9870.0, 9823.0, 9874.0, 9836.0, 9892.0, 9843.0, 9894.0, 9837.0, 9906.0, 9838.0, 9903.0, 9838.0, 9893.0, 9851.0, 9891.0, 9835.0, 9889.0, 9833.0, 9873.0, 9821.0, 9875.0, 9821.0, 9872.0, 9822.0, 9863.0, 9820.0, 9860.0, 9825.0, 9860.0, 9819.0, 9871.0, 9804.0, 9860.0, 9804.0, 9849.0, 9791.0, 9846.0, 9787.0, 9857.0, 9802.0, 9843.0, 9790.0, 9847.0, 9802.0, 9850.0, 9803.0, 9829.0, 9801.0, 9830.0, 9822.0, 9849.0, 9821.0, 9853.0, 9824.0, 9872.0, 9822.0, 9902.0, 9838.0, 9887.0, 9850.0, 9899.0, 9846.0, 9899.0, 9847.0, 9913.0, 9854.0, 9903.0, 9851.0, 9902.0, 9839.0, 9891.0, 9840.0, 9891.0, 9840.0, 9887.0, 9838.0, 9888.0, 9839.0, 9838.0, 9842.0, 9894.0, 9857.0, 9868.0, 9841.0, 9856.0, 9859.0, 9910.0, 9849.0, 9924.0, 9857.0, 9906.0, 9846.0, 9923.0, 9841.0, 9899.0, 9840.0, 9891.0, 9821.0, 9887.0, 9819.0, 9879.0, 9811.0, 9872.0, 9820.0, 9874.0, 9809.0, 9862.0, 9815.0, 9863.0, 9810.0, 9863.0, 9824.0, 9892.0, 9841.0, 9922.0, 9839.0, 9895.0, 9836.0, 9901.0, 9835.0, 9888.0, 9832.0, 9888.0, 9821.0, 9870.0, 9830.0, 9886.0, 9805.0, 9870.0, 9815.0, 9875.0, 9820.0, 9886.0, 9814.0, 9881.0, 9802.0, 9868.0, 9800.0, 9855.0, 9802.0, 9865.0, 9797.0, 9867.0, 9784.0, 9837.0, 9804.0, 9840.0, 9800.0, 9855.0, 9806.0, 9857.0, 9805.0, 9860.0, 9821.0, 9887.0, 9821.0, 9873.0, 9820.0, 9882.0, 9817.0, 9900.0, 9832.0, 9870.0, 9818.0, 9830.0, 9831.0, 9814.0, 9835.0, 9844.0, 9833.0, 9802.0, 9833.0, 9801.0, 9835.0, 9832.0, 9833.0, 9885.0, 9832.0, 9830.0, 9832.0, 9816.0, 9833.0, 9862.0, 9835.0, 9841.0, 9829.0, 9802.0, 9832.0, 9803.0, 9831.0, 9847.0, 9834.0, 9816.0, 9849.0, 9802.0, 9846.0, 9791.0, 9852.0, 9807.0, 9849.0, 9795.0, 9865.0, 9827.0, 9886.0, 9852.0, 9886.0, 9846.0, 9845.0, 9845.0, 9817.0, 9873.0, 9831.0, 9870.0, 9810.0, 9892.0, 9809.0, 9910.0, 9813.0, 9880.0, 9814.0, 9879.0, 9794.0, 9885.0, 9808.0, 9858.0, 9807.0, 9861.0, 9807.0, 9862.0, 9826.0, 9879.0, 9823.0, 9837.0, 9825.0, 9841.0, 9839.0, 9816.0, 9858.0, 9832.0, 9858.0, 9819.0, 9868.0, 9831.0, 9884.0, 9846.0, 9868.0, 9851.0, 9823.0, 9880.0, 9837.0, 9892.0, 9837.0, 9922.0, 9837.0, 9933.0, 9875.0, 9860.0, 9881.0, 9855.0, 9875.0, 9861.0, 9834.0, 9893.0, 9832.0, 9902.0, 9838.0, 9911.0, 9857.0, 9911.0, 9853.0, 9840.0, 9854.0, 9822.0, 9850.0, 9820.0, 9885.0, 9857.0, 9828.0, 9872.0, 9820.0, 9899.0, 9835.0, 9908.0, 9866.0, 9921.0, 9850.0, 9889.0, 9837.0, 9871.0, 9847.0, 9846.0, 9847.0, 9790.0, 9844.0, 9804.0, 9854.0, 9837.0, 9891.0, 9817.0, 9876.0, 9812.0, 9921.0, 9828.0, 9848.0, 9819.0, 9838.0, 9840.0, 9819.0, 9856.0, 9808.0, 9880.0, 9807.0, 9863.0, 9808.0, 9873.0, 9803.0, 9885.0, 9789.0, 9866.0, 9805.0, 9873.0, 9787.0, 9880.0, 9789.0, 9842.0, 9788.0, 9847.0, 9816.0, 9882.0, 9804.0, 9839.0, 9804.0, 9905.0, 9821.0, 9898.0, 9796.0, 9798.0, 9824.0, 9783.0, 9865.0, 9816.0, 9898.0, 9812.0, 9870.0, 9849.0, 9887.0, 9816.0, 9843.0, 9787.0, 9782.0, 9787.0, 9779.0, 9805.0, 9774.0, 9799.0, 9761.0, 9797.0, 9741.0, 9797.0, 9766.0, 9818.0, 9760.0, 9831.0, 9767.0, 9834.0, 9769.0, 9806.0, 9798.0, 9781.0, 9809.0, 9786.0, 9803.0, 9848.0, 9825.0, 9831.0, 9895.0, 9824.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.008164160387513456</td></tr>
<tr><td colspan=3>aqi</td><td>0.05882263616792249</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.34655465088851</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2468407159450725</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0767080509531493</td></tr>
<tr><td colspan=3>efc</td><td>0.4796</td></tr>
<tr><td colspan=3>fber</td><td>5567.1729</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10706089943096066</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>123</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.620021528525296</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.819625123526595</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8207887509289735</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9364311118082087</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7016555078426023</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105732</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008308402262628078</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018593357875943184</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.061312219294068</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>19.0955</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8162</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.9878</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299103.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>852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.7024</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6557</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.587</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3682.0924</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77441.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1352.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4760.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.5812</td></tr>
<tr><td colspan=3>tsnr</td><td>27.656885827309452</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>