<?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-0084_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-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084/ses-02/func/sub-0084_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>82e1ea417f7f96b43693226fa240b151</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:05:40.900000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999764, 0.00227685, 0.0216205, -0.00226833, 0.999997, -0.000418633]</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.11297</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>[4141, -7776, -7266, 435, -51, -385, 65, 64]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>289.863</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f898e4c5-3899-4cee-bd92-1fdd4a8a4008||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822926998138428, -0.0060857683420181274, 0.0583777129650116, 115.97306060791016], [-0.006108629517257214, 2.68291974067688, -0.0009976272704079747, -95.88903045654297], [0.0580061674118042, 0.0011231615208089352, 2.699368476867676, -100.05430603027344], [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': ['120540.900000', '120541.360000', '120541.820000', '120542.280000', '120542.740000', '120543.200000', '120543.660000', '120544.120000', '120544.580000', '120545.040000', '120545.500000', '120545.960000', '120546.420000', '120546.880000', '120547.340000', '120547.800000', '120548.260000', '120548.720000', '120549.180000', '120549.640000', '120550.100000', '120550.560000', '120551.020000', '120551.480000', '120551.940000', '120552.400000', '120552.860000', '120553.320000', '120553.780000', '120554.240000', '120554.700000', '120555.160000', '120555.620000', '120556.080000', '120556.540000', '120557.000000', '120557.460000', '120557.920000', '120558.380000', '120558.840000', '120559.300000', '120559.760000', '120600.220000', '120600.680000', '120601.140000', '120601.600000', '120602.060000', '120602.520000', '120602.980000', '120603.440000', '120603.900000', '120604.360000', '120604.820000', '120605.280000', '120605.740000', '120606.200000', '120606.660000', '120607.120000', '120607.580000', '120608.040000', '120608.500000', '120608.960000', '120609.420000', '120609.880000', '120610.340000', '120610.800000', '120611.260000', '120611.720000', '120612.180000', '120612.640000', '120613.100000', '120613.560000', '120614.020000', '120614.480000', '120614.940000', '120615.400000', '120615.860000', '120616.320000', '120616.780000', '120617.240000', '120617.700000', '120618.160000', '120618.620000', '120619.080000', '120619.540000', '120620.000000', '120620.460000', '120620.920000', '120621.380000', '120621.840000', '120622.300000', '120622.760000', '120623.220000', '120623.680000', '120624.140000', '120624.600000', '120625.060000', '120625.520000', '120625.980000', '120626.440000', '120626.900000', '120627.360000', '120627.820000', '120628.280000', '120628.740000', '120629.200000', '120629.660000', '120630.120000', '120630.580000', '120631.040000', '120631.500000', '120631.960000', '120632.420000', '120632.880000', '120633.340000', '120633.800000', '120634.260000', '120634.720000', '120635.180000', '120635.640000', '120636.100000', '120636.560000', '120637.020000', '120637.480000', '120637.940000', '120638.400000', '120638.860000', '120639.320000', '120639.780000', '120640.240000', '120640.700000', '120641.160000', '120641.620000', '120642.080000', '120642.540000', '120643.000000', '120643.460000', '120643.920000', '120644.380000', '120644.840000', '120645.300000', '120645.760000', '120646.220000', '120646.680000', '120647.140000', '120647.600000', '120648.060000', '120648.520000', '120648.980000', '120649.440000', '120649.900000', '120650.360000', '120650.820000', '120651.280000', '120651.740000', '120652.200000', '120652.660000', '120653.120000', '120653.580000', '120654.040000', '120654.500000', '120654.960000', '120655.420000', '120655.880000', '120656.340000', '120656.800000', '120657.260000', '120657.720000', '120658.180000', '120658.640000', '120659.100000', '120659.560000', '120700.020000', '120700.480000', '120700.940000', '120701.400000', '120701.860000', '120702.320000', '120702.780000', '120703.240000', '120703.700000', '120704.160000', '120704.620000', '120705.080000', '120705.540000', '120706.000000', '120706.460000', '120706.920000', '120707.380000', '120707.840000', '120708.300000', '120708.760000', '120709.220000', '120709.680000', '120710.140000', '120710.600000', '120711.060000', '120711.520000', '120711.980000', '120712.440000', '120712.900000', '120713.360000', '120713.820000', '120714.280000', '120714.740000', '120715.200000', '120715.660000', '120716.120000', '120716.580000', '120717.040000', '120717.500000', '120717.960000', '120718.420000', '120718.880000', '120719.340000', '120719.800000', '120720.260000', '120720.720000', '120721.180000', '120721.640000', '120722.100000', '120722.560000', '120723.020000', '120723.480000', '120723.940000', '120724.400000', '120724.860000', '120725.320000', '120725.780000', '120726.240000', '120726.700000', '120727.160000', '120727.620000', '120728.080000', '120728.540000', '120729.000000', '120729.460000', '120729.920000', '120730.380000', '120730.840000', '120731.300000', '120731.760000', '120732.220000', '120732.680000', '120733.140000', '120733.600000', '120734.060000', '120734.520000', '120734.980000', '120735.440000', '120735.900000', '120736.360000', '120736.820000', '120737.280000', '120737.740000', '120738.200000', '120738.660000', '120739.120000', '120739.580000', '120740.040000', '120740.500000', '120740.960000', '120741.420000', '120741.880000', '120742.340000', '120742.800000', '120743.260000', '120743.720000', '120744.180000', '120744.640000', '120745.100000', '120745.560000', '120746.020000', '120746.480000', '120746.940000', '120747.400000', '120747.860000', '120748.320000', '120748.780000', '120749.240000', '120749.700000', '120750.160000', '120750.620000', '120751.080000', '120751.540000', '120752.000000', '120752.460000', '120752.920000', '120753.380000', '120753.840000', '120754.300000', '120754.760000', '120755.220000', '120755.680000', '120756.140000', '120756.600000', '120757.060000', '120757.520000', '120757.980000', '120758.440000', '120758.900000', '120759.360000', '120759.820000', '120800.280000', '120800.740000', '120801.200000', '120801.660000', '120802.120000', '120802.580000', '120803.040000', '120803.500000', '120803.960000', '120804.420000', '120804.880000', '120805.340000', '120805.800000', '120806.260000', '120806.720000', '120807.180000', '120807.640000', '120808.100000', '120808.560000', '120809.020000', '120809.480000', '120809.940000', '120810.400000', '120810.860000', '120811.320000', '120811.780000', '120812.240000', '120812.700000', '120813.160000', '120813.620000', '120814.080000', '120814.540000', '120815.000000', '120815.460000', '120815.920000', '120816.380000', '120816.840000', '120817.300000', '120817.760000', '120818.220000', '120818.680000', '120819.140000', '120819.600000', '120820.060000', '120820.520000', '120820.980000', '120821.440000', '120821.900000', '120822.360000', '120822.820000', '120823.280000', '120823.740000', '120824.200000', '120824.660000', '120825.120000', '120825.580000', '120826.040000', '120826.500000', '120826.960000', '120827.420000', '120827.880000', '120828.340000', '120828.800000', '120829.260000', '120829.720000', '120830.180000', '120830.640000', '120831.100000', '120831.560000', '120832.020000', '120832.480000', '120832.940000', '120833.400000', '120833.860000', '120834.320000', '120834.780000', '120835.240000', '120835.700000', '120836.160000', '120836.620000', '120837.080000', '120837.540000', '120838.000000', '120838.460000', '120838.920000', '120839.380000', '120839.840000', '120840.300000', '120840.760000', '120841.220000', '120841.680000', '120842.140000', '120842.600000', '120843.060000', '120843.520000', '120843.980000', '120844.440000', '120844.900000', '120845.360000', '120845.820000', '120846.280000', '120846.740000', '120847.200000', '120847.660000', '120848.120000', '120848.580000', '120849.040000', '120849.500000', '120849.960000', '120850.420000', '120850.880000', '120851.340000', '120851.800000', '120852.260000', '120852.720000', '120853.180000', '120853.640000', '120854.100000', '120854.560000', '120855.020000', '120855.480000', '120855.940000', '120856.400000', '120856.860000', '120857.320000', '120857.780000', '120858.240000', '120858.700000', '120859.160000', '120859.620000', '120900.080000', '120900.540000', '120901.000000', '120901.460000', '120901.920000', '120902.380000', '120902.840000', '120903.300000', '120903.760000', '120904.220000', '120904.680000', '120905.140000', '120905.600000', '120906.060000', '120906.520000', '120906.980000', '120907.440000', '120907.900000', '120908.360000', '120908.820000', '120909.280000', '120909.740000', '120910.200000', '120910.660000', '120911.120000', '120911.580000', '120912.040000', '120912.500000', '120912.960000', '120913.420000', '120913.880000', '120914.340000', '120914.800000', '120915.260000', '120915.720000', '120916.180000', '120916.640000', '120917.100000', '120917.560000', '120918.020000', '120918.480000', '120918.940000', '120919.400000', '120919.860000', '120920.320000', '120920.780000', '120921.240000', '120921.700000', '120922.160000', '120922.620000', '120923.080000', '120923.540000', '120924.000000', '120924.460000', '120924.920000', '120925.380000', '120925.840000', '120926.300000', '120926.760000', '120927.220000', '120927.680000', '120928.140000', '120928.600000', '120929.060000', '120929.520000', '120929.980000', '120930.440000', '120930.900000', '120931.360000', '120931.820000', '120932.280000', '120932.740000', '120933.200000', '120933.660000', '120934.120000', '120934.580000', '120935.040000', '120935.500000', '120935.960000', '120936.420000', '120936.880000', '120937.340000', '120937.800000', '120938.260000', '120938.720000', '120939.180000', '120939.640000', '120940.100000', '120940.560000', '120941.020000', '120941.480000', '120941.940000', '120942.400000', '120942.860000', '120943.320000', '120943.780000', '120944.240000', '120944.700000', '120945.160000', '120945.620000', '120946.080000', '120946.540000', '120947.000000', '120947.460000', '120947.920000', '120948.380000', '120948.840000', '120949.300000', '120949.760000', '120950.220000', '120950.680000', '120951.140000', '120951.600000', '120952.060000', '120952.520000', '120952.980000', '120953.440000', '120953.900000', '120954.360000', '120954.820000', '120955.280000', '120955.740000', '120956.200000', '120956.660000', '120957.120000', '120957.580000', '120958.040000', '120958.500000', '120958.960000', '120959.420000', '120959.880000', '121000.340000', '121000.800000', '121001.260000', '121001.720000', '121002.180000', '121002.640000', '121003.100000', '121003.560000', '121004.020000', '121004.480000', '121004.940000', '121005.400000', '121005.860000', '121006.320000', '121006.780000', '121007.240000', '121007.700000', '121008.160000', '121008.620000', '121009.080000', '121009.540000', '121010.000000', '121010.460000', '121010.920000', '121011.380000', '121011.840000', '121012.300000', '121012.760000', '121013.220000', '121013.680000', '121014.140000', '121014.600000', '121015.060000', '121015.520000', '121015.980000', '121016.440000', '121016.900000', '121017.360000', '121017.820000', '121018.280000', '121018.740000', '121019.200000', '121019.660000', '121020.120000', '121020.580000', '121021.040000', '121021.500000', '121021.960000', '121022.420000', '121022.880000', '121023.340000', '121023.800000', '121024.260000', '121024.720000', '121025.180000', '121025.640000', '121026.100000', '121026.560000', '121027.020000', '121027.480000', '121027.940000', '121028.400000', '121028.860000', '121029.320000', '121029.780000', '121030.240000', '121030.700000', '121031.160000', '121031.620000', '121032.080000', '121032.540000', '121033.000000', '121033.460000', '121033.920000', '121034.380000', '121034.840000', '121035.300000', '121035.760000', '121036.220000', '121036.680000', '121037.140000', '121037.600000', '121038.060000', '121038.520000', '121038.980000', '121039.440000', '121039.900000', '121040.360000', '121040.820000', '121041.280000', '121041.740000', '121042.200000', '121042.660000', '121043.120000', '121043.580000', '121044.040000', '121044.500000', '121044.960000', '121045.420000', '121045.880000', '121046.340000', '121046.800000', '121047.260000', '121047.720000', '121048.180000', '121048.640000', '121049.100000', '121049.560000', '121050.020000', '121050.480000', '121050.940000', '121051.400000', '121051.860000', '121052.320000', '121052.780000', '121053.240000', '121053.700000', '121054.160000', '121054.620000', '121055.080000', '121055.540000', '121056.000000', '121056.460000', '121056.920000', '121057.380000', '121057.840000', '121058.300000', '121058.760000', '121059.220000', '121059.680000', '121100.140000', '121100.600000', '121101.060000', '121101.520000', '121101.980000', '121102.440000', '121102.900000', '121103.360000', '121103.820000', '121104.280000', '121104.740000', '121105.200000', '121105.660000', '121106.120000', '121106.580000', '121107.040000', '121107.500000', '121107.960000', '121108.420000', '121108.880000', '121109.340000', '121109.800000', '121110.260000', '121110.720000', '121111.180000', '121111.640000', '121112.100000', '121112.560000', '121113.020000', '121113.480000', '121113.940000', '121114.400000', '121114.860000', '121115.320000', '121115.780000', '121116.240000', '121116.700000', '121117.160000', '121117.620000', '121118.080000', '121118.540000', '121119.000000', '121119.460000', '121119.920000', '121120.380000', '121120.840000', '121121.300000', '121121.760000', '121122.220000', '121122.680000', '121123.140000', '121123.600000', '121124.060000', '121124.520000', '121124.980000', '121125.440000', '121125.900000', '121126.360000', '121126.820000', '121127.280000', '121127.740000', '121128.200000', '121128.660000', '121129.120000', '121129.580000', '121130.040000', '121130.500000', '121130.960000', '121131.420000', '121131.880000', '121132.340000', '121132.800000', '121133.260000', '121133.720000', '121134.180000', '121134.640000', '121135.100000', '121135.560000', '121136.020000', '121136.480000', '121136.940000', '121137.400000', '121137.860000', '121138.320000', '121138.780000', '121139.240000', '121139.700000', '121140.160000', '121140.620000', '121141.080000', '121141.540000', '121142.000000', '121142.460000', '121142.920000', '121143.380000', '121143.840000', '121144.300000', '121144.760000', '121145.220000', '121145.680000', '121146.140000', '121146.600000', '121147.060000', '121147.520000', '121147.980000', '121148.440000', '121148.900000', '121149.360000', '121149.820000', '121150.280000', '121150.740000', '121151.200000', '121151.660000', '121152.120000', '121152.580000', '121153.040000', '121153.500000', '121153.960000', '121154.420000', '121154.880000', '121155.340000', '121155.800000', '121156.260000', '121156.720000', '121157.180000', '121157.640000', '121158.100000', '121158.560000', '121159.020000', '121159.480000', '121159.940000', '121200.400000', '121200.860000', '121201.320000', '121201.780000', '121202.240000', '121202.700000', '121203.160000', '121203.620000', '121204.080000', '121204.540000', '121205.000000', '121205.460000', '121205.920000', '121206.380000', '121206.840000', '121207.300000', '121207.760000', '121208.220000', '121208.680000', '121209.140000', '121209.600000', '121210.060000', '121210.520000', '121210.980000', '121211.440000', '121211.900000', '121212.360000', '121212.820000', '121213.280000', '121213.740000', '121214.200000', '121214.660000', '121215.120000', '121215.580000', '121216.040000', '121216.500000', '121216.960000', '121217.420000', '121217.880000', '121218.340000', '121218.800000', '121219.260000', '121219.720000', '121220.180000', '121220.640000', '121221.100000', '121221.560000', '121222.020000', '121222.480000', '121222.940000', '121223.400000', '121223.860000', '121224.320000', '121224.780000', '121225.240000', '121225.700000', '121226.160000', '121226.620000', '121227.080000', '121227.540000', '121228.000000', '121228.460000', '121228.920000', '121229.380000', '121229.840000', '121230.300000', '121230.760000', '121231.220000', '121231.680000', '121232.140000', '121232.600000', '121233.060000', '121233.520000', '121233.980000', '121234.440000', '121234.900000', '121235.360000', '121235.820000', '121236.280000', '121236.740000', '121237.200000', '121237.660000', '121238.120000', '121238.580000', '121239.040000', '121239.500000', '121239.960000', '121240.420000', '121240.880000', '121241.340000', '121241.800000', '121242.260000', '121242.720000', '121243.180000', '121243.640000', '121244.100000', '121244.560000', '121245.020000', '121245.480000', '121245.940000', '121246.400000', '121246.860000', '121247.320000', '121247.780000', '121248.240000', '121248.700000', '121249.160000', '121249.620000', '121250.080000', '121250.540000', '121251.000000', '121251.460000', '121251.920000', '121252.380000', '121252.840000', '121253.300000', '121253.760000', '121254.220000', '121254.680000', '121255.140000', '121255.600000', '121256.060000', '121256.520000', '121256.980000', '121257.440000', '121257.900000', '121258.360000', '121258.820000', '121259.280000', '121259.740000', '121300.200000', '121300.660000', '121301.120000', '121301.580000', '121302.040000', '121302.500000', '121302.960000', '121303.420000', '121303.880000', '121304.340000', '121304.800000', '121305.260000', '121305.720000', '121306.180000', '121306.640000', '121307.100000', '121307.560000', '121308.020000', '121308.480000', '121308.940000', '121309.400000', '121309.860000', '121310.320000', '121310.780000', '121311.240000', '121311.700000', '121312.160000', '121312.620000', '121313.080000', '121313.540000', '121314.000000', '121314.460000', '121314.920000', '121315.380000', '121315.840000', '121316.300000', '121316.760000', '121317.220000', '121317.680000', '121318.140000', '121318.600000', '121319.060000', '121319.520000', '121319.980000', '121320.440000', '121320.900000', '121321.360000', '121321.820000', '121322.280000', '121322.740000', '121323.200000', '121323.660000', '121324.120000', '121324.580000', '121325.040000', '121325.500000', '121325.960000', '121326.420000', '121326.880000', '121327.340000', '121327.800000', '121328.260000', '121328.720000', '121329.180000', '121329.640000', '121330.100000', '121330.560000', '121331.020000', '121331.480000', '121331.940000', '121332.400000', '121332.860000', '121333.320000', '121333.780000', '121334.240000', '121334.700000', '121335.160000', '121335.620000', '121336.080000', '121336.540000', '121337.000000', '121337.460000', '121337.920000', '121338.380000', '121338.840000', '121339.300000', '121339.760000', '121340.220000', '121340.680000', '121341.140000', '121341.600000', '121342.060000', '121342.520000', '121342.980000', '121343.440000', '121343.900000', '121344.360000', '121344.820000', '121345.280000', '121345.740000', '121346.200000', '121346.660000', '121347.120000', '121347.580000', '121348.040000', '121348.500000', '121348.960000', '121349.420000', '121349.880000', '121350.340000', '121350.800000', '121351.260000', '121351.720000', '121352.180000', '121352.640000', '121353.100000', '121353.560000', '121354.020000', '121354.480000', '121354.940000', '121355.400000', '121355.860000', '121356.320000', '121356.780000', '121357.240000', '121357.700000', '121358.160000', '121358.620000', '121359.080000', '121359.540000', '121400.000000', '121400.460000', '121400.920000', '121401.380000', '121401.840000', '121402.300000', '121402.760000', '121403.220000', '121403.680000', '121404.140000', '121404.600000', '121405.060000', '121405.520000', '121405.980000', '121406.440000', '121406.900000', '121407.360000', '121407.820000', '121408.280000', '121408.740000', '121409.200000', '121409.660000', '121410.120000', '121410.580000', '121411.040000', '121411.500000', '121411.960000', '121412.420000', '121412.880000', '121413.340000', '121413.800000', '121414.260000', '121414.720000', '121415.180000', '121415.640000', '121416.100000', '121416.560000', '121417.020000', '121417.480000', '121417.940000', '121418.400000', '121418.860000', '121419.320000', '121419.780000', '121420.240000', '121420.700000', '121421.160000', '121421.620000', '121422.080000', '121422.540000', '121423.000000', '121423.460000', '121423.920000', '121424.380000', '121424.840000', '121425.300000', '121425.760000', '121426.220000', '121426.680000', '121427.140000', '121427.600000', '121428.060000', '121428.520000', '121428.980000', '121429.440000', '121429.900000', '121430.360000', '121430.820000', '121431.280000', '121431.740000', '121432.200000', '121432.660000', '121433.120000', '121433.580000', '121434.040000', '121434.500000', '121434.960000', '121435.420000', '121435.880000', '121436.340000', '121436.800000', '121437.260000', '121437.720000', '121438.180000', '121438.640000', '121439.100000', '121439.560000', '121440.020000', '121440.480000', '121440.940000', '121441.400000', '121441.860000', '121442.320000', '121442.780000', '121443.240000', '121443.700000', '121444.160000', '121444.620000', '121445.080000', '121445.540000', '121446.000000', '121446.460000', '121446.920000', '121447.380000', '121447.840000', '121448.300000', '121448.760000', '121449.220000', '121449.680000', '121450.140000', '121450.600000', '121451.060000', '121451.520000', '121451.980000', '121452.440000', '121452.900000', '121453.360000', '121453.820000', '121454.280000', '121454.740000', '121455.200000', '121455.660000', '121456.120000', '121456.580000', '121457.040000', '121457.500000', '121457.960000', '121458.420000', '121458.880000', '121459.340000', '121459.800000', '121500.260000', '121500.720000', '121501.180000', '121501.640000', '121502.100000', '121502.560000', '121503.020000', '121503.480000', '121503.940000', '121504.400000', '121504.860000', '121505.320000', '121505.780000', '121506.240000', '121506.700000', '121507.160000', '121507.620000', '121508.080000', '121508.540000', '121509.000000', '121509.460000', '121509.920000', '121510.380000', '121510.840000', '121511.300000', '121511.760000', '121512.220000', '121512.680000', '121513.140000', '121513.600000', '121514.060000', '121514.520000', '121514.980000', '121515.440000', '121515.900000', '121516.360000', '121516.820000', '121517.280000', '121517.740000', '121518.200000', '121518.660000', '121519.120000', '121519.580000', '121520.040000', '121520.500000', '121520.960000', '121521.420000', '121521.880000', '121522.340000', '121522.800000', '121523.260000', '121523.720000', '121524.180000', '121524.640000', '121525.100000', '121525.560000', '121526.020000', '121526.480000', '121526.940000', '121527.400000', '121527.860000', '121528.320000', '121528.780000', '121529.240000', '121529.700000', '121530.160000', '121530.620000', '121531.080000', '121531.540000', '121532.000000', '121532.460000', '121532.920000', '121533.380000', '121533.840000', '121534.300000', '121534.760000', '121535.220000', '121535.680000', '121536.140000', '121536.600000', '121537.060000', '121537.520000', '121537.980000', '121538.440000', '121538.900000', '121539.360000', '121539.820000', '121540.280000', '121540.740000', '121541.200000', '121541.660000', '121542.120000', '121542.580000', '121543.040000', '121543.500000', '121543.960000', '121544.420000', '121544.880000', '121545.340000', '121545.800000', '121546.260000', '121546.720000', '121547.180000', '121547.640000', '121548.100000', '121548.560000', '121549.020000', '121549.480000', '121549.940000', '121550.400000', '121550.860000', '121551.320000', '121551.780000', '121552.240000', '121552.700000', '121553.160000', '121553.620000', '121554.080000', '121554.540000', '121555.000000', '121555.460000', '121555.920000', '121556.380000', '121556.840000', '121557.300000', '121557.760000', '121558.220000', '121558.680000', '121559.140000', '121559.600000', '121600.060000', '121600.520000', '121600.980000', '121601.440000', '121601.900000', '121602.360000', '121602.820000', '121603.280000', '121603.740000', '121604.200000', '121604.660000', '121605.120000', '121605.580000', '121606.040000', '121606.500000', '121606.960000', '121607.420000', '121607.880000', '121608.340000', '121608.800000', '121609.260000', '121609.720000', '121610.180000', '121610.640000', '121611.100000', '121611.560000', '121612.020000', '121612.480000', '121612.940000', '121613.400000', '121613.860000', '121614.320000', '121614.780000', '121615.240000', '121615.700000', '121616.160000', '121616.620000', '121617.080000', '121617.540000', '121618.000000', '121618.460000', '121618.920000', '121619.380000', '121619.840000', '121620.300000', '121620.760000', '121621.220000', '121621.680000', '121622.140000', '121622.600000', '121623.060000', '121623.520000', '121623.980000', '121624.440000', '121624.900000', '121625.360000', '121625.820000', '121626.280000', '121626.740000', '121627.200000', '121627.660000', '121628.120000', '121628.580000', '121629.040000', '121629.500000', '121629.960000', '121630.420000', '121630.880000', '121631.340000', '121631.800000', '121632.260000', '121632.720000', '121633.180000', '121633.640000', '121634.100000', '121634.560000', '121635.020000', '121635.480000', '121635.940000', '121636.400000', '121636.860000', '121637.320000', '121637.780000', '121638.240000', '121638.700000', '121639.160000', '121639.620000', '121640.080000', '121640.540000', '121641.000000', '121641.460000', '121641.920000', '121642.380000', '121642.840000', '121643.300000', '121643.760000', '121644.220000', '121644.680000', '121645.140000', '121645.600000', '121646.060000', '121646.520000', '121646.980000', '121647.440000', '121647.900000', '121648.360000', '121648.820000', '121649.280000', '121649.740000', '121650.200000', '121650.660000', '121651.120000', '121651.580000', '121652.040000', '121652.500000', '121652.960000', '121653.420000', '121653.880000', '121654.340000', '121654.800000', '121655.260000', '121655.720000', '121656.180000', '121656.640000', '121657.100000', '121657.560000', '121658.020000', '121658.480000', '121658.940000', '121659.400000', '121659.860000', '121700.320000', '121700.780000', '121701.240000', '121701.700000', '121702.160000', '121702.620000', '121703.080000', '121703.540000', '121704.000000', '121704.460000', '121704.920000', '121705.380000', '121705.840000', '121706.300000', '121706.760000', '121707.220000', '121707.680000', '121708.140000', '121708.600000', '121709.060000', '121709.520000', '121709.980000', '121710.440000', '121710.900000', '121711.360000', '121711.820000', '121712.280000', '121712.740000', '121713.200000', '121713.660000', '121714.120000', '121714.580000', '121715.040000', '121715.500000', '121715.960000', '121716.420000', '121716.880000', '121717.340000', '121717.800000', '121718.260000', '121718.720000', '121719.180000', '121719.640000', '121720.100000', '121720.560000', '121721.020000', '121721.480000', '121721.940000', '121722.400000', '121722.860000', '121723.320000', '121723.780000', '121724.240000', '121724.700000', '121725.160000', '121725.620000', '121726.080000', '121726.540000', '121727.000000', '121727.460000', '121727.920000', '121728.380000', '121728.840000', '121729.300000', '121729.760000', '121730.220000', '121730.680000', '121731.140000', '121731.600000', '121732.060000', '121732.520000', '121732.980000', '121733.440000', '121733.900000', '121734.360000', '121734.820000', '121735.280000', '121735.740000', '121736.200000', '121736.660000', '121737.120000', '121737.580000', '121738.040000', '121738.500000', '121738.960000', '121739.420000', '121739.880000', '121740.340000', '121740.800000', '121741.260000', '121741.720000', '121742.180000', '121742.640000', '121743.100000', '121743.560000', '121744.020000', '121744.480000', '121744.940000', '121745.400000', '121745.860000', '121746.320000', '121746.780000', '121747.240000', '121747.700000', '121748.160000', '121748.620000', '121749.080000', '121749.540000', '121750.000000', '121750.460000', '121750.920000', '121751.380000', '121751.840000', '121752.300000', '121752.760000', '121753.220000', '121753.680000', '121754.140000', '121754.600000', '121755.060000', '121755.520000', '121755.980000', '121756.440000', '121756.900000', '121757.360000', '121757.820000', '121758.280000', '121758.740000', '121759.200000', '121759.660000', '121800.120000', '121800.580000', '121801.040000', '121801.500000', '121801.960000', '121802.420000', '121802.880000', '121803.340000', '121803.800000', '121804.260000', '121804.720000', '121805.180000', '121805.640000', '121806.100000', '121806.560000', '121807.020000', '121807.480000', '121807.940000', '121808.400000', '121808.860000', '121809.320000', '121809.780000', '121810.240000', '121810.700000', '121811.160000', '121811.620000', '121812.080000', '121812.540000', '121813.000000', '121813.460000', '121813.920000', '121814.380000', '121814.840000', '121815.300000', '121815.760000', '121816.220000', '121816.680000', '121817.140000', '121817.600000', '121818.060000', '121818.520000', '121818.980000', '121819.440000', '121819.900000', '121820.360000', '121820.820000', '121821.280000', '121821.740000', '121822.200000', '121822.660000', '121823.120000', '121823.580000', '121824.040000', '121824.500000', '121824.960000', '121825.420000', '121825.880000', '121826.340000', '121826.800000', '121827.260000', '121827.720000', '121828.180000', '121828.640000', '121829.100000', '121829.560000', '121830.020000', '121830.480000', '121830.940000', '121831.400000', '121831.860000', '121832.320000', '121832.780000', '121833.240000', '121833.700000', '121834.160000', '121834.620000', '121835.080000', '121835.540000', '121836.000000', '121836.460000', '121836.920000', '121837.380000', '121837.840000', '121838.300000', '121838.760000', '121839.220000', '121839.680000', '121840.140000', '121840.600000', '121841.060000', '121841.520000', '121841.980000', '121842.440000', '121842.900000', '121843.360000', '121843.820000', '121844.280000', '121844.740000', '121845.200000', '121845.660000', '121846.120000', '121846.580000', '121847.040000', '121847.500000', '121847.960000', '121848.420000', '121848.880000', '121849.340000', '121849.800000', '121850.260000', '121850.720000', '121851.180000', '121851.640000', '121852.100000', '121852.560000', '121853.020000', '121853.480000', '121853.940000', '121854.400000', '121854.860000', '121855.320000', '121855.780000', '121856.240000', '121856.700000', '121857.160000', '121857.620000', '121858.080000', '121858.540000', '121859.000000', '121859.460000', '121859.920000', '121900.380000', '121900.840000', '121901.300000', '121901.760000', '121902.220000', '121902.680000', '121903.140000', '121903.600000', '121904.060000', '121904.520000', '121904.980000', '121905.440000', '121905.900000', '121906.360000', '121906.820000', '121907.280000', '121907.740000', '121908.200000', '121908.660000', '121909.120000', '121909.580000', '121910.040000', '121910.500000', '121910.960000', '121911.420000', '121911.880000', '121912.340000', '121912.800000', '121913.260000', '121913.720000', '121914.180000', '121914.640000', '121915.100000', '121915.560000', '121916.020000', '121916.480000', '121916.940000', '121917.400000', '121917.860000', '121918.320000', '121918.780000', '121919.240000', '121919.700000', '121920.160000', '121920.620000', '121921.080000', '121921.540000', '121922.000000', '121922.460000', '121922.920000', '121923.380000', '121923.840000', '121924.300000', '121924.760000', '121925.220000', '121925.680000', '121926.140000', '121926.600000', '121927.060000', '121927.520000', '121927.980000', '121928.440000', '121928.900000', '121929.360000', '121929.820000', '121930.280000', '121930.740000', '121931.200000', '121931.660000', '121932.120000', '121932.580000', '121933.040000', '121933.500000', '121933.960000', '121934.420000', '121934.880000', '121935.340000', '121935.800000', '121936.260000', '121936.720000', '121937.180000', '121937.640000', '121938.100000', '121938.560000', '121939.020000', '121939.480000', '121939.940000', '121940.400000', '121940.860000', '121941.320000', '121941.780000', '121942.240000', '121942.700000', '121943.160000', '121943.620000', '121944.080000', '121944.540000', '121945.000000', '121945.460000', '121945.920000', '121946.380000', '121946.840000', '121947.300000', '121947.760000', '121948.220000', '121948.680000', '121949.140000', '121949.600000', '121950.060000', '121950.520000', '121950.980000', '121951.440000', '121951.900000', '121952.360000', '121952.820000', '121953.280000', '121953.740000', '121954.200000', '121954.660000', '121955.120000', '121955.580000'], 'ContentTime': ['120605.532000', '120605.535000', '120605.538000', '120605.541000', '120605.543000', '120605.546000', '120605.549000', '120605.551000', '120605.554000', '120605.556000', '120605.559000', '120605.562000', '120605.564000', '120605.567000', '120605.569000', '120605.572000', '120605.575000', '120605.578000', '120605.580000', '120605.583000', '120605.585000', '120605.588000', '120605.590000', '120605.593000', '120605.595000', '120605.598000', '120605.601000', '120605.603000', '120605.606000', '120605.609000', '120605.611000', '120605.614000', '120605.616000', '120605.619000', '120605.621000', '120605.624000', '120605.626000', '120605.629000', '120605.632000', '120605.634000', '120605.640000', '120605.643000', '120605.646000', '120605.649000', '120605.652000', '120605.654000', '120605.657000', '120605.660000', '120605.662000', '120605.665000', '120605.667000', '120625.503000', '120625.506000', '120625.509000', '120625.511000', '120625.514000', '120625.517000', '120625.519000', '120625.522000', '120625.524000', '120625.527000', '120625.533000', '120625.536000', '120625.539000', '120625.541000', '120625.544000', '120625.547000', '120625.549000', '120625.552000', '120625.555000', '120625.557000', '120625.560000', '120625.562000', '120625.565000', '120625.567000', '120625.570000', '120625.573000', '120625.575000', '120625.578000', '120625.580000', '120625.583000', '120625.585000', '120625.588000', '120625.591000', '120625.593000', '120625.596000', '120625.598000', '120625.601000', '120625.604000', '120625.606000', '120625.609000', '120625.611000', '120625.614000', '120625.616000', '120625.619000', '120645.504000', '120645.516000', '120645.519000', '120645.522000', '120645.525000', '120645.527000', '120645.530000', '120645.532000', '120645.535000', '120645.538000', '120645.540000', '120645.543000', '120645.545000', '120645.548000', '120645.551000', '120645.553000', '120645.556000', '120645.559000', '120645.561000', '120645.564000', '120645.566000', '120645.569000', '120645.572000', '120645.574000', '120645.577000', '120645.580000', '120645.582000', '120645.585000', '120645.587000', '120645.590000', '120645.592000', '120645.595000', '120645.598000', '120645.600000', '120645.603000', '120645.606000', '120645.609000', '120645.611000', '120645.614000', '120645.616000', '120645.619000', '120645.622000', '120645.624000', '120705.503000', '120705.506000', '120705.508000', '120705.511000', '120705.514000', '120705.516000', '120705.519000', '120705.521000', '120705.529000', '120705.532000', '120705.534000', '120705.537000', '120705.540000', '120705.542000', '120705.545000', '120705.547000', '120705.550000', '120705.553000', '120705.555000', '120705.558000', '120705.561000', '120705.563000', '120705.566000', '120705.568000', '120705.571000', '120705.574000', '120705.576000', '120705.579000', '120705.582000', '120705.584000', '120705.587000', '120705.589000', '120705.592000', '120705.594000', '120705.597000', '120705.600000', '120705.602000', '120705.605000', '120705.608000', '120705.610000', '120705.613000', '120705.615000', '120705.618000', '120705.620000', '120725.503000', '120725.540000', '120725.543000', '120725.545000', '120725.548000', '120725.551000', '120725.553000', '120725.556000', '120725.558000', '120725.561000', '120725.564000', '120725.566000', '120725.569000', '120725.571000', '120725.574000', '120725.577000', '120725.579000', '120725.582000', '120725.585000', '120725.588000', '120725.590000', '120725.593000', '120725.595000', '120725.598000', '120725.601000', '120725.603000', '120725.606000', '120725.608000', '120725.611000', '120725.614000', '120725.616000', '120725.619000', '120725.622000', '120725.624000', '120725.627000', '120725.629000', '120725.632000', '120725.635000', '120725.637000', '120725.640000', '120725.642000', '120725.645000', '120725.647000', '120745.504000', '120745.506000', '120745.509000', '120745.519000', '120745.521000', '120745.524000', '120745.527000', '120745.529000', '120745.532000', '120745.535000', '120745.537000', '120745.540000', '120745.542000', '120745.545000', '120745.548000', '120745.550000', '120745.553000', '120745.555000', '120745.558000', '120745.561000', '120745.563000', '120745.566000', '120745.569000', '120745.571000', '120745.574000', '120745.576000', '120745.579000', '120745.582000', '120745.584000', '120745.587000', '120745.590000', '120745.592000', '120745.595000', '120745.597000', '120745.600000', '120745.603000', '120745.605000', '120745.608000', '120745.611000', '120745.613000', '120745.616000', '120745.618000', '120745.621000', '120745.623000', '120805.504000', '120805.506000', '120805.509000', '120805.512000', '120805.514000', '120805.517000', '120805.519000', '120805.522000', '120805.524000', '120805.527000', '120805.530000', '120805.532000', '120805.535000', '120805.537000', '120805.540000', '120805.543000', '120805.545000', '120805.548000', '120805.550000', '120805.553000', '120805.556000', '120805.558000', '120805.561000', '120805.563000', '120805.566000', '120805.568000', '120805.571000', '120805.574000', '120805.576000', '120805.579000', '120805.581000', '120805.584000', '120805.586000', '120805.589000', '120805.592000', '120805.594000', '120805.597000', '120805.599000', '120805.602000', '120805.604000', '120805.607000', '120805.610000', '120805.612000', '120825.504000', '120825.506000', '120825.509000', '120825.511000', '120825.514000', '120825.517000', '120825.519000', '120825.522000', '120825.524000', '120825.528000', '120825.531000', '120825.534000', '120825.536000', '120825.539000', '120825.542000', '120825.544000', '120825.547000', '120825.550000', '120825.552000', '120825.555000', '120825.557000', '120825.560000', '120825.563000', '120825.565000', '120825.568000', '120825.573000', '120825.576000', '120825.578000', '120825.581000', '120825.584000', '120825.586000', '120825.594000', '120825.597000', '120825.599000', '120825.602000', '120825.605000', '120825.607000', '120825.610000', '120825.612000', '120825.615000', '120825.617000', '120825.620000', '120825.623000', '120845.503000', '120845.506000', '120845.509000', '120845.511000', '120845.514000', '120845.516000', '120845.519000', '120845.521000', '120845.524000', '120845.527000', '120845.529000', '120845.532000', '120845.535000', '120845.537000', '120845.540000', '120845.542000', '120845.545000', '120845.547000', '120845.550000', '120845.553000', '120845.555000', '120845.558000', '120845.560000', '120845.563000', '120845.565000', '120845.568000', '120845.571000', '120845.573000', '120845.576000', '120845.579000', '120845.581000', '120845.584000', '120845.586000', '120845.589000', '120845.591000', '120845.594000', '120845.596000', '120845.599000', '120845.602000', '120845.604000', '120845.607000', '120845.633000', '120845.635000', '120845.638000', '120905.503000', '120905.506000', '120905.509000', '120905.511000', '120905.514000', '120905.516000', '120905.524000', '120905.527000', '120905.530000', '120905.532000', '120905.535000', '120905.537000', '120905.540000', '120905.543000', '120905.545000', '120905.548000', '120905.550000', '120905.553000', '120905.556000', '120905.558000', '120905.561000', '120905.563000', '120905.566000', '120905.569000', '120905.571000', '120905.574000', '120905.576000', '120905.579000', '120905.581000', '120905.584000', '120905.587000', '120905.589000', '120905.592000', '120905.594000', '120905.597000', '120905.600000', '120905.602000', '120905.605000', '120905.607000', '120905.610000', '120905.613000', '120905.615000', '120905.618000', '120905.620000', '120925.503000', '120925.505000', '120925.508000', '120925.511000', '120925.513000', '120925.516000', '120925.518000', '120925.521000', '120925.524000', '120925.526000', '120925.529000', '120925.531000', '120925.534000', '120925.537000', '120925.539000', '120925.542000', '120925.544000', '120925.547000', '120925.549000', '120925.552000', '120925.555000', '120925.557000', '120925.560000', '120925.562000', '120925.565000', '120925.568000', '120925.570000', '120925.573000', '120925.576000', '120925.578000', '120925.581000', '120925.583000', '120925.586000', '120925.589000', '120925.591000', '120925.594000', '120925.596000', '120925.599000', '120925.602000', '120925.605000', '120925.607000', '120925.610000', '120925.612000', '120945.503000', '120945.505000', '120945.508000', '120945.511000', '120945.513000', '120945.516000', '120945.519000', '120945.521000', '120945.524000', '120945.527000', '120945.530000', '120945.533000', '120945.535000', '120945.538000', '120945.540000', '120945.543000', '120945.546000', '120945.549000', '120945.551000', '120945.554000', '120945.557000', '120945.560000', '120945.562000', '120945.565000', '120945.568000', '120945.570000', '120945.573000', '120945.575000', '120945.578000', '120945.580000', '120945.583000', '120945.586000', '120945.589000', '120945.591000', '120945.594000', '120945.596000', '120945.599000', '120945.602000', '120945.605000', '120945.607000', '120945.610000', '120945.612000', '120945.615000', '121005.503000', '121005.506000', '121005.509000', '121005.511000', '121005.514000', '121005.517000', '121005.519000', '121005.522000', '121005.524000', '121005.527000', '121005.530000', '121005.533000', '121005.535000', '121005.538000', '121005.540000', '121005.543000', '121005.546000', '121005.548000', '121005.551000', '121005.553000', '121005.556000', '121005.559000', '121005.561000', '121005.564000', '121005.566000', '121005.569000', '121005.571000', '121005.574000', '121005.577000', '121005.579000', '121005.582000', '121005.584000', '121005.587000', '121005.590000', '121005.592000', '121005.595000', '121005.597000', '121005.600000', '121005.603000', '121005.605000', '121005.608000', '121005.610000', '121005.613000', '121005.616000', '121025.504000', '121025.506000', '121025.509000', '121025.512000', '121025.516000', '121025.519000', '121025.521000', '121025.524000', '121025.537000', '121025.540000', '121025.542000', '121025.545000', '121025.548000', '121025.550000', '121025.553000', '121025.555000', '121025.558000', '121025.561000', '121025.563000', '121025.566000', '121025.568000', '121025.571000', '121025.573000', '121025.576000', '121025.579000', '121025.581000', '121025.584000', '121025.586000', '121025.589000', '121025.592000', '121025.594000', '121025.597000', '121025.599000', '121025.602000', '121025.605000', '121025.607000', '121025.610000', '121025.612000', '121025.615000', '121025.618000', '121025.620000', '121025.623000', '121025.625000', '121045.504000', '121045.506000', '121045.509000', '121045.512000', '121045.514000', '121045.517000', '121045.519000', '121045.522000', '121045.525000', '121045.527000', '121045.530000', '121045.532000', '121045.535000', '121045.538000', '121045.540000', '121045.543000', '121045.546000', '121045.548000', '121045.551000', '121045.554000', '121045.556000', '121045.559000', '121045.561000', '121045.564000', '121045.567000', '121045.569000', '121045.572000', '121045.575000', '121045.577000', '121045.580000', '121045.583000', '121045.585000', '121045.588000', '121045.590000', '121045.593000', '121045.595000', '121045.598000', '121045.601000', '121045.603000', '121045.606000', '121045.609000', '121045.611000', '121045.614000', '121045.616000', '121105.504000', '121105.507000', '121105.510000', '121105.512000', '121105.516000', '121105.518000', '121105.521000', '121105.524000', '121105.526000', '121105.529000', '121105.531000', '121105.534000', '121105.537000', '121105.539000', '121105.542000', '121105.544000', '121105.547000', '121105.549000', '121105.552000', '121105.554000', '121105.557000', '121105.560000', '121105.562000', '121105.565000', '121105.569000', '121105.572000', '121105.575000', '121105.578000', '121105.580000', '121105.583000', '121105.586000', '121105.588000', '121105.591000', '121105.593000', '121105.596000', '121105.601000', '121105.604000', '121105.607000', '121105.609000', '121105.612000', '121105.616000', '121105.619000', '121105.621000', '121125.503000', '121125.506000', '121125.509000', '121125.511000', '121125.514000', '121125.517000', '121125.519000', '121125.522000', '121125.525000', '121125.527000', '121125.530000', '121125.532000', '121125.535000', '121125.537000', '121125.540000', '121125.543000', '121125.545000', '121125.548000', '121125.551000', '121125.553000', '121125.556000', '121125.558000', '121125.561000', '121125.563000', '121125.566000', '121125.569000', '121125.571000', '121125.574000', '121125.576000', '121125.579000', '121125.581000', '121125.584000', '121125.586000', '121125.589000', '121125.592000', '121125.594000', '121125.597000', '121125.599000', '121125.602000', '121125.605000', '121125.607000', '121125.610000', '121125.612000', '121125.615000', '121145.503000', '121145.506000', '121145.508000', '121145.511000', '121145.513000', '121145.516000', '121145.518000', '121145.521000', '121145.524000', '121145.526000', '121145.529000', '121145.532000', '121145.534000', '121145.537000', '121145.539000', '121145.542000', '121145.545000', '121145.547000', '121145.550000', '121145.552000', '121145.555000', '121145.558000', '121145.560000', '121145.563000', '121145.565000', '121145.568000', '121145.571000', '121145.573000', '121145.576000', '121145.579000', '121145.581000', '121145.584000', '121145.587000', '121145.597000', '121145.600000', '121145.603000', '121145.605000', '121145.608000', '121145.610000', '121145.613000', '121145.616000', '121145.618000', '121145.621000', '121205.502000', '121205.505000', '121205.508000', '121205.510000', '121205.513000', '121205.516000', '121205.518000', '121205.521000', '121205.523000', '121205.526000', '121205.528000', '121205.531000', '121205.534000', '121205.536000', '121205.539000', '121205.541000', '121205.544000', '121205.547000', '121205.549000', '121205.552000', '121205.555000', '121205.557000', '121205.560000', '121205.562000', '121205.565000', '121205.568000', '121205.570000', '121205.573000', '121205.575000', '121205.578000', '121205.580000', '121205.583000', '121205.586000', '121205.588000', '121205.591000', '121205.593000', '121205.596000', '121205.599000', '121205.601000', '121205.604000', '121205.606000', '121205.609000', '121205.612000', '121205.614000', '121225.503000', '121225.506000', '121225.509000', '121225.511000', '121225.514000', '121225.516000', '121225.519000', '121225.522000', '121225.524000', '121225.527000', '121225.529000', '121225.532000', '121225.534000', '121225.537000', '121225.540000', '121225.542000', '121225.545000', '121225.547000', '121225.550000', '121225.553000', '121225.555000', '121225.558000', '121225.561000', '121225.563000', '121225.566000', '121225.569000', '121225.571000', '121225.574000', '121225.576000', '121225.579000', '121225.582000', '121225.584000', '121225.587000', '121225.589000', '121225.592000', '121225.594000', '121225.597000', '121225.600000', '121225.602000', '121225.605000', '121225.608000', '121225.611000', '121225.614000', '121245.503000', '121245.506000', '121245.509000', '121245.512000', '121245.514000', '121245.517000', '121245.519000', '121245.522000', '121245.524000', '121245.527000', '121245.529000', '121245.532000', '121245.535000', '121245.537000', '121245.540000', '121245.542000', '121245.545000', '121245.547000', '121245.550000', '121245.553000', '121245.555000', '121245.558000', '121245.560000', '121245.563000', '121245.565000', '121245.568000', '121245.570000', '121245.573000', '121245.576000', '121245.578000', '121245.581000', '121245.583000', '121245.586000', '121245.589000', '121245.591000', '121245.594000', '121245.596000', '121245.599000', '121245.602000', '121245.604000', '121245.607000', '121245.609000', '121245.612000', '121245.615000', '121305.504000', '121305.506000', '121305.509000', '121305.512000', '121305.514000', '121305.517000', '121305.519000', '121305.522000', '121305.524000', '121305.527000', '121305.530000', '121305.532000', '121305.535000', '121305.537000', '121305.540000', '121305.542000', '121305.545000', '121305.548000', '121305.550000', '121305.553000', '121305.555000', '121305.558000', '121305.560000', '121305.563000', '121305.566000', '121305.568000', '121305.571000', '121305.573000', '121305.576000', '121305.617000', '121305.620000', '121305.622000', '121305.625000', '121305.628000', '121305.630000', '121305.633000', '121305.635000', '121305.638000', '121305.640000', '121305.643000', '121305.646000', '121305.648000', '121305.651000', '121325.504000', '121325.507000', '121325.509000', '121325.512000', '121325.514000', '121325.517000', '121325.520000', '121325.522000', '121325.525000', '121325.527000', '121325.530000', '121325.537000', '121325.540000', '121325.542000', '121325.545000', '121325.548000', '121325.551000', '121325.553000', '121325.556000', '121325.558000', '121325.561000', '121325.564000', '121325.566000', '121325.569000', '121325.572000', '121325.574000', '121325.577000', '121325.580000', '121325.582000', '121325.585000', '121325.588000', '121325.590000', '121325.593000', '121325.595000', '121325.598000', '121325.601000', '121325.603000', '121325.606000', '121325.609000', '121325.611000', '121325.614000', '121325.616000', '121325.619000', '121325.622000', '121345.504000', '121345.507000', '121345.509000', '121345.512000', '121345.515000', '121345.517000', '121345.520000', '121345.523000', '121345.525000', '121345.528000', '121345.530000', '121345.533000', '121345.535000', '121345.538000', '121345.541000', '121345.543000', '121345.546000', '121345.548000', '121345.551000', '121345.553000', '121345.556000', '121345.559000', '121345.561000', '121345.564000', '121345.566000', '121345.569000', '121345.572000', '121345.574000', '121345.577000', '121345.580000', '121345.582000', '121345.585000', '121345.587000', '121345.590000', '121345.593000', '121345.595000', '121345.598000', '121345.600000', '121345.603000', '121345.606000', '121345.608000', '121345.611000', '121345.614000', '121405.503000', '121405.505000', '121405.508000', '121405.511000', '121405.513000', '121405.516000', '121405.518000', '121405.521000', '121405.523000', '121405.526000', '121405.529000', '121405.531000', '121405.534000', '121405.536000', '121405.539000', '121405.542000', '121405.544000', '121405.547000', '121405.549000', '121405.552000', '121405.554000', '121405.557000', '121405.560000', '121405.562000', '121405.565000', '121405.567000', '121405.570000', '121405.573000', '121405.575000', '121405.578000', '121405.580000', '121405.583000', '121405.585000', '121405.588000', '121405.591000', '121405.593000', '121405.596000', '121405.598000', '121405.601000', '121405.604000', '121405.606000', '121405.609000', '121405.611000', '121405.614000', '121425.503000', '121425.505000', '121425.508000', '121425.511000', '121425.513000', '121425.516000', '121425.518000', '121425.521000', '121425.524000', '121425.526000', '121425.529000', '121425.531000', '121425.534000', '121425.536000', '121425.539000', '121425.542000', '121425.544000', '121425.547000', '121425.549000', '121425.552000', '121425.554000', '121425.557000', '121425.560000', '121425.562000', '121425.565000', '121425.567000', '121425.576000', '121425.579000', '121425.582000', '121425.584000', '121425.587000', '121425.589000', '121425.592000', '121425.595000', '121425.597000', '121425.600000', '121425.603000', '121425.605000', '121425.608000', '121425.610000', '121425.613000', '121425.616000', '121425.619000', '121445.504000', '121445.506000', '121445.509000', '121445.512000', '121445.514000', '121445.517000', '121445.519000', '121445.522000', '121445.525000', '121445.527000', '121445.530000', '121445.533000', '121445.535000', '121445.538000', '121445.540000', '121445.543000', '121445.545000', '121445.548000', '121445.550000', '121445.553000', '121445.556000', '121445.558000', '121445.561000', '121445.563000', '121445.566000', '121445.569000', '121445.571000', '121445.574000', '121445.576000', '121445.579000', '121445.581000', '121445.584000', '121445.587000', '121445.589000', '121445.592000', '121445.594000', '121445.597000', '121445.599000', '121445.602000', '121445.605000', '121445.607000', '121445.610000', '121445.612000', '121445.615000', '121505.504000', '121505.507000', '121505.509000', '121505.512000', '121505.515000', '121505.517000', '121505.520000', '121505.523000', '121505.525000', '121505.528000', '121505.530000', '121505.533000', '121505.536000', '121505.538000', '121505.541000', '121505.544000', '121505.546000', '121505.549000', '121505.551000', '121505.554000', '121505.557000', '121505.559000', '121505.562000', '121505.564000', '121505.567000', '121505.570000', '121505.572000', '121505.575000', '121505.578000', '121505.581000', '121505.583000', '121505.586000', '121505.589000', '121505.591000', '121505.594000', '121505.596000', '121505.599000', '121505.602000', '121505.604000', '121505.607000', '121505.609000', '121505.612000', '121505.615000', '121525.503000', '121525.506000', '121525.509000', '121525.511000', '121525.514000', '121525.517000', '121525.519000', '121525.522000', '121525.524000', '121525.527000', '121525.529000', '121525.532000', '121525.535000', '121525.538000', '121525.540000', '121525.543000', '121525.546000', '121525.549000', '121525.551000', '121525.554000', '121525.557000', '121525.559000', '121525.562000', '121525.564000', '121525.567000', '121525.570000', '121525.572000', '121525.575000', '121525.578000', '121525.580000', '121525.583000', '121525.585000', '121525.588000', '121525.591000', '121525.593000', '121525.596000', '121525.598000', '121525.601000', '121525.604000', '121525.606000', '121525.609000', '121525.612000', '121525.614000', '121525.617000', '121545.504000', '121545.507000', '121545.509000', '121545.512000', '121545.514000', '121545.517000', '121545.520000', '121545.522000', '121545.525000', '121545.527000', '121545.530000', '121545.533000', '121545.535000', '121545.538000', '121545.541000', '121545.543000', '121545.546000', '121545.548000', '121545.551000', '121545.554000', '121545.557000', '121545.559000', '121545.574000', '121545.577000', '121545.580000', '121545.582000', '121545.585000', '121545.587000', '121545.590000', '121545.593000', '121545.595000', '121545.598000', '121545.601000', '121545.603000', '121545.606000', '121545.609000', '121545.611000', '121545.614000', '121545.617000', '121545.619000', '121545.622000', '121545.624000', '121545.627000', '121605.503000', '121605.505000', '121605.508000', '121605.511000', '121605.513000', '121605.516000', '121605.518000', '121605.521000', '121605.524000', '121605.526000', '121605.529000', '121605.531000', '121605.534000', '121605.537000', '121605.539000', '121605.542000', '121605.544000', '121605.547000', '121605.550000', '121605.552000', '121605.555000', '121605.557000', '121605.560000', '121605.563000', '121605.565000', '121605.568000', '121605.570000', '121605.573000', '121605.575000', '121605.578000', '121605.581000', '121605.583000', '121605.586000', '121605.588000', '121605.591000', '121605.594000', '121605.596000', '121605.599000', '121605.602000', '121605.605000', '121605.607000', '121605.610000', '121605.612000', '121605.615000', '121625.503000', '121625.505000', '121625.508000', '121625.510000', '121625.513000', '121625.516000', '121625.518000', '121625.521000', '121625.524000', '121625.526000', '121625.529000', '121625.531000', '121625.534000', '121625.537000', '121625.539000', '121625.542000', '121625.545000', '121625.547000', '121625.550000', '121625.552000', '121625.555000', '121625.558000', '121625.560000', '121625.563000', '121625.566000', '121625.568000', '121625.571000', '121625.573000', '121625.576000', '121625.579000', '121625.581000', '121625.584000', '121625.587000', '121625.590000', '121625.592000', '121625.598000', '121625.601000', '121625.603000', '121625.606000', '121625.609000', '121625.611000', '121625.614000', '121625.616000', '121645.502000', '121645.505000', '121645.508000', '121645.510000', '121645.513000', '121645.516000', '121645.518000', '121645.521000', '121645.524000', '121645.526000', '121645.529000', '121645.531000', '121645.534000', '121645.537000', '121645.539000', '121645.542000', '121645.545000', '121645.547000', '121645.550000', '121645.553000', '121645.555000', '121645.558000', '121645.561000', '121645.563000', '121645.566000', '121645.568000', '121645.571000', '121645.574000', '121645.576000', '121645.579000', '121645.582000', '121645.584000', '121645.587000', '121645.589000', '121645.592000', '121645.595000', '121645.597000', '121645.600000', '121645.603000', '121645.605000', '121645.608000', '121645.610000', '121645.613000', '121645.616000', '121705.504000', '121705.506000', '121705.509000', '121705.512000', '121705.514000', '121705.517000', '121705.519000', '121705.522000', '121705.525000', '121705.527000', '121705.530000', '121705.532000', '121705.535000', '121705.538000', '121705.540000', '121705.543000', '121705.545000', '121705.548000', '121705.550000', '121705.553000', '121705.556000', '121705.558000', '121705.561000', '121705.563000', '121705.566000', '121705.569000', '121705.571000', '121705.574000', '121705.576000', '121705.579000', '121705.581000', '121705.584000', '121705.587000', '121705.589000', '121705.592000', '121705.595000', '121705.597000', '121705.600000', '121705.602000', '121705.605000', '121705.607000', '121705.610000', '121705.613000', '121725.504000', '121725.506000', '121725.509000', '121725.512000', '121725.514000', '121725.517000', '121725.520000', '121725.522000', '121725.525000', '121725.528000', '121725.531000', '121725.534000', '121725.536000', '121725.539000', '121725.542000', '121725.544000', '121725.547000', '121725.549000', '121725.552000', '121725.555000', '121725.557000', '121725.560000', '121725.562000', '121725.565000', '121725.568000', '121725.570000', '121725.573000', '121725.575000', '121725.578000', '121725.581000', '121725.583000', '121725.586000', '121725.589000', '121725.591000', '121725.594000', '121725.597000', '121725.599000', '121725.602000', '121725.605000', '121725.607000', '121725.610000', '121725.613000', '121725.615000', '121725.618000', '121745.503000', '121745.506000', '121745.509000', '121745.512000', '121745.514000', '121745.517000', '121745.519000', '121745.522000', '121745.524000', '121745.527000', '121745.530000', '121745.532000', '121745.535000', '121745.537000', '121745.540000', '121745.543000', '121745.545000', '121745.548000', '121745.550000', '121745.553000', '121745.556000', '121745.558000', '121745.561000', '121745.563000', '121745.566000', '121745.568000', '121745.571000', '121745.573000', '121745.576000', '121745.579000', '121745.581000', '121745.584000', '121745.587000', '121745.589000', '121745.592000', '121745.594000', '121745.597000', '121745.599000', '121745.602000', '121745.605000', '121745.607000', '121745.610000', '121745.612000', '121805.504000', '121805.506000', '121805.509000', '121805.512000', '121805.514000', '121805.517000', '121805.520000', '121805.522000', '121805.525000', '121805.527000', '121805.530000', '121805.533000', '121805.535000', '121805.538000', '121805.541000', '121805.543000', '121805.546000', '121805.549000', '121805.551000', '121805.554000', '121805.557000', '121805.559000', '121805.562000', '121805.564000', '121805.567000', '121805.569000', '121805.572000', '121805.575000', '121805.577000', '121805.580000', '121805.582000', '121805.600000', '121805.602000', '121805.605000', '121805.607000', '121805.610000', '121805.612000', '121805.615000', '121805.618000', '121805.620000', '121805.623000', '121805.625000', '121805.628000', '121825.503000', '121825.505000', '121825.508000', '121825.511000', '121825.513000', '121825.516000', '121825.518000', '121825.521000', '121825.523000', '121825.526000', '121825.529000', '121825.531000', '121825.534000', '121825.536000', '121825.539000', '121825.542000', '121825.544000', '121825.547000', '121825.550000', '121825.552000', '121825.555000', '121825.557000', '121825.560000', '121825.562000', '121825.565000', '121825.568000', '121825.570000', '121825.573000', '121825.575000', '121825.578000', '121825.581000', '121825.583000', '121825.586000', '121825.588000', '121825.591000', '121825.593000', '121825.596000', '121825.599000', '121825.601000', '121825.604000', '121825.606000', '121825.609000', '121825.612000', '121825.614000', '121845.503000', '121845.505000', '121845.508000', '121845.511000', '121845.514000', '121845.516000', '121845.519000', '121845.522000', '121845.525000', '121845.527000', '121845.530000', '121845.533000', '121845.536000', '121845.538000', '121845.541000', '121845.544000', '121845.546000', '121845.549000', '121845.551000', '121845.554000', '121845.557000', '121845.559000', '121845.562000', '121845.565000', '121845.568000', '121845.571000', '121845.573000', '121845.576000', '121845.578000', '121845.581000', '121845.584000', '121845.586000', '121845.589000', '121845.591000', '121845.594000', '121845.597000', '121845.599000', '121845.602000', '121845.605000', '121845.607000', '121845.610000', '121845.613000', '121845.615000', '121905.503000', '121905.506000', '121905.509000', '121905.511000', '121905.514000', '121905.516000', '121905.519000', '121905.522000', '121905.524000', '121905.527000', '121905.529000', '121905.532000', '121905.535000', '121905.537000', '121905.540000', '121905.542000', '121905.545000', '121905.548000', '121905.550000', '121905.553000', '121905.555000', '121905.558000', '121905.560000', '121905.563000', '121905.566000', '121905.568000', '121905.571000', '121905.573000', '121905.576000', '121905.579000', '121905.581000', '121905.584000', '121905.586000', '121905.589000', '121905.591000', '121905.594000', '121905.597000', '121905.599000', '121905.602000', '121905.605000', '121905.607000', '121905.610000', '121905.613000', '121905.615000', '121925.504000', '121925.507000', '121925.509000', '121925.512000', '121925.515000', '121925.517000', '121925.520000', '121925.522000', '121925.525000', '121925.528000', '121925.530000', '121925.533000', '121925.536000', '121925.538000', '121925.541000', '121925.544000', '121925.546000', '121925.549000', '121925.551000', '121925.554000', '121925.557000', '121925.559000', '121925.562000', '121925.564000', '121925.567000', '121925.570000', '121925.572000', '121925.575000', '121925.578000', '121925.580000', '121925.583000', '121925.586000', '121925.588000', '121925.591000', '121925.594000', '121925.596000', '121925.599000', '121925.602000', '121925.604000', '121925.607000', '121925.609000', '121925.612000', '121925.615000', '121945.504000', '121945.507000', '121945.510000', '121945.513000', '121945.515000', '121945.518000', '121945.520000', '121945.523000', '121945.526000', '121945.528000', '121945.531000', '121945.533000', '121945.536000', '121945.539000', '121945.541000', '121945.544000', '121945.546000', '121945.549000', '121945.552000', '121945.554000', '121945.557000', '121945.559000', '121945.562000', '121945.564000', '121945.567000', '121945.569000', '121945.572000', '121945.575000', '121945.577000', '121945.580000', '121945.582000', '121945.585000', '121945.588000', '121945.590000', '121945.593000', '121945.595000', '121945.598000', '121945.601000', '121945.603000', '121945.606000', '121945.608000', '121945.611000', '121945.614000', '121945.616000', '121956.802000', '121956.804000', '121956.807000', '121956.810000', '121956.813000', '121956.815000', '121956.818000', '121956.821000', '121956.824000', '121956.826000', '121956.829000', '121956.833000', '121956.835000', '121956.838000', '121956.841000', '121956.845000', '121956.847000', '121956.850000', '121956.854000', '121956.857000', '121956.860000', '121956.863000', '121956.865000', '121956.868000', '121956.871000'], 'InstanceCreationTime': ['120605.532000', '120605.535000', '120605.538000', '120605.541000', '120605.543000', '120605.546000', '120605.549000', '120605.551000', '120605.554000', '120605.556000', '120605.559000', '120605.562000', '120605.564000', '120605.567000', '120605.569000', '120605.572000', '120605.575000', '120605.578000', '120605.580000', '120605.583000', '120605.585000', '120605.588000', '120605.590000', '120605.593000', '120605.595000', '120605.598000', '120605.601000', '120605.603000', '120605.606000', '120605.609000', '120605.611000', '120605.614000', '120605.616000', '120605.619000', '120605.621000', '120605.624000', '120605.626000', '120605.629000', '120605.632000', '120605.634000', '120605.640000', '120605.643000', '120605.646000', '120605.649000', '120605.652000', '120605.654000', '120605.657000', '120605.660000', '120605.662000', '120605.665000', '120605.667000', '120625.503000', '120625.506000', '120625.509000', '120625.511000', '120625.514000', '120625.517000', '120625.519000', '120625.522000', '120625.524000', '120625.527000', '120625.533000', '120625.536000', '120625.539000', '120625.541000', '120625.544000', '120625.547000', '120625.549000', '120625.552000', '120625.555000', '120625.557000', '120625.560000', '120625.562000', '120625.565000', '120625.567000', '120625.570000', '120625.573000', '120625.575000', '120625.578000', '120625.580000', '120625.583000', '120625.585000', '120625.588000', '120625.591000', '120625.593000', '120625.596000', '120625.598000', '120625.601000', '120625.604000', '120625.606000', '120625.609000', '120625.611000', '120625.614000', '120625.616000', '120625.619000', '120645.504000', '120645.516000', '120645.519000', '120645.522000', '120645.525000', '120645.527000', '120645.530000', '120645.532000', '120645.535000', '120645.538000', '120645.540000', '120645.543000', '120645.545000', '120645.548000', '120645.551000', '120645.553000', '120645.556000', '120645.559000', '120645.561000', '120645.564000', '120645.566000', '120645.569000', '120645.572000', '120645.574000', '120645.577000', '120645.580000', '120645.582000', '120645.585000', '120645.587000', '120645.590000', '120645.592000', '120645.595000', '120645.598000', '120645.600000', '120645.603000', '120645.606000', '120645.609000', '120645.611000', '120645.614000', '120645.616000', '120645.619000', '120645.622000', '120645.624000', '120705.503000', '120705.506000', '120705.508000', '120705.511000', '120705.514000', '120705.516000', '120705.519000', '120705.521000', '120705.529000', '120705.532000', '120705.534000', '120705.537000', '120705.540000', '120705.542000', '120705.545000', '120705.547000', '120705.550000', '120705.553000', '120705.555000', '120705.558000', '120705.561000', '120705.563000', '120705.566000', '120705.568000', '120705.571000', '120705.574000', '120705.576000', '120705.579000', '120705.582000', '120705.584000', '120705.587000', '120705.589000', '120705.592000', '120705.594000', '120705.597000', '120705.600000', '120705.602000', '120705.605000', '120705.608000', '120705.610000', '120705.613000', '120705.615000', '120705.618000', '120705.620000', '120725.503000', '120725.540000', '120725.543000', '120725.545000', '120725.548000', '120725.551000', '120725.553000', '120725.556000', '120725.558000', '120725.561000', '120725.564000', '120725.566000', '120725.569000', '120725.571000', '120725.574000', '120725.577000', '120725.579000', '120725.582000', '120725.585000', '120725.588000', '120725.590000', '120725.593000', '120725.595000', '120725.598000', '120725.601000', '120725.603000', '120725.606000', '120725.608000', '120725.611000', '120725.614000', '120725.616000', '120725.619000', '120725.622000', '120725.624000', '120725.627000', '120725.629000', '120725.632000', '120725.635000', '120725.637000', '120725.640000', '120725.642000', '120725.645000', '120725.647000', '120745.504000', '120745.506000', '120745.509000', '120745.519000', '120745.521000', '120745.524000', '120745.527000', '120745.529000', '120745.532000', '120745.535000', '120745.537000', '120745.540000', '120745.542000', '120745.545000', '120745.548000', '120745.550000', '120745.553000', '120745.555000', '120745.558000', '120745.561000', '120745.563000', '120745.566000', '120745.569000', '120745.571000', '120745.574000', '120745.576000', '120745.579000', '120745.582000', '120745.584000', '120745.587000', '120745.590000', '120745.592000', '120745.595000', '120745.597000', '120745.600000', '120745.603000', '120745.605000', '120745.608000', '120745.611000', '120745.613000', '120745.616000', '120745.618000', '120745.621000', '120745.623000', '120805.504000', '120805.506000', '120805.509000', '120805.512000', '120805.514000', '120805.517000', '120805.519000', '120805.522000', '120805.524000', '120805.527000', '120805.530000', '120805.532000', '120805.535000', '120805.537000', '120805.540000', '120805.543000', '120805.545000', '120805.548000', '120805.550000', '120805.553000', '120805.556000', '120805.558000', '120805.561000', '120805.563000', '120805.566000', '120805.568000', '120805.571000', '120805.574000', '120805.576000', '120805.579000', '120805.581000', '120805.584000', '120805.586000', '120805.589000', '120805.592000', '120805.594000', '120805.597000', '120805.599000', '120805.602000', '120805.604000', '120805.607000', '120805.610000', '120805.612000', '120825.504000', '120825.506000', '120825.509000', '120825.511000', '120825.514000', '120825.517000', '120825.519000', '120825.522000', '120825.524000', '120825.528000', '120825.531000', '120825.534000', '120825.536000', '120825.539000', '120825.542000', '120825.544000', '120825.547000', '120825.550000', '120825.552000', '120825.555000', '120825.557000', '120825.560000', '120825.563000', '120825.565000', '120825.568000', '120825.573000', '120825.576000', '120825.578000', '120825.581000', '120825.584000', '120825.586000', '120825.594000', '120825.597000', '120825.599000', '120825.602000', '120825.605000', '120825.607000', '120825.610000', '120825.612000', '120825.615000', '120825.617000', '120825.620000', '120825.623000', '120845.503000', '120845.506000', '120845.509000', '120845.511000', '120845.514000', '120845.516000', '120845.519000', '120845.521000', '120845.524000', '120845.527000', '120845.529000', '120845.532000', '120845.535000', '120845.537000', '120845.540000', '120845.542000', '120845.545000', '120845.547000', '120845.550000', '120845.553000', '120845.555000', '120845.558000', '120845.560000', '120845.563000', '120845.565000', '120845.568000', '120845.571000', '120845.573000', '120845.576000', '120845.579000', '120845.581000', '120845.584000', '120845.586000', '120845.589000', '120845.591000', '120845.594000', '120845.596000', '120845.599000', '120845.602000', '120845.604000', '120845.607000', '120845.633000', '120845.635000', '120845.638000', '120905.503000', '120905.506000', '120905.509000', '120905.511000', '120905.514000', '120905.516000', '120905.524000', '120905.527000', '120905.530000', '120905.532000', '120905.535000', '120905.537000', '120905.540000', '120905.543000', '120905.545000', '120905.548000', '120905.550000', '120905.553000', '120905.556000', '120905.558000', '120905.561000', '120905.563000', '120905.566000', '120905.569000', '120905.571000', '120905.574000', '120905.576000', '120905.579000', '120905.581000', '120905.584000', '120905.587000', '120905.589000', '120905.592000', '120905.594000', '120905.597000', '120905.600000', '120905.602000', '120905.605000', '120905.607000', '120905.610000', '120905.613000', '120905.615000', '120905.618000', '120905.620000', '120925.503000', '120925.505000', '120925.508000', '120925.511000', '120925.513000', '120925.516000', '120925.518000', '120925.521000', '120925.524000', '120925.526000', '120925.529000', '120925.531000', '120925.534000', '120925.537000', '120925.539000', '120925.542000', '120925.544000', '120925.547000', '120925.549000', '120925.552000', '120925.555000', '120925.557000', '120925.560000', '120925.562000', '120925.565000', '120925.568000', '120925.570000', '120925.573000', '120925.576000', '120925.578000', '120925.581000', '120925.583000', '120925.586000', '120925.589000', '120925.591000', '120925.594000', '120925.596000', '120925.599000', '120925.602000', '120925.605000', '120925.607000', '120925.610000', '120925.612000', '120945.503000', '120945.505000', '120945.508000', '120945.511000', '120945.513000', '120945.516000', '120945.519000', '120945.521000', '120945.524000', '120945.527000', '120945.530000', '120945.533000', '120945.535000', '120945.538000', '120945.540000', '120945.543000', '120945.546000', '120945.549000', '120945.551000', '120945.554000', '120945.557000', '120945.560000', '120945.562000', '120945.565000', '120945.568000', '120945.570000', '120945.573000', '120945.575000', '120945.578000', '120945.580000', '120945.583000', '120945.586000', '120945.589000', '120945.591000', '120945.594000', '120945.596000', '120945.599000', '120945.602000', '120945.605000', '120945.607000', '120945.610000', '120945.612000', '120945.615000', '121005.503000', '121005.506000', '121005.509000', '121005.511000', '121005.514000', '121005.517000', '121005.519000', '121005.522000', '121005.524000', '121005.527000', '121005.530000', '121005.533000', '121005.535000', '121005.538000', '121005.540000', '121005.543000', '121005.546000', '121005.548000', '121005.551000', '121005.553000', '121005.556000', '121005.559000', '121005.561000', '121005.564000', '121005.566000', '121005.569000', '121005.571000', '121005.574000', '121005.577000', '121005.579000', '121005.582000', '121005.584000', '121005.587000', '121005.590000', '121005.592000', '121005.595000', '121005.597000', '121005.600000', '121005.603000', '121005.605000', '121005.608000', '121005.610000', '121005.613000', '121005.616000', '121025.504000', '121025.506000', '121025.509000', '121025.512000', '121025.516000', '121025.519000', '121025.521000', '121025.524000', '121025.537000', '121025.540000', '121025.542000', '121025.545000', '121025.548000', '121025.550000', '121025.553000', '121025.555000', '121025.558000', '121025.561000', '121025.563000', '121025.566000', '121025.568000', '121025.571000', '121025.573000', '121025.576000', '121025.579000', '121025.581000', '121025.584000', '121025.586000', '121025.589000', '121025.592000', '121025.594000', '121025.597000', '121025.599000', '121025.602000', '121025.605000', '121025.607000', '121025.610000', '121025.612000', '121025.615000', '121025.618000', '121025.620000', '121025.623000', '121025.625000', '121045.504000', '121045.506000', '121045.509000', '121045.512000', '121045.514000', '121045.517000', '121045.519000', '121045.522000', '121045.525000', '121045.527000', '121045.530000', '121045.532000', '121045.535000', '121045.538000', '121045.540000', '121045.543000', '121045.546000', '121045.548000', '121045.551000', '121045.554000', '121045.556000', '121045.559000', '121045.561000', '121045.564000', '121045.567000', '121045.569000', '121045.572000', '121045.575000', '121045.577000', '121045.580000', '121045.583000', '121045.585000', '121045.588000', '121045.590000', '121045.593000', '121045.595000', '121045.598000', '121045.601000', '121045.603000', '121045.606000', '121045.609000', '121045.611000', '121045.614000', '121045.616000', '121105.504000', '121105.507000', '121105.510000', '121105.512000', '121105.516000', '121105.518000', '121105.521000', '121105.524000', '121105.526000', '121105.529000', '121105.531000', '121105.534000', '121105.537000', '121105.539000', '121105.542000', '121105.544000', '121105.547000', '121105.549000', '121105.552000', '121105.554000', '121105.557000', '121105.560000', '121105.562000', '121105.565000', '121105.569000', '121105.572000', '121105.575000', '121105.578000', '121105.580000', '121105.583000', '121105.586000', '121105.588000', '121105.591000', '121105.593000', '121105.596000', '121105.601000', '121105.604000', '121105.607000', '121105.609000', '121105.612000', '121105.616000', '121105.619000', '121105.621000', '121125.503000', '121125.506000', '121125.509000', '121125.511000', '121125.514000', '121125.517000', '121125.519000', '121125.522000', '121125.525000', '121125.527000', '121125.530000', '121125.532000', '121125.535000', '121125.537000', '121125.540000', '121125.543000', '121125.545000', '121125.548000', '121125.551000', '121125.553000', '121125.556000', '121125.558000', '121125.561000', '121125.563000', '121125.566000', '121125.569000', '121125.571000', '121125.574000', '121125.576000', '121125.579000', '121125.581000', '121125.584000', '121125.586000', '121125.589000', '121125.592000', '121125.594000', '121125.597000', '121125.599000', '121125.602000', '121125.605000', '121125.607000', '121125.610000', '121125.612000', '121125.615000', '121145.503000', '121145.506000', '121145.508000', '121145.511000', '121145.513000', '121145.516000', '121145.518000', '121145.521000', '121145.524000', '121145.526000', '121145.529000', '121145.532000', '121145.534000', '121145.537000', '121145.539000', '121145.542000', '121145.545000', '121145.547000', '121145.550000', '121145.552000', '121145.555000', '121145.558000', '121145.560000', '121145.563000', '121145.565000', '121145.568000', '121145.571000', '121145.573000', '121145.576000', '121145.579000', '121145.581000', '121145.584000', '121145.587000', '121145.597000', '121145.600000', '121145.603000', '121145.605000', '121145.608000', '121145.610000', '121145.613000', '121145.616000', '121145.618000', '121145.621000', '121205.502000', '121205.505000', '121205.508000', '121205.510000', '121205.513000', '121205.516000', '121205.518000', '121205.521000', '121205.523000', '121205.526000', '121205.528000', '121205.531000', '121205.534000', '121205.536000', '121205.539000', '121205.541000', '121205.544000', '121205.547000', '121205.549000', '121205.552000', '121205.555000', '121205.557000', '121205.560000', '121205.562000', '121205.565000', '121205.568000', '121205.570000', '121205.573000', '121205.575000', '121205.578000', '121205.580000', '121205.583000', '121205.586000', '121205.588000', '121205.591000', '121205.593000', '121205.596000', '121205.599000', '121205.601000', '121205.604000', '121205.606000', '121205.609000', '121205.612000', '121205.614000', '121225.503000', '121225.506000', '121225.509000', '121225.511000', '121225.514000', '121225.516000', '121225.519000', '121225.522000', '121225.524000', '121225.527000', '121225.529000', '121225.532000', '121225.534000', '121225.537000', '121225.540000', '121225.542000', '121225.545000', '121225.547000', '121225.550000', '121225.553000', '121225.555000', '121225.558000', '121225.561000', '121225.563000', '121225.566000', '121225.569000', '121225.571000', '121225.574000', '121225.576000', '121225.579000', '121225.582000', '121225.584000', '121225.587000', '121225.589000', '121225.592000', '121225.594000', '121225.597000', '121225.600000', '121225.602000', '121225.605000', '121225.608000', '121225.611000', '121225.614000', '121245.503000', '121245.506000', '121245.509000', '121245.512000', '121245.514000', '121245.517000', '121245.519000', '121245.522000', '121245.524000', '121245.527000', '121245.529000', '121245.532000', '121245.535000', '121245.537000', '121245.540000', '121245.542000', '121245.545000', '121245.547000', '121245.550000', '121245.553000', '121245.555000', '121245.558000', '121245.560000', '121245.563000', '121245.565000', '121245.568000', '121245.570000', '121245.573000', '121245.576000', '121245.578000', '121245.581000', '121245.583000', '121245.586000', '121245.589000', '121245.591000', '121245.594000', '121245.596000', '121245.599000', '121245.602000', '121245.604000', '121245.607000', '121245.609000', '121245.612000', '121245.615000', '121305.504000', '121305.506000', '121305.509000', '121305.512000', '121305.514000', '121305.517000', '121305.519000', '121305.522000', '121305.524000', '121305.527000', '121305.530000', '121305.532000', '121305.535000', '121305.537000', '121305.540000', '121305.542000', '121305.545000', '121305.548000', '121305.550000', '121305.553000', '121305.555000', '121305.558000', '121305.560000', '121305.563000', '121305.566000', '121305.568000', '121305.571000', '121305.573000', '121305.576000', '121305.617000', '121305.620000', '121305.622000', '121305.625000', '121305.628000', '121305.630000', '121305.633000', '121305.635000', '121305.638000', '121305.640000', '121305.643000', '121305.646000', '121305.648000', '121305.651000', '121325.504000', '121325.507000', '121325.509000', '121325.512000', '121325.514000', '121325.517000', '121325.520000', '121325.522000', '121325.525000', '121325.527000', '121325.530000', '121325.537000', '121325.540000', '121325.542000', '121325.545000', '121325.548000', '121325.551000', '121325.553000', '121325.556000', '121325.558000', '121325.561000', '121325.564000', '121325.566000', '121325.569000', '121325.572000', '121325.574000', '121325.577000', '121325.580000', '121325.582000', '121325.585000', '121325.588000', '121325.590000', '121325.593000', '121325.595000', '121325.598000', '121325.601000', '121325.603000', '121325.606000', '121325.609000', '121325.611000', '121325.614000', '121325.616000', '121325.619000', '121325.622000', '121345.504000', '121345.507000', '121345.509000', '121345.512000', '121345.515000', '121345.517000', '121345.520000', '121345.523000', '121345.525000', '121345.528000', '121345.530000', '121345.533000', '121345.535000', '121345.538000', '121345.541000', '121345.543000', '121345.546000', '121345.548000', '121345.551000', '121345.553000', '121345.556000', '121345.559000', '121345.561000', '121345.564000', '121345.566000', '121345.569000', '121345.572000', '121345.574000', '121345.577000', '121345.580000', '121345.582000', '121345.585000', '121345.587000', '121345.590000', '121345.593000', '121345.595000', '121345.598000', '121345.600000', '121345.603000', '121345.606000', '121345.608000', '121345.611000', '121345.614000', '121405.503000', '121405.505000', '121405.508000', '121405.511000', '121405.513000', '121405.516000', '121405.518000', '121405.521000', '121405.523000', '121405.526000', '121405.529000', '121405.531000', '121405.534000', '121405.536000', '121405.539000', '121405.542000', '121405.544000', '121405.547000', '121405.549000', '121405.552000', '121405.554000', '121405.557000', '121405.560000', '121405.562000', '121405.565000', '121405.567000', '121405.570000', '121405.573000', '121405.575000', '121405.578000', '121405.580000', '121405.583000', '121405.585000', '121405.588000', '121405.591000', '121405.593000', '121405.596000', '121405.598000', '121405.601000', '121405.604000', '121405.606000', '121405.609000', '121405.611000', '121405.614000', '121425.503000', '121425.505000', '121425.508000', '121425.511000', '121425.513000', '121425.516000', '121425.518000', '121425.521000', '121425.524000', '121425.526000', '121425.529000', '121425.531000', '121425.534000', '121425.536000', '121425.539000', '121425.542000', '121425.544000', '121425.547000', '121425.549000', '121425.552000', '121425.554000', '121425.557000', '121425.560000', '121425.562000', '121425.565000', '121425.567000', '121425.576000', '121425.579000', '121425.582000', '121425.584000', '121425.587000', '121425.589000', '121425.592000', '121425.595000', '121425.597000', '121425.600000', '121425.603000', '121425.605000', '121425.608000', '121425.610000', '121425.613000', '121425.616000', '121425.619000', '121445.504000', '121445.506000', '121445.509000', '121445.512000', '121445.514000', '121445.517000', '121445.519000', '121445.522000', '121445.525000', '121445.527000', '121445.530000', '121445.533000', '121445.535000', '121445.538000', '121445.540000', '121445.543000', '121445.545000', '121445.548000', '121445.550000', '121445.553000', '121445.556000', '121445.558000', '121445.561000', '121445.563000', '121445.566000', '121445.569000', '121445.571000', '121445.574000', '121445.576000', '121445.579000', '121445.581000', '121445.584000', '121445.587000', '121445.589000', '121445.592000', '121445.594000', '121445.597000', '121445.599000', '121445.602000', '121445.605000', '121445.607000', '121445.610000', '121445.612000', '121445.615000', '121505.504000', '121505.507000', '121505.509000', '121505.512000', '121505.515000', '121505.517000', '121505.520000', '121505.523000', '121505.525000', '121505.528000', '121505.530000', '121505.533000', '121505.536000', '121505.538000', '121505.541000', '121505.544000', '121505.546000', '121505.549000', '121505.551000', '121505.554000', '121505.557000', '121505.559000', '121505.562000', '121505.564000', '121505.567000', '121505.570000', '121505.572000', '121505.575000', '121505.578000', '121505.581000', '121505.583000', '121505.586000', '121505.589000', '121505.591000', '121505.594000', '121505.596000', '121505.599000', '121505.602000', '121505.604000', '121505.607000', '121505.609000', '121505.612000', '121505.615000', '121525.503000', '121525.506000', '121525.509000', '121525.511000', '121525.514000', '121525.517000', '121525.519000', '121525.522000', '121525.524000', '121525.527000', '121525.529000', '121525.532000', '121525.535000', '121525.538000', '121525.540000', '121525.543000', '121525.546000', '121525.549000', '121525.551000', '121525.554000', '121525.557000', '121525.559000', '121525.562000', '121525.564000', '121525.567000', '121525.570000', '121525.572000', '121525.575000', '121525.578000', '121525.580000', '121525.583000', '121525.585000', '121525.588000', '121525.591000', '121525.593000', '121525.596000', '121525.598000', '121525.601000', '121525.604000', '121525.606000', '121525.609000', '121525.612000', '121525.614000', '121525.617000', '121545.504000', '121545.507000', '121545.509000', '121545.512000', '121545.514000', '121545.517000', '121545.520000', '121545.522000', '121545.525000', '121545.527000', '121545.530000', '121545.533000', '121545.535000', '121545.538000', '121545.541000', '121545.543000', '121545.546000', '121545.548000', '121545.551000', '121545.554000', '121545.557000', '121545.559000', '121545.574000', '121545.577000', '121545.580000', '121545.582000', '121545.585000', '121545.587000', '121545.590000', '121545.593000', '121545.595000', '121545.598000', '121545.601000', '121545.603000', '121545.606000', '121545.609000', '121545.611000', '121545.614000', '121545.617000', '121545.619000', '121545.622000', '121545.624000', '121545.627000', '121605.503000', '121605.505000', '121605.508000', '121605.511000', '121605.513000', '121605.516000', '121605.518000', '121605.521000', '121605.524000', '121605.526000', '121605.529000', '121605.531000', '121605.534000', '121605.537000', '121605.539000', '121605.542000', '121605.544000', '121605.547000', '121605.550000', '121605.552000', '121605.555000', '121605.557000', '121605.560000', '121605.563000', '121605.565000', '121605.568000', '121605.570000', '121605.573000', '121605.575000', '121605.578000', '121605.581000', '121605.583000', '121605.586000', '121605.588000', '121605.591000', '121605.594000', '121605.596000', '121605.599000', '121605.602000', '121605.605000', '121605.607000', '121605.610000', '121605.612000', '121605.615000', '121625.503000', '121625.505000', '121625.508000', '121625.510000', '121625.513000', '121625.516000', '121625.518000', '121625.521000', '121625.524000', '121625.526000', '121625.529000', '121625.531000', '121625.534000', '121625.537000', '121625.539000', '121625.542000', '121625.545000', '121625.547000', '121625.550000', '121625.552000', '121625.555000', '121625.558000', '121625.560000', '121625.563000', '121625.566000', '121625.568000', '121625.571000', '121625.573000', '121625.576000', '121625.579000', '121625.581000', '121625.584000', '121625.587000', '121625.590000', '121625.592000', '121625.598000', '121625.601000', '121625.603000', '121625.606000', '121625.609000', '121625.611000', '121625.614000', '121625.616000', '121645.502000', '121645.505000', '121645.508000', '121645.510000', '121645.513000', '121645.516000', '121645.518000', '121645.521000', '121645.524000', '121645.526000', '121645.529000', '121645.531000', '121645.534000', '121645.537000', '121645.539000', '121645.542000', '121645.545000', '121645.547000', '121645.550000', '121645.553000', '121645.555000', '121645.558000', '121645.561000', '121645.563000', '121645.566000', '121645.568000', '121645.571000', '121645.574000', '121645.576000', '121645.579000', '121645.582000', '121645.584000', '121645.587000', '121645.589000', '121645.592000', '121645.595000', '121645.597000', '121645.600000', '121645.603000', '121645.605000', '121645.608000', '121645.610000', '121645.613000', '121645.616000', '121705.504000', '121705.506000', '121705.509000', '121705.512000', '121705.514000', '121705.517000', '121705.519000', '121705.522000', '121705.525000', '121705.527000', '121705.530000', '121705.532000', '121705.535000', '121705.538000', '121705.540000', '121705.543000', '121705.545000', '121705.548000', '121705.550000', '121705.553000', '121705.556000', '121705.558000', '121705.561000', '121705.563000', '121705.566000', '121705.569000', '121705.571000', '121705.574000', '121705.576000', '121705.579000', '121705.581000', '121705.584000', '121705.587000', '121705.589000', '121705.592000', '121705.595000', '121705.597000', '121705.600000', '121705.602000', '121705.605000', '121705.607000', '121705.610000', '121705.613000', '121725.504000', '121725.506000', '121725.509000', '121725.512000', '121725.514000', '121725.517000', '121725.520000', '121725.522000', '121725.525000', '121725.528000', '121725.531000', '121725.534000', '121725.536000', '121725.539000', '121725.542000', '121725.544000', '121725.547000', '121725.549000', '121725.552000', '121725.555000', '121725.557000', '121725.560000', '121725.562000', '121725.565000', '121725.568000', '121725.570000', '121725.573000', '121725.575000', '121725.578000', '121725.581000', '121725.583000', '121725.586000', '121725.589000', '121725.591000', '121725.594000', '121725.597000', '121725.599000', '121725.602000', '121725.605000', '121725.607000', '121725.610000', '121725.613000', '121725.615000', '121725.618000', '121745.503000', '121745.506000', '121745.509000', '121745.512000', '121745.514000', '121745.517000', '121745.519000', '121745.522000', '121745.524000', '121745.527000', '121745.530000', '121745.532000', '121745.535000', '121745.537000', '121745.540000', '121745.543000', '121745.545000', '121745.548000', '121745.550000', '121745.553000', '121745.556000', '121745.558000', '121745.561000', '121745.563000', '121745.566000', '121745.568000', '121745.571000', '121745.573000', '121745.576000', '121745.579000', '121745.581000', '121745.584000', '121745.587000', '121745.589000', '121745.592000', '121745.594000', '121745.597000', '121745.599000', '121745.602000', '121745.605000', '121745.607000', '121745.610000', '121745.612000', '121805.504000', '121805.506000', '121805.509000', '121805.512000', '121805.514000', '121805.517000', '121805.520000', '121805.522000', '121805.525000', '121805.527000', '121805.530000', '121805.533000', '121805.535000', '121805.538000', '121805.541000', '121805.543000', '121805.546000', '121805.549000', '121805.551000', '121805.554000', '121805.557000', '121805.559000', '121805.562000', '121805.564000', '121805.567000', '121805.569000', '121805.572000', '121805.575000', '121805.577000', '121805.580000', '121805.582000', '121805.600000', '121805.602000', '121805.605000', '121805.607000', '121805.610000', '121805.612000', '121805.615000', '121805.618000', '121805.620000', '121805.623000', '121805.625000', '121805.628000', '121825.503000', '121825.505000', '121825.508000', '121825.511000', '121825.513000', '121825.516000', '121825.518000', '121825.521000', '121825.523000', '121825.526000', '121825.529000', '121825.531000', '121825.534000', '121825.536000', '121825.539000', '121825.542000', '121825.544000', '121825.547000', '121825.550000', '121825.552000', '121825.555000', '121825.557000', '121825.560000', '121825.562000', '121825.565000', '121825.568000', '121825.570000', '121825.573000', '121825.575000', '121825.578000', '121825.581000', '121825.583000', '121825.586000', '121825.588000', '121825.591000', '121825.593000', '121825.596000', '121825.599000', '121825.601000', '121825.604000', '121825.606000', '121825.609000', '121825.612000', '121825.614000', '121845.503000', '121845.505000', '121845.508000', '121845.511000', '121845.514000', '121845.516000', '121845.519000', '121845.522000', '121845.525000', '121845.527000', '121845.530000', '121845.533000', '121845.536000', '121845.538000', '121845.541000', '121845.544000', '121845.546000', '121845.549000', '121845.551000', '121845.554000', '121845.557000', '121845.559000', '121845.562000', '121845.565000', '121845.568000', '121845.571000', '121845.573000', '121845.576000', '121845.578000', '121845.581000', '121845.584000', '121845.586000', '121845.589000', '121845.591000', '121845.594000', '121845.597000', '121845.599000', '121845.602000', '121845.605000', '121845.607000', '121845.610000', '121845.613000', '121845.615000', '121905.503000', '121905.506000', '121905.509000', '121905.511000', '121905.514000', '121905.516000', '121905.519000', '121905.522000', '121905.524000', '121905.527000', '121905.529000', '121905.532000', '121905.535000', '121905.537000', '121905.540000', '121905.542000', '121905.545000', '121905.548000', '121905.550000', '121905.553000', '121905.555000', '121905.558000', '121905.560000', '121905.563000', '121905.566000', '121905.568000', '121905.571000', '121905.573000', '121905.576000', '121905.579000', '121905.581000', '121905.584000', '121905.586000', '121905.589000', '121905.591000', '121905.594000', '121905.597000', '121905.599000', '121905.602000', '121905.605000', '121905.607000', '121905.610000', '121905.613000', '121905.615000', '121925.504000', '121925.507000', '121925.509000', '121925.512000', '121925.515000', '121925.517000', '121925.520000', '121925.522000', '121925.525000', '121925.528000', '121925.530000', '121925.533000', '121925.536000', '121925.538000', '121925.541000', '121925.544000', '121925.546000', '121925.549000', '121925.551000', '121925.554000', '121925.557000', '121925.559000', '121925.562000', '121925.564000', '121925.567000', '121925.570000', '121925.572000', '121925.575000', '121925.578000', '121925.580000', '121925.583000', '121925.586000', '121925.588000', '121925.591000', '121925.594000', '121925.596000', '121925.599000', '121925.602000', '121925.604000', '121925.607000', '121925.609000', '121925.612000', '121925.615000', '121945.504000', '121945.507000', '121945.510000', '121945.513000', '121945.515000', '121945.518000', '121945.520000', '121945.523000', '121945.526000', '121945.528000', '121945.531000', '121945.533000', '121945.536000', '121945.539000', '121945.541000', '121945.544000', '121945.546000', '121945.549000', '121945.552000', '121945.554000', '121945.557000', '121945.559000', '121945.562000', '121945.564000', '121945.567000', '121945.569000', '121945.572000', '121945.575000', '121945.577000', '121945.580000', '121945.582000', '121945.585000', '121945.588000', '121945.590000', '121945.593000', '121945.595000', '121945.598000', '121945.601000', '121945.603000', '121945.606000', '121945.608000', '121945.611000', '121945.614000', '121945.616000', '121956.802000', '121956.804000', '121956.807000', '121956.810000', '121956.813000', '121956.815000', '121956.818000', '121956.821000', '121956.824000', '121956.826000', '121956.829000', '121956.833000', '121956.835000', '121956.838000', '121956.841000', '121956.845000', '121956.847000', '121956.850000', '121956.854000', '121956.857000', '121956.860000', '121956.863000', '121956.865000', '121956.868000', '121956.871000'], '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': [6389, 10844, 6474, 8769, 6952, 6558, 6896, 7088, 7074, 7592, 7739, 7997, 9655, 6315, 6701, 6685, 6536, 6864, 6681, 7166, 6287, 9082, 6814, 7353, 6821, 6066, 6857, 6583, 8151, 6984, 6253, 8758, 6670, 6921, 7317, 6387, 7042, 8032, 6394, 10976, 6526, 7473, 7307, 5864, 7083, 6816, 7768, 7470, 6196, 9400, 6688, 6410, 7359, 6887, 7737, 7216, 8622, 8491, 7589, 7156, 6828, 6727, 7527, 6206, 8845, 7004, 8211, 6838, 6103, 7373, 6449, 8618, 6694, 8695, 6810, 5677, 7024, 6592, 7056, 6663, 8987, 8661, 6623, 6744, 6633, 7403, 7439, 6419, 9114, 6590, 7466, 7220, 6109, 7707, 6845, 8446, 8738, 8061, 7523, 6557, 6690, 6697, 6403, 8586, 8390, 8186, 8601, 6267, 7940, 6825, 6269, 7731, 7023, 7921, 8857, 7013, 6684, 7142, 6805, 8049, 9528, 7624, 6382, 6075, 8349, 7003, 9248, 7045, 7446, 7557, 6350, 6888, 6634, 6792, 7025, 6577, 8505, 8487, 8855, 6873, 6234, 6733, 6595, 7137, 6716, 7436, 6847, 9444, 7119, 7243, 7009, 6801, 7202, 6824, 7310, 7056, 6460, 6880, 6786, 7021, 6789, 7388, 7454, 7113, 6866, 6220, 6932, 6895, 8056, 7586, 7457, 8154, 6643, 6883, 6381, 6693, 7082, 6557, 7107, 6741, 8326, 6666, 5943, 6142, 6492, 6580, 6500, 6813, 9070, 7086, 6887, 6439, 6269, 6874, 6576, 8508, 6436, 7002, 6710, 6789, 6848, 6769, 7768, 7664, 7553, 7740, 6482, 6667, 6684, 7210, 6840, 6539, 9144, 6399, 6657, 6608, 6914, 6667, 6887, 8229, 6500, 7124, 6941, 6721, 7449, 6557, 7146, 6566, 8022, 7154, 6487, 6855, 6594, 6215, 6833, 6682, 8116, 6549, 6462, 7272, 6436, 7307, 7415, 7628, 8439, 6423, 7088, 6754, 6415, 7688, 6808, 7378, 7002, 7431, 8261, 7923, 7712, 6961, 6165, 7005, 6486, 8535, 6788, 7430, 6911, 6808, 7140, 7035, 7388, 7340, 7343, 7282, 7258, 7168, 6859, 7406, 7029, 6536, 7788, 6517, 6472, 6944, 6210, 6781, 6455, 7538, 7849, 7132, 7040, 6488, 7111, 6891, 7007, 6900, 7294, 7123, 6629, 7042, 6823, 6913, 8634, 7628, 7488, 6878, 7319, 7449, 7199, 7306, 6413, 7302, 7151, 5876, 7089, 6598, 8705, 7223, 7462, 7134, 6423, 7178, 6572, 8607, 7077, 7501, 6993, 6363, 7149, 6850, 6182, 7054, 7074, 8055, 7040, 7526, 7164, 6968, 7350, 6831, 7966, 6707, 8797, 7288, 6453, 7488, 6792, 6530, 9211, 6620, 7259, 6718, 6495, 6736, 6472, 6959, 6772, 7646, 10041, 7572, 7632, 6879, 6682, 6912, 7020, 9739, 7943, 6853, 7278, 6676, 7014, 7409, 7199, 6635, 7068, 6565, 6811, 6217, 6709, 7055, 6427, 6452, 6245, 6614, 6644, 7039, 6728, 7484, 8438, 7235, 7210, 6765, 7363, 6820, 7305, 7612, 6947, 7352, 6712, 7697, 6828, 7280, 7270, 7181, 7099, 6777, 7639, 6926, 6702, 7113, 6916, 8497, 6832, 7383, 7265, 6658, 7442, 6888, 7417, 7393, 7597, 7768, 7948, 8455, 6795, 6576, 6785, 6708, 6699, 6931, 6938, 6623, 7360, 6683, 6410, 6981, 6918, 9007, 8928, 8367, 7074, 6823, 7017, 6743, 7013, 6862, 9501, 8949, 6844, 6577, 6714, 6618, 6850, 7081, 6749, 6693, 8381, 7411, 6607, 6830, 7876, 6693, 6555, 7046, 6652, 7353, 6880, 6382, 6117, 6415, 6348, 6743, 6531, 6727, 6833, 6328, 6781, 6927, 6870, 6641, 7043, 7558, 9920, 7765, 6143, 6427, 6497, 6251, 6932, 6812, 7167, 6578, 6609, 6385, 6396, 6292, 8053, 6638, 6620, 6644, 7572, 6159, 6499, 6140, 6565, 6471, 9391, 6494, 7894, 6617, 7687, 6486, 6460, 6366, 6691, 8211, 6706, 9434, 6667, 6838, 6760, 6756, 6729, 6821, 7556, 6714, 6497, 6856, 6728, 6625, 7020, 7670, 6868, 7630, 6842, 6630, 6481, 7060, 6608, 6977, 7072, 6620, 6823, 6289, 6960, 6991, 6889, 7764, 8996, 7261, 7891, 6540, 6568, 7249, 6689, 7243, 6916, 8034, 6776, 7053, 6732, 6864, 6733, 6861, 7501, 6655, 7069, 6838, 6793, 6943, 7064, 7394, 6572, 6960, 7504, 7515, 6911, 6270, 6766, 6926, 7000, 7224, 7687, 6776, 7790, 6860, 7263, 7612, 6924, 6726, 7091, 6614, 7026, 9263, 8803, 8468, 7070, 6916, 6471, 6955, 7064, 6968, 6908, 7945, 7036, 6578, 6813, 6857, 6893, 6976, 6933, 6939, 7256, 6846, 6886, 6897, 7146, 7523, 6745, 6299, 6811, 7096, 6960, 6969, 7072, 7147, 6965, 7985, 6322, 5949, 6262, 7182, 7175, 8258, 7583, 6847, 6654, 6552, 6312, 6537, 6428, 8524, 9244, 6525, 8007, 6665, 6023, 6551, 6151, 6224, 6871, 6191, 7491, 6327, 6996, 6340, 7005, 6599, 7422, 6586, 6750, 8446, 7309, 10387, 6421, 6740, 6662, 6085, 6663, 6718, 7486, 8453, 6205, 6342, 6641, 6143, 6824, 6357, 7289, 6874, 7667, 8147, 8163, 6661, 6105, 7041, 7155, 6787, 7274, 7051, 10003, 6463, 6640, 6838, 6538, 6833, 7490, 6949, 6600, 7126, 7030, 6526, 7190, 7387, 7268, 7202, 6883, 6858, 6112, 7208, 6427, 7210, 7019, 7968, 7054, 6592, 7148, 6309, 7562, 6701, 7679, 7027, 6661, 6902, 6429, 7207, 7428, 6779, 6949, 6027, 6433, 6869, 6477, 8687, 7226, 7904, 6792, 6694, 7719, 6569, 7241, 6774, 7590, 9493, 9630, 9313, 6599, 7617, 6907, 6237, 7114, 6376, 7552, 7199, 6573, 6812, 6786, 6429, 7029, 6429, 7145, 7034, 7934, 6925, 6117, 6441, 6867, 6733, 6881, 7795, 7245, 6747, 6027, 7158, 6411, 7570, 6667, 8433, 7364, 6814, 6989, 6939, 7770, 7673, 7904, 7231, 6770, 7311, 7226, 6979, 7344, 6217, 7749, 6185, 8143, 7421, 5778, 6730, 6459, 6967, 9862, 6846, 8184, 7932, 5711, 6460, 6663, 6505, 8687, 8582, 10606, 7151, 6432, 6919, 7088, 8549, 8514, 7074, 8071, 6696, 6325, 6652, 6653, 7645, 7488, 9953, 6736, 6239, 6596, 6450, 8090, 6508, 10356, 6989, 6331, 6695, 6680, 7487, 7114, 6987, 6844, 6465, 6449, 7049, 6198, 8560, 6315, 8064, 7403, 6565, 6896, 6673, 8024, 7078, 7118, 7082, 6719, 6790, 6570, 6759, 8313, 6805, 7624, 6470, 6371, 6501, 6517, 6058, 6478, 6288, 7498, 8299, 6063, 6341, 6149, 6272, 5661, 6689, 7903, 8184, 7526, 8474, 6255, 6709, 6181, 6740, 7137, 6660, 7159, 9108, 7497, 11093, 6824, 6634, 6442, 6614, 6981, 6663, 6947, 6422, 6675, 6596, 6671, 6573, 6886, 6684, 6623, 6504, 6022, 7076, 6567, 6540, 5728, 6346, 6923, 6050, 6515, 6521, 6359, 7747, 6086, 5847, 6345, 6352, 8866, 6491, 7758, 9354, 8970, 8811, 7437, 8686, 6297, 8938, 6437, 7847, 6536, 5845, 6499, 5983, 6713, 6090, 6358, 6633, 5884, 8601, 5799, 6830, 6447, 5797, 6307, 5799, 6418, 6177, 6810, 7465, 5778, 6785, 6228, 6061, 6672, 6294, 7546, 7742, 7026, 6907, 6566, 6099, 7261, 6897, 6128, 7040, 6539, 6488, 6793, 6436, 6881, 6633, 9407, 10693, 7916, 6212, 6835, 6533, 6351, 7134, 7024, 5932, 6365, 6012, 5972, 6736, 6315, 5977, 7357, 8710, 7711, 8324, 8868, 6443, 6814, 6570, 7505, 6851, 6363, 7284, 7198, 8852, 6936, 6497, 6784, 6808, 6724, 7936, 6920, 7924, 6648, 6971, 7100, 6814, 6817, 6861, 7856, 8424, 6385, 7062, 7133, 6993, 7098, 6205, 9064, 6866, 7790, 6902, 6678, 7227, 7330, 6586, 7165, 6838, 7514, 8695, 6513, 6990, 6546, 6383, 6990, 5876, 7377, 8331, 8364, 7025, 6163, 7238, 6723, 5952, 7980, 6529, 7762, 6699, 6612, 7018, 6091, 7453, 6518, 6963, 6943, 7823, 6883, 6472, 7166, 6598, 7433, 6920, 7293, 10025, 6214, 7457, 6598, 6694, 7192, 7034, 7451, 8044, 7521, 7742, 6396, 6351, 7215, 6563, 7211, 6882, 7857, 8266, 6615, 7176, 6996, 6847, 7155, 7986, 8039, 6765, 7123, 6880, 6827, 6953, 7225, 6986, 6389, 6883, 6965, 7213, 6834, 6365, 8054, 6714, 6181, 6959, 6534, 7150, 6743, 7635, 8312, 6774, 7551, 8062, 6522, 6684, 6880, 8289, 7601, 7204, 6765, 6469, 6645, 6831, 7846, 7785, 6695, 6645, 6919, 6387, 7210, 7027, 7291, 6960, 7678, 6821, 8200, 7396, 6505, 7255, 7164, 7230, 7338, 8199, 7436, 6769, 7565, 7207, 8032, 7003, 6486, 6413, 6888, 6273, 7596, 8134, 6063, 6670, 6712, 6305, 10329, 8177, 8934, 7236, 8220, 6887, 6749, 9197, 6726, 10780, 7099, 7490, 7157, 7686, 7605, 6793, 7193, 6397, 7105, 7205, 7491, 6758, 6723, 7016, 7022, 7112, 6528, 7282, 6445, 5643, 6751, 6348, 6861, 7148, 7568, 7480, 6761, 5911, 7307, 6573, 8429, 7935, 8196, 9068, 6001, 6391, 6575, 7692, 6701, 7721, 6513, 9253, 9770, 7164, 6799, 6603, 6311, 6689, 6114, 8357, 6874, 7417, 6778, 6117, 6996, 6729, 7464, 7032, 6469, 7382, 6552, 6523, 6672, 8029, 7331, 6601, 6956, 7032, 6998, 6885, 6857, 7332, 6505, 7397, 6786, 7426, 6942, 5944, 7090, 7096, 6871, 10413, 7027, 7760, 7166, 6485, 7197, 7278, 8143, 9364, 7758, 8521, 7283, 8665, 7837, 7669, 9817, 7443, 9566, 7309, 9486, 7540, 7920, 8146, 7470, 8281, 7291, 6850, 6976, 6631, 7721, 6799, 7649, 7512, 7408, 7183, 6902, 7389, 7595, 7510, 7198, 7855, 6667, 6046, 7159, 6701, 6009, 8154, 7394, 8410, 7833, 6474, 6930, 7245, 8593, 8491, 8484, 9320, 8499, 8643, 6981, 6599, 7018, 6734, 8775, 8113, 8302, 7666, 7129, 5897, 7137, 6566, 8389, 8344, 8204, 7812, 7141, 7591, 6763, 6445, 8626, 7387, 9314, 7484, 6409, 6719, 6925, 6341, 7286, 7058, 7438, 7200, 7371, 7790, 7226, 6817, 7105, 6928, 6803, 7145, 7070, 7799, 7832, 6733, 6261, 5859, 7161, 6953, 6851, 7083, 8272, 8220, 6364, 7536, 6872, 7129, 6902, 7187, 5942, 7648, 6999, 7073, 7224, 7153, 7102, 7935, 8277, 6390, 6244, 7159, 6731, 6172, 5972, 6913, 6211, 6919, 7011, 5848, 6903, 7005, 6220, 9270, 7415, 9185, 8174, 6547, 6930, 6867, 7101, 6486, 7080, 6988, 9582, 7346, 6236, 6948, 6405, 6579, 6602, 7036, 7559, 7052, 6847, 7050, 7156, 6927, 6414, 6941, 6727, 7714, 8523, 7534, 7232, 6872, 7172, 7162, 7124, 6825, 6485, 9508, 7862, 8763, 7219, 6726, 6850, 6705, 6728, 7049, 7515, 9912, 7377, 7609, 7198, 5993, 7085, 6885, 7558, 7400, 7510, 8884, 7896, 7832, 7634, 7874, 7229, 7835, 8025, 8577, 7338, 7538, 7877, 7783, 7284, 7117, 7100, 6987, 8100, 7051, 7130, 8203, 7176, 7475, 7563, 7220, 7417, 7015, 7478, 9467, 7557, 8414, 7456, 7485, 7496, 8245, 9081, 7995, 7071, 7320, 7495, 7628, 7382, 7425, 7423, 8308, 7841, 8549, 7527, 7085, 7568, 7952, 7193, 8572, 8518, 7279, 7406, 7543, 7370, 7461, 7839, 7790, 7713, 8520, 7416, 8332, 7374, 7930, 7520, 8149, 7741, 7737, 7308, 7851, 7460, 8567, 7542, 6686, 7351, 7725, 7360, 10704, 6306, 9020, 7761, 5647, 6944, 6756, 6969, 8766, 8013, 6495, 7380, 6504, 6472, 7103, 6828, 7036, 6626, 6136, 10371, 9742, 9983, 9469, 6195, 6572, 6225, 5798, 6586, 6389, 6750, 6281, 5917, 7409, 6452, 7905, 8038, 7322, 6956, 6381, 6583, 6732, 6743, 5850, 6561, 6969, 6122, 9392, 7479, 7501, 7353, 6297, 7076, 9867, 6632, 8845, 6733, 7377, 6644, 6533, 6301, 6565, 6148, 7257, 6752, 5980, 9792, 6326, 7183, 7168, 7657, 6819, 7239, 6976, 6155, 7123, 9112, 11125, 7958, 6802, 6794, 6354, 7231, 7004, 6920, 7368, 6781, 6121, 7008, 6368, 6645, 7175, 7416, 7376, 6932, 7219, 6741, 6429, 7114, 7694, 7074, 7407, 7538, 7190, 6342, 7045, 9676, 10295, 9784, 6782, 6848, 7163, 7117, 6761, 7784, 7095, 7882, 7603, 6932, 7241, 7961, 7179, 8371, 8475, 6839, 7512, 7438, 7339, 7800, 6813, 8032, 7160, 7981, 6761, 7586, 7023, 6999, 7417, 6975, 9818, 6755, 7411, 7116, 7299, 7122, 7103, 7089, 7157, 5863, 9139, 6967, 7758, 7097, 6988, 8197, 7013, 7000, 7400, 7486, 7478, 6301, 7732, 7009, 7463, 7080, 6394, 9565, 7077, 7435, 7120, 6904, 7033, 7093, 7146, 7353, 7212, 8368, 9902, 6978, 7125, 7354, 7132, 7254, 7014, 8033, 7465, 7063, 8303, 7318, 8659, 7647, 6970, 7225, 7574, 7486, 7334, 7262, 7813, 7317, 6625, 6953, 7077, 6155, 6311, 7684, 6828, 7300, 7293, 7512, 10035, 9569, 6993, 8310, 7186, 6791, 7293, 6972, 7188, 7539, 7029, 10350, 7012, 7491, 7298, 6542, 7084, 6960, 6740, 7222, 6422, 7981, 6903, 7011, 7450, 6698, 7528, 7223, 7063, 7282, 8615, 7952, 7512, 6947, 7262, 7270, 6801, 7660, 7317, 6908, 7173, 6931, 6681, 7250, 7285, 7932, 8176, 7183, 6302, 6866, 7407, 6040, 7371, 7430, 6477, 10503, 7429, 8941, 8777, 6941, 5564, 7226, 6770, 6774, 9112, 7063, 6473, 7678, 7263, 6766, 7178, 8223, 6801, 9730, 8397, 6910, 5597, 6672, 6773, 5946, 7382, 6682, 7263, 7695, 6516, 7289, 6638, 6341, 7806, 6153, 5886, 6447, 6294, 6410, 6298, 5876, 7453, 6492, 6755, 6716, 6857, 6750, 5957, 8770, 7844, 9000, 8131, 6181, 6946, 6855, 6196, 6520], 'WindowCenter': [3531.0, 3592.0, 3517.0, 3559.0, 3527.0, 3504.0, 3512.0, 3510.0, 3499.0, 3507.0, 3507.0, 3518.0, 3541.0, 3476.0, 3484.0, 3484.0, 3471.0, 3482.0, 3470.0, 3481.0, 3472.0, 3527.0, 3487.0, 3496.0, 3485.0, 3473.0, 3483.0, 3484.0, 3504.0, 3496.0, 3483.0, 3518.0, 3485.0, 3496.0, 3506.0, 3484.0, 3497.0, 3531.0, 3485.0, 3550.0, 3487.0, 3509.0, 3510.0, 3476.0, 3508.0, 3497.0, 3506.0, 3508.0, 3477.0, 3530.0, 3498.0, 3487.0, 3508.0, 3508.0, 3507.0, 3509.0, 3517.0, 3529.0, 3507.0, 3496.0, 3496.0, 3496.0, 3507.0, 3474.0, 3527.0, 3496.0, 3517.0, 3497.0, 3475.0, 3508.0, 3485.0, 3528.0, 3497.0, 3529.0, 3497.0, 3464.0, 3496.0, 3496.0, 3495.0, 3498.0, 3528.0, 3530.0, 3498.0, 3498.0, 3499.0, 3507.0, 3508.0, 3487.0, 3530.0, 3498.0, 3507.0, 3509.0, 3475.0, 3507.0, 3496.0, 3518.0, 3530.0, 3518.0, 3508.0, 3487.0, 3496.0, 3495.0, 3485.0, 3529.0, 3529.0, 3530.0, 3530.0, 3499.0, 3530.0, 3498.0, 3487.0, 3522.0, 3526.0, 3534.0, 3543.0, 3526.0, 3525.0, 3524.0, 3513.0, 3532.0, 3554.0, 3521.0, 3500.0, 3502.0, 3545.0, 3509.0, 3543.0, 3510.0, 3509.0, 3521.0, 3500.0, 3510.0, 3500.0, 3498.0, 3510.0, 3498.0, 3543.0, 3544.0, 3544.0, 3511.0, 3489.0, 3497.0, 3496.0, 3493.0, 3483.0, 3493.0, 3483.0, 3526.0, 3495.0, 3494.0, 3495.0, 3482.0, 3505.0, 3484.0, 3506.0, 3497.0, 3486.0, 3507.0, 3498.0, 3509.0, 3499.0, 3520.0, 3521.0, 3510.0, 3499.0, 3488.0, 3509.0, 3509.0, 3517.0, 3521.0, 3509.0, 3531.0, 3499.0, 3509.0, 3499.0, 3510.0, 3510.0, 3499.0, 3508.0, 3499.0, 3530.0, 3498.0, 3488.0, 3487.0, 3499.0, 3497.0, 3487.0, 3498.0, 3540.0, 3508.0, 3508.0, 3486.0, 3485.0, 3497.0, 3496.0, 3530.0, 3487.0, 3508.0, 3498.0, 3498.0, 3497.0, 3497.0, 3519.0, 3519.0, 3519.0, 3520.0, 3487.0, 3497.0, 3497.0, 3506.0, 3498.0, 3486.0, 3541.0, 3498.0, 3498.0, 3499.0, 3508.0, 3498.0, 3508.0, 3530.0, 3488.0, 3497.0, 3498.0, 3496.0, 3507.0, 3485.0, 3496.0, 3496.0, 3517.0, 3497.0, 3485.0, 3496.0, 3497.0, 3485.0, 3497.0, 3497.0, 3530.0, 3502.0, 3514.0, 3524.0, 3500.0, 3520.0, 3520.0, 3518.0, 3531.0, 3488.0, 3508.0, 3498.0, 3486.0, 3518.0, 3497.0, 3507.0, 3508.0, 3507.0, 3530.0, 3518.0, 3507.0, 3507.0, 3472.0, 3493.0, 3471.0, 3514.0, 3484.0, 3506.0, 3498.0, 3496.0, 3507.0, 3496.0, 3506.0, 3506.0, 3505.0, 3495.0, 3494.0, 3508.0, 3496.0, 3506.0, 3508.0, 3486.0, 3519.0, 3488.0, 3500.0, 3523.0, 3490.0, 3510.0, 3502.0, 3533.0, 3534.0, 3512.0, 3512.0, 3501.0, 3511.0, 3511.0, 3497.0, 3498.0, 3507.0, 3497.0, 3499.0, 3497.0, 3498.0, 3497.0, 3529.0, 3507.0, 3507.0, 3496.0, 3493.0, 3493.0, 3481.0, 3493.0, 3472.0, 3494.0, 3496.0, 3463.0, 3496.0, 3484.0, 3528.0, 3507.0, 3507.0, 3497.0, 3485.0, 3497.0, 3484.0, 3529.0, 3496.0, 3507.0, 3497.0, 3487.0, 3510.0, 3499.0, 3487.0, 3511.0, 3510.0, 3533.0, 3512.0, 3521.0, 3512.0, 3510.0, 3508.0, 3484.0, 3506.0, 3485.0, 3528.0, 3507.0, 3486.0, 3508.0, 3498.0, 3485.0, 3540.0, 3498.0, 3520.0, 3511.0, 3501.0, 3511.0, 3502.0, 3509.0, 3500.0, 3519.0, 3541.0, 3519.0, 3519.0, 3500.0, 3499.0, 3525.0, 3537.0, 3568.0, 3518.0, 3483.0, 3492.0, 3483.0, 3495.0, 3508.0, 3509.0, 3511.0, 3508.0, 3485.0, 3485.0, 3475.0, 3496.0, 3508.0, 3488.0, 3500.0, 3500.0, 3510.0, 3499.0, 3498.0, 3499.0, 3510.0, 3533.0, 3510.0, 3510.0, 3499.0, 3508.0, 3497.0, 3494.0, 3506.0, 3494.0, 3494.0, 3483.0, 3505.0, 3484.0, 3494.0, 3506.0, 3494.0, 3495.0, 3484.0, 3505.0, 3496.0, 3495.0, 3497.0, 3507.0, 3530.0, 3498.0, 3511.0, 3522.0, 3499.0, 3510.0, 3509.0, 3508.0, 3509.0, 3519.0, 3520.0, 3521.0, 3532.0, 3500.0, 3512.0, 3510.0, 3498.0, 3498.0, 3509.0, 3510.0, 3499.0, 3521.0, 3511.0, 3489.0, 3512.0, 3511.0, 3531.0, 3529.0, 3518.0, 3497.0, 3511.0, 3507.0, 3497.0, 3510.0, 3500.0, 3543.0, 3542.0, 3499.0, 3510.0, 3510.0, 3511.0, 3498.0, 3509.0, 3500.0, 3512.0, 3546.0, 3524.0, 3515.0, 3515.0, 3531.0, 3486.0, 3473.0, 3494.0, 3486.0, 3507.0, 3497.0, 3500.0, 3489.0, 3489.0, 3498.0, 3498.0, 3487.0, 3486.0, 3497.0, 3475.0, 3486.0, 3495.0, 3485.0, 3486.0, 3497.0, 3508.0, 3539.0, 3507.0, 3475.0, 3485.0, 3487.0, 3484.0, 3497.0, 3497.0, 3510.0, 3501.0, 3511.0, 3502.0, 3502.0, 3501.0, 3532.0, 3498.0, 3497.0, 3497.0, 3520.0, 3489.0, 3502.0, 3490.0, 3512.0, 3500.0, 3554.0, 3499.0, 3533.0, 3500.0, 3520.0, 3488.0, 3487.0, 3488.0, 3497.0, 3519.0, 3486.0, 3540.0, 3487.0, 3484.0, 3485.0, 3483.0, 3484.0, 3485.0, 3507.0, 3486.0, 3486.0, 3496.0, 3484.0, 3496.0, 3496.0, 3508.0, 3498.0, 3518.0, 3499.0, 3498.0, 3500.0, 3509.0, 3499.0, 3511.0, 3511.0, 3512.0, 3513.0, 3501.0, 3511.0, 3509.0, 3511.0, 3521.0, 3544.0, 3521.0, 3532.0, 3500.0, 3498.0, 3508.0, 3498.0, 3510.0, 3510.0, 3520.0, 3498.0, 3510.0, 3497.0, 3486.0, 3484.0, 3485.0, 3494.0, 3484.0, 3495.0, 3496.0, 3498.0, 3496.0, 3508.0, 3508.0, 3498.0, 3521.0, 3521.0, 3523.0, 3523.0, 3501.0, 3514.0, 3511.0, 3512.0, 3521.0, 3522.0, 3501.0, 3520.0, 3500.0, 3509.0, 3519.0, 3496.0, 3485.0, 3484.0, 3484.0, 3496.0, 3528.0, 3529.0, 3516.0, 3495.0, 3495.0, 3472.0, 3483.0, 3482.0, 3494.0, 3493.0, 3517.0, 3497.0, 3500.0, 3499.0, 3496.0, 3495.0, 3495.0, 3495.0, 3495.0, 3506.0, 3498.0, 3497.0, 3510.0, 3510.0, 3521.0, 3500.0, 3499.0, 3500.0, 3508.0, 3498.0, 3496.0, 3508.0, 3511.0, 3510.0, 3534.0, 3516.0, 3507.0, 3517.0, 3522.0, 3509.0, 3531.0, 3522.0, 3513.0, 3526.0, 3514.0, 3514.0, 3501.0, 3514.0, 3557.0, 3545.0, 3490.0, 3520.0, 3498.0, 3488.0, 3488.0, 3488.0, 3477.0, 3497.0, 3488.0, 3521.0, 3501.0, 3510.0, 3501.0, 3509.0, 3499.0, 3507.0, 3486.0, 3485.0, 3518.0, 3507.0, 3539.0, 3485.0, 3484.0, 3496.0, 3474.0, 3484.0, 3496.0, 3507.0, 3530.0, 3489.0, 3500.0, 3513.0, 3491.0, 3512.0, 3500.0, 3520.0, 3500.0, 3520.0, 3533.0, 3533.0, 3501.0, 3491.0, 3510.0, 3509.0, 3484.0, 3507.0, 3495.0, 3539.0, 3485.0, 3485.0, 3497.0, 3485.0, 3497.0, 3506.0, 3497.0, 3485.0, 3495.0, 3497.0, 3485.0, 3507.0, 3508.0, 3508.0, 3509.0, 3509.0, 3499.0, 3487.0, 3510.0, 3486.0, 3510.0, 3510.0, 3520.0, 3510.0, 3499.0, 3510.0, 3487.0, 3521.0, 3498.0, 3518.0, 3508.0, 3499.0, 3509.0, 3498.0, 3519.0, 3521.0, 3500.0, 3522.0, 3490.0, 3501.0, 3512.0, 3499.0, 3543.0, 3521.0, 3533.0, 3512.0, 3511.0, 3520.0, 3498.0, 3507.0, 3498.0, 3519.0, 3540.0, 3539.0, 3527.0, 3497.0, 3506.0, 3495.0, 3473.0, 3494.0, 3484.0, 3506.0, 3496.0, 3485.0, 3496.0, 3497.0, 3485.0, 3496.0, 3484.0, 3496.0, 3496.0, 3518.0, 3497.0, 3476.0, 3486.0, 3497.0, 3498.0, 3509.0, 3518.0, 3508.0, 3497.0, 3475.0, 3496.0, 3484.0, 3508.0, 3498.0, 3518.0, 3507.0, 3496.0, 3495.0, 3495.0, 3507.0, 3507.0, 3517.0, 3507.0, 3496.0, 3507.0, 3508.0, 3507.0, 3520.0, 3490.0, 3533.0, 3491.0, 3533.0, 3523.0, 3490.0, 3524.0, 3514.0, 3522.0, 3567.0, 3513.0, 3557.0, 3548.0, 3505.0, 3517.0, 3527.0, 3515.0, 3557.0, 3558.0, 3567.0, 3514.0, 3501.0, 3511.0, 3510.0, 3540.0, 3530.0, 3510.0, 3531.0, 3499.0, 3487.0, 3497.0, 3497.0, 3507.0, 3508.0, 3538.0, 3484.0, 3474.0, 3482.0, 3472.0, 3503.0, 3470.0, 3523.0, 3481.0, 3470.0, 3482.0, 3481.0, 3493.0, 3494.0, 3481.0, 3481.0, 3472.0, 3472.0, 3494.0, 3473.0, 3526.0, 3485.0, 3518.0, 3508.0, 3484.0, 3496.0, 3485.0, 3517.0, 3497.0, 3496.0, 3496.0, 3496.0, 3498.0, 3498.0, 3495.0, 3530.0, 3498.0, 3519.0, 3500.0, 3499.0, 3488.0, 3499.0, 3488.0, 3499.0, 3501.0, 3533.0, 3544.0, 3502.0, 3515.0, 3517.0, 3517.0, 3494.0, 3527.0, 3547.0, 3546.0, 3548.0, 3546.0, 3503.0, 3500.0, 3488.0, 3498.0, 3498.0, 3498.0, 3498.0, 3531.0, 3509.0, 3552.0, 3499.0, 3497.0, 3473.0, 3482.0, 3481.0, 3482.0, 3482.0, 3471.0, 3484.0, 3483.0, 3485.0, 3483.0, 3493.0, 3482.0, 3482.0, 3486.0, 3487.0, 3511.0, 3499.0, 3473.0, 3464.0, 3500.0, 3524.0, 3502.0, 3500.0, 3499.0, 3501.0, 3548.0, 3507.0, 3507.0, 3529.0, 3516.0, 3557.0, 3502.0, 3535.0, 3543.0, 3532.0, 3543.0, 3508.0, 3518.0, 3474.0, 3516.0, 3473.0, 3492.0, 3460.0, 3448.0, 3460.0, 3459.0, 3470.0, 3460.0, 3470.0, 3482.0, 3449.0, 3515.0, 3462.0, 3482.0, 3473.0, 3462.0, 3484.0, 3464.0, 3483.0, 3475.0, 3496.0, 3508.0, 3478.0, 3500.0, 3490.0, 3489.0, 3499.0, 3500.0, 3521.0, 3522.0, 3512.0, 3512.0, 3512.0, 3490.0, 3510.0, 3510.0, 3475.0, 3496.0, 3486.0, 3474.0, 3486.0, 3486.0, 3496.0, 3498.0, 3529.0, 3538.0, 3504.0, 3460.0, 3469.0, 3470.0, 3471.0, 3495.0, 3509.0, 3488.0, 3501.0, 3503.0, 3490.0, 3499.0, 3500.0, 3489.0, 3521.0, 3543.0, 3522.0, 3533.0, 3544.0, 3501.0, 3500.0, 3499.0, 3505.0, 3484.0, 3472.0, 3494.0, 3495.0, 3528.0, 3497.0, 3487.0, 3485.0, 3485.0, 3482.0, 3505.0, 3494.0, 3516.0, 3485.0, 3495.0, 3496.0, 3484.0, 3484.0, 3485.0, 3517.0, 3517.0, 3474.0, 3495.0, 3497.0, 3496.0, 3496.0, 3462.0, 3516.0, 3484.0, 3506.0, 3496.0, 3485.0, 3507.0, 3507.0, 3485.0, 3495.0, 3496.0, 3508.0, 3542.0, 3500.0, 3511.0, 3501.0, 3499.0, 3510.0, 3478.0, 3508.0, 3519.0, 3519.0, 3509.0, 3488.0, 3508.0, 3498.0, 3474.0, 3517.0, 3485.0, 3507.0, 3486.0, 3485.0, 3495.0, 3462.0, 3494.0, 3471.0, 3494.0, 3483.0, 3504.0, 3494.0, 3472.0, 3482.0, 3482.0, 3493.0, 3495.0, 3506.0, 3539.0, 3475.0, 3508.0, 3499.0, 3498.0, 3508.0, 3497.0, 3508.0, 3519.0, 3520.0, 3521.0, 3500.0, 3499.0, 3509.0, 3497.0, 3506.0, 3495.0, 3505.0, 3517.0, 3485.0, 3496.0, 3496.0, 3484.0, 3497.0, 3515.0, 3505.0, 3484.0, 3494.0, 3495.0, 3483.0, 3497.0, 3494.0, 3494.0, 3472.0, 3496.0, 3494.0, 3505.0, 3496.0, 3485.0, 3518.0, 3499.0, 3488.0, 3510.0, 3500.0, 3509.0, 3511.0, 3520.0, 3532.0, 3511.0, 3521.0, 3533.0, 3500.0, 3499.0, 3510.0, 3519.0, 3519.0, 3508.0, 3498.0, 3487.0, 3496.0, 3498.0, 3517.0, 3506.0, 3485.0, 3484.0, 3495.0, 3472.0, 3496.0, 3494.0, 3495.0, 3494.0, 3504.0, 3485.0, 3516.0, 3508.0, 3484.0, 3506.0, 3495.0, 3507.0, 3521.0, 3529.0, 3509.0, 3499.0, 3521.0, 3522.0, 3531.0, 3511.0, 3501.0, 3500.0, 3523.0, 3501.0, 3533.0, 3546.0, 3504.0, 3526.0, 3528.0, 3516.0, 3567.0, 3545.0, 3545.0, 3523.0, 3532.0, 3511.0, 3486.0, 3540.0, 3487.0, 3539.0, 3496.0, 3493.0, 3496.0, 3493.0, 3505.0, 3471.0, 3481.0, 3458.0, 3479.0, 3480.0, 3494.0, 3484.0, 3483.0, 3495.0, 3492.0, 3496.0, 3485.0, 3507.0, 3486.0, 3477.0, 3498.0, 3498.0, 3499.0, 3510.0, 3531.0, 3523.0, 3514.0, 3492.0, 3523.0, 3512.0, 3532.0, 3521.0, 3531.0, 3531.0, 3477.0, 3486.0, 3485.0, 3505.0, 3484.0, 3493.0, 3485.0, 3525.0, 3526.0, 3483.0, 3483.0, 3483.0, 3471.0, 3470.0, 3460.0, 3504.0, 3483.0, 3493.0, 3484.0, 3473.0, 3494.0, 3496.0, 3507.0, 3495.0, 3473.0, 3507.0, 3486.0, 3474.0, 3486.0, 3518.0, 3510.0, 3486.0, 3496.0, 3495.0, 3496.0, 3497.0, 3485.0, 3506.0, 3484.0, 3508.0, 3497.0, 3508.0, 3509.0, 3489.0, 3522.0, 3524.0, 3513.0, 3565.0, 3512.0, 3533.0, 3525.0, 3514.0, 3525.0, 3536.0, 3534.0, 3556.0, 3522.0, 3532.0, 3510.0, 3531.0, 3521.0, 3508.0, 3540.0, 3507.0, 3528.0, 3496.0, 3527.0, 3507.0, 3505.0, 3517.0, 3495.0, 3515.0, 3494.0, 3471.0, 3483.0, 3483.0, 3507.0, 3482.0, 3505.0, 3495.0, 3495.0, 3495.0, 3483.0, 3495.0, 3504.0, 3507.0, 3496.0, 3517.0, 3498.0, 3488.0, 3511.0, 3512.0, 3490.0, 3546.0, 3536.0, 3547.0, 3536.0, 3516.0, 3526.0, 3540.0, 3546.0, 3558.0, 3544.0, 3542.0, 3531.0, 3532.0, 3512.0, 3499.0, 3509.0, 3498.0, 3542.0, 3519.0, 3530.0, 3518.0, 3510.0, 3477.0, 3498.0, 3499.0, 3518.0, 3518.0, 3518.0, 3508.0, 3497.0, 3506.0, 3484.0, 3473.0, 3516.0, 3495.0, 3527.0, 3507.0, 3473.0, 3483.0, 3493.0, 3471.0, 3492.0, 3482.0, 3495.0, 3508.0, 3494.0, 3506.0, 3521.0, 3510.0, 3509.0, 3510.0, 3497.0, 3496.0, 3509.0, 3520.0, 3520.0, 3511.0, 3503.0, 3492.0, 3521.0, 3510.0, 3497.0, 3510.0, 3529.0, 3530.0, 3488.0, 3520.0, 3500.0, 3509.0, 3496.0, 3496.0, 3473.0, 3505.0, 3495.0, 3495.0, 3506.0, 3495.0, 3509.0, 3518.0, 3518.0, 3485.0, 3485.0, 3510.0, 3512.0, 3489.0, 3488.0, 3508.0, 3475.0, 3496.0, 3509.0, 3490.0, 3524.0, 3524.0, 3502.0, 3555.0, 3522.0, 3553.0, 3544.0, 3500.0, 3509.0, 3497.0, 3496.0, 3484.0, 3494.0, 3495.0, 3538.0, 3506.0, 3474.0, 3494.0, 3482.0, 3480.0, 3482.0, 3493.0, 3517.0, 3496.0, 3497.0, 3509.0, 3507.0, 3507.0, 3484.0, 3494.0, 3495.0, 3506.0, 3529.0, 3518.0, 3508.0, 3497.0, 3495.0, 3508.0, 3495.0, 3484.0, 3472.0, 3537.0, 3517.0, 3529.0, 3508.0, 3497.0, 3496.0, 3495.0, 3483.0, 3494.0, 3505.0, 3539.0, 3507.0, 3520.0, 3509.0, 3488.0, 3508.0, 3507.0, 3516.0, 3508.0, 3508.0, 3542.0, 3532.0, 3531.0, 3531.0, 3529.0, 3518.0, 3518.0, 3517.0, 3529.0, 3508.0, 3521.0, 3531.0, 3520.0, 3520.0, 3508.0, 3507.0, 3507.0, 3518.0, 3509.0, 3509.0, 3531.0, 3511.0, 3520.0, 3519.0, 3519.0, 3507.0, 3507.0, 3507.0, 3540.0, 3520.0, 3530.0, 3521.0, 3520.0, 3519.0, 3529.0, 3526.0, 3515.0, 3494.0, 3505.0, 3506.0, 3515.0, 3505.0, 3506.0, 3507.0, 3531.0, 3531.0, 3543.0, 3531.0, 3509.0, 3519.0, 3518.0, 3508.0, 3528.0, 3529.0, 3507.0, 3507.0, 3517.0, 3505.0, 3505.0, 3502.0, 3503.0, 3503.0, 3526.0, 3505.0, 3514.0, 3505.0, 3514.0, 3504.0, 3514.0, 3503.0, 3505.0, 3504.0, 3517.0, 3506.0, 3528.0, 3519.0, 3497.0, 3520.0, 3532.0, 3520.0, 3563.0, 3501.0, 3556.0, 3548.0, 3507.0, 3537.0, 3525.0, 3536.0, 3544.0, 3534.0, 3515.0, 3536.0, 3514.0, 3514.0, 3523.0, 3513.0, 3497.0, 3497.0, 3474.0, 3551.0, 3539.0, 3538.0, 3539.0, 3474.0, 3495.0, 3474.0, 3462.0, 3494.0, 3485.0, 3497.0, 3486.0, 3476.0, 3509.0, 3500.0, 3531.0, 3530.0, 3509.0, 3507.0, 3484.0, 3484.0, 3482.0, 3483.0, 3463.0, 3484.0, 3498.0, 3489.0, 3556.0, 3537.0, 3521.0, 3507.0, 3484.0, 3492.0, 3536.0, 3485.0, 3526.0, 3485.0, 3505.0, 3496.0, 3485.0, 3485.0, 3497.0, 3486.0, 3519.0, 3510.0, 3489.0, 3554.0, 3500.0, 3510.0, 3510.0, 3507.0, 3497.0, 3506.0, 3496.0, 3472.0, 3508.0, 3528.0, 3550.0, 3519.0, 3496.0, 3495.0, 3484.0, 3506.0, 3507.0, 3508.0, 3520.0, 3511.0, 3489.0, 3510.0, 3500.0, 3499.0, 3523.0, 3535.0, 3534.0, 3523.0, 3522.0, 3511.0, 3512.0, 3522.0, 3533.0, 3523.0, 3520.0, 3519.0, 3509.0, 3499.0, 3508.0, 3553.0, 3553.0, 3553.0, 3524.0, 3525.0, 3522.0, 3521.0, 3508.0, 3519.0, 3510.0, 3532.0, 3534.0, 3525.0, 3535.0, 3545.0, 3521.0, 3531.0, 3531.0, 3511.0, 3520.0, 3519.0, 3507.0, 3517.0, 3484.0, 3505.0, 3493.0, 3502.0, 3482.0, 3502.0, 3493.0, 3492.0, 3504.0, 3492.0, 3536.0, 3483.0, 3505.0, 3507.0, 3518.0, 3507.0, 3508.0, 3509.0, 3510.0, 3477.0, 3553.0, 3522.0, 3534.0, 3523.0, 3522.0, 3542.0, 3509.0, 3509.0, 3519.0, 3506.0, 3507.0, 3485.0, 3517.0, 3508.0, 3508.0, 3509.0, 3499.0, 3550.0, 3508.0, 3507.0, 3507.0, 3507.0, 3507.0, 3510.0, 3521.0, 3522.0, 3534.0, 3544.0, 3566.0, 3524.0, 3523.0, 3536.0, 3523.0, 3521.0, 3509.0, 3530.0, 3521.0, 3510.0, 3532.0, 3521.0, 3541.0, 3519.0, 3507.0, 3505.0, 3506.0, 3493.0, 3505.0, 3505.0, 3507.0, 3508.0, 3497.0, 3508.0, 3508.0, 3474.0, 3484.0, 3518.0, 3511.0, 3521.0, 3520.0, 3521.0, 3553.0, 3554.0, 3523.0, 3542.0, 3509.0, 3483.0, 3493.0, 3493.0, 3492.0, 3505.0, 3493.0, 3538.0, 3496.0, 3506.0, 3504.0, 3482.0, 3491.0, 3481.0, 3481.0, 3504.0, 3483.0, 3517.0, 3508.0, 3508.0, 3518.0, 3510.0, 3517.0, 3506.0, 3495.0, 3507.0, 3529.0, 3530.0, 3520.0, 3521.0, 3520.0, 3521.0, 3498.0, 3518.0, 3509.0, 3495.0, 3508.0, 3510.0, 3511.0, 3521.0, 3520.0, 3530.0, 3530.0, 3508.0, 3485.0, 3494.0, 3505.0, 3473.0, 3506.0, 3495.0, 3484.0, 3549.0, 3506.0, 3526.0, 3526.0, 3506.0, 3451.0, 3502.0, 3493.0, 3494.0, 3554.0, 3510.0, 3500.0, 3520.0, 3519.0, 3497.0, 3496.0, 3528.0, 3497.0, 3539.0, 3529.0, 3508.0, 3452.0, 3483.0, 3483.0, 3459.0, 3490.0, 3470.0, 3504.0, 3504.0, 3483.0, 3504.0, 3483.0, 3483.0, 3505.0, 3487.0, 3476.0, 3485.0, 3484.0, 3471.0, 3472.0, 3460.0, 3505.0, 3485.0, 3484.0, 3496.0, 3483.0, 3482.0, 3472.0, 3514.0, 3504.0, 3513.0, 3502.0, 3471.0, 3491.0, 3480.0, 3458.0, 3469.0], 'WindowWidth': [8040.0, 8117.0, 8010.0, 8066.0, 8021.0, 7985.0, 7993.0, 7984.0, 7968.0, 7974.0, 7976.0, 7992.0, 8024.0, 7931.0, 7941.0, 7940.0, 7917.0, 7933.0, 7914.0, 7932.0, 7921.0, 8001.0, 7949.0, 7959.0, 7945.0, 7925.0, 7937.0, 7940.0, 7965.0, 7958.0, 7938.0, 7989.0, 7945.0, 7959.0, 7974.0, 7942.0, 7963.0, 8014.0, 7946.0, 8037.0, 7948.0, 7980.0, 7983.0, 7935.0, 7979.0, 7961.0, 7972.0, 7979.0, 7937.0, 8009.0, 7965.0, 7949.0, 7979.0, 7980.0, 7975.0, 7980.0, 7987.0, 8007.0, 7974.0, 7960.0, 7961.0, 7961.0, 7974.0, 7930.0, 8002.0, 7959.0, 7989.0, 7963.0, 7931.0, 7977.0, 7945.0, 8005.0, 7962.0, 8006.0, 7962.0, 7916.0, 7961.0, 7962.0, 7958.0, 7966.0, 8004.0, 8010.0, 7965.0, 7967.0, 7969.0, 7976.0, 7980.0, 7951.0, 8010.0, 7965.0, 7975.0, 7981.0, 7931.0, 7976.0, 7961.0, 7991.0, 8009.0, 7992.0, 7979.0, 7952.0, 7960.0, 7959.0, 7945.0, 8008.0, 8009.0, 8011.0, 8013.0, 7972.0, 8012.0, 7969.0, 7950.0, 8005.0, 8019.0, 8023.0, 8035.0, 8018.0, 8018.0, 8014.0, 7999.0, 8021.0, 8052.0, 8004.0, 7975.0, 7984.0, 8044.0, 7985.0, 8034.0, 7987.0, 7986.0, 8003.0, 7975.0, 7987.0, 7974.0, 7967.0, 7985.0, 7969.0, 8036.0, 8038.0, 8038.0, 7992.0, 7956.0, 7964.0, 7961.0, 7952.0, 7936.0, 7950.0, 7937.0, 7999.0, 7958.0, 7953.0, 7957.0, 7937.0, 7970.0, 7942.0, 7975.0, 7965.0, 7950.0, 7979.0, 7967.0, 7984.0, 7971.0, 8001.0, 8001.0, 7987.0, 7969.0, 7956.0, 7984.0, 7984.0, 7991.0, 8003.0, 7983.0, 8014.0, 7969.0, 7983.0, 7970.0, 7989.0, 7988.0, 7972.0, 7982.0, 7971.0, 8013.0, 7969.0, 7955.0, 7953.0, 7973.0, 7963.0, 7954.0, 7969.0, 8026.0, 7981.0, 7980.0, 7950.0, 7946.0, 7964.0, 7964.0, 8011.0, 7953.0, 7981.0, 7969.0, 7968.0, 7966.0, 7965.0, 7996.0, 7999.0, 7998.0, 7999.0, 7954.0, 7964.0, 7965.0, 7976.0, 7970.0, 7950.0, 8029.0, 7970.0, 7971.0, 7972.0, 7980.0, 7968.0, 7981.0, 8013.0, 7954.0, 7965.0, 7966.0, 7961.0, 7977.0, 7945.0, 7961.0, 7962.0, 7989.0, 7964.0, 7948.0, 7962.0, 7965.0, 7948.0, 7966.0, 7966.0, 8014.0, 7980.0, 8000.0, 8011.0, 7975.0, 7999.0, 7999.0, 7994.0, 8013.0, 7954.0, 7980.0, 7968.0, 7948.0, 7993.0, 7961.0, 7975.0, 7978.0, 7977.0, 8012.0, 7992.0, 7977.0, 7977.0, 7924.0, 7952.0, 7918.0, 7979.0, 7939.0, 7974.0, 7965.0, 7963.0, 7978.0, 7962.0, 7971.0, 7970.0, 7969.0, 7956.0, 7954.0, 7979.0, 7960.0, 7973.0, 7979.0, 7949.0, 7995.0, 7956.0, 7975.0, 8010.0, 7963.0, 7987.0, 7979.0, 8021.0, 8024.0, 7991.0, 7992.0, 7977.0, 7989.0, 7989.0, 7963.0, 7965.0, 7976.0, 7963.0, 7967.0, 7961.0, 7965.0, 7962.0, 8007.0, 7974.0, 7973.0, 7960.0, 7949.0, 7949.0, 7930.0, 7951.0, 7922.0, 7954.0, 7960.0, 7912.0, 7958.0, 7939.0, 8003.0, 7976.0, 7977.0, 7961.0, 7943.0, 7962.0, 7941.0, 8006.0, 7960.0, 7975.0, 7963.0, 7952.0, 7985.0, 7971.0, 7952.0, 7989.0, 7984.0, 8020.0, 7989.0, 8000.0, 7992.0, 7987.0, 7976.0, 7941.0, 7970.0, 7943.0, 8003.0, 7975.0, 7947.0, 7980.0, 7967.0, 7945.0, 8022.0, 7967.0, 8000.0, 7990.0, 7977.0, 7991.0, 7979.0, 7983.0, 7971.0, 7996.0, 8026.0, 7995.0, 7994.0, 7973.0, 7970.0, 8017.0, 8039.0, 8079.0, 7992.0, 7936.0, 7945.0, 7936.0, 7957.0, 7982.0, 7984.0, 7991.0, 7980.0, 7943.0, 7944.0, 7930.0, 7961.0, 7979.0, 7955.0, 7974.0, 7975.0, 7989.0, 7970.0, 7965.0, 7969.0, 7984.0, 8019.0, 7985.0, 7986.0, 7972.0, 7978.0, 7964.0, 7954.0, 7971.0, 7954.0, 7952.0, 7937.0, 7966.0, 7941.0, 7952.0, 7973.0, 7953.0, 7956.0, 7941.0, 7970.0, 7961.0, 7958.0, 7963.0, 7979.0, 8009.0, 7967.0, 7989.0, 8003.0, 7970.0, 7984.0, 7982.0, 7979.0, 7981.0, 7994.0, 7998.0, 8000.0, 8018.0, 7974.0, 7993.0, 7986.0, 7966.0, 7966.0, 7981.0, 7985.0, 7970.0, 8001.0, 7989.0, 7957.0, 7992.0, 7988.0, 8013.0, 8008.0, 7993.0, 7963.0, 7989.0, 7976.0, 7964.0, 7984.0, 7974.0, 8032.0, 8030.0, 7971.0, 7989.0, 7988.0, 7990.0, 7968.0, 7981.0, 7973.0, 7992.0, 8042.0, 8013.0, 8003.0, 8000.0, 8014.0, 7947.0, 7926.0, 7953.0, 7945.0, 7977.0, 7964.0, 7973.0, 7958.0, 7958.0, 7967.0, 7965.0, 7950.0, 7947.0, 7961.0, 7929.0, 7947.0, 7955.0, 7941.0, 7946.0, 7964.0, 7978.0, 8020.0, 7974.0, 7930.0, 7943.0, 7949.0, 7942.0, 7962.0, 7965.0, 7985.0, 7977.0, 7990.0, 7981.0, 7982.0, 7977.0, 8015.0, 7964.0, 7962.0, 7962.0, 7997.0, 7958.0, 7980.0, 7962.0, 7995.0, 7974.0, 8051.0, 7972.0, 8020.0, 7973.0, 7997.0, 7955.0, 7950.0, 7953.0, 7962.0, 7994.0, 7947.0, 8023.0, 7949.0, 7940.0, 7943.0, 7936.0, 7942.0, 7943.0, 7974.0, 7947.0, 7946.0, 7960.0, 7941.0, 7959.0, 7958.0, 7978.0, 7966.0, 7992.0, 7968.0, 7967.0, 7973.0, 7984.0, 7971.0, 7991.0, 7989.0, 7992.0, 7996.0, 7976.0, 7991.0, 7984.0, 7989.0, 8003.0, 8036.0, 8002.0, 8017.0, 7974.0, 7966.0, 7977.0, 7966.0, 7985.0, 7986.0, 7996.0, 7965.0, 7985.0, 7964.0, 7946.0, 7941.0, 7942.0, 7952.0, 7942.0, 7958.0, 7960.0, 7966.0, 7961.0, 7980.0, 7979.0, 7970.0, 8006.0, 8003.0, 8008.0, 8009.0, 7979.0, 7998.0, 7990.0, 7992.0, 8003.0, 8004.0, 7975.0, 8000.0, 7972.0, 7983.0, 7995.0, 7959.0, 7944.0, 7938.0, 7940.0, 7959.0, 8002.0, 8006.0, 7986.0, 7958.0, 7958.0, 7921.0, 7937.0, 7933.0, 7954.0, 7952.0, 7990.0, 7963.0, 7972.0, 7970.0, 7961.0, 7958.0, 7956.0, 7956.0, 7958.0, 7974.0, 7967.0, 7964.0, 7987.0, 7986.0, 8002.0, 7972.0, 7970.0, 7972.0, 7981.0, 7965.0, 7961.0, 7979.0, 7987.0, 7987.0, 8023.0, 8008.0, 7998.0, 8010.0, 8007.0, 7985.0, 8015.0, 8005.0, 7997.0, 8021.0, 8001.0, 8001.0, 7980.0, 8002.0, 8061.0, 8038.0, 7958.0, 7997.0, 7966.0, 7957.0, 7954.0, 7956.0, 7938.0, 7966.0, 7956.0, 8001.0, 7975.0, 7986.0, 7975.0, 7981.0, 7968.0, 7973.0, 7945.0, 7944.0, 7991.0, 7975.0, 8019.0, 7944.0, 7943.0, 7961.0, 7931.0, 7942.0, 7963.0, 7977.0, 8013.0, 7958.0, 7976.0, 7997.0, 7967.0, 7993.0, 7975.0, 7999.0, 7974.0, 7998.0, 8020.0, 8019.0, 7976.0, 7965.0, 7987.0, 7983.0, 7942.0, 7975.0, 7957.0, 8019.0, 7944.0, 7946.0, 7962.0, 7943.0, 7964.0, 7974.0, 7962.0, 7945.0, 7956.0, 7963.0, 7946.0, 7978.0, 7982.0, 7982.0, 7983.0, 7983.0, 7971.0, 7952.0, 7985.0, 7949.0, 7986.0, 7984.0, 7998.0, 7984.0, 7969.0, 7986.0, 7951.0, 8001.0, 7969.0, 7993.0, 7981.0, 7970.0, 7984.0, 7970.0, 7999.0, 8004.0, 7975.0, 8007.0, 7965.0, 7979.0, 7992.0, 7972.0, 8035.0, 8003.0, 8021.0, 7993.0, 7991.0, 8002.0, 7968.0, 7977.0, 7965.0, 7995.0, 8023.0, 8021.0, 8003.0, 7963.0, 7973.0, 7958.0, 7925.0, 7954.0, 7941.0, 7974.0, 7961.0, 7946.0, 7960.0, 7965.0, 7945.0, 7960.0, 7943.0, 7959.0, 7961.0, 7993.0, 7964.0, 7935.0, 7949.0, 7965.0, 7967.0, 7982.0, 7991.0, 7977.0, 7964.0, 7932.0, 7961.0, 7942.0, 7978.0, 7964.0, 7991.0, 7977.0, 7962.0, 7957.0, 7958.0, 7977.0, 7975.0, 7987.0, 7978.0, 7960.0, 7977.0, 7980.0, 7978.0, 7998.0, 7963.0, 8020.0, 7967.0, 8022.0, 8010.0, 7965.0, 8014.0, 8002.0, 8009.0, 8074.0, 7998.0, 8062.0, 8051.0, 7994.0, 8011.0, 8024.0, 8004.0, 8060.0, 8063.0, 8070.0, 7997.0, 7978.0, 7989.0, 7989.0, 8027.0, 8014.0, 7986.0, 8015.0, 7970.0, 7953.0, 7965.0, 7964.0, 7974.0, 7978.0, 8017.0, 7943.0, 7927.0, 7934.0, 7922.0, 7961.0, 7916.0, 7989.0, 7931.0, 7916.0, 7933.0, 7929.0, 7949.0, 7952.0, 7933.0, 7933.0, 7923.0, 7924.0, 7953.0, 7926.0, 7998.0, 7946.0, 7994.0, 7979.0, 7939.0, 7960.0, 7944.0, 7989.0, 7964.0, 7959.0, 7959.0, 7962.0, 7967.0, 7966.0, 7958.0, 8010.0, 7968.0, 7996.0, 7973.0, 7971.0, 7956.0, 7972.0, 7958.0, 7972.0, 7978.0, 8024.0, 8040.0, 7983.0, 8004.0, 8012.0, 8011.0, 7975.0, 8023.0, 8049.0, 8047.0, 8051.0, 8042.0, 7982.0, 7972.0, 7954.0, 7967.0, 7966.0, 7965.0, 7966.0, 8015.0, 7983.0, 8043.0, 7968.0, 7962.0, 7926.0, 7935.0, 7930.0, 7934.0, 7933.0, 7919.0, 7938.0, 7937.0, 7942.0, 7938.0, 7950.0, 7934.0, 7933.0, 7946.0, 7953.0, 7988.0, 7967.0, 7921.0, 7912.0, 7976.0, 8016.0, 7983.0, 7977.0, 7971.0, 7979.0, 8050.0, 7997.0, 8000.0, 8031.0, 8007.0, 8061.0, 7979.0, 8025.0, 8032.0, 8017.0, 8031.0, 7977.0, 7991.0, 7928.0, 7984.0, 7921.0, 7943.0, 7899.0, 7882.0, 7900.0, 7899.0, 7913.0, 7901.0, 7914.0, 7932.0, 7885.0, 7982.0, 7909.0, 7935.0, 7926.0, 7912.0, 7942.0, 7917.0, 7939.0, 7934.0, 7961.0, 7981.0, 7942.0, 7973.0, 7962.0, 7960.0, 7970.0, 7974.0, 8002.0, 8006.0, 7992.0, 7993.0, 7992.0, 7962.0, 7985.0, 7984.0, 7932.0, 7960.0, 7946.0, 7929.0, 7944.0, 7946.0, 7960.0, 7966.0, 8008.0, 8017.0, 7965.0, 7901.0, 7913.0, 7916.0, 7920.0, 7959.0, 7983.0, 7957.0, 7979.0, 7987.0, 7964.0, 7971.0, 7974.0, 7958.0, 8002.0, 8032.0, 8006.0, 8021.0, 8038.0, 7977.0, 7974.0, 7968.0, 7970.0, 7939.0, 7920.0, 7953.0, 7955.0, 8004.0, 7963.0, 7950.0, 7944.0, 7944.0, 7935.0, 7970.0, 7954.0, 7986.0, 7945.0, 7956.0, 7958.0, 7942.0, 7938.0, 7942.0, 7986.0, 7988.0, 7928.0, 7956.0, 7961.0, 7957.0, 7957.0, 7907.0, 7982.0, 7940.0, 7970.0, 7958.0, 7944.0, 7975.0, 7976.0, 7943.0, 7958.0, 7961.0, 7980.0, 8029.0, 7974.0, 7990.0, 7979.0, 7971.0, 7986.0, 7941.0, 7978.0, 7995.0, 7995.0, 7981.0, 7956.0, 7979.0, 7965.0, 7930.0, 7988.0, 7944.0, 7977.0, 7946.0, 7943.0, 7956.0, 7908.0, 7953.0, 7918.0, 7952.0, 7937.0, 7965.0, 7953.0, 7920.0, 7933.0, 7933.0, 7949.0, 7956.0, 7973.0, 8020.0, 7934.0, 7981.0, 7971.0, 7967.0, 7978.0, 7963.0, 7979.0, 7996.0, 7997.0, 8003.0, 7975.0, 7970.0, 7982.0, 7962.0, 7970.0, 7957.0, 7969.0, 7988.0, 7944.0, 7959.0, 7959.0, 7941.0, 7962.0, 7983.0, 7968.0, 7938.0, 7953.0, 7957.0, 7937.0, 7961.0, 7954.0, 7954.0, 7923.0, 7958.0, 7955.0, 7969.0, 7961.0, 7947.0, 7991.0, 7971.0, 7955.0, 7986.0, 7974.0, 7984.0, 7990.0, 8001.0, 8019.0, 7990.0, 8004.0, 8021.0, 7975.0, 7971.0, 7985.0, 7994.0, 7996.0, 7979.0, 7965.0, 7951.0, 7960.0, 7965.0, 7990.0, 7974.0, 7942.0, 7940.0, 7954.0, 7921.0, 7957.0, 7952.0, 7954.0, 7952.0, 7967.0, 7945.0, 7985.0, 7978.0, 7942.0, 7972.0, 7957.0, 7974.0, 8002.0, 8007.0, 7984.0, 7971.0, 8004.0, 8006.0, 8017.0, 7991.0, 7979.0, 7975.0, 8011.0, 7980.0, 8024.0, 8045.0, 7987.0, 8020.0, 8025.0, 8007.0, 8075.0, 8041.0, 8039.0, 8009.0, 8016.0, 7987.0, 7947.0, 8024.0, 7950.0, 8019.0, 7957.0, 7950.0, 7958.0, 7948.0, 7967.0, 7916.0, 7929.0, 7895.0, 7922.0, 7926.0, 7952.0, 7940.0, 7938.0, 7955.0, 7949.0, 7960.0, 7944.0, 7975.0, 7950.0, 7939.0, 7970.0, 7969.0, 7972.0, 7989.0, 8018.0, 8010.0, 8000.0, 7968.0, 8010.0, 7994.0, 8017.0, 8003.0, 8014.0, 8013.0, 7937.0, 7947.0, 7944.0, 7969.0, 7941.0, 7950.0, 7944.0, 7995.0, 7997.0, 7936.0, 7936.0, 7937.0, 7917.0, 7917.0, 7903.0, 7965.0, 7937.0, 7951.0, 7941.0, 7926.0, 7954.0, 7960.0, 7976.0, 7958.0, 7926.0, 7976.0, 7945.0, 7928.0, 7945.0, 7992.0, 7984.0, 7946.0, 7961.0, 7955.0, 7958.0, 7963.0, 7944.0, 7973.0, 7942.0, 7980.0, 7964.0, 7980.0, 7985.0, 7960.0, 8008.0, 8015.0, 8000.0, 8069.0, 7992.0, 8023.0, 8014.0, 8000.0, 8016.0, 8032.0, 8025.0, 8054.0, 8004.0, 8017.0, 7985.0, 8013.0, 8001.0, 7979.0, 8023.0, 7975.0, 8006.0, 7961.0, 8002.0, 7976.0, 7969.0, 7989.0, 7957.0, 7983.0, 7954.0, 7918.0, 7937.0, 7937.0, 7975.0, 7935.0, 7967.0, 7955.0, 7957.0, 7955.0, 7938.0, 7956.0, 7965.0, 7976.0, 7963.0, 7992.0, 7967.0, 7956.0, 7989.0, 7994.0, 7964.0, 8043.0, 8033.0, 8047.0, 8031.0, 8005.0, 8018.0, 8043.0, 8043.0, 8060.0, 8035.0, 8031.0, 8012.0, 8017.0, 7992.0, 7971.0, 7983.0, 7967.0, 8031.0, 7998.0, 8010.0, 7995.0, 7986.0, 7940.0, 7967.0, 7969.0, 7994.0, 7993.0, 7993.0, 7977.0, 7963.0, 7972.0, 7943.0, 7925.0, 7983.0, 7955.0, 8001.0, 7977.0, 7924.0, 7936.0, 7951.0, 7918.0, 7947.0, 7935.0, 7957.0, 7980.0, 7955.0, 7973.0, 8003.0, 7990.0, 7985.0, 7987.0, 7966.0, 7962.0, 7983.0, 8000.0, 7999.0, 7992.0, 7984.0, 7971.0, 8004.0, 7989.0, 7965.0, 7988.0, 8008.0, 8012.0, 7955.0, 8000.0, 7974.0, 7982.0, 7960.0, 7959.0, 7927.0, 7970.0, 7957.0, 7957.0, 7972.0, 7957.0, 7986.0, 7990.0, 7992.0, 7946.0, 7945.0, 7987.0, 7997.0, 7961.0, 7957.0, 7982.0, 7931.0, 7962.0, 7985.0, 7963.0, 8013.0, 8017.0, 7983.0, 8054.0, 8009.0, 8050.0, 8039.0, 7975.0, 7982.0, 7964.0, 7959.0, 7942.0, 7954.0, 7959.0, 8019.0, 7975.0, 7931.0, 7954.0, 7936.0, 7931.0, 7935.0, 7953.0, 7991.0, 7962.0, 7967.0, 7985.0, 7979.0, 7980.0, 7944.0, 7957.0, 7958.0, 7974.0, 8008.0, 7993.0, 7981.0, 7966.0, 7961.0, 7980.0, 7960.0, 7941.0, 7923.0, 8016.0, 7989.0, 8011.0, 7982.0, 7966.0, 7962.0, 7959.0, 7940.0, 7956.0, 7971.0, 8023.0, 7979.0, 8000.0, 7987.0, 7958.0, 7981.0, 7976.0, 7987.0, 7981.0, 7981.0, 8032.0, 8020.0, 8017.0, 8015.0, 8009.0, 7995.0, 7992.0, 7990.0, 8011.0, 7982.0, 8003.0, 8015.0, 8000.0, 8001.0, 7981.0, 7978.0, 7978.0, 7992.0, 7984.0, 7987.0, 8017.0, 7990.0, 8002.0, 7998.0, 7998.0, 7979.0, 7977.0, 7978.0, 8027.0, 8000.0, 8015.0, 8003.0, 8002.0, 7997.0, 8011.0, 8001.0, 7985.0, 7956.0, 7972.0, 7974.0, 7986.0, 7972.0, 7977.0, 7980.0, 8017.0, 8017.0, 8035.0, 8018.0, 7986.0, 7998.0, 7993.0, 7982.0, 8006.0, 8010.0, 7978.0, 7978.0, 7990.0, 7970.0, 7971.0, 7962.0, 7966.0, 7966.0, 8000.0, 7970.0, 7982.0, 7972.0, 7982.0, 7967.0, 7981.0, 7965.0, 7970.0, 7970.0, 7991.0, 7977.0, 8009.0, 7997.0, 7968.0, 8003.0, 8021.0, 8000.0, 8064.0, 7981.0, 8059.0, 8052.0, 8002.0, 8040.0, 8017.0, 8034.0, 8039.0, 8026.0, 8004.0, 8035.0, 8001.0, 8000.0, 8009.0, 7995.0, 7964.0, 7961.0, 7929.0, 8040.0, 8019.0, 8021.0, 8023.0, 7933.0, 7961.0, 7932.0, 7912.0, 7955.0, 7944.0, 7963.0, 7949.0, 7936.0, 7983.0, 7977.0, 8015.0, 8014.0, 7985.0, 7978.0, 7940.0, 7942.0, 7935.0, 7937.0, 7910.0, 7938.0, 7964.0, 7956.0, 8056.0, 8037.0, 8004.0, 7976.0, 7943.0, 7949.0, 8011.0, 7944.0, 7999.0, 7944.0, 7971.0, 7962.0, 7946.0, 7949.0, 7967.0, 7951.0, 7999.0, 7990.0, 7960.0, 8051.0, 7975.0, 7988.0, 7984.0, 7977.0, 7964.0, 7972.0, 7960.0, 7923.0, 7980.0, 8006.0, 8038.0, 7995.0, 7963.0, 7957.0, 7943.0, 7975.0, 7980.0, 7981.0, 7999.0, 7989.0, 7959.0, 7989.0, 7976.0, 7970.0, 8012.0, 8029.0, 8027.0, 8011.0, 8007.0, 7989.0, 7996.0, 8008.0, 8024.0, 8010.0, 8001.0, 7996.0, 7985.0, 7973.0, 7983.0, 8049.0, 8050.0, 8051.0, 8015.0, 8018.0, 8007.0, 8005.0, 7984.0, 7998.0, 7987.0, 8022.0, 8026.0, 8018.0, 8031.0, 8043.0, 8006.0, 8018.0, 8016.0, 7993.0, 8003.0, 7997.0, 7977.0, 7991.0, 7941.0, 7968.0, 7951.0, 7963.0, 7935.0, 7962.0, 7952.0, 7948.0, 7967.0, 7949.0, 8012.0, 7939.0, 7972.0, 7980.0, 7994.0, 7978.0, 7984.0, 7985.0, 7988.0, 7943.0, 8048.0, 8008.0, 8027.0, 8012.0, 8007.0, 8033.0, 7986.0, 7985.0, 7998.0, 7974.0, 7977.0, 7945.0, 7991.0, 7980.0, 7980.0, 7984.0, 7972.0, 8040.0, 7982.0, 7978.0, 7979.0, 7977.0, 7977.0, 7988.0, 8003.0, 8006.0, 8026.0, 8042.0, 8072.0, 8014.0, 8013.0, 8032.0, 8011.0, 8004.0, 7985.0, 8010.0, 8002.0, 7989.0, 8017.0, 8003.0, 8029.0, 7996.0, 7977.0, 7971.0, 7972.0, 7949.0, 7969.0, 7970.0, 7978.0, 7979.0, 7963.0, 7981.0, 7980.0, 7930.0, 7941.0, 7992.0, 7992.0, 8004.0, 7999.0, 8003.0, 8048.0, 8051.0, 8009.0, 8033.0, 7984.0, 7939.0, 7951.0, 7950.0, 7947.0, 7969.0, 7952.0, 8016.0, 7959.0, 7973.0, 7970.0, 7936.0, 7946.0, 7930.0, 7933.0, 7968.0, 7940.0, 7990.0, 7980.0, 7983.0, 7996.0, 7988.0, 7991.0, 7974.0, 7959.0, 7978.0, 8010.0, 8011.0, 8001.0, 8005.0, 8001.0, 8003.0, 7968.0, 7993.0, 7982.0, 7958.0, 7981.0, 7989.0, 7992.0, 8004.0, 8003.0, 8015.0, 8015.0, 7983.0, 7945.0, 7956.0, 7971.0, 7926.0, 7971.0, 7955.0, 7942.0, 8033.0, 7973.0, 7998.0, 8002.0, 7974.0, 7896.0, 7964.0, 7955.0, 7957.0, 8053.0, 7990.0, 7977.0, 8000.0, 7997.0, 7964.0, 7962.0, 8006.0, 7964.0, 8023.0, 8009.0, 7978.0, 7896.0, 7938.0, 7939.0, 7899.0, 7942.0, 7914.0, 7969.0, 7969.0, 7940.0, 7969.0, 7939.0, 7938.0, 7971.0, 7955.0, 7939.0, 7949.0, 7944.0, 7920.0, 7923.0, 7905.0, 7970.0, 7945.0, 7943.0, 7959.0, 7938.0, 7937.0, 7924.0, 7981.0, 7966.0, 7976.0, 7962.0, 7920.0, 7945.0, 7930.0, 7899.0, 7916.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.0009039050701186624</td></tr>
<tr><td colspan=3>aqi</td><td>0.04403598549083063</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.84182508282786</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1253229396815965</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9999042765893128</td></tr>
<tr><td colspan=3>efc</td><td>0.477</td></tr>
<tr><td colspan=3>fber</td><td>4197.5918</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17681590174493916</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>538</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>29.018338727076593</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.692185114496681</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.52736666701561</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.011692200922935</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5374964755514973</td></tr>
<tr><td colspan=3>gcor</td><td>0.00769766</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01747290790081024</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03215518593788147</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1854</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7921626538097644</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.8163</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.2986</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.4478</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302008.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>607.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.8716</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0005</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>451.2231</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2737.58</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74536.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>867.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3639.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>765.5211</td></tr>
<tr><td colspan=3>tsnr</td><td>26.656937854655553</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>