<?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-0009_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-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-02/func/sub-0009_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>250104649f4dc57f64f663ade7f61e61</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>13:11:32.255000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998019, -0.0210373, 0.059292, 0.0188145, 0.999108, 0.0378022]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0890121</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7695, -7232, 572, -5, 18, 5, 56]</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>240.18</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>11209aaf-9acf-40c8-8079-085e1cf2dee7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677612066268921, 0.05047789216041565, 0.1620928794145584, 110.55265808105469], [0.05644167214632034, 2.6805338859558105, 0.09885186702013016, -99.83153533935547], [0.15907615423202515, -0.10142064094543457, 2.693316698074341, -44.31338882446289], [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': ['131132.255000', '131132.715000', '131133.175000', '131133.635000', '131134.095000', '131134.555000', '131135.015000', '131135.475000', '131135.935000', '131136.395000', '131136.855000', '131137.315000', '131137.775000', '131138.235000', '131138.695000', '131139.155000', '131139.615000', '131140.075000', '131140.535000', '131140.995000', '131141.455000', '131141.915000', '131142.375000', '131142.835000', '131143.295000', '131143.755000', '131144.215000', '131144.675000', '131145.135000', '131145.595000', '131146.055000', '131146.515000', '131146.975000', '131147.435000', '131147.895000', '131148.355000', '131148.815000', '131149.275000', '131149.735000', '131150.195000', '131150.655000', '131151.115000', '131151.575000', '131152.035000', '131152.495000', '131152.955000', '131153.415000', '131153.875000', '131154.335000', '131154.795000', '131155.255000', '131155.715000', '131156.175000', '131156.635000', '131157.095000', '131157.555000', '131158.015000', '131158.475000', '131158.935000', '131159.395000', '131159.855000', '131200.315000', '131200.775000', '131201.235000', '131201.695000', '131202.155000', '131202.615000', '131203.075000', '131203.535000', '131203.995000', '131204.455000', '131204.915000', '131205.375000', '131205.835000', '131206.295000', '131206.755000', '131207.215000', '131207.675000', '131208.135000', '131208.595000', '131209.055000', '131209.515000', '131209.975000', '131210.435000', '131210.895000', '131211.355000', '131211.815000', '131212.275000', '131212.735000', '131213.195000', '131213.655000', '131214.115000', '131214.575000', '131215.035000', '131215.495000', '131215.955000', '131216.415000', '131216.875000', '131217.335000', '131217.795000', '131218.255000', '131218.715000', '131219.175000', '131219.635000', '131220.095000', '131220.555000', '131221.015000', '131221.475000', '131221.935000', '131222.395000', '131222.855000', '131223.315000', '131223.775000', '131224.235000', '131224.695000', '131225.155000', '131225.615000', '131226.075000', '131226.535000', '131226.995000', '131227.455000', '131227.915000', '131228.375000', '131228.835000', '131229.295000', '131229.755000', '131230.215000', '131230.675000', '131231.135000', '131231.595000', '131232.055000', '131232.515000', '131232.975000', '131233.435000', '131233.895000', '131234.355000', '131234.815000', '131235.275000', '131235.735000', '131236.195000', '131236.655000', '131237.115000', '131237.575000', '131238.035000', '131238.495000', '131238.955000', '131239.415000', '131239.875000', '131240.335000', '131240.795000', '131241.255000', '131241.715000', '131242.175000', '131242.635000', '131243.095000', '131243.555000', '131244.015000', '131244.475000', '131244.935000', '131245.395000', '131245.855000', '131246.315000', '131246.775000', '131247.235000', '131247.695000', '131248.155000', '131248.615000', '131249.075000', '131249.535000', '131249.995000', '131250.455000', '131250.915000', '131251.375000', '131251.835000', '131252.295000', '131252.755000', '131253.215000', '131253.675000', '131254.135000', '131254.595000', '131255.055000', '131255.515000', '131255.975000', '131256.435000', '131256.895000', '131257.355000', '131257.815000', '131258.275000', '131258.735000', '131259.195000', '131259.655000', '131300.115000', '131300.575000', '131301.035000', '131301.495000', '131301.955000', '131302.415000', '131302.875000', '131303.335000', '131303.795000', '131304.255000', '131304.715000', '131305.175000', '131305.635000', '131306.095000', '131306.555000', '131307.015000', '131307.475000', '131307.935000', '131308.395000', '131308.855000', '131309.315000', '131309.775000', '131310.235000', '131310.695000', '131311.155000', '131311.615000', '131312.075000', '131312.535000', '131312.995000', '131313.455000', '131313.915000', '131314.375000', '131314.835000', '131315.295000', '131315.755000', '131316.215000', '131316.675000', '131317.135000', '131317.595000', '131318.055000', '131318.515000', '131318.975000', '131319.435000', '131319.895000', '131320.355000', '131320.815000', '131321.275000', '131321.735000', '131322.195000', '131322.655000', '131323.115000', '131323.575000', '131324.035000', '131324.495000', '131324.955000', '131325.415000', '131325.875000', '131326.335000', '131326.795000', '131327.255000', '131327.715000', '131328.175000', '131328.635000', '131329.095000', '131329.555000', '131330.015000', '131330.475000', '131330.935000', '131331.395000', '131331.855000', '131332.315000', '131332.775000', '131333.235000', '131333.695000', '131334.155000', '131334.615000', '131335.075000', '131335.535000', '131335.995000', '131336.455000', '131336.915000', '131337.375000', '131337.835000', '131338.295000', '131338.755000', '131339.215000', '131339.675000', '131340.135000', '131340.595000', '131341.055000', '131341.515000', '131341.975000', '131342.435000', '131342.895000', '131343.355000', '131343.815000', '131344.275000', '131344.735000', '131345.195000', '131345.655000', '131346.115000', '131346.575000', '131347.035000', '131347.495000', '131347.955000', '131348.415000', '131348.875000', '131349.335000', '131349.795000', '131350.255000', '131350.715000', '131351.175000', '131351.635000', '131352.095000', '131352.555000', '131353.015000', '131353.475000', '131353.935000', '131354.395000', '131354.855000', '131355.315000', '131355.775000', '131356.235000', '131356.695000', '131357.155000', '131357.615000', '131358.075000', '131358.535000', '131358.995000', '131359.455000', '131359.915000', '131400.375000', '131400.835000', '131401.295000', '131401.755000', '131402.215000', '131402.675000', '131403.135000', '131403.595000', '131404.055000', '131404.515000', '131404.975000', '131405.435000', '131405.895000', '131406.355000', '131406.815000', '131407.275000', '131407.735000', '131408.195000', '131408.655000', '131409.115000', '131409.575000', '131410.035000', '131410.495000', '131410.955000', '131411.415000', '131411.875000', '131412.335000', '131412.795000', '131413.255000', '131413.715000', '131414.175000', '131414.635000', '131415.095000', '131415.555000', '131416.015000', '131416.475000', '131416.935000', '131417.395000', '131417.855000', '131418.315000', '131418.775000', '131419.235000', '131419.695000', '131420.155000', '131420.615000', '131421.075000', '131421.535000', '131421.995000', '131422.455000', '131422.915000', '131423.375000', '131423.835000', '131424.295000', '131424.755000', '131425.215000', '131425.675000', '131426.135000', '131426.595000', '131427.055000', '131427.515000', '131427.975000', '131428.435000', '131428.895000', '131429.355000', '131429.815000', '131430.275000', '131430.735000', '131431.195000', '131431.655000', '131432.115000', '131432.575000', '131433.035000', '131433.495000', '131433.955000', '131434.415000', '131434.875000', '131435.335000', '131435.795000', '131436.255000', '131436.715000', '131437.175000', '131437.635000', '131438.095000', '131438.555000', '131439.015000', '131439.475000', '131439.935000', '131440.395000', '131440.855000', '131441.315000', '131441.775000', '131442.235000', '131442.695000', '131443.155000', '131443.615000', '131444.075000', '131444.535000', '131444.995000', '131445.455000', '131445.915000', '131446.375000', '131446.835000', '131447.295000', '131447.755000', '131448.215000', '131448.675000', '131449.135000', '131449.595000', '131450.055000', '131450.515000', '131450.975000', '131451.435000', '131451.895000', '131452.355000', '131452.815000', '131453.275000', '131453.735000', '131454.195000', '131454.655000', '131455.115000', '131455.575000', '131456.035000', '131456.495000', '131456.955000', '131457.415000', '131457.875000', '131458.335000', '131458.795000', '131459.255000', '131459.715000', '131500.175000', '131500.635000', '131501.095000', '131501.555000', '131502.015000', '131502.475000', '131502.935000', '131503.395000', '131503.855000', '131504.315000', '131504.775000', '131505.235000', '131505.695000', '131506.155000', '131506.615000', '131507.075000', '131507.535000', '131507.995000', '131508.455000', '131508.915000', '131509.375000', '131509.835000', '131510.295000', '131510.755000', '131511.215000', '131511.675000', '131512.135000', '131512.595000', '131513.055000', '131513.515000', '131513.975000', '131514.435000', '131514.895000', '131515.355000', '131515.815000', '131516.275000', '131516.735000', '131517.195000', '131517.655000', '131518.115000', '131518.575000', '131519.035000', '131519.495000', '131519.955000', '131520.415000', '131520.875000', '131521.335000', '131521.795000', '131522.255000', '131522.715000', '131523.175000', '131523.635000', '131524.095000', '131524.555000', '131525.015000', '131525.475000', '131525.935000', '131526.395000', '131526.855000', '131527.315000', '131527.775000', '131528.235000', '131528.695000', '131529.155000', '131529.615000', '131530.075000', '131530.535000', '131530.995000', '131531.455000', '131531.915000', '131532.375000', '131532.835000', '131533.295000', '131533.755000', '131534.215000', '131534.675000', '131535.135000', '131535.595000', '131536.055000', '131536.515000', '131536.975000', '131537.435000', '131537.895000', '131538.355000', '131538.815000', '131539.275000', '131539.735000', '131540.195000', '131540.655000', '131541.115000', '131541.575000', '131542.035000', '131542.495000', '131542.955000', '131543.415000', '131543.875000', '131544.335000', '131544.795000', '131545.255000', '131545.715000', '131546.175000', '131546.635000', '131547.095000', '131547.555000', '131548.015000', '131548.475000', '131548.935000', '131549.395000', '131549.855000', '131550.315000', '131550.775000', '131551.235000', '131551.695000', '131552.155000', '131552.615000', '131553.075000', '131553.535000', '131553.995000', '131554.455000', '131554.915000', '131555.375000', '131555.835000', '131556.295000', '131556.755000', '131557.215000', '131557.675000', '131558.135000', '131558.595000', '131559.055000', '131559.515000', '131559.975000', '131600.435000', '131600.895000', '131601.355000', '131601.815000', '131602.275000', '131602.735000', '131603.195000', '131603.655000', '131604.115000', '131604.575000', '131605.035000', '131605.495000', '131605.955000', '131606.415000', '131606.875000', '131607.335000', '131607.795000', '131608.255000', '131608.715000', '131609.175000', '131609.635000', '131610.095000', '131610.555000', '131611.015000', '131611.475000', '131611.935000', '131612.395000', '131612.855000', '131613.315000', '131613.775000', '131614.235000', '131614.695000', '131615.155000', '131615.615000', '131616.075000', '131616.535000', '131616.995000', '131617.455000', '131617.915000', '131618.375000', '131618.835000', '131619.295000', '131619.755000', '131620.215000', '131620.675000', '131621.135000', '131621.595000', '131622.055000', '131622.515000', '131622.975000', '131623.435000', '131623.895000', '131624.355000', '131624.815000', '131625.275000', '131625.735000', '131626.195000', '131626.655000', '131627.115000', '131627.575000', '131628.035000', '131628.495000', '131628.955000', '131629.415000', '131629.875000', '131630.335000', '131630.795000', '131631.255000', '131631.715000', '131632.175000', '131632.635000', '131633.095000', '131633.555000', '131634.015000', '131634.475000', '131634.935000', '131635.395000', '131635.855000', '131636.315000', '131636.775000', '131637.235000', '131637.695000', '131638.155000', '131638.615000', '131639.075000', '131639.535000', '131639.995000', '131640.455000', '131640.915000', '131641.375000', '131641.835000', '131642.295000', '131642.755000', '131643.215000', '131643.675000', '131644.135000', '131644.595000', '131645.055000', '131645.515000', '131645.975000', '131646.435000', '131646.895000', '131647.355000', '131647.815000', '131648.275000', '131648.735000', '131649.195000', '131649.655000', '131650.115000', '131650.575000', '131651.035000', '131651.495000', '131651.955000', '131652.415000', '131652.875000', '131653.335000', '131653.795000', '131654.255000', '131654.715000', '131655.175000', '131655.635000', '131656.095000', '131656.555000', '131657.015000', '131657.475000', '131657.935000', '131658.395000', '131658.855000', '131659.315000', '131659.775000', '131700.235000', '131700.695000', '131701.155000', '131701.615000', '131702.075000', '131702.535000', '131702.995000', '131703.455000', '131703.915000', '131704.375000', '131704.835000', '131705.295000', '131705.755000', '131706.215000', '131706.675000', '131707.135000', '131707.595000', '131708.055000', '131708.515000', '131708.975000', '131709.435000', '131709.895000', '131710.355000', '131710.815000', '131711.275000', '131711.735000', '131712.195000', '131712.655000', '131713.115000', '131713.575000', '131714.035000', '131714.495000', '131714.955000', '131715.415000', '131715.875000', '131716.335000', '131716.795000', '131717.255000', '131717.715000', '131718.175000', '131718.635000', '131719.095000', '131719.555000', '131720.015000', '131720.475000', '131720.935000', '131721.395000', '131721.855000', '131722.315000', '131722.775000', '131723.235000', '131723.695000', '131724.155000', '131724.615000', '131725.075000', '131725.535000', '131725.995000', '131726.455000', '131726.915000', '131727.375000', '131727.835000', '131728.295000', '131728.755000', '131729.215000', '131729.675000', '131730.135000', '131730.595000', '131731.055000', '131731.515000', '131731.975000', '131732.435000', '131732.895000', '131733.355000', '131733.815000', '131734.275000', '131734.735000', '131735.195000', '131735.655000', '131736.115000', '131736.575000', '131737.035000', '131737.495000', '131737.955000', '131738.415000', '131738.875000', '131739.335000', '131739.795000', '131740.255000', '131740.715000', '131741.175000', '131741.635000', '131742.095000', '131742.555000', '131743.015000', '131743.475000', '131743.935000', '131744.395000', '131744.855000', '131745.315000', '131745.775000', '131746.235000', '131746.695000', '131747.155000', '131747.615000', '131748.075000', '131748.535000', '131748.995000', '131749.455000', '131749.915000', '131750.375000', '131750.835000', '131751.295000', '131751.755000', '131752.215000', '131752.675000', '131753.135000', '131753.595000', '131754.055000', '131754.515000', '131754.975000', '131755.435000', '131755.895000', '131756.355000', '131756.815000', '131757.275000', '131757.735000', '131758.195000', '131758.655000', '131759.115000', '131759.575000', '131800.035000', '131800.495000', '131800.955000', '131801.415000', '131801.875000', '131802.335000', '131802.795000', '131803.255000', '131803.715000', '131804.175000', '131804.635000', '131805.095000', '131805.555000', '131806.015000', '131806.475000', '131806.935000', '131807.395000', '131807.855000', '131808.315000', '131808.775000', '131809.235000', '131809.695000', '131810.155000', '131810.615000', '131811.075000', '131811.535000', '131811.995000', '131812.455000', '131812.915000', '131813.375000', '131813.835000', '131814.295000', '131814.755000', '131815.215000', '131815.675000', '131816.135000', '131816.595000', '131817.055000', '131817.515000', '131817.975000', '131818.435000', '131818.895000', '131819.355000', '131819.815000', '131820.275000', '131820.735000', '131821.195000', '131821.655000', '131822.115000', '131822.575000', '131823.035000', '131823.495000', '131823.955000', '131824.415000', '131824.875000', '131825.335000', '131825.795000', '131826.255000', '131826.715000', '131827.175000', '131827.635000', '131828.095000', '131828.555000', '131829.015000', '131829.475000', '131829.935000', '131830.395000', '131830.855000', '131831.315000', '131831.775000', '131832.235000', '131832.695000', '131833.155000', '131833.615000', '131834.075000', '131834.535000', '131834.995000', '131835.455000', '131835.915000', '131836.375000', '131836.835000', '131837.295000', '131837.755000', '131838.215000', '131838.675000', '131839.135000', '131839.595000', '131840.055000', '131840.515000', '131840.975000', '131841.435000', '131841.895000', '131842.355000', '131842.815000', '131843.275000', '131843.735000', '131844.195000', '131844.655000', '131845.115000', '131845.575000', '131846.035000', '131846.495000', '131846.955000', '131847.415000', '131847.875000', '131848.335000', '131848.795000', '131849.255000', '131849.715000', '131850.175000', '131850.635000', '131851.095000', '131851.555000', '131852.015000', '131852.475000', '131852.935000', '131853.395000', '131853.855000', '131854.315000', '131854.775000', '131855.235000', '131855.695000', '131856.155000', '131856.615000', '131857.075000', '131857.535000', '131857.995000', '131858.455000', '131858.915000', '131859.375000', '131859.835000', '131900.295000', '131900.755000', '131901.215000', '131901.675000', '131902.135000', '131902.595000', '131903.055000', '131903.515000', '131903.975000', '131904.435000', '131904.895000', '131905.355000', '131905.815000', '131906.275000', '131906.735000', '131907.195000', '131907.655000', '131908.115000', '131908.575000', '131909.035000', '131909.495000', '131909.955000', '131910.415000', '131910.875000', '131911.335000', '131911.795000', '131912.255000', '131912.715000', '131913.175000', '131913.635000', '131914.095000', '131914.555000', '131915.015000', '131915.475000', '131915.935000', '131916.395000', '131916.855000', '131917.315000', '131917.775000', '131918.235000', '131918.695000', '131919.155000', '131919.615000', '131920.075000', '131920.535000', '131920.995000', '131921.455000', '131921.915000', '131922.375000', '131922.835000', '131923.295000', '131923.755000', '131924.215000', '131924.675000', '131925.135000', '131925.595000', '131926.055000', '131926.515000', '131926.975000', '131927.435000', '131927.895000', '131928.355000', '131928.815000', '131929.275000', '131929.735000', '131930.195000', '131930.655000', '131931.115000', '131931.575000', '131932.035000', '131932.495000', '131932.955000', '131933.415000', '131933.875000', '131934.335000', '131934.795000', '131935.255000', '131935.715000', '131936.175000', '131936.635000', '131937.095000', '131937.555000', '131938.015000', '131938.475000', '131938.935000', '131939.395000', '131939.855000', '131940.315000', '131940.775000', '131941.235000', '131941.695000', '131942.155000', '131942.615000', '131943.075000', '131943.535000', '131943.995000', '131944.455000', '131944.915000', '131945.375000', '131945.835000', '131946.295000', '131946.755000', '131947.215000', '131947.675000', '131948.135000', '131948.595000', '131949.055000', '131949.515000', '131949.975000', '131950.435000', '131950.895000', '131951.355000', '131951.815000', '131952.275000', '131952.735000', '131953.195000', '131953.655000', '131954.115000', '131954.575000', '131955.035000', '131955.495000', '131955.955000', '131956.415000', '131956.875000', '131957.335000', '131957.795000', '131958.255000', '131958.715000', '131959.175000', '131959.635000', '132000.095000', '132000.555000', '132001.015000', '132001.475000', '132001.935000', '132002.395000', '132002.855000', '132003.315000', '132003.775000', '132004.235000', '132004.695000', '132005.155000', '132005.615000', '132006.075000', '132006.535000', '132006.995000', '132007.455000', '132007.915000', '132008.375000', '132008.835000', '132009.295000', '132009.755000', '132010.215000', '132010.675000', '132011.135000', '132011.595000', '132012.055000', '132012.515000', '132012.975000', '132013.435000', '132013.895000', '132014.355000', '132014.815000', '132015.275000', '132015.735000', '132016.195000', '132016.655000', '132017.115000', '132017.575000', '132018.035000', '132018.495000', '132018.955000', '132019.415000', '132019.875000', '132020.335000', '132020.795000', '132021.255000', '132021.715000', '132022.175000', '132022.635000', '132023.095000', '132023.555000', '132024.015000', '132024.475000', '132024.935000', '132025.395000', '132025.855000', '132026.315000', '132026.775000', '132027.235000', '132027.695000', '132028.155000', '132028.615000', '132029.075000', '132029.535000', '132029.995000', '132030.455000', '132030.915000', '132031.375000', '132031.835000', '132032.295000', '132032.755000', '132033.215000', '132033.675000', '132034.135000', '132034.595000', '132035.055000', '132035.515000', '132035.975000', '132036.435000', '132036.895000', '132037.355000', '132037.815000', '132038.275000', '132038.735000', '132039.195000', '132039.655000', '132040.115000', '132040.575000', '132041.035000', '132041.495000', '132041.955000', '132042.415000', '132042.875000', '132043.335000', '132043.795000', '132044.255000', '132044.715000', '132045.175000', '132045.635000', '132046.095000', '132046.555000', '132047.015000', '132047.475000', '132047.935000', '132048.395000', '132048.855000', '132049.315000', '132049.775000', '132050.235000', '132050.695000', '132051.155000', '132051.615000', '132052.075000', '132052.535000', '132052.995000', '132053.455000', '132053.915000', '132054.375000', '132054.835000', '132055.295000', '132055.755000', '132056.215000', '132056.675000', '132057.135000', '132057.595000', '132058.055000', '132058.515000', '132058.975000', '132059.435000', '132059.895000', '132100.355000', '132100.815000', '132101.275000', '132101.735000', '132102.195000', '132102.655000', '132103.115000', '132103.575000', '132104.035000', '132104.495000', '132104.955000', '132105.415000', '132105.875000', '132106.335000', '132106.795000', '132107.255000', '132107.715000', '132108.175000', '132108.635000', '132109.095000', '132109.555000', '132110.015000', '132110.475000', '132110.935000', '132111.395000', '132111.855000', '132112.315000', '132112.775000', '132113.235000', '132113.695000', '132114.155000', '132114.615000', '132115.075000', '132115.535000', '132115.995000', '132116.455000', '132116.915000', '132117.375000', '132117.835000', '132118.295000', '132118.755000', '132119.215000', '132119.675000', '132120.135000', '132120.595000', '132121.055000', '132121.515000', '132121.975000', '132122.435000', '132122.895000', '132123.355000', '132123.815000', '132124.275000', '132124.735000', '132125.195000', '132125.655000', '132126.115000', '132126.575000', '132127.035000', '132127.495000', '132127.955000', '132128.415000', '132128.875000', '132129.335000', '132129.795000', '132130.255000', '132130.715000', '132131.175000', '132131.635000', '132132.095000', '132132.555000', '132133.015000', '132133.475000', '132133.935000', '132134.395000', '132134.855000', '132135.315000', '132135.775000', '132136.235000', '132136.695000', '132137.155000', '132137.615000', '132138.075000', '132138.535000', '132138.995000', '132139.455000', '132139.915000', '132140.375000', '132140.835000', '132141.295000', '132141.755000', '132142.215000', '132142.675000', '132143.135000', '132143.595000', '132144.055000', '132144.515000', '132144.975000', '132145.435000', '132145.895000', '132146.355000', '132146.815000', '132147.275000', '132147.735000', '132148.195000', '132148.655000', '132149.115000', '132149.575000', '132150.035000', '132150.495000', '132150.955000', '132151.415000', '132151.875000', '132152.335000', '132152.795000', '132153.255000', '132153.715000', '132154.175000', '132154.635000', '132155.095000', '132155.555000', '132156.015000', '132156.475000', '132156.935000', '132157.395000', '132157.855000', '132158.315000', '132158.775000', '132159.235000', '132159.695000', '132200.155000', '132200.615000', '132201.075000', '132201.535000', '132201.995000', '132202.455000', '132202.915000', '132203.375000', '132203.835000', '132204.295000', '132204.755000', '132205.215000', '132205.675000', '132206.135000', '132206.595000', '132207.055000', '132207.515000', '132207.975000', '132208.435000', '132208.895000', '132209.355000', '132209.815000', '132210.275000', '132210.735000', '132211.195000', '132211.655000', '132212.115000', '132212.575000', '132213.035000', '132213.495000', '132213.955000', '132214.415000', '132214.875000', '132215.335000', '132215.795000', '132216.255000', '132216.715000', '132217.175000', '132217.635000', '132218.095000', '132218.555000', '132219.015000', '132219.475000', '132219.935000', '132220.395000', '132220.855000', '132221.315000', '132221.775000', '132222.235000', '132222.695000', '132223.155000', '132223.615000', '132224.075000', '132224.535000', '132224.995000', '132225.455000', '132225.915000', '132226.375000', '132226.835000', '132227.295000', '132227.755000', '132228.215000', '132228.675000', '132229.135000', '132229.595000', '132230.055000', '132230.515000', '132230.975000', '132231.435000', '132231.895000', '132232.355000', '132232.815000', '132233.275000', '132233.735000', '132234.195000', '132234.655000', '132235.115000', '132235.575000', '132236.035000', '132236.495000', '132236.955000', '132237.415000', '132237.875000', '132238.335000', '132238.795000', '132239.255000', '132239.715000', '132240.175000', '132240.635000', '132241.095000', '132241.555000', '132242.015000', '132242.475000', '132242.935000', '132243.395000', '132243.855000', '132244.315000', '132244.775000', '132245.235000', '132245.695000', '132246.155000', '132246.615000', '132247.075000', '132247.535000', '132247.995000', '132248.455000', '132248.915000', '132249.375000', '132249.835000', '132250.295000', '132250.755000', '132251.215000', '132251.675000', '132252.135000', '132252.595000', '132253.055000', '132253.515000', '132253.975000', '132254.435000', '132254.895000', '132255.355000', '132255.815000', '132256.275000', '132256.735000', '132257.195000', '132257.655000', '132258.115000', '132258.575000', '132259.035000', '132259.495000', '132259.955000', '132300.415000', '132300.875000', '132301.335000', '132301.795000', '132302.255000', '132302.715000', '132303.175000', '132303.635000', '132304.095000', '132304.555000', '132305.015000', '132305.475000', '132305.935000', '132306.395000', '132306.855000', '132307.315000', '132307.775000', '132308.235000', '132308.695000', '132309.155000', '132309.615000', '132310.075000', '132310.535000', '132310.995000', '132311.455000', '132311.915000', '132312.375000', '132312.835000', '132313.295000', '132313.755000', '132314.215000', '132314.675000', '132315.135000', '132315.595000', '132316.055000', '132316.515000', '132316.975000', '132317.435000', '132317.895000', '132318.355000', '132318.815000', '132319.275000', '132319.735000', '132320.195000', '132320.655000', '132321.115000', '132321.575000', '132322.035000', '132322.495000', '132322.955000', '132323.415000', '132323.875000', '132324.335000', '132324.795000', '132325.255000', '132325.715000', '132326.175000', '132326.635000', '132327.095000', '132327.555000', '132328.015000', '132328.475000', '132328.935000', '132329.395000', '132329.855000', '132330.315000', '132330.775000', '132331.235000', '132331.695000', '132332.155000', '132332.615000', '132333.075000', '132333.535000', '132333.995000', '132334.455000', '132334.915000', '132335.375000', '132335.835000', '132336.295000', '132336.755000', '132337.215000', '132337.675000', '132338.135000', '132338.595000', '132339.055000', '132339.515000', '132339.975000', '132340.435000', '132340.895000', '132341.355000', '132341.815000', '132342.275000', '132342.735000', '132343.195000', '132343.655000', '132344.115000', '132344.575000', '132345.035000', '132345.495000', '132345.955000', '132346.415000', '132346.875000', '132347.335000', '132347.795000', '132348.255000', '132348.715000', '132349.175000', '132349.635000', '132350.095000', '132350.555000', '132351.015000', '132351.475000', '132351.935000', '132352.395000', '132352.855000', '132353.315000', '132353.775000', '132354.235000', '132354.695000', '132355.155000', '132355.615000', '132356.075000', '132356.535000', '132356.995000', '132357.455000', '132357.915000', '132358.375000', '132358.835000', '132359.295000', '132359.755000', '132400.215000', '132400.675000', '132401.135000', '132401.595000', '132402.055000', '132402.515000', '132402.975000', '132403.435000', '132403.895000', '132404.355000', '132404.815000', '132405.275000', '132405.735000', '132406.195000', '132406.655000', '132407.115000', '132407.575000', '132408.035000', '132408.495000', '132408.955000', '132409.415000', '132409.875000', '132410.335000', '132410.795000', '132411.255000', '132411.715000', '132412.175000', '132412.635000', '132413.095000', '132413.555000', '132414.015000', '132414.475000', '132414.935000', '132415.395000', '132415.855000', '132416.315000', '132416.775000', '132417.235000', '132417.695000', '132418.155000', '132418.615000', '132419.075000', '132419.535000', '132419.995000', '132420.455000', '132420.915000', '132421.375000', '132421.835000', '132422.295000', '132422.755000', '132423.215000', '132423.675000', '132424.135000', '132424.595000', '132425.055000', '132425.515000', '132425.975000', '132426.435000', '132426.895000', '132427.355000', '132427.815000', '132428.275000', '132428.735000', '132429.195000', '132429.655000', '132430.115000', '132430.575000', '132431.035000', '132431.495000', '132431.955000', '132432.415000', '132432.875000', '132433.335000', '132433.795000', '132434.255000', '132434.715000', '132435.175000', '132435.635000', '132436.095000', '132436.555000', '132437.015000', '132437.475000', '132437.935000', '132438.395000', '132438.855000', '132439.315000', '132439.775000', '132440.235000', '132440.695000', '132441.155000', '132441.615000', '132442.075000', '132442.535000', '132442.995000', '132443.455000', '132443.915000', '132444.375000', '132444.835000', '132445.295000', '132445.755000', '132446.215000', '132446.675000', '132447.135000', '132447.595000', '132448.055000', '132448.515000', '132448.975000', '132449.435000', '132449.895000', '132450.355000', '132450.815000', '132451.275000', '132451.735000', '132452.195000', '132452.655000', '132453.115000', '132453.575000', '132454.035000', '132454.495000', '132454.955000', '132455.415000', '132455.875000', '132456.335000', '132456.795000', '132457.255000', '132457.715000', '132458.175000', '132458.635000', '132459.095000', '132459.555000', '132500.015000', '132500.475000', '132500.935000', '132501.395000', '132501.855000', '132502.315000', '132502.775000', '132503.235000', '132503.695000', '132504.155000', '132504.615000', '132505.075000', '132505.535000', '132505.995000', '132506.455000', '132506.915000', '132507.375000', '132507.835000', '132508.295000', '132508.755000', '132509.215000', '132509.675000', '132510.135000', '132510.595000', '132511.055000', '132511.515000', '132511.975000', '132512.435000', '132512.895000', '132513.355000', '132513.815000', '132514.275000', '132514.735000', '132515.195000', '132515.655000', '132516.115000', '132516.575000', '132517.035000', '132517.495000', '132517.955000', '132518.415000', '132518.875000', '132519.335000', '132519.795000', '132520.255000', '132520.715000', '132521.175000', '132521.635000', '132522.095000', '132522.555000', '132523.015000', '132523.475000', '132523.935000', '132524.395000', '132524.855000', '132525.315000', '132525.775000', '132526.235000', '132526.695000', '132527.155000', '132527.615000', '132528.075000', '132528.535000', '132528.995000', '132529.455000', '132529.915000', '132530.375000', '132530.835000', '132531.295000', '132531.755000', '132532.215000', '132532.675000', '132533.135000', '132533.595000', '132534.055000', '132534.515000', '132534.975000', '132535.435000', '132535.895000', '132536.355000', '132536.815000', '132537.275000', '132537.735000', '132538.195000', '132538.655000', '132539.115000', '132539.575000', '132540.035000', '132540.495000', '132540.955000', '132541.415000', '132541.875000', '132542.335000', '132542.795000', '132543.255000', '132543.715000', '132544.175000', '132544.635000', '132545.095000', '132545.555000', '132546.015000', '132546.475000', '132546.935000'], 'ContentTime': ['131159.279000', '131159.282000', '131159.285000', '131159.288000', '131159.291000', '131159.293000', '131159.296000', '131159.299000', '131159.302000', '131159.305000', '131159.308000', '131159.310000', '131159.313000', '131159.332000', '131159.335000', '131159.338000', '131159.341000', '131159.344000', '131159.346000', '131159.349000', '131159.352000', '131159.355000', '131159.358000', '131159.360000', '131159.363000', '131159.366000', '131159.369000', '131159.372000', '131159.374000', '131159.377000', '131159.381000', '131159.384000', '131159.387000', '131159.390000', '131159.393000', '131159.395000', '131159.398000', '131159.401000', '131159.404000', '131159.407000', '131159.410000', '131159.413000', '131159.415000', '131159.418000', '131159.421000', '131159.424000', '131159.427000', '131159.430000', '131159.432000', '131159.435000', '131159.438000', '131159.441000', '131159.444000', '131159.453000', '131159.455000', '131159.458000', '131159.461000', '131219.251000', '131219.254000', '131219.257000', '131219.260000', '131219.263000', '131219.267000', '131219.269000', '131219.273000', '131219.276000', '131219.278000', '131219.281000', '131219.284000', '131219.287000', '131219.290000', '131219.293000', '131219.296000', '131219.298000', '131219.301000', '131219.304000', '131219.311000', '131219.313000', '131219.316000', '131219.319000', '131219.322000', '131219.325000', '131219.328000', '131219.330000', '131219.334000', '131219.336000', '131219.339000', '131219.342000', '131219.345000', '131219.348000', '131219.350000', '131219.353000', '131219.356000', '131219.359000', '131219.362000', '131219.364000', '131219.367000', '131219.370000', '131219.373000', '131219.376000', '131239.250000', '131239.253000', '131239.256000', '131239.259000', '131239.261000', '131239.271000', '131239.274000', '131239.277000', '131239.280000', '131239.282000', '131239.285000', '131239.288000', '131239.291000', '131239.294000', '131239.297000', '131239.300000', '131239.303000', '131239.305000', '131239.308000', '131239.311000', '131239.314000', '131239.317000', '131239.320000', '131239.322000', '131239.325000', '131239.328000', '131239.331000', '131239.334000', '131239.337000', '131239.339000', '131239.342000', '131239.345000', '131239.348000', '131239.351000', '131239.354000', '131239.357000', '131239.359000', '131239.362000', '131239.365000', '131239.368000', '131239.371000', '131239.374000', '131239.377000', '131239.379000', '131259.250000', '131259.253000', '131259.256000', '131259.267000', '131259.270000', '131259.272000', '131259.275000', '131259.278000', '131259.281000', '131259.284000', '131259.287000', '131259.292000', '131259.295000', '131259.298000', '131259.301000', '131259.304000', '131259.307000', '131259.310000', '131259.313000', '131259.316000', '131259.318000', '131259.321000', '131259.324000', '131259.327000', '131259.330000', '131259.333000', '131259.336000', '131259.338000', '131259.341000', '131259.344000', '131259.347000', '131259.350000', '131259.353000', '131259.355000', '131259.358000', '131259.361000', '131259.364000', '131259.367000', '131259.370000', '131259.373000', '131259.375000', '131259.378000', '131259.381000', '131319.250000', '131319.253000', '131319.256000', '131319.259000', '131319.261000', '131319.264000', '131319.267000', '131319.270000', '131319.273000', '131319.276000', '131319.279000', '131319.282000', '131319.284000', '131319.287000', '131319.290000', '131319.293000', '131319.296000', '131319.299000', '131319.302000', '131319.304000', '131319.307000', '131319.310000', '131319.313000', '131319.316000', '131319.318000', '131319.321000', '131319.324000', '131319.327000', '131319.330000', '131319.333000', '131319.336000', '131319.339000', '131319.341000', '131319.344000', '131319.347000', '131319.350000', '131319.353000', '131319.356000', '131319.359000', '131319.374000', '131319.377000', '131319.380000', '131319.383000', '131319.385000', '131339.250000', '131339.253000', '131339.256000', '131339.259000', '131339.262000', '131339.264000', '131339.267000', '131339.270000', '131339.273000', '131339.276000', '131339.279000', '131339.282000', '131339.284000', '131339.287000', '131339.290000', '131339.293000', '131339.296000', '131339.299000', '131339.303000', '131339.307000', '131339.310000', '131339.313000', '131339.316000', '131339.319000', '131339.322000', '131339.325000', '131339.328000', '131339.330000', '131339.333000', '131339.336000', '131339.339000', '131339.342000', '131339.345000', '131339.348000', '131339.350000', '131339.353000', '131339.356000', '131339.359000', '131339.362000', '131339.365000', '131339.371000', '131339.374000', '131339.377000', '131359.250000', '131359.253000', '131359.256000', '131359.259000', '131359.262000', '131359.264000', '131359.267000', '131359.270000', '131359.273000', '131359.276000', '131359.279000', '131359.282000', '131359.284000', '131359.287000', '131359.290000', '131359.293000', '131359.296000', '131359.299000', '131359.302000', '131359.304000', '131359.307000', '131359.310000', '131359.313000', '131359.316000', '131359.319000', '131359.322000', '131359.324000', '131359.327000', '131359.330000', '131359.333000', '131359.336000', '131359.339000', '131359.342000', '131359.344000', '131359.347000', '131359.350000', '131359.353000', '131359.356000', '131359.359000', '131359.362000', '131359.369000', '131359.372000', '131359.375000', '131359.378000', '131419.250000', '131419.253000', '131419.256000', '131419.259000', '131419.262000', '131419.265000', '131419.268000', '131419.270000', '131419.273000', '131419.276000', '131419.279000', '131419.282000', '131419.285000', '131419.287000', '131419.291000', '131419.293000', '131419.296000', '131419.299000', '131419.302000', '131419.305000', '131419.308000', '131419.311000', '131419.314000', '131419.317000', '131419.320000', '131419.322000', '131419.325000', '131419.328000', '131419.331000', '131419.334000', '131419.337000', '131419.340000', '131419.343000', '131419.346000', '131419.348000', '131419.351000', '131419.354000', '131419.357000', '131419.360000', '131419.363000', '131419.366000', '131419.369000', '131419.371000', '131439.251000', '131439.254000', '131439.257000', '131439.260000', '131439.263000', '131439.265000', '131439.268000', '131439.271000', '131439.274000', '131439.277000', '131439.280000', '131439.283000', '131439.286000', '131439.288000', '131439.291000', '131439.294000', '131439.297000', '131439.300000', '131439.303000', '131439.306000', '131439.308000', '131439.311000', '131439.314000', '131439.317000', '131439.320000', '131439.323000', '131439.325000', '131439.328000', '131439.331000', '131439.334000', '131439.337000', '131439.340000', '131439.343000', '131439.346000', '131439.348000', '131439.351000', '131439.354000', '131439.357000', '131439.360000', '131439.363000', '131439.366000', '131439.368000', '131439.371000', '131439.374000', '131459.250000', '131459.253000', '131459.256000', '131459.259000', '131459.262000', '131459.265000', '131459.268000', '131459.270000', '131459.273000', '131459.276000', '131459.279000', '131459.283000', '131459.286000', '131459.289000', '131459.292000', '131459.295000', '131459.298000', '131459.301000', '131459.303000', '131459.306000', '131459.309000', '131459.318000', '131459.321000', '131459.324000', '131459.327000', '131459.330000', '131459.332000', '131459.335000', '131459.338000', '131459.341000', '131459.344000', '131459.347000', '131459.350000', '131459.353000', '131459.375000', '131459.378000', '131459.381000', '131459.384000', '131459.386000', '131459.389000', '131459.392000', '131459.395000', '131459.398000', '131519.250000', '131519.253000', '131519.256000', '131519.259000', '131519.262000', '131519.265000', '131519.268000', '131519.270000', '131519.273000', '131519.276000', '131519.279000', '131519.282000', '131519.285000', '131519.287000', '131519.290000', '131519.293000', '131519.296000', '131519.299000', '131519.302000', '131519.305000', '131519.308000', '131519.310000', '131519.313000', '131519.316000', '131519.319000', '131519.322000', '131519.325000', '131519.328000', '131519.330000', '131519.333000', '131519.336000', '131519.339000', '131519.342000', '131519.345000', '131519.348000', '131519.351000', '131519.353000', '131519.356000', '131519.359000', '131519.362000', '131519.365000', '131519.368000', '131519.371000', '131519.374000', '131539.250000', '131539.253000', '131539.256000', '131539.259000', '131539.262000', '131539.265000', '131539.268000', '131539.270000', '131539.273000', '131539.276000', '131539.279000', '131539.282000', '131539.285000', '131539.288000', '131539.290000', '131539.293000', '131539.296000', '131539.299000', '131539.302000', '131539.305000', '131539.308000', '131539.311000', '131539.313000', '131539.316000', '131539.319000', '131539.322000', '131539.325000', '131539.328000', '131539.331000', '131539.334000', '131539.336000', '131539.339000', '131539.342000', '131539.345000', '131539.348000', '131539.351000', '131539.354000', '131539.357000', '131539.360000', '131539.362000', '131539.365000', '131539.368000', '131539.371000', '131559.250000', '131559.253000', '131559.256000', '131559.259000', '131559.262000', '131559.265000', '131559.268000', '131559.270000', '131559.273000', '131559.276000', '131559.279000', '131559.282000', '131559.284000', '131559.287000', '131559.290000', '131559.293000', '131559.296000', '131559.299000', '131559.302000', '131559.305000', '131559.307000', '131559.310000', '131559.313000', '131559.316000', '131559.319000', '131559.322000', '131559.325000', '131559.328000', '131559.330000', '131559.333000', '131559.336000', '131559.339000', '131559.342000', '131559.345000', '131559.348000', '131559.351000', '131559.353000', '131559.356000', '131559.359000', '131559.362000', '131559.365000', '131559.368000', '131559.371000', '131559.373000', '131619.250000', '131619.253000', '131619.256000', '131619.259000', '131619.262000', '131619.265000', '131619.267000', '131619.270000', '131619.273000', '131619.276000', '131619.279000', '131619.282000', '131619.285000', '131619.288000', '131619.290000', '131619.293000', '131619.296000', '131619.299000', '131619.302000', '131619.305000', '131619.308000', '131619.311000', '131619.313000', '131619.316000', '131619.320000', '131619.324000', '131619.326000', '131619.329000', '131619.332000', '131619.335000', '131619.338000', '131619.341000', '131619.344000', '131619.347000', '131619.349000', '131619.352000', '131619.355000', '131619.358000', '131619.361000', '131619.364000', '131619.367000', '131619.370000', '131619.372000', '131639.250000', '131639.261000', '131639.264000', '131639.267000', '131639.270000', '131639.273000', '131639.276000', '131639.279000', '131639.282000', '131639.284000', '131639.287000', '131639.290000', '131639.293000', '131639.296000', '131639.299000', '131639.302000', '131639.305000', '131639.308000', '131639.310000', '131639.313000', '131639.316000', '131639.319000', '131639.322000', '131639.325000', '131639.328000', '131639.330000', '131639.333000', '131639.336000', '131639.339000', '131639.342000', '131639.345000', '131639.348000', '131639.351000', '131639.353000', '131639.356000', '131639.359000', '131639.362000', '131639.365000', '131639.368000', '131639.371000', '131639.374000', '131639.376000', '131639.379000', '131639.382000', '131659.251000', '131659.254000', '131659.257000', '131659.260000', '131659.263000', '131659.266000', '131659.274000', '131659.277000', '131659.280000', '131659.282000', '131659.285000', '131659.288000', '131659.291000', '131659.294000', '131659.297000', '131659.300000', '131659.303000', '131659.305000', '131659.308000', '131659.311000', '131659.314000', '131659.317000', '131659.320000', '131659.323000', '131659.326000', '131659.328000', '131659.331000', '131659.334000', '131659.337000', '131659.340000', '131659.343000', '131659.348000', '131659.351000', '131659.354000', '131659.357000', '131659.360000', '131659.362000', '131659.365000', '131659.368000', '131659.371000', '131659.374000', '131659.377000', '131659.380000', '131719.250000', '131719.253000', '131719.256000', '131719.259000', '131719.262000', '131719.265000', '131719.267000', '131719.270000', '131719.273000', '131719.276000', '131719.279000', '131719.282000', '131719.284000', '131719.287000', '131719.290000', '131719.293000', '131719.296000', '131719.299000', '131719.302000', '131719.305000', '131719.307000', '131719.310000', '131719.313000', '131719.316000', '131719.319000', '131719.321000', '131719.324000', '131719.327000', '131719.330000', '131719.333000', '131719.336000', '131719.339000', '131719.342000', '131719.344000', '131719.347000', '131719.350000', '131719.353000', '131719.356000', '131719.359000', '131719.362000', '131719.364000', '131719.367000', '131719.370000', '131719.373000', '131739.250000', '131739.253000', '131739.256000', '131739.259000', '131739.262000', '131739.265000', '131739.267000', '131739.270000', '131739.273000', '131739.276000', '131739.279000', '131739.282000', '131739.284000', '131739.288000', '131739.290000', '131739.293000', '131739.296000', '131739.299000', '131739.302000', '131739.305000', '131739.307000', '131739.310000', '131739.313000', '131739.316000', '131739.319000', '131739.322000', '131739.324000', '131739.327000', '131739.330000', '131739.333000', '131739.336000', '131739.339000', '131739.342000', '131739.345000', '131739.347000', '131739.350000', '131739.353000', '131739.356000', '131739.360000', '131739.363000', '131739.366000', '131739.369000', '131739.372000', '131759.250000', '131759.253000', '131759.256000', '131759.259000', '131759.262000', '131759.265000', '131759.268000', '131759.270000', '131759.273000', '131759.276000', '131759.279000', '131759.282000', '131759.298000', '131759.301000', '131759.304000', '131759.307000', '131759.310000', '131759.313000', '131759.316000', '131759.318000', '131759.321000', '131759.324000', '131759.327000', '131759.330000', '131759.333000', '131759.336000', '131759.339000', '131759.342000', '131759.344000', '131759.347000', '131759.350000', '131759.353000', '131759.356000', '131759.359000', '131759.362000', '131759.364000', '131759.367000', '131759.370000', '131759.373000', '131759.376000', '131759.379000', '131759.382000', '131759.385000', '131759.387000', '131819.250000', '131819.253000', '131819.256000', '131819.259000', '131819.262000', '131819.265000', '131819.268000', '131819.270000', '131819.273000', '131819.276000', '131819.279000', '131819.282000', '131819.285000', '131819.288000', '131819.290000', '131819.293000', '131819.296000', '131819.299000', '131819.302000', '131819.305000', '131819.308000', '131819.311000', '131819.313000', '131819.316000', '131819.319000', '131819.322000', '131819.325000', '131819.328000', '131819.331000', '131819.334000', '131819.336000', '131819.339000', '131819.342000', '131819.345000', '131819.348000', '131819.351000', '131819.354000', '131819.356000', '131819.359000', '131819.362000', '131819.365000', '131819.368000', '131819.371000', '131839.250000', '131839.253000', '131839.256000', '131839.259000', '131839.262000', '131839.265000', '131839.268000', '131839.270000', '131839.273000', '131839.276000', '131839.279000', '131839.282000', '131839.285000', '131839.288000', '131839.291000', '131839.294000', '131839.296000', '131839.299000', '131839.302000', '131839.305000', '131839.308000', '131839.311000', '131839.313000', '131839.316000', '131839.319000', '131839.322000', '131839.325000', '131839.328000', '131839.331000', '131839.334000', '131839.336000', '131839.339000', '131839.342000', '131839.345000', '131839.348000', '131839.351000', '131839.353000', '131839.356000', '131839.359000', '131839.362000', '131839.365000', '131839.368000', '131839.371000', '131839.373000', '131859.250000', '131859.253000', '131859.256000', '131859.259000', '131859.262000', '131859.264000', '131859.267000', '131859.270000', '131859.273000', '131859.276000', '131859.279000', '131859.282000', '131859.285000', '131859.288000', '131859.290000', '131859.293000', '131859.296000', '131859.299000', '131859.302000', '131859.305000', '131859.308000', '131859.310000', '131859.313000', '131859.316000', '131859.319000', '131859.322000', '131859.325000', '131859.328000', '131859.331000', '131859.333000', '131859.336000', '131859.339000', '131859.342000', '131859.345000', '131859.348000', '131859.351000', '131859.354000', '131859.356000', '131859.359000', '131859.362000', '131859.365000', '131859.368000', '131859.371000', '131919.251000', '131919.254000', '131919.257000', '131919.259000', '131919.263000', '131919.265000', '131919.268000', '131919.271000', '131919.274000', '131919.277000', '131919.280000', '131919.282000', '131919.286000', '131919.288000', '131919.291000', '131919.294000', '131919.297000', '131919.300000', '131919.303000', '131919.305000', '131919.308000', '131919.311000', '131919.314000', '131919.330000', '131919.333000', '131919.336000', '131919.339000', '131919.342000', '131919.345000', '131919.347000', '131919.350000', '131919.353000', '131919.356000', '131919.359000', '131919.362000', '131919.365000', '131919.368000', '131919.370000', '131919.373000', '131919.376000', '131919.379000', '131919.382000', '131919.385000', '131919.387000', '131939.250000', '131939.253000', '131939.256000', '131939.259000', '131939.262000', '131939.265000', '131939.268000', '131939.270000', '131939.273000', '131939.276000', '131939.279000', '131939.282000', '131939.285000', '131939.288000', '131939.291000', '131939.293000', '131939.296000', '131939.299000', '131939.302000', '131939.305000', '131939.308000', '131939.310000', '131939.313000', '131939.316000', '131939.319000', '131939.322000', '131939.325000', '131939.328000', '131939.331000', '131939.333000', '131939.336000', '131939.339000', '131939.342000', '131939.345000', '131939.348000', '131939.351000', '131939.354000', '131939.356000', '131939.359000', '131939.362000', '131939.365000', '131939.368000', '131939.371000', '131959.250000', '131959.253000', '131959.256000', '131959.259000', '131959.262000', '131959.265000', '131959.268000', '131959.271000', '131959.274000', '131959.276000', '131959.279000', '131959.282000', '131959.285000', '131959.288000', '131959.291000', '131959.294000', '131959.297000', '131959.300000', '131959.303000', '131959.306000', '131959.308000', '131959.311000', '131959.314000', '131959.317000', '131959.320000', '131959.323000', '131959.326000', '131959.329000', '131959.332000', '131959.335000', '131959.337000', '131959.340000', '131959.343000', '131959.346000', '131959.349000', '131959.352000', '131959.355000', '131959.357000', '131959.360000', '131959.363000', '131959.366000', '131959.369000', '131959.372000', '132019.250000', '132019.253000', '132019.256000', '132019.259000', '132019.262000', '132019.265000', '132019.268000', '132019.271000', '132019.273000', '132019.276000', '132019.279000', '132019.282000', '132019.285000', '132019.288000', '132019.291000', '132019.294000', '132019.296000', '132019.299000', '132019.302000', '132019.305000', '132019.308000', '132019.311000', '132019.314000', '132019.316000', '132019.319000', '132019.322000', '132019.325000', '132019.328000', '132019.331000', '132019.334000', '132019.337000', '132019.339000', '132019.342000', '132019.345000', '132019.348000', '132019.351000', '132019.354000', '132019.357000', '132019.360000', '132019.362000', '132019.365000', '132019.368000', '132019.371000', '132019.374000', '132039.250000', '132039.253000', '132039.256000', '132039.259000', '132039.262000', '132039.265000', '132039.268000', '132039.271000', '132039.274000', '132039.277000', '132039.281000', '132039.283000', '132039.286000', '132039.289000', '132039.292000', '132039.295000', '132039.298000', '132039.301000', '132039.304000', '132039.320000', '132039.323000', '132039.326000', '132039.329000', '132039.332000', '132039.335000', '132039.338000', '132039.341000', '132039.343000', '132039.346000', '132039.349000', '132039.352000', '132039.355000', '132039.358000', '132039.361000', '132039.364000', '132039.366000', '132039.369000', '132039.372000', '132039.375000', '132039.378000', '132039.381000', '132039.383000', '132039.386000', '132059.250000', '132059.253000', '132059.256000', '132059.259000', '132059.262000', '132059.265000', '132059.268000', '132059.271000', '132059.273000', '132059.276000', '132059.279000', '132059.282000', '132059.285000', '132059.288000', '132059.291000', '132059.293000', '132059.296000', '132059.299000', '132059.302000', '132059.305000', '132059.308000', '132059.311000', '132059.314000', '132059.316000', '132059.319000', '132059.322000', '132059.325000', '132059.328000', '132059.331000', '132059.334000', '132059.337000', '132059.339000', '132059.342000', '132059.345000', '132059.348000', '132059.351000', '132059.354000', '132059.357000', '132059.360000', '132059.362000', '132059.365000', '132059.368000', '132059.371000', '132059.374000', '132119.250000', '132119.253000', '132119.256000', '132119.259000', '132119.262000', '132119.265000', '132119.268000', '132119.271000', '132119.273000', '132119.276000', '132119.279000', '132119.282000', '132119.285000', '132119.288000', '132119.291000', '132119.294000', '132119.297000', '132119.300000', '132119.303000', '132119.306000', '132119.309000', '132119.312000', '132119.314000', '132119.317000', '132119.320000', '132119.323000', '132119.326000', '132119.329000', '132119.332000', '132119.335000', '132119.337000', '132119.340000', '132119.343000', '132119.346000', '132119.349000', '132119.352000', '132119.355000', '132119.358000', '132119.360000', '132119.363000', '132119.366000', '132119.369000', '132119.372000', '132139.251000', '132139.254000', '132139.257000', '132139.260000', '132139.263000', '132139.266000', '132139.269000', '132139.272000', '132139.275000', '132139.278000', '132139.281000', '132139.284000', '132139.287000', '132139.290000', '132139.293000', '132139.296000', '132139.299000', '132139.302000', '132139.305000', '132139.307000', '132139.311000', '132139.313000', '132139.316000', '132139.319000', '132139.322000', '132139.325000', '132139.328000', '132139.331000', '132139.334000', '132139.337000', '132139.340000', '132139.343000', '132139.346000', '132139.349000', '132139.352000', '132139.355000', '132139.357000', '132139.360000', '132139.363000', '132139.366000', '132139.369000', '132139.372000', '132139.375000', '132139.378000', '132159.250000', '132159.253000', '132159.268000', '132159.271000', '132159.273000', '132159.276000', '132159.279000', '132159.282000', '132159.285000', '132159.288000', '132159.291000', '132159.294000', '132159.296000', '132159.299000', '132159.302000', '132159.305000', '132159.308000', '132159.311000', '132159.314000', '132159.316000', '132159.319000', '132159.324000', '132159.328000', '132159.331000', '132159.334000', '132159.337000', '132159.340000', '132159.343000', '132159.346000', '132159.348000', '132159.351000', '132159.354000', '132159.357000', '132159.360000', '132159.363000', '132159.366000', '132159.369000', '132159.371000', '132159.374000', '132159.377000', '132159.380000', '132159.383000', '132159.386000', '132219.250000', '132219.253000', '132219.256000', '132219.259000', '132219.262000', '132219.265000', '132219.268000', '132219.271000', '132219.274000', '132219.276000', '132219.279000', '132219.282000', '132219.285000', '132219.288000', '132219.291000', '132219.294000', '132219.297000', '132219.299000', '132219.302000', '132219.305000', '132219.308000', '132219.311000', '132219.314000', '132219.317000', '132219.320000', '132219.326000', '132219.329000', '132219.332000', '132219.335000', '132219.337000', '132219.340000', '132219.343000', '132219.346000', '132219.349000', '132219.352000', '132219.355000', '132219.358000', '132219.361000', '132219.363000', '132219.366000', '132219.369000', '132219.372000', '132219.375000', '132219.378000', '132239.250000', '132239.253000', '132239.256000', '132239.259000', '132239.262000', '132239.265000', '132239.268000', '132239.271000', '132239.274000', '132239.277000', '132239.280000', '132239.283000', '132239.286000', '132239.289000', '132239.292000', '132239.295000', '132239.297000', '132239.300000', '132239.303000', '132239.306000', '132239.309000', '132239.312000', '132239.315000', '132239.318000', '132239.320000', '132239.323000', '132239.326000', '132239.329000', '132239.332000', '132239.335000', '132239.338000', '132239.341000', '132239.344000', '132239.347000', '132239.350000', '132239.353000', '132239.356000', '132239.359000', '132239.362000', '132239.365000', '132239.367000', '132239.370000', '132239.373000', '132259.250000', '132259.253000', '132259.256000', '132259.259000', '132259.262000', '132259.265000', '132259.269000', '132259.271000', '132259.274000', '132259.277000', '132259.280000', '132259.283000', '132259.285000', '132259.288000', '132259.291000', '132259.294000', '132259.297000', '132259.300000', '132259.303000', '132259.306000', '132259.309000', '132259.311000', '132259.314000', '132259.317000', '132259.320000', '132259.323000', '132259.326000', '132259.329000', '132259.332000', '132259.334000', '132259.337000', '132259.340000', '132259.343000', '132259.346000', '132259.349000', '132259.352000', '132259.354000', '132259.357000', '132259.360000', '132259.363000', '132259.366000', '132259.369000', '132259.384000', '132259.386000', '132319.250000', '132319.253000', '132319.256000', '132319.259000', '132319.262000', '132319.265000', '132319.268000', '132319.271000', '132319.274000', '132319.276000', '132319.279000', '132319.282000', '132319.285000', '132319.288000', '132319.291000', '132319.294000', '132319.297000', '132319.299000', '132319.302000', '132319.305000', '132319.308000', '132319.311000', '132319.314000', '132319.317000', '132319.325000', '132319.328000', '132319.331000', '132319.334000', '132319.337000', '132319.340000', '132319.343000', '132319.346000', '132319.349000', '132319.351000', '132319.354000', '132319.357000', '132319.360000', '132319.364000', '132319.367000', '132319.370000', '132319.373000', '132319.376000', '132319.379000', '132339.250000', '132339.253000', '132339.256000', '132339.259000', '132339.262000', '132339.265000', '132339.268000', '132339.271000', '132339.273000', '132339.276000', '132339.279000', '132339.282000', '132339.285000', '132339.288000', '132339.291000', '132339.293000', '132339.296000', '132339.299000', '132339.302000', '132339.305000', '132339.308000', '132339.311000', '132339.313000', '132339.316000', '132339.319000', '132339.322000', '132339.325000', '132339.328000', '132339.331000', '132339.334000', '132339.336000', '132339.339000', '132339.342000', '132339.345000', '132339.348000', '132339.351000', '132339.354000', '132339.357000', '132339.359000', '132339.362000', '132339.365000', '132339.368000', '132339.371000', '132339.374000', '132359.250000', '132359.253000', '132359.256000', '132359.259000', '132359.262000', '132359.265000', '132359.268000', '132359.271000', '132359.273000', '132359.276000', '132359.279000', '132359.282000', '132359.285000', '132359.288000', '132359.291000', '132359.293000', '132359.296000', '132359.299000', '132359.302000', '132359.305000', '132359.308000', '132359.312000', '132359.315000', '132359.318000', '132359.321000', '132359.323000', '132359.326000', '132359.329000', '132359.332000', '132359.335000', '132359.338000', '132359.341000', '132359.344000', '132359.346000', '132359.349000', '132359.352000', '132359.355000', '132359.358000', '132359.361000', '132359.364000', '132359.367000', '132359.369000', '132359.372000', '132419.250000', '132419.253000', '132419.256000', '132419.259000', '132419.262000', '132419.265000', '132419.267000', '132419.270000', '132419.273000', '132419.276000', '132419.289000', '132419.292000', '132419.295000', '132419.298000', '132419.301000', '132419.304000', '132419.307000', '132419.310000', '132419.312000', '132419.315000', '132419.318000', '132419.321000', '132419.324000', '132419.327000', '132419.330000', '132419.333000', '132419.336000', '132419.338000', '132419.341000', '132419.344000', '132419.347000', '132419.350000', '132419.353000', '132419.356000', '132419.359000', '132419.361000', '132419.364000', '132419.367000', '132419.370000', '132419.373000', '132419.376000', '132419.379000', '132419.381000', '132419.384000', '132439.250000', '132439.253000', '132439.256000', '132439.259000', '132439.262000', '132439.265000', '132439.268000', '132439.271000', '132439.273000', '132439.276000', '132439.279000', '132439.282000', '132439.285000', '132439.288000', '132439.291000', '132439.294000', '132439.296000', '132439.299000', '132439.302000', '132439.305000', '132439.308000', '132439.311000', '132439.314000', '132439.316000', '132439.319000', '132439.322000', '132439.325000', '132439.328000', '132439.331000', '132439.333000', '132439.336000', '132439.339000', '132439.342000', '132439.345000', '132439.348000', '132439.351000', '132439.353000', '132439.356000', '132439.359000', '132439.362000', '132439.365000', '132439.368000', '132439.371000', '132459.250000', '132459.253000', '132459.256000', '132459.259000', '132459.262000', '132459.265000', '132459.268000', '132459.271000', '132459.273000', '132459.276000', '132459.279000', '132459.282000', '132459.285000', '132459.288000', '132459.291000', '132459.294000', '132459.296000', '132459.299000', '132459.302000', '132459.305000', '132459.308000', '132459.311000', '132459.314000', '132459.317000', '132459.320000', '132459.322000', '132459.325000', '132459.328000', '132459.331000', '132459.334000', '132459.337000', '132459.340000', '132459.342000', '132459.345000', '132459.348000', '132459.351000', '132459.354000', '132459.357000', '132459.360000', '132459.363000', '132459.365000', '132459.368000', '132459.371000', '132459.374000', '132519.250000', '132519.253000', '132519.256000', '132519.259000', '132519.262000', '132519.265000', '132519.267000', '132519.270000', '132519.273000', '132519.276000', '132519.279000', '132519.282000', '132519.285000', '132519.288000', '132519.291000', '132519.293000', '132519.296000', '132519.299000', '132519.302000', '132519.305000', '132519.308000', '132519.311000', '132519.313000', '132519.316000', '132519.319000', '132519.322000', '132519.325000', '132519.328000', '132519.331000', '132519.334000', '132519.337000', '132519.340000', '132519.342000', '132519.345000', '132519.350000', '132519.353000', '132519.368000', '132519.371000', '132519.374000', '132519.377000', '132519.380000', '132519.383000', '132519.385000', '132539.250000', '132539.253000', '132539.262000', '132539.264000', '132539.267000', '132539.270000', '132539.273000', '132539.276000', '132539.279000', '132539.281000', '132539.284000', '132539.287000', '132539.290000', '132539.293000', '132539.296000', '132539.299000', '132539.302000', '132539.304000', '132539.307000', '132539.310000', '132539.313000', '132539.316000', '132539.319000', '132539.322000', '132539.325000', '132539.327000', '132539.330000', '132539.333000', '132539.336000', '132539.339000', '132539.342000', '132539.345000', '132539.347000', '132539.350000', '132539.353000', '132539.356000', '132539.359000', '132539.362000', '132539.365000', '132539.368000', '132539.370000', '132539.373000', '132539.376000', '132539.379000', '132547.996000', '132548.000000', '132548.004000', '132548.008000', '132548.012000', '132548.016000', '132548.019000', '132548.022000', '132548.025000', '132548.028000', '132548.032000', '132548.036000', '132548.039000', '132548.043000', '132548.046000', '132548.049000', '132548.052000', '132548.055000', '132548.058000'], 'InstanceCreationTime': ['131159.279000', '131159.282000', '131159.285000', '131159.288000', '131159.291000', '131159.293000', '131159.296000', '131159.299000', '131159.302000', '131159.305000', '131159.308000', '131159.310000', '131159.313000', '131159.332000', '131159.335000', '131159.338000', '131159.341000', '131159.344000', '131159.346000', '131159.349000', '131159.352000', '131159.355000', '131159.358000', '131159.360000', '131159.363000', '131159.366000', '131159.369000', '131159.372000', '131159.374000', '131159.377000', '131159.381000', '131159.384000', '131159.387000', '131159.390000', '131159.393000', '131159.395000', '131159.398000', '131159.401000', '131159.404000', '131159.407000', '131159.410000', '131159.413000', '131159.415000', '131159.418000', '131159.421000', '131159.424000', '131159.427000', '131159.430000', '131159.432000', '131159.435000', '131159.438000', '131159.441000', '131159.444000', '131159.453000', '131159.455000', '131159.458000', '131159.461000', '131219.251000', '131219.254000', '131219.257000', '131219.260000', '131219.263000', '131219.267000', '131219.269000', '131219.273000', '131219.276000', '131219.278000', '131219.281000', '131219.284000', '131219.287000', '131219.290000', '131219.293000', '131219.296000', '131219.298000', '131219.301000', '131219.304000', '131219.311000', '131219.313000', '131219.316000', '131219.319000', '131219.322000', '131219.325000', '131219.328000', '131219.330000', '131219.334000', '131219.336000', '131219.339000', '131219.342000', '131219.345000', '131219.348000', '131219.350000', '131219.353000', '131219.356000', '131219.359000', '131219.362000', '131219.364000', '131219.367000', '131219.370000', '131219.373000', '131219.376000', '131239.250000', '131239.253000', '131239.256000', '131239.259000', '131239.261000', '131239.271000', '131239.274000', '131239.277000', '131239.280000', '131239.282000', '131239.285000', '131239.288000', '131239.291000', '131239.294000', '131239.297000', '131239.300000', '131239.303000', '131239.305000', '131239.308000', '131239.311000', '131239.314000', '131239.317000', '131239.320000', '131239.322000', '131239.325000', '131239.328000', '131239.331000', '131239.334000', '131239.337000', '131239.339000', '131239.342000', '131239.345000', '131239.348000', '131239.351000', '131239.354000', '131239.357000', '131239.359000', '131239.362000', '131239.365000', '131239.368000', '131239.371000', '131239.374000', '131239.377000', '131239.379000', '131259.250000', '131259.253000', '131259.256000', '131259.267000', '131259.270000', '131259.272000', '131259.275000', '131259.278000', '131259.281000', '131259.284000', '131259.287000', '131259.292000', '131259.295000', '131259.298000', '131259.301000', '131259.304000', '131259.307000', '131259.310000', '131259.313000', '131259.316000', '131259.318000', '131259.321000', '131259.324000', '131259.327000', '131259.330000', '131259.333000', '131259.336000', '131259.338000', '131259.341000', '131259.344000', '131259.347000', '131259.350000', '131259.353000', '131259.355000', '131259.358000', '131259.361000', '131259.364000', '131259.367000', '131259.370000', '131259.373000', '131259.375000', '131259.378000', '131259.381000', '131319.250000', '131319.253000', '131319.256000', '131319.259000', '131319.261000', '131319.264000', '131319.267000', '131319.270000', '131319.273000', '131319.276000', '131319.279000', '131319.282000', '131319.284000', '131319.287000', '131319.290000', '131319.293000', '131319.296000', '131319.299000', '131319.302000', '131319.304000', '131319.307000', '131319.310000', '131319.313000', '131319.316000', '131319.318000', '131319.321000', '131319.324000', '131319.327000', '131319.330000', '131319.333000', '131319.336000', '131319.339000', '131319.341000', '131319.344000', '131319.347000', '131319.350000', '131319.353000', '131319.356000', '131319.359000', '131319.374000', '131319.377000', '131319.380000', '131319.383000', '131319.385000', '131339.250000', '131339.253000', '131339.256000', '131339.259000', '131339.262000', '131339.264000', '131339.267000', '131339.270000', '131339.273000', '131339.276000', '131339.279000', '131339.282000', '131339.284000', '131339.287000', '131339.290000', '131339.293000', '131339.296000', '131339.299000', '131339.303000', '131339.307000', '131339.310000', '131339.313000', '131339.316000', '131339.319000', '131339.322000', '131339.325000', '131339.328000', '131339.330000', '131339.333000', '131339.336000', '131339.339000', '131339.342000', '131339.345000', '131339.348000', '131339.350000', '131339.353000', '131339.356000', '131339.359000', '131339.362000', '131339.365000', '131339.371000', '131339.374000', '131339.377000', '131359.250000', '131359.253000', '131359.256000', '131359.259000', '131359.262000', '131359.264000', '131359.267000', '131359.270000', '131359.273000', '131359.276000', '131359.279000', '131359.282000', '131359.284000', '131359.287000', '131359.290000', '131359.293000', '131359.296000', '131359.299000', '131359.302000', '131359.304000', '131359.307000', '131359.310000', '131359.313000', '131359.316000', '131359.319000', '131359.322000', '131359.324000', '131359.327000', '131359.330000', '131359.333000', '131359.336000', '131359.339000', '131359.342000', '131359.344000', '131359.347000', '131359.350000', '131359.353000', '131359.356000', '131359.359000', '131359.362000', '131359.369000', '131359.372000', '131359.375000', '131359.378000', '131419.250000', '131419.253000', '131419.256000', '131419.259000', '131419.262000', '131419.265000', '131419.268000', '131419.270000', '131419.273000', '131419.276000', '131419.279000', '131419.282000', '131419.285000', '131419.287000', '131419.291000', '131419.293000', '131419.296000', '131419.299000', '131419.302000', '131419.305000', '131419.308000', '131419.311000', '131419.314000', '131419.317000', '131419.320000', '131419.322000', '131419.325000', '131419.328000', '131419.331000', '131419.334000', '131419.337000', '131419.340000', '131419.343000', '131419.346000', '131419.348000', '131419.351000', '131419.354000', '131419.357000', '131419.360000', '131419.363000', '131419.366000', '131419.369000', '131419.371000', '131439.251000', '131439.254000', '131439.257000', '131439.260000', '131439.263000', '131439.265000', '131439.268000', '131439.271000', '131439.274000', '131439.277000', '131439.280000', '131439.283000', '131439.286000', '131439.288000', '131439.291000', '131439.294000', '131439.297000', '131439.300000', '131439.303000', '131439.306000', '131439.308000', '131439.311000', '131439.314000', '131439.317000', '131439.320000', '131439.323000', '131439.325000', '131439.328000', '131439.331000', '131439.334000', '131439.337000', '131439.340000', '131439.343000', '131439.346000', '131439.348000', '131439.351000', '131439.354000', '131439.357000', '131439.360000', '131439.363000', '131439.366000', '131439.368000', '131439.371000', '131439.374000', '131459.250000', '131459.253000', '131459.256000', '131459.259000', '131459.262000', '131459.265000', '131459.268000', '131459.270000', '131459.273000', '131459.276000', '131459.279000', '131459.283000', '131459.286000', '131459.289000', '131459.292000', '131459.295000', '131459.298000', '131459.301000', '131459.303000', '131459.306000', '131459.309000', '131459.318000', '131459.321000', '131459.324000', '131459.327000', '131459.330000', '131459.332000', '131459.335000', '131459.338000', '131459.341000', '131459.344000', '131459.347000', '131459.350000', '131459.353000', '131459.375000', '131459.378000', '131459.381000', '131459.384000', '131459.386000', '131459.389000', '131459.392000', '131459.395000', '131459.398000', '131519.250000', '131519.253000', '131519.256000', '131519.259000', '131519.262000', '131519.265000', '131519.268000', '131519.270000', '131519.273000', '131519.276000', '131519.279000', '131519.282000', '131519.285000', '131519.287000', '131519.290000', '131519.293000', '131519.296000', '131519.299000', '131519.302000', '131519.305000', '131519.308000', '131519.310000', '131519.313000', '131519.316000', '131519.319000', '131519.322000', '131519.325000', '131519.328000', '131519.330000', '131519.333000', '131519.336000', '131519.339000', '131519.342000', '131519.345000', '131519.348000', '131519.351000', '131519.353000', '131519.356000', '131519.359000', '131519.362000', '131519.365000', '131519.368000', '131519.371000', '131519.374000', '131539.250000', '131539.253000', '131539.256000', '131539.259000', '131539.262000', '131539.265000', '131539.268000', '131539.270000', '131539.273000', '131539.276000', '131539.279000', '131539.282000', '131539.285000', '131539.288000', '131539.290000', '131539.293000', '131539.296000', '131539.299000', '131539.302000', '131539.305000', '131539.308000', '131539.311000', '131539.313000', '131539.316000', '131539.319000', '131539.322000', '131539.325000', '131539.328000', '131539.331000', '131539.334000', '131539.336000', '131539.339000', '131539.342000', '131539.345000', '131539.348000', '131539.351000', '131539.354000', '131539.357000', '131539.360000', '131539.362000', '131539.365000', '131539.368000', '131539.371000', '131559.250000', '131559.253000', '131559.256000', '131559.259000', '131559.262000', '131559.265000', '131559.268000', '131559.270000', '131559.273000', '131559.276000', '131559.279000', '131559.282000', '131559.284000', '131559.287000', '131559.290000', '131559.293000', '131559.296000', '131559.299000', '131559.302000', '131559.305000', '131559.307000', '131559.310000', '131559.313000', '131559.316000', '131559.319000', '131559.322000', '131559.325000', '131559.328000', '131559.330000', '131559.333000', '131559.336000', '131559.339000', '131559.342000', '131559.345000', '131559.348000', '131559.351000', '131559.353000', '131559.356000', '131559.359000', '131559.362000', '131559.365000', '131559.368000', '131559.371000', '131559.373000', '131619.250000', '131619.253000', '131619.256000', '131619.259000', '131619.262000', '131619.265000', '131619.267000', '131619.270000', '131619.273000', '131619.276000', '131619.279000', '131619.282000', '131619.285000', '131619.288000', '131619.290000', '131619.293000', '131619.296000', '131619.299000', '131619.302000', '131619.305000', '131619.308000', '131619.311000', '131619.313000', '131619.316000', '131619.320000', '131619.324000', '131619.326000', '131619.329000', '131619.332000', '131619.335000', '131619.338000', '131619.341000', '131619.344000', '131619.347000', '131619.349000', '131619.352000', '131619.355000', '131619.358000', '131619.361000', '131619.364000', '131619.367000', '131619.370000', '131619.372000', '131639.250000', '131639.261000', '131639.264000', '131639.267000', '131639.270000', '131639.273000', '131639.276000', '131639.279000', '131639.282000', '131639.284000', '131639.287000', '131639.290000', '131639.293000', '131639.296000', '131639.299000', '131639.302000', '131639.305000', '131639.308000', '131639.310000', '131639.313000', '131639.316000', '131639.319000', '131639.322000', '131639.325000', '131639.328000', '131639.330000', '131639.333000', '131639.336000', '131639.339000', '131639.342000', '131639.345000', '131639.348000', '131639.351000', '131639.353000', '131639.356000', '131639.359000', '131639.362000', '131639.365000', '131639.368000', '131639.371000', '131639.374000', '131639.376000', '131639.379000', '131639.382000', '131659.251000', '131659.254000', '131659.257000', '131659.260000', '131659.263000', '131659.266000', '131659.274000', '131659.277000', '131659.280000', '131659.282000', '131659.285000', '131659.288000', '131659.291000', '131659.294000', '131659.297000', '131659.300000', '131659.303000', '131659.305000', '131659.308000', '131659.311000', '131659.314000', '131659.317000', '131659.320000', '131659.323000', '131659.326000', '131659.328000', '131659.331000', '131659.334000', '131659.337000', '131659.340000', '131659.343000', '131659.348000', '131659.351000', '131659.354000', '131659.357000', '131659.360000', '131659.362000', '131659.365000', '131659.368000', '131659.371000', '131659.374000', '131659.377000', '131659.380000', '131719.250000', '131719.253000', '131719.256000', '131719.259000', '131719.262000', '131719.265000', '131719.267000', '131719.270000', '131719.273000', '131719.276000', '131719.279000', '131719.282000', '131719.284000', '131719.287000', '131719.290000', '131719.293000', '131719.296000', '131719.299000', '131719.302000', '131719.305000', '131719.307000', '131719.310000', '131719.313000', '131719.316000', '131719.319000', '131719.321000', '131719.324000', '131719.327000', '131719.330000', '131719.333000', '131719.336000', '131719.339000', '131719.342000', '131719.344000', '131719.347000', '131719.350000', '131719.353000', '131719.356000', '131719.359000', '131719.362000', '131719.364000', '131719.367000', '131719.370000', '131719.373000', '131739.250000', '131739.253000', '131739.256000', '131739.259000', '131739.262000', '131739.265000', '131739.267000', '131739.270000', '131739.273000', '131739.276000', '131739.279000', '131739.282000', '131739.284000', '131739.288000', '131739.290000', '131739.293000', '131739.296000', '131739.299000', '131739.302000', '131739.305000', '131739.307000', '131739.310000', '131739.313000', '131739.316000', '131739.319000', '131739.322000', '131739.324000', '131739.327000', '131739.330000', '131739.333000', '131739.336000', '131739.339000', '131739.342000', '131739.345000', '131739.347000', '131739.350000', '131739.353000', '131739.356000', '131739.360000', '131739.363000', '131739.366000', '131739.369000', '131739.372000', '131759.250000', '131759.253000', '131759.256000', '131759.259000', '131759.262000', '131759.265000', '131759.268000', '131759.270000', '131759.273000', '131759.276000', '131759.279000', '131759.282000', '131759.298000', '131759.301000', '131759.304000', '131759.307000', '131759.310000', '131759.313000', '131759.316000', '131759.318000', '131759.321000', '131759.324000', '131759.327000', '131759.330000', '131759.333000', '131759.336000', '131759.339000', '131759.342000', '131759.344000', '131759.347000', '131759.350000', '131759.353000', '131759.356000', '131759.359000', '131759.362000', '131759.364000', '131759.367000', '131759.370000', '131759.373000', '131759.376000', '131759.379000', '131759.382000', '131759.385000', '131759.387000', '131819.250000', '131819.253000', '131819.256000', '131819.259000', '131819.262000', '131819.265000', '131819.268000', '131819.270000', '131819.273000', '131819.276000', '131819.279000', '131819.282000', '131819.285000', '131819.288000', '131819.290000', '131819.293000', '131819.296000', '131819.299000', '131819.302000', '131819.305000', '131819.308000', '131819.311000', '131819.313000', '131819.316000', '131819.319000', '131819.322000', '131819.325000', '131819.328000', '131819.331000', '131819.334000', '131819.336000', '131819.339000', '131819.342000', '131819.345000', '131819.348000', '131819.351000', '131819.354000', '131819.356000', '131819.359000', '131819.362000', '131819.365000', '131819.368000', '131819.371000', '131839.250000', '131839.253000', '131839.256000', '131839.259000', '131839.262000', '131839.265000', '131839.268000', '131839.270000', '131839.273000', '131839.276000', '131839.279000', '131839.282000', '131839.285000', '131839.288000', '131839.291000', '131839.294000', '131839.296000', '131839.299000', '131839.302000', '131839.305000', '131839.308000', '131839.311000', '131839.313000', '131839.316000', '131839.319000', '131839.322000', '131839.325000', '131839.328000', '131839.331000', '131839.334000', '131839.336000', '131839.339000', '131839.342000', '131839.345000', '131839.348000', '131839.351000', '131839.353000', '131839.356000', '131839.359000', '131839.362000', '131839.365000', '131839.368000', '131839.371000', '131839.373000', '131859.250000', '131859.253000', '131859.256000', '131859.259000', '131859.262000', '131859.264000', '131859.267000', '131859.270000', '131859.273000', '131859.276000', '131859.279000', '131859.282000', '131859.285000', '131859.288000', '131859.290000', '131859.293000', '131859.296000', '131859.299000', '131859.302000', '131859.305000', '131859.308000', '131859.310000', '131859.313000', '131859.316000', '131859.319000', '131859.322000', '131859.325000', '131859.328000', '131859.331000', '131859.333000', '131859.336000', '131859.339000', '131859.342000', '131859.345000', '131859.348000', '131859.351000', '131859.354000', '131859.356000', '131859.359000', '131859.362000', '131859.365000', '131859.368000', '131859.371000', '131919.251000', '131919.254000', '131919.257000', '131919.259000', '131919.263000', '131919.265000', '131919.268000', '131919.271000', '131919.274000', '131919.277000', '131919.280000', '131919.282000', '131919.286000', '131919.288000', '131919.291000', '131919.294000', '131919.297000', '131919.300000', '131919.303000', '131919.305000', '131919.308000', '131919.311000', '131919.314000', '131919.330000', '131919.333000', '131919.336000', '131919.339000', '131919.342000', '131919.345000', '131919.347000', '131919.350000', '131919.353000', '131919.356000', '131919.359000', '131919.362000', '131919.365000', '131919.368000', '131919.370000', '131919.373000', '131919.376000', '131919.379000', '131919.382000', '131919.385000', '131919.387000', '131939.250000', '131939.253000', '131939.256000', '131939.259000', '131939.262000', '131939.265000', '131939.268000', '131939.270000', '131939.273000', '131939.276000', '131939.279000', '131939.282000', '131939.285000', '131939.288000', '131939.291000', '131939.293000', '131939.296000', '131939.299000', '131939.302000', '131939.305000', '131939.308000', '131939.310000', '131939.313000', '131939.316000', '131939.319000', '131939.322000', '131939.325000', '131939.328000', '131939.331000', '131939.333000', '131939.336000', '131939.339000', '131939.342000', '131939.345000', '131939.348000', '131939.351000', '131939.354000', '131939.356000', '131939.359000', '131939.362000', '131939.365000', '131939.368000', '131939.371000', '131959.250000', '131959.253000', '131959.256000', '131959.259000', '131959.262000', '131959.265000', '131959.268000', '131959.271000', '131959.274000', '131959.276000', '131959.279000', '131959.282000', '131959.285000', '131959.288000', '131959.291000', '131959.294000', '131959.297000', '131959.300000', '131959.303000', '131959.306000', '131959.308000', '131959.311000', '131959.314000', '131959.317000', '131959.320000', '131959.323000', '131959.326000', '131959.329000', '131959.332000', '131959.335000', '131959.337000', '131959.340000', '131959.343000', '131959.346000', '131959.349000', '131959.352000', '131959.355000', '131959.357000', '131959.360000', '131959.363000', '131959.366000', '131959.369000', '131959.372000', '132019.250000', '132019.253000', '132019.256000', '132019.259000', '132019.262000', '132019.265000', '132019.268000', '132019.271000', '132019.273000', '132019.276000', '132019.279000', '132019.282000', '132019.285000', '132019.288000', '132019.291000', '132019.294000', '132019.296000', '132019.299000', '132019.302000', '132019.305000', '132019.308000', '132019.311000', '132019.314000', '132019.316000', '132019.319000', '132019.322000', '132019.325000', '132019.328000', '132019.331000', '132019.334000', '132019.337000', '132019.339000', '132019.342000', '132019.345000', '132019.348000', '132019.351000', '132019.354000', '132019.357000', '132019.360000', '132019.362000', '132019.365000', '132019.368000', '132019.371000', '132019.374000', '132039.250000', '132039.253000', '132039.256000', '132039.259000', '132039.262000', '132039.265000', '132039.268000', '132039.271000', '132039.274000', '132039.277000', '132039.281000', '132039.283000', '132039.286000', '132039.289000', '132039.292000', '132039.295000', '132039.298000', '132039.301000', '132039.304000', '132039.320000', '132039.323000', '132039.326000', '132039.329000', '132039.332000', '132039.335000', '132039.338000', '132039.341000', '132039.343000', '132039.346000', '132039.349000', '132039.352000', '132039.355000', '132039.358000', '132039.361000', '132039.364000', '132039.366000', '132039.369000', '132039.372000', '132039.375000', '132039.378000', '132039.381000', '132039.383000', '132039.386000', '132059.250000', '132059.253000', '132059.256000', '132059.259000', '132059.262000', '132059.265000', '132059.268000', '132059.271000', '132059.273000', '132059.276000', '132059.279000', '132059.282000', '132059.285000', '132059.288000', '132059.291000', '132059.293000', '132059.296000', '132059.299000', '132059.302000', '132059.305000', '132059.308000', '132059.311000', '132059.314000', '132059.316000', '132059.319000', '132059.322000', '132059.325000', '132059.328000', '132059.331000', '132059.334000', '132059.337000', '132059.339000', '132059.342000', '132059.345000', '132059.348000', '132059.351000', '132059.354000', '132059.357000', '132059.360000', '132059.362000', '132059.365000', '132059.368000', '132059.371000', '132059.374000', '132119.250000', '132119.253000', '132119.256000', '132119.259000', '132119.262000', '132119.265000', '132119.268000', '132119.271000', '132119.273000', '132119.276000', '132119.279000', '132119.282000', '132119.285000', '132119.288000', '132119.291000', '132119.294000', '132119.297000', '132119.300000', '132119.303000', '132119.306000', '132119.309000', '132119.312000', '132119.314000', '132119.317000', '132119.320000', '132119.323000', '132119.326000', '132119.329000', '132119.332000', '132119.335000', '132119.337000', '132119.340000', '132119.343000', '132119.346000', '132119.349000', '132119.352000', '132119.355000', '132119.358000', '132119.360000', '132119.363000', '132119.366000', '132119.369000', '132119.372000', '132139.251000', '132139.254000', '132139.257000', '132139.260000', '132139.263000', '132139.266000', '132139.269000', '132139.272000', '132139.275000', '132139.278000', '132139.281000', '132139.284000', '132139.287000', '132139.290000', '132139.293000', '132139.296000', '132139.299000', '132139.302000', '132139.305000', '132139.307000', '132139.311000', '132139.313000', '132139.316000', '132139.319000', '132139.322000', '132139.325000', '132139.328000', '132139.331000', '132139.334000', '132139.337000', '132139.340000', '132139.343000', '132139.346000', '132139.349000', '132139.352000', '132139.355000', '132139.357000', '132139.360000', '132139.363000', '132139.366000', '132139.369000', '132139.372000', '132139.375000', '132139.378000', '132159.250000', '132159.253000', '132159.268000', '132159.271000', '132159.273000', '132159.276000', '132159.279000', '132159.282000', '132159.285000', '132159.288000', '132159.291000', '132159.294000', '132159.296000', '132159.299000', '132159.302000', '132159.305000', '132159.308000', '132159.311000', '132159.314000', '132159.316000', '132159.319000', '132159.324000', '132159.328000', '132159.331000', '132159.334000', '132159.337000', '132159.340000', '132159.343000', '132159.346000', '132159.348000', '132159.351000', '132159.354000', '132159.357000', '132159.360000', '132159.363000', '132159.366000', '132159.369000', '132159.371000', '132159.374000', '132159.377000', '132159.380000', '132159.383000', '132159.386000', '132219.250000', '132219.253000', '132219.256000', '132219.259000', '132219.262000', '132219.265000', '132219.268000', '132219.271000', '132219.274000', '132219.276000', '132219.279000', '132219.282000', '132219.285000', '132219.288000', '132219.291000', '132219.294000', '132219.297000', '132219.299000', '132219.302000', '132219.305000', '132219.308000', '132219.311000', '132219.314000', '132219.317000', '132219.320000', '132219.326000', '132219.329000', '132219.332000', '132219.335000', '132219.337000', '132219.340000', '132219.343000', '132219.346000', '132219.349000', '132219.352000', '132219.355000', '132219.358000', '132219.361000', '132219.363000', '132219.366000', '132219.369000', '132219.372000', '132219.375000', '132219.378000', '132239.250000', '132239.253000', '132239.256000', '132239.259000', '132239.262000', '132239.265000', '132239.268000', '132239.271000', '132239.274000', '132239.277000', '132239.280000', '132239.283000', '132239.286000', '132239.289000', '132239.292000', '132239.295000', '132239.297000', '132239.300000', '132239.303000', '132239.306000', '132239.309000', '132239.312000', '132239.315000', '132239.318000', '132239.320000', '132239.323000', '132239.326000', '132239.329000', '132239.332000', '132239.335000', '132239.338000', '132239.341000', '132239.344000', '132239.347000', '132239.350000', '132239.353000', '132239.356000', '132239.359000', '132239.362000', '132239.365000', '132239.367000', '132239.370000', '132239.373000', '132259.250000', '132259.253000', '132259.256000', '132259.259000', '132259.262000', '132259.265000', '132259.269000', '132259.271000', '132259.274000', '132259.277000', '132259.280000', '132259.283000', '132259.285000', '132259.288000', '132259.291000', '132259.294000', '132259.297000', '132259.300000', '132259.303000', '132259.306000', '132259.309000', '132259.311000', '132259.314000', '132259.317000', '132259.320000', '132259.323000', '132259.326000', '132259.329000', '132259.332000', '132259.334000', '132259.337000', '132259.340000', '132259.343000', '132259.346000', '132259.349000', '132259.352000', '132259.354000', '132259.357000', '132259.360000', '132259.363000', '132259.366000', '132259.369000', '132259.384000', '132259.386000', '132319.250000', '132319.253000', '132319.256000', '132319.259000', '132319.262000', '132319.265000', '132319.268000', '132319.271000', '132319.274000', '132319.276000', '132319.279000', '132319.282000', '132319.285000', '132319.288000', '132319.291000', '132319.294000', '132319.297000', '132319.299000', '132319.302000', '132319.305000', '132319.308000', '132319.311000', '132319.314000', '132319.317000', '132319.325000', '132319.328000', '132319.331000', '132319.334000', '132319.337000', '132319.340000', '132319.343000', '132319.346000', '132319.349000', '132319.351000', '132319.354000', '132319.357000', '132319.360000', '132319.364000', '132319.367000', '132319.370000', '132319.373000', '132319.376000', '132319.379000', '132339.250000', '132339.253000', '132339.256000', '132339.259000', '132339.262000', '132339.265000', '132339.268000', '132339.271000', '132339.273000', '132339.276000', '132339.279000', '132339.282000', '132339.285000', '132339.288000', '132339.291000', '132339.293000', '132339.296000', '132339.299000', '132339.302000', '132339.305000', '132339.308000', '132339.311000', '132339.313000', '132339.316000', '132339.319000', '132339.322000', '132339.325000', '132339.328000', '132339.331000', '132339.334000', '132339.336000', '132339.339000', '132339.342000', '132339.345000', '132339.348000', '132339.351000', '132339.354000', '132339.357000', '132339.359000', '132339.362000', '132339.365000', '132339.368000', '132339.371000', '132339.374000', '132359.250000', '132359.253000', '132359.256000', '132359.259000', '132359.262000', '132359.265000', '132359.268000', '132359.271000', '132359.273000', '132359.276000', '132359.279000', '132359.282000', '132359.285000', '132359.288000', '132359.291000', '132359.293000', '132359.296000', '132359.299000', '132359.302000', '132359.305000', '132359.308000', '132359.312000', '132359.315000', '132359.318000', '132359.321000', '132359.323000', '132359.326000', '132359.329000', '132359.332000', '132359.335000', '132359.338000', '132359.341000', '132359.344000', '132359.346000', '132359.349000', '132359.352000', '132359.355000', '132359.358000', '132359.361000', '132359.364000', '132359.367000', '132359.369000', '132359.372000', '132419.250000', '132419.253000', '132419.256000', '132419.259000', '132419.262000', '132419.265000', '132419.267000', '132419.270000', '132419.273000', '132419.276000', '132419.289000', '132419.292000', '132419.295000', '132419.298000', '132419.301000', '132419.304000', '132419.307000', '132419.310000', '132419.312000', '132419.315000', '132419.318000', '132419.321000', '132419.324000', '132419.327000', '132419.330000', '132419.333000', '132419.336000', '132419.338000', '132419.341000', '132419.344000', '132419.347000', '132419.350000', '132419.353000', '132419.356000', '132419.359000', '132419.361000', '132419.364000', '132419.367000', '132419.370000', '132419.373000', '132419.376000', '132419.379000', '132419.381000', '132419.384000', '132439.250000', '132439.253000', '132439.256000', '132439.259000', '132439.262000', '132439.265000', '132439.268000', '132439.271000', '132439.273000', '132439.276000', '132439.279000', '132439.282000', '132439.285000', '132439.288000', '132439.291000', '132439.294000', '132439.296000', '132439.299000', '132439.302000', '132439.305000', '132439.308000', '132439.311000', '132439.314000', '132439.316000', '132439.319000', '132439.322000', '132439.325000', '132439.328000', '132439.331000', '132439.333000', '132439.336000', '132439.339000', '132439.342000', '132439.345000', '132439.348000', '132439.351000', '132439.353000', '132439.356000', '132439.359000', '132439.362000', '132439.365000', '132439.368000', '132439.371000', '132459.250000', '132459.253000', '132459.256000', '132459.259000', '132459.262000', '132459.265000', '132459.268000', '132459.271000', '132459.273000', '132459.276000', '132459.279000', '132459.282000', '132459.285000', '132459.288000', '132459.291000', '132459.294000', '132459.296000', '132459.299000', '132459.302000', '132459.305000', '132459.308000', '132459.311000', '132459.314000', '132459.317000', '132459.320000', '132459.322000', '132459.325000', '132459.328000', '132459.331000', '132459.334000', '132459.337000', '132459.340000', '132459.342000', '132459.345000', '132459.348000', '132459.351000', '132459.354000', '132459.357000', '132459.360000', '132459.363000', '132459.365000', '132459.368000', '132459.371000', '132459.374000', '132519.250000', '132519.253000', '132519.256000', '132519.259000', '132519.262000', '132519.265000', '132519.267000', '132519.270000', '132519.273000', '132519.276000', '132519.279000', '132519.282000', '132519.285000', '132519.288000', '132519.291000', '132519.293000', '132519.296000', '132519.299000', '132519.302000', '132519.305000', '132519.308000', '132519.311000', '132519.313000', '132519.316000', '132519.319000', '132519.322000', '132519.325000', '132519.328000', '132519.331000', '132519.334000', '132519.337000', '132519.340000', '132519.342000', '132519.345000', '132519.350000', '132519.353000', '132519.368000', '132519.371000', '132519.374000', '132519.377000', '132519.380000', '132519.383000', '132519.385000', '132539.250000', '132539.253000', '132539.262000', '132539.264000', '132539.267000', '132539.270000', '132539.273000', '132539.276000', '132539.279000', '132539.281000', '132539.284000', '132539.287000', '132539.290000', '132539.293000', '132539.296000', '132539.299000', '132539.302000', '132539.304000', '132539.307000', '132539.310000', '132539.313000', '132539.316000', '132539.319000', '132539.322000', '132539.325000', '132539.327000', '132539.330000', '132539.333000', '132539.336000', '132539.339000', '132539.342000', '132539.345000', '132539.347000', '132539.350000', '132539.353000', '132539.356000', '132539.359000', '132539.362000', '132539.365000', '132539.368000', '132539.370000', '132539.373000', '132539.376000', '132539.379000', '132547.996000', '132548.000000', '132548.004000', '132548.008000', '132548.012000', '132548.016000', '132548.019000', '132548.022000', '132548.025000', '132548.028000', '132548.032000', '132548.036000', '132548.039000', '132548.043000', '132548.046000', '132548.049000', '132548.052000', '132548.055000', '132548.058000'], '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': [11637, 8677, 10628, 8871, 8809, 9265, 7670, 8828, 7501, 8900, 7762, 9114, 7979, 9031, 8049, 9092, 7977, 9131, 8040, 9442, 7901, 9183, 7728, 8935, 8268, 8749, 7656, 8512, 9091, 8349, 10269, 8143, 9852, 8457, 9692, 8201, 8932, 8357, 9026, 8434, 9227, 8443, 8371, 8351, 9932, 7988, 9239, 9923, 9123, 14255, 8034, 11387, 8303, 9835, 8108, 9458, 8591, 9194, 8009, 8986, 7857, 8547, 10169, 8665, 10207, 8695, 9838, 8184, 9393, 10113, 8705, 12749, 8875, 10056, 8435, 9129, 7675, 8571, 11289, 8529, 9972, 8250, 9414, 7944, 9172, 8235, 9184, 8015, 9323, 7660, 8891, 7853, 8374, 12252, 8447, 10598, 9020, 11757, 8214, 9578, 8166, 8975, 7983, 9367, 7885, 8880, 7769, 8519, 7840, 8825, 7902, 9381, 7863, 8988, 7999, 8540, 11914, 9555, 15214, 10551, 14780, 10736, 11598, 8733, 12622, 8143, 9271, 7885, 9075, 7908, 8556, 8105, 9451, 8341, 9314, 8155, 8889, 9049, 8603, 12922, 9784, 13358, 8629, 10623, 8497, 9785, 8097, 9847, 8421, 8833, 7976, 8541, 7884, 8644, 8049, 8986, 8256, 8970, 8053, 8965, 8282, 9442, 7845, 9159, 10202, 8337, 13308, 10179, 12678, 9177, 12081, 8804, 9371, 8982, 8450, 10237, 8496, 8683, 8401, 8353, 9414, 8921, 11266, 8867, 14881, 8722, 10569, 8380, 8929, 14160, 11430, 16076, 10429, 14943, 8360, 11601, 8556, 10116, 8322, 9961, 8533, 9745, 8158, 9114, 8536, 9191, 11447, 8565, 10737, 8852, 9703, 8778, 8937, 9041, 8530, 9865, 8523, 9265, 8688, 9453, 8470, 9559, 8381, 9658, 8093, 8910, 9320, 8554, 12217, 8920, 10722, 8405, 9888, 8454, 9126, 8166, 8768, 8258, 8297, 9295, 8636, 7877, 8465, 8199, 8827, 8599, 8717, 8628, 8313, 8647, 8109, 9067, 8306, 10712, 8734, 14800, 9013, 12168, 8690, 12785, 9091, 11625, 9080, 8021, 8556, 7919, 8738, 7972, 8691, 8496, 8777, 8511, 8674, 8089, 8812, 8530, 8006, 8666, 8438, 8615, 8165, 9651, 9034, 12635, 8671, 11466, 8894, 13191, 9827, 15263, 10790, 12903, 8861, 11043, 14726, 12015, 16022, 10665, 8019, 8602, 8406, 8803, 8658, 11881, 8674, 14488, 8773, 13737, 10162, 14576, 12094, 9357, 9084, 8886, 13529, 11705, 15819, 9845, 12839, 8440, 8204, 8858, 9349, 9577, 8061, 8860, 8407, 9005, 8483, 12098, 7981, 9263, 8389, 9498, 8513, 8701, 8916, 8188, 8484, 8801, 8568, 8688, 12142, 9100, 12407, 8599, 9870, 8842, 9700, 12394, 8273, 10748, 8282, 9746, 8439, 14720, 9959, 14948, 8612, 12173, 8588, 9887, 9730, 8224, 9511, 8209, 8075, 8082, 8126, 9943, 8397, 11176, 8436, 9978, 8225, 12296, 8736, 14254, 8573, 11245, 8666, 10784, 8389, 8520, 8442, 8321, 8576, 8157, 9714, 8596, 9601, 8417, 9768, 8650, 9885, 8562, 10309, 8270, 9923, 8363, 10101, 8603, 11320, 8347, 9230, 8561, 8583, 8409, 8528, 8372, 8994, 8232, 8132, 8123, 8132, 8372, 7921, 8214, 7805, 8227, 8290, 8270, 10507, 8825, 11335, 8285, 9577, 7981, 9574, 8341, 9575, 8745, 7903, 8449, 7924, 8233, 8059, 9027, 8195, 9874, 8463, 9189, 8700, 9237, 8629, 9221, 8798, 9603, 8341, 8214, 8371, 9623, 12404, 8333, 10195, 8115, 9592, 8202, 10221, 8628, 15143, 11265, 14133, 8270, 11551, 8623, 10806, 10496, 14959, 8535, 12047, 8262, 10358, 8514, 8922, 8836, 8343, 8131, 8029, 8017, 8022, 8332, 9790, 8762, 11480, 8307, 10010, 8673, 9702, 8549, 10246, 8188, 9697, 7968, 9035, 8027, 9030, 8170, 9461, 7867, 8779, 8191, 8520, 8144, 8810, 7861, 8282, 8035, 8496, 7891, 8650, 9207, 9144, 8064, 8580, 8409, 8599, 13293, 9230, 14778, 9966, 14416, 8449, 11409, 8342, 10448, 9327, 12444, 8511, 9767, 8406, 9273, 8022, 9638, 8246, 8777, 7760, 8705, 8334, 8233, 9235, 8450, 9597, 8307, 9650, 7841, 9402, 8069, 9650, 8150, 8789, 8152, 8583, 9173, 8384, 10638, 8869, 10793, 8287, 9879, 8222, 9052, 11031, 8367, 13810, 8217, 10922, 8227, 9490, 8349, 8649, 10001, 8606, 13053, 8104, 10147, 8293, 9497, 8085, 8957, 8200, 8596, 8004, 8388, 7916, 8099, 7861, 8186, 9279, 8233, 10590, 8264, 10524, 8214, 9867, 8351, 12045, 8014, 9667, 7941, 9209, 7832, 8948, 8403, 9789, 8329, 7718, 8420, 8110, 8479, 8180, 9292, 8019, 8571, 8087, 8758, 8172, 10527, 8023, 9010, 7855, 8743, 7941, 8923, 8735, 13695, 7815, 9304, 7892, 9022, 8183, 8896, 8041, 12150, 8383, 9525, 8566, 8072, 8217, 9039, 8860, 13105, 8528, 14669, 10288, 12876, 9675, 13902, 13497, 10665, 9930, 8721, 7869, 9041, 7999, 11978, 8224, 9805, 8100, 9416, 8211, 9900, 8124, 13860, 8266, 9132, 8356, 9009, 8917, 14482, 8288, 9765, 8224, 9158, 8536, 9489, 8246, 10456, 8382, 9205, 8605, 9389, 8320, 10075, 8385, 9859, 8454, 9597, 8608, 9792, 8568, 10934, 8673, 9643, 8425, 9565, 8710, 9728, 8374, 8432, 8254, 8153, 8210, 8447, 8268, 9751, 8119, 10227, 8381, 10002, 8547, 10056, 8114, 8960, 8027, 8514, 8083, 8378, 8152, 8444, 8136, 8326, 7798, 8655, 7815, 9761, 7935, 9269, 8515, 8568, 13393, 8733, 12078, 9692, 15390, 8384, 10156, 8070, 8474, 11078, 8392, 10458, 9946, 7908, 10013, 8251, 8010, 8264, 7944, 9314, 8171, 10035, 8393, 11066, 8175, 10119, 8083, 10622, 11153, 15144, 9203, 10500, 7988, 11977, 8375, 11468, 8272, 8395, 9502, 8679, 8216, 14350, 8367, 7963, 9379, 8119, 11841, 8335, 7992, 8642, 8745, 8841, 9293, 8096, 9082, 8271, 9660, 8242, 15092, 8318, 8136, 8590, 7765, 8722, 8095, 9441, 8371, 9827, 8291, 9188, 8075, 9219, 8559, 8266, 8733, 8669, 8287, 8581, 8308, 8794, 9343, 9150, 10166, 8988, 11971, 9540, 12668, 14538, 11305, 15499, 12731, 8500, 9217, 8686, 9429, 8744, 11135, 8734, 11772, 8793, 13475, 9740, 13079, 8852, 7904, 9567, 9954, 16006, 14020, 10542, 9437, 8166, 11201, 8476, 9999, 9056, 8304, 15198, 10596, 13752, 8384, 10387, 9018, 8528, 10721, 7941, 8761, 8030, 8151, 9270, 7967, 8181, 8175, 8537, 8119, 7926, 8067, 8258, 9938, 8421, 11733, 9654, 8369, 9842, 8234, 8095, 8200, 8002, 9470, 8387, 9702, 8256, 9259, 8036, 9147, 8249, 11910, 8288, 7957, 8435, 7653, 9250, 7978, 10036, 8226, 13228, 8356, 10953, 8096, 8857, 8827, 8463, 10148, 8169, 9224, 8333, 8299, 8279, 8952, 8453, 7946, 8769, 8343, 8907, 8257, 11356, 8262, 10899, 8247, 10053, 8835, 9875, 9144, 9194, 8295, 8172, 8621, 8174, 8827, 7929, 8778, 8259, 8987, 7918, 9401, 8261, 9488, 8008, 9212, 7961, 9173, 8293, 9087, 8262, 9505, 8484, 8862, 8617, 8324, 8729, 8620, 8728, 9964, 8343, 9430, 8169, 9397, 8279, 11065, 7891, 8829, 7640, 8507, 7855, 8621, 8013, 9702, 7974, 8778, 7896, 9263, 7919, 10428, 8298, 11190, 8070, 9788, 8299, 12974, 9133, 15462, 8953, 11571, 8501, 10846, 8697, 15551, 11646, 13689, 8330, 9575, 8290, 8327, 9855, 7974, 8843, 7863, 8753, 13168, 8907, 15969, 12507, 15650, 8706, 12595, 8509, 10347, 8854, 8289, 8943, 8204, 8878, 8116, 9130, 8398, 10154, 8352, 8856, 8218, 8908, 10267, 9653, 11488, 9124, 8072, 8843, 8107, 9377, 8483, 9916, 8200, 9535, 8225, 9635, 8628, 9773, 8562, 10080, 8388, 9465, 8102, 9510, 8788, 10162, 8594, 8993, 8157, 9030, 8442, 9021, 8443, 9168, 7997, 9198, 8010, 9175, 8161, 9700, 8608, 9653, 8730, 9392, 8742, 9972, 8619, 9779, 8861, 9919, 8732, 10978, 8519, 11233, 8637, 10081, 8766, 9949, 9121, 8042, 8450, 8000, 8775, 8347, 9492, 8215, 10017, 8133, 9241, 8381, 9501, 8557, 9971, 8671, 8931, 8601, 8741, 8550, 9991, 8720, 8454, 8483, 7672, 8288, 7926, 8699, 8175, 9273, 8259, 8522, 8223, 8959, 8111, 9640, 8478, 10002, 7843, 9280, 8255, 9402, 8472, 14060, 8132, 9507, 8452, 9249, 8511, 10956, 8353, 9499, 7788, 8747, 8161, 8875, 8404, 9780, 8284, 9746, 8572, 9471, 8527, 9684, 8722, 10688, 8558, 10290, 8804, 10298, 8723, 14926, 11396, 14937, 8947, 8420, 8875, 7842, 13298, 8686, 11766, 8812, 10604, 8961, 10783, 10507, 8435, 10578, 7972, 9622, 8243, 12810, 8464, 15032, 8505, 11628, 8848, 10641, 8599, 12192, 8810, 10780, 8750, 9171, 8842, 8455, 8680, 8310, 8653, 8061, 8753, 8486, 8908, 8340, 9223, 8211, 9859, 8209, 9351, 8607, 9441, 8445, 9625, 8708, 10233, 8860, 9615, 8686, 9338, 8839, 8285, 9516, 8239, 8985, 7934, 8908, 8553, 10442, 8442, 13043, 8303, 10500, 8315, 9855, 8135, 11468, 8418, 11961, 8873, 7856, 8442, 8424, 9814, 8429, 10449, 8979, 9839, 8717, 9284, 9844, 8328, 12863, 8636, 12689, 8593, 10672, 9939, 8279, 13761, 8221, 13368, 8474, 14437, 10224, 8727, 8739, 8203, 8767, 8212, 10753, 8627, 7986, 8276, 7913, 8464, 8004, 10604, 8134, 10073, 8434, 9425, 8679, 9345, 8874, 7801, 8453, 7865, 8578, 7905, 8900, 8003, 9499, 8131, 9110, 7956, 9105, 8213, 10001, 7825, 9551, 8020, 9069, 8124, 9762, 8416, 11112, 8442, 9969, 8565, 9435, 8562, 9882, 8658, 11094, 8550, 12789, 8560, 12632, 9660, 9372, 8544, 8050, 8510, 7978, 10375, 8508, 10318, 8495, 9715, 8660, 10225, 9648, 13460, 8634, 10598, 8656, 9697, 8465, 8073, 8626, 7899, 8973, 8063, 9180, 8582, 8705, 8709, 7921, 8441, 8107, 9831, 8046, 10052, 8400, 9748, 8780, 10711, 8806, 8271, 8605, 7860, 8736, 8243, 11597, 8361, 11932, 8665, 9927, 8678, 7797, 9950, 8123, 10279, 8392, 9216, 8693, 7905, 9384, 8037, 9144, 8455, 9172, 8638, 8019, 8601, 8212, 9019, 8240, 11820, 8780, 8007, 8637, 8088, 8691, 8670, 8476, 8819, 8268, 9254, 8024, 9977, 8700, 8361, 9782, 8528, 13061, 8502, 13563, 10164, 9722, 9556, 8682, 9128, 8442, 11558, 8391, 14419, 8651, 8588, 8619, 8073, 8499, 8109, 9867, 8923, 8727, 9177, 8556, 8136, 8459, 7871, 8572, 8286, 8601, 8877, 8469, 9137, 8454, 8924, 8554, 8527, 8720, 9471, 9170, 9363, 8876, 9930, 8162, 9294, 8309, 9005, 13041, 9346, 15831, 8625, 12925, 8380, 9755, 8140, 9396, 7972, 8879, 8961, 8417, 11622, 8474, 10063, 8685, 9511, 7930, 9474, 8091, 8535, 12285, 8684, 11288, 8148, 9168, 8055, 9085, 8088, 8403, 7898, 8377, 7461, 8410, 8311, 8299, 8481, 8611, 9268, 8688, 9463, 8817, 9648, 8666, 10615, 8548, 9675, 8846, 9402, 8603, 10564, 8541, 9898, 8384, 9713, 8605, 14327, 8318, 9525, 13330, 8750, 15916, 9156, 13587, 10943, 12441, 8633, 10573, 8665, 9437, 8634, 9264, 8518, 9240, 8560, 9529, 8908, 9084, 8762, 7998, 8810, 8144, 8634, 8480, 8787, 8492, 9107, 8820, 8793, 14799, 10201, 12236, 9077, 13636, 8405, 9020, 7892, 8465, 10873, 8750, 7880, 8478, 7844, 8652, 9327, 8705, 10162, 8735, 10970, 8686, 10040, 8594, 10388, 8338, 14890, 7877, 10402, 7944, 9151, 7928, 12212, 8117, 10056, 8073, 8928, 8391, 9107, 8283, 10283, 8012, 9083, 8237, 8835, 8094, 8843, 8334, 9797, 8069, 8680, 7814, 9051, 8228, 12051, 8470, 10930, 8775, 9984, 8656, 11188, 9243, 8268, 8357, 8194, 8817, 8203, 12144, 8709, 14720, 9003, 11599, 8965, 9375, 9604, 8770, 10666, 8280, 10452, 8712, 13292, 9281, 12043, 8968, 8120, 9078, 8219, 9759, 9119, 13043, 8492, 9617, 8436, 9281, 8286, 10306, 8370, 9432, 8230, 9120, 8328, 9340, 8379, 9300, 8542, 9313, 8670, 9038, 8807, 9443, 8985, 9204, 8485, 9470, 8541, 9525, 8558, 9746, 8440, 10952, 8411, 9721, 8418, 9705, 8519, 10759, 8329, 11404, 8447, 9878, 8346, 9886, 8815, 12974, 8447, 12295, 8384, 10723, 8369, 10007, 8144, 9483, 7671, 8949, 8001, 8708, 8085, 8592, 7597, 8339, 7636, 8546, 7761, 8702, 8052, 9405, 7907, 8972, 8005, 9040, 8095, 10566, 8165, 11517, 8270, 9771, 8351, 9839, 8582, 12018, 8702, 9697, 8769, 8208, 8613, 7874, 8615, 7549, 9099, 7652, 8679, 8609, 8746, 7926, 9454, 7956, 8765, 8070, 8826, 8068, 8689, 8059, 8503, 7852, 8970, 7853, 8905, 8751, 8868, 7795, 8830, 7660, 8827, 9816, 8892, 9287, 8780, 8005, 8429, 8137, 8576, 8212, 10182, 8449, 9887, 8954, 8261, 8817, 8223, 10523, 8062, 15206, 9317, 14099, 8939, 10970, 13543, 8389, 15447, 10043, 12710, 9434, 8515, 14231, 8870, 14921, 10002, 13966, 10979, 12101, 11766, 8732, 12492, 9092, 9456, 8344, 9023, 10544, 8820, 13493, 8972, 8892, 8707, 9171, 11650, 8531, 12114, 9098, 8342, 9139, 8621, 8439, 8718, 8990, 8886, 8511, 8535, 9494, 8779, 9612, 9532, 8749, 12630, 9404, 12275, 12817, 8701, 12866, 8635, 11317, 8695, 15179, 10985, 11380, 8617, 8675, 9063, 8591, 10551, 8905, 8497, 9231, 8700, 9510, 8760, 9066, 9651, 8885, 9239, 8880, 10270, 9058, 12440, 9102, 9539, 9669, 8937, 12035, 8974, 14236, 8987, 9135, 9694, 8774, 10616, 8855, 8411, 9544, 8932, 9075, 9066, 9271, 9137, 9174, 10099, 8854, 9798, 8743, 9091, 13417, 8941, 8808, 8841], 'WindowCenter': [3980.0, 3945.0, 3954.0, 3931.0, 3930.0, 3930.0, 3908.0, 3929.0, 3909.0, 3918.0, 3907.0, 3928.0, 3908.0, 3928.0, 3919.0, 3929.0, 3920.0, 3930.0, 3920.0, 3941.0, 3921.0, 3941.0, 3920.0, 3932.0, 3931.0, 3932.0, 3920.0, 3932.0, 3931.0, 3932.0, 3955.0, 3934.0, 3956.0, 3961.0, 3961.0, 3950.0, 3945.0, 3932.0, 3944.0, 3934.0, 3944.0, 3935.0, 3933.0, 3933.0, 3954.0, 3934.0, 3946.0, 3955.0, 3943.0, 3973.0, 3923.0, 3951.0, 3932.0, 3942.0, 3922.0, 3941.0, 3931.0, 3941.0, 3931.0, 3944.0, 3934.0, 3943.0, 3955.0, 3945.0, 3952.0, 3932.0, 3941.0, 3932.0, 3944.0, 3943.0, 3933.0, 3963.0, 3930.0, 3942.0, 3921.0, 3932.0, 3919.0, 3932.0, 3950.0, 3929.0, 3939.0, 3922.0, 3931.0, 3922.0, 3942.0, 3933.0, 3943.0, 3921.0, 3942.0, 3922.0, 3933.0, 3922.0, 3934.0, 3965.0, 3933.0, 3953.0, 3933.0, 3963.0, 3921.0, 3942.0, 3931.0, 3931.0, 3921.0, 3929.0, 3918.0, 3929.0, 3921.0, 3932.0, 3934.0, 3944.0, 3933.0, 3945.0, 3935.0, 3945.0, 3933.0, 3945.0, 3964.0, 3945.0, 3984.0, 3951.0, 3975.0, 3950.0, 3954.0, 3917.0, 3951.0, 3908.0, 3930.0, 3907.0, 3928.0, 3919.0, 3929.0, 3918.0, 3942.0, 3920.0, 3930.0, 3919.0, 3933.0, 3931.0, 3932.0, 3964.0, 3943.0, 3959.0, 3917.0, 3939.0, 3919.0, 3930.0, 3919.0, 3931.0, 3920.0, 3917.0, 3908.0, 3930.0, 3917.0, 3917.0, 3917.0, 3930.0, 3931.0, 3943.0, 3963.0, 3945.0, 3931.0, 3944.0, 3920.0, 3944.0, 3941.0, 3921.0, 3963.0, 3943.0, 3962.0, 3930.0, 3950.0, 3931.0, 3927.0, 3932.0, 3934.0, 3954.0, 3933.0, 3933.0, 3933.0, 3934.0, 3944.0, 3945.0, 3953.0, 3934.0, 3974.0, 3918.0, 3942.0, 3917.0, 3929.0, 3961.0, 3936.0, 3959.0, 3924.0, 3955.0, 3902.0, 3936.0, 3914.0, 3925.0, 3906.0, 3926.0, 3914.0, 3926.0, 3904.0, 3917.0, 3918.0, 3929.0, 3938.0, 3917.0, 3938.0, 3917.0, 3917.0, 3917.0, 3916.0, 3917.0, 3915.0, 3926.0, 3914.0, 3927.0, 3919.0, 3927.0, 3921.0, 3930.0, 3920.0, 3941.0, 3920.0, 3930.0, 3931.0, 3929.0, 3949.0, 3928.0, 3940.0, 3917.0, 3940.0, 3918.0, 3942.0, 3962.0, 3961.0, 3948.0, 3936.0, 3958.0, 3935.0, 3919.0, 3917.0, 3920.0, 3929.0, 3933.0, 3933.0, 3933.0, 3949.0, 3944.0, 3932.0, 3943.0, 3933.0, 3952.0, 3944.0, 3973.0, 3942.0, 3961.0, 3943.0, 3974.0, 3929.0, 3953.0, 3931.0, 3919.0, 3930.0, 3918.0, 3928.0, 3921.0, 3929.0, 3931.0, 3931.0, 3932.0, 3932.0, 3933.0, 3941.0, 3944.0, 3935.0, 3941.0, 3936.0, 3947.0, 3947.0, 3954.0, 3961.0, 3979.0, 3946.0, 3963.0, 3947.0, 3974.0, 3955.0, 3984.0, 3950.0, 3960.0, 3932.0, 3953.0, 3972.0, 3962.0, 3983.0, 3942.0, 3921.0, 3930.0, 3930.0, 3931.0, 3931.0, 3954.0, 3929.0, 3961.0, 3917.0, 3959.0, 3938.0, 3957.0, 3947.0, 3916.0, 3913.0, 3916.0, 3947.0, 3938.0, 3959.0, 3914.0, 3935.0, 3904.0, 3901.0, 3915.0, 3915.0, 3915.0, 3894.0, 3900.0, 3905.0, 3913.0, 3903.0, 3937.0, 3902.0, 3914.0, 3903.0, 3913.0, 3914.0, 3916.0, 3917.0, 3917.0, 3915.0, 3926.0, 3916.0, 3919.0, 3950.0, 3915.0, 3937.0, 3917.0, 3926.0, 3916.0, 3925.0, 3949.0, 3905.0, 3925.0, 3905.0, 3914.0, 3906.0, 3958.0, 3926.0, 3945.0, 3904.0, 3938.0, 3918.0, 3927.0, 3915.0, 3903.0, 3915.0, 3904.0, 3904.0, 3903.0, 3906.0, 3928.0, 3906.0, 3936.0, 3905.0, 3913.0, 3906.0, 3936.0, 3906.0, 3944.0, 3902.0, 3923.0, 3903.0, 3924.0, 3903.0, 3903.0, 3902.0, 3904.0, 3916.0, 3906.0, 3928.0, 3918.0, 3928.0, 3919.0, 3927.0, 3919.0, 3929.0, 3919.0, 3928.0, 3916.0, 3926.0, 3919.0, 3929.0, 3917.0, 3939.0, 3915.0, 3929.0, 3919.0, 3918.0, 3919.0, 3920.0, 3919.0, 3927.0, 3920.0, 3921.0, 3921.0, 3922.0, 3933.0, 3919.0, 3932.0, 3920.0, 3930.0, 3933.0, 3933.0, 3953.0, 3945.0, 3951.0, 3933.0, 3940.0, 3923.0, 3940.0, 3931.0, 3943.0, 3932.0, 3918.0, 3932.0, 3922.0, 3934.0, 3933.0, 3943.0, 3935.0, 3944.0, 3933.0, 3944.0, 3944.0, 3943.0, 3947.0, 3944.0, 3946.0, 3945.0, 3936.0, 3932.0, 3934.0, 3945.0, 3979.0, 3933.0, 3944.0, 3921.0, 3942.0, 3931.0, 3944.0, 3935.0, 3975.0, 3953.0, 3973.0, 3922.0, 3949.0, 3931.0, 3940.0, 3943.0, 3959.0, 3919.0, 3950.0, 3917.0, 3938.0, 3929.0, 3919.0, 3931.0, 3919.0, 3921.0, 3918.0, 3920.0, 3920.0, 3932.0, 3942.0, 3933.0, 3950.0, 3919.0, 3927.0, 3920.0, 3930.0, 3921.0, 3942.0, 3917.0, 3927.0, 3908.0, 3929.0, 3919.0, 3929.0, 3918.0, 3930.0, 3918.0, 3919.0, 3920.0, 3929.0, 3920.0, 3933.0, 3921.0, 3918.0, 3920.0, 3930.0, 3920.0, 3932.0, 3931.0, 3932.0, 3920.0, 3920.0, 3918.0, 3931.0, 3963.0, 3931.0, 3970.0, 3930.0, 3961.0, 3918.0, 3940.0, 3918.0, 3937.0, 3930.0, 3950.0, 3917.0, 3927.0, 3918.0, 3925.0, 3909.0, 3929.0, 3918.0, 3919.0, 3906.0, 3920.0, 3916.0, 3920.0, 3929.0, 3918.0, 3926.0, 3919.0, 3927.0, 3920.0, 3929.0, 3918.0, 3931.0, 3920.0, 3921.0, 3919.0, 3932.0, 3929.0, 3920.0, 3942.0, 3931.0, 3941.0, 3916.0, 3930.0, 3916.0, 3919.0, 3939.0, 3919.0, 3962.0, 3920.0, 3939.0, 3919.0, 3928.0, 3919.0, 3919.0, 3929.0, 3921.0, 3947.0, 3910.0, 3927.0, 3915.0, 3928.0, 3918.0, 3929.0, 3920.0, 3919.0, 3920.0, 3920.0, 3922.0, 3919.0, 3922.0, 3934.0, 3943.0, 3933.0, 3953.0, 3921.0, 3943.0, 3931.0, 3943.0, 3918.0, 3952.0, 3919.0, 3930.0, 3920.0, 3930.0, 3910.0, 3932.0, 3922.0, 3939.0, 3918.0, 3921.0, 3933.0, 3933.0, 3934.0, 3935.0, 3942.0, 3934.0, 3934.0, 3934.0, 3936.0, 3934.0, 3953.0, 3924.0, 3934.0, 3922.0, 3932.0, 3922.0, 3932.0, 3934.0, 3964.0, 3920.0, 3931.0, 3921.0, 3931.0, 3921.0, 3933.0, 3924.0, 3965.0, 3932.0, 3943.0, 3933.0, 3932.0, 3934.0, 3943.0, 3949.0, 3974.0, 3936.0, 3975.0, 3944.0, 3966.0, 3932.0, 3961.0, 3963.0, 3941.0, 3929.0, 3920.0, 3909.0, 3918.0, 3919.0, 3952.0, 3919.0, 3930.0, 3919.0, 3929.0, 3919.0, 3929.0, 3910.0, 3961.0, 3918.0, 3928.0, 3919.0, 3916.0, 3917.0, 3960.0, 3905.0, 3925.0, 3915.0, 3916.0, 3918.0, 3929.0, 3919.0, 3938.0, 3918.0, 3928.0, 3919.0, 3928.0, 3919.0, 3929.0, 3907.0, 3925.0, 3908.0, 3928.0, 3916.0, 3929.0, 3916.0, 3937.0, 3916.0, 3926.0, 3919.0, 3927.0, 3917.0, 3929.0, 3918.0, 3917.0, 3919.0, 3920.0, 3920.0, 3918.0, 3920.0, 3930.0, 3920.0, 3939.0, 3921.0, 3940.0, 3920.0, 3928.0, 3907.0, 3916.0, 3907.0, 3918.0, 3908.0, 3915.0, 3916.0, 3918.0, 3920.0, 3919.0, 3921.0, 3933.0, 3924.0, 3955.0, 3933.0, 3944.0, 3933.0, 3933.0, 3962.0, 3934.0, 3964.0, 3941.0, 3974.0, 3917.0, 3937.0, 3909.0, 3919.0, 3940.0, 3919.0, 3940.0, 3929.0, 3921.0, 3930.0, 3920.0, 3919.0, 3920.0, 3922.0, 3941.0, 3935.0, 3942.0, 3935.0, 3955.0, 3931.0, 3953.0, 3920.0, 3953.0, 3953.0, 3974.0, 3918.0, 3928.0, 3905.0, 3935.0, 3915.0, 3938.0, 3917.0, 3918.0, 3929.0, 3931.0, 3919.0, 3970.0, 3919.0, 3919.0, 3928.0, 3908.0, 3949.0, 3917.0, 3920.0, 3920.0, 3919.0, 3919.0, 3927.0, 3908.0, 3916.0, 3907.0, 3916.0, 3907.0, 3959.0, 3904.0, 3906.0, 3905.0, 3895.0, 3916.0, 3906.0, 3927.0, 3908.0, 3927.0, 3906.0, 3916.0, 3907.0, 3927.0, 3927.0, 3920.0, 3931.0, 3932.0, 3933.0, 3945.0, 3945.0, 3948.0, 3944.0, 3957.0, 3957.0, 3948.0, 3966.0, 3956.0, 3977.0, 3988.0, 3969.0, 3985.0, 3965.0, 3933.0, 3941.0, 3944.0, 3941.0, 3947.0, 3952.0, 3932.0, 3951.0, 3934.0, 3964.0, 3943.0, 3963.0, 3918.0, 3909.0, 3929.0, 3930.0, 3973.0, 3961.0, 3939.0, 3917.0, 3905.0, 3927.0, 3906.0, 3927.0, 3917.0, 3905.0, 3957.0, 3924.0, 3947.0, 3904.0, 3922.0, 3904.0, 3903.0, 3924.0, 3894.0, 3903.0, 3891.0, 3904.0, 3916.0, 3907.0, 3918.0, 3920.0, 3920.0, 3920.0, 3919.0, 3919.0, 3932.0, 3944.0, 3934.0, 3965.0, 3932.0, 3919.0, 3939.0, 3921.0, 3918.0, 3921.0, 3920.0, 3942.0, 3921.0, 3931.0, 3918.0, 3930.0, 3920.0, 3927.0, 3918.0, 3950.0, 3919.0, 3919.0, 3917.0, 3919.0, 3928.0, 3919.0, 3941.0, 3922.0, 3962.0, 3920.0, 3940.0, 3919.0, 3930.0, 3929.0, 3916.0, 3938.0, 3917.0, 3929.0, 3918.0, 3919.0, 3921.0, 3930.0, 3920.0, 3920.0, 3930.0, 3920.0, 3930.0, 3920.0, 3952.0, 3920.0, 3952.0, 3921.0, 3940.0, 3931.0, 3940.0, 3928.0, 3931.0, 3920.0, 3916.0, 3930.0, 3918.0, 3930.0, 3919.0, 3917.0, 3920.0, 3930.0, 3921.0, 3931.0, 3922.0, 3943.0, 3921.0, 3931.0, 3922.0, 3928.0, 3931.0, 3931.0, 3932.0, 3940.0, 3933.0, 3944.0, 3944.0, 3934.0, 3945.0, 3943.0, 3945.0, 3953.0, 3936.0, 3945.0, 3935.0, 3944.0, 3934.0, 3964.0, 3924.0, 3933.0, 3922.0, 3932.0, 3923.0, 3933.0, 3934.0, 3945.0, 3933.0, 3933.0, 3935.0, 3955.0, 3933.0, 3967.0, 3935.0, 3964.0, 3934.0, 3944.0, 3934.0, 3962.0, 3946.0, 3986.0, 3929.0, 3952.0, 3933.0, 3953.0, 3932.0, 3974.0, 3950.0, 3962.0, 3917.0, 3930.0, 3918.0, 3919.0, 3942.0, 3919.0, 3929.0, 3919.0, 3917.0, 3961.0, 3919.0, 3970.0, 3949.0, 3959.0, 3916.0, 3947.0, 3918.0, 3926.0, 3918.0, 3906.0, 3916.0, 3917.0, 3916.0, 3908.0, 3928.0, 3918.0, 3939.0, 3918.0, 3917.0, 3905.0, 3917.0, 3927.0, 3927.0, 3936.0, 3914.0, 3903.0, 3915.0, 3905.0, 3914.0, 3915.0, 3924.0, 3904.0, 3925.0, 3915.0, 3928.0, 3918.0, 3926.0, 3916.0, 3926.0, 3919.0, 3927.0, 3907.0, 3927.0, 3917.0, 3927.0, 3917.0, 3917.0, 3906.0, 3916.0, 3917.0, 3918.0, 3918.0, 3927.0, 3918.0, 3927.0, 3919.0, 3929.0, 3920.0, 3931.0, 3930.0, 3940.0, 3931.0, 3929.0, 3933.0, 3941.0, 3932.0, 3940.0, 3933.0, 3942.0, 3930.0, 3941.0, 3931.0, 3951.0, 3931.0, 3940.0, 3930.0, 3940.0, 3929.0, 3921.0, 3921.0, 3920.0, 3931.0, 3932.0, 3941.0, 3922.0, 3942.0, 3921.0, 3931.0, 3932.0, 3942.0, 3933.0, 3940.0, 3932.0, 3943.0, 3931.0, 3932.0, 3933.0, 3941.0, 3932.0, 3932.0, 3931.0, 3922.0, 3929.0, 3921.0, 3930.0, 3921.0, 3942.0, 3933.0, 3931.0, 3931.0, 3942.0, 3933.0, 3944.0, 3933.0, 3943.0, 3933.0, 3942.0, 3934.0, 3944.0, 3930.0, 3975.0, 3922.0, 3942.0, 3932.0, 3930.0, 3931.0, 3953.0, 3919.0, 3930.0, 3908.0, 3919.0, 3920.0, 3929.0, 3920.0, 3941.0, 3931.0, 3941.0, 3930.0, 3943.0, 3934.0, 3940.0, 3935.0, 3951.0, 3930.0, 3942.0, 3930.0, 3941.0, 3932.0, 3973.0, 3952.0, 3973.0, 3930.0, 3918.0, 3926.0, 3919.0, 3962.0, 3918.0, 3950.0, 3930.0, 3937.0, 3930.0, 3936.0, 3942.0, 3917.0, 3927.0, 3908.0, 3925.0, 3917.0, 3949.0, 3903.0, 3957.0, 3917.0, 3937.0, 3917.0, 3926.0, 3915.0, 3933.0, 3915.0, 3926.0, 3904.0, 3912.0, 3915.0, 3902.0, 3914.0, 3906.0, 3916.0, 3907.0, 3917.0, 3913.0, 3918.0, 3919.0, 3928.0, 3918.0, 3926.0, 3915.0, 3928.0, 3916.0, 3928.0, 3920.0, 3930.0, 3932.0, 3939.0, 3931.0, 3928.0, 3931.0, 3930.0, 3930.0, 3920.0, 3931.0, 3916.0, 3929.0, 3917.0, 3931.0, 3931.0, 3939.0, 3919.0, 3962.0, 3919.0, 3938.0, 3919.0, 3929.0, 3917.0, 3950.0, 3918.0, 3949.0, 3931.0, 3917.0, 3921.0, 3929.0, 3942.0, 3933.0, 3953.0, 3946.0, 3944.0, 3934.0, 3932.0, 3944.0, 3922.0, 3960.0, 3930.0, 3963.0, 3932.0, 3943.0, 3941.0, 3918.0, 3959.0, 3919.0, 3960.0, 3917.0, 3961.0, 3927.0, 3916.0, 3917.0, 3918.0, 3916.0, 3919.0, 3939.0, 3918.0, 3906.0, 3919.0, 3909.0, 3919.0, 3919.0, 3941.0, 3920.0, 3928.0, 3919.0, 3929.0, 3917.0, 3928.0, 3930.0, 3908.0, 3918.0, 3918.0, 3918.0, 3921.0, 3931.0, 3920.0, 3929.0, 3920.0, 3930.0, 3921.0, 3928.0, 3918.0, 3939.0, 3911.0, 3928.0, 3921.0, 3920.0, 3920.0, 3927.0, 3917.0, 3941.0, 3918.0, 3928.0, 3931.0, 3932.0, 3934.0, 3941.0, 3921.0, 3939.0, 3920.0, 3963.0, 3932.0, 3951.0, 3933.0, 3930.0, 3920.0, 3919.0, 3916.0, 3922.0, 3941.0, 3919.0, 3943.0, 3934.0, 3932.0, 3933.0, 3942.0, 3944.0, 3962.0, 3922.0, 3939.0, 3931.0, 3943.0, 3922.0, 3919.0, 3917.0, 3921.0, 3929.0, 3921.0, 3930.0, 3935.0, 3933.0, 3933.0, 3923.0, 3923.0, 3922.0, 3943.0, 3921.0, 3940.0, 3922.0, 3941.0, 3932.0, 3942.0, 3933.0, 3921.0, 3932.0, 3922.0, 3933.0, 3922.0, 3953.0, 3934.0, 3953.0, 3931.0, 3942.0, 3931.0, 3921.0, 3943.0, 3921.0, 3943.0, 3929.0, 3940.0, 3928.0, 3921.0, 3933.0, 3920.0, 3932.0, 3931.0, 3929.0, 3933.0, 3923.0, 3929.0, 3921.0, 3930.0, 3919.0, 3952.0, 3932.0, 3922.0, 3932.0, 3920.0, 3929.0, 3932.0, 3922.0, 3933.0, 3921.0, 3930.0, 3923.0, 3942.0, 3930.0, 3922.0, 3942.0, 3920.0, 3964.0, 3932.0, 3962.0, 3939.0, 3931.0, 3929.0, 3919.0, 3929.0, 3917.0, 3939.0, 3919.0, 3960.0, 3918.0, 3916.0, 3919.0, 3908.0, 3918.0, 3906.0, 3930.0, 3917.0, 3915.0, 3914.0, 3917.0, 3907.0, 3906.0, 3907.0, 3916.0, 3906.0, 3916.0, 3916.0, 3908.0, 3919.0, 3920.0, 3918.0, 3921.0, 3920.0, 3933.0, 3943.0, 3944.0, 3930.0, 3933.0, 3943.0, 3920.0, 3932.0, 3924.0, 3933.0, 3964.0, 3933.0, 3974.0, 3920.0, 3950.0, 3918.0, 3932.0, 3918.0, 3929.0, 3922.0, 3929.0, 3932.0, 3923.0, 3954.0, 3930.0, 3942.0, 3933.0, 3932.0, 3923.0, 3944.0, 3919.0, 3934.0, 3950.0, 3923.0, 3939.0, 3918.0, 3929.0, 3920.0, 3933.0, 3920.0, 3920.0, 3920.0, 3924.0, 3923.0, 3935.0, 3934.0, 3935.0, 3931.0, 3936.0, 3944.0, 3948.0, 3947.0, 3945.0, 3943.0, 3938.0, 3955.0, 3933.0, 3945.0, 3944.0, 3946.0, 3947.0, 3957.0, 3945.0, 3955.0, 3937.0, 3948.0, 3934.0, 3986.0, 3934.0, 3946.0, 3963.0, 3933.0, 3972.0, 3933.0, 3963.0, 3944.0, 3952.0, 3920.0, 3941.0, 3932.0, 3931.0, 3921.0, 3931.0, 3930.0, 3932.0, 3932.0, 3942.0, 3933.0, 3929.0, 3934.0, 3920.0, 3933.0, 3921.0, 3932.0, 3935.0, 3937.0, 3934.0, 3947.0, 3933.0, 3932.0, 3974.0, 3943.0, 3952.0, 3934.0, 3965.0, 3919.0, 3931.0, 3919.0, 3918.0, 3939.0, 3919.0, 3910.0, 3920.0, 3919.0, 3931.0, 3930.0, 3934.0, 3941.0, 3934.0, 3952.0, 3932.0, 3942.0, 3930.0, 3939.0, 3919.0, 3970.0, 3921.0, 3942.0, 3921.0, 3932.0, 3911.0, 3953.0, 3910.0, 3931.0, 3920.0, 3929.0, 3920.0, 3930.0, 3918.0, 3938.0, 3917.0, 3932.0, 3921.0, 3928.0, 3921.0, 3932.0, 3918.0, 3929.0, 3908.0, 3916.0, 3918.0, 3919.0, 3918.0, 3949.0, 3935.0, 3942.0, 3934.0, 3927.0, 3932.0, 3941.0, 3933.0, 3920.0, 3921.0, 3920.0, 3920.0, 3921.0, 3953.0, 3920.0, 3963.0, 3919.0, 3942.0, 3930.0, 3929.0, 3931.0, 3920.0, 3940.0, 3915.0, 3941.0, 3917.0, 3950.0, 3931.0, 3950.0, 3918.0, 3907.0, 3916.0, 3908.0, 3926.0, 3918.0, 3950.0, 3907.0, 3916.0, 3908.0, 3916.0, 3908.0, 3923.0, 3905.0, 3917.0, 3906.0, 3916.0, 3919.0, 3917.0, 3918.0, 3918.0, 3918.0, 3928.0, 3918.0, 3929.0, 3932.0, 3939.0, 3933.0, 3931.0, 3930.0, 3933.0, 3933.0, 3943.0, 3931.0, 3932.0, 3935.0, 3943.0, 3924.0, 3931.0, 3923.0, 3942.0, 3933.0, 3943.0, 3931.0, 3950.0, 3933.0, 3941.0, 3934.0, 3940.0, 3933.0, 3962.0, 3923.0, 3950.0, 3920.0, 3943.0, 3922.0, 3930.0, 3922.0, 3932.0, 3909.0, 3932.0, 3923.0, 3920.0, 3920.0, 3933.0, 3922.0, 3922.0, 3921.0, 3930.0, 3920.0, 3931.0, 3925.0, 3942.0, 3933.0, 3945.0, 3934.0, 3944.0, 3937.0, 3954.0, 3936.0, 3956.0, 3935.0, 3942.0, 3937.0, 3944.0, 3934.0, 3962.0, 3935.0, 3942.0, 3936.0, 3932.0, 3936.0, 3923.0, 3934.0, 3922.0, 3944.0, 3923.0, 3935.0, 3935.0, 3935.0, 3924.0, 3944.0, 3922.0, 3931.0, 3923.0, 3935.0, 3933.0, 3935.0, 3923.0, 3935.0, 3922.0, 3934.0, 3924.0, 3942.0, 3935.0, 3934.0, 3922.0, 3935.0, 3920.0, 3931.0, 3944.0, 3935.0, 3931.0, 3934.0, 3923.0, 3933.0, 3936.0, 3936.0, 3936.0, 3953.0, 3937.0, 3946.0, 3947.0, 3934.0, 3947.0, 3936.0, 3959.0, 3936.0, 3988.0, 3946.0, 3976.0, 3945.0, 3953.0, 3977.0, 3935.0, 3974.0, 3944.0, 3967.0, 3942.0, 3933.0, 3977.0, 3929.0, 3974.0, 3942.0, 3964.0, 3942.0, 3947.0, 3949.0, 3918.0, 3951.0, 3917.0, 3928.0, 3916.0, 3918.0, 3941.0, 3919.0, 3949.0, 3916.0, 3917.0, 3917.0, 3917.0, 3939.0, 3915.0, 3939.0, 3919.0, 3920.0, 3926.0, 3933.0, 3921.0, 3919.0, 3945.0, 3943.0, 3934.0, 3934.0, 3946.0, 3936.0, 3943.0, 3942.0, 3934.0, 3963.0, 3931.0, 3954.0, 3962.0, 3920.0, 3950.0, 3919.0, 3938.0, 3917.0, 3959.0, 3939.0, 3938.0, 3918.0, 3917.0, 3917.0, 3918.0, 3940.0, 3919.0, 3917.0, 3927.0, 3917.0, 3930.0, 3932.0, 3931.0, 3930.0, 3916.0, 3928.0, 3920.0, 3940.0, 3920.0, 3951.0, 3918.0, 3925.0, 3927.0, 3918.0, 3940.0, 3916.0, 3948.0, 3917.0, 3916.0, 3917.0, 3916.0, 3927.0, 3920.0, 3906.0, 3916.0, 3919.0, 3918.0, 3919.0, 3929.0, 3928.0, 3917.0, 3928.0, 3918.0, 3939.0, 3918.0, 3919.0, 3950.0, 3915.0, 3919.0, 3914.0], 'WindowWidth': [8896.0, 8839.0, 8844.0, 8810.0, 8805.0, 8805.0, 8772.0, 8799.0, 8771.0, 8784.0, 8767.0, 8797.0, 8770.0, 8796.0, 8786.0, 8800.0, 8789.0, 8803.0, 8791.0, 8818.0, 8795.0, 8820.0, 8792.0, 8810.0, 8808.0, 8809.0, 8791.0, 8809.0, 8808.0, 8811.0, 8846.0, 8818.0, 8851.0, 8866.0, 8862.0, 8847.0, 8830.0, 8811.0, 8827.0, 8816.0, 8829.0, 8819.0, 8814.0, 8816.0, 8844.0, 8817.0, 8835.0, 8845.0, 8829.0, 8868.0, 8799.0, 8836.0, 8811.0, 8823.0, 8796.0, 8821.0, 8807.0, 8821.0, 8810.0, 8829.0, 8815.0, 8828.0, 8846.0, 8830.0, 8839.0, 8811.0, 8824.0, 8811.0, 8827.0, 8825.0, 8811.0, 8852.0, 8805.0, 8822.0, 8793.0, 8810.0, 8790.0, 8811.0, 8833.0, 8804.0, 8816.0, 8795.0, 8806.0, 8795.0, 8823.0, 8812.0, 8824.0, 8794.0, 8824.0, 8796.0, 8812.0, 8797.0, 8814.0, 8859.0, 8813.0, 8839.0, 8813.0, 8853.0, 8794.0, 8822.0, 8806.0, 8806.0, 8791.0, 8804.0, 8786.0, 8801.0, 8793.0, 8811.0, 8815.0, 8829.0, 8815.0, 8832.0, 8818.0, 8833.0, 8814.0, 8832.0, 8858.0, 8834.0, 8886.0, 8835.0, 8873.0, 8832.0, 8841.0, 8785.0, 8835.0, 8770.0, 8800.0, 8769.0, 8798.0, 8787.0, 8802.0, 8785.0, 8822.0, 8789.0, 8804.0, 8789.0, 8812.0, 8809.0, 8810.0, 8856.0, 8825.0, 8845.0, 8783.0, 8814.0, 8786.0, 8802.0, 8787.0, 8804.0, 8788.0, 8780.0, 8769.0, 8804.0, 8785.0, 8784.0, 8782.0, 8802.0, 8805.0, 8826.0, 8874.0, 8834.0, 8810.0, 8827.0, 8788.0, 8827.0, 8822.0, 8794.0, 8854.0, 8827.0, 8850.0, 8803.0, 8831.0, 8805.0, 8800.0, 8810.0, 8813.0, 8841.0, 8812.0, 8812.0, 8813.0, 8818.0, 8828.0, 8832.0, 8841.0, 8815.0, 8872.0, 8786.0, 8820.0, 8783.0, 8799.0, 8843.0, 8806.0, 8839.0, 8787.0, 8831.0, 8755.0, 8803.0, 8772.0, 8788.0, 8764.0, 8789.0, 8774.0, 8789.0, 8762.0, 8781.0, 8781.0, 8798.0, 8810.0, 8779.0, 8809.0, 8780.0, 8781.0, 8778.0, 8777.0, 8778.0, 8774.0, 8790.0, 8773.0, 8793.0, 8785.0, 8795.0, 8792.0, 8801.0, 8790.0, 8819.0, 8790.0, 8804.0, 8804.0, 8800.0, 8830.0, 8800.0, 8815.0, 8783.0, 8815.0, 8784.0, 8821.0, 8866.0, 8867.0, 8840.0, 8819.0, 8851.0, 8814.0, 8785.0, 8782.0, 8790.0, 8799.0, 8811.0, 8812.0, 8813.0, 8844.0, 8830.0, 8810.0, 8826.0, 8814.0, 8838.0, 8831.0, 8870.0, 8823.0, 8848.0, 8827.0, 8871.0, 8804.0, 8837.0, 8807.0, 8786.0, 8801.0, 8785.0, 8800.0, 8791.0, 8801.0, 8806.0, 8805.0, 8807.0, 8809.0, 8813.0, 8821.0, 8832.0, 8816.0, 8823.0, 8819.0, 8839.0, 8839.0, 8844.0, 8862.0, 8882.0, 8834.0, 8855.0, 8838.0, 8871.0, 8846.0, 8884.0, 8834.0, 8845.0, 8808.0, 8835.0, 8868.0, 8852.0, 8884.0, 8820.0, 8790.0, 8801.0, 8806.0, 8806.0, 8808.0, 8840.0, 8802.0, 8848.0, 8784.0, 8841.0, 8813.0, 8837.0, 8822.0, 8777.0, 8768.0, 8777.0, 8821.0, 8809.0, 8841.0, 8770.0, 8799.0, 8756.0, 8752.0, 8773.0, 8773.0, 8774.0, 8741.0, 8746.0, 8759.0, 8768.0, 8756.0, 8804.0, 8753.0, 8767.0, 8755.0, 8769.0, 8772.0, 8777.0, 8778.0, 8777.0, 8774.0, 8791.0, 8778.0, 8786.0, 8829.0, 8777.0, 8806.0, 8778.0, 8790.0, 8777.0, 8787.0, 8826.0, 8760.0, 8788.0, 8760.0, 8770.0, 8761.0, 8834.0, 8789.0, 8816.0, 8755.0, 8808.0, 8781.0, 8789.0, 8773.0, 8753.0, 8769.0, 8756.0, 8755.0, 8754.0, 8759.0, 8792.0, 8763.0, 8803.0, 8760.0, 8768.0, 8762.0, 8801.0, 8761.0, 8812.0, 8752.0, 8779.0, 8753.0, 8782.0, 8753.0, 8753.0, 8751.0, 8758.0, 8774.0, 8763.0, 8792.0, 8781.0, 8793.0, 8784.0, 8791.0, 8784.0, 8795.0, 8786.0, 8794.0, 8779.0, 8791.0, 8786.0, 8795.0, 8781.0, 8810.0, 8776.0, 8796.0, 8784.0, 8782.0, 8787.0, 8786.0, 8786.0, 8796.0, 8788.0, 8791.0, 8793.0, 8793.0, 8811.0, 8788.0, 8807.0, 8789.0, 8804.0, 8810.0, 8812.0, 8838.0, 8832.0, 8833.0, 8810.0, 8818.0, 8798.0, 8818.0, 8806.0, 8823.0, 8810.0, 8786.0, 8808.0, 8795.0, 8814.0, 8811.0, 8825.0, 8816.0, 8828.0, 8813.0, 8828.0, 8830.0, 8827.0, 8838.0, 8830.0, 8833.0, 8830.0, 8817.0, 8811.0, 8815.0, 8829.0, 8882.0, 8810.0, 8827.0, 8794.0, 8822.0, 8807.0, 8825.0, 8816.0, 8872.0, 8837.0, 8865.0, 8792.0, 8827.0, 8805.0, 8813.0, 8825.0, 8841.0, 8785.0, 8826.0, 8780.0, 8809.0, 8799.0, 8784.0, 8806.0, 8786.0, 8789.0, 8783.0, 8790.0, 8791.0, 8807.0, 8821.0, 8813.0, 8831.0, 8787.0, 8794.0, 8790.0, 8802.0, 8791.0, 8820.0, 8780.0, 8792.0, 8769.0, 8796.0, 8785.0, 8798.0, 8783.0, 8801.0, 8783.0, 8783.0, 8788.0, 8800.0, 8787.0, 8809.0, 8789.0, 8784.0, 8786.0, 8801.0, 8789.0, 8805.0, 8804.0, 8808.0, 8787.0, 8788.0, 8785.0, 8803.0, 8852.0, 8806.0, 8858.0, 8801.0, 8844.0, 8782.0, 8812.0, 8782.0, 8807.0, 8802.0, 8826.0, 8780.0, 8791.0, 8782.0, 8789.0, 8771.0, 8797.0, 8780.0, 8783.0, 8765.0, 8785.0, 8778.0, 8787.0, 8798.0, 8782.0, 8791.0, 8783.0, 8794.0, 8786.0, 8799.0, 8784.0, 8803.0, 8786.0, 8788.0, 8785.0, 8804.0, 8799.0, 8788.0, 8818.0, 8804.0, 8815.0, 8779.0, 8799.0, 8777.0, 8784.0, 8810.0, 8784.0, 8845.0, 8786.0, 8813.0, 8784.0, 8797.0, 8785.0, 8786.0, 8799.0, 8789.0, 8822.0, 8772.0, 8794.0, 8776.0, 8795.0, 8782.0, 8798.0, 8786.0, 8784.0, 8787.0, 8789.0, 8792.0, 8789.0, 8794.0, 8812.0, 8824.0, 8810.0, 8838.0, 8793.0, 8824.0, 8806.0, 8822.0, 8788.0, 8834.0, 8786.0, 8801.0, 8787.0, 8800.0, 8775.0, 8804.0, 8793.0, 8812.0, 8785.0, 8790.0, 8811.0, 8811.0, 8814.0, 8815.0, 8823.0, 8814.0, 8814.0, 8815.0, 8818.0, 8812.0, 8841.0, 8799.0, 8813.0, 8794.0, 8808.0, 8794.0, 8808.0, 8810.0, 8856.0, 8789.0, 8803.0, 8791.0, 8802.0, 8792.0, 8807.0, 8798.0, 8857.0, 8807.0, 8823.0, 8811.0, 8809.0, 8815.0, 8826.0, 8841.0, 8870.0, 8818.0, 8872.0, 8826.0, 8859.0, 8806.0, 8851.0, 8848.0, 8817.0, 8799.0, 8786.0, 8772.0, 8783.0, 8784.0, 8833.0, 8785.0, 8801.0, 8786.0, 8798.0, 8786.0, 8800.0, 8773.0, 8845.0, 8782.0, 8795.0, 8783.0, 8777.0, 8778.0, 8844.0, 8760.0, 8787.0, 8775.0, 8776.0, 8783.0, 8795.0, 8786.0, 8809.0, 8782.0, 8794.0, 8784.0, 8795.0, 8785.0, 8798.0, 8767.0, 8787.0, 8767.0, 8793.0, 8778.0, 8795.0, 8778.0, 8805.0, 8777.0, 8789.0, 8783.0, 8790.0, 8782.0, 8796.0, 8780.0, 8780.0, 8784.0, 8788.0, 8788.0, 8783.0, 8790.0, 8802.0, 8788.0, 8813.0, 8791.0, 8815.0, 8786.0, 8797.0, 8765.0, 8777.0, 8765.0, 8782.0, 8768.0, 8776.0, 8777.0, 8781.0, 8788.0, 8786.0, 8792.0, 8811.0, 8800.0, 8845.0, 8811.0, 8829.0, 8810.0, 8809.0, 8853.0, 8812.0, 8853.0, 8821.0, 8869.0, 8780.0, 8808.0, 8771.0, 8783.0, 8813.0, 8784.0, 8815.0, 8800.0, 8788.0, 8800.0, 8786.0, 8786.0, 8790.0, 8795.0, 8821.0, 8817.0, 8823.0, 8817.0, 8844.0, 8807.0, 8839.0, 8793.0, 8840.0, 8837.0, 8873.0, 8782.0, 8795.0, 8763.0, 8804.0, 8777.0, 8810.0, 8780.0, 8782.0, 8799.0, 8804.0, 8788.0, 8860.0, 8786.0, 8786.0, 8796.0, 8770.0, 8828.0, 8782.0, 8791.0, 8787.0, 8787.0, 8785.0, 8792.0, 8768.0, 8776.0, 8764.0, 8775.0, 8766.0, 8838.0, 8758.0, 8762.0, 8760.0, 8746.0, 8774.0, 8762.0, 8790.0, 8766.0, 8792.0, 8763.0, 8775.0, 8766.0, 8794.0, 8796.0, 8788.0, 8805.0, 8810.0, 8811.0, 8831.0, 8832.0, 8840.0, 8832.0, 8852.0, 8849.0, 8837.0, 8860.0, 8850.0, 8876.0, 8896.0, 8868.0, 8889.0, 8856.0, 8810.0, 8820.0, 8827.0, 8819.0, 8837.0, 8836.0, 8810.0, 8834.0, 8815.0, 8852.0, 8824.0, 8849.0, 8782.0, 8771.0, 8797.0, 8800.0, 8865.0, 8846.0, 8811.0, 8776.0, 8761.0, 8791.0, 8763.0, 8791.0, 8778.0, 8760.0, 8836.0, 8785.0, 8818.0, 8757.0, 8779.0, 8756.0, 8752.0, 8783.0, 8742.0, 8754.0, 8735.0, 8755.0, 8776.0, 8766.0, 8783.0, 8785.0, 8787.0, 8790.0, 8788.0, 8786.0, 8809.0, 8826.0, 8813.0, 8856.0, 8807.0, 8787.0, 8815.0, 8792.0, 8785.0, 8790.0, 8788.0, 8820.0, 8789.0, 8803.0, 8783.0, 8800.0, 8788.0, 8794.0, 8784.0, 8829.0, 8786.0, 8785.0, 8781.0, 8787.0, 8797.0, 8788.0, 8816.0, 8794.0, 8847.0, 8790.0, 8814.0, 8787.0, 8800.0, 8799.0, 8779.0, 8811.0, 8782.0, 8798.0, 8785.0, 8787.0, 8791.0, 8803.0, 8790.0, 8789.0, 8802.0, 8788.0, 8802.0, 8789.0, 8834.0, 8790.0, 8833.0, 8792.0, 8816.0, 8805.0, 8816.0, 8801.0, 8804.0, 8788.0, 8779.0, 8801.0, 8783.0, 8800.0, 8785.0, 8782.0, 8790.0, 8800.0, 8791.0, 8804.0, 8793.0, 8822.0, 8793.0, 8804.0, 8794.0, 8799.0, 8805.0, 8806.0, 8809.0, 8817.0, 8811.0, 8826.0, 8829.0, 8814.0, 8832.0, 8828.0, 8833.0, 8841.0, 8820.0, 8832.0, 8818.0, 8828.0, 8813.0, 8857.0, 8798.0, 8812.0, 8796.0, 8809.0, 8800.0, 8812.0, 8815.0, 8831.0, 8812.0, 8811.0, 8820.0, 8846.0, 8816.0, 8864.0, 8819.0, 8856.0, 8814.0, 8828.0, 8814.0, 8853.0, 8834.0, 8889.0, 8803.0, 8835.0, 8812.0, 8836.0, 8808.0, 8871.0, 8829.0, 8847.0, 8782.0, 8801.0, 8785.0, 8785.0, 8822.0, 8784.0, 8799.0, 8785.0, 8781.0, 8845.0, 8786.0, 8861.0, 8827.0, 8841.0, 8777.0, 8819.0, 8781.0, 8790.0, 8784.0, 8763.0, 8777.0, 8778.0, 8778.0, 8770.0, 8796.0, 8781.0, 8814.0, 8780.0, 8778.0, 8760.0, 8779.0, 8793.0, 8792.0, 8803.0, 8771.0, 8756.0, 8771.0, 8758.0, 8771.0, 8774.0, 8786.0, 8760.0, 8786.0, 8776.0, 8793.0, 8782.0, 8789.0, 8779.0, 8790.0, 8783.0, 8791.0, 8768.0, 8792.0, 8780.0, 8793.0, 8778.0, 8778.0, 8762.0, 8777.0, 8779.0, 8780.0, 8781.0, 8793.0, 8782.0, 8793.0, 8788.0, 8800.0, 8789.0, 8803.0, 8803.0, 8815.0, 8807.0, 8800.0, 8809.0, 8816.0, 8807.0, 8815.0, 8809.0, 8819.0, 8806.0, 8817.0, 8806.0, 8830.0, 8804.0, 8817.0, 8803.0, 8815.0, 8801.0, 8789.0, 8790.0, 8791.0, 8804.0, 8807.0, 8819.0, 8793.0, 8821.0, 8791.0, 8804.0, 8809.0, 8821.0, 8813.0, 8819.0, 8810.0, 8827.0, 8807.0, 8810.0, 8812.0, 8820.0, 8810.0, 8808.0, 8808.0, 8796.0, 8803.0, 8793.0, 8804.0, 8792.0, 8821.0, 8811.0, 8807.0, 8808.0, 8823.0, 8813.0, 8828.0, 8813.0, 8826.0, 8813.0, 8821.0, 8813.0, 8827.0, 8805.0, 8871.0, 8795.0, 8822.0, 8809.0, 8803.0, 8805.0, 8836.0, 8785.0, 8801.0, 8771.0, 8787.0, 8790.0, 8801.0, 8788.0, 8821.0, 8805.0, 8819.0, 8805.0, 8822.0, 8815.0, 8820.0, 8818.0, 8836.0, 8804.0, 8822.0, 8804.0, 8819.0, 8808.0, 8866.0, 8834.0, 8864.0, 8801.0, 8783.0, 8792.0, 8785.0, 8848.0, 8784.0, 8828.0, 8802.0, 8808.0, 8801.0, 8806.0, 8821.0, 8779.0, 8794.0, 8768.0, 8789.0, 8780.0, 8824.0, 8758.0, 8835.0, 8779.0, 8804.0, 8777.0, 8789.0, 8776.0, 8796.0, 8775.0, 8790.0, 8758.0, 8766.0, 8775.0, 8755.0, 8773.0, 8762.0, 8775.0, 8766.0, 8779.0, 8773.0, 8781.0, 8784.0, 8796.0, 8782.0, 8791.0, 8777.0, 8795.0, 8778.0, 8795.0, 8788.0, 8799.0, 8808.0, 8812.0, 8803.0, 8798.0, 8804.0, 8803.0, 8802.0, 8789.0, 8806.0, 8779.0, 8799.0, 8784.0, 8803.0, 8804.0, 8813.0, 8788.0, 8848.0, 8788.0, 8811.0, 8787.0, 8799.0, 8783.0, 8829.0, 8785.0, 8827.0, 8803.0, 8784.0, 8792.0, 8801.0, 8824.0, 8814.0, 8842.0, 8834.0, 8825.0, 8813.0, 8808.0, 8829.0, 8793.0, 8845.0, 8802.0, 8850.0, 8806.0, 8822.0, 8819.0, 8783.0, 8840.0, 8783.0, 8843.0, 8782.0, 8842.0, 8795.0, 8778.0, 8778.0, 8782.0, 8777.0, 8785.0, 8812.0, 8782.0, 8765.0, 8783.0, 8770.0, 8785.0, 8784.0, 8817.0, 8785.0, 8796.0, 8785.0, 8798.0, 8782.0, 8795.0, 8801.0, 8769.0, 8782.0, 8782.0, 8782.0, 8789.0, 8802.0, 8788.0, 8798.0, 8788.0, 8801.0, 8791.0, 8797.0, 8785.0, 8815.0, 8776.0, 8795.0, 8789.0, 8786.0, 8788.0, 8795.0, 8783.0, 8817.0, 8785.0, 8798.0, 8805.0, 8805.0, 8811.0, 8817.0, 8792.0, 8813.0, 8788.0, 8850.0, 8807.0, 8830.0, 8807.0, 8798.0, 8787.0, 8785.0, 8779.0, 8793.0, 8818.0, 8786.0, 8822.0, 8810.0, 8805.0, 8810.0, 8818.0, 8824.0, 8845.0, 8792.0, 8814.0, 8806.0, 8824.0, 8794.0, 8785.0, 8783.0, 8790.0, 8799.0, 8792.0, 8803.0, 8817.0, 8809.0, 8809.0, 8794.0, 8796.0, 8792.0, 8824.0, 8790.0, 8816.0, 8792.0, 8819.0, 8808.0, 8820.0, 8811.0, 8789.0, 8806.0, 8793.0, 8808.0, 8793.0, 8836.0, 8812.0, 8837.0, 8804.0, 8819.0, 8804.0, 8791.0, 8824.0, 8790.0, 8822.0, 8802.0, 8818.0, 8799.0, 8791.0, 8809.0, 8790.0, 8805.0, 8805.0, 8802.0, 8811.0, 8793.0, 8800.0, 8790.0, 8800.0, 8788.0, 8834.0, 8807.0, 8791.0, 8804.0, 8789.0, 8799.0, 8808.0, 8792.0, 8809.0, 8790.0, 8802.0, 8795.0, 8821.0, 8804.0, 8792.0, 8820.0, 8787.0, 8852.0, 8805.0, 8847.0, 8814.0, 8802.0, 8800.0, 8784.0, 8797.0, 8780.0, 8812.0, 8785.0, 8842.0, 8781.0, 8775.0, 8783.0, 8768.0, 8780.0, 8763.0, 8798.0, 8777.0, 8773.0, 8771.0, 8778.0, 8764.0, 8762.0, 8762.0, 8776.0, 8760.0, 8776.0, 8776.0, 8768.0, 8782.0, 8786.0, 8781.0, 8789.0, 8787.0, 8808.0, 8821.0, 8827.0, 8804.0, 8810.0, 8822.0, 8790.0, 8808.0, 8796.0, 8808.0, 8850.0, 8808.0, 8866.0, 8786.0, 8828.0, 8783.0, 8805.0, 8783.0, 8799.0, 8789.0, 8799.0, 8805.0, 8794.0, 8838.0, 8803.0, 8818.0, 8808.0, 8804.0, 8794.0, 8825.0, 8785.0, 8808.0, 8827.0, 8792.0, 8812.0, 8783.0, 8800.0, 8789.0, 8807.0, 8787.0, 8788.0, 8787.0, 8798.0, 8797.0, 8814.0, 8810.0, 8815.0, 8805.0, 8816.0, 8826.0, 8836.0, 8831.0, 8829.0, 8823.0, 8822.0, 8841.0, 8812.0, 8830.0, 8827.0, 8830.0, 8835.0, 8846.0, 8831.0, 8844.0, 8820.0, 8837.0, 8812.0, 8890.0, 8811.0, 8829.0, 8851.0, 8807.0, 8867.0, 8808.0, 8848.0, 8824.0, 8830.0, 8787.0, 8815.0, 8805.0, 8802.0, 8789.0, 8801.0, 8802.0, 8803.0, 8806.0, 8819.0, 8808.0, 8800.0, 8812.0, 8788.0, 8809.0, 8792.0, 8810.0, 8817.0, 8819.0, 8814.0, 8834.0, 8811.0, 8809.0, 8871.0, 8823.0, 8836.0, 8808.0, 8856.0, 8784.0, 8803.0, 8785.0, 8784.0, 8810.0, 8784.0, 8772.0, 8787.0, 8785.0, 8805.0, 8804.0, 8812.0, 8818.0, 8811.0, 8833.0, 8806.0, 8819.0, 8803.0, 8814.0, 8787.0, 8858.0, 8788.0, 8816.0, 8788.0, 8803.0, 8775.0, 8833.0, 8772.0, 8800.0, 8787.0, 8797.0, 8788.0, 8799.0, 8785.0, 8812.0, 8782.0, 8805.0, 8789.0, 8798.0, 8790.0, 8803.0, 8781.0, 8798.0, 8769.0, 8777.0, 8785.0, 8784.0, 8782.0, 8826.0, 8815.0, 8819.0, 8810.0, 8795.0, 8806.0, 8817.0, 8809.0, 8786.0, 8788.0, 8786.0, 8786.0, 8788.0, 8833.0, 8787.0, 8848.0, 8786.0, 8817.0, 8800.0, 8798.0, 8802.0, 8783.0, 8811.0, 8776.0, 8814.0, 8781.0, 8827.0, 8803.0, 8826.0, 8780.0, 8766.0, 8777.0, 8766.0, 8790.0, 8778.0, 8826.0, 8763.0, 8776.0, 8766.0, 8775.0, 8765.0, 8783.0, 8759.0, 8775.0, 8762.0, 8773.0, 8783.0, 8776.0, 8781.0, 8780.0, 8782.0, 8795.0, 8783.0, 8798.0, 8805.0, 8812.0, 8809.0, 8803.0, 8803.0, 8806.0, 8809.0, 8821.0, 8807.0, 8804.0, 8814.0, 8821.0, 8797.0, 8803.0, 8795.0, 8819.0, 8811.0, 8820.0, 8806.0, 8829.0, 8809.0, 8818.0, 8812.0, 8815.0, 8810.0, 8846.0, 8796.0, 8827.0, 8789.0, 8820.0, 8792.0, 8800.0, 8791.0, 8803.0, 8772.0, 8804.0, 8794.0, 8786.0, 8789.0, 8807.0, 8793.0, 8792.0, 8793.0, 8803.0, 8792.0, 8805.0, 8802.0, 8823.0, 8811.0, 8828.0, 8815.0, 8826.0, 8820.0, 8839.0, 8817.0, 8842.0, 8814.0, 8821.0, 8820.0, 8825.0, 8817.0, 8848.0, 8813.0, 8820.0, 8816.0, 8810.0, 8816.0, 8797.0, 8813.0, 8794.0, 8825.0, 8797.0, 8814.0, 8814.0, 8814.0, 8796.0, 8824.0, 8794.0, 8804.0, 8797.0, 8814.0, 8811.0, 8815.0, 8796.0, 8815.0, 8795.0, 8813.0, 8800.0, 8822.0, 8813.0, 8812.0, 8793.0, 8812.0, 8790.0, 8808.0, 8825.0, 8813.0, 8804.0, 8811.0, 8794.0, 8810.0, 8818.0, 8817.0, 8818.0, 8838.0, 8821.0, 8831.0, 8833.0, 8816.0, 8837.0, 8819.0, 8855.0, 8820.0, 8894.0, 8833.0, 8877.0, 8831.0, 8838.0, 8879.0, 8815.0, 8871.0, 8828.0, 8860.0, 8821.0, 8809.0, 8874.0, 8801.0, 8867.0, 8821.0, 8855.0, 8820.0, 8822.0, 8828.0, 8781.0, 8828.0, 8779.0, 8798.0, 8777.0, 8780.0, 8815.0, 8783.0, 8824.0, 8776.0, 8781.0, 8777.0, 8777.0, 8812.0, 8776.0, 8810.0, 8782.0, 8785.0, 8790.0, 8811.0, 8790.0, 8787.0, 8829.0, 8826.0, 8813.0, 8813.0, 8832.0, 8819.0, 8826.0, 8822.0, 8813.0, 8853.0, 8806.0, 8839.0, 8848.0, 8786.0, 8828.0, 8783.0, 8808.0, 8778.0, 8842.0, 8812.0, 8807.0, 8777.0, 8777.0, 8778.0, 8783.0, 8813.0, 8782.0, 8778.0, 8791.0, 8780.0, 8799.0, 8807.0, 8803.0, 8799.0, 8779.0, 8795.0, 8785.0, 8813.0, 8787.0, 8830.0, 8781.0, 8787.0, 8790.0, 8781.0, 8811.0, 8778.0, 8821.0, 8776.0, 8773.0, 8775.0, 8776.0, 8790.0, 8786.0, 8761.0, 8773.0, 8782.0, 8779.0, 8783.0, 8795.0, 8795.0, 8777.0, 8793.0, 8781.0, 8813.0, 8783.0, 8783.0, 8828.0, 8776.0, 8783.0, 8771.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.000630344271113502</td></tr>
<tr><td colspan=3>aqi</td><td>0.03140923076923077</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.37291428053809</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2462800588213143</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000810140150698</td></tr>
<tr><td colspan=3>efc</td><td>0.4923</td></tr>
<tr><td colspan=3>fber</td><td>4503.1074</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08488212942543592</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.097902097902098</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.500160368330121</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.393825942926742</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.768040388550229</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3386147735133918</td></tr>
<tr><td colspan=3>gcor</td><td>0.0095397</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012393569573760033</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0350056029856205</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1859</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.831324019072366</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>16.154</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.226</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.4547</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298895.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>953.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.2446</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2886</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.7068</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3125.7982</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3322.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77649.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>986.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.0576</td></tr>
<tr><td colspan=3>tsnr</td><td>35.94500170124229</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>