<?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-0116_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-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116/ses-02/func/sub-0116_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>39af28c4fca38cb503fdee5c2b772e3a</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>09:52:3.315000</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.999168, -0.0406831, 0.0029094, 0.0390828, 0.975383, 0.217026]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0979382</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>[4248, -7900, -7245, 463, -101, -401, 243, 171]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.769</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5b96048a-08b1-4b16-af6c-1298531a13bf||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.680694341659546, 0.10485620051622391, 0.03150107339024544, 107.20270538330078], [0.10914991050958633, 2.616881847381592, 0.5851747989654541, -115.46586608886719], [0.007805697154253721, -0.5822641253471375, 2.6356360912323, -46.68244552612305], [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': ['095203.315000', '095203.775000', '095204.235000', '095204.695000', '095205.155000', '095205.615000', '095206.075000', '095206.535000', '095206.995000', '095207.455000', '095207.915000', '095208.375000', '095208.835000', '095209.295000', '095209.755000', '095210.215000', '095210.675000', '095211.135000', '095211.595000', '095212.055000', '095212.515000', '095212.975000', '095213.435000', '095213.895000', '095214.355000', '095214.815000', '095215.275000', '095215.735000', '095216.195000', '095216.655000', '095217.115000', '095217.575000', '095218.035000', '095218.495000', '095218.955000', '095219.415000', '095219.875000', '095220.335000', '095220.795000', '095221.255000', '095221.715000', '095222.175000', '095222.635000', '095223.095000', '095223.555000', '095224.015000', '095224.475000', '095224.935000', '095225.395000', '095225.855000', '095226.315000', '095226.775000', '095227.235000', '095227.695000', '095228.155000', '095228.615000', '095229.075000', '095229.535000', '095229.995000', '095230.455000', '095230.915000', '095231.375000', '095231.835000', '095232.295000', '095232.755000', '095233.215000', '095233.675000', '095234.135000', '095234.595000', '095235.055000', '095235.515000', '095235.975000', '095236.435000', '095236.895000', '095237.355000', '095237.815000', '095238.275000', '095238.735000', '095239.195000', '095239.655000', '095240.115000', '095240.575000', '095241.035000', '095241.495000', '095241.955000', '095242.415000', '095242.875000', '095243.335000', '095243.795000', '095244.255000', '095244.715000', '095245.175000', '095245.635000', '095246.095000', '095246.555000', '095247.015000', '095247.475000', '095247.935000', '095248.395000', '095248.855000', '095249.315000', '095249.775000', '095250.235000', '095250.695000', '095251.155000', '095251.615000', '095252.075000', '095252.535000', '095252.995000', '095253.455000', '095253.915000', '095254.375000', '095254.835000', '095255.295000', '095255.755000', '095256.215000', '095256.675000', '095257.135000', '095257.595000', '095258.055000', '095258.515000', '095258.975000', '095259.435000', '095259.895000', '095300.355000', '095300.815000', '095301.275000', '095301.735000', '095302.195000', '095302.655000', '095303.115000', '095303.575000', '095304.035000', '095304.495000', '095304.955000', '095305.415000', '095305.875000', '095306.335000', '095306.795000', '095307.255000', '095307.715000', '095308.175000', '095308.635000', '095309.095000', '095309.555000', '095310.015000', '095310.475000', '095310.935000', '095311.395000', '095311.855000', '095312.315000', '095312.775000', '095313.235000', '095313.695000', '095314.155000', '095314.615000', '095315.075000', '095315.535000', '095315.995000', '095316.455000', '095316.915000', '095317.375000', '095317.835000', '095318.295000', '095318.755000', '095319.215000', '095319.675000', '095320.135000', '095320.595000', '095321.055000', '095321.515000', '095321.975000', '095322.435000', '095322.895000', '095323.355000', '095323.815000', '095324.275000', '095324.735000', '095325.195000', '095325.655000', '095326.115000', '095326.575000', '095327.035000', '095327.495000', '095327.955000', '095328.415000', '095328.875000', '095329.335000', '095329.795000', '095330.255000', '095330.715000', '095331.175000', '095331.635000', '095332.095000', '095332.555000', '095333.015000', '095333.475000', '095333.935000', '095334.395000', '095334.855000', '095335.315000', '095335.775000', '095336.235000', '095336.695000', '095337.155000', '095337.615000', '095338.075000', '095338.535000', '095338.995000', '095339.455000', '095339.915000', '095340.375000', '095340.835000', '095341.295000', '095341.755000', '095342.215000', '095342.675000', '095343.135000', '095343.595000', '095344.055000', '095344.515000', '095344.975000', '095345.435000', '095345.895000', '095346.355000', '095346.815000', '095347.275000', '095347.735000', '095348.195000', '095348.655000', '095349.115000', '095349.575000', '095350.035000', '095350.495000', '095350.955000', '095351.415000', '095351.875000', '095352.335000', '095352.795000', '095353.255000', '095353.715000', '095354.175000', '095354.635000', '095355.095000', '095355.555000', '095356.015000', '095356.475000', '095356.935000', '095357.395000', '095357.855000', '095358.315000', '095358.775000', '095359.235000', '095359.695000', '095400.155000', '095400.615000', '095401.075000', '095401.535000', '095401.995000', '095402.455000', '095402.915000', '095403.375000', '095403.835000', '095404.295000', '095404.755000', '095405.215000', '095405.675000', '095406.135000', '095406.595000', '095407.055000', '095407.515000', '095407.975000', '095408.435000', '095408.895000', '095409.355000', '095409.815000', '095410.275000', '095410.735000', '095411.195000', '095411.655000', '095412.115000', '095412.575000', '095413.035000', '095413.495000', '095413.955000', '095414.415000', '095414.875000', '095415.335000', '095415.795000', '095416.255000', '095416.715000', '095417.175000', '095417.635000', '095418.095000', '095418.555000', '095419.015000', '095419.475000', '095419.935000', '095420.395000', '095420.855000', '095421.315000', '095421.775000', '095422.235000', '095422.695000', '095423.155000', '095423.615000', '095424.075000', '095424.535000', '095424.995000', '095425.455000', '095425.915000', '095426.375000', '095426.835000', '095427.295000', '095427.755000', '095428.215000', '095428.675000', '095429.135000', '095429.595000', '095430.055000', '095430.515000', '095430.975000', '095431.435000', '095431.895000', '095432.355000', '095432.815000', '095433.275000', '095433.735000', '095434.195000', '095434.655000', '095435.115000', '095435.575000', '095436.035000', '095436.495000', '095436.955000', '095437.415000', '095437.875000', '095438.335000', '095438.795000', '095439.255000', '095439.715000', '095440.175000', '095440.635000', '095441.095000', '095441.555000', '095442.015000', '095442.475000', '095442.935000', '095443.395000', '095443.855000', '095444.315000', '095444.775000', '095445.235000', '095445.695000', '095446.155000', '095446.615000', '095447.075000', '095447.535000', '095447.995000', '095448.455000', '095448.915000', '095449.375000', '095449.835000', '095450.295000', '095450.755000', '095451.215000', '095451.675000', '095452.135000', '095452.595000', '095453.055000', '095453.515000', '095453.975000', '095454.435000', '095454.895000', '095455.355000', '095455.815000', '095456.275000', '095456.735000', '095457.195000', '095457.655000', '095458.115000', '095458.575000', '095459.035000', '095459.495000', '095459.955000', '095500.415000', '095500.875000', '095501.335000', '095501.795000', '095502.255000', '095502.715000', '095503.175000', '095503.635000', '095504.095000', '095504.555000', '095505.015000', '095505.475000', '095505.935000', '095506.395000', '095506.855000', '095507.315000', '095507.775000', '095508.235000', '095508.695000', '095509.155000', '095509.615000', '095510.075000', '095510.535000', '095510.995000', '095511.455000', '095511.915000', '095512.375000', '095512.835000', '095513.295000', '095513.755000', '095514.215000', '095514.675000', '095515.135000', '095515.595000', '095516.055000', '095516.515000', '095516.975000', '095517.435000', '095517.895000', '095518.355000', '095518.815000', '095519.275000', '095519.735000', '095520.195000', '095520.655000', '095521.115000', '095521.575000', '095522.035000', '095522.495000', '095522.955000', '095523.415000', '095523.875000', '095524.335000', '095524.795000', '095525.255000', '095525.715000', '095526.175000', '095526.635000', '095527.095000', '095527.555000', '095528.015000', '095528.475000', '095528.935000', '095529.395000', '095529.855000', '095530.315000', '095530.775000', '095531.235000', '095531.695000', '095532.155000', '095532.615000', '095533.075000', '095533.535000', '095533.995000', '095534.455000', '095534.915000', '095535.375000', '095535.835000', '095536.295000', '095536.755000', '095537.215000', '095537.675000', '095538.135000', '095538.595000', '095539.055000', '095539.515000', '095539.975000', '095540.435000', '095540.895000', '095541.355000', '095541.815000', '095542.275000', '095542.735000', '095543.195000', '095543.655000', '095544.115000', '095544.575000', '095545.035000', '095545.495000', '095545.955000', '095546.415000', '095546.875000', '095547.335000', '095547.795000', '095548.255000', '095548.715000', '095549.175000', '095549.635000', '095550.095000', '095550.555000', '095551.015000', '095551.475000', '095551.935000', '095552.395000', '095552.855000', '095553.315000', '095553.775000', '095554.235000', '095554.695000', '095555.155000', '095555.615000', '095556.075000', '095556.535000', '095556.995000', '095557.455000', '095557.915000', '095558.375000', '095558.835000', '095559.295000', '095559.755000', '095600.215000', '095600.675000', '095601.135000', '095601.595000', '095602.055000', '095602.515000', '095602.975000', '095603.435000', '095603.895000', '095604.355000', '095604.815000', '095605.275000', '095605.735000', '095606.195000', '095606.655000', '095607.115000', '095607.575000', '095608.035000', '095608.495000', '095608.955000', '095609.415000', '095609.875000', '095610.335000', '095610.795000', '095611.255000', '095611.715000', '095612.175000', '095612.635000', '095613.095000', '095613.555000', '095614.015000', '095614.475000', '095614.935000', '095615.395000', '095615.855000', '095616.315000', '095616.775000', '095617.235000', '095617.695000', '095618.155000', '095618.615000', '095619.075000', '095619.535000', '095619.995000', '095620.455000', '095620.915000', '095621.375000', '095621.835000', '095622.295000', '095622.755000', '095623.215000', '095623.675000', '095624.135000', '095624.595000', '095625.055000', '095625.515000', '095625.975000', '095626.435000', '095626.895000', '095627.355000', '095627.815000', '095628.275000', '095628.735000', '095629.195000', '095629.655000', '095630.115000', '095630.575000', '095631.035000', '095631.495000', '095631.955000', '095632.415000', '095632.875000', '095633.335000', '095633.795000', '095634.255000', '095634.715000', '095635.175000', '095635.635000', '095636.095000', '095636.555000', '095637.015000', '095637.475000', '095637.935000', '095638.395000', '095638.855000', '095639.315000', '095639.775000', '095640.235000', '095640.695000', '095641.155000', '095641.615000', '095642.075000', '095642.535000', '095642.995000', '095643.455000', '095643.915000', '095644.375000', '095644.835000', '095645.295000', '095645.755000', '095646.215000', '095646.675000', '095647.135000', '095647.595000', '095648.055000', '095648.515000', '095648.975000', '095649.435000', '095649.895000', '095650.355000', '095650.815000', '095651.275000', '095651.735000', '095652.195000', '095652.655000', '095653.115000', '095653.575000', '095654.035000', '095654.495000', '095654.955000', '095655.415000', '095655.875000', '095656.335000', '095656.795000', '095657.255000', '095657.715000', '095658.175000', '095658.635000', '095659.095000', '095659.555000', '095700.015000', '095700.475000', '095700.935000', '095701.395000', '095701.855000', '095702.315000', '095702.775000', '095703.235000', '095703.695000', '095704.155000', '095704.615000', '095705.075000', '095705.535000', '095705.995000', '095706.455000', '095706.915000', '095707.375000', '095707.835000', '095708.295000', '095708.755000', '095709.215000', '095709.675000', '095710.135000', '095710.595000', '095711.055000', '095711.515000', '095711.975000', '095712.435000', '095712.895000', '095713.355000', '095713.815000', '095714.275000', '095714.735000', '095715.195000', '095715.655000', '095716.115000', '095716.575000', '095717.035000', '095717.495000', '095717.955000', '095718.415000', '095718.875000', '095719.335000', '095719.795000', '095720.255000', '095720.715000', '095721.175000', '095721.635000', '095722.095000', '095722.555000', '095723.015000', '095723.475000', '095723.935000', '095724.395000', '095724.855000', '095725.315000', '095725.775000', '095726.235000', '095726.695000', '095727.155000', '095727.615000', '095728.075000', '095728.535000', '095728.995000', '095729.455000', '095729.915000', '095730.375000', '095730.835000', '095731.295000', '095731.755000', '095732.215000', '095732.675000', '095733.135000', '095733.595000', '095734.055000', '095734.515000', '095734.975000', '095735.435000', '095735.895000', '095736.355000', '095736.815000', '095737.275000', '095737.735000', '095738.195000', '095738.655000', '095739.115000', '095739.575000', '095740.035000', '095740.495000', '095740.955000', '095741.415000', '095741.875000', '095742.335000', '095742.795000', '095743.255000', '095743.715000', '095744.175000', '095744.635000', '095745.095000', '095745.555000', '095746.015000', '095746.475000', '095746.935000', '095747.395000', '095747.855000', '095748.315000', '095748.775000', '095749.235000', '095749.695000', '095750.155000', '095750.615000', '095751.075000', '095751.535000', '095751.995000', '095752.455000', '095752.915000', '095753.375000', '095753.835000', '095754.295000', '095754.755000', '095755.215000', '095755.675000', '095756.135000', '095756.595000', '095757.055000', '095757.515000', '095757.975000', '095758.435000', '095758.895000', '095759.355000', '095759.815000', '095800.275000', '095800.735000', '095801.195000', '095801.655000', '095802.115000', '095802.575000', '095803.035000', '095803.495000', '095803.955000', '095804.415000', '095804.875000', '095805.335000', '095805.795000', '095806.255000', '095806.715000', '095807.175000', '095807.635000', '095808.095000', '095808.555000', '095809.015000', '095809.475000', '095809.935000', '095810.395000', '095810.855000', '095811.315000', '095811.775000', '095812.235000', '095812.695000', '095813.155000', '095813.615000', '095814.075000', '095814.535000', '095814.995000', '095815.455000', '095815.915000', '095816.375000', '095816.835000', '095817.295000', '095817.755000', '095818.215000', '095818.675000', '095819.135000', '095819.595000', '095820.055000', '095820.515000', '095820.975000', '095821.435000', '095821.895000', '095822.355000', '095822.815000', '095823.275000', '095823.735000', '095824.195000', '095824.655000', '095825.115000', '095825.575000', '095826.035000', '095826.495000', '095826.955000', '095827.415000', '095827.875000', '095828.335000', '095828.795000', '095829.255000', '095829.715000', '095830.175000', '095830.635000', '095831.095000', '095831.555000', '095832.015000', '095832.475000', '095832.935000', '095833.395000', '095833.855000', '095834.315000', '095834.775000', '095835.235000', '095835.695000', '095836.155000', '095836.615000', '095837.075000', '095837.535000', '095837.995000', '095838.455000', '095838.915000', '095839.375000', '095839.835000', '095840.295000', '095840.755000', '095841.215000', '095841.675000', '095842.135000', '095842.595000', '095843.055000', '095843.515000', '095843.975000', '095844.435000', '095844.895000', '095845.355000', '095845.815000', '095846.275000', '095846.735000', '095847.195000', '095847.655000', '095848.115000', '095848.575000', '095849.035000', '095849.495000', '095849.955000', '095850.415000', '095850.875000', '095851.335000', '095851.795000', '095852.255000', '095852.715000', '095853.175000', '095853.635000', '095854.095000', '095854.555000', '095855.015000', '095855.475000', '095855.935000', '095856.395000', '095856.855000', '095857.315000', '095857.775000', '095858.235000', '095858.695000', '095859.155000', '095859.615000', '095900.075000', '095900.535000', '095900.995000', '095901.455000', '095901.915000', '095902.375000', '095902.835000', '095903.295000', '095903.755000', '095904.215000', '095904.675000', '095905.135000', '095905.595000', '095906.055000', '095906.515000', '095906.975000', '095907.435000', '095907.895000', '095908.355000', '095908.815000', '095909.275000', '095909.735000', '095910.195000', '095910.655000', '095911.115000', '095911.575000', '095912.035000', '095912.495000', '095912.955000', '095913.415000', '095913.875000', '095914.335000', '095914.795000', '095915.255000', '095915.715000', '095916.175000', '095916.635000', '095917.095000', '095917.555000', '095918.015000', '095918.475000', '095918.935000', '095919.395000', '095919.855000', '095920.315000', '095920.775000', '095921.235000', '095921.695000', '095922.155000', '095922.615000', '095923.075000', '095923.535000', '095923.995000', '095924.455000', '095924.915000', '095925.375000', '095925.835000', '095926.295000', '095926.755000', '095927.215000', '095927.675000', '095928.135000', '095928.595000', '095929.055000', '095929.515000', '095929.975000', '095930.435000', '095930.895000', '095931.355000', '095931.815000', '095932.275000', '095932.735000', '095933.195000', '095933.655000', '095934.115000', '095934.575000', '095935.035000', '095935.495000', '095935.955000', '095936.415000', '095936.875000', '095937.335000', '095937.795000', '095938.255000', '095938.715000', '095939.175000', '095939.635000', '095940.095000', '095940.555000', '095941.015000', '095941.475000', '095941.935000', '095942.395000', '095942.855000', '095943.315000', '095943.775000', '095944.235000', '095944.695000', '095945.155000', '095945.615000', '095946.075000', '095946.535000', '095946.995000', '095947.455000', '095947.915000', '095948.375000', '095948.835000', '095949.295000', '095949.755000', '095950.215000', '095950.675000', '095951.135000', '095951.595000', '095952.055000', '095952.515000', '095952.975000', '095953.435000', '095953.895000', '095954.355000', '095954.815000', '095955.275000', '095955.735000', '095956.195000', '095956.655000', '095957.115000', '095957.575000', '095958.035000', '095958.495000', '095958.955000', '095959.415000', '095959.875000', '100000.335000', '100000.795000', '100001.255000', '100001.715000', '100002.175000', '100002.635000', '100003.095000', '100003.555000', '100004.015000', '100004.475000', '100004.935000', '100005.395000', '100005.855000', '100006.315000', '100006.775000', '100007.235000', '100007.695000', '100008.155000', '100008.615000', '100009.075000', '100009.535000', '100009.995000', '100010.455000', '100010.915000', '100011.375000', '100011.835000', '100012.295000', '100012.755000', '100013.215000', '100013.675000', '100014.135000', '100014.595000', '100015.055000', '100015.515000', '100015.975000', '100016.435000', '100016.895000', '100017.355000', '100017.815000', '100018.275000', '100018.735000', '100019.195000', '100019.655000', '100020.115000', '100020.575000', '100021.035000', '100021.495000', '100021.955000', '100022.415000', '100022.875000', '100023.335000', '100023.795000', '100024.255000', '100024.715000', '100025.175000', '100025.635000', '100026.095000', '100026.555000', '100027.015000', '100027.475000', '100027.935000', '100028.395000', '100028.855000', '100029.315000', '100029.775000', '100030.235000', '100030.695000', '100031.155000', '100031.615000', '100032.075000', '100032.535000', '100032.995000', '100033.455000', '100033.915000', '100034.375000', '100034.835000', '100035.295000', '100035.755000', '100036.215000', '100036.675000', '100037.135000', '100037.595000', '100038.055000', '100038.515000', '100038.975000', '100039.435000', '100039.895000', '100040.355000', '100040.815000', '100041.275000', '100041.735000', '100042.195000', '100042.655000', '100043.115000', '100043.575000', '100044.035000', '100044.495000', '100044.955000', '100045.415000', '100045.875000', '100046.335000', '100046.795000', '100047.255000', '100047.715000', '100048.175000', '100048.635000', '100049.095000', '100049.555000', '100050.015000', '100050.475000', '100050.935000', '100051.395000', '100051.855000', '100052.315000', '100052.775000', '100053.235000', '100053.695000', '100054.155000', '100054.615000', '100055.075000', '100055.535000', '100055.995000', '100056.455000', '100056.915000', '100057.375000', '100057.835000', '100058.295000', '100058.755000', '100059.215000', '100059.675000', '100100.135000', '100100.595000', '100101.055000', '100101.515000', '100101.975000', '100102.435000', '100102.895000', '100103.355000', '100103.815000', '100104.275000', '100104.735000', '100105.195000', '100105.655000', '100106.115000', '100106.575000', '100107.035000', '100107.495000', '100107.955000', '100108.415000', '100108.875000', '100109.335000', '100109.795000', '100110.255000', '100110.715000', '100111.175000', '100111.635000', '100112.095000', '100112.555000', '100113.015000', '100113.475000', '100113.935000', '100114.395000', '100114.855000', '100115.315000', '100115.775000', '100116.235000', '100116.695000', '100117.155000', '100117.615000', '100118.075000', '100118.535000', '100118.995000', '100119.455000', '100119.915000', '100120.375000', '100120.835000', '100121.295000', '100121.755000', '100122.215000', '100122.675000', '100123.135000', '100123.595000', '100124.055000', '100124.515000', '100124.975000', '100125.435000', '100125.895000', '100126.355000', '100126.815000', '100127.275000', '100127.735000', '100128.195000', '100128.655000', '100129.115000', '100129.575000', '100130.035000', '100130.495000', '100130.955000', '100131.415000', '100131.875000', '100132.335000', '100132.795000', '100133.255000', '100133.715000', '100134.175000', '100134.635000', '100135.095000', '100135.555000', '100136.015000', '100136.475000', '100136.935000', '100137.395000', '100137.855000', '100138.315000', '100138.775000', '100139.235000', '100139.695000', '100140.155000', '100140.615000', '100141.075000', '100141.535000', '100141.995000', '100142.455000', '100142.915000', '100143.375000', '100143.835000', '100144.295000', '100144.755000', '100145.215000', '100145.675000', '100146.135000', '100146.595000', '100147.055000', '100147.515000', '100147.975000', '100148.435000', '100148.895000', '100149.355000', '100149.815000', '100150.275000', '100150.735000', '100151.195000', '100151.655000', '100152.115000', '100152.575000', '100153.035000', '100153.495000', '100153.955000', '100154.415000', '100154.875000', '100155.335000', '100155.795000', '100156.255000', '100156.715000', '100157.175000', '100157.635000', '100158.095000', '100158.555000', '100159.015000', '100159.475000', '100159.935000', '100200.395000', '100200.855000', '100201.315000', '100201.775000', '100202.235000', '100202.695000', '100203.155000', '100203.615000', '100204.075000', '100204.535000', '100204.995000', '100205.455000', '100205.915000', '100206.375000', '100206.835000', '100207.295000', '100207.755000', '100208.215000', '100208.675000', '100209.135000', '100209.595000', '100210.055000', '100210.515000', '100210.975000', '100211.435000', '100211.895000', '100212.355000', '100212.815000', '100213.275000', '100213.735000', '100214.195000', '100214.655000', '100215.115000', '100215.575000', '100216.035000', '100216.495000', '100216.955000', '100217.415000', '100217.875000', '100218.335000', '100218.795000', '100219.255000', '100219.715000', '100220.175000', '100220.635000', '100221.095000', '100221.555000', '100222.015000', '100222.475000', '100222.935000', '100223.395000', '100223.855000', '100224.315000', '100224.775000', '100225.235000', '100225.695000', '100226.155000', '100226.615000', '100227.075000', '100227.535000', '100227.995000', '100228.455000', '100228.915000', '100229.375000', '100229.835000', '100230.295000', '100230.755000', '100231.215000', '100231.675000', '100232.135000', '100232.595000', '100233.055000', '100233.515000', '100233.975000', '100234.435000', '100234.895000', '100235.355000', '100235.815000', '100236.275000', '100236.735000', '100237.195000', '100237.655000', '100238.115000', '100238.575000', '100239.035000', '100239.495000', '100239.955000', '100240.415000', '100240.875000', '100241.335000', '100241.795000', '100242.255000', '100242.715000', '100243.175000', '100243.635000', '100244.095000', '100244.555000', '100245.015000', '100245.475000', '100245.935000', '100246.395000', '100246.855000', '100247.315000', '100247.775000', '100248.235000', '100248.695000', '100249.155000', '100249.615000', '100250.075000', '100250.535000', '100250.995000', '100251.455000', '100251.915000', '100252.375000', '100252.835000', '100253.295000', '100253.755000', '100254.215000', '100254.675000', '100255.135000', '100255.595000', '100256.055000', '100256.515000', '100256.975000', '100257.435000', '100257.895000', '100258.355000', '100258.815000', '100259.275000', '100259.735000', '100300.195000', '100300.655000', '100301.115000', '100301.575000', '100302.035000', '100302.495000', '100302.955000', '100303.415000', '100303.875000', '100304.335000', '100304.795000', '100305.255000', '100305.715000', '100306.175000', '100306.635000', '100307.095000', '100307.555000', '100308.015000', '100308.475000', '100308.935000', '100309.395000', '100309.855000', '100310.315000', '100310.775000', '100311.235000', '100311.695000', '100312.155000', '100312.615000', '100313.075000', '100313.535000', '100313.995000', '100314.455000', '100314.915000', '100315.375000', '100315.835000', '100316.295000', '100316.755000', '100317.215000', '100317.675000', '100318.135000', '100318.595000', '100319.055000', '100319.515000', '100319.975000', '100320.435000', '100320.895000', '100321.355000', '100321.815000', '100322.275000', '100322.735000', '100323.195000', '100323.655000', '100324.115000', '100324.575000', '100325.035000', '100325.495000', '100325.955000', '100326.415000', '100326.875000', '100327.335000', '100327.795000', '100328.255000', '100328.715000', '100329.175000', '100329.635000', '100330.095000', '100330.555000', '100331.015000', '100331.475000', '100331.935000', '100332.395000', '100332.855000', '100333.315000', '100333.775000', '100334.235000', '100334.695000', '100335.155000', '100335.615000', '100336.075000', '100336.535000', '100336.995000', '100337.455000', '100337.915000', '100338.375000', '100338.835000', '100339.295000', '100339.755000', '100340.215000', '100340.675000', '100341.135000', '100341.595000', '100342.055000', '100342.515000', '100342.975000', '100343.435000', '100343.895000', '100344.355000', '100344.815000', '100345.275000', '100345.735000', '100346.195000', '100346.655000', '100347.115000', '100347.575000', '100348.035000', '100348.495000', '100348.955000', '100349.415000', '100349.875000', '100350.335000', '100350.795000', '100351.255000', '100351.715000', '100352.175000', '100352.635000', '100353.095000', '100353.555000', '100354.015000', '100354.475000', '100354.935000', '100355.395000', '100355.855000', '100356.315000', '100356.775000', '100357.235000', '100357.695000', '100358.155000', '100358.615000', '100359.075000', '100359.535000', '100359.995000', '100400.455000', '100400.915000', '100401.375000', '100401.835000', '100402.295000', '100402.755000', '100403.215000', '100403.675000', '100404.135000', '100404.595000', '100405.055000', '100405.515000', '100405.975000', '100406.435000', '100406.895000', '100407.355000', '100407.815000', '100408.275000', '100408.735000', '100409.195000', '100409.655000', '100410.115000', '100410.575000', '100411.035000', '100411.495000', '100411.955000', '100412.415000', '100412.875000', '100413.335000', '100413.795000', '100414.255000', '100414.715000', '100415.175000', '100415.635000', '100416.095000', '100416.555000', '100417.015000', '100417.475000', '100417.935000', '100418.395000', '100418.855000', '100419.315000', '100419.775000', '100420.235000', '100420.695000', '100421.155000', '100421.615000', '100422.075000', '100422.535000', '100422.995000', '100423.455000', '100423.915000', '100424.375000', '100424.835000', '100425.295000', '100425.755000', '100426.215000', '100426.675000', '100427.135000', '100427.595000', '100428.055000', '100428.515000', '100428.975000', '100429.435000', '100429.895000', '100430.355000', '100430.815000', '100431.275000', '100431.735000', '100432.195000', '100432.655000', '100433.115000', '100433.575000', '100434.035000', '100434.495000', '100434.955000', '100435.415000', '100435.875000', '100436.335000', '100436.795000', '100437.255000', '100437.715000', '100438.175000', '100438.635000', '100439.095000', '100439.555000', '100440.015000', '100440.475000', '100440.935000', '100441.395000', '100441.855000', '100442.315000', '100442.775000', '100443.235000', '100443.695000', '100444.155000', '100444.615000', '100445.075000', '100445.535000', '100445.995000', '100446.455000', '100446.915000', '100447.375000', '100447.835000', '100448.295000', '100448.755000', '100449.215000', '100449.675000', '100450.135000', '100450.595000', '100451.055000', '100451.515000', '100451.975000', '100452.435000', '100452.895000', '100453.355000', '100453.815000', '100454.275000', '100454.735000', '100455.195000', '100455.655000', '100456.115000', '100456.575000', '100457.035000', '100457.495000', '100457.955000', '100458.415000', '100458.875000', '100459.335000', '100459.795000', '100500.255000', '100500.715000', '100501.175000', '100501.635000', '100502.095000', '100502.555000', '100503.015000', '100503.475000', '100503.935000', '100504.395000', '100504.855000', '100505.315000', '100505.775000', '100506.235000', '100506.695000', '100507.155000', '100507.615000', '100508.075000', '100508.535000', '100508.995000', '100509.455000', '100509.915000', '100510.375000', '100510.835000', '100511.295000', '100511.755000', '100512.215000', '100512.675000', '100513.135000', '100513.595000', '100514.055000', '100514.515000', '100514.975000', '100515.435000', '100515.895000', '100516.355000', '100516.815000', '100517.275000', '100517.735000', '100518.195000', '100518.655000', '100519.115000', '100519.575000', '100520.035000', '100520.495000', '100520.955000', '100521.415000', '100521.875000', '100522.335000', '100522.795000', '100523.255000', '100523.715000', '100524.175000', '100524.635000', '100525.095000', '100525.555000', '100526.015000', '100526.475000', '100526.935000', '100527.395000', '100527.855000', '100528.315000', '100528.775000', '100529.235000', '100529.695000', '100530.155000', '100530.615000', '100531.075000', '100531.535000', '100531.995000', '100532.455000', '100532.915000', '100533.375000', '100533.835000', '100534.295000', '100534.755000', '100535.215000', '100535.675000', '100536.135000', '100536.595000', '100537.055000', '100537.515000', '100537.975000', '100538.435000', '100538.895000', '100539.355000', '100539.815000', '100540.275000', '100540.735000', '100541.195000', '100541.655000', '100542.115000', '100542.575000', '100543.035000', '100543.495000', '100543.955000', '100544.415000', '100544.875000', '100545.335000', '100545.795000', '100546.255000', '100546.715000', '100547.175000', '100547.635000', '100548.095000', '100548.555000', '100549.015000', '100549.475000', '100549.935000', '100550.395000', '100550.855000', '100551.315000', '100551.775000', '100552.235000', '100552.695000', '100553.155000', '100553.615000', '100554.075000', '100554.535000', '100554.995000', '100555.455000', '100555.915000', '100556.375000', '100556.835000', '100557.295000', '100557.755000', '100558.215000', '100558.675000', '100559.135000', '100559.595000', '100600.055000', '100600.515000', '100600.975000', '100601.435000', '100601.895000', '100602.355000', '100602.815000', '100603.275000', '100603.735000', '100604.195000', '100604.655000', '100605.115000', '100605.575000', '100606.035000', '100606.495000', '100606.955000', '100607.415000', '100607.875000', '100608.335000', '100608.795000', '100609.255000', '100609.715000', '100610.175000', '100610.635000', '100611.095000', '100611.555000', '100612.015000', '100612.475000', '100612.935000', '100613.395000', '100613.855000', '100614.315000', '100614.775000', '100615.235000', '100615.695000', '100616.155000', '100616.615000', '100617.075000', '100617.535000', '100617.995000'], 'ContentTime': ['095226.257000', '095226.260000', '095226.263000', '095226.265000', '095226.268000', '095226.270000', '095226.273000', '095226.275000', '095226.278000', '095226.281000', '095226.283000', '095226.286000', '095226.288000', '095226.291000', '095226.294000', '095226.296000', '095226.299000', '095226.301000', '095226.304000', '095226.313000', '095226.316000', '095226.318000', '095226.321000', '095226.323000', '095226.326000', '095226.329000', '095226.331000', '095226.334000', '095226.337000', '095226.339000', '095226.342000', '095226.345000', '095226.347000', '095226.350000', '095226.353000', '095226.355000', '095226.358000', '095226.360000', '095226.363000', '095226.366000', '095226.377000', '095226.380000', '095226.382000', '095226.385000', '095226.387000', '095226.390000', '095226.393000', '095226.395000', '095246.255000', '095246.258000', '095246.261000', '095246.263000', '095246.266000', '095246.268000', '095246.271000', '095246.274000', '095246.276000', '095246.279000', '095246.281000', '095246.284000', '095246.287000', '095246.289000', '095246.292000', '095246.294000', '095246.297000', '095246.300000', '095246.309000', '095246.313000', '095246.316000', '095246.319000', '095246.321000', '095246.324000', '095246.326000', '095246.329000', '095246.331000', '095246.334000', '095246.337000', '095246.339000', '095246.342000', '095246.344000', '095246.347000', '095246.350000', '095246.352000', '095246.355000', '095246.373000', '095246.375000', '095246.378000', '095246.380000', '095246.383000', '095246.386000', '095246.388000', '095306.256000', '095306.258000', '095306.261000', '095306.264000', '095306.266000', '095306.269000', '095306.271000', '095306.274000', '095306.281000', '095306.283000', '095306.286000', '095306.289000', '095306.291000', '095306.294000', '095306.296000', '095306.299000', '095306.301000', '095306.304000', '095306.307000', '095306.309000', '095306.312000', '095306.314000', '095306.317000', '095306.320000', '095306.322000', '095306.325000', '095306.327000', '095306.330000', '095306.332000', '095306.335000', '095306.338000', '095306.340000', '095306.343000', '095306.345000', '095306.348000', '095306.351000', '095306.353000', '095306.356000', '095306.358000', '095306.361000', '095306.364000', '095306.367000', '095306.369000', '095306.372000', '095326.255000', '095326.258000', '095326.261000', '095326.263000', '095326.266000', '095326.269000', '095326.271000', '095326.274000', '095326.277000', '095326.279000', '095326.282000', '095326.284000', '095326.287000', '095326.290000', '095326.292000', '095326.295000', '095326.298000', '095326.300000', '095326.303000', '095326.305000', '095326.308000', '095326.311000', '095326.313000', '095326.316000', '095326.318000', '095326.321000', '095326.323000', '095326.326000', '095326.329000', '095326.331000', '095326.334000', '095326.336000', '095326.339000', '095326.341000', '095326.344000', '095326.347000', '095326.349000', '095326.352000', '095326.354000', '095326.357000', '095326.360000', '095326.362000', '095326.373000', '095346.255000', '095346.258000', '095346.261000', '095346.263000', '095346.266000', '095346.269000', '095346.271000', '095346.274000', '095346.276000', '095346.279000', '095346.282000', '095346.284000', '095346.287000', '095346.289000', '095346.300000', '095346.303000', '095346.305000', '095346.308000', '095346.310000', '095346.313000', '095346.315000', '095346.318000', '095346.321000', '095346.323000', '095346.326000', '095346.328000', '095346.331000', '095346.334000', '095346.336000', '095346.339000', '095346.341000', '095346.344000', '095346.347000', '095346.349000', '095346.352000', '095346.354000', '095346.357000', '095346.360000', '095346.362000', '095346.365000', '095346.367000', '095346.370000', '095346.372000', '095346.375000', '095406.256000', '095406.258000', '095406.261000', '095406.264000', '095406.266000', '095406.269000', '095406.294000', '095406.297000', '095406.300000', '095406.302000', '095406.305000', '095406.307000', '095406.310000', '095406.313000', '095406.315000', '095406.318000', '095406.320000', '095406.323000', '095406.326000', '095406.328000', '095406.331000', '095406.333000', '095406.336000', '095406.339000', '095406.341000', '095406.344000', '095406.346000', '095406.349000', '095406.352000', '095406.355000', '095406.358000', '095406.361000', '095406.363000', '095406.366000', '095406.368000', '095406.371000', '095406.374000', '095406.376000', '095406.379000', '095406.381000', '095406.384000', '095406.387000', '095406.389000', '095426.256000', '095426.258000', '095426.261000', '095426.264000', '095426.266000', '095426.269000', '095426.271000', '095426.274000', '095426.277000', '095426.279000', '095426.282000', '095426.284000', '095426.287000', '095426.289000', '095426.292000', '095426.295000', '095426.297000', '095426.300000', '095426.303000', '095426.305000', '095426.308000', '095426.310000', '095426.313000', '095426.315000', '095426.318000', '095426.321000', '095426.323000', '095426.326000', '095426.328000', '095426.331000', '095426.333000', '095426.336000', '095426.348000', '095426.351000', '095426.353000', '095426.356000', '095426.358000', '095426.361000', '095426.363000', '095426.366000', '095426.368000', '095426.371000', '095426.374000', '095426.376000', '095446.255000', '095446.258000', '095446.261000', '095446.263000', '095446.266000', '095446.269000', '095446.271000', '095446.274000', '095446.276000', '095446.279000', '095446.282000', '095446.284000', '095446.287000', '095446.289000', '095446.292000', '095446.294000', '095446.297000', '095446.300000', '095446.302000', '095446.305000', '095446.307000', '095446.310000', '095446.313000', '095446.316000', '095446.319000', '095446.322000', '095446.325000', '095446.327000', '095446.330000', '095446.332000', '095446.335000', '095446.338000', '095446.340000', '095446.343000', '095446.345000', '095446.348000', '095446.350000', '095446.353000', '095446.356000', '095446.358000', '095446.361000', '095446.363000', '095446.366000', '095506.256000', '095506.259000', '095506.261000', '095506.264000', '095506.267000', '095506.269000', '095506.272000', '095506.275000', '095506.277000', '095506.280000', '095506.282000', '095506.285000', '095506.287000', '095506.290000', '095506.293000', '095506.295000', '095506.298000', '095506.301000', '095506.303000', '095506.306000', '095506.308000', '095506.311000', '095506.313000', '095506.316000', '095506.319000', '095506.321000', '095506.324000', '095506.326000', '095506.329000', '095506.331000', '095506.334000', '095506.337000', '095506.339000', '095506.342000', '095506.344000', '095506.347000', '095506.350000', '095506.352000', '095506.355000', '095506.357000', '095506.360000', '095506.362000', '095506.365000', '095506.368000', '095526.256000', '095526.258000', '095526.261000', '095526.264000', '095526.266000', '095526.269000', '095526.271000', '095526.274000', '095526.277000', '095526.279000', '095526.282000', '095526.284000', '095526.287000', '095526.290000', '095526.293000', '095526.295000', '095526.298000', '095526.300000', '095526.303000', '095526.306000', '095526.308000', '095526.311000', '095526.313000', '095526.316000', '095526.319000', '095526.321000', '095526.331000', '095526.334000', '095526.336000', '095526.339000', '095526.342000', '095526.344000', '095526.347000', '095526.349000', '095526.352000', '095526.355000', '095526.357000', '095526.360000', '095526.362000', '095526.365000', '095526.367000', '095526.370000', '095526.373000', '095546.256000', '095546.258000', '095546.261000', '095546.264000', '095546.266000', '095546.269000', '095546.271000', '095546.274000', '095546.277000', '095546.279000', '095546.282000', '095546.285000', '095546.287000', '095546.290000', '095546.293000', '095546.295000', '095546.298000', '095546.300000', '095546.303000', '095546.306000', '095546.308000', '095546.311000', '095546.313000', '095546.316000', '095546.319000', '095546.321000', '095546.324000', '095546.327000', '095546.329000', '095546.332000', '095546.335000', '095546.337000', '095546.340000', '095546.342000', '095546.345000', '095546.348000', '095546.350000', '095546.353000', '095546.356000', '095546.358000', '095546.361000', '095546.363000', '095546.366000', '095546.369000', '095606.256000', '095606.258000', '095606.261000', '095606.264000', '095606.266000', '095606.269000', '095606.271000', '095606.274000', '095606.277000', '095606.279000', '095606.282000', '095606.284000', '095606.287000', '095606.300000', '095606.302000', '095606.305000', '095606.308000', '095606.310000', '095606.313000', '095606.315000', '095606.318000', '095606.321000', '095606.323000', '095606.326000', '095606.328000', '095606.331000', '095606.333000', '095606.336000', '095606.339000', '095606.341000', '095606.344000', '095606.346000', '095606.349000', '095606.352000', '095606.354000', '095606.357000', '095606.359000', '095606.362000', '095606.365000', '095606.367000', '095606.370000', '095606.373000', '095606.375000', '095626.256000', '095626.259000', '095626.261000', '095626.264000', '095626.267000', '095626.269000', '095626.272000', '095626.274000', '095626.277000', '095626.279000', '095626.282000', '095626.285000', '095626.287000', '095626.290000', '095626.293000', '095626.295000', '095626.298000', '095626.300000', '095626.303000', '095626.306000', '095626.308000', '095626.311000', '095626.313000', '095626.316000', '095626.319000', '095626.321000', '095626.324000', '095626.327000', '095626.329000', '095626.332000', '095626.335000', '095626.337000', '095626.340000', '095626.342000', '095626.345000', '095626.348000', '095626.350000', '095626.353000', '095626.355000', '095626.358000', '095626.361000', '095626.363000', '095626.366000', '095626.368000', '095646.256000', '095646.259000', '095646.261000', '095646.264000', '095646.266000', '095646.269000', '095646.276000', '095646.279000', '095646.282000', '095646.284000', '095646.287000', '095646.289000', '095646.292000', '095646.295000', '095646.297000', '095646.300000', '095646.303000', '095646.305000', '095646.308000', '095646.311000', '095646.313000', '095646.316000', '095646.318000', '095646.321000', '095646.324000', '095646.326000', '095646.329000', '095646.332000', '095646.334000', '095646.337000', '095646.339000', '095646.342000', '095646.345000', '095646.347000', '095646.350000', '095646.352000', '095646.355000', '095646.357000', '095646.360000', '095646.363000', '095646.365000', '095646.368000', '095646.371000', '095706.256000', '095706.259000', '095706.261000', '095706.264000', '095706.267000', '095706.269000', '095706.272000', '095706.274000', '095706.277000', '095706.279000', '095706.282000', '095706.285000', '095706.287000', '095706.290000', '095706.293000', '095706.295000', '095706.298000', '095706.301000', '095706.303000', '095706.306000', '095706.308000', '095706.311000', '095706.314000', '095706.316000', '095706.319000', '095706.322000', '095706.324000', '095706.327000', '095706.329000', '095706.332000', '095706.335000', '095706.337000', '095706.340000', '095706.342000', '095706.345000', '095706.347000', '095706.350000', '095706.353000', '095706.355000', '095706.358000', '095706.361000', '095706.363000', '095706.366000', '095706.368000', '095726.256000', '095726.258000', '095726.261000', '095726.264000', '095726.266000', '095726.269000', '095726.271000', '095726.274000', '095726.277000', '095726.279000', '095726.282000', '095726.285000', '095726.287000', '095726.290000', '095726.292000', '095726.295000', '095726.298000', '095726.300000', '095726.303000', '095726.306000', '095726.308000', '095726.311000', '095726.313000', '095726.316000', '095726.319000', '095726.321000', '095726.324000', '095726.326000', '095726.329000', '095726.332000', '095726.334000', '095726.337000', '095726.339000', '095726.342000', '095726.344000', '095726.347000', '095726.350000', '095726.353000', '095726.367000', '095726.370000', '095726.373000', '095726.376000', '095726.379000', '095746.255000', '095746.258000', '095746.261000', '095746.263000', '095746.266000', '095746.269000', '095746.271000', '095746.274000', '095746.276000', '095746.279000', '095746.282000', '095746.284000', '095746.287000', '095746.290000', '095746.292000', '095746.295000', '095746.297000', '095746.300000', '095746.303000', '095746.305000', '095746.308000', '095746.310000', '095746.313000', '095746.316000', '095746.318000', '095746.321000', '095746.323000', '095746.326000', '095746.329000', '095746.331000', '095746.334000', '095746.336000', '095746.339000', '095746.342000', '095746.344000', '095746.347000', '095746.349000', '095746.352000', '095746.355000', '095746.357000', '095746.360000', '095746.362000', '095746.365000', '095746.368000', '095806.256000', '095806.259000', '095806.261000', '095806.264000', '095806.266000', '095806.269000', '095806.271000', '095806.274000', '095806.277000', '095806.279000', '095806.282000', '095806.285000', '095806.287000', '095806.290000', '095806.292000', '095806.295000', '095806.298000', '095806.300000', '095806.303000', '095806.305000', '095806.308000', '095806.311000', '095806.313000', '095806.316000', '095806.319000', '095806.321000', '095806.324000', '095806.326000', '095806.329000', '095806.331000', '095806.334000', '095806.337000', '095806.339000', '095806.342000', '095806.344000', '095806.347000', '095806.349000', '095806.352000', '095806.355000', '095806.357000', '095806.360000', '095806.362000', '095806.365000', '095826.255000', '095826.258000', '095826.261000', '095826.264000', '095826.266000', '095826.269000', '095826.271000', '095826.274000', '095826.277000', '095826.279000', '095826.282000', '095826.284000', '095826.287000', '095826.289000', '095826.292000', '095826.295000', '095826.297000', '095826.300000', '095826.303000', '095826.305000', '095826.308000', '095826.310000', '095826.313000', '095826.316000', '095826.318000', '095826.321000', '095826.323000', '095826.326000', '095826.329000', '095826.331000', '095826.334000', '095826.336000', '095826.339000', '095826.342000', '095826.344000', '095826.347000', '095826.349000', '095826.352000', '095826.355000', '095826.357000', '095826.360000', '095826.362000', '095826.365000', '095826.368000', '095846.254000', '095846.257000', '095846.260000', '095846.263000', '095846.265000', '095846.268000', '095846.271000', '095846.273000', '095846.276000', '095846.278000', '095846.281000', '095846.283000', '095846.286000', '095846.289000', '095846.291000', '095846.294000', '095846.296000', '095846.299000', '095846.302000', '095846.304000', '095846.307000', '095846.310000', '095846.312000', '095846.315000', '095846.317000', '095846.320000', '095846.322000', '095846.325000', '095846.328000', '095846.330000', '095846.333000', '095846.335000', '095846.338000', '095846.340000', '095846.356000', '095846.359000', '095846.362000', '095846.364000', '095846.367000', '095846.369000', '095846.372000', '095846.374000', '095846.377000', '095906.256000', '095906.259000', '095906.261000', '095906.264000', '095906.267000', '095906.269000', '095906.274000', '095906.276000', '095906.279000', '095906.281000', '095906.284000', '095906.287000', '095906.289000', '095906.292000', '095906.294000', '095906.297000', '095906.300000', '095906.302000', '095906.305000', '095906.307000', '095906.310000', '095906.313000', '095906.315000', '095906.318000', '095906.320000', '095906.323000', '095906.326000', '095906.328000', '095906.331000', '095906.333000', '095906.336000', '095906.339000', '095906.341000', '095906.344000', '095906.347000', '095906.349000', '095906.352000', '095906.354000', '095906.357000', '095906.360000', '095906.362000', '095906.365000', '095906.367000', '095906.370000', '095926.256000', '095926.258000', '095926.261000', '095926.264000', '095926.266000', '095926.269000', '095926.272000', '095926.274000', '095926.277000', '095926.279000', '095926.282000', '095926.284000', '095926.287000', '095926.290000', '095926.292000', '095926.295000', '095926.297000', '095926.300000', '095926.303000', '095926.305000', '095926.308000', '095926.310000', '095926.313000', '095926.316000', '095926.318000', '095926.321000', '095926.323000', '095926.326000', '095926.329000', '095926.331000', '095926.334000', '095926.336000', '095926.339000', '095926.341000', '095926.344000', '095926.347000', '095926.349000', '095926.352000', '095926.354000', '095926.357000', '095926.360000', '095926.367000', '095926.369000', '095946.256000', '095946.258000', '095946.261000', '095946.264000', '095946.266000', '095946.269000', '095946.271000', '095946.274000', '095946.277000', '095946.279000', '095946.282000', '095946.284000', '095946.287000', '095946.290000', '095946.292000', '095946.295000', '095946.298000', '095946.300000', '095946.303000', '095946.306000', '095946.308000', '095946.311000', '095946.313000', '095946.316000', '095946.319000', '095946.321000', '095946.324000', '095946.326000', '095946.329000', '095946.332000', '095946.334000', '095946.337000', '095946.340000', '095946.342000', '095946.345000', '095946.347000', '095946.350000', '095946.353000', '095946.355000', '095946.358000', '095946.360000', '095946.363000', '095946.366000', '095946.368000', '100006.255000', '100006.258000', '100006.261000', '100006.263000', '100006.266000', '100006.269000', '100006.271000', '100006.274000', '100006.276000', '100006.279000', '100006.281000', '100006.284000', '100006.287000', '100006.289000', '100006.292000', '100006.294000', '100006.297000', '100006.300000', '100006.302000', '100006.305000', '100006.307000', '100006.310000', '100006.313000', '100006.315000', '100006.318000', '100006.320000', '100006.323000', '100006.325000', '100006.328000', '100006.331000', '100006.333000', '100006.336000', '100006.338000', '100006.341000', '100006.344000', '100006.346000', '100006.349000', '100006.351000', '100006.354000', '100006.356000', '100006.359000', '100006.362000', '100006.364000', '100026.256000', '100026.259000', '100026.261000', '100026.264000', '100026.267000', '100026.269000', '100026.272000', '100026.274000', '100026.277000', '100026.280000', '100026.282000', '100026.285000', '100026.287000', '100026.290000', '100026.293000', '100026.295000', '100026.298000', '100026.301000', '100026.303000', '100026.306000', '100026.308000', '100026.311000', '100026.314000', '100026.316000', '100026.319000', '100026.321000', '100026.324000', '100026.327000', '100026.329000', '100026.332000', '100026.341000', '100026.344000', '100026.346000', '100026.349000', '100026.352000', '100026.354000', '100026.357000', '100026.359000', '100026.362000', '100026.365000', '100026.367000', '100026.370000', '100026.373000', '100046.256000', '100046.259000', '100046.261000', '100046.264000', '100046.266000', '100046.269000', '100046.271000', '100046.274000', '100046.277000', '100046.279000', '100046.282000', '100046.284000', '100046.287000', '100046.290000', '100046.292000', '100046.295000', '100046.298000', '100046.300000', '100046.303000', '100046.305000', '100046.308000', '100046.311000', '100046.313000', '100046.316000', '100046.318000', '100046.321000', '100046.324000', '100046.326000', '100046.329000', '100046.331000', '100046.334000', '100046.337000', '100046.339000', '100046.342000', '100046.344000', '100046.347000', '100046.349000', '100046.352000', '100046.355000', '100046.357000', '100046.360000', '100046.362000', '100046.365000', '100046.368000', '100106.255000', '100106.258000', '100106.260000', '100106.263000', '100106.265000', '100106.268000', '100106.271000', '100106.273000', '100106.276000', '100106.278000', '100106.282000', '100106.285000', '100106.288000', '100106.290000', '100106.293000', '100106.296000', '100106.298000', '100106.301000', '100106.303000', '100106.306000', '100106.309000', '100106.311000', '100106.314000', '100106.316000', '100106.319000', '100106.321000', '100106.324000', '100106.327000', '100106.329000', '100106.332000', '100106.335000', '100106.337000', '100106.340000', '100106.342000', '100106.345000', '100106.347000', '100106.350000', '100106.353000', '100106.355000', '100106.358000', '100106.360000', '100106.363000', '100106.365000', '100126.256000', '100126.259000', '100126.261000', '100126.264000', '100126.266000', '100126.269000', '100126.272000', '100126.274000', '100126.277000', '100126.279000', '100126.282000', '100126.284000', '100126.287000', '100126.290000', '100126.292000', '100126.295000', '100126.298000', '100126.300000', '100126.303000', '100126.305000', '100126.308000', '100126.310000', '100126.313000', '100126.316000', '100126.318000', '100126.321000', '100126.323000', '100126.326000', '100126.342000', '100126.345000', '100126.347000', '100126.350000', '100126.352000', '100126.355000', '100126.358000', '100126.360000', '100126.363000', '100126.365000', '100126.368000', '100126.371000', '100126.373000', '100126.376000', '100126.378000', '100126.381000', '100146.256000', '100146.258000', '100146.261000', '100146.264000', '100146.266000', '100146.269000', '100146.271000', '100146.274000', '100146.277000', '100146.279000', '100146.282000', '100146.285000', '100146.287000', '100146.290000', '100146.293000', '100146.295000', '100146.298000', '100146.301000', '100146.303000', '100146.306000', '100146.309000', '100146.311000', '100146.314000', '100146.316000', '100146.319000', '100146.322000', '100146.324000', '100146.327000', '100146.330000', '100146.332000', '100146.335000', '100146.338000', '100146.340000', '100146.343000', '100146.345000', '100146.348000', '100146.351000', '100146.353000', '100146.356000', '100146.358000', '100146.361000', '100146.364000', '100146.366000', '100206.256000', '100206.259000', '100206.261000', '100206.264000', '100206.267000', '100206.269000', '100206.272000', '100206.274000', '100206.277000', '100206.280000', '100206.282000', '100206.285000', '100206.287000', '100206.290000', '100206.293000', '100206.296000', '100206.298000', '100206.301000', '100206.304000', '100206.306000', '100206.309000', '100206.311000', '100206.314000', '100206.317000', '100206.319000', '100206.322000', '100206.324000', '100206.327000', '100206.330000', '100206.332000', '100206.335000', '100206.338000', '100206.340000', '100206.343000', '100206.345000', '100206.348000', '100206.351000', '100206.353000', '100206.356000', '100206.358000', '100206.361000', '100206.364000', '100206.366000', '100206.369000', '100226.256000', '100226.259000', '100226.261000', '100226.264000', '100226.266000', '100226.269000', '100226.272000', '100226.274000', '100226.277000', '100226.279000', '100226.282000', '100226.285000', '100226.287000', '100226.290000', '100226.293000', '100226.295000', '100226.298000', '100226.300000', '100226.303000', '100226.306000', '100226.308000', '100226.311000', '100226.313000', '100226.316000', '100226.319000', '100226.321000', '100226.324000', '100226.327000', '100226.330000', '100226.333000', '100226.336000', '100226.339000', '100226.341000', '100226.344000', '100226.346000', '100226.349000', '100226.352000', '100226.354000', '100226.357000', '100226.359000', '100226.362000', '100226.365000', '100226.367000', '100246.256000', '100246.259000', '100246.261000', '100246.264000', '100246.266000', '100246.269000', '100246.271000', '100246.274000', '100246.277000', '100246.279000', '100246.294000', '100246.297000', '100246.299000', '100246.302000', '100246.305000', '100246.307000', '100246.310000', '100246.312000', '100246.315000', '100246.318000', '100246.320000', '100246.323000', '100246.325000', '100246.328000', '100246.331000', '100246.333000', '100246.336000', '100246.338000', '100246.341000', '100246.344000', '100246.346000', '100246.349000', '100246.351000', '100246.354000', '100246.357000', '100246.359000', '100246.362000', '100246.364000', '100246.367000', '100246.370000', '100246.372000', '100246.378000', '100246.381000', '100246.383000', '100306.256000', '100306.259000', '100306.261000', '100306.264000', '100306.267000', '100306.269000', '100306.272000', '100306.274000', '100306.277000', '100306.280000', '100306.282000', '100306.285000', '100306.287000', '100306.290000', '100306.293000', '100306.295000', '100306.298000', '100306.300000', '100306.303000', '100306.305000', '100306.308000', '100306.311000', '100306.313000', '100306.316000', '100306.319000', '100306.321000', '100306.324000', '100306.326000', '100306.329000', '100306.331000', '100306.334000', '100306.337000', '100306.339000', '100306.342000', '100306.345000', '100306.348000', '100306.351000', '100306.354000', '100306.356000', '100306.359000', '100306.361000', '100306.364000', '100306.366000', '100326.255000', '100326.257000', '100326.260000', '100326.263000', '100326.265000', '100326.268000', '100326.270000', '100326.273000', '100326.275000', '100326.278000', '100326.281000', '100326.283000', '100326.286000', '100326.288000', '100326.291000', '100326.294000', '100326.296000', '100326.299000', '100326.301000', '100326.304000', '100326.307000', '100326.309000', '100326.312000', '100326.315000', '100326.317000', '100326.320000', '100326.322000', '100326.325000', '100326.328000', '100326.330000', '100326.333000', '100326.335000', '100326.338000', '100326.341000', '100326.343000', '100326.346000', '100326.348000', '100326.351000', '100326.354000', '100326.356000', '100326.359000', '100326.362000', '100326.364000', '100326.367000', '100346.256000', '100346.259000', '100346.261000', '100346.264000', '100346.267000', '100346.269000', '100346.272000', '100346.274000', '100346.277000', '100346.280000', '100346.282000', '100346.285000', '100346.287000', '100346.290000', '100346.293000', '100346.295000', '100346.298000', '100346.300000', '100346.303000', '100346.306000', '100346.308000', '100346.311000', '100346.313000', '100346.316000', '100346.319000', '100346.321000', '100346.324000', '100346.326000', '100346.329000', '100346.332000', '100346.334000', '100346.337000', '100346.340000', '100346.342000', '100346.345000', '100346.347000', '100346.350000', '100346.353000', '100346.355000', '100346.358000', '100346.361000', '100346.363000', '100346.366000', '100406.256000', '100406.258000', '100406.261000', '100406.264000', '100406.266000', '100406.269000', '100406.272000', '100406.274000', '100406.277000', '100406.279000', '100406.282000', '100406.285000', '100406.287000', '100406.290000', '100406.292000', '100406.295000', '100406.298000', '100406.300000', '100406.303000', '100406.305000', '100406.308000', '100406.311000', '100406.313000', '100406.316000', '100406.318000', '100406.321000', '100406.324000', '100406.326000', '100406.329000', '100406.331000', '100406.334000', '100406.337000', '100406.339000', '100406.342000', '100406.344000', '100406.347000', '100406.350000', '100406.352000', '100406.355000', '100406.357000', '100406.360000', '100406.363000', '100406.365000', '100406.368000', '100426.256000', '100426.259000', '100426.261000', '100426.264000', '100426.266000', '100426.269000', '100426.272000', '100426.274000', '100426.277000', '100426.279000', '100426.282000', '100426.285000', '100426.287000', '100426.290000', '100426.292000', '100426.295000', '100426.298000', '100426.300000', '100426.303000', '100426.305000', '100426.308000', '100426.311000', '100426.313000', '100426.316000', '100426.319000', '100426.322000', '100426.325000', '100426.327000', '100426.330000', '100426.332000', '100426.335000', '100426.338000', '100426.340000', '100426.343000', '100426.346000', '100426.348000', '100426.351000', '100426.353000', '100426.356000', '100426.358000', '100426.361000', '100426.364000', '100426.366000', '100446.256000', '100446.258000', '100446.261000', '100446.264000', '100446.266000', '100446.269000', '100446.272000', '100446.274000', '100446.277000', '100446.279000', '100446.282000', '100446.285000', '100446.287000', '100446.290000', '100446.293000', '100446.295000', '100446.298000', '100446.300000', '100446.303000', '100446.306000', '100446.308000', '100446.311000', '100446.314000', '100446.316000', '100446.319000', '100446.322000', '100446.324000', '100446.327000', '100446.329000', '100446.340000', '100446.342000', '100446.345000', '100446.347000', '100446.350000', '100446.353000', '100446.355000', '100446.358000', '100446.360000', '100446.363000', '100446.366000', '100446.368000', '100446.371000', '100446.373000', '100446.376000', '100506.256000', '100506.259000', '100506.261000', '100506.264000', '100506.267000', '100506.269000', '100506.272000', '100506.274000', '100506.277000', '100506.280000', '100506.282000', '100506.285000', '100506.287000', '100506.290000', '100506.292000', '100506.295000', '100506.298000', '100506.300000', '100506.313000', '100506.316000', '100506.319000', '100506.321000', '100506.324000', '100506.326000', '100506.329000', '100506.332000', '100506.334000', '100506.337000', '100506.339000', '100506.342000', '100506.345000', '100506.347000', '100506.350000', '100506.352000', '100506.355000', '100506.358000', '100506.360000', '100506.363000', '100506.365000', '100506.368000', '100506.370000', '100506.373000', '100506.376000', '100526.256000', '100526.259000', '100526.261000', '100526.264000', '100526.266000', '100526.269000', '100526.272000', '100526.274000', '100526.277000', '100526.279000', '100526.282000', '100526.285000', '100526.287000', '100526.290000', '100526.293000', '100526.295000', '100526.298000', '100526.300000', '100526.303000', '100526.306000', '100526.308000', '100526.311000', '100526.313000', '100526.316000', '100526.319000', '100526.321000', '100526.324000', '100526.326000', '100526.329000', '100526.332000', '100526.334000', '100526.337000', '100526.340000', '100526.342000', '100526.345000', '100526.347000', '100526.350000', '100526.352000', '100526.355000', '100526.358000', '100526.360000', '100526.363000', '100526.365000', '100526.368000', '100546.255000', '100546.258000', '100546.260000', '100546.263000', '100546.266000', '100546.268000', '100546.271000', '100546.273000', '100546.276000', '100546.279000', '100546.281000', '100546.284000', '100546.286000', '100546.289000', '100546.292000', '100546.294000', '100546.297000', '100546.299000', '100546.302000', '100546.305000', '100546.307000', '100546.310000', '100546.312000', '100546.315000', '100546.317000', '100546.320000', '100546.323000', '100546.326000', '100546.328000', '100546.331000', '100546.333000', '100546.336000', '100546.339000', '100546.341000', '100546.344000', '100546.347000', '100546.349000', '100546.352000', '100546.354000', '100546.357000', '100546.359000', '100546.362000', '100546.365000', '100606.256000', '100606.258000', '100606.261000', '100606.264000', '100606.266000', '100606.269000', '100606.272000', '100606.274000', '100606.277000', '100606.279000', '100606.282000', '100606.285000', '100606.287000', '100606.290000', '100606.292000', '100606.295000', '100606.298000', '100606.300000', '100606.303000', '100606.306000', '100606.308000', '100606.311000', '100606.313000', '100606.316000', '100606.319000', '100606.321000', '100606.324000', '100606.326000', '100606.329000', '100606.332000', '100606.334000', '100606.337000', '100606.340000', '100606.342000', '100606.345000', '100606.347000', '100606.350000', '100606.353000', '100606.355000', '100606.358000', '100606.360000', '100606.363000', '100606.366000', '100606.368000', '100619.066000', '100619.070000', '100619.072000', '100619.075000', '100619.078000', '100619.081000', '100619.083000', '100619.086000', '100619.089000', '100619.091000', '100619.094000', '100619.097000', '100619.100000', '100619.103000', '100619.106000', '100619.109000', '100619.111000', '100619.114000', '100619.117000', '100619.120000', '100619.122000', '100619.125000', '100619.128000', '100619.131000', '100619.134000', '100619.137000', '100619.139000', '100619.142000'], 'InstanceCreationTime': ['095226.257000', '095226.260000', '095226.263000', '095226.265000', '095226.268000', '095226.270000', '095226.273000', '095226.275000', '095226.278000', '095226.281000', '095226.283000', '095226.286000', '095226.288000', '095226.291000', '095226.294000', '095226.296000', '095226.299000', '095226.301000', '095226.304000', '095226.313000', '095226.316000', '095226.318000', '095226.321000', '095226.323000', '095226.326000', '095226.329000', '095226.331000', '095226.334000', '095226.337000', '095226.339000', '095226.342000', '095226.345000', '095226.347000', '095226.350000', '095226.353000', '095226.355000', '095226.358000', '095226.360000', '095226.363000', '095226.366000', '095226.377000', '095226.380000', '095226.382000', '095226.385000', '095226.387000', '095226.390000', '095226.393000', '095226.395000', '095246.255000', '095246.258000', '095246.261000', '095246.263000', '095246.266000', '095246.268000', '095246.271000', '095246.274000', '095246.276000', '095246.279000', '095246.281000', '095246.284000', '095246.287000', '095246.289000', '095246.292000', '095246.294000', '095246.297000', '095246.300000', '095246.309000', '095246.313000', '095246.316000', '095246.319000', '095246.321000', '095246.324000', '095246.326000', '095246.329000', '095246.331000', '095246.334000', '095246.337000', '095246.339000', '095246.342000', '095246.344000', '095246.347000', '095246.350000', '095246.352000', '095246.355000', '095246.373000', '095246.375000', '095246.378000', '095246.380000', '095246.383000', '095246.386000', '095246.388000', '095306.256000', '095306.258000', '095306.261000', '095306.264000', '095306.266000', '095306.269000', '095306.271000', '095306.274000', '095306.281000', '095306.283000', '095306.286000', '095306.289000', '095306.291000', '095306.294000', '095306.296000', '095306.299000', '095306.301000', '095306.304000', '095306.307000', '095306.309000', '095306.312000', '095306.314000', '095306.317000', '095306.320000', '095306.322000', '095306.325000', '095306.327000', '095306.330000', '095306.332000', '095306.335000', '095306.338000', '095306.340000', '095306.343000', '095306.345000', '095306.348000', '095306.351000', '095306.353000', '095306.356000', '095306.358000', '095306.361000', '095306.364000', '095306.367000', '095306.369000', '095306.372000', '095326.255000', '095326.258000', '095326.261000', '095326.263000', '095326.266000', '095326.269000', '095326.271000', '095326.274000', '095326.277000', '095326.279000', '095326.282000', '095326.284000', '095326.287000', '095326.290000', '095326.292000', '095326.295000', '095326.298000', '095326.300000', '095326.303000', '095326.305000', '095326.308000', '095326.311000', '095326.313000', '095326.316000', '095326.318000', '095326.321000', '095326.323000', '095326.326000', '095326.329000', '095326.331000', '095326.334000', '095326.336000', '095326.339000', '095326.341000', '095326.344000', '095326.347000', '095326.349000', '095326.352000', '095326.354000', '095326.357000', '095326.360000', '095326.362000', '095326.373000', '095346.255000', '095346.258000', '095346.261000', '095346.263000', '095346.266000', '095346.269000', '095346.271000', '095346.274000', '095346.276000', '095346.279000', '095346.282000', '095346.284000', '095346.287000', '095346.289000', '095346.300000', '095346.303000', '095346.305000', '095346.308000', '095346.310000', '095346.313000', '095346.315000', '095346.318000', '095346.321000', '095346.323000', '095346.326000', '095346.328000', '095346.331000', '095346.334000', '095346.336000', '095346.339000', '095346.341000', '095346.344000', '095346.347000', '095346.349000', '095346.352000', '095346.354000', '095346.357000', '095346.360000', '095346.362000', '095346.365000', '095346.367000', '095346.370000', '095346.372000', '095346.375000', '095406.256000', '095406.258000', '095406.261000', '095406.264000', '095406.266000', '095406.269000', '095406.294000', '095406.297000', '095406.300000', '095406.302000', '095406.305000', '095406.307000', '095406.310000', '095406.313000', '095406.315000', '095406.318000', '095406.320000', '095406.323000', '095406.326000', '095406.328000', '095406.331000', '095406.333000', '095406.336000', '095406.339000', '095406.341000', '095406.344000', '095406.346000', '095406.349000', '095406.352000', '095406.355000', '095406.358000', '095406.361000', '095406.363000', '095406.366000', '095406.368000', '095406.371000', '095406.374000', '095406.376000', '095406.379000', '095406.381000', '095406.384000', '095406.387000', '095406.389000', '095426.256000', '095426.258000', '095426.261000', '095426.264000', '095426.266000', '095426.269000', '095426.271000', '095426.274000', '095426.277000', '095426.279000', '095426.282000', '095426.284000', '095426.287000', '095426.289000', '095426.292000', '095426.295000', '095426.297000', '095426.300000', '095426.303000', '095426.305000', '095426.308000', '095426.310000', '095426.313000', '095426.315000', '095426.318000', '095426.321000', '095426.323000', '095426.326000', '095426.328000', '095426.331000', '095426.333000', '095426.336000', '095426.348000', '095426.351000', '095426.353000', '095426.356000', '095426.358000', '095426.361000', '095426.363000', '095426.366000', '095426.368000', '095426.371000', '095426.374000', '095426.376000', '095446.255000', '095446.258000', '095446.261000', '095446.263000', '095446.266000', '095446.269000', '095446.271000', '095446.274000', '095446.276000', '095446.279000', '095446.282000', '095446.284000', '095446.287000', '095446.289000', '095446.292000', '095446.294000', '095446.297000', '095446.300000', '095446.302000', '095446.305000', '095446.307000', '095446.310000', '095446.313000', '095446.316000', '095446.319000', '095446.322000', '095446.325000', '095446.327000', '095446.330000', '095446.332000', '095446.335000', '095446.338000', '095446.340000', '095446.343000', '095446.345000', '095446.348000', '095446.350000', '095446.353000', '095446.356000', '095446.358000', '095446.361000', '095446.363000', '095446.366000', '095506.256000', '095506.259000', '095506.261000', '095506.264000', '095506.267000', '095506.269000', '095506.272000', '095506.275000', '095506.277000', '095506.280000', '095506.282000', '095506.285000', '095506.287000', '095506.290000', '095506.293000', '095506.295000', '095506.298000', '095506.301000', '095506.303000', '095506.306000', '095506.308000', '095506.311000', '095506.313000', '095506.316000', '095506.319000', '095506.321000', '095506.324000', '095506.326000', '095506.329000', '095506.331000', '095506.334000', '095506.337000', '095506.339000', '095506.342000', '095506.344000', '095506.347000', '095506.350000', '095506.352000', '095506.355000', '095506.357000', '095506.360000', '095506.362000', '095506.365000', '095506.368000', '095526.256000', '095526.258000', '095526.261000', '095526.264000', '095526.266000', '095526.269000', '095526.271000', '095526.274000', '095526.277000', '095526.279000', '095526.282000', '095526.284000', '095526.287000', '095526.290000', '095526.293000', '095526.295000', '095526.298000', '095526.300000', '095526.303000', '095526.306000', '095526.308000', '095526.311000', '095526.313000', '095526.316000', '095526.319000', '095526.321000', '095526.331000', '095526.334000', '095526.336000', '095526.339000', '095526.342000', '095526.344000', '095526.347000', '095526.349000', '095526.352000', '095526.355000', '095526.357000', '095526.360000', '095526.362000', '095526.365000', '095526.367000', '095526.370000', '095526.373000', '095546.256000', '095546.258000', '095546.261000', '095546.264000', '095546.266000', '095546.269000', '095546.271000', '095546.274000', '095546.277000', '095546.279000', '095546.282000', '095546.285000', '095546.287000', '095546.290000', '095546.293000', '095546.295000', '095546.298000', '095546.300000', '095546.303000', '095546.306000', '095546.308000', '095546.311000', '095546.313000', '095546.316000', '095546.319000', '095546.321000', '095546.324000', '095546.327000', '095546.329000', '095546.332000', '095546.335000', '095546.337000', '095546.340000', '095546.342000', '095546.345000', '095546.348000', '095546.350000', '095546.353000', '095546.356000', '095546.358000', '095546.361000', '095546.363000', '095546.366000', '095546.369000', '095606.256000', '095606.258000', '095606.261000', '095606.264000', '095606.266000', '095606.269000', '095606.271000', '095606.274000', '095606.277000', '095606.279000', '095606.282000', '095606.284000', '095606.287000', '095606.300000', '095606.302000', '095606.305000', '095606.308000', '095606.310000', '095606.313000', '095606.315000', '095606.318000', '095606.321000', '095606.323000', '095606.326000', '095606.328000', '095606.331000', '095606.333000', '095606.336000', '095606.339000', '095606.341000', '095606.344000', '095606.346000', '095606.349000', '095606.352000', '095606.354000', '095606.357000', '095606.359000', '095606.362000', '095606.365000', '095606.367000', '095606.370000', '095606.373000', '095606.375000', '095626.256000', '095626.259000', '095626.261000', '095626.264000', '095626.267000', '095626.269000', '095626.272000', '095626.274000', '095626.277000', '095626.279000', '095626.282000', '095626.285000', '095626.287000', '095626.290000', '095626.293000', '095626.295000', '095626.298000', '095626.300000', '095626.303000', '095626.306000', '095626.308000', '095626.311000', '095626.313000', '095626.316000', '095626.319000', '095626.321000', '095626.324000', '095626.327000', '095626.329000', '095626.332000', '095626.335000', '095626.337000', '095626.340000', '095626.342000', '095626.345000', '095626.348000', '095626.350000', '095626.353000', '095626.355000', '095626.358000', '095626.361000', '095626.363000', '095626.366000', '095626.368000', '095646.256000', '095646.259000', '095646.261000', '095646.264000', '095646.266000', '095646.269000', '095646.276000', '095646.279000', '095646.282000', '095646.284000', '095646.287000', '095646.289000', '095646.292000', '095646.295000', '095646.297000', '095646.300000', '095646.303000', '095646.305000', '095646.308000', '095646.311000', '095646.313000', '095646.316000', '095646.318000', '095646.321000', '095646.324000', '095646.326000', '095646.329000', '095646.332000', '095646.334000', '095646.337000', '095646.339000', '095646.342000', '095646.345000', '095646.347000', '095646.350000', '095646.352000', '095646.355000', '095646.357000', '095646.360000', '095646.363000', '095646.365000', '095646.368000', '095646.371000', '095706.256000', '095706.259000', '095706.261000', '095706.264000', '095706.267000', '095706.269000', '095706.272000', '095706.274000', '095706.277000', '095706.279000', '095706.282000', '095706.285000', '095706.287000', '095706.290000', '095706.293000', '095706.295000', '095706.298000', '095706.301000', '095706.303000', '095706.306000', '095706.308000', '095706.311000', '095706.314000', '095706.316000', '095706.319000', '095706.322000', '095706.324000', '095706.327000', '095706.329000', '095706.332000', '095706.335000', '095706.337000', '095706.340000', '095706.342000', '095706.345000', '095706.347000', '095706.350000', '095706.353000', '095706.355000', '095706.358000', '095706.361000', '095706.363000', '095706.366000', '095706.368000', '095726.256000', '095726.258000', '095726.261000', '095726.264000', '095726.266000', '095726.269000', '095726.271000', '095726.274000', '095726.277000', '095726.279000', '095726.282000', '095726.285000', '095726.287000', '095726.290000', '095726.292000', '095726.295000', '095726.298000', '095726.300000', '095726.303000', '095726.306000', '095726.308000', '095726.311000', '095726.313000', '095726.316000', '095726.319000', '095726.321000', '095726.324000', '095726.326000', '095726.329000', '095726.332000', '095726.334000', '095726.337000', '095726.339000', '095726.342000', '095726.344000', '095726.347000', '095726.350000', '095726.353000', '095726.367000', '095726.370000', '095726.373000', '095726.376000', '095726.379000', '095746.255000', '095746.258000', '095746.261000', '095746.263000', '095746.266000', '095746.269000', '095746.271000', '095746.274000', '095746.276000', '095746.279000', '095746.282000', '095746.284000', '095746.287000', '095746.290000', '095746.292000', '095746.295000', '095746.297000', '095746.300000', '095746.303000', '095746.305000', '095746.308000', '095746.310000', '095746.313000', '095746.316000', '095746.318000', '095746.321000', '095746.323000', '095746.326000', '095746.329000', '095746.331000', '095746.334000', '095746.336000', '095746.339000', '095746.342000', '095746.344000', '095746.347000', '095746.349000', '095746.352000', '095746.355000', '095746.357000', '095746.360000', '095746.362000', '095746.365000', '095746.368000', '095806.256000', '095806.259000', '095806.261000', '095806.264000', '095806.266000', '095806.269000', '095806.271000', '095806.274000', '095806.277000', '095806.279000', '095806.282000', '095806.285000', '095806.287000', '095806.290000', '095806.292000', '095806.295000', '095806.298000', '095806.300000', '095806.303000', '095806.305000', '095806.308000', '095806.311000', '095806.313000', '095806.316000', '095806.319000', '095806.321000', '095806.324000', '095806.326000', '095806.329000', '095806.331000', '095806.334000', '095806.337000', '095806.339000', '095806.342000', '095806.344000', '095806.347000', '095806.349000', '095806.352000', '095806.355000', '095806.357000', '095806.360000', '095806.362000', '095806.365000', '095826.255000', '095826.258000', '095826.261000', '095826.264000', '095826.266000', '095826.269000', '095826.271000', '095826.274000', '095826.277000', '095826.279000', '095826.282000', '095826.284000', '095826.287000', '095826.289000', '095826.292000', '095826.295000', '095826.297000', '095826.300000', '095826.303000', '095826.305000', '095826.308000', '095826.310000', '095826.313000', '095826.316000', '095826.318000', '095826.321000', '095826.323000', '095826.326000', '095826.329000', '095826.331000', '095826.334000', '095826.336000', '095826.339000', '095826.342000', '095826.344000', '095826.347000', '095826.349000', '095826.352000', '095826.355000', '095826.357000', '095826.360000', '095826.362000', '095826.365000', '095826.368000', '095846.254000', '095846.257000', '095846.260000', '095846.263000', '095846.265000', '095846.268000', '095846.271000', '095846.273000', '095846.276000', '095846.278000', '095846.281000', '095846.283000', '095846.286000', '095846.289000', '095846.291000', '095846.294000', '095846.296000', '095846.299000', '095846.302000', '095846.304000', '095846.307000', '095846.310000', '095846.312000', '095846.315000', '095846.317000', '095846.320000', '095846.322000', '095846.325000', '095846.328000', '095846.330000', '095846.333000', '095846.335000', '095846.338000', '095846.340000', '095846.356000', '095846.359000', '095846.362000', '095846.364000', '095846.367000', '095846.369000', '095846.372000', '095846.374000', '095846.377000', '095906.256000', '095906.259000', '095906.261000', '095906.264000', '095906.267000', '095906.269000', '095906.274000', '095906.276000', '095906.279000', '095906.281000', '095906.284000', '095906.287000', '095906.289000', '095906.292000', '095906.294000', '095906.297000', '095906.300000', '095906.302000', '095906.305000', '095906.307000', '095906.310000', '095906.313000', '095906.315000', '095906.318000', '095906.320000', '095906.323000', '095906.326000', '095906.328000', '095906.331000', '095906.333000', '095906.336000', '095906.339000', '095906.341000', '095906.344000', '095906.347000', '095906.349000', '095906.352000', '095906.354000', '095906.357000', '095906.360000', '095906.362000', '095906.365000', '095906.367000', '095906.370000', '095926.256000', '095926.258000', '095926.261000', '095926.264000', '095926.266000', '095926.269000', '095926.272000', '095926.274000', '095926.277000', '095926.279000', '095926.282000', '095926.284000', '095926.287000', '095926.290000', '095926.292000', '095926.295000', '095926.297000', '095926.300000', '095926.303000', '095926.305000', '095926.308000', '095926.310000', '095926.313000', '095926.316000', '095926.318000', '095926.321000', '095926.323000', '095926.326000', '095926.329000', '095926.331000', '095926.334000', '095926.336000', '095926.339000', '095926.341000', '095926.344000', '095926.347000', '095926.349000', '095926.352000', '095926.354000', '095926.357000', '095926.360000', '095926.367000', '095926.369000', '095946.256000', '095946.258000', '095946.261000', '095946.264000', '095946.266000', '095946.269000', '095946.271000', '095946.274000', '095946.277000', '095946.279000', '095946.282000', '095946.284000', '095946.287000', '095946.290000', '095946.292000', '095946.295000', '095946.298000', '095946.300000', '095946.303000', '095946.306000', '095946.308000', '095946.311000', '095946.313000', '095946.316000', '095946.319000', '095946.321000', '095946.324000', '095946.326000', '095946.329000', '095946.332000', '095946.334000', '095946.337000', '095946.340000', '095946.342000', '095946.345000', '095946.347000', '095946.350000', '095946.353000', '095946.355000', '095946.358000', '095946.360000', '095946.363000', '095946.366000', '095946.368000', '100006.255000', '100006.258000', '100006.261000', '100006.263000', '100006.266000', '100006.269000', '100006.271000', '100006.274000', '100006.276000', '100006.279000', '100006.281000', '100006.284000', '100006.287000', '100006.289000', '100006.292000', '100006.294000', '100006.297000', '100006.300000', '100006.302000', '100006.305000', '100006.307000', '100006.310000', '100006.313000', '100006.315000', '100006.318000', '100006.320000', '100006.323000', '100006.325000', '100006.328000', '100006.331000', '100006.333000', '100006.336000', '100006.338000', '100006.341000', '100006.344000', '100006.346000', '100006.349000', '100006.351000', '100006.354000', '100006.356000', '100006.359000', '100006.362000', '100006.364000', '100026.256000', '100026.259000', '100026.261000', '100026.264000', '100026.267000', '100026.269000', '100026.272000', '100026.274000', '100026.277000', '100026.280000', '100026.282000', '100026.285000', '100026.287000', '100026.290000', '100026.293000', '100026.295000', '100026.298000', '100026.301000', '100026.303000', '100026.306000', '100026.308000', '100026.311000', '100026.314000', '100026.316000', '100026.319000', '100026.321000', '100026.324000', '100026.327000', '100026.329000', '100026.332000', '100026.341000', '100026.344000', '100026.346000', '100026.349000', '100026.352000', '100026.354000', '100026.357000', '100026.359000', '100026.362000', '100026.365000', '100026.367000', '100026.370000', '100026.373000', '100046.256000', '100046.259000', '100046.261000', '100046.264000', '100046.266000', '100046.269000', '100046.271000', '100046.274000', '100046.277000', '100046.279000', '100046.282000', '100046.284000', '100046.287000', '100046.290000', '100046.292000', '100046.295000', '100046.298000', '100046.300000', '100046.303000', '100046.305000', '100046.308000', '100046.311000', '100046.313000', '100046.316000', '100046.318000', '100046.321000', '100046.324000', '100046.326000', '100046.329000', '100046.331000', '100046.334000', '100046.337000', '100046.339000', '100046.342000', '100046.344000', '100046.347000', '100046.349000', '100046.352000', '100046.355000', '100046.357000', '100046.360000', '100046.362000', '100046.365000', '100046.368000', '100106.255000', '100106.258000', '100106.260000', '100106.263000', '100106.265000', '100106.268000', '100106.271000', '100106.273000', '100106.276000', '100106.278000', '100106.282000', '100106.285000', '100106.288000', '100106.290000', '100106.293000', '100106.296000', '100106.298000', '100106.301000', '100106.303000', '100106.306000', '100106.309000', '100106.311000', '100106.314000', '100106.316000', '100106.319000', '100106.321000', '100106.324000', '100106.327000', '100106.329000', '100106.332000', '100106.335000', '100106.337000', '100106.340000', '100106.342000', '100106.345000', '100106.347000', '100106.350000', '100106.353000', '100106.355000', '100106.358000', '100106.360000', '100106.363000', '100106.365000', '100126.256000', '100126.259000', '100126.261000', '100126.264000', '100126.266000', '100126.269000', '100126.272000', '100126.274000', '100126.277000', '100126.279000', '100126.282000', '100126.284000', '100126.287000', '100126.290000', '100126.292000', '100126.295000', '100126.298000', '100126.300000', '100126.303000', '100126.305000', '100126.308000', '100126.310000', '100126.313000', '100126.316000', '100126.318000', '100126.321000', '100126.323000', '100126.326000', '100126.342000', '100126.345000', '100126.347000', '100126.350000', '100126.352000', '100126.355000', '100126.358000', '100126.360000', '100126.363000', '100126.365000', '100126.368000', '100126.371000', '100126.373000', '100126.376000', '100126.378000', '100126.381000', '100146.256000', '100146.258000', '100146.261000', '100146.264000', '100146.266000', '100146.269000', '100146.271000', '100146.274000', '100146.277000', '100146.279000', '100146.282000', '100146.285000', '100146.287000', '100146.290000', '100146.293000', '100146.295000', '100146.298000', '100146.301000', '100146.303000', '100146.306000', '100146.309000', '100146.311000', '100146.314000', '100146.316000', '100146.319000', '100146.322000', '100146.324000', '100146.327000', '100146.330000', '100146.332000', '100146.335000', '100146.338000', '100146.340000', '100146.343000', '100146.345000', '100146.348000', '100146.351000', '100146.353000', '100146.356000', '100146.358000', '100146.361000', '100146.364000', '100146.366000', '100206.256000', '100206.259000', '100206.261000', '100206.264000', '100206.267000', '100206.269000', '100206.272000', '100206.274000', '100206.277000', '100206.280000', '100206.282000', '100206.285000', '100206.287000', '100206.290000', '100206.293000', '100206.296000', '100206.298000', '100206.301000', '100206.304000', '100206.306000', '100206.309000', '100206.311000', '100206.314000', '100206.317000', '100206.319000', '100206.322000', '100206.324000', '100206.327000', '100206.330000', '100206.332000', '100206.335000', '100206.338000', '100206.340000', '100206.343000', '100206.345000', '100206.348000', '100206.351000', '100206.353000', '100206.356000', '100206.358000', '100206.361000', '100206.364000', '100206.366000', '100206.369000', '100226.256000', '100226.259000', '100226.261000', '100226.264000', '100226.266000', '100226.269000', '100226.272000', '100226.274000', '100226.277000', '100226.279000', '100226.282000', '100226.285000', '100226.287000', '100226.290000', '100226.293000', '100226.295000', '100226.298000', '100226.300000', '100226.303000', '100226.306000', '100226.308000', '100226.311000', '100226.313000', '100226.316000', '100226.319000', '100226.321000', '100226.324000', '100226.327000', '100226.330000', '100226.333000', '100226.336000', '100226.339000', '100226.341000', '100226.344000', '100226.346000', '100226.349000', '100226.352000', '100226.354000', '100226.357000', '100226.359000', '100226.362000', '100226.365000', '100226.367000', '100246.256000', '100246.259000', '100246.261000', '100246.264000', '100246.266000', '100246.269000', '100246.271000', '100246.274000', '100246.277000', '100246.279000', '100246.294000', '100246.297000', '100246.299000', '100246.302000', '100246.305000', '100246.307000', '100246.310000', '100246.312000', '100246.315000', '100246.318000', '100246.320000', '100246.323000', '100246.325000', '100246.328000', '100246.331000', '100246.333000', '100246.336000', '100246.338000', '100246.341000', '100246.344000', '100246.346000', '100246.349000', '100246.351000', '100246.354000', '100246.357000', '100246.359000', '100246.362000', '100246.364000', '100246.367000', '100246.370000', '100246.372000', '100246.378000', '100246.381000', '100246.383000', '100306.256000', '100306.259000', '100306.261000', '100306.264000', '100306.267000', '100306.269000', '100306.272000', '100306.274000', '100306.277000', '100306.280000', '100306.282000', '100306.285000', '100306.287000', '100306.290000', '100306.293000', '100306.295000', '100306.298000', '100306.300000', '100306.303000', '100306.305000', '100306.308000', '100306.311000', '100306.313000', '100306.316000', '100306.319000', '100306.321000', '100306.324000', '100306.326000', '100306.329000', '100306.331000', '100306.334000', '100306.337000', '100306.339000', '100306.342000', '100306.345000', '100306.348000', '100306.351000', '100306.354000', '100306.356000', '100306.359000', '100306.361000', '100306.364000', '100306.366000', '100326.255000', '100326.257000', '100326.260000', '100326.263000', '100326.265000', '100326.268000', '100326.270000', '100326.273000', '100326.275000', '100326.278000', '100326.281000', '100326.283000', '100326.286000', '100326.288000', '100326.291000', '100326.294000', '100326.296000', '100326.299000', '100326.301000', '100326.304000', '100326.307000', '100326.309000', '100326.312000', '100326.315000', '100326.317000', '100326.320000', '100326.322000', '100326.325000', '100326.328000', '100326.330000', '100326.333000', '100326.335000', '100326.338000', '100326.341000', '100326.343000', '100326.346000', '100326.348000', '100326.351000', '100326.354000', '100326.356000', '100326.359000', '100326.362000', '100326.364000', '100326.367000', '100346.256000', '100346.259000', '100346.261000', '100346.264000', '100346.267000', '100346.269000', '100346.272000', '100346.274000', '100346.277000', '100346.280000', '100346.282000', '100346.285000', '100346.287000', '100346.290000', '100346.293000', '100346.295000', '100346.298000', '100346.300000', '100346.303000', '100346.306000', '100346.308000', '100346.311000', '100346.313000', '100346.316000', '100346.319000', '100346.321000', '100346.324000', '100346.326000', '100346.329000', '100346.332000', '100346.334000', '100346.337000', '100346.340000', '100346.342000', '100346.345000', '100346.347000', '100346.350000', '100346.353000', '100346.355000', '100346.358000', '100346.361000', '100346.363000', '100346.366000', '100406.256000', '100406.258000', '100406.261000', '100406.264000', '100406.266000', '100406.269000', '100406.272000', '100406.274000', '100406.277000', '100406.279000', '100406.282000', '100406.285000', '100406.287000', '100406.290000', '100406.292000', '100406.295000', '100406.298000', '100406.300000', '100406.303000', '100406.305000', '100406.308000', '100406.311000', '100406.313000', '100406.316000', '100406.318000', '100406.321000', '100406.324000', '100406.326000', '100406.329000', '100406.331000', '100406.334000', '100406.337000', '100406.339000', '100406.342000', '100406.344000', '100406.347000', '100406.350000', '100406.352000', '100406.355000', '100406.357000', '100406.360000', '100406.363000', '100406.365000', '100406.368000', '100426.256000', '100426.259000', '100426.261000', '100426.264000', '100426.266000', '100426.269000', '100426.272000', '100426.274000', '100426.277000', '100426.279000', '100426.282000', '100426.285000', '100426.287000', '100426.290000', '100426.292000', '100426.295000', '100426.298000', '100426.300000', '100426.303000', '100426.305000', '100426.308000', '100426.311000', '100426.313000', '100426.316000', '100426.319000', '100426.322000', '100426.325000', '100426.327000', '100426.330000', '100426.332000', '100426.335000', '100426.338000', '100426.340000', '100426.343000', '100426.346000', '100426.348000', '100426.351000', '100426.353000', '100426.356000', '100426.358000', '100426.361000', '100426.364000', '100426.366000', '100446.256000', '100446.258000', '100446.261000', '100446.264000', '100446.266000', '100446.269000', '100446.272000', '100446.274000', '100446.277000', '100446.279000', '100446.282000', '100446.285000', '100446.287000', '100446.290000', '100446.293000', '100446.295000', '100446.298000', '100446.300000', '100446.303000', '100446.306000', '100446.308000', '100446.311000', '100446.314000', '100446.316000', '100446.319000', '100446.322000', '100446.324000', '100446.327000', '100446.329000', '100446.340000', '100446.342000', '100446.345000', '100446.347000', '100446.350000', '100446.353000', '100446.355000', '100446.358000', '100446.360000', '100446.363000', '100446.366000', '100446.368000', '100446.371000', '100446.373000', '100446.376000', '100506.256000', '100506.259000', '100506.261000', '100506.264000', '100506.267000', '100506.269000', '100506.272000', '100506.274000', '100506.277000', '100506.280000', '100506.282000', '100506.285000', '100506.287000', '100506.290000', '100506.292000', '100506.295000', '100506.298000', '100506.300000', '100506.313000', '100506.316000', '100506.319000', '100506.321000', '100506.324000', '100506.326000', '100506.329000', '100506.332000', '100506.334000', '100506.337000', '100506.339000', '100506.342000', '100506.345000', '100506.347000', '100506.350000', '100506.352000', '100506.355000', '100506.358000', '100506.360000', '100506.363000', '100506.365000', '100506.368000', '100506.370000', '100506.373000', '100506.376000', '100526.256000', '100526.259000', '100526.261000', '100526.264000', '100526.266000', '100526.269000', '100526.272000', '100526.274000', '100526.277000', '100526.279000', '100526.282000', '100526.285000', '100526.287000', '100526.290000', '100526.293000', '100526.295000', '100526.298000', '100526.300000', '100526.303000', '100526.306000', '100526.308000', '100526.311000', '100526.313000', '100526.316000', '100526.319000', '100526.321000', '100526.324000', '100526.326000', '100526.329000', '100526.332000', '100526.334000', '100526.337000', '100526.340000', '100526.342000', '100526.345000', '100526.347000', '100526.350000', '100526.352000', '100526.355000', '100526.358000', '100526.360000', '100526.363000', '100526.365000', '100526.368000', '100546.255000', '100546.258000', '100546.260000', '100546.263000', '100546.266000', '100546.268000', '100546.271000', '100546.273000', '100546.276000', '100546.279000', '100546.281000', '100546.284000', '100546.286000', '100546.289000', '100546.292000', '100546.294000', '100546.297000', '100546.299000', '100546.302000', '100546.305000', '100546.307000', '100546.310000', '100546.312000', '100546.315000', '100546.317000', '100546.320000', '100546.323000', '100546.326000', '100546.328000', '100546.331000', '100546.333000', '100546.336000', '100546.339000', '100546.341000', '100546.344000', '100546.347000', '100546.349000', '100546.352000', '100546.354000', '100546.357000', '100546.359000', '100546.362000', '100546.365000', '100606.256000', '100606.258000', '100606.261000', '100606.264000', '100606.266000', '100606.269000', '100606.272000', '100606.274000', '100606.277000', '100606.279000', '100606.282000', '100606.285000', '100606.287000', '100606.290000', '100606.292000', '100606.295000', '100606.298000', '100606.300000', '100606.303000', '100606.306000', '100606.308000', '100606.311000', '100606.313000', '100606.316000', '100606.319000', '100606.321000', '100606.324000', '100606.326000', '100606.329000', '100606.332000', '100606.334000', '100606.337000', '100606.340000', '100606.342000', '100606.345000', '100606.347000', '100606.350000', '100606.353000', '100606.355000', '100606.358000', '100606.360000', '100606.363000', '100606.366000', '100606.368000', '100619.066000', '100619.070000', '100619.072000', '100619.075000', '100619.078000', '100619.081000', '100619.083000', '100619.086000', '100619.089000', '100619.091000', '100619.094000', '100619.097000', '100619.100000', '100619.103000', '100619.106000', '100619.109000', '100619.111000', '100619.114000', '100619.117000', '100619.120000', '100619.122000', '100619.125000', '100619.128000', '100619.131000', '100619.134000', '100619.137000', '100619.139000', '100619.142000'], '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': [10769, 15216, 10576, 12394, 11345, 10643, 10817, 11440, 10810, 12214, 11061, 11280, 10898, 11567, 10285, 10596, 14740, 11304, 10839, 10743, 10259, 11070, 10343, 16586, 10695, 14549, 10803, 11178, 11243, 11131, 10455, 10506, 9935, 10522, 10286, 11124, 14845, 10419, 11459, 10484, 14795, 10765, 12541, 9238, 11433, 10766, 10285, 16918, 10453, 12947, 11331, 10525, 11003, 10083, 9737, 10607, 13781, 10157, 14154, 10414, 12924, 10484, 10154, 13178, 10242, 10895, 10442, 13116, 11383, 10245, 11828, 9991, 11441, 10674, 12875, 11024, 10838, 10651, 9901, 9982, 10264, 16357, 10724, 12149, 9609, 10744, 10715, 10234, 16102, 10816, 11637, 10762, 10459, 12594, 10320, 13201, 11633, 10446, 11062, 10204, 10272, 10485, 13615, 10813, 12302, 11315, 10553, 10880, 10376, 10470, 10567, 10797, 10559, 17268, 10786, 11577, 11165, 11276, 11769, 10547, 13601, 11103, 10613, 11275, 10449, 11066, 10328, 16897, 10606, 14258, 10611, 11873, 11759, 10642, 11843, 10227, 10181, 10270, 13998, 10606, 14190, 10892, 11655, 10826, 12532, 10735, 10759, 10480, 13508, 10990, 10619, 10399, 10424, 14094, 11004, 10835, 13985, 10443, 15404, 10619, 11853, 11573, 11397, 11457, 9944, 9919, 10498, 14811, 10794, 12671, 11753, 11485, 11342, 12023, 11566, 11668, 10801, 10950, 10465, 10643, 10998, 10022, 15872, 10242, 16131, 10438, 12846, 10561, 12539, 11474, 11321, 10758, 9908, 10713, 10117, 15206, 10458, 15138, 10653, 14954, 10601, 12348, 11005, 11715, 10080, 10656, 9666, 10207, 11109, 10241, 17405, 10453, 12003, 11045, 11348, 10853, 10529, 14291, 10532, 15278, 10627, 16038, 10724, 12052, 11845, 10481, 10821, 10221, 11286, 10705, 13892, 11112, 11119, 10941, 10443, 10890, 10310, 11202, 10426, 15039, 10450, 9990, 10417, 10869, 10673, 13012, 9946, 10754, 10486, 9598, 11382, 9985, 12129, 13418, 10141, 10351, 10379, 11020, 10250, 17239, 10572, 12839, 11214, 11750, 11129, 10486, 12200, 10339, 16571, 10938, 10891, 10627, 9783, 10371, 11094, 10423, 11215, 13877, 10879, 10496, 10541, 11374, 14424, 10738, 15821, 10949, 11643, 10440, 11152, 10728, 10616, 13059, 11054, 10080, 13117, 10352, 10251, 10089, 10250, 11680, 10775, 11329, 12760, 10193, 10380, 9729, 9364, 13188, 9844, 13145, 10685, 13882, 10749, 14267, 10408, 14723, 10254, 10449, 9752, 11128, 10361, 10620, 12348, 10836, 11982, 10574, 15859, 10380, 12640, 10783, 12087, 10621, 10835, 10187, 12539, 10267, 9769, 11090, 10991, 13119, 10830, 15381, 10658, 12607, 10458, 10422, 11596, 11034, 13129, 10715, 12654, 10843, 12325, 10678, 10752, 9973, 9943, 10515, 9993, 10133, 11355, 10781, 14993, 10538, 14002, 10684, 14374, 10684, 10111, 10371, 12346, 10445, 16941, 10625, 12063, 10599, 10420, 10227, 11406, 10235, 13772, 10452, 12240, 10435, 10270, 10144, 9483, 11433, 10699, 10179, 13034, 10344, 9917, 10214, 14583, 10413, 13212, 10841, 11250, 10819, 10266, 10901, 11269, 11215, 11023, 11144, 13519, 10490, 12427, 10809, 10247, 16022, 10879, 11876, 11000, 11819, 11245, 11360, 11522, 11030, 10653, 12917, 10388, 14038, 10562, 12636, 11772, 10166, 13256, 10659, 13467, 11404, 10139, 10636, 10169, 10483, 10309, 10511, 10185, 10609, 10344, 16755, 10745, 12150, 10873, 12134, 11361, 10552, 9579, 10817, 10891, 10830, 12819, 10454, 14164, 10935, 10864, 10739, 10033, 10565, 10138, 14565, 10510, 10854, 10597, 11384, 10448, 15994, 10796, 12645, 10813, 10958, 10850, 12253, 11001, 11686, 10842, 11506, 10933, 11877, 10460, 10596, 15326, 10696, 11695, 10653, 11623, 10667, 16445, 11044, 12943, 10717, 13029, 10690, 14016, 11121, 11432, 10797, 11022, 11335, 12352, 10779, 11721, 9646, 10361, 10381, 12518, 9302, 12756, 11019, 12384, 10636, 13090, 9315, 12830, 10942, 11890, 11213, 11646, 10606, 11423, 9532, 11272, 11099, 11981, 10894, 12860, 10768, 13409, 10723, 12263, 10278, 16875, 10486, 12097, 10599, 10539, 10180, 13293, 10318, 10400, 10285, 10505, 11612, 12713, 10422, 10732, 10118, 13190, 10175, 14873, 10783, 12338, 10691, 15128, 10456, 15435, 10520, 10326, 10203, 10164, 9952, 13444, 10180, 15346, 10548, 13546, 10751, 12414, 9693, 10546, 9786, 10252, 10806, 10523, 12052, 10273, 16376, 10889, 14751, 10576, 14119, 10536, 13601, 11073, 9791, 10591, 13768, 10768, 10310, 13634, 11180, 10605, 11101, 10500, 11725, 10457, 13557, 11366, 12488, 10490, 12377, 10764, 12032, 10962, 10558, 9861, 10786, 13960, 10886, 10675, 11208, 10213, 10337, 10320, 10234, 10572, 14530, 9720, 10468, 12240, 10310, 16460, 10699, 11975, 10825, 10487, 16668, 10687, 11662, 11022, 11269, 10928, 10597, 13400, 10499, 13147, 10958, 10495, 11154, 10392, 14149, 11076, 10591, 9468, 10176, 15657, 10750, 12000, 10344, 10375, 10025, 10409, 13759, 11252, 10752, 9705, 10639, 9387, 10403, 11033, 10429, 14222, 10785, 10521, 16677, 11017, 12347, 10820, 10733, 15120, 10700, 11855, 11429, 10655, 11632, 10820, 11176, 10490, 11117, 10719, 16867, 10931, 12197, 11485, 10510, 16358, 10742, 12699, 10015, 10299, 10961, 10230, 14632, 10692, 12273, 11090, 12423, 10538, 11857, 10957, 10258, 13769, 11056, 10325, 10304, 10208, 16625, 10791, 12327, 11052, 10322, 11199, 12178, 10687, 14318, 10611, 12191, 10959, 10533, 10382, 10671, 14354, 11349, 11040, 14034, 10508, 13703, 11140, 11016, 10874, 10322, 14596, 10358, 15041, 10711, 14586, 10380, 11929, 10794, 11212, 10986, 11542, 10932, 10454, 14440, 10994, 11850, 10167, 10151, 12432, 10622, 13417, 10865, 10473, 11768, 10372, 11142, 10360, 11210, 10524, 14248, 10808, 10319, 11590, 10324, 12914, 11040, 10387, 10972, 10198, 12206, 11083, 10104, 11271, 10534, 11697, 10930, 11076, 10814, 11715, 10837, 12415, 10992, 8292, 10757, 9907, 10731, 12227, 12824, 10152, 12072, 11577, 11555, 10489, 10888, 16245, 10930, 12769, 10484, 10113, 11519, 10973, 10415, 9768, 10583, 13118, 9502, 9854, 10042, 9809, 15146, 10558, 11026, 15802, 13348, 15735, 16693, 12560, 15640, 15397, 13168, 18100, 14043, 15352, 13861, 9522, 12776, 13216, 9900, 9167, 12271, 9390, 9663, 12646, 9008, 9072, 14417, 9359, 9482, 11154, 9953, 10488, 10374, 9451, 10973, 11091, 13024, 11131, 11437, 12921, 10954, 10948, 13527, 10625, 10742, 13080, 11018, 14093, 10605, 9532, 14110, 10434, 10588, 10485, 10400, 11368, 10436, 9639, 13837, 10548, 9898, 10681, 11696, 13732, 10799, 10051, 10724, 10637, 11182, 11479, 12671, 10839, 11005, 10681, 13264, 10964, 13636, 11313, 12866, 11021, 9206, 11068, 10645, 10884, 10506, 10980, 11032, 11497, 11061, 11741, 12018, 12772, 10257, 11600, 10408, 10672, 10774, 10570, 13495, 10973, 9858, 10833, 11223, 10832, 12923, 10892, 10538, 10867, 9122, 10988, 10876, 11493, 10722, 13283, 10407, 12175, 11137, 11573, 10790, 10500, 10332, 10591, 10395, 10512, 11295, 10279, 10584, 10831, 9860, 11127, 11360, 10312, 10573, 10503, 10908, 10473, 16162, 10880, 12740, 11128, 11890, 11443, 10923, 9601, 10552, 11058, 10400, 11107, 10303, 14814, 10566, 14670, 10807, 11384, 10715, 12748, 10814, 11932, 10958, 11853, 11419, 10746, 11119, 10405, 10852, 10610, 16354, 10853, 13057, 10066, 10835, 11165, 10480, 12532, 10628, 12822, 10945, 12630, 11075, 11536, 10511, 10030, 10432, 12480, 10367, 10404, 10623, 10521, 11240, 10560, 13966, 10966, 12536, 11013, 11488, 9965, 11055, 10872, 10366, 10216, 10451, 11233, 10165, 16692, 10626, 13560, 11532, 11277, 11186, 11064, 9863, 10248, 10951, 10605, 10915, 10924, 13703, 10287, 13068, 10765, 11155, 10655, 10390, 9994, 10538, 11076, 10396, 15918, 10846, 12668, 10949, 10698, 10991, 10285, 12351, 10566, 13252, 11026, 10666, 10913, 10306, 10002, 10561, 11015, 10582, 12105, 10688, 10866, 10586, 16376, 10741, 12375, 11231, 11779, 11836, 10460, 13951, 10721, 14386, 11074, 13669, 10698, 13509, 10403, 14754, 10789, 12783, 10813, 11541, 9606, 10302, 15999, 10624, 12076, 11447, 10620, 11581, 11857, 10933, 13852, 10661, 12439, 10983, 11679, 9711, 10590, 15100, 10656, 14340, 11641, 12382, 11493, 11179, 11174, 10459, 10890, 11448, 12847, 10138, 12688, 10481, 12819, 9732, 9965, 14162, 10478, 14120, 10577, 12780, 11443, 9934, 10782, 10321, 10476, 10575, 10044, 10296, 10394, 10223, 13005, 9818, 10899, 11920, 10285, 14660, 10509, 10624, 10844, 10579, 10492, 10361, 10890, 10529, 10807, 10451, 15096, 10982, 11353, 10760, 10370, 14673, 10664, 11960, 11622, 10310, 10633, 10328, 10050, 10419, 10009, 10235, 10580, 10423, 10174, 10565, 14641, 10935, 11634, 14633, 10740, 13639, 9607, 10229, 15307, 10999, 12558, 9716, 10522, 11547, 11503, 10994, 13767, 10418, 14714, 10585, 13885, 10689, 12175, 14699, 10462, 13840, 10729, 10115, 10354, 10486, 12768, 10801, 12253, 9864, 10613, 10566, 10131, 13546, 10375, 11763, 10800, 10378, 10590, 10485, 10652, 10281, 13523, 10084, 11207, 11022, 11804, 10301, 9058, 10468, 9711, 10703, 15654, 10441, 13371, 10936, 10412, 10538, 9254, 11545, 11152, 14450, 10199, 12419, 11307, 11236, 11412, 12741, 13523, 10089, 10515, 10326, 14037, 10211, 16836, 10928, 11768, 10553, 11154, 10319, 12362, 9940, 11384, 9504, 10294, 12873, 10077, 15216, 10369, 12561, 10909, 10800, 10708, 9843, 12004, 10368, 10059, 10025, 10087, 10106, 10384, 10116, 10219, 10458, 10328, 10382, 15367, 10365, 13573, 11128, 10664, 10687, 10202, 14641, 10547, 12584, 10920, 13698, 10586, 11345, 10305, 13123, 10831, 10143, 15325, 10695, 12326, 10610, 11170, 10822, 10729, 10916, 11011, 10530, 12375, 10171, 10714, 14979, 10283, 12999, 11226, 10624, 10671, 10449, 11111, 10081, 12858, 11339, 10651, 10036, 10655, 10973, 10446, 11281, 9778, 10587, 10591, 14449, 10018, 9295, 10247, 11099, 12557, 12680, 10243, 11581, 10729, 11920, 11109, 10980, 15682, 11855, 9421, 15831, 11705, 11763, 16519, 12384, 14327, 13766, 10193, 16559, 15733, 11500, 17385, 13541, 12654, 13092, 9545, 14701, 10091, 9250, 12861, 9088, 10575, 8822, 10112, 9575, 9157, 9752, 10021, 10673, 9572, 13565, 10838, 11593, 10152, 10135, 11003, 9914, 13445, 11131, 11747, 13430, 11201, 9861, 12386, 10630, 12074, 13767, 10085, 16170, 10525, 13874, 10655, 9711, 10470, 10290, 10694, 10390, 10821, 10158, 11376, 9413, 11441, 10968, 11079, 10880, 11315, 10761, 11483, 11531, 10668, 10701, 11353, 10734, 11817, 12045, 10861, 11374, 11239, 11497, 11243, 10224, 10887, 12187, 11471, 10505, 10995, 10794, 10456, 10704, 10824, 10724, 10459, 15673, 10573, 12753, 10926, 12018, 11704, 11046, 10556, 10273, 10134, 10539, 13491, 10381, 12850, 10851, 11126, 11023, 11246, 10925, 11623, 10733, 10363, 10607, 10626, 9996, 10456, 15093, 10297, 13671, 10161, 12085, 10953, 10962, 10684, 10250, 10474, 10635, 12744, 10187, 12828, 10874, 11158, 10944, 10997, 9953, 10418, 13261, 10144, 12626, 10252, 13235, 11194, 10959, 10728, 10231, 10495, 10494, 9981, 10330, 14057, 10893, 12390, 10777, 11258, 10843, 10386, 15179, 10473, 13266, 10963, 12148, 10649, 10560, 10809, 10342, 9481, 10306, 10878, 10475, 15410, 10208, 14309, 10215, 12456, 10718, 12945, 9747, 12196, 10306, 11783, 10840, 10375, 15785, 10260, 13932, 10916, 12984, 11024, 10672, 10710, 10166, 10592, 10392, 10650, 10126, 11660, 10040, 9788, 10148, 9891, 10016, 15206, 10454, 13850, 10603, 13126, 9332, 10770, 10279, 10098, 10479, 9825, 10628, 10246, 13284, 9744, 14722, 10102, 13098, 10186, 12783, 11428, 10900, 10012, 10132, 9510, 9913, 15371, 10006, 13082, 11156, 11014, 10180, 10272, 9782, 9861, 13832, 10209, 13164, 10467, 12169, 10368, 10215, 13418, 10050, 12779, 9792, 15203, 9888, 13109, 9326, 10834, 9987, 10231, 10278, 10101, 12062, 10009, 13422, 10009, 10563, 9614, 14784, 10211, 13393, 9328, 10965, 10051, 10338, 10363, 10359, 13482, 10143, 13322, 9825, 13712, 10421, 13233, 9481, 11928, 11114, 11671, 10520, 12542, 10946, 12833, 10120, 14230, 9679, 13893, 10292, 13187, 9827, 10839, 10384, 10441, 9937, 10281, 13743, 10225, 10322, 10009, 10095, 9910, 13748, 9954, 14352, 10016, 13521, 9626, 12731, 9679, 12275, 10007, 10797, 11445, 9813, 13477, 9528, 14078, 10885, 11613, 10064, 10143, 9564, 10263, 10438, 10150, 11491, 9926, 9210, 9680, 14668, 10228, 13830, 9281, 10922, 10336, 10187, 12706, 9703, 13917, 10385, 12676, 10249, 12067, 11100, 10546, 10390, 10528, 10344, 10153, 14607, 9503, 13294, 10376, 12349, 10192, 12605, 11087, 11786, 10193, 10529, 10421, 9918, 15558, 9779, 13868, 10255, 12878, 10243, 12245, 10427, 12051, 11005, 12569, 9152, 11058, 10171, 10301, 13581, 9524, 13612, 10085, 14236, 9717, 13592, 9551, 14088, 10083, 13980, 9695, 11952, 9548, 14487, 9957, 14278, 10265, 13354, 9727, 14551, 9686, 13607, 10116, 12774, 10376, 12655, 10096, 13283, 10106, 14036, 9889, 14899, 9671, 14155, 8875, 11585, 9852, 10471, 9999, 10355, 9234, 10888, 11648, 10208, 10397, 9780, 14189, 9859, 13003, 9282, 10878, 10017, 10407, 10096, 10353, 9240, 10548, 9394, 10679, 10584, 12956, 10475, 9611, 10539, 8749, 12373, 11029, 13680, 11854, 14033, 13155, 10236, 10421, 10748, 10408, 10226, 10645, 10686, 10370, 12969, 11372, 14006, 11080, 11268, 16488, 11413, 16110, 13006, 11850, 12681, 10839, 14759, 11434, 14420, 10206, 11102, 11904, 10485, 11032, 10955, 11488, 15054, 9949, 11338, 10250, 11037, 12363, 10709, 11539, 10280, 11451, 11237, 10942, 11689, 11116, 10975, 11595, 10606, 11121, 10811, 9889, 11170, 10386, 10576, 11495, 11880, 10175, 11538, 14622, 11067, 11636, 11812, 12495], 'WindowCenter': [4536.0, 4539.0, 4505.0, 4504.0, 4491.0, 4469.0, 4479.0, 4478.0, 4478.0, 4478.0, 4477.0, 4476.0, 4478.0, 4477.0, 4466.0, 4467.0, 4486.0, 4466.0, 4454.0, 4465.0, 4455.0, 4463.0, 4456.0, 4493.0, 4453.0, 4482.0, 4464.0, 4463.0, 4465.0, 4464.0, 4464.0, 4455.0, 4454.0, 4464.0, 4464.0, 4477.0, 4485.0, 4456.0, 4462.0, 4453.0, 4483.0, 4453.0, 4462.0, 4433.0, 4453.0, 4450.0, 4453.0, 4480.0, 4441.0, 4459.0, 4449.0, 4438.0, 4450.0, 4440.0, 4440.0, 4451.0, 4468.0, 4442.0, 4469.0, 4451.0, 4459.0, 4440.0, 4440.0, 4457.0, 4441.0, 4448.0, 4450.0, 4469.0, 4460.0, 4439.0, 4450.0, 4441.0, 4449.0, 4453.0, 4460.0, 4451.0, 4451.0, 4451.0, 4443.0, 4441.0, 4454.0, 4482.0, 4453.0, 4462.0, 4444.0, 4454.0, 4452.0, 4455.0, 4482.0, 4462.0, 4462.0, 4453.0, 4455.0, 4462.0, 4453.0, 4472.0, 4462.0, 4452.0, 4451.0, 4454.0, 4451.0, 4454.0, 4483.0, 4465.0, 4476.0, 4466.0, 4466.0, 4464.0, 4466.0, 4466.0, 4468.0, 4476.0, 4480.0, 4507.0, 4466.0, 4476.0, 4475.0, 4478.0, 4474.0, 4466.0, 4485.0, 4465.0, 4465.0, 4464.0, 4466.0, 4463.0, 4455.0, 4494.0, 4464.0, 4484.0, 4467.0, 4473.0, 4476.0, 4466.0, 4463.0, 4457.0, 4454.0, 4454.0, 4484.0, 4466.0, 4485.0, 4464.0, 4463.0, 4464.0, 4473.0, 4467.0, 4464.0, 4466.0, 4486.0, 4465.0, 4465.0, 4453.0, 4455.0, 4474.0, 4450.0, 4451.0, 4469.0, 4452.0, 4469.0, 4450.0, 4459.0, 4450.0, 4450.0, 4447.0, 4441.0, 4438.0, 4451.0, 4470.0, 4449.0, 4457.0, 4458.0, 4448.0, 4451.0, 4459.0, 4461.0, 4461.0, 4450.0, 4451.0, 4450.0, 4452.0, 4449.0, 4440.0, 4480.0, 4450.0, 4479.0, 4451.0, 4460.0, 4452.0, 4460.0, 4450.0, 4449.0, 4450.0, 4440.0, 4451.0, 4451.0, 4479.0, 4451.0, 4481.0, 4452.0, 4480.0, 4452.0, 4461.0, 4453.0, 4461.0, 4452.0, 4452.0, 4442.0, 4452.0, 4463.0, 4454.0, 4492.0, 4452.0, 4463.0, 4463.0, 4462.0, 4452.0, 4453.0, 4482.0, 4453.0, 4482.0, 4455.0, 4492.0, 4464.0, 4472.0, 4474.0, 4464.0, 4463.0, 4455.0, 4462.0, 4467.0, 4484.0, 4464.0, 4465.0, 4462.0, 4453.0, 4464.0, 4466.0, 4464.0, 4467.0, 4484.0, 4454.0, 4452.0, 4465.0, 4464.0, 4466.0, 4485.0, 4466.0, 4477.0, 4477.0, 4469.0, 4489.0, 4467.0, 4490.0, 4497.0, 4470.0, 4466.0, 4467.0, 4465.0, 4465.0, 4495.0, 4465.0, 4474.0, 4465.0, 4463.0, 4463.0, 4453.0, 4461.0, 4452.0, 4483.0, 4453.0, 4450.0, 4453.0, 4453.0, 4464.0, 4476.0, 4475.0, 4489.0, 4508.0, 4479.0, 4480.0, 4478.0, 4503.0, 4512.0, 4493.0, 4512.0, 4493.0, 4490.0, 4478.0, 4477.0, 4464.0, 4467.0, 4487.0, 4466.0, 4453.0, 4472.0, 4455.0, 4451.0, 4454.0, 4454.0, 4473.0, 4452.0, 4463.0, 4463.0, 4442.0, 4438.0, 4429.0, 4430.0, 4460.0, 4440.0, 4459.0, 4441.0, 4460.0, 4440.0, 4458.0, 4440.0, 4468.0, 4440.0, 4439.0, 4438.0, 4461.0, 4450.0, 4463.0, 4473.0, 4464.0, 4464.0, 4465.0, 4493.0, 4456.0, 4473.0, 4453.0, 4462.0, 4454.0, 4452.0, 4454.0, 4474.0, 4455.0, 4453.0, 4463.0, 4464.0, 4474.0, 4465.0, 4495.0, 4465.0, 4472.0, 4452.0, 4452.0, 4463.0, 4463.0, 4473.0, 4455.0, 4474.0, 4452.0, 4462.0, 4451.0, 4449.0, 4440.0, 4440.0, 4450.0, 4440.0, 4451.0, 4450.0, 4452.0, 4482.0, 4464.0, 4483.0, 4465.0, 4485.0, 4465.0, 4454.0, 4467.0, 4474.0, 4466.0, 4495.0, 4454.0, 4462.0, 4453.0, 4452.0, 4452.0, 4462.0, 4455.0, 4472.0, 4455.0, 4462.0, 4453.0, 4452.0, 4452.0, 4442.0, 4465.0, 4453.0, 4455.0, 4473.0, 4455.0, 4441.0, 4455.0, 4483.0, 4453.0, 4471.0, 4452.0, 4452.0, 4454.0, 4452.0, 4465.0, 4463.0, 4477.0, 4467.0, 4478.0, 4488.0, 4479.0, 4487.0, 4465.0, 4457.0, 4485.0, 4456.0, 4464.0, 4454.0, 4462.0, 4463.0, 4462.0, 4465.0, 4453.0, 4466.0, 4475.0, 4466.0, 4486.0, 4466.0, 4478.0, 4474.0, 4456.0, 4473.0, 4453.0, 4463.0, 4450.0, 4441.0, 4441.0, 4440.0, 4440.0, 4441.0, 4452.0, 4454.0, 4453.0, 4457.0, 4495.0, 4455.0, 4464.0, 4462.0, 4464.0, 4463.0, 4453.0, 4445.0, 4464.0, 4464.0, 4468.0, 4474.0, 4466.0, 4486.0, 4453.0, 4453.0, 4453.0, 4454.0, 4453.0, 4456.0, 4484.0, 4454.0, 4452.0, 4466.0, 4464.0, 4464.0, 4494.0, 4466.0, 4474.0, 4466.0, 4464.0, 4466.0, 4473.0, 4476.0, 4476.0, 4477.0, 4476.0, 4477.0, 4479.0, 4467.0, 4468.0, 4495.0, 4466.0, 4474.0, 4466.0, 4474.0, 4466.0, 4496.0, 4476.0, 4485.0, 4468.0, 4485.0, 4467.0, 4486.0, 4464.0, 4463.0, 4464.0, 4452.0, 4462.0, 4464.0, 4451.0, 4460.0, 4441.0, 4440.0, 4441.0, 4461.0, 4431.0, 4460.0, 4452.0, 4459.0, 4451.0, 4461.0, 4430.0, 4461.0, 4451.0, 4458.0, 4450.0, 4449.0, 4451.0, 4451.0, 4431.0, 4449.0, 4450.0, 4459.0, 4452.0, 4469.0, 4464.0, 4472.0, 4464.0, 4471.0, 4455.0, 4492.0, 4462.0, 4473.0, 4452.0, 4450.0, 4455.0, 4473.0, 4455.0, 4453.0, 4453.0, 4453.0, 4465.0, 4472.0, 4454.0, 4450.0, 4441.0, 4460.0, 4442.0, 4471.0, 4440.0, 4458.0, 4440.0, 4468.0, 4451.0, 4480.0, 4452.0, 4451.0, 4451.0, 4452.0, 4453.0, 4473.0, 4455.0, 4481.0, 4454.0, 4473.0, 4453.0, 4461.0, 4442.0, 4442.0, 4442.0, 4443.0, 4463.0, 4454.0, 4463.0, 4456.0, 4483.0, 4452.0, 4482.0, 4453.0, 4482.0, 4465.0, 4483.0, 4477.0, 4467.0, 4479.0, 4499.0, 4465.0, 4456.0, 4474.0, 4466.0, 4455.0, 4465.0, 4453.0, 4463.0, 4455.0, 4473.0, 4464.0, 4472.0, 4466.0, 4472.0, 4467.0, 4477.0, 4464.0, 4465.0, 4453.0, 4466.0, 4484.0, 4463.0, 4454.0, 4462.0, 4453.0, 4452.0, 4453.0, 4454.0, 4466.0, 4483.0, 4444.0, 4454.0, 4461.0, 4443.0, 4482.0, 4453.0, 4462.0, 4451.0, 4455.0, 4481.0, 4452.0, 4450.0, 4452.0, 4452.0, 4452.0, 4464.0, 4473.0, 4454.0, 4473.0, 4464.0, 4455.0, 4452.0, 4455.0, 4472.0, 4453.0, 4454.0, 4443.0, 4455.0, 4481.0, 4454.0, 4465.0, 4454.0, 4454.0, 4442.0, 4454.0, 4471.0, 4464.0, 4464.0, 4455.0, 4467.0, 4455.0, 4468.0, 4465.0, 4467.0, 4487.0, 4467.0, 4468.0, 4486.0, 4454.0, 4463.0, 4451.0, 4453.0, 4471.0, 4454.0, 4462.0, 4461.0, 4452.0, 4462.0, 4463.0, 4475.0, 4466.0, 4478.0, 4479.0, 4497.0, 4466.0, 4465.0, 4465.0, 4466.0, 4484.0, 4456.0, 4464.0, 4441.0, 4441.0, 4450.0, 4452.0, 4471.0, 4454.0, 4460.0, 4462.0, 4474.0, 4466.0, 4476.0, 4454.0, 4455.0, 4474.0, 4453.0, 4442.0, 4441.0, 4454.0, 4481.0, 4450.0, 4461.0, 4462.0, 4440.0, 4461.0, 4462.0, 4463.0, 4483.0, 4465.0, 4478.0, 4464.0, 4465.0, 4453.0, 4466.0, 4484.0, 4463.0, 4465.0, 4471.0, 4441.0, 4461.0, 4452.0, 4450.0, 4449.0, 4441.0, 4469.0, 4440.0, 4467.0, 4439.0, 4469.0, 4452.0, 4462.0, 4463.0, 4463.0, 4463.0, 4464.0, 4452.0, 4453.0, 4473.0, 4454.0, 4451.0, 4439.0, 4442.0, 4448.0, 4440.0, 4458.0, 4450.0, 4449.0, 4462.0, 4450.0, 4464.0, 4455.0, 4465.0, 4466.0, 4484.0, 4465.0, 4455.0, 4452.0, 4442.0, 4460.0, 4451.0, 4441.0, 4439.0, 4443.0, 4460.0, 4452.0, 4439.0, 4450.0, 4452.0, 4473.0, 4466.0, 4463.0, 4477.0, 4486.0, 4478.0, 4488.0, 4490.0, 4460.0, 4492.0, 4483.0, 4505.0, 4504.0, 4502.0, 4471.0, 4489.0, 4480.0, 4477.0, 4466.0, 4468.0, 4484.0, 4466.0, 4477.0, 4459.0, 4457.0, 4475.0, 4466.0, 4465.0, 4465.0, 4467.0, 4483.0, 4468.0, 4469.0, 4466.0, 4481.0, 4511.0, 4480.0, 4479.0, 4500.0, 4453.0, 4447.0, 4448.0, 4427.0, 4449.0, 4450.0, 4439.0, 4458.0, 4436.0, 4432.0, 4418.0, 4389.0, 4418.0, 4418.0, 4399.0, 4387.0, 4417.0, 4400.0, 4401.0, 4432.0, 4402.0, 4403.0, 4467.0, 4440.0, 4441.0, 4460.0, 4442.0, 4440.0, 4453.0, 4482.0, 4508.0, 4497.0, 4519.0, 4485.0, 4481.0, 4492.0, 4471.0, 4472.0, 4488.0, 4470.0, 4457.0, 4477.0, 4468.0, 4476.0, 4455.0, 4445.0, 4491.0, 4460.0, 4456.0, 4467.0, 4466.0, 4466.0, 4465.0, 4445.0, 4486.0, 4467.0, 4457.0, 4466.0, 4476.0, 4487.0, 4469.0, 4457.0, 4469.0, 4469.0, 4469.0, 4479.0, 4477.0, 4469.0, 4466.0, 4470.0, 4488.0, 4479.0, 4490.0, 4466.0, 4476.0, 4467.0, 4446.0, 4467.0, 4467.0, 4479.0, 4469.0, 4479.0, 4480.0, 4478.0, 4479.0, 4479.0, 4490.0, 4488.0, 4457.0, 4466.0, 4456.0, 4458.0, 4455.0, 4458.0, 4475.0, 4454.0, 4443.0, 4456.0, 4464.0, 4466.0, 4474.0, 4468.0, 4466.0, 4477.0, 4469.0, 4479.0, 4490.0, 4489.0, 4493.0, 4511.0, 4482.0, 4489.0, 4479.0, 4478.0, 4467.0, 4466.0, 4455.0, 4466.0, 4466.0, 4469.0, 4476.0, 4456.0, 4465.0, 4465.0, 4456.0, 4478.0, 4476.0, 4455.0, 4453.0, 4455.0, 4463.0, 4467.0, 4495.0, 4454.0, 4459.0, 4453.0, 4452.0, 4451.0, 4451.0, 4442.0, 4440.0, 4452.0, 4452.0, 4462.0, 4455.0, 4484.0, 4464.0, 4482.0, 4465.0, 4463.0, 4466.0, 4475.0, 4465.0, 4473.0, 4466.0, 4473.0, 4476.0, 4467.0, 4477.0, 4452.0, 4464.0, 4465.0, 4484.0, 4454.0, 4475.0, 4452.0, 4454.0, 4450.0, 4454.0, 4460.0, 4452.0, 4473.0, 4452.0, 4459.0, 4452.0, 4461.0, 4462.0, 4453.0, 4465.0, 4476.0, 4455.0, 4466.0, 4465.0, 4466.0, 4465.0, 4467.0, 4486.0, 4466.0, 4463.0, 4453.0, 4464.0, 4442.0, 4453.0, 4451.0, 4451.0, 4450.0, 4453.0, 4452.0, 4454.0, 4482.0, 4453.0, 4472.0, 4452.0, 4450.0, 4450.0, 4449.0, 4439.0, 4439.0, 4452.0, 4452.0, 4463.0, 4465.0, 4473.0, 4454.0, 4473.0, 4452.0, 4452.0, 4450.0, 4442.0, 4441.0, 4452.0, 4463.0, 4455.0, 4493.0, 4466.0, 4477.0, 4464.0, 4455.0, 4478.0, 4468.0, 4476.0, 4466.0, 4476.0, 4465.0, 4454.0, 4464.0, 4455.0, 4455.0, 4466.0, 4466.0, 4467.0, 4475.0, 4467.0, 4475.0, 4479.0, 4507.0, 4479.0, 4478.0, 4477.0, 4477.0, 4477.0, 4466.0, 4485.0, 4466.0, 4485.0, 4466.0, 4474.0, 4454.0, 4472.0, 4457.0, 4483.0, 4465.0, 4473.0, 4465.0, 4463.0, 4444.0, 4455.0, 4495.0, 4452.0, 4463.0, 4463.0, 4454.0, 4463.0, 4462.0, 4465.0, 4484.0, 4477.0, 4489.0, 4468.0, 4477.0, 4444.0, 4468.0, 4484.0, 4454.0, 4473.0, 4449.0, 4460.0, 4452.0, 4449.0, 4450.0, 4452.0, 4462.0, 4464.0, 4462.0, 4443.0, 4461.0, 4453.0, 4463.0, 4428.0, 4439.0, 4461.0, 4440.0, 4457.0, 4440.0, 4449.0, 4447.0, 4431.0, 4439.0, 4441.0, 4450.0, 4452.0, 4441.0, 4452.0, 4451.0, 4456.0, 4475.0, 4454.0, 4465.0, 4465.0, 4453.0, 4485.0, 4465.0, 4465.0, 4467.0, 4465.0, 4454.0, 4456.0, 4465.0, 4467.0, 4464.0, 4469.0, 4498.0, 4465.0, 4466.0, 4453.0, 4454.0, 4472.0, 4454.0, 4462.0, 4461.0, 4444.0, 4441.0, 4451.0, 4440.0, 4451.0, 4454.0, 4465.0, 4465.0, 4479.0, 4467.0, 4482.0, 4500.0, 4468.0, 4479.0, 4485.0, 4454.0, 4473.0, 4429.0, 4442.0, 4469.0, 4440.0, 4447.0, 4427.0, 4438.0, 4461.0, 4459.0, 4461.0, 4482.0, 4465.0, 4494.0, 4467.0, 4484.0, 4452.0, 4476.0, 4472.0, 4451.0, 4463.0, 4440.0, 4429.0, 4426.0, 4437.0, 4445.0, 4438.0, 4447.0, 4427.0, 4438.0, 4438.0, 4441.0, 4457.0, 4441.0, 4459.0, 4463.0, 4441.0, 4441.0, 4451.0, 4440.0, 4454.0, 4473.0, 4453.0, 4462.0, 4464.0, 4473.0, 4466.0, 4458.0, 4489.0, 4478.0, 4491.0, 4509.0, 4490.0, 4511.0, 4492.0, 4494.0, 4481.0, 4459.0, 4489.0, 4489.0, 4498.0, 4468.0, 4477.0, 4465.0, 4465.0, 4463.0, 4474.0, 4472.0, 4443.0, 4438.0, 4437.0, 4458.0, 4440.0, 4469.0, 4439.0, 4448.0, 4439.0, 4436.0, 4439.0, 4458.0, 4429.0, 4437.0, 4427.0, 4429.0, 4446.0, 4429.0, 4457.0, 4425.0, 4433.0, 4426.0, 4425.0, 4422.0, 4426.0, 4442.0, 4425.0, 4425.0, 4437.0, 4436.0, 4447.0, 4451.0, 4454.0, 4451.0, 4463.0, 4453.0, 4466.0, 4483.0, 4454.0, 4473.0, 4452.0, 4452.0, 4438.0, 4451.0, 4469.0, 4440.0, 4461.0, 4450.0, 4472.0, 4452.0, 4461.0, 4453.0, 4473.0, 4452.0, 4455.0, 4482.0, 4452.0, 4459.0, 4449.0, 4451.0, 4461.0, 4462.0, 4465.0, 4462.0, 4477.0, 4485.0, 4455.0, 4467.0, 4484.0, 4465.0, 4485.0, 4462.0, 4452.0, 4449.0, 4452.0, 4450.0, 4453.0, 4473.0, 4464.0, 4453.0, 4453.0, 4478.0, 4503.0, 4480.0, 4479.0, 4459.0, 4472.0, 4485.0, 4513.0, 4482.0, 4473.0, 4479.0, 4481.0, 4489.0, 4475.0, 4446.0, 4464.0, 4469.0, 4467.0, 4467.0, 4467.0, 4499.0, 4477.0, 4445.0, 4475.0, 4441.0, 4429.0, 4459.0, 4440.0, 4439.0, 4439.0, 4432.0, 4460.0, 4448.0, 4414.0, 4445.0, 4421.0, 4409.0, 4407.0, 4389.0, 4427.0, 4398.0, 4388.0, 4419.0, 4390.0, 4411.0, 4401.0, 4422.0, 4413.0, 4415.0, 4427.0, 4451.0, 4452.0, 4443.0, 4485.0, 4479.0, 4481.0, 4454.0, 4456.0, 4479.0, 4483.0, 4515.0, 4481.0, 4478.0, 4488.0, 4480.0, 4471.0, 4493.0, 4480.0, 4479.0, 4488.0, 4458.0, 4499.0, 4459.0, 4475.0, 4456.0, 4445.0, 4455.0, 4445.0, 4454.0, 4443.0, 4452.0, 4442.0, 4452.0, 4443.0, 4452.0, 4452.0, 4452.0, 4453.0, 4452.0, 4454.0, 4462.0, 4465.0, 4453.0, 4466.0, 4464.0, 4466.0, 4465.0, 4476.0, 4465.0, 4466.0, 4464.0, 4476.0, 4466.0, 4467.0, 4466.0, 4477.0, 4467.0, 4467.0, 4469.0, 4465.0, 4466.0, 4454.0, 4468.0, 4454.0, 4456.0, 4486.0, 4467.0, 4475.0, 4466.0, 4464.0, 4465.0, 4465.0, 4454.0, 4455.0, 4455.0, 4466.0, 4474.0, 4455.0, 4474.0, 4465.0, 4464.0, 4465.0, 4464.0, 4466.0, 4477.0, 4466.0, 4456.0, 4465.0, 4466.0, 4454.0, 4467.0, 4496.0, 4468.0, 4485.0, 4468.0, 4476.0, 4466.0, 4467.0, 4466.0, 4467.0, 4465.0, 4467.0, 4485.0, 4467.0, 4487.0, 4467.0, 4467.0, 4465.0, 4466.0, 4456.0, 4465.0, 4475.0, 4457.0, 4474.0, 4454.0, 4475.0, 4464.0, 4465.0, 4464.0, 4455.0, 4454.0, 4466.0, 4454.0, 4466.0, 4486.0, 4466.0, 4475.0, 4467.0, 4464.0, 4453.0, 4455.0, 4484.0, 4453.0, 4473.0, 4464.0, 4463.0, 4453.0, 4453.0, 4452.0, 4454.0, 4443.0, 4456.0, 4463.0, 4465.0, 4494.0, 4467.0, 4485.0, 4466.0, 4475.0, 4466.0, 4476.0, 4455.0, 4475.0, 4455.0, 4465.0, 4452.0, 4455.0, 4483.0, 4445.0, 4471.0, 4452.0, 4471.0, 4450.0, 4451.0, 4452.0, 4454.0, 4453.0, 4453.0, 4453.0, 4455.0, 4463.0, 4455.0, 4453.0, 4466.0, 4454.0, 4455.0, 4486.0, 4455.0, 4474.0, 4453.0, 4471.0, 4431.0, 4453.0, 4440.0, 4452.0, 4451.0, 4442.0, 4452.0, 4454.0, 4473.0, 4444.0, 4484.0, 4453.0, 4472.0, 4453.0, 4461.0, 4462.0, 4453.0, 4440.0, 4453.0, 4442.0, 4453.0, 4483.0, 4454.0, 4473.0, 4464.0, 4465.0, 4454.0, 4456.0, 4453.0, 4453.0, 4475.0, 4455.0, 4474.0, 4455.0, 4465.0, 4453.0, 4455.0, 4473.0, 4443.0, 4462.0, 4453.0, 4483.0, 4454.0, 4474.0, 4443.0, 4454.0, 4444.0, 4455.0, 4455.0, 4466.0, 4473.0, 4456.0, 4485.0, 4458.0, 4464.0, 4456.0, 4485.0, 4455.0, 4476.0, 4443.0, 4465.0, 4455.0, 4456.0, 4453.0, 4457.0, 4474.0, 4454.0, 4472.0, 4443.0, 4471.0, 4452.0, 4473.0, 4442.0, 4451.0, 4452.0, 4450.0, 4453.0, 4472.0, 4454.0, 4472.0, 4455.0, 4484.0, 4455.0, 4474.0, 4455.0, 4474.0, 4443.0, 4455.0, 4442.0, 4453.0, 4442.0, 4455.0, 4473.0, 4443.0, 4439.0, 4444.0, 4452.0, 4453.0, 4473.0, 4455.0, 4484.0, 4453.0, 4482.0, 4456.0, 4485.0, 4467.0, 4477.0, 4456.0, 4466.0, 4462.0, 4456.0, 4473.0, 4454.0, 4484.0, 4454.0, 4463.0, 4439.0, 4454.0, 4442.0, 4453.0, 4452.0, 4453.0, 4462.0, 4444.0, 4443.0, 4442.0, 4471.0, 4442.0, 4473.0, 4431.0, 4451.0, 4439.0, 4453.0, 4461.0, 4442.0, 4471.0, 4452.0, 4470.0, 4453.0, 4461.0, 4462.0, 4452.0, 4453.0, 4453.0, 4452.0, 4453.0, 4482.0, 4442.0, 4472.0, 4452.0, 4462.0, 4453.0, 4464.0, 4462.0, 4463.0, 4452.0, 4453.0, 4449.0, 4444.0, 4480.0, 4440.0, 4471.0, 4441.0, 4460.0, 4452.0, 4461.0, 4453.0, 4462.0, 4464.0, 4473.0, 4444.0, 4463.0, 4452.0, 4454.0, 4473.0, 4444.0, 4473.0, 4453.0, 4471.0, 4444.0, 4473.0, 4454.0, 4484.0, 4456.0, 4482.0, 4445.0, 4463.0, 4457.0, 4484.0, 4456.0, 4483.0, 4455.0, 4470.0, 4444.0, 4482.0, 4445.0, 4474.0, 4452.0, 4461.0, 4452.0, 4472.0, 4454.0, 4473.0, 4454.0, 4473.0, 4455.0, 4483.0, 4445.0, 4483.0, 4434.0, 4464.0, 4443.0, 4453.0, 4443.0, 4452.0, 4442.0, 4466.0, 4464.0, 4454.0, 4454.0, 4454.0, 4472.0, 4443.0, 4473.0, 4442.0, 4454.0, 4443.0, 4451.0, 4453.0, 4454.0, 4444.0, 4467.0, 4458.0, 4479.0, 4491.0, 4500.0, 4482.0, 4458.0, 4479.0, 4460.0, 4501.0, 4481.0, 4492.0, 4484.0, 4492.0, 4489.0, 4457.0, 4453.0, 4454.0, 4443.0, 4453.0, 4442.0, 4453.0, 4442.0, 4477.0, 4466.0, 4486.0, 4466.0, 4453.0, 4484.0, 4452.0, 4459.0, 4438.0, 4436.0, 4439.0, 4414.0, 4445.0, 4427.0, 4448.0, 4404.0, 4411.0, 4421.0, 4411.0, 4410.0, 4412.0, 4421.0, 4442.0, 4403.0, 4423.0, 4413.0, 4425.0, 4435.0, 4425.0, 4426.0, 4416.0, 4437.0, 4435.0, 4440.0, 4463.0, 4452.0, 4452.0, 4464.0, 4442.0, 4453.0, 4453.0, 4445.0, 4466.0, 4455.0, 4454.0, 4464.0, 4464.0, 4455.0, 4465.0, 4485.0, 4467.0, 4465.0, 4454.0, 4463.0], 'WindowWidth': [9968.0, 9957.0, 9903.0, 9896.0, 9873.0, 9837.0, 9851.0, 9847.0, 9848.0, 9846.0, 9846.0, 9842.0, 9847.0, 9845.0, 9828.0, 9832.0, 9860.0, 9827.0, 9806.0, 9824.0, 9812.0, 9818.0, 9811.0, 9863.0, 9805.0, 9842.0, 9821.0, 9818.0, 9823.0, 9821.0, 9820.0, 9808.0, 9810.0, 9822.0, 9823.0, 9844.0, 9851.0, 9813.0, 9815.0, 9805.0, 9847.0, 9804.0, 9817.0, 9776.0, 9802.0, 9793.0, 9801.0, 9840.0, 9781.0, 9806.0, 9792.0, 9773.0, 9794.0, 9781.0, 9781.0, 9798.0, 9818.0, 9786.0, 9819.0, 9797.0, 9806.0, 9780.0, 9780.0, 9801.0, 9782.0, 9787.0, 9796.0, 9821.0, 9807.0, 9781.0, 9794.0, 9784.0, 9792.0, 9802.0, 9810.0, 9798.0, 9799.0, 9796.0, 9790.0, 9783.0, 9806.0, 9843.0, 9804.0, 9816.0, 9791.0, 9805.0, 9800.0, 9809.0, 9846.0, 9815.0, 9817.0, 9804.0, 9808.0, 9814.0, 9804.0, 9828.0, 9814.0, 9802.0, 9798.0, 9805.0, 9799.0, 9806.0, 9844.0, 9825.0, 9839.0, 9827.0, 9826.0, 9822.0, 9827.0, 9828.0, 9833.0, 9842.0, 9851.0, 9888.0, 9828.0, 9840.0, 9840.0, 9846.0, 9835.0, 9826.0, 9852.0, 9823.0, 9822.0, 9821.0, 9826.0, 9818.0, 9809.0, 9863.0, 9822.0, 9848.0, 9827.0, 9833.0, 9838.0, 9826.0, 9818.0, 9813.0, 9806.0, 9809.0, 9848.0, 9826.0, 9854.0, 9823.0, 9821.0, 9823.0, 9833.0, 9829.0, 9823.0, 9830.0, 9860.0, 9825.0, 9824.0, 9804.0, 9809.0, 9836.0, 9795.0, 9798.0, 9820.0, 9798.0, 9818.0, 9795.0, 9805.0, 9796.0, 9794.0, 9787.0, 9783.0, 9774.0, 9798.0, 9822.0, 9794.0, 9802.0, 9804.0, 9789.0, 9798.0, 9806.0, 9811.0, 9812.0, 9795.0, 9797.0, 9795.0, 9801.0, 9794.0, 9784.0, 9838.0, 9796.0, 9835.0, 9798.0, 9809.0, 9800.0, 9808.0, 9796.0, 9793.0, 9793.0, 9782.0, 9795.0, 9797.0, 9833.0, 9797.0, 9840.0, 9801.0, 9837.0, 9803.0, 9811.0, 9804.0, 9813.0, 9801.0, 9800.0, 9788.0, 9803.0, 9816.0, 9807.0, 9860.0, 9803.0, 9817.0, 9817.0, 9814.0, 9801.0, 9805.0, 9841.0, 9805.0, 9843.0, 9808.0, 9858.0, 9822.0, 9830.0, 9835.0, 9823.0, 9818.0, 9810.0, 9815.0, 9828.0, 9849.0, 9822.0, 9823.0, 9816.0, 9805.0, 9820.0, 9826.0, 9821.0, 9829.0, 9849.0, 9808.0, 9802.0, 9824.0, 9821.0, 9827.0, 9851.0, 9829.0, 9843.0, 9844.0, 9840.0, 9865.0, 9834.0, 9868.0, 9874.0, 9839.0, 9827.0, 9830.0, 9825.0, 9824.0, 9870.0, 9824.0, 9837.0, 9824.0, 9819.0, 9817.0, 9805.0, 9811.0, 9802.0, 9846.0, 9802.0, 9795.0, 9803.0, 9806.0, 9824.0, 9842.0, 9841.0, 9866.0, 9892.0, 9853.0, 9851.0, 9848.0, 9890.0, 9903.0, 9876.0, 9906.0, 9878.0, 9869.0, 9849.0, 9845.0, 9824.0, 9831.0, 9860.0, 9826.0, 9804.0, 9829.0, 9807.0, 9799.0, 9807.0, 9808.0, 9832.0, 9801.0, 9818.0, 9817.0, 9785.0, 9774.0, 9763.0, 9767.0, 9807.0, 9782.0, 9807.0, 9782.0, 9807.0, 9780.0, 9803.0, 9780.0, 9815.0, 9780.0, 9776.0, 9776.0, 9811.0, 9796.0, 9818.0, 9832.0, 9822.0, 9821.0, 9824.0, 9860.0, 9812.0, 9830.0, 9805.0, 9813.0, 9805.0, 9800.0, 9806.0, 9834.0, 9809.0, 9804.0, 9817.0, 9821.0, 9835.0, 9823.0, 9866.0, 9824.0, 9827.0, 9799.0, 9800.0, 9818.0, 9818.0, 9833.0, 9808.0, 9832.0, 9802.0, 9813.0, 9796.0, 9793.0, 9779.0, 9781.0, 9794.0, 9783.0, 9798.0, 9796.0, 9802.0, 9841.0, 9821.0, 9844.0, 9823.0, 9848.0, 9823.0, 9805.0, 9828.0, 9833.0, 9825.0, 9866.0, 9806.0, 9813.0, 9802.0, 9800.0, 9801.0, 9813.0, 9807.0, 9829.0, 9807.0, 9814.0, 9804.0, 9799.0, 9800.0, 9788.0, 9822.0, 9803.0, 9808.0, 9829.0, 9805.0, 9784.0, 9806.0, 9842.0, 9805.0, 9829.0, 9800.0, 9798.0, 9804.0, 9800.0, 9823.0, 9819.0, 9844.0, 9830.0, 9847.0, 9859.0, 9848.0, 9859.0, 9823.0, 9814.0, 9854.0, 9809.0, 9818.0, 9805.0, 9814.0, 9816.0, 9813.0, 9822.0, 9803.0, 9824.0, 9836.0, 9826.0, 9853.0, 9828.0, 9848.0, 9835.0, 9811.0, 9830.0, 9801.0, 9816.0, 9795.0, 9785.0, 9782.0, 9780.0, 9778.0, 9782.0, 9798.0, 9805.0, 9803.0, 9813.0, 9866.0, 9808.0, 9818.0, 9816.0, 9818.0, 9817.0, 9803.0, 9794.0, 9818.0, 9822.0, 9832.0, 9834.0, 9823.0, 9853.0, 9804.0, 9803.0, 9803.0, 9805.0, 9801.0, 9809.0, 9845.0, 9803.0, 9799.0, 9822.0, 9818.0, 9820.0, 9861.0, 9826.0, 9836.0, 9827.0, 9821.0, 9827.0, 9833.0, 9842.0, 9840.0, 9844.0, 9842.0, 9846.0, 9848.0, 9830.0, 9834.0, 9866.0, 9827.0, 9835.0, 9827.0, 9835.0, 9828.0, 9869.0, 9842.0, 9852.0, 9832.0, 9851.0, 9830.0, 9857.0, 9821.0, 9819.0, 9820.0, 9802.0, 9814.0, 9819.0, 9798.0, 9811.0, 9783.0, 9783.0, 9784.0, 9810.0, 9771.0, 9810.0, 9802.0, 9805.0, 9798.0, 9811.0, 9768.0, 9810.0, 9797.0, 9803.0, 9796.0, 9793.0, 9795.0, 9795.0, 9769.0, 9793.0, 9796.0, 9806.0, 9801.0, 9822.0, 9819.0, 9828.0, 9820.0, 9826.0, 9809.0, 9859.0, 9817.0, 9829.0, 9803.0, 9798.0, 9808.0, 9831.0, 9810.0, 9804.0, 9807.0, 9803.0, 9825.0, 9829.0, 9805.0, 9795.0, 9785.0, 9807.0, 9785.0, 9830.0, 9781.0, 9803.0, 9780.0, 9815.0, 9797.0, 9835.0, 9800.0, 9796.0, 9800.0, 9799.0, 9805.0, 9831.0, 9807.0, 9840.0, 9804.0, 9829.0, 9802.0, 9812.0, 9785.0, 9784.0, 9784.0, 9788.0, 9815.0, 9807.0, 9816.0, 9809.0, 9845.0, 9801.0, 9840.0, 9805.0, 9843.0, 9824.0, 9847.0, 9843.0, 9831.0, 9850.0, 9879.0, 9823.0, 9811.0, 9835.0, 9823.0, 9806.0, 9822.0, 9806.0, 9815.0, 9809.0, 9831.0, 9819.0, 9827.0, 9824.0, 9829.0, 9830.0, 9843.0, 9820.0, 9823.0, 9802.0, 9825.0, 9848.0, 9818.0, 9806.0, 9814.0, 9802.0, 9800.0, 9804.0, 9805.0, 9826.0, 9849.0, 9793.0, 9805.0, 9810.0, 9788.0, 9842.0, 9802.0, 9814.0, 9796.0, 9805.0, 9841.0, 9799.0, 9795.0, 9799.0, 9799.0, 9802.0, 9821.0, 9829.0, 9805.0, 9830.0, 9819.0, 9809.0, 9800.0, 9807.0, 9829.0, 9803.0, 9802.0, 9787.0, 9808.0, 9837.0, 9805.0, 9821.0, 9805.0, 9805.0, 9784.0, 9806.0, 9826.0, 9821.0, 9819.0, 9809.0, 9826.0, 9811.0, 9831.0, 9824.0, 9830.0, 9859.0, 9828.0, 9830.0, 9855.0, 9805.0, 9814.0, 9795.0, 9803.0, 9826.0, 9804.0, 9813.0, 9812.0, 9799.0, 9815.0, 9816.0, 9839.0, 9827.0, 9849.0, 9850.0, 9872.0, 9826.0, 9821.0, 9822.0, 9825.0, 9850.0, 9808.0, 9816.0, 9782.0, 9782.0, 9792.0, 9801.0, 9825.0, 9806.0, 9811.0, 9816.0, 9831.0, 9826.0, 9840.0, 9806.0, 9807.0, 9833.0, 9800.0, 9786.0, 9783.0, 9804.0, 9839.0, 9795.0, 9810.0, 9814.0, 9782.0, 9813.0, 9814.0, 9819.0, 9846.0, 9827.0, 9846.0, 9821.0, 9824.0, 9805.0, 9826.0, 9850.0, 9818.0, 9821.0, 9823.0, 9783.0, 9811.0, 9797.0, 9795.0, 9790.0, 9783.0, 9819.0, 9779.0, 9812.0, 9778.0, 9818.0, 9800.0, 9815.0, 9817.0, 9816.0, 9818.0, 9821.0, 9798.0, 9803.0, 9833.0, 9804.0, 9795.0, 9776.0, 9785.0, 9787.0, 9780.0, 9803.0, 9794.0, 9792.0, 9813.0, 9794.0, 9821.0, 9808.0, 9823.0, 9826.0, 9850.0, 9821.0, 9808.0, 9797.0, 9786.0, 9808.0, 9797.0, 9784.0, 9776.0, 9786.0, 9808.0, 9799.0, 9776.0, 9794.0, 9798.0, 9829.0, 9826.0, 9819.0, 9843.0, 9854.0, 9847.0, 9861.0, 9866.0, 9827.0, 9874.0, 9862.0, 9896.0, 9897.0, 9884.0, 9840.0, 9863.0, 9851.0, 9846.0, 9825.0, 9830.0, 9853.0, 9827.0, 9842.0, 9813.0, 9810.0, 9837.0, 9828.0, 9821.0, 9825.0, 9828.0, 9849.0, 9834.0, 9836.0, 9832.0, 9859.0, 9897.0, 9853.0, 9851.0, 9882.0, 9798.0, 9780.0, 9783.0, 9750.0, 9787.0, 9789.0, 9774.0, 9804.0, 9765.0, 9750.0, 9727.0, 9689.0, 9727.0, 9728.0, 9704.0, 9685.0, 9726.0, 9708.0, 9711.0, 9754.0, 9715.0, 9720.0, 9815.0, 9782.0, 9787.0, 9808.0, 9783.0, 9777.0, 9803.0, 9862.0, 9904.0, 9882.0, 9916.0, 9861.0, 9850.0, 9871.0, 9838.0, 9840.0, 9856.0, 9834.0, 9810.0, 9841.0, 9827.0, 9838.0, 9804.0, 9793.0, 9866.0, 9818.0, 9808.0, 9828.0, 9824.0, 9824.0, 9822.0, 9794.0, 9850.0, 9827.0, 9815.0, 9825.0, 9838.0, 9858.0, 9833.0, 9814.0, 9832.0, 9833.0, 9832.0, 9848.0, 9842.0, 9833.0, 9827.0, 9837.0, 9858.0, 9847.0, 9863.0, 9826.0, 9841.0, 9827.0, 9798.0, 9828.0, 9829.0, 9848.0, 9834.0, 9851.0, 9850.0, 9847.0, 9848.0, 9851.0, 9864.0, 9860.0, 9815.0, 9826.0, 9809.0, 9814.0, 9806.0, 9815.0, 9833.0, 9803.0, 9786.0, 9808.0, 9817.0, 9824.0, 9836.0, 9831.0, 9826.0, 9843.0, 9836.0, 9849.0, 9867.0, 9863.0, 9876.0, 9899.0, 9858.0, 9865.0, 9849.0, 9847.0, 9828.0, 9826.0, 9809.0, 9825.0, 9827.0, 9835.0, 9842.0, 9813.0, 9822.0, 9823.0, 9812.0, 9846.0, 9840.0, 9811.0, 9805.0, 9811.0, 9816.0, 9828.0, 9872.0, 9807.0, 9808.0, 9800.0, 9799.0, 9796.0, 9797.0, 9786.0, 9781.0, 9800.0, 9802.0, 9813.0, 9807.0, 9848.0, 9821.0, 9842.0, 9821.0, 9816.0, 9826.0, 9839.0, 9823.0, 9832.0, 9827.0, 9833.0, 9840.0, 9829.0, 9841.0, 9805.0, 9818.0, 9823.0, 9850.0, 9805.0, 9835.0, 9802.0, 9804.0, 9793.0, 9803.0, 9807.0, 9801.0, 9833.0, 9799.0, 9805.0, 9800.0, 9810.0, 9816.0, 9804.0, 9826.0, 9843.0, 9810.0, 9826.0, 9822.0, 9827.0, 9822.0, 9830.0, 9855.0, 9825.0, 9817.0, 9805.0, 9818.0, 9787.0, 9803.0, 9799.0, 9798.0, 9796.0, 9802.0, 9799.0, 9806.0, 9844.0, 9801.0, 9828.0, 9797.0, 9791.0, 9794.0, 9790.0, 9779.0, 9780.0, 9801.0, 9798.0, 9817.0, 9824.0, 9829.0, 9805.0, 9829.0, 9800.0, 9801.0, 9795.0, 9785.0, 9783.0, 9801.0, 9816.0, 9808.0, 9859.0, 9824.0, 9839.0, 9820.0, 9808.0, 9847.0, 9833.0, 9838.0, 9827.0, 9840.0, 9822.0, 9805.0, 9820.0, 9809.0, 9809.0, 9827.0, 9825.0, 9828.0, 9836.0, 9830.0, 9839.0, 9850.0, 9889.0, 9848.0, 9845.0, 9843.0, 9842.0, 9841.0, 9828.0, 9850.0, 9824.0, 9851.0, 9824.0, 9831.0, 9805.0, 9827.0, 9812.0, 9847.0, 9823.0, 9831.0, 9821.0, 9818.0, 9791.0, 9809.0, 9867.0, 9801.0, 9817.0, 9817.0, 9804.0, 9818.0, 9815.0, 9825.0, 9849.0, 9845.0, 9861.0, 9831.0, 9841.0, 9794.0, 9830.0, 9848.0, 9804.0, 9829.0, 9793.0, 9807.0, 9798.0, 9791.0, 9796.0, 9797.0, 9816.0, 9822.0, 9813.0, 9787.0, 9808.0, 9799.0, 9813.0, 9760.0, 9777.0, 9807.0, 9777.0, 9799.0, 9777.0, 9788.0, 9785.0, 9767.0, 9775.0, 9783.0, 9795.0, 9800.0, 9782.0, 9800.0, 9798.0, 9813.0, 9839.0, 9805.0, 9822.0, 9821.0, 9805.0, 9849.0, 9824.0, 9823.0, 9828.0, 9823.0, 9807.0, 9812.0, 9824.0, 9829.0, 9821.0, 9835.0, 9875.0, 9825.0, 9822.0, 9801.0, 9806.0, 9826.0, 9803.0, 9813.0, 9811.0, 9789.0, 9780.0, 9796.0, 9780.0, 9800.0, 9806.0, 9826.0, 9826.0, 9847.0, 9831.0, 9858.0, 9883.0, 9831.0, 9848.0, 9852.0, 9804.0, 9829.0, 9765.0, 9784.0, 9822.0, 9779.0, 9784.0, 9758.0, 9773.0, 9810.0, 9805.0, 9813.0, 9843.0, 9825.0, 9861.0, 9829.0, 9850.0, 9803.0, 9838.0, 9827.0, 9797.0, 9814.0, 9777.0, 9760.0, 9751.0, 9769.0, 9779.0, 9771.0, 9783.0, 9758.0, 9772.0, 9771.0, 9782.0, 9799.0, 9782.0, 9805.0, 9816.0, 9783.0, 9780.0, 9795.0, 9779.0, 9805.0, 9830.0, 9804.0, 9815.0, 9822.0, 9833.0, 9829.0, 9822.0, 9869.0, 9854.0, 9874.0, 9894.0, 9870.0, 9899.0, 9873.0, 9877.0, 9854.0, 9823.0, 9868.0, 9866.0, 9881.0, 9834.0, 9844.0, 9824.0, 9822.0, 9817.0, 9836.0, 9830.0, 9787.0, 9773.0, 9775.0, 9803.0, 9780.0, 9823.0, 9777.0, 9786.0, 9776.0, 9769.0, 9778.0, 9802.0, 9763.0, 9770.0, 9757.0, 9762.0, 9780.0, 9760.0, 9801.0, 9753.0, 9760.0, 9751.0, 9751.0, 9741.0, 9751.0, 9770.0, 9751.0, 9750.0, 9773.0, 9770.0, 9789.0, 9799.0, 9806.0, 9800.0, 9817.0, 9802.0, 9826.0, 9846.0, 9805.0, 9832.0, 9799.0, 9798.0, 9776.0, 9798.0, 9819.0, 9781.0, 9809.0, 9795.0, 9825.0, 9801.0, 9810.0, 9805.0, 9834.0, 9799.0, 9807.0, 9841.0, 9798.0, 9805.0, 9794.0, 9797.0, 9813.0, 9815.0, 9823.0, 9816.0, 9845.0, 9855.0, 9811.0, 9828.0, 9847.0, 9824.0, 9851.0, 9816.0, 9799.0, 9791.0, 9800.0, 9794.0, 9804.0, 9832.0, 9820.0, 9804.0, 9804.0, 9848.0, 9890.0, 9852.0, 9847.0, 9818.0, 9840.0, 9863.0, 9902.0, 9860.0, 9847.0, 9849.0, 9854.0, 9864.0, 9837.0, 9792.0, 9818.0, 9833.0, 9819.0, 9825.0, 9829.0, 9875.0, 9842.0, 9794.0, 9836.0, 9777.0, 9756.0, 9801.0, 9772.0, 9769.0, 9769.0, 9763.0, 9807.0, 9783.0, 9727.0, 9771.0, 9734.0, 9715.0, 9709.0, 9689.0, 9739.0, 9697.0, 9686.0, 9730.0, 9690.0, 9723.0, 9712.0, 9743.0, 9732.0, 9737.0, 9758.0, 9798.0, 9802.0, 9790.0, 9849.0, 9849.0, 9852.0, 9802.0, 9809.0, 9849.0, 9859.0, 9910.0, 9853.0, 9841.0, 9857.0, 9848.0, 9842.0, 9872.0, 9851.0, 9845.0, 9858.0, 9816.0, 9877.0, 9817.0, 9836.0, 9807.0, 9790.0, 9806.0, 9792.0, 9805.0, 9787.0, 9798.0, 9784.0, 9797.0, 9787.0, 9799.0, 9799.0, 9797.0, 9803.0, 9798.0, 9805.0, 9815.0, 9821.0, 9803.0, 9824.0, 9820.0, 9827.0, 9824.0, 9839.0, 9821.0, 9826.0, 9819.0, 9840.0, 9826.0, 9828.0, 9825.0, 9840.0, 9828.0, 9828.0, 9832.0, 9822.0, 9825.0, 9805.0, 9828.0, 9806.0, 9811.0, 9857.0, 9827.0, 9837.0, 9823.0, 9819.0, 9821.0, 9821.0, 9804.0, 9808.0, 9807.0, 9824.0, 9832.0, 9809.0, 9835.0, 9822.0, 9818.0, 9823.0, 9820.0, 9825.0, 9843.0, 9824.0, 9812.0, 9820.0, 9826.0, 9806.0, 9828.0, 9869.0, 9831.0, 9853.0, 9831.0, 9840.0, 9827.0, 9831.0, 9824.0, 9827.0, 9822.0, 9829.0, 9850.0, 9830.0, 9858.0, 9829.0, 9827.0, 9826.0, 9827.0, 9811.0, 9827.0, 9838.0, 9813.0, 9833.0, 9809.0, 9838.0, 9820.0, 9823.0, 9818.0, 9808.0, 9806.0, 9825.0, 9807.0, 9827.0, 9856.0, 9826.0, 9836.0, 9829.0, 9823.0, 9804.0, 9809.0, 9849.0, 9804.0, 9829.0, 9818.0, 9816.0, 9802.0, 9803.0, 9799.0, 9805.0, 9789.0, 9811.0, 9817.0, 9824.0, 9864.0, 9829.0, 9851.0, 9827.0, 9838.0, 9828.0, 9839.0, 9811.0, 9836.0, 9808.0, 9823.0, 9801.0, 9808.0, 9849.0, 9792.0, 9826.0, 9799.0, 9824.0, 9796.0, 9799.0, 9800.0, 9806.0, 9802.0, 9805.0, 9803.0, 9809.0, 9818.0, 9812.0, 9805.0, 9826.0, 9806.0, 9810.0, 9858.0, 9808.0, 9833.0, 9804.0, 9826.0, 9770.0, 9803.0, 9781.0, 9800.0, 9797.0, 9787.0, 9799.0, 9806.0, 9829.0, 9794.0, 9850.0, 9803.0, 9826.0, 9803.0, 9812.0, 9813.0, 9805.0, 9783.0, 9802.0, 9785.0, 9803.0, 9844.0, 9806.0, 9832.0, 9820.0, 9823.0, 9805.0, 9812.0, 9803.0, 9807.0, 9838.0, 9810.0, 9833.0, 9808.0, 9823.0, 9803.0, 9808.0, 9828.0, 9790.0, 9814.0, 9803.0, 9844.0, 9808.0, 9834.0, 9791.0, 9806.0, 9793.0, 9808.0, 9808.0, 9827.0, 9833.0, 9814.0, 9851.0, 9816.0, 9820.0, 9814.0, 9855.0, 9811.0, 9839.0, 9791.0, 9821.0, 9807.0, 9811.0, 9803.0, 9814.0, 9832.0, 9806.0, 9827.0, 9789.0, 9826.0, 9800.0, 9829.0, 9785.0, 9796.0, 9799.0, 9795.0, 9802.0, 9827.0, 9806.0, 9827.0, 9809.0, 9847.0, 9811.0, 9833.0, 9809.0, 9833.0, 9788.0, 9805.0, 9784.0, 9803.0, 9785.0, 9808.0, 9830.0, 9788.0, 9779.0, 9792.0, 9798.0, 9804.0, 9830.0, 9809.0, 9849.0, 9805.0, 9843.0, 9814.0, 9852.0, 9832.0, 9843.0, 9812.0, 9826.0, 9817.0, 9811.0, 9831.0, 9807.0, 9849.0, 9804.0, 9814.0, 9780.0, 9802.0, 9787.0, 9803.0, 9800.0, 9804.0, 9813.0, 9791.0, 9787.0, 9789.0, 9828.0, 9787.0, 9828.0, 9768.0, 9797.0, 9777.0, 9800.0, 9808.0, 9786.0, 9823.0, 9799.0, 9821.0, 9802.0, 9811.0, 9812.0, 9801.0, 9802.0, 9804.0, 9799.0, 9804.0, 9840.0, 9789.0, 9828.0, 9801.0, 9813.0, 9803.0, 9817.0, 9814.0, 9817.0, 9799.0, 9802.0, 9792.0, 9789.0, 9838.0, 9781.0, 9825.0, 9785.0, 9807.0, 9801.0, 9810.0, 9804.0, 9815.0, 9820.0, 9831.0, 9793.0, 9818.0, 9801.0, 9808.0, 9830.0, 9792.0, 9830.0, 9803.0, 9825.0, 9794.0, 9829.0, 9807.0, 9849.0, 9812.0, 9842.0, 9796.0, 9817.0, 9813.0, 9850.0, 9812.0, 9847.0, 9808.0, 9824.0, 9792.0, 9843.0, 9795.0, 9832.0, 9800.0, 9811.0, 9801.0, 9825.0, 9806.0, 9830.0, 9806.0, 9832.0, 9810.0, 9845.0, 9796.0, 9845.0, 9778.0, 9818.0, 9786.0, 9802.0, 9788.0, 9800.0, 9789.0, 9825.0, 9819.0, 9805.0, 9803.0, 9806.0, 9831.0, 9790.0, 9829.0, 9786.0, 9805.0, 9787.0, 9798.0, 9802.0, 9806.0, 9794.0, 9830.0, 9820.0, 9850.0, 9873.0, 9880.0, 9857.0, 9819.0, 9852.0, 9829.0, 9885.0, 9851.0, 9869.0, 9856.0, 9865.0, 9862.0, 9812.0, 9803.0, 9800.0, 9782.0, 9802.0, 9784.0, 9800.0, 9785.0, 9840.0, 9824.0, 9853.0, 9825.0, 9800.0, 9846.0, 9795.0, 9802.0, 9767.0, 9763.0, 9772.0, 9729.0, 9774.0, 9751.0, 9781.0, 9713.0, 9721.0, 9737.0, 9720.0, 9719.0, 9722.0, 9735.0, 9766.0, 9713.0, 9739.0, 9727.0, 9746.0, 9758.0, 9748.0, 9748.0, 9735.0, 9764.0, 9762.0, 9777.0, 9814.0, 9795.0, 9796.0, 9818.0, 9783.0, 9796.0, 9799.0, 9794.0, 9821.0, 9807.0, 9803.0, 9815.0, 9817.0, 9805.0, 9820.0, 9848.0, 9823.0, 9818.0, 9801.0, 9810.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.005619849137931034</td></tr>
<tr><td colspan=3>aqi</td><td>0.03210795856681034</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.293912983304644</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3052007854447434</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0902151427493258</td></tr>
<tr><td colspan=3>efc</td><td>0.4714</td></tr>
<tr><td colspan=3>fber</td><td>6470.666</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10993378850350306</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>187</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.075431034482758</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5408706121433338</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4667425775519103</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.76148411597927</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.394385142898822</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124245</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00937607791274786</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017439302057027817</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1856</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.804422128990642</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>46.3373</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.3873</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.9683</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297089.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>695.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.0347</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1179</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>604.1459</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3599.0179</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3803.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4756.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>999.6199</td></tr>
<tr><td colspan=3>tsnr</td><td>34.08806889038533</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>