<?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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-02/func/sub-0003_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>8fedaf93fca074597a90cdc3d3e2969c</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:29:9.707500</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.999846, 0.00102744, -0.0175252, 0.00209402, 0.984179, 0.177167]</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.114501</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7751, -7257, 540, -25, -17, 53, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.1</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>db5b3cc8-d990-43e7-bce2-63235b36c0cf||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.682513475418091, 0.005618114490061998, -0.04706088453531265, 113.9674301147461], [-0.002756553702056408, 2.64047908782959, 0.47837644815444946, -97.92819213867188], [-0.04701883718371391, -0.4753262996673584, 2.6568667888641357, -34.85775375366211], [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': ['132909.707500', '132910.167500', '132910.627500', '132911.087500', '132911.547500', '132912.007500', '132912.467500', '132912.927500', '132913.387500', '132913.847500', '132914.307500', '132914.767500', '132915.227500', '132915.687500', '132916.147500', '132916.607500', '132917.067500', '132917.527500', '132917.987500', '132918.447500', '132918.907500', '132919.367500', '132919.827500', '132920.287500', '132920.747500', '132921.207500', '132921.667500', '132922.127500', '132922.587500', '132923.047500', '132923.507500', '132923.967500', '132924.427500', '132924.887500', '132925.347500', '132925.807500', '132926.267500', '132926.727500', '132927.187500', '132927.647500', '132928.107500', '132928.567500', '132929.027500', '132929.487500', '132929.947500', '132930.407500', '132930.867500', '132931.327500', '132931.787500', '132932.247500', '132932.707500', '132933.167500', '132933.627500', '132934.087500', '132934.547500', '132935.007500', '132935.467500', '132935.927500', '132936.387500', '132936.847500', '132937.307500', '132937.767500', '132938.227500', '132938.687500', '132939.147500', '132939.607500', '132940.067500', '132940.527500', '132940.987500', '132941.447500', '132941.907500', '132942.367500', '132942.827500', '132943.287500', '132943.747500', '132944.207500', '132944.667500', '132945.127500', '132945.587500', '132946.047500', '132946.507500', '132946.967500', '132947.427500', '132947.887500', '132948.347500', '132948.807500', '132949.267500', '132949.727500', '132950.187500', '132950.647500', '132951.107500', '132951.567500', '132952.027500', '132952.487500', '132952.947500', '132953.407500', '132953.867500', '132954.327500', '132954.787500', '132955.247500', '132955.707500', '132956.167500', '132956.627500', '132957.087500', '132957.547500', '132958.007500', '132958.467500', '132958.927500', '132959.387500', '132959.847500', '133000.307500', '133000.767500', '133001.227500', '133001.687500', '133002.147500', '133002.607500', '133003.067500', '133003.527500', '133003.987500', '133004.447500', '133004.907500', '133005.367500', '133005.827500', '133006.287500', '133006.747500', '133007.207500', '133007.667500', '133008.127500', '133008.587500', '133009.047500', '133009.507500', '133009.967500', '133010.427500', '133010.887500', '133011.347500', '133011.807500', '133012.267500', '133012.727500', '133013.187500', '133013.647500', '133014.107500', '133014.567500', '133015.027500', '133015.487500', '133015.947500', '133016.407500', '133016.867500', '133017.327500', '133017.787500', '133018.247500', '133018.707500', '133019.167500', '133019.627500', '133020.087500', '133020.547500', '133021.007500', '133021.467500', '133021.927500', '133022.387500', '133022.847500', '133023.307500', '133023.767500', '133024.227500', '133024.687500', '133025.147500', '133025.607500', '133026.067500', '133026.527500', '133026.987500', '133027.447500', '133027.907500', '133028.367500', '133028.827500', '133029.287500', '133029.747500', '133030.207500', '133030.667500', '133031.127500', '133031.587500', '133032.047500', '133032.507500', '133032.967500', '133033.427500', '133033.887500', '133034.347500', '133034.807500', '133035.267500', '133035.727500', '133036.187500', '133036.647500', '133037.107500', '133037.567500', '133038.027500', '133038.487500', '133038.947500', '133039.407500', '133039.867500', '133040.327500', '133040.787500', '133041.247500', '133041.707500', '133042.167500', '133042.627500', '133043.087500', '133043.547500', '133044.007500', '133044.467500', '133044.927500', '133045.387500', '133045.847500', '133046.307500', '133046.767500', '133047.227500', '133047.687500', '133048.147500', '133048.607500', '133049.067500', '133049.527500', '133049.987500', '133050.447500', '133050.907500', '133051.367500', '133051.827500', '133052.287500', '133052.747500', '133053.207500', '133053.667500', '133054.127500', '133054.587500', '133055.047500', '133055.507500', '133055.967500', '133056.427500', '133056.887500', '133057.347500', '133057.807500', '133058.267500', '133058.727500', '133059.187500', '133059.647500', '133100.107500', '133100.567500', '133101.027500', '133101.487500', '133101.947500', '133102.407500', '133102.867500', '133103.327500', '133103.787500', '133104.247500', '133104.707500', '133105.167500', '133105.627500', '133106.087500', '133106.547500', '133107.007500', '133107.467500', '133107.927500', '133108.387500', '133108.847500', '133109.307500', '133109.767500', '133110.227500', '133110.687500', '133111.147500', '133111.607500', '133112.067500', '133112.527500', '133112.987500', '133113.447500', '133113.907500', '133114.367500', '133114.827500', '133115.287500', '133115.747500', '133116.207500', '133116.667500', '133117.127500', '133117.587500', '133118.047500', '133118.507500', '133118.967500', '133119.427500', '133119.887500', '133120.347500', '133120.807500', '133121.267500', '133121.727500', '133122.187500', '133122.647500', '133123.107500', '133123.567500', '133124.027500', '133124.487500', '133124.947500', '133125.407500', '133125.867500', '133126.327500', '133126.787500', '133127.247500', '133127.707500', '133128.167500', '133128.627500', '133129.087500', '133129.547500', '133130.007500', '133130.467500', '133130.927500', '133131.387500', '133131.847500', '133132.307500', '133132.767500', '133133.227500', '133133.687500', '133134.147500', '133134.607500', '133135.067500', '133135.527500', '133135.987500', '133136.447500', '133136.907500', '133137.367500', '133137.827500', '133138.287500', '133138.747500', '133139.207500', '133139.667500', '133140.127500', '133140.587500', '133141.047500', '133141.507500', '133141.967500', '133142.427500', '133142.887500', '133143.347500', '133143.807500', '133144.267500', '133144.727500', '133145.187500', '133145.647500', '133146.107500', '133146.567500', '133147.027500', '133147.487500', '133147.947500', '133148.407500', '133148.867500', '133149.327500', '133149.787500', '133150.247500', '133150.707500', '133151.167500', '133151.627500', '133152.087500', '133152.547500', '133153.007500', '133153.467500', '133153.927500', '133154.387500', '133154.847500', '133155.307500', '133155.767500', '133156.227500', '133156.687500', '133157.147500', '133157.607500', '133158.067500', '133158.527500', '133158.987500', '133159.447500', '133159.907500', '133200.367500', '133200.827500', '133201.287500', '133201.747500', '133202.207500', '133202.667500', '133203.127500', '133203.587500', '133204.047500', '133204.507500', '133204.967500', '133205.427500', '133205.887500', '133206.347500', '133206.807500', '133207.267500', '133207.727500', '133208.187500', '133208.647500', '133209.107500', '133209.567500', '133210.027500', '133210.487500', '133210.947500', '133211.407500', '133211.867500', '133212.327500', '133212.787500', '133213.247500', '133213.707500', '133214.167500', '133214.627500', '133215.087500', '133215.547500', '133216.007500', '133216.467500', '133216.927500', '133217.387500', '133217.847500', '133218.307500', '133218.767500', '133219.227500', '133219.687500', '133220.147500', '133220.607500', '133221.067500', '133221.527500', '133221.987500', '133222.447500', '133222.907500', '133223.367500', '133223.827500', '133224.287500', '133224.747500', '133225.207500', '133225.667500', '133226.127500', '133226.587500', '133227.047500', '133227.507500', '133227.967500', '133228.427500', '133228.887500', '133229.347500', '133229.807500', '133230.267500', '133230.727500', '133231.187500', '133231.647500', '133232.107500', '133232.567500', '133233.027500', '133233.487500', '133233.947500', '133234.407500', '133234.867500', '133235.327500', '133235.787500', '133236.247500', '133236.707500', '133237.167500', '133237.627500', '133238.087500', '133238.547500', '133239.007500', '133239.467500', '133239.927500', '133240.387500', '133240.847500', '133241.307500', '133241.767500', '133242.227500', '133242.687500', '133243.147500', '133243.607500', '133244.067500', '133244.527500', '133244.987500', '133245.447500', '133245.907500', '133246.367500', '133246.827500', '133247.287500', '133247.747500', '133248.207500', '133248.667500', '133249.127500', '133249.587500', '133250.047500', '133250.507500', '133250.967500', '133251.427500', '133251.887500', '133252.347500', '133252.807500', '133253.267500', '133253.727500', '133254.187500', '133254.647500', '133255.107500', '133255.567500', '133256.027500', '133256.487500', '133256.947500', '133257.407500', '133257.867500', '133258.327500', '133258.787500', '133259.247500', '133259.707500', '133300.167500', '133300.627500', '133301.087500', '133301.547500', '133302.007500', '133302.467500', '133302.927500', '133303.387500', '133303.847500', '133304.307500', '133304.767500', '133305.227500', '133305.687500', '133306.147500', '133306.607500', '133307.067500', '133307.527500', '133307.987500', '133308.447500', '133308.907500', '133309.367500', '133309.827500', '133310.287500', '133310.747500', '133311.207500', '133311.667500', '133312.127500', '133312.587500', '133313.047500', '133313.507500', '133313.967500', '133314.427500', '133314.887500', '133315.347500', '133315.807500', '133316.267500', '133316.727500', '133317.187500', '133317.647500', '133318.107500', '133318.567500', '133319.027500', '133319.487500', '133319.947500', '133320.407500', '133320.867500', '133321.327500', '133321.787500', '133322.247500', '133322.707500', '133323.167500', '133323.627500', '133324.087500', '133324.547500', '133325.007500', '133325.467500', '133325.927500', '133326.387500', '133326.847500', '133327.307500', '133327.767500', '133328.227500', '133328.687500', '133329.147500', '133329.607500', '133330.067500', '133330.527500', '133330.987500', '133331.447500', '133331.907500', '133332.367500', '133332.827500', '133333.287500', '133333.747500', '133334.207500', '133334.667500', '133335.127500', '133335.587500', '133336.047500', '133336.507500', '133336.967500', '133337.427500', '133337.887500', '133338.347500', '133338.807500', '133339.267500', '133339.727500', '133340.187500', '133340.647500', '133341.107500', '133341.567500', '133342.027500', '133342.487500', '133342.947500', '133343.407500', '133343.867500', '133344.327500', '133344.787500', '133345.247500', '133345.707500', '133346.167500', '133346.627500', '133347.087500', '133347.547500', '133348.007500', '133348.467500', '133348.927500', '133349.387500', '133349.847500', '133350.307500', '133350.767500', '133351.227500', '133351.687500', '133352.147500', '133352.607500', '133353.067500', '133353.527500', '133353.987500', '133354.447500', '133354.907500', '133355.367500', '133355.827500', '133356.287500', '133356.747500', '133357.207500', '133357.667500', '133358.127500', '133358.587500', '133359.047500', '133359.507500', '133359.967500', '133400.427500', '133400.887500', '133401.347500', '133401.807500', '133402.267500', '133402.727500', '133403.187500', '133403.647500', '133404.107500', '133404.567500', '133405.027500', '133405.487500', '133405.947500', '133406.407500', '133406.867500', '133407.327500', '133407.787500', '133408.247500', '133408.707500', '133409.167500', '133409.627500', '133410.087500', '133410.547500', '133411.007500', '133411.467500', '133411.927500', '133412.387500', '133412.847500', '133413.307500', '133413.767500', '133414.227500', '133414.687500', '133415.147500', '133415.607500', '133416.067500', '133416.527500', '133416.987500', '133417.447500', '133417.907500', '133418.367500', '133418.827500', '133419.287500', '133419.747500', '133420.207500', '133420.667500', '133421.127500', '133421.587500', '133422.047500', '133422.507500', '133422.967500', '133423.427500', '133423.887500', '133424.347500', '133424.807500', '133425.267500', '133425.727500', '133426.187500', '133426.647500', '133427.107500', '133427.567500', '133428.027500', '133428.487500', '133428.947500', '133429.407500', '133429.867500', '133430.327500', '133430.787500', '133431.247500', '133431.707500', '133432.167500', '133432.627500', '133433.087500', '133433.547500', '133434.007500', '133434.467500', '133434.927500', '133435.387500', '133435.847500', '133436.307500', '133436.767500', '133437.227500', '133437.687500', '133438.147500', '133438.607500', '133439.067500', '133439.527500', '133439.987500', '133440.447500', '133440.907500', '133441.367500', '133441.827500', '133442.287500', '133442.747500', '133443.207500', '133443.667500', '133444.127500', '133444.587500', '133445.047500', '133445.507500', '133445.967500', '133446.427500', '133446.887500', '133447.347500', '133447.807500', '133448.267500', '133448.727500', '133449.187500', '133449.647500', '133450.107500', '133450.567500', '133451.027500', '133451.487500', '133451.947500', '133452.407500', '133452.867500', '133453.327500', '133453.787500', '133454.247500', '133454.707500', '133455.167500', '133455.627500', '133456.087500', '133456.547500', '133457.007500', '133457.467500', '133457.927500', '133458.387500', '133458.847500', '133459.307500', '133459.767500', '133500.227500', '133500.687500', '133501.147500', '133501.607500', '133502.067500', '133502.527500', '133502.987500', '133503.447500', '133503.907500', '133504.367500', '133504.827500', '133505.287500', '133505.747500', '133506.207500', '133506.667500', '133507.127500', '133507.587500', '133508.047500', '133508.507500', '133508.967500', '133509.427500', '133509.887500', '133510.347500', '133510.807500', '133511.267500', '133511.727500', '133512.187500', '133512.647500', '133513.107500', '133513.567500', '133514.027500', '133514.487500', '133514.947500', '133515.407500', '133515.867500', '133516.327500', '133516.787500', '133517.247500', '133517.707500', '133518.167500', '133518.627500', '133519.087500', '133519.547500', '133520.007500', '133520.467500', '133520.927500', '133521.387500', '133521.847500', '133522.307500', '133522.767500', '133523.227500', '133523.687500', '133524.147500', '133524.607500', '133525.067500', '133525.527500', '133525.987500', '133526.447500', '133526.907500', '133527.367500', '133527.827500', '133528.287500', '133528.747500', '133529.207500', '133529.667500', '133530.127500', '133530.587500', '133531.047500', '133531.507500', '133531.967500', '133532.427500', '133532.887500', '133533.347500', '133533.807500', '133534.267500', '133534.727500', '133535.187500', '133535.647500', '133536.107500', '133536.567500', '133537.027500', '133537.487500', '133537.947500', '133538.407500', '133538.867500', '133539.327500', '133539.787500', '133540.247500', '133540.707500', '133541.167500', '133541.627500', '133542.087500', '133542.547500', '133543.007500', '133543.467500', '133543.927500', '133544.387500', '133544.847500', '133545.307500', '133545.767500', '133546.227500', '133546.687500', '133547.147500', '133547.607500', '133548.067500', '133548.527500', '133548.987500', '133549.447500', '133549.907500', '133550.367500', '133550.827500', '133551.287500', '133551.747500', '133552.207500', '133552.667500', '133553.127500', '133553.587500', '133554.047500', '133554.507500', '133554.967500', '133555.427500', '133555.887500', '133556.347500', '133556.807500', '133557.267500', '133557.727500', '133558.187500', '133558.647500', '133559.107500', '133559.567500', '133600.027500', '133600.487500', '133600.947500', '133601.407500', '133601.867500', '133602.327500', '133602.787500', '133603.247500', '133603.707500', '133604.167500', '133604.627500', '133605.087500', '133605.547500', '133606.007500', '133606.467500', '133606.927500', '133607.387500', '133607.847500', '133608.307500', '133608.767500', '133609.227500', '133609.687500', '133610.147500', '133610.607500', '133611.067500', '133611.527500', '133611.987500', '133612.447500', '133612.907500', '133613.367500', '133613.827500', '133614.287500', '133614.747500', '133615.207500', '133615.667500', '133616.127500', '133616.587500', '133617.047500', '133617.507500', '133617.967500', '133618.427500', '133618.887500', '133619.347500', '133619.807500', '133620.267500', '133620.727500', '133621.187500', '133621.647500', '133622.107500', '133622.567500', '133623.027500', '133623.487500', '133623.947500', '133624.407500', '133624.867500', '133625.327500', '133625.787500', '133626.247500', '133626.707500', '133627.167500', '133627.627500', '133628.087500', '133628.547500', '133629.007500', '133629.467500', '133629.927500', '133630.387500', '133630.847500', '133631.307500', '133631.767500', '133632.227500', '133632.687500', '133633.147500', '133633.607500', '133634.067500', '133634.527500', '133634.987500', '133635.447500', '133635.907500', '133636.367500', '133636.827500', '133637.287500', '133637.747500', '133638.207500', '133638.667500', '133639.127500', '133639.587500', '133640.047500', '133640.507500', '133640.967500', '133641.427500', '133641.887500', '133642.347500', '133642.807500', '133643.267500', '133643.727500', '133644.187500', '133644.647500', '133645.107500', '133645.567500', '133646.027500', '133646.487500', '133646.947500', '133647.407500', '133647.867500', '133648.327500', '133648.787500', '133649.247500', '133649.707500', '133650.167500', '133650.627500', '133651.087500', '133651.547500', '133652.007500', '133652.467500', '133652.927500', '133653.387500', '133653.847500', '133654.307500', '133654.767500', '133655.227500', '133655.687500', '133656.147500', '133656.607500', '133657.067500', '133657.527500', '133657.987500', '133658.447500', '133658.907500', '133659.367500', '133659.827500', '133700.287500', '133700.747500', '133701.207500', '133701.667500', '133702.127500', '133702.587500', '133703.047500', '133703.507500', '133703.967500', '133704.427500', '133704.887500', '133705.347500', '133705.807500', '133706.267500', '133706.727500', '133707.187500', '133707.647500', '133708.107500', '133708.567500', '133709.027500', '133709.487500', '133709.947500', '133710.407500', '133710.867500', '133711.327500', '133711.787500', '133712.247500', '133712.707500', '133713.167500', '133713.627500', '133714.087500', '133714.547500', '133715.007500', '133715.467500', '133715.927500', '133716.387500', '133716.847500', '133717.307500', '133717.767500', '133718.227500', '133718.687500', '133719.147500', '133719.607500', '133720.067500', '133720.527500', '133720.987500', '133721.447500', '133721.907500', '133722.367500', '133722.827500', '133723.287500', '133723.747500', '133724.207500', '133724.667500', '133725.127500', '133725.587500', '133726.047500', '133726.507500', '133726.967500', '133727.427500', '133727.887500', '133728.347500', '133728.807500', '133729.267500', '133729.727500', '133730.187500', '133730.647500', '133731.107500', '133731.567500', '133732.027500', '133732.487500', '133732.947500', '133733.407500', '133733.867500', '133734.327500', '133734.787500', '133735.247500', '133735.707500', '133736.167500', '133736.627500', '133737.087500', '133737.547500', '133738.007500', '133738.467500', '133738.927500', '133739.387500', '133739.847500', '133740.307500', '133740.767500', '133741.227500', '133741.687500', '133742.147500', '133742.607500', '133743.067500', '133743.527500', '133743.987500', '133744.447500', '133744.907500', '133745.367500', '133745.827500', '133746.287500', '133746.747500', '133747.207500', '133747.667500', '133748.127500', '133748.587500', '133749.047500', '133749.507500', '133749.967500', '133750.427500', '133750.887500', '133751.347500', '133751.807500', '133752.267500', '133752.727500', '133753.187500', '133753.647500', '133754.107500', '133754.567500', '133755.027500', '133755.487500', '133755.947500', '133756.407500', '133756.867500', '133757.327500', '133757.787500', '133758.247500', '133758.707500', '133759.167500', '133759.627500', '133800.087500', '133800.547500', '133801.007500', '133801.467500', '133801.927500', '133802.387500', '133802.847500', '133803.307500', '133803.767500', '133804.227500', '133804.687500', '133805.147500', '133805.607500', '133806.067500', '133806.527500', '133806.987500', '133807.447500', '133807.907500', '133808.367500', '133808.827500', '133809.287500', '133809.747500', '133810.207500', '133810.667500', '133811.127500', '133811.587500', '133812.047500', '133812.507500', '133812.967500', '133813.427500', '133813.887500', '133814.347500', '133814.807500', '133815.267500', '133815.727500', '133816.187500', '133816.647500', '133817.107500', '133817.567500', '133818.027500', '133818.487500', '133818.947500', '133819.407500', '133819.867500', '133820.327500', '133820.787500', '133821.247500', '133821.707500', '133822.167500', '133822.627500', '133823.087500', '133823.547500', '133824.007500', '133824.467500', '133824.927500', '133825.387500', '133825.847500', '133826.307500', '133826.767500', '133827.227500', '133827.687500', '133828.147500', '133828.607500', '133829.067500', '133829.527500', '133829.987500', '133830.447500', '133830.907500', '133831.367500', '133831.827500', '133832.287500', '133832.747500', '133833.207500', '133833.667500', '133834.127500', '133834.587500', '133835.047500', '133835.507500', '133835.967500', '133836.427500', '133836.887500', '133837.347500', '133837.807500', '133838.267500', '133838.727500', '133839.187500', '133839.647500', '133840.107500', '133840.567500', '133841.027500', '133841.487500', '133841.947500', '133842.407500', '133842.867500', '133843.327500', '133843.787500', '133844.247500', '133844.707500', '133845.167500', '133845.627500', '133846.087500', '133846.547500', '133847.007500', '133847.467500', '133847.927500', '133848.387500', '133848.847500', '133849.307500', '133849.767500', '133850.227500', '133850.687500', '133851.147500', '133851.607500', '133852.067500', '133852.527500', '133852.987500', '133853.447500', '133853.907500', '133854.367500', '133854.827500', '133855.287500', '133855.747500', '133856.207500', '133856.667500', '133857.127500', '133857.587500', '133858.047500', '133858.507500', '133858.967500', '133859.427500', '133859.887500', '133900.347500', '133900.807500', '133901.267500', '133901.727500', '133902.187500', '133902.647500', '133903.107500', '133903.567500', '133904.027500', '133904.487500', '133904.947500', '133905.407500', '133905.867500', '133906.327500', '133906.787500', '133907.247500', '133907.707500', '133908.167500', '133908.627500', '133909.087500', '133909.547500', '133910.007500', '133910.467500', '133910.927500', '133911.387500', '133911.847500', '133912.307500', '133912.767500', '133913.227500', '133913.687500', '133914.147500', '133914.607500', '133915.067500', '133915.527500', '133915.987500', '133916.447500', '133916.907500', '133917.367500', '133917.827500', '133918.287500', '133918.747500', '133919.207500', '133919.667500', '133920.127500', '133920.587500', '133921.047500', '133921.507500', '133921.967500', '133922.427500', '133922.887500', '133923.347500', '133923.807500', '133924.267500', '133924.727500', '133925.187500', '133925.647500', '133926.107500', '133926.567500', '133927.027500', '133927.487500', '133927.947500', '133928.407500', '133928.867500', '133929.327500', '133929.787500', '133930.247500', '133930.707500', '133931.167500', '133931.627500', '133932.087500', '133932.547500', '133933.007500', '133933.467500', '133933.927500', '133934.387500', '133934.847500', '133935.307500', '133935.767500', '133936.227500', '133936.687500', '133937.147500', '133937.607500', '133938.067500', '133938.527500', '133938.987500', '133939.447500', '133939.907500', '133940.367500', '133940.827500', '133941.287500', '133941.747500', '133942.207500', '133942.667500', '133943.127500', '133943.587500', '133944.047500', '133944.507500', '133944.967500', '133945.427500', '133945.887500', '133946.347500', '133946.807500', '133947.267500', '133947.727500', '133948.187500', '133948.647500', '133949.107500', '133949.567500', '133950.027500', '133950.487500', '133950.947500', '133951.407500', '133951.867500', '133952.327500', '133952.787500', '133953.247500', '133953.707500', '133954.167500', '133954.627500', '133955.087500', '133955.547500', '133956.007500', '133956.467500', '133956.927500', '133957.387500', '133957.847500', '133958.307500', '133958.767500', '133959.227500', '133959.687500', '134000.147500', '134000.607500', '134001.067500', '134001.527500', '134001.987500', '134002.447500', '134002.907500', '134003.367500', '134003.827500', '134004.287500', '134004.747500', '134005.207500', '134005.667500', '134006.127500', '134006.587500', '134007.047500', '134007.507500', '134007.967500', '134008.427500', '134008.887500', '134009.347500', '134009.807500', '134010.267500', '134010.727500', '134011.187500', '134011.647500', '134012.107500', '134012.567500', '134013.027500', '134013.487500', '134013.947500', '134014.407500', '134014.867500', '134015.327500', '134015.787500', '134016.247500', '134016.707500', '134017.167500', '134017.627500', '134018.087500', '134018.547500', '134019.007500', '134019.467500', '134019.927500', '134020.387500', '134020.847500', '134021.307500', '134021.767500', '134022.227500', '134022.687500', '134023.147500', '134023.607500', '134024.067500', '134024.527500', '134024.987500', '134025.447500', '134025.907500', '134026.367500', '134026.827500', '134027.287500', '134027.747500', '134028.207500', '134028.667500', '134029.127500', '134029.587500', '134030.047500', '134030.507500', '134030.967500', '134031.427500', '134031.887500', '134032.347500', '134032.807500', '134033.267500', '134033.727500', '134034.187500', '134034.647500', '134035.107500', '134035.567500', '134036.027500', '134036.487500', '134036.947500', '134037.407500', '134037.867500', '134038.327500', '134038.787500', '134039.247500', '134039.707500', '134040.167500', '134040.627500', '134041.087500', '134041.547500', '134042.007500', '134042.467500', '134042.927500', '134043.387500', '134043.847500', '134044.307500', '134044.767500', '134045.227500', '134045.687500', '134046.147500', '134046.607500', '134047.067500', '134047.527500', '134047.987500', '134048.447500', '134048.907500', '134049.367500', '134049.827500', '134050.287500', '134050.747500', '134051.207500', '134051.667500', '134052.127500', '134052.587500', '134053.047500', '134053.507500', '134053.967500', '134054.427500', '134054.887500', '134055.347500', '134055.807500', '134056.267500', '134056.727500', '134057.187500', '134057.647500', '134058.107500', '134058.567500', '134059.027500', '134059.487500', '134059.947500', '134100.407500', '134100.867500', '134101.327500', '134101.787500', '134102.247500', '134102.707500', '134103.167500', '134103.627500', '134104.087500', '134104.547500', '134105.007500', '134105.467500', '134105.927500', '134106.387500', '134106.847500', '134107.307500', '134107.767500', '134108.227500', '134108.687500', '134109.147500', '134109.607500', '134110.067500', '134110.527500', '134110.987500', '134111.447500', '134111.907500', '134112.367500', '134112.827500', '134113.287500', '134113.747500', '134114.207500', '134114.667500', '134115.127500', '134115.587500', '134116.047500', '134116.507500', '134116.967500', '134117.427500', '134117.887500', '134118.347500', '134118.807500', '134119.267500', '134119.727500', '134120.187500', '134120.647500', '134121.107500', '134121.567500', '134122.027500', '134122.487500', '134122.947500', '134123.407500', '134123.867500', '134124.327500', '134124.787500', '134125.247500', '134125.707500', '134126.167500', '134126.627500', '134127.087500', '134127.547500', '134128.007500', '134128.467500', '134128.927500', '134129.387500', '134129.847500', '134130.307500', '134130.767500', '134131.227500', '134131.687500', '134132.147500', '134132.607500', '134133.067500', '134133.527500', '134133.987500', '134134.447500', '134134.907500', '134135.367500', '134135.827500', '134136.287500', '134136.747500', '134137.207500', '134137.667500', '134138.127500', '134138.587500', '134139.047500', '134139.507500', '134139.967500', '134140.427500', '134140.887500', '134141.347500', '134141.807500', '134142.267500', '134142.727500', '134143.187500', '134143.647500', '134144.107500', '134144.567500', '134145.027500', '134145.487500', '134145.947500', '134146.407500', '134146.867500', '134147.327500', '134147.787500', '134148.247500', '134148.707500', '134149.167500', '134149.627500', '134150.087500', '134150.547500', '134151.007500', '134151.467500', '134151.927500', '134152.387500', '134152.847500', '134153.307500', '134153.767500', '134154.227500', '134154.687500', '134155.147500', '134155.607500', '134156.067500', '134156.527500', '134156.987500', '134157.447500', '134157.907500', '134158.367500', '134158.827500', '134159.287500', '134159.747500', '134200.207500', '134200.667500', '134201.127500', '134201.587500', '134202.047500', '134202.507500', '134202.967500', '134203.427500', '134203.887500', '134204.347500', '134204.807500', '134205.267500', '134205.727500', '134206.187500', '134206.647500', '134207.107500', '134207.567500', '134208.027500', '134208.487500', '134208.947500', '134209.407500', '134209.867500', '134210.327500', '134210.787500', '134211.247500', '134211.707500', '134212.167500', '134212.627500', '134213.087500', '134213.547500', '134214.007500', '134214.467500', '134214.927500', '134215.387500', '134215.847500', '134216.307500', '134216.767500', '134217.227500', '134217.687500', '134218.147500', '134218.607500', '134219.067500', '134219.527500', '134219.987500', '134220.447500', '134220.907500', '134221.367500', '134221.827500', '134222.287500', '134222.747500', '134223.207500', '134223.667500', '134224.127500', '134224.587500', '134225.047500', '134225.507500', '134225.967500', '134226.427500', '134226.887500', '134227.347500', '134227.807500', '134228.267500', '134228.727500', '134229.187500', '134229.647500', '134230.107500', '134230.567500', '134231.027500', '134231.487500', '134231.947500', '134232.407500', '134232.867500', '134233.327500', '134233.787500', '134234.247500', '134234.707500', '134235.167500', '134235.627500', '134236.087500', '134236.547500', '134237.007500', '134237.467500', '134237.927500', '134238.387500', '134238.847500', '134239.307500', '134239.767500', '134240.227500', '134240.687500', '134241.147500', '134241.607500', '134242.067500', '134242.527500', '134242.987500', '134243.447500', '134243.907500', '134244.367500', '134244.827500', '134245.287500', '134245.747500', '134246.207500', '134246.667500', '134247.127500', '134247.587500', '134248.047500', '134248.507500', '134248.967500', '134249.427500', '134249.887500', '134250.347500', '134250.807500', '134251.267500', '134251.727500', '134252.187500', '134252.647500', '134253.107500', '134253.567500', '134254.027500', '134254.487500', '134254.947500', '134255.407500', '134255.867500', '134256.327500', '134256.787500', '134257.247500', '134257.707500', '134258.167500', '134258.627500', '134259.087500', '134259.547500', '134300.007500', '134300.467500', '134300.927500', '134301.387500', '134301.847500', '134302.307500', '134302.767500', '134303.227500', '134303.687500', '134304.147500', '134304.607500', '134305.067500', '134305.527500', '134305.987500', '134306.447500', '134306.907500', '134307.367500', '134307.827500', '134308.287500', '134308.747500', '134309.207500', '134309.667500', '134310.127500', '134310.587500', '134311.047500', '134311.507500', '134311.967500', '134312.427500', '134312.887500', '134313.347500', '134313.807500', '134314.267500', '134314.727500', '134315.187500', '134315.647500', '134316.107500', '134316.567500', '134317.027500', '134317.487500', '134317.947500', '134318.407500', '134318.867500', '134319.327500', '134319.787500', '134320.247500', '134320.707500', '134321.167500', '134321.627500', '134322.087500', '134322.547500', '134323.007500', '134323.467500', '134323.927500', '134324.387500'], 'ContentTime': ['132924.232000', '132924.236000', '132924.240000', '132924.243000', '132924.246000', '132924.249000', '132924.252000', '132924.255000', '132924.257000', '132924.260000', '132924.263000', '132924.266000', '132924.269000', '132924.272000', '132924.275000', '132924.278000', '132924.281000', '132924.283000', '132924.287000', '132924.289000', '132924.292000', '132924.295000', '132924.298000', '132924.301000', '132924.304000', '132924.307000', '132924.311000', '132924.317000', '132924.320000', '132924.323000', '132944.193000', '132944.196000', '132944.199000', '132944.202000', '132944.205000', '132944.208000', '132944.210000', '132944.213000', '132944.216000', '132944.219000', '132944.222000', '132944.225000', '132944.228000', '132944.231000', '132944.234000', '132944.244000', '132944.247000', '132944.250000', '132944.253000', '132944.256000', '132944.258000', '132944.261000', '132944.274000', '132944.277000', '132944.280000', '132944.282000', '132944.285000', '132944.288000', '132944.291000', '132944.294000', '132944.297000', '132944.300000', '132944.303000', '132944.305000', '132944.308000', '132944.311000', '132944.314000', '132944.317000', '132944.320000', '132944.323000', '132944.326000', '132944.329000', '132944.331000', '132944.334000', '133004.193000', '133004.196000', '133004.199000', '133004.202000', '133004.205000', '133004.208000', '133004.210000', '133004.218000', '133004.221000', '133004.224000', '133004.227000', '133004.230000', '133004.233000', '133004.236000', '133004.238000', '133004.241000', '133004.244000', '133004.247000', '133004.250000', '133004.253000', '133004.256000', '133004.259000', '133004.262000', '133004.264000', '133004.267000', '133004.270000', '133004.273000', '133004.276000', '133004.279000', '133004.282000', '133004.285000', '133004.288000', '133004.290000', '133004.293000', '133004.296000', '133004.299000', '133004.302000', '133004.305000', '133004.308000', '133004.311000', '133004.313000', '133004.316000', '133004.319000', '133024.193000', '133024.196000', '133024.199000', '133024.202000', '133024.205000', '133024.207000', '133024.210000', '133024.213000', '133024.216000', '133024.219000', '133024.222000', '133024.225000', '133024.228000', '133024.231000', '133024.234000', '133024.237000', '133024.240000', '133024.242000', '133024.245000', '133024.248000', '133024.251000', '133024.254000', '133024.257000', '133024.260000', '133024.263000', '133024.265000', '133024.268000', '133024.271000', '133024.274000', '133024.277000', '133024.280000', '133024.283000', '133024.286000', '133024.288000', '133024.291000', '133024.294000', '133024.297000', '133024.300000', '133024.303000', '133024.306000', '133024.309000', '133024.311000', '133024.314000', '133024.317000', '133044.194000', '133044.197000', '133044.200000', '133044.202000', '133044.206000', '133044.209000', '133044.211000', '133044.214000', '133044.217000', '133044.220000', '133044.223000', '133044.226000', '133044.229000', '133044.232000', '133044.235000', '133044.238000', '133044.241000', '133044.244000', '133044.247000', '133044.250000', '133044.253000', '133044.256000', '133044.275000', '133044.278000', '133044.281000', '133044.284000', '133044.287000', '133044.290000', '133044.293000', '133044.295000', '133044.298000', '133044.301000', '133044.304000', '133044.307000', '133044.310000', '133044.313000', '133044.316000', '133044.319000', '133044.322000', '133044.324000', '133044.327000', '133044.330000', '133044.333000', '133104.194000', '133104.197000', '133104.200000', '133104.203000', '133104.205000', '133104.209000', '133104.211000', '133104.215000', '133104.217000', '133104.221000', '133104.223000', '133104.226000', '133104.229000', '133104.232000', '133104.235000', '133104.238000', '133104.241000', '133104.244000', '133104.247000', '133104.250000', '133104.253000', '133104.256000', '133104.259000', '133104.261000', '133104.264000', '133104.267000', '133104.270000', '133104.273000', '133104.276000', '133104.279000', '133104.282000', '133104.285000', '133104.287000', '133104.290000', '133104.293000', '133104.296000', '133104.299000', '133104.302000', '133104.305000', '133104.308000', '133104.311000', '133104.314000', '133104.317000', '133104.319000', '133124.194000', '133124.197000', '133124.200000', '133124.203000', '133124.206000', '133124.208000', '133124.211000', '133124.215000', '133124.217000', '133124.220000', '133124.223000', '133124.226000', '133124.229000', '133124.232000', '133124.235000', '133124.238000', '133124.241000', '133124.244000', '133124.247000', '133124.250000', '133124.253000', '133124.256000', '133124.259000', '133124.262000', '133124.265000', '133124.268000', '133124.271000', '133124.274000', '133124.276000', '133124.279000', '133124.282000', '133124.285000', '133124.288000', '133124.291000', '133124.294000', '133124.297000', '133124.300000', '133124.303000', '133124.306000', '133124.309000', '133124.312000', '133124.315000', '133124.317000', '133144.194000', '133144.197000', '133144.200000', '133144.202000', '133144.206000', '133144.208000', '133144.211000', '133144.214000', '133144.217000', '133144.220000', '133144.223000', '133144.226000', '133144.229000', '133144.232000', '133144.235000', '133144.238000', '133144.241000', '133144.244000', '133144.247000', '133144.250000', '133144.253000', '133144.256000', '133144.258000', '133144.261000', '133144.264000', '133144.267000', '133144.270000', '133144.273000', '133144.276000', '133144.279000', '133144.282000', '133144.284000', '133144.287000', '133144.290000', '133144.293000', '133144.296000', '133144.299000', '133144.302000', '133144.305000', '133144.308000', '133144.311000', '133144.314000', '133144.317000', '133144.319000', '133204.193000', '133204.196000', '133204.199000', '133204.202000', '133204.205000', '133204.208000', '133204.211000', '133204.214000', '133204.217000', '133204.220000', '133204.223000', '133204.226000', '133204.228000', '133204.231000', '133204.234000', '133204.237000', '133204.240000', '133204.243000', '133204.248000', '133204.251000', '133204.254000', '133204.257000', '133204.260000', '133204.263000', '133204.266000', '133204.269000', '133204.272000', '133204.275000', '133204.277000', '133204.280000', '133204.283000', '133204.286000', '133204.289000', '133204.292000', '133204.295000', '133204.298000', '133204.301000', '133204.304000', '133204.307000', '133204.310000', '133204.313000', '133204.316000', '133204.320000', '133224.193000', '133224.196000', '133224.199000', '133224.202000', '133224.205000', '133224.208000', '133224.210000', '133224.214000', '133224.216000', '133224.219000', '133224.222000', '133224.225000', '133224.228000', '133224.231000', '133224.234000', '133224.237000', '133224.240000', '133224.243000', '133224.258000', '133224.261000', '133224.264000', '133224.267000', '133224.269000', '133224.272000', '133224.275000', '133224.278000', '133224.281000', '133224.284000', '133224.287000', '133224.290000', '133224.293000', '133224.296000', '133224.299000', '133224.302000', '133224.304000', '133224.307000', '133224.310000', '133224.313000', '133224.316000', '133224.319000', '133224.322000', '133224.325000', '133224.328000', '133224.331000', '133244.193000', '133244.196000', '133244.199000', '133244.202000', '133244.205000', '133244.208000', '133244.211000', '133244.214000', '133244.216000', '133244.220000', '133244.222000', '133244.225000', '133244.228000', '133244.231000', '133244.234000', '133244.237000', '133244.240000', '133244.243000', '133244.246000', '133244.249000', '133244.252000', '133244.255000', '133244.258000', '133244.260000', '133244.263000', '133244.266000', '133244.269000', '133244.272000', '133244.275000', '133244.278000', '133244.281000', '133244.284000', '133244.287000', '133244.290000', '133244.292000', '133244.295000', '133244.298000', '133244.301000', '133244.304000', '133244.307000', '133244.310000', '133244.313000', '133244.316000', '133304.194000', '133304.197000', '133304.200000', '133304.203000', '133304.206000', '133304.208000', '133304.212000', '133304.215000', '133304.218000', '133304.221000', '133304.224000', '133304.227000', '133304.230000', '133304.232000', '133304.236000', '133304.238000', '133304.241000', '133304.244000', '133304.247000', '133304.250000', '133304.253000', '133304.256000', '133304.259000', '133304.262000', '133304.265000', '133304.268000', '133304.271000', '133304.274000', '133304.277000', '133304.280000', '133304.283000', '133304.286000', '133304.289000', '133304.291000', '133304.294000', '133304.297000', '133304.300000', '133304.303000', '133304.306000', '133304.309000', '133304.312000', '133304.315000', '133304.318000', '133304.321000', '133324.194000', '133324.197000', '133324.200000', '133324.203000', '133324.206000', '133324.209000', '133324.212000', '133324.214000', '133324.218000', '133324.220000', '133324.223000', '133324.226000', '133324.229000', '133324.232000', '133324.235000', '133324.238000', '133324.241000', '133324.244000', '133324.247000', '133324.250000', '133324.253000', '133324.256000', '133324.259000', '133324.262000', '133324.265000', '133324.268000', '133324.270000', '133324.273000', '133324.276000', '133324.279000', '133324.282000', '133324.285000', '133324.288000', '133324.291000', '133324.294000', '133324.297000', '133324.300000', '133324.302000', '133324.305000', '133324.308000', '133324.311000', '133324.314000', '133324.317000', '133344.194000', '133344.197000', '133344.202000', '133344.206000', '133344.209000', '133344.212000', '133344.214000', '133344.217000', '133344.220000', '133344.223000', '133344.226000', '133344.229000', '133344.232000', '133344.235000', '133344.238000', '133344.241000', '133344.244000', '133344.247000', '133344.250000', '133344.253000', '133344.256000', '133344.259000', '133344.262000', '133344.265000', '133344.267000', '133344.270000', '133344.273000', '133344.276000', '133344.279000', '133344.282000', '133344.285000', '133344.288000', '133344.291000', '133344.294000', '133344.297000', '133344.300000', '133344.303000', '133344.306000', '133344.309000', '133344.311000', '133344.314000', '133344.317000', '133344.320000', '133404.194000', '133404.197000', '133404.200000', '133404.203000', '133404.206000', '133404.209000', '133404.212000', '133404.215000', '133404.218000', '133404.221000', '133404.223000', '133404.226000', '133404.229000', '133404.232000', '133404.235000', '133404.238000', '133404.241000', '133404.244000', '133404.247000', '133404.250000', '133404.253000', '133404.256000', '133404.259000', '133404.262000', '133404.265000', '133404.268000', '133404.271000', '133404.274000', '133404.277000', '133404.280000', '133404.282000', '133404.285000', '133404.288000', '133404.291000', '133404.294000', '133404.297000', '133404.300000', '133404.303000', '133404.306000', '133404.309000', '133404.311000', '133404.314000', '133404.317000', '133404.320000', '133424.193000', '133424.196000', '133424.199000', '133424.204000', '133424.209000', '133424.212000', '133424.215000', '133424.218000', '133424.221000', '133424.224000', '133424.227000', '133424.230000', '133424.233000', '133424.236000', '133424.239000', '133424.242000', '133424.245000', '133424.248000', '133424.251000', '133424.254000', '133424.257000', '133424.260000', '133424.263000', '133424.266000', '133424.269000', '133424.272000', '133424.275000', '133424.277000', '133424.280000', '133424.283000', '133424.286000', '133424.289000', '133424.292000', '133424.295000', '133424.298000', '133424.301000', '133424.304000', '133424.307000', '133424.310000', '133424.312000', '133424.315000', '133424.318000', '133424.321000', '133444.193000', '133444.196000', '133444.199000', '133444.202000', '133444.205000', '133444.208000', '133444.210000', '133444.214000', '133444.216000', '133444.219000', '133444.222000', '133444.225000', '133444.228000', '133444.233000', '133444.236000', '133444.239000', '133444.242000', '133444.245000', '133444.248000', '133444.251000', '133444.254000', '133444.257000', '133444.260000', '133444.263000', '133444.266000', '133444.269000', '133444.272000', '133444.275000', '133444.278000', '133444.280000', '133444.283000', '133444.286000', '133444.289000', '133444.292000', '133444.295000', '133444.298000', '133444.301000', '133444.304000', '133444.306000', '133444.309000', '133444.312000', '133444.315000', '133444.318000', '133444.321000', '133504.193000', '133504.196000', '133504.199000', '133504.202000', '133504.205000', '133504.208000', '133504.211000', '133504.214000', '133504.217000', '133504.220000', '133504.223000', '133504.225000', '133504.228000', '133504.231000', '133504.234000', '133504.237000', '133504.241000', '133504.246000', '133504.254000', '133504.258000', '133504.260000', '133504.263000', '133504.266000', '133504.269000', '133504.272000', '133504.275000', '133504.278000', '133504.281000', '133504.284000', '133504.287000', '133504.290000', '133504.293000', '133504.296000', '133504.298000', '133504.301000', '133504.304000', '133504.307000', '133504.310000', '133504.313000', '133504.316000', '133504.319000', '133504.322000', '133504.325000', '133524.194000', '133524.197000', '133524.200000', '133524.203000', '133524.206000', '133524.209000', '133524.212000', '133524.215000', '133524.218000', '133524.220000', '133524.223000', '133524.226000', '133524.229000', '133524.232000', '133524.235000', '133524.238000', '133524.241000', '133524.244000', '133524.247000', '133524.250000', '133524.253000', '133524.256000', '133524.259000', '133524.261000', '133524.264000', '133524.267000', '133524.270000', '133524.273000', '133524.276000', '133524.279000', '133524.282000', '133524.285000', '133524.288000', '133524.291000', '133524.294000', '133524.296000', '133524.299000', '133524.302000', '133524.305000', '133524.308000', '133524.311000', '133524.314000', '133524.317000', '133524.320000', '133544.194000', '133544.197000', '133544.200000', '133544.203000', '133544.206000', '133544.209000', '133544.212000', '133544.215000', '133544.218000', '133544.221000', '133544.223000', '133544.226000', '133544.229000', '133544.232000', '133544.235000', '133544.238000', '133544.241000', '133544.244000', '133544.247000', '133544.250000', '133544.253000', '133544.256000', '133544.259000', '133544.262000', '133544.265000', '133544.268000', '133544.271000', '133544.274000', '133544.278000', '133544.281000', '133544.284000', '133544.287000', '133544.290000', '133544.293000', '133544.296000', '133544.299000', '133544.302000', '133544.305000', '133544.308000', '133544.311000', '133544.313000', '133544.316000', '133544.319000', '133604.194000', '133604.197000', '133604.200000', '133604.203000', '133604.206000', '133604.209000', '133604.212000', '133604.215000', '133604.218000', '133604.221000', '133604.224000', '133604.227000', '133604.230000', '133604.233000', '133604.236000', '133604.238000', '133604.241000', '133604.245000', '133604.247000', '133604.250000', '133604.253000', '133604.256000', '133604.259000', '133604.262000', '133604.265000', '133604.268000', '133604.271000', '133604.274000', '133604.277000', '133604.280000', '133604.283000', '133604.286000', '133604.289000', '133604.292000', '133604.294000', '133604.297000', '133604.300000', '133604.303000', '133604.306000', '133604.309000', '133604.312000', '133604.315000', '133604.318000', '133604.321000', '133624.194000', '133624.197000', '133624.200000', '133624.203000', '133624.206000', '133624.209000', '133624.212000', '133624.215000', '133624.218000', '133624.221000', '133624.224000', '133624.227000', '133624.230000', '133624.232000', '133624.235000', '133624.238000', '133624.241000', '133624.244000', '133624.247000', '133624.250000', '133624.253000', '133624.256000', '133624.259000', '133624.262000', '133624.265000', '133624.269000', '133624.274000', '133624.277000', '133624.280000', '133624.283000', '133624.285000', '133624.288000', '133624.291000', '133624.294000', '133624.297000', '133624.300000', '133624.303000', '133624.306000', '133624.309000', '133624.312000', '133624.315000', '133624.318000', '133624.321000', '133644.193000', '133644.196000', '133644.199000', '133644.202000', '133644.205000', '133644.208000', '133644.211000', '133644.225000', '133644.228000', '133644.231000', '133644.233000', '133644.236000', '133644.239000', '133644.242000', '133644.245000', '133644.248000', '133644.251000', '133644.254000', '133644.257000', '133644.260000', '133644.263000', '133644.266000', '133644.269000', '133644.272000', '133644.275000', '133644.278000', '133644.280000', '133644.283000', '133644.286000', '133644.289000', '133644.292000', '133644.295000', '133644.298000', '133644.301000', '133644.304000', '133644.307000', '133644.310000', '133644.313000', '133644.316000', '133644.319000', '133644.322000', '133644.325000', '133644.328000', '133644.331000', '133704.193000', '133704.196000', '133704.199000', '133704.202000', '133704.205000', '133704.208000', '133704.211000', '133704.214000', '133704.217000', '133704.219000', '133704.223000', '133704.227000', '133704.230000', '133704.233000', '133704.236000', '133704.239000', '133704.242000', '133704.245000', '133704.248000', '133704.251000', '133704.254000', '133704.256000', '133704.260000', '133704.262000', '133704.265000', '133704.268000', '133704.271000', '133704.274000', '133704.277000', '133704.280000', '133704.286000', '133704.289000', '133704.293000', '133704.296000', '133704.299000', '133704.301000', '133704.304000', '133704.307000', '133704.310000', '133704.313000', '133704.316000', '133704.319000', '133704.322000', '133724.193000', '133724.196000', '133724.199000', '133724.202000', '133724.205000', '133724.208000', '133724.211000', '133724.214000', '133724.217000', '133724.220000', '133724.223000', '133724.226000', '133724.233000', '133724.236000', '133724.239000', '133724.242000', '133724.245000', '133724.248000', '133724.251000', '133724.254000', '133724.257000', '133724.260000', '133724.263000', '133724.266000', '133724.269000', '133724.272000', '133724.275000', '133724.278000', '133724.281000', '133724.283000', '133724.286000', '133724.289000', '133724.292000', '133724.295000', '133724.298000', '133724.301000', '133724.304000', '133724.307000', '133724.310000', '133724.313000', '133724.316000', '133724.319000', '133724.322000', '133724.325000', '133744.194000', '133744.197000', '133744.200000', '133744.203000', '133744.206000', '133744.209000', '133744.212000', '133744.215000', '133744.218000', '133744.221000', '133744.224000', '133744.227000', '133744.230000', '133744.233000', '133744.236000', '133744.238000', '133744.241000', '133744.244000', '133744.247000', '133744.250000', '133744.253000', '133744.256000', '133744.259000', '133744.262000', '133744.265000', '133744.268000', '133744.271000', '133744.274000', '133744.277000', '133744.280000', '133744.283000', '133744.285000', '133744.288000', '133744.291000', '133744.294000', '133744.297000', '133744.300000', '133744.304000', '133744.310000', '133744.313000', '133744.315000', '133744.318000', '133744.321000', '133804.194000', '133804.197000', '133804.200000', '133804.203000', '133804.222000', '133804.225000', '133804.228000', '133804.231000', '133804.234000', '133804.237000', '133804.240000', '133804.243000', '133804.246000', '133804.249000', '133804.252000', '133804.255000', '133804.257000', '133804.260000', '133804.264000', '133804.266000', '133804.269000', '133804.272000', '133804.275000', '133804.278000', '133804.281000', '133804.284000', '133804.287000', '133804.290000', '133804.293000', '133804.296000', '133804.299000', '133804.302000', '133804.305000', '133804.308000', '133804.311000', '133804.314000', '133804.317000', '133804.319000', '133804.322000', '133804.325000', '133804.328000', '133804.331000', '133804.334000', '133804.337000', '133824.194000', '133824.197000', '133824.200000', '133824.203000', '133824.206000', '133824.209000', '133824.212000', '133824.215000', '133824.218000', '133824.221000', '133824.224000', '133824.226000', '133824.229000', '133824.232000', '133824.235000', '133824.238000', '133824.241000', '133824.244000', '133824.247000', '133824.250000', '133824.253000', '133824.256000', '133824.259000', '133824.262000', '133824.266000', '133824.269000', '133824.272000', '133824.275000', '133824.278000', '133824.281000', '133824.284000', '133824.287000', '133824.290000', '133824.293000', '133824.296000', '133824.299000', '133824.302000', '133824.304000', '133824.307000', '133824.310000', '133824.313000', '133824.316000', '133824.319000', '133844.194000', '133844.204000', '133844.207000', '133844.210000', '133844.212000', '133844.216000', '133844.219000', '133844.221000', '133844.224000', '133844.227000', '133844.230000', '133844.233000', '133844.236000', '133844.239000', '133844.242000', '133844.245000', '133844.248000', '133844.251000', '133844.254000', '133844.257000', '133844.260000', '133844.263000', '133844.266000', '133844.269000', '133844.272000', '133844.275000', '133844.278000', '133844.280000', '133844.283000', '133844.286000', '133844.289000', '133844.292000', '133844.295000', '133844.298000', '133844.301000', '133844.310000', '133844.313000', '133844.316000', '133844.319000', '133844.322000', '133844.324000', '133844.327000', '133844.330000', '133844.333000', '133904.193000', '133904.196000', '133904.199000', '133904.202000', '133904.205000', '133904.208000', '133904.211000', '133904.214000', '133904.217000', '133904.220000', '133904.222000', '133904.225000', '133904.228000', '133904.231000', '133904.234000', '133904.237000', '133904.240000', '133904.243000', '133904.246000', '133904.249000', '133904.252000', '133904.255000', '133904.258000', '133904.261000', '133904.264000', '133904.267000', '133904.270000', '133904.273000', '133904.276000', '133904.279000', '133904.281000', '133904.284000', '133904.287000', '133904.290000', '133904.293000', '133904.296000', '133904.299000', '133904.302000', '133904.305000', '133904.308000', '133904.310000', '133904.313000', '133904.316000', '133924.193000', '133924.196000', '133924.199000', '133924.202000', '133924.205000', '133924.208000', '133924.211000', '133924.214000', '133924.217000', '133924.220000', '133924.223000', '133924.226000', '133924.229000', '133924.232000', '133924.235000', '133924.238000', '133924.241000', '133924.244000', '133924.247000', '133924.249000', '133924.252000', '133924.255000', '133924.258000', '133924.261000', '133924.264000', '133924.267000', '133924.270000', '133924.273000', '133924.276000', '133924.279000', '133924.282000', '133924.285000', '133924.288000', '133924.290000', '133924.293000', '133924.296000', '133924.299000', '133924.302000', '133924.305000', '133924.308000', '133924.311000', '133924.314000', '133924.317000', '133924.320000', '133944.193000', '133944.196000', '133944.199000', '133944.202000', '133944.205000', '133944.208000', '133944.211000', '133944.214000', '133944.217000', '133944.220000', '133944.223000', '133944.226000', '133944.229000', '133944.231000', '133944.235000', '133944.237000', '133944.240000', '133944.243000', '133944.246000', '133944.249000', '133944.252000', '133944.255000', '133944.258000', '133944.261000', '133944.264000', '133944.267000', '133944.270000', '133944.273000', '133944.276000', '133944.279000', '133944.282000', '133944.285000', '133944.287000', '133944.290000', '133944.293000', '133944.296000', '133944.299000', '133944.303000', '133944.306000', '133944.309000', '133944.312000', '133944.315000', '133944.318000', '134004.194000', '134004.197000', '134004.200000', '134004.206000', '134004.209000', '134004.212000', '134004.215000', '134004.218000', '134004.221000', '134004.224000', '134004.227000', '134004.230000', '134004.233000', '134004.236000', '134004.239000', '134004.242000', '134004.245000', '134004.248000', '134004.251000', '134004.254000', '134004.257000', '134004.260000', '134004.263000', '134004.266000', '134004.269000', '134004.272000', '134004.274000', '134004.278000', '134004.280000', '134004.283000', '134004.286000', '134004.289000', '134004.292000', '134004.295000', '134004.298000', '134004.301000', '134004.304000', '134004.307000', '134004.309000', '134004.312000', '134004.315000', '134004.318000', '134004.321000', '134004.324000', '134024.194000', '134024.197000', '134024.200000', '134024.203000', '134024.206000', '134024.209000', '134024.212000', '134024.215000', '134024.218000', '134024.221000', '134024.224000', '134024.227000', '134024.230000', '134024.233000', '134024.236000', '134024.239000', '134024.242000', '134024.245000', '134024.248000', '134024.250000', '134024.253000', '134024.256000', '134024.259000', '134024.262000', '134024.265000', '134024.268000', '134024.281000', '134024.284000', '134024.287000', '134024.290000', '134024.293000', '134024.296000', '134024.299000', '134024.302000', '134024.305000', '134024.308000', '134024.311000', '134024.314000', '134024.316000', '134024.319000', '134024.322000', '134024.325000', '134024.328000', '134044.194000', '134044.197000', '134044.200000', '134044.203000', '134044.206000', '134044.209000', '134044.212000', '134044.215000', '134044.218000', '134044.221000', '134044.224000', '134044.227000', '134044.230000', '134044.233000', '134044.236000', '134044.238000', '134044.241000', '134044.244000', '134044.247000', '134044.250000', '134044.253000', '134044.256000', '134044.259000', '134044.262000', '134044.265000', '134044.268000', '134044.271000', '134044.273000', '134044.276000', '134044.279000', '134044.282000', '134044.285000', '134044.288000', '134044.291000', '134044.294000', '134044.297000', '134044.300000', '134044.303000', '134044.306000', '134044.309000', '134044.311000', '134044.314000', '134044.317000', '134044.320000', '134104.194000', '134104.197000', '134104.200000', '134104.203000', '134104.206000', '134104.209000', '134104.212000', '134104.215000', '134104.218000', '134104.221000', '134104.224000', '134104.227000', '134104.230000', '134104.233000', '134104.236000', '134104.239000', '134104.242000', '134104.245000', '134104.248000', '134104.250000', '134104.253000', '134104.256000', '134104.259000', '134104.262000', '134104.265000', '134104.268000', '134104.271000', '134104.274000', '134104.277000', '134104.280000', '134104.283000', '134104.285000', '134104.288000', '134104.291000', '134104.294000', '134104.297000', '134104.300000', '134104.303000', '134104.306000', '134104.309000', '134104.312000', '134104.315000', '134104.318000', '134124.193000', '134124.196000', '134124.199000', '134124.202000', '134124.205000', '134124.208000', '134124.211000', '134124.214000', '134124.217000', '134124.220000', '134124.223000', '134124.226000', '134124.229000', '134124.232000', '134124.235000', '134124.237000', '134124.240000', '134124.243000', '134124.246000', '134124.249000', '134124.252000', '134124.255000', '134124.258000', '134124.261000', '134124.264000', '134124.267000', '134124.270000', '134124.273000', '134124.276000', '134124.279000', '134124.281000', '134124.284000', '134124.287000', '134124.290000', '134124.293000', '134124.296000', '134124.299000', '134124.302000', '134124.305000', '134124.308000', '134124.311000', '134124.314000', '134124.317000', '134124.320000', '134144.193000', '134144.196000', '134144.199000', '134144.202000', '134144.205000', '134144.208000', '134144.211000', '134144.214000', '134144.217000', '134144.220000', '134144.223000', '134144.226000', '134144.229000', '134144.232000', '134144.235000', '134144.238000', '134144.241000', '134144.244000', '134144.247000', '134144.250000', '134144.252000', '134144.255000', '134144.258000', '134144.261000', '134144.264000', '134144.267000', '134144.270000', '134144.273000', '134144.276000', '134144.279000', '134144.282000', '134144.285000', '134144.288000', '134144.291000', '134144.294000', '134144.297000', '134144.300000', '134144.302000', '134144.305000', '134144.308000', '134144.311000', '134144.314000', '134144.317000', '134204.193000', '134204.196000', '134204.199000', '134204.203000', '134204.209000', '134204.212000', '134204.215000', '134204.218000', '134204.221000', '134204.224000', '134204.227000', '134204.230000', '134204.233000', '134204.236000', '134204.239000', '134204.242000', '134204.245000', '134204.248000', '134204.251000', '134204.254000', '134204.257000', '134204.260000', '134204.263000', '134204.266000', '134204.269000', '134204.271000', '134204.274000', '134204.277000', '134204.280000', '134204.283000', '134204.286000', '134204.289000', '134204.292000', '134204.295000', '134204.298000', '134204.301000', '134204.304000', '134204.307000', '134204.310000', '134204.313000', '134204.316000', '134204.319000', '134204.322000', '134224.194000', '134224.197000', '134224.200000', '134224.203000', '134224.206000', '134224.209000', '134224.212000', '134224.215000', '134224.218000', '134224.221000', '134224.224000', '134224.227000', '134224.230000', '134224.233000', '134224.236000', '134224.247000', '134224.250000', '134224.253000', '134224.256000', '134224.259000', '134224.262000', '134224.265000', '134224.268000', '134224.271000', '134224.274000', '134224.277000', '134224.280000', '134224.283000', '134224.286000', '134224.289000', '134224.291000', '134224.295000', '134224.297000', '134224.300000', '134224.303000', '134224.306000', '134224.309000', '134224.312000', '134224.315000', '134224.318000', '134224.321000', '134224.324000', '134224.327000', '134224.330000', '134244.194000', '134244.197000', '134244.200000', '134244.203000', '134244.206000', '134244.210000', '134244.215000', '134244.219000', '134244.222000', '134244.224000', '134244.227000', '134244.230000', '134244.233000', '134244.236000', '134244.239000', '134244.242000', '134244.245000', '134244.248000', '134244.251000', '134244.254000', '134244.268000', '134244.271000', '134244.274000', '134244.277000', '134244.280000', '134244.282000', '134244.285000', '134244.288000', '134244.291000', '134244.294000', '134244.297000', '134244.300000', '134244.303000', '134244.306000', '134244.309000', '134244.312000', '134244.315000', '134244.318000', '134244.321000', '134244.324000', '134244.327000', '134244.330000', '134244.333000', '134304.194000', '134304.197000', '134304.200000', '134304.203000', '134304.206000', '134304.209000', '134304.212000', '134304.215000', '134304.218000', '134304.221000', '134304.224000', '134304.227000', '134304.230000', '134304.233000', '134304.236000', '134304.239000', '134304.241000', '134304.244000', '134304.248000', '134304.251000', '134304.254000', '134304.256000', '134304.260000', '134304.262000', '134304.265000', '134304.268000', '134304.271000', '134304.274000', '134304.277000', '134304.280000', '134304.283000', '134304.286000', '134304.289000', '134304.292000', '134304.295000', '134304.298000', '134304.301000', '134304.303000', '134304.306000', '134304.309000', '134304.312000', '134304.315000', '134304.318000', '134304.321000', '134324.194000', '134324.197000', '134324.200000', '134324.203000', '134324.206000', '134324.209000', '134324.212000', '134324.215000', '134324.218000', '134324.221000', '134324.224000', '134324.227000', '134324.230000', '134324.233000', '134324.236000', '134324.239000', '134324.242000', '134324.245000', '134324.248000', '134324.252000', '134324.257000', '134324.260000', '134324.263000', '134324.265000', '134324.268000', '134324.271000', '134324.274000', '134324.277000', '134324.280000', '134324.283000', '134324.286000', '134324.289000', '134324.292000', '134324.295000', '134324.298000', '134324.301000', '134324.304000', '134324.307000', '134324.310000', '134324.312000', '134324.315000', '134324.318000', '134324.321000', '134325.230000', '134325.233000', '134325.236000'], 'InstanceCreationTime': ['132924.232000', '132924.236000', '132924.240000', '132924.243000', '132924.246000', '132924.249000', '132924.252000', '132924.255000', '132924.257000', '132924.260000', '132924.263000', '132924.266000', '132924.269000', '132924.272000', '132924.275000', '132924.278000', '132924.281000', '132924.283000', '132924.287000', '132924.289000', '132924.292000', '132924.295000', '132924.298000', '132924.301000', '132924.304000', '132924.307000', '132924.311000', '132924.317000', '132924.320000', '132924.323000', '132944.193000', '132944.196000', '132944.199000', '132944.202000', '132944.205000', '132944.208000', '132944.210000', '132944.213000', '132944.216000', '132944.219000', '132944.222000', '132944.225000', '132944.228000', '132944.231000', '132944.234000', '132944.244000', '132944.247000', '132944.250000', '132944.253000', '132944.256000', '132944.258000', '132944.261000', '132944.274000', '132944.277000', '132944.280000', '132944.282000', '132944.285000', '132944.288000', '132944.291000', '132944.294000', '132944.297000', '132944.300000', '132944.303000', '132944.305000', '132944.308000', '132944.311000', '132944.314000', '132944.317000', '132944.320000', '132944.323000', '132944.326000', '132944.329000', '132944.331000', '132944.334000', '133004.193000', '133004.196000', '133004.199000', '133004.202000', '133004.205000', '133004.208000', '133004.210000', '133004.218000', '133004.221000', '133004.224000', '133004.227000', '133004.230000', '133004.233000', '133004.236000', '133004.238000', '133004.241000', '133004.244000', '133004.247000', '133004.250000', '133004.253000', '133004.256000', '133004.259000', '133004.262000', '133004.264000', '133004.267000', '133004.270000', '133004.273000', '133004.276000', '133004.279000', '133004.282000', '133004.285000', '133004.288000', '133004.290000', '133004.293000', '133004.296000', '133004.299000', '133004.302000', '133004.305000', '133004.308000', '133004.311000', '133004.313000', '133004.316000', '133004.319000', '133024.193000', '133024.196000', '133024.199000', '133024.202000', '133024.205000', '133024.207000', '133024.210000', '133024.213000', '133024.216000', '133024.219000', '133024.222000', '133024.225000', '133024.228000', '133024.231000', '133024.234000', '133024.237000', '133024.240000', '133024.242000', '133024.245000', '133024.248000', '133024.251000', '133024.254000', '133024.257000', '133024.260000', '133024.263000', '133024.265000', '133024.268000', '133024.271000', '133024.274000', '133024.277000', '133024.280000', '133024.283000', '133024.286000', '133024.288000', '133024.291000', '133024.294000', '133024.297000', '133024.300000', '133024.303000', '133024.306000', '133024.309000', '133024.311000', '133024.314000', '133024.317000', '133044.194000', '133044.197000', '133044.200000', '133044.202000', '133044.206000', '133044.209000', '133044.211000', '133044.214000', '133044.217000', '133044.220000', '133044.223000', '133044.226000', '133044.229000', '133044.232000', '133044.235000', '133044.238000', '133044.241000', '133044.244000', '133044.247000', '133044.250000', '133044.253000', '133044.256000', '133044.275000', '133044.278000', '133044.281000', '133044.284000', '133044.287000', '133044.290000', '133044.293000', '133044.295000', '133044.298000', '133044.301000', '133044.304000', '133044.307000', '133044.310000', '133044.313000', '133044.316000', '133044.319000', '133044.322000', '133044.324000', '133044.327000', '133044.330000', '133044.333000', '133104.194000', '133104.197000', '133104.200000', '133104.203000', '133104.205000', '133104.209000', '133104.211000', '133104.215000', '133104.217000', '133104.221000', '133104.223000', '133104.226000', '133104.229000', '133104.232000', '133104.235000', '133104.238000', '133104.241000', '133104.244000', '133104.247000', '133104.250000', '133104.253000', '133104.256000', '133104.259000', '133104.261000', '133104.264000', '133104.267000', '133104.270000', '133104.273000', '133104.276000', '133104.279000', '133104.282000', '133104.285000', '133104.287000', '133104.290000', '133104.293000', '133104.296000', '133104.299000', '133104.302000', '133104.305000', '133104.308000', '133104.311000', '133104.314000', '133104.317000', '133104.319000', '133124.194000', '133124.197000', '133124.200000', '133124.203000', '133124.206000', '133124.208000', '133124.211000', '133124.215000', '133124.217000', '133124.220000', '133124.223000', '133124.226000', '133124.229000', '133124.232000', '133124.235000', '133124.238000', '133124.241000', '133124.244000', '133124.247000', '133124.250000', '133124.253000', '133124.256000', '133124.259000', '133124.262000', '133124.265000', '133124.268000', '133124.271000', '133124.274000', '133124.276000', '133124.279000', '133124.282000', '133124.285000', '133124.288000', '133124.291000', '133124.294000', '133124.297000', '133124.300000', '133124.303000', '133124.306000', '133124.309000', '133124.312000', '133124.315000', '133124.317000', '133144.194000', '133144.197000', '133144.200000', '133144.202000', '133144.206000', '133144.208000', '133144.211000', '133144.214000', '133144.217000', '133144.220000', '133144.223000', '133144.226000', '133144.229000', '133144.232000', '133144.235000', '133144.238000', '133144.241000', '133144.244000', '133144.247000', '133144.250000', '133144.253000', '133144.256000', '133144.258000', '133144.261000', '133144.264000', '133144.267000', '133144.270000', '133144.273000', '133144.276000', '133144.279000', '133144.282000', '133144.284000', '133144.287000', '133144.290000', '133144.293000', '133144.296000', '133144.299000', '133144.302000', '133144.305000', '133144.308000', '133144.311000', '133144.314000', '133144.317000', '133144.319000', '133204.193000', '133204.196000', '133204.199000', '133204.202000', '133204.205000', '133204.208000', '133204.211000', '133204.214000', '133204.217000', '133204.220000', '133204.223000', '133204.226000', '133204.228000', '133204.231000', '133204.234000', '133204.237000', '133204.240000', '133204.243000', '133204.248000', '133204.251000', '133204.254000', '133204.257000', '133204.260000', '133204.263000', '133204.266000', '133204.269000', '133204.272000', '133204.275000', '133204.277000', '133204.280000', '133204.283000', '133204.286000', '133204.289000', '133204.292000', '133204.295000', '133204.298000', '133204.301000', '133204.304000', '133204.307000', '133204.310000', '133204.313000', '133204.316000', '133204.320000', '133224.193000', '133224.196000', '133224.199000', '133224.202000', '133224.205000', '133224.208000', '133224.210000', '133224.214000', '133224.216000', '133224.219000', '133224.222000', '133224.225000', '133224.228000', '133224.231000', '133224.234000', '133224.237000', '133224.240000', '133224.243000', '133224.258000', '133224.261000', '133224.264000', '133224.267000', '133224.269000', '133224.272000', '133224.275000', '133224.278000', '133224.281000', '133224.284000', '133224.287000', '133224.290000', '133224.293000', '133224.296000', '133224.299000', '133224.302000', '133224.304000', '133224.307000', '133224.310000', '133224.313000', '133224.316000', '133224.319000', '133224.322000', '133224.325000', '133224.328000', '133224.331000', '133244.193000', '133244.196000', '133244.199000', '133244.202000', '133244.205000', '133244.208000', '133244.211000', '133244.214000', '133244.216000', '133244.220000', '133244.222000', '133244.225000', '133244.228000', '133244.231000', '133244.234000', '133244.237000', '133244.240000', '133244.243000', '133244.246000', '133244.249000', '133244.252000', '133244.255000', '133244.258000', '133244.260000', '133244.263000', '133244.266000', '133244.269000', '133244.272000', '133244.275000', '133244.278000', '133244.281000', '133244.284000', '133244.287000', '133244.290000', '133244.292000', '133244.295000', '133244.298000', '133244.301000', '133244.304000', '133244.307000', '133244.310000', '133244.313000', '133244.316000', '133304.194000', '133304.197000', '133304.200000', '133304.203000', '133304.206000', '133304.208000', '133304.212000', '133304.215000', '133304.218000', '133304.221000', '133304.224000', '133304.227000', '133304.230000', '133304.232000', '133304.236000', '133304.238000', '133304.241000', '133304.244000', '133304.247000', '133304.250000', '133304.253000', '133304.256000', '133304.259000', '133304.262000', '133304.265000', '133304.268000', '133304.271000', '133304.274000', '133304.277000', '133304.280000', '133304.283000', '133304.286000', '133304.289000', '133304.291000', '133304.294000', '133304.297000', '133304.300000', '133304.303000', '133304.306000', '133304.309000', '133304.312000', '133304.315000', '133304.318000', '133304.321000', '133324.194000', '133324.197000', '133324.200000', '133324.203000', '133324.206000', '133324.209000', '133324.212000', '133324.214000', '133324.218000', '133324.220000', '133324.223000', '133324.226000', '133324.229000', '133324.232000', '133324.235000', '133324.238000', '133324.241000', '133324.244000', '133324.247000', '133324.250000', '133324.253000', '133324.256000', '133324.259000', '133324.262000', '133324.265000', '133324.268000', '133324.270000', '133324.273000', '133324.276000', '133324.279000', '133324.282000', '133324.285000', '133324.288000', '133324.291000', '133324.294000', '133324.297000', '133324.300000', '133324.302000', '133324.305000', '133324.308000', '133324.311000', '133324.314000', '133324.317000', '133344.194000', '133344.197000', '133344.202000', '133344.206000', '133344.209000', '133344.212000', '133344.214000', '133344.217000', '133344.220000', '133344.223000', '133344.226000', '133344.229000', '133344.232000', '133344.235000', '133344.238000', '133344.241000', '133344.244000', '133344.247000', '133344.250000', '133344.253000', '133344.256000', '133344.259000', '133344.262000', '133344.265000', '133344.267000', '133344.270000', '133344.273000', '133344.276000', '133344.279000', '133344.282000', '133344.285000', '133344.288000', '133344.291000', '133344.294000', '133344.297000', '133344.300000', '133344.303000', '133344.306000', '133344.309000', '133344.311000', '133344.314000', '133344.317000', '133344.320000', '133404.194000', '133404.197000', '133404.200000', '133404.203000', '133404.206000', '133404.209000', '133404.212000', '133404.215000', '133404.218000', '133404.221000', '133404.223000', '133404.226000', '133404.229000', '133404.232000', '133404.235000', '133404.238000', '133404.241000', '133404.244000', '133404.247000', '133404.250000', '133404.253000', '133404.256000', '133404.259000', '133404.262000', '133404.265000', '133404.268000', '133404.271000', '133404.274000', '133404.277000', '133404.280000', '133404.282000', '133404.285000', '133404.288000', '133404.291000', '133404.294000', '133404.297000', '133404.300000', '133404.303000', '133404.306000', '133404.309000', '133404.311000', '133404.314000', '133404.317000', '133404.320000', '133424.193000', '133424.196000', '133424.199000', '133424.204000', '133424.209000', '133424.212000', '133424.215000', '133424.218000', '133424.221000', '133424.224000', '133424.227000', '133424.230000', '133424.233000', '133424.236000', '133424.239000', '133424.242000', '133424.245000', '133424.248000', '133424.251000', '133424.254000', '133424.257000', '133424.260000', '133424.263000', '133424.266000', '133424.269000', '133424.272000', '133424.275000', '133424.277000', '133424.280000', '133424.283000', '133424.286000', '133424.289000', '133424.292000', '133424.295000', '133424.298000', '133424.301000', '133424.304000', '133424.307000', '133424.310000', '133424.312000', '133424.315000', '133424.318000', '133424.321000', '133444.193000', '133444.196000', '133444.199000', '133444.202000', '133444.205000', '133444.208000', '133444.210000', '133444.214000', '133444.216000', '133444.219000', '133444.222000', '133444.225000', '133444.228000', '133444.233000', '133444.236000', '133444.239000', '133444.242000', '133444.245000', '133444.248000', '133444.251000', '133444.254000', '133444.257000', '133444.260000', '133444.263000', '133444.266000', '133444.269000', '133444.272000', '133444.275000', '133444.278000', '133444.280000', '133444.283000', '133444.286000', '133444.289000', '133444.292000', '133444.295000', '133444.298000', '133444.301000', '133444.304000', '133444.306000', '133444.309000', '133444.312000', '133444.315000', '133444.318000', '133444.321000', '133504.193000', '133504.196000', '133504.199000', '133504.202000', '133504.205000', '133504.208000', '133504.211000', '133504.214000', '133504.217000', '133504.220000', '133504.223000', '133504.225000', '133504.228000', '133504.231000', '133504.234000', '133504.237000', '133504.241000', '133504.246000', '133504.254000', '133504.258000', '133504.260000', '133504.263000', '133504.266000', '133504.269000', '133504.272000', '133504.275000', '133504.278000', '133504.281000', '133504.284000', '133504.287000', '133504.290000', '133504.293000', '133504.296000', '133504.298000', '133504.301000', '133504.304000', '133504.307000', '133504.310000', '133504.313000', '133504.316000', '133504.319000', '133504.322000', '133504.325000', '133524.194000', '133524.197000', '133524.200000', '133524.203000', '133524.206000', '133524.209000', '133524.212000', '133524.215000', '133524.218000', '133524.220000', '133524.223000', '133524.226000', '133524.229000', '133524.232000', '133524.235000', '133524.238000', '133524.241000', '133524.244000', '133524.247000', '133524.250000', '133524.253000', '133524.256000', '133524.259000', '133524.261000', '133524.264000', '133524.267000', '133524.270000', '133524.273000', '133524.276000', '133524.279000', '133524.282000', '133524.285000', '133524.288000', '133524.291000', '133524.294000', '133524.296000', '133524.299000', '133524.302000', '133524.305000', '133524.308000', '133524.311000', '133524.314000', '133524.317000', '133524.320000', '133544.194000', '133544.197000', '133544.200000', '133544.203000', '133544.206000', '133544.209000', '133544.212000', '133544.215000', '133544.218000', '133544.221000', '133544.223000', '133544.226000', '133544.229000', '133544.232000', '133544.235000', '133544.238000', '133544.241000', '133544.244000', '133544.247000', '133544.250000', '133544.253000', '133544.256000', '133544.259000', '133544.262000', '133544.265000', '133544.268000', '133544.271000', '133544.274000', '133544.278000', '133544.281000', '133544.284000', '133544.287000', '133544.290000', '133544.293000', '133544.296000', '133544.299000', '133544.302000', '133544.305000', '133544.308000', '133544.311000', '133544.313000', '133544.316000', '133544.319000', '133604.194000', '133604.197000', '133604.200000', '133604.203000', '133604.206000', '133604.209000', '133604.212000', '133604.215000', '133604.218000', '133604.221000', '133604.224000', '133604.227000', '133604.230000', '133604.233000', '133604.236000', '133604.238000', '133604.241000', '133604.245000', '133604.247000', '133604.250000', '133604.253000', '133604.256000', '133604.259000', '133604.262000', '133604.265000', '133604.268000', '133604.271000', '133604.274000', '133604.277000', '133604.280000', '133604.283000', '133604.286000', '133604.289000', '133604.292000', '133604.294000', '133604.297000', '133604.300000', '133604.303000', '133604.306000', '133604.309000', '133604.312000', '133604.315000', '133604.318000', '133604.321000', '133624.194000', '133624.197000', '133624.200000', '133624.203000', '133624.206000', '133624.209000', '133624.212000', '133624.215000', '133624.218000', '133624.221000', '133624.224000', '133624.227000', '133624.230000', '133624.232000', '133624.235000', '133624.238000', '133624.241000', '133624.244000', '133624.247000', '133624.250000', '133624.253000', '133624.256000', '133624.259000', '133624.262000', '133624.265000', '133624.269000', '133624.274000', '133624.277000', '133624.280000', '133624.283000', '133624.285000', '133624.288000', '133624.291000', '133624.294000', '133624.297000', '133624.300000', '133624.303000', '133624.306000', '133624.309000', '133624.312000', '133624.315000', '133624.318000', '133624.321000', '133644.193000', '133644.196000', '133644.199000', '133644.202000', '133644.205000', '133644.208000', '133644.211000', '133644.225000', '133644.228000', '133644.231000', '133644.233000', '133644.236000', '133644.239000', '133644.242000', '133644.245000', '133644.248000', '133644.251000', '133644.254000', '133644.257000', '133644.260000', '133644.263000', '133644.266000', '133644.269000', '133644.272000', '133644.275000', '133644.278000', '133644.280000', '133644.283000', '133644.286000', '133644.289000', '133644.292000', '133644.295000', '133644.298000', '133644.301000', '133644.304000', '133644.307000', '133644.310000', '133644.313000', '133644.316000', '133644.319000', '133644.322000', '133644.325000', '133644.328000', '133644.331000', '133704.193000', '133704.196000', '133704.199000', '133704.202000', '133704.205000', '133704.208000', '133704.211000', '133704.214000', '133704.217000', '133704.219000', '133704.223000', '133704.227000', '133704.230000', '133704.233000', '133704.236000', '133704.239000', '133704.242000', '133704.245000', '133704.248000', '133704.251000', '133704.254000', '133704.256000', '133704.260000', '133704.262000', '133704.265000', '133704.268000', '133704.271000', '133704.274000', '133704.277000', '133704.280000', '133704.286000', '133704.289000', '133704.293000', '133704.296000', '133704.299000', '133704.301000', '133704.304000', '133704.307000', '133704.310000', '133704.313000', '133704.316000', '133704.319000', '133704.322000', '133724.193000', '133724.196000', '133724.199000', '133724.202000', '133724.205000', '133724.208000', '133724.211000', '133724.214000', '133724.217000', '133724.220000', '133724.223000', '133724.226000', '133724.233000', '133724.236000', '133724.239000', '133724.242000', '133724.245000', '133724.248000', '133724.251000', '133724.254000', '133724.257000', '133724.260000', '133724.263000', '133724.266000', '133724.269000', '133724.272000', '133724.275000', '133724.278000', '133724.281000', '133724.283000', '133724.286000', '133724.289000', '133724.292000', '133724.295000', '133724.298000', '133724.301000', '133724.304000', '133724.307000', '133724.310000', '133724.313000', '133724.316000', '133724.319000', '133724.322000', '133724.325000', '133744.194000', '133744.197000', '133744.200000', '133744.203000', '133744.206000', '133744.209000', '133744.212000', '133744.215000', '133744.218000', '133744.221000', '133744.224000', '133744.227000', '133744.230000', '133744.233000', '133744.236000', '133744.238000', '133744.241000', '133744.244000', '133744.247000', '133744.250000', '133744.253000', '133744.256000', '133744.259000', '133744.262000', '133744.265000', '133744.268000', '133744.271000', '133744.274000', '133744.277000', '133744.280000', '133744.283000', '133744.285000', '133744.288000', '133744.291000', '133744.294000', '133744.297000', '133744.300000', '133744.304000', '133744.310000', '133744.313000', '133744.315000', '133744.318000', '133744.321000', '133804.194000', '133804.197000', '133804.200000', '133804.203000', '133804.222000', '133804.225000', '133804.228000', '133804.231000', '133804.234000', '133804.237000', '133804.240000', '133804.243000', '133804.246000', '133804.249000', '133804.252000', '133804.255000', '133804.257000', '133804.260000', '133804.264000', '133804.266000', '133804.269000', '133804.272000', '133804.275000', '133804.278000', '133804.281000', '133804.284000', '133804.287000', '133804.290000', '133804.293000', '133804.296000', '133804.299000', '133804.302000', '133804.305000', '133804.308000', '133804.311000', '133804.314000', '133804.317000', '133804.319000', '133804.322000', '133804.325000', '133804.328000', '133804.331000', '133804.334000', '133804.337000', '133824.194000', '133824.197000', '133824.200000', '133824.203000', '133824.206000', '133824.209000', '133824.212000', '133824.215000', '133824.218000', '133824.221000', '133824.224000', '133824.226000', '133824.229000', '133824.232000', '133824.235000', '133824.238000', '133824.241000', '133824.244000', '133824.247000', '133824.250000', '133824.253000', '133824.256000', '133824.259000', '133824.262000', '133824.266000', '133824.269000', '133824.272000', '133824.275000', '133824.278000', '133824.281000', '133824.284000', '133824.287000', '133824.290000', '133824.293000', '133824.296000', '133824.299000', '133824.302000', '133824.304000', '133824.307000', '133824.310000', '133824.313000', '133824.316000', '133824.319000', '133844.194000', '133844.204000', '133844.207000', '133844.210000', '133844.212000', '133844.216000', '133844.219000', '133844.221000', '133844.224000', '133844.227000', '133844.230000', '133844.233000', '133844.236000', '133844.239000', '133844.242000', '133844.245000', '133844.248000', '133844.251000', '133844.254000', '133844.257000', '133844.260000', '133844.263000', '133844.266000', '133844.269000', '133844.272000', '133844.275000', '133844.278000', '133844.280000', '133844.283000', '133844.286000', '133844.289000', '133844.292000', '133844.295000', '133844.298000', '133844.301000', '133844.310000', '133844.313000', '133844.316000', '133844.319000', '133844.322000', '133844.324000', '133844.327000', '133844.330000', '133844.333000', '133904.193000', '133904.196000', '133904.199000', '133904.202000', '133904.205000', '133904.208000', '133904.211000', '133904.214000', '133904.217000', '133904.220000', '133904.222000', '133904.225000', '133904.228000', '133904.231000', '133904.234000', '133904.237000', '133904.240000', '133904.243000', '133904.246000', '133904.249000', '133904.252000', '133904.255000', '133904.258000', '133904.261000', '133904.264000', '133904.267000', '133904.270000', '133904.273000', '133904.276000', '133904.279000', '133904.281000', '133904.284000', '133904.287000', '133904.290000', '133904.293000', '133904.296000', '133904.299000', '133904.302000', '133904.305000', '133904.308000', '133904.310000', '133904.313000', '133904.316000', '133924.193000', '133924.196000', '133924.199000', '133924.202000', '133924.205000', '133924.208000', '133924.211000', '133924.214000', '133924.217000', '133924.220000', '133924.223000', '133924.226000', '133924.229000', '133924.232000', '133924.235000', '133924.238000', '133924.241000', '133924.244000', '133924.247000', '133924.249000', '133924.252000', '133924.255000', '133924.258000', '133924.261000', '133924.264000', '133924.267000', '133924.270000', '133924.273000', '133924.276000', '133924.279000', '133924.282000', '133924.285000', '133924.288000', '133924.290000', '133924.293000', '133924.296000', '133924.299000', '133924.302000', '133924.305000', '133924.308000', '133924.311000', '133924.314000', '133924.317000', '133924.320000', '133944.193000', '133944.196000', '133944.199000', '133944.202000', '133944.205000', '133944.208000', '133944.211000', '133944.214000', '133944.217000', '133944.220000', '133944.223000', '133944.226000', '133944.229000', '133944.231000', '133944.235000', '133944.237000', '133944.240000', '133944.243000', '133944.246000', '133944.249000', '133944.252000', '133944.255000', '133944.258000', '133944.261000', '133944.264000', '133944.267000', '133944.270000', '133944.273000', '133944.276000', '133944.279000', '133944.282000', '133944.285000', '133944.287000', '133944.290000', '133944.293000', '133944.296000', '133944.299000', '133944.303000', '133944.306000', '133944.309000', '133944.312000', '133944.315000', '133944.318000', '134004.194000', '134004.197000', '134004.200000', '134004.206000', '134004.209000', '134004.212000', '134004.215000', '134004.218000', '134004.221000', '134004.224000', '134004.227000', '134004.230000', '134004.233000', '134004.236000', '134004.239000', '134004.242000', '134004.245000', '134004.248000', '134004.251000', '134004.254000', '134004.257000', '134004.260000', '134004.263000', '134004.266000', '134004.269000', '134004.272000', '134004.274000', '134004.278000', '134004.280000', '134004.283000', '134004.286000', '134004.289000', '134004.292000', '134004.295000', '134004.298000', '134004.301000', '134004.304000', '134004.307000', '134004.309000', '134004.312000', '134004.315000', '134004.318000', '134004.321000', '134004.324000', '134024.194000', '134024.197000', '134024.200000', '134024.203000', '134024.206000', '134024.209000', '134024.212000', '134024.215000', '134024.218000', '134024.221000', '134024.224000', '134024.227000', '134024.230000', '134024.233000', '134024.236000', '134024.239000', '134024.242000', '134024.245000', '134024.248000', '134024.250000', '134024.253000', '134024.256000', '134024.259000', '134024.262000', '134024.265000', '134024.268000', '134024.281000', '134024.284000', '134024.287000', '134024.290000', '134024.293000', '134024.296000', '134024.299000', '134024.302000', '134024.305000', '134024.308000', '134024.311000', '134024.314000', '134024.316000', '134024.319000', '134024.322000', '134024.325000', '134024.328000', '134044.194000', '134044.197000', '134044.200000', '134044.203000', '134044.206000', '134044.209000', '134044.212000', '134044.215000', '134044.218000', '134044.221000', '134044.224000', '134044.227000', '134044.230000', '134044.233000', '134044.236000', '134044.238000', '134044.241000', '134044.244000', '134044.247000', '134044.250000', '134044.253000', '134044.256000', '134044.259000', '134044.262000', '134044.265000', '134044.268000', '134044.271000', '134044.273000', '134044.276000', '134044.279000', '134044.282000', '134044.285000', '134044.288000', '134044.291000', '134044.294000', '134044.297000', '134044.300000', '134044.303000', '134044.306000', '134044.309000', '134044.311000', '134044.314000', '134044.317000', '134044.320000', '134104.194000', '134104.197000', '134104.200000', '134104.203000', '134104.206000', '134104.209000', '134104.212000', '134104.215000', '134104.218000', '134104.221000', '134104.224000', '134104.227000', '134104.230000', '134104.233000', '134104.236000', '134104.239000', '134104.242000', '134104.245000', '134104.248000', '134104.250000', '134104.253000', '134104.256000', '134104.259000', '134104.262000', '134104.265000', '134104.268000', '134104.271000', '134104.274000', '134104.277000', '134104.280000', '134104.283000', '134104.285000', '134104.288000', '134104.291000', '134104.294000', '134104.297000', '134104.300000', '134104.303000', '134104.306000', '134104.309000', '134104.312000', '134104.315000', '134104.318000', '134124.193000', '134124.196000', '134124.199000', '134124.202000', '134124.205000', '134124.208000', '134124.211000', '134124.214000', '134124.217000', '134124.220000', '134124.223000', '134124.226000', '134124.229000', '134124.232000', '134124.235000', '134124.237000', '134124.240000', '134124.243000', '134124.246000', '134124.249000', '134124.252000', '134124.255000', '134124.258000', '134124.261000', '134124.264000', '134124.267000', '134124.270000', '134124.273000', '134124.276000', '134124.279000', '134124.281000', '134124.284000', '134124.287000', '134124.290000', '134124.293000', '134124.296000', '134124.299000', '134124.302000', '134124.305000', '134124.308000', '134124.311000', '134124.314000', '134124.317000', '134124.320000', '134144.193000', '134144.196000', '134144.199000', '134144.202000', '134144.205000', '134144.208000', '134144.211000', '134144.214000', '134144.217000', '134144.220000', '134144.223000', '134144.226000', '134144.229000', '134144.232000', '134144.235000', '134144.238000', '134144.241000', '134144.244000', '134144.247000', '134144.250000', '134144.252000', '134144.255000', '134144.258000', '134144.261000', '134144.264000', '134144.267000', '134144.270000', '134144.273000', '134144.276000', '134144.279000', '134144.282000', '134144.285000', '134144.288000', '134144.291000', '134144.294000', '134144.297000', '134144.300000', '134144.302000', '134144.305000', '134144.308000', '134144.311000', '134144.314000', '134144.317000', '134204.193000', '134204.196000', '134204.199000', '134204.203000', '134204.209000', '134204.212000', '134204.215000', '134204.218000', '134204.221000', '134204.224000', '134204.227000', '134204.230000', '134204.233000', '134204.236000', '134204.239000', '134204.242000', '134204.245000', '134204.248000', '134204.251000', '134204.254000', '134204.257000', '134204.260000', '134204.263000', '134204.266000', '134204.269000', '134204.271000', '134204.274000', '134204.277000', '134204.280000', '134204.283000', '134204.286000', '134204.289000', '134204.292000', '134204.295000', '134204.298000', '134204.301000', '134204.304000', '134204.307000', '134204.310000', '134204.313000', '134204.316000', '134204.319000', '134204.322000', '134224.194000', '134224.197000', '134224.200000', '134224.203000', '134224.206000', '134224.209000', '134224.212000', '134224.215000', '134224.218000', '134224.221000', '134224.224000', '134224.227000', '134224.230000', '134224.233000', '134224.236000', '134224.247000', '134224.250000', '134224.253000', '134224.256000', '134224.259000', '134224.262000', '134224.265000', '134224.268000', '134224.271000', '134224.274000', '134224.277000', '134224.280000', '134224.283000', '134224.286000', '134224.289000', '134224.291000', '134224.295000', '134224.297000', '134224.300000', '134224.303000', '134224.306000', '134224.309000', '134224.312000', '134224.315000', '134224.318000', '134224.321000', '134224.324000', '134224.327000', '134224.330000', '134244.194000', '134244.197000', '134244.200000', '134244.203000', '134244.206000', '134244.210000', '134244.215000', '134244.219000', '134244.222000', '134244.224000', '134244.227000', '134244.230000', '134244.233000', '134244.236000', '134244.239000', '134244.242000', '134244.245000', '134244.248000', '134244.251000', '134244.254000', '134244.268000', '134244.271000', '134244.274000', '134244.277000', '134244.280000', '134244.282000', '134244.285000', '134244.288000', '134244.291000', '134244.294000', '134244.297000', '134244.300000', '134244.303000', '134244.306000', '134244.309000', '134244.312000', '134244.315000', '134244.318000', '134244.321000', '134244.324000', '134244.327000', '134244.330000', '134244.333000', '134304.194000', '134304.197000', '134304.200000', '134304.203000', '134304.206000', '134304.209000', '134304.212000', '134304.215000', '134304.218000', '134304.221000', '134304.224000', '134304.227000', '134304.230000', '134304.233000', '134304.236000', '134304.239000', '134304.241000', '134304.244000', '134304.248000', '134304.251000', '134304.254000', '134304.256000', '134304.260000', '134304.262000', '134304.265000', '134304.268000', '134304.271000', '134304.274000', '134304.277000', '134304.280000', '134304.283000', '134304.286000', '134304.289000', '134304.292000', '134304.295000', '134304.298000', '134304.301000', '134304.303000', '134304.306000', '134304.309000', '134304.312000', '134304.315000', '134304.318000', '134304.321000', '134324.194000', '134324.197000', '134324.200000', '134324.203000', '134324.206000', '134324.209000', '134324.212000', '134324.215000', '134324.218000', '134324.221000', '134324.224000', '134324.227000', '134324.230000', '134324.233000', '134324.236000', '134324.239000', '134324.242000', '134324.245000', '134324.248000', '134324.252000', '134324.257000', '134324.260000', '134324.263000', '134324.265000', '134324.268000', '134324.271000', '134324.274000', '134324.277000', '134324.280000', '134324.283000', '134324.286000', '134324.289000', '134324.292000', '134324.295000', '134324.298000', '134324.301000', '134324.304000', '134324.307000', '134324.310000', '134324.312000', '134324.315000', '134324.318000', '134324.321000', '134325.230000', '134325.233000', '134325.236000'], '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': [7767, 7025, 10340, 6896, 10138, 9100, 6620, 11724, 9280, 7725, 15164, 9211, 6781, 9466, 6780, 8216, 7917, 6720, 11865, 6825, 7147, 8446, 6894, 11458, 7940, 7280, 7676, 6864, 10287, 6848, 6750, 11032, 6603, 7437, 7091, 7104, 11100, 8997, 7107, 10905, 6798, 7721, 8227, 6983, 11657, 8274, 15672, 11606, 7354, 9691, 6660, 6972, 9300, 6790, 10463, 7829, 6998, 9365, 6978, 7089, 10235, 6679, 11950, 7277, 6830, 9659, 6549, 9911, 8607, 7038, 9505, 7067, 6917, 9563, 6739, 9131, 9604, 7106, 7934, 7565, 7094, 10392, 8106, 7380, 13776, 6992, 7434, 8263, 6980, 10017, 7486, 7157, 10918, 6845, 8349, 6873, 7288, 9073, 7201, 7161, 10441, 6669, 7492, 8248, 7123, 10531, 8391, 7203, 10760, 6892, 7317, 7638, 6980, 10427, 8236, 7275, 10447, 6834, 7347, 9248, 6801, 10211, 8587, 7028, 10739, 6866, 7507, 9637, 6861, 7351, 10706, 6818, 8872, 7720, 7024, 10175, 8008, 7115, 11892, 7372, 10956, 7558, 7267, 11574, 7891, 7066, 10427, 6957, 7459, 7981, 7010, 7223, 8696, 8057, 11592, 10189, 7328, 10285, 7613, 8254, 9013, 6993, 7466, 7810, 6930, 10697, 8888, 7271, 13285, 7027, 7280, 9716, 6762, 7087, 10688, 7433, 7220, 9072, 6920, 7310, 10308, 6985, 9212, 9553, 6763, 7617, 7460, 6868, 10532, 8707, 7092, 10081, 6819, 7440, 9248, 7091, 9858, 8852, 7319, 10386, 7013, 7511, 9835, 7002, 12216, 9394, 7215, 9719, 6886, 7374, 9394, 6834, 10317, 8081, 7013, 7559, 6884, 7317, 9022, 7940, 7080, 11024, 9364, 7364, 10146, 7955, 7213, 13747, 8999, 8036, 10357, 6815, 10233, 8251, 6858, 13987, 7827, 6955, 8449, 6990, 7351, 9761, 6802, 7435, 10721, 6801, 7555, 9464, 6933, 7428, 9989, 6904, 8915, 8029, 6928, 8128, 8132, 6963, 10796, 9082, 7301, 10448, 7047, 7492, 8977, 6858, 9267, 8568, 7107, 10330, 6630, 7608, 9594, 6888, 7664, 8605, 7131, 7959, 7991, 7277, 7400, 8730, 7323, 8251, 7813, 7203, 9935, 8420, 7408, 13431, 9132, 8061, 9301, 6855, 8313, 8120, 7157, 10715, 8623, 7190, 8400, 7598, 7046, 11192, 8747, 7070, 9617, 6817, 7405, 10485, 7534, 7934, 10780, 6710, 7324, 9186, 6783, 8314, 9357, 6710, 8349, 7867, 6841, 9466, 8438, 7044, 12832, 7603, 6914, 7814, 7231, 6873, 8213, 10443, 6818, 7318, 9746, 6863, 7317, 10569, 7723, 7822, 10543, 6901, 7555, 9988, 6741, 9775, 9719, 6808, 7214, 8373, 6793, 7077, 7273, 6842, 6943, 10951, 8619, 10730, 10128, 6882, 7451, 8518, 6825, 8814, 9833, 6860, 8227, 7774, 6914, 8032, 7705, 7043, 9479, 8345, 7031, 7439, 8011, 6893, 7628, 9372, 6910, 7447, 9472, 6960, 7357, 9146, 6910, 12316, 9479, 7045, 8584, 7318, 7232, 9880, 8285, 7129, 10883, 7071, 7404, 10227, 6733, 7936, 8644, 6767, 11555, 9438, 6989, 8031, 7060, 7002, 8170, 8028, 7084, 7691, 7357, 7127, 9831, 8658, 7140, 12814, 9972, 7137, 8092, 7065, 7207, 9885, 8323, 6702, 9985, 7871, 6700, 6744, 9221, 6663, 8055, 11452, 9205, 7156, 8153, 7229, 6944, 8755, 7647, 7159, 11432, 8067, 7152, 11036, 7009, 7298, 10148, 7033, 6808, 10762, 7018, 9788, 9033, 6628, 8472, 7488, 7158, 10807, 6950, 6946, 9762, 6924, 7037, 8852, 6881, 8039, 8129, 6883, 10297, 7956, 7006, 7999, 7088, 7209, 11050, 7634, 7577, 8469, 6617, 7582, 7237, 6593, 8975, 9247, 6974, 10315, 9168, 6988, 8476, 8411, 6846, 7351, 9911, 6960, 7191, 10567, 8711, 6737, 8220, 7710, 6756, 10305, 8839, 8605, 13331, 9481, 6668, 7786, 8106, 6639, 6859, 10997, 7772, 7032, 8090, 6694, 6921, 9389, 7992, 6966, 12911, 8410, 7062, 10226, 6777, 11558, 9410, 8206, 14866, 8511, 6922, 9605, 6917, 6519, 8631, 6757, 9699, 8122, 6802, 8111, 6913, 7353, 10324, 9387, 12899, 11207, 7235, 11223, 7135, 8456, 8255, 7107, 11584, 7091, 7547, 7152, 7233, 10067, 6805, 7077, 9422, 6693, 8030, 6522, 7249, 10243, 6972, 6817, 9532, 6813, 11732, 7510, 7588, 8110, 6953, 11549, 8428, 7044, 9396, 6724, 7661, 6575, 7234, 10697, 8001, 7348, 10630, 6678, 8378, 7325, 7229, 11111, 7394, 7014, 8644, 6721, 8048, 7369, 7029, 11422, 8139, 7152, 9785, 6654, 8639, 7637, 7384, 11246, 7167, 7161, 8936, 6606, 8138, 7272, 7362, 11035, 7609, 7046, 10154, 7114, 7952, 7289, 7293, 10702, 6976, 9588, 8450, 7541, 10438, 6940, 11371, 8205, 8659, 10287, 7520, 8799, 6798, 7162, 9999, 7469, 7398, 8494, 6840, 7713, 9415, 6864, 7326, 11324, 7001, 8319, 8386, 6854, 10142, 8275, 7072, 13047, 8518, 7183, 10168, 7572, 7418, 10593, 7721, 7169, 9878, 7012, 6994, 8111, 7388, 6861, 10699, 9032, 6878, 10676, 7099, 7097, 10546, 7291, 6897, 10320, 6823, 7099, 8724, 6668, 9049, 7026, 6493, 9094, 7914, 6508, 8164, 7572, 6689, 9324, 7055, 6700, 7492, 10721, 7057, 7332, 8904, 8017, 6493, 7257, 9373, 6764, 7301, 10240, 8121, 6888, 10938, 8163, 6827, 8267, 8306, 6863, 9729, 9872, 7231, 6971, 9086, 6862, 7295, 10158, 6588, 7002, 11425, 7041, 7264, 9975, 6790, 7304, 11047, 8366, 6871, 7528, 8082, 6706, 8157, 8715, 6882, 12669, 9179, 7171, 10791, 6838, 8317, 8748, 7191, 13378, 9882, 6728, 7832, 6500, 6797, 7008, 9221, 7727, 6941, 10958, 7235, 6785, 10076, 7920, 7248, 13024, 10412, 6947, 10430, 7649, 6937, 11354, 10229, 9040, 12943, 6774, 6757, 7934, 7287, 6508, 8564, 9597, 7063, 7502, 9087, 6948, 7194, 10543, 9349, 8509, 11339, 7891, 6650, 6836, 8051, 6648, 6952, 11173, 8301, 6987, 9573, 7145, 6636, 8370, 8110, 6658, 7896, 8509, 6975, 7043, 10023, 7340, 7279, 11175, 7242, 6754, 7281, 9690, 6630, 7415, 7764, 6966, 6892, 9170, 7987, 6599, 10278, 12814, 7545, 7280, 8929, 8084, 6839, 6933, 13142, 8010, 7521, 12045, 7200, 7533, 11022, 7185, 8140, 7815, 6861, 6688, 10806, 8526, 7174, 12223, 9137, 6638, 7184, 7058, 6526, 6460, 9054, 6606, 8648, 8465, 6534, 9545, 8853, 6580, 7192, 7791, 6934, 7116, 9206, 6483, 7355, 12093, 8241, 6647, 7195, 9693, 6753, 6957, 10428, 8356, 6551, 9919, 7334, 6567, 8104, 7655, 6699, 10317, 8045, 6808, 11191, 7000, 6817, 8236, 7059, 7204, 10031, 6619, 7977, 9352, 6593, 9384, 7595, 6535, 10057, 8335, 6844, 11142, 7938, 6958, 13004, 7035, 7182, 9640, 6901, 7042, 9495, 6563, 10743, 9148, 7301, 9740, 6668, 8316, 7783, 7050, 11272, 7265, 9100, 7302, 6591, 8911, 7017, 6929, 9915, 6643, 8991, 8169, 6573, 8091, 7256, 6998, 11806, 9038, 6836, 10619, 6737, 8756, 8008, 7582, 13927, 7925, 6813, 8968, 6664, 6957, 9250, 6830, 7855, 9122, 6744, 7921, 7986, 6998, 12485, 9617, 7003, 11752, 7112, 6477, 9985, 6656, 10434, 8913, 6657, 6487, 7104, 6710, 8728, 7926, 6498, 9968, 7097, 6775, 10362, 6864, 7110, 10557, 6726, 6607, 8887, 6602, 6637, 9546, 6807, 8727, 7629, 6638, 7634, 7225, 6881, 11993, 8472, 6816, 9634, 6805, 8761, 7923, 7343, 11960, 7661, 6527, 9341, 6760, 6683, 8767, 6453, 8484, 8313, 6443, 9535, 7180, 6626, 10981, 7698, 9890, 8208, 6517, 8918, 7480, 6763, 10435, 6856, 7911, 7589, 6793, 7565, 7180, 6831, 9649, 8372, 6676, 8006, 7482, 6538, 9695, 8321, 7384, 6641, 6850, 6516, 10818, 8804, 7376, 12046, 10015, 10747, 10704, 6829, 6561, 8256, 6696, 6910, 10406, 7788, 6850, 6957, 7830, 6785, 6740, 9671, 8601, 6560, 9997, 9626, 7751, 12193, 10859, 7974, 12350, 9276, 8222, 10589, 6981, 6596, 6527, 7789, 6777, 6901, 9612, 8166, 6512, 7784, 7200, 6736, 11086, 8313, 6632, 11845, 7241, 6646, 9009, 6658, 7276, 7640, 6524, 9731, 7730, 6672, 7842, 7322, 6623, 9718, 7770, 6914, 10867, 7477, 6556, 10576, 6826, 6475, 9566, 6537, 10800, 7959, 6784, 6911, 7103, 6581, 9100, 9663, 6670, 6566, 6996, 9947, 7210, 6850, 12114, 7831, 6757, 10529, 7618, 7417, 11247, 8698, 7400, 10485, 8149, 7132, 12555, 10236, 6551, 6626, 8776, 7909, 8573, 12766, 7523, 6780, 8121, 6668, 6707, 7619, 7446, 6597, 8992, 8965, 6933, 6596, 9452, 6699, 8810, 8640, 7202, 11126, 8066, 6614, 10044, 7546, 6456, 10673, 8155, 6676, 7659, 7110, 6829, 8323, 8343, 6597, 9951, 7998, 6604, 9248, 8149, 7129, 11388, 8652, 7343, 9747, 6979, 6875, 8245, 7457, 6537, 9957, 8490, 6626, 9333, 7681, 6422, 10571, 6918, 11068, 7921, 6643, 9354, 7433, 6834, 7282, 6868, 8156, 10977, 8829, 6567, 7680, 8961, 6435, 6799, 10027, 8680, 6978, 6866, 9103, 6866, 6600, 8985, 8750, 6988, 11144, 7500, 6713, 6634, 7154, 6591, 7509, 8428, 6682, 7246, 8172, 6874, 6572, 10090, 6988, 7014, 10099, 6641, 7095, 9834, 6636, 10309, 9797, 9349, 12559, 9957, 7152, 10943, 7670, 10062, 12920, 8165, 7941, 7461, 6564, 8302, 7564, 6492, 9569, 8041, 6451, 7570, 7915, 6596, 9863, 9797, 8321, 8547, 9358, 6603, 6746, 8483, 6894, 6692, 6718, 9679, 6845, 6495, 12185, 9341, 6851, 7349, 8836, 6891, 6587, 11338, 8321, 7889, 13023, 10699, 7334, 8421, 7350, 7077, 9153, 7974, 6677, 7518, 7011, 6903, 6852, 8592, 6638, 9148, 9283, 6723, 6730, 9761, 6839, 7545, 10406, 7292, 6419, 9752, 6804, 6609, 8432, 7926, 7798, 7401, 8009, 6604, 6590, 8357, 8386, 8157, 14858, 10107, 8210, 9235, 7578, 6736, 6722, 9597, 8583, 8503, 11923, 13438, 10282, 15096, 11250, 8553, 13112, 9336, 8160, 11553, 8180, 7787, 9381, 7224, 7316, 6517, 7815, 7337, 6475, 8080, 6952, 7955, 7603, 7239, 9404, 7775, 7205, 8698, 7271, 6489, 6670, 7947, 6930, 6958, 6868, 9442, 6628, 7033, 10415, 6858, 12096, 9271, 6685, 12707, 7103, 9504, 7456, 6594, 9627, 6542, 6930, 7267, 6696, 7338, 7921, 6607, 7306, 8985, 6781, 9484, 7427, 7397, 10976, 6790, 8993, 8465, 7789, 13398, 8663, 6964, 10407, 7195, 7005, 10633, 6950, 7056, 9137, 6643, 8515, 7698, 6904, 11528, 7544, 6937, 8663, 6706, 9144, 7695, 6798, 10943, 6731, 9653, 7067, 6646, 10175, 6622, 7853, 8663, 6682, 7719, 6800, 6591, 10804, 6948, 8420, 8080, 6458, 10757, 6682, 8139, 7917, 6698, 11659, 7096, 8747, 7343, 6712, 9850, 7416, 6754, 10054, 6809, 6781, 7357, 6631, 9470, 8045, 6639, 11067, 7638, 6648, 9338, 6427, 6824, 9826, 6765, 7364, 10457, 6918, 6906, 9007, 6620, 6886, 9292, 6710, 10633, 8627, 6990, 10462, 6713, 6776, 8794, 6709, 6939, 8964, 6563, 6733, 7600, 6782, 7103, 8098, 6837, 9804, 8201, 6641, 11064, 6616, 13124, 8573, 12391, 9302, 6521, 9080, 6660, 7428, 7265, 6506, 9381, 6865, 6530, 7922, 6810, 6924, 10688, 6766, 9634, 8409, 6858, 11104, 7064, 7388, 8874, 6960, 12411, 8761, 6574, 9761, 6808, 6650, 9031, 6771, 10210, 7916, 6656, 10117, 6792, 7519, 8267, 7243, 11531, 7573, 6679, 8849, 7009, 9361, 7869, 6655, 10366, 6833, 6732, 7898, 6962, 7629, 7028, 6766, 8371, 8238, 6854, 7466, 7115, 6897, 7537, 10944, 6809, 6614, 12052, 12070, 11152, 12236, 8133, 6643, 9638, 6724, 6976, 9323, 6742, 6791, 8653, 6942, 6693, 9042, 6760, 6671, 10435, 7030, 6673, 9609, 6864, 8198, 8656, 6821, 11498, 9064, 7612, 12421, 6777, 6719, 9325, 7014, 6671, 10548, 7249, 6466, 9711, 6923, 6471, 8995, 6663, 11726, 9315, 7225, 11138, 6822, 6584, 9717, 6804, 6576, 9473, 6833, 9073, 9707, 6593, 7005, 7218, 6835, 8533, 7599, 7158, 10013, 8297, 6809, 8364, 6895, 6710, 10290, 7192, 6689, 10871, 6702, 6631, 8840, 6859, 7322, 9977, 6856, 12397, 9104, 7057, 10347, 6924, 7484, 8013, 7460, 11615, 7803, 6583, 9738, 6971, 6478, 8176, 6876, 9420, 8585, 6797, 9929, 7801, 6618, 10356, 6834, 12174, 9934, 6646, 10098, 6599, 8685, 7464, 6994, 10266, 7645, 6910, 9849, 6865, 6821, 9383, 6820, 9506, 8025, 6657, 9981, 6717, 9463, 7755, 7006, 8427, 7267, 11443, 7405, 6518, 9197, 6729, 6721, 7720, 6647, 9005, 8224, 6685, 8642, 6911, 6557, 10440, 7317, 6498, 10768, 6828, 9009, 7774, 6569, 10781, 7212, 6714, 9029, 6779, 10061, 8106, 6899, 9712, 6733, 6645, 9087, 6936, 6794, 10290, 6871, 8534, 8040, 6802, 11175, 7648, 7266, 9869, 6741, 10929, 7005, 6660, 10122, 6967, 6474, 8792, 6814, 9369, 8017, 6615, 9282, 7135, 6748, 9311, 6695, 6768, 9879, 6914, 7078, 9566, 6735, 8972, 8980, 6730, 11170, 9254, 6680, 10415, 7365, 8789, 9547, 8904, 11100, 6995, 6636, 10061, 7117, 6682, 10740, 7101, 8470, 8738, 6797, 10003, 7885, 6609, 11856, 7949, 6456, 9556, 6816, 6623, 10211, 7176, 6523, 9662, 6744, 6730, 9097, 6575, 9824, 8827, 6568, 8741, 7215, 6549, 9386, 7919, 6625, 9351, 7677, 6642, 10214, 7445, 6639, 9606, 6613, 11627, 8150, 6600, 10203, 7067, 6450, 9899, 6738, 9265, 9911], 'WindowCenter': [4105.0, 4076.0, 4092.0, 4056.0, 4075.0, 4062.0, 4030.0, 4070.0, 4047.0, 4027.0, 4091.0, 4046.0, 4014.0, 4043.0, 4014.0, 4047.0, 4035.0, 4013.0, 4054.0, 4012.0, 4012.0, 4033.0, 4025.0, 4054.0, 4035.0, 4023.0, 4023.0, 4011.0, 4045.0, 4016.0, 4015.0, 4056.0, 4014.0, 4023.0, 4024.0, 4026.0, 4068.0, 4048.0, 4028.0, 4059.0, 4027.0, 4026.0, 4035.0, 4025.0, 4070.0, 4035.0, 4076.0, 4045.0, 4010.0, 4030.0, 4000.0, 4011.0, 4044.0, 4013.0, 4054.0, 4022.0, 4012.0, 4032.0, 4013.0, 4025.0, 4044.0, 4013.0, 4052.0, 4011.0, 4000.0, 4032.0, 4013.0, 4043.0, 4033.0, 4010.0, 4030.0, 4010.0, 4011.0, 4058.0, 4014.0, 4045.0, 4046.0, 4026.0, 4038.0, 4025.0, 4025.0, 4044.0, 4036.0, 4027.0, 4077.0, 4025.0, 4023.0, 4034.0, 4013.0, 4045.0, 4024.0, 4014.0, 4057.0, 4013.0, 4021.0, 3999.0, 4012.0, 4034.0, 4023.0, 4012.0, 4045.0, 4014.0, 4023.0, 4023.0, 4025.0, 4057.0, 4035.0, 4025.0, 4056.0, 4012.0, 4013.0, 4023.0, 4026.0, 4057.0, 4037.0, 4026.0, 4045.0, 4013.0, 4012.0, 4033.0, 4015.0, 4056.0, 4034.0, 4013.0, 4043.0, 4001.0, 4012.0, 4033.0, 4014.0, 4026.0, 4055.0, 4015.0, 4035.0, 4023.0, 4012.0, 4044.0, 4024.0, 4014.0, 4055.0, 4013.0, 4043.0, 4022.0, 4023.0, 4055.0, 4035.0, 4013.0, 4044.0, 4012.0, 4012.0, 4022.0, 4026.0, 4039.0, 4047.0, 4036.0, 4056.0, 4045.0, 4027.0, 4060.0, 4038.0, 4038.0, 4047.0, 4027.0, 4024.0, 4023.0, 4013.0, 4055.0, 4035.0, 4025.0, 4066.0, 4012.0, 4011.0, 4031.0, 4013.0, 4026.0, 4044.0, 4024.0, 4023.0, 4033.0, 4012.0, 4023.0, 4056.0, 4025.0, 4046.0, 4046.0, 4013.0, 4022.0, 4012.0, 4013.0, 4045.0, 4034.0, 4014.0, 4043.0, 4011.0, 4012.0, 4044.0, 4028.0, 4046.0, 4035.0, 4024.0, 4043.0, 4013.0, 4011.0, 4046.0, 4024.0, 4054.0, 4034.0, 4012.0, 4032.0, 4011.0, 4013.0, 4045.0, 4015.0, 4045.0, 4024.0, 4013.0, 4022.0, 4013.0, 4037.0, 4047.0, 4051.0, 4042.0, 4059.0, 4047.0, 4028.0, 4058.0, 4038.0, 4038.0, 4078.0, 4048.0, 4035.0, 4045.0, 4015.0, 4044.0, 4035.0, 4015.0, 4064.0, 4022.0, 4011.0, 4021.0, 4011.0, 4012.0, 4046.0, 4015.0, 4024.0, 4056.0, 4014.0, 4024.0, 4045.0, 4014.0, 4027.0, 4047.0, 4027.0, 4036.0, 4024.0, 4015.0, 4024.0, 4023.0, 4013.0, 4057.0, 4036.0, 4026.0, 4045.0, 4014.0, 4013.0, 4033.0, 4027.0, 4059.0, 4037.0, 4026.0, 4045.0, 4013.0, 4024.0, 4057.0, 4040.0, 4038.0, 4048.0, 4028.0, 4037.0, 4037.0, 4041.0, 4052.0, 4063.0, 4043.0, 4051.0, 4039.0, 4040.0, 4062.0, 4052.0, 4041.0, 4084.0, 4050.0, 4025.0, 4048.0, 4016.0, 4036.0, 4038.0, 4027.0, 4059.0, 4034.0, 4014.0, 4023.0, 4025.0, 4029.0, 4057.0, 4038.0, 4015.0, 4034.0, 4013.0, 4023.0, 4057.0, 4027.0, 4037.0, 4057.0, 4015.0, 4012.0, 4033.0, 4026.0, 4038.0, 4047.0, 4015.0, 4034.0, 4024.0, 4013.0, 4035.0, 4038.0, 4026.0, 4069.0, 4024.0, 4028.0, 4039.0, 4024.0, 4026.0, 4036.0, 4057.0, 4015.0, 4013.0, 4032.0, 4015.0, 4024.0, 4057.0, 4026.0, 4026.0, 4044.0, 4013.0, 4012.0, 4031.0, 4001.0, 4033.0, 4033.0, 4002.0, 4010.0, 4021.0, 4002.0, 4014.0, 4011.0, 4002.0, 4012.0, 4055.0, 4035.0, 4045.0, 4045.0, 4013.0, 4013.0, 4022.0, 4014.0, 4035.0, 4045.0, 4013.0, 4023.0, 4011.0, 4011.0, 4022.0, 4024.0, 4026.0, 4046.0, 4035.0, 4014.0, 4014.0, 4023.0, 4025.0, 4040.0, 4047.0, 4027.0, 4026.0, 4046.0, 4015.0, 4015.0, 4047.0, 4028.0, 4058.0, 4035.0, 4013.0, 4024.0, 4013.0, 4024.0, 4047.0, 4036.0, 4014.0, 4046.0, 4013.0, 4013.0, 4043.0, 4002.0, 4023.0, 4033.0, 4014.0, 4044.0, 4034.0, 4012.0, 4011.0, 4010.0, 4013.0, 4034.0, 4023.0, 4014.0, 4038.0, 4040.0, 4028.0, 4047.0, 4035.0, 4029.0, 4068.0, 4046.0, 4014.0, 4023.0, 4013.0, 4015.0, 4046.0, 4036.0, 4014.0, 4047.0, 4024.0, 4003.0, 4002.0, 4032.0, 4014.0, 4039.0, 4068.0, 4035.0, 4014.0, 4023.0, 4012.0, 4011.0, 4022.0, 4012.0, 4013.0, 4056.0, 4025.0, 4013.0, 4043.0, 4001.0, 4010.0, 4030.0, 4000.0, 3999.0, 4043.0, 4001.0, 4034.0, 4021.0, 4001.0, 4009.0, 3998.0, 3999.0, 4044.0, 4001.0, 3999.0, 4030.0, 3998.0, 3997.0, 4020.0, 4000.0, 4024.0, 4036.0, 4011.0, 4032.0, 4010.0, 4012.0, 4009.0, 4000.0, 4010.0, 4054.0, 4024.0, 4025.0, 4023.0, 4002.0, 4024.0, 4023.0, 4013.0, 4034.0, 4033.0, 4026.0, 4046.0, 4035.0, 4015.0, 4037.0, 4036.0, 4014.0, 4025.0, 4047.0, 4027.0, 4041.0, 4072.0, 4051.0, 4018.0, 4037.0, 4025.0, 4016.0, 4058.0, 4037.0, 4038.0, 4068.0, 4033.0, 4015.0, 4026.0, 4024.0, 4013.0, 4014.0, 4056.0, 4025.0, 4015.0, 4025.0, 4014.0, 4016.0, 4036.0, 4036.0, 4015.0, 4067.0, 4037.0, 4013.0, 4032.0, 4003.0, 4044.0, 4035.0, 4024.0, 4065.0, 4022.0, 4001.0, 4031.0, 3999.0, 3989.0, 4021.0, 4013.0, 4032.0, 4011.0, 4001.0, 4011.0, 4013.0, 4025.0, 4047.0, 4049.0, 4068.0, 4057.0, 4025.0, 4045.0, 4014.0, 4021.0, 4023.0, 4001.0, 4043.0, 4000.0, 4009.0, 3999.0, 4011.0, 4030.0, 3999.0, 4001.0, 4032.0, 4002.0, 4021.0, 4001.0, 4013.0, 4043.0, 4013.0, 4014.0, 4034.0, 4003.0, 4043.0, 4012.0, 4012.0, 4011.0, 4013.0, 4041.0, 4023.0, 4001.0, 4019.0, 4001.0, 4010.0, 4001.0, 4024.0, 4044.0, 4038.0, 4014.0, 4058.0, 4015.0, 4036.0, 4028.0, 4026.0, 4045.0, 4027.0, 4014.0, 4022.0, 4002.0, 4012.0, 4012.0, 4016.0, 4057.0, 4038.0, 4014.0, 4033.0, 4003.0, 4023.0, 4024.0, 4027.0, 4056.0, 4026.0, 4014.0, 4033.0, 4014.0, 4024.0, 4014.0, 4027.0, 4060.0, 4038.0, 4028.0, 4046.0, 4016.0, 4025.0, 4015.0, 4025.0, 4059.0, 4029.0, 4048.0, 4038.0, 4024.0, 4045.0, 4015.0, 4057.0, 4038.0, 4036.0, 4046.0, 4013.0, 4023.0, 4001.0, 4014.0, 4045.0, 4025.0, 4025.0, 4033.0, 4014.0, 4024.0, 4045.0, 4028.0, 4038.0, 4058.0, 4027.0, 4038.0, 4036.0, 4014.0, 4046.0, 4038.0, 4027.0, 4069.0, 4035.0, 4014.0, 4045.0, 4024.0, 4013.0, 4059.0, 4036.0, 4027.0, 4046.0, 4014.0, 4015.0, 4024.0, 4023.0, 4015.0, 4046.0, 4048.0, 4014.0, 4045.0, 4013.0, 4013.0, 4047.0, 4025.0, 4014.0, 4043.0, 4002.0, 4013.0, 4023.0, 4012.0, 4034.0, 4015.0, 4003.0, 4035.0, 4023.0, 4001.0, 4035.0, 4037.0, 4016.0, 4047.0, 4028.0, 4028.0, 4024.0, 4058.0, 4039.0, 4039.0, 4062.0, 4050.0, 4019.0, 4027.0, 4047.0, 4015.0, 4026.0, 4058.0, 4038.0, 4030.0, 4074.0, 4050.0, 4016.0, 4036.0, 4032.0, 4018.0, 4048.0, 4048.0, 4025.0, 4015.0, 4035.0, 4017.0, 4028.0, 4058.0, 4028.0, 4028.0, 4058.0, 4015.0, 4026.0, 4046.0, 4017.0, 4028.0, 4072.0, 4040.0, 4018.0, 4028.0, 4026.0, 4015.0, 4026.0, 4037.0, 4016.0, 4068.0, 4037.0, 4014.0, 4046.0, 4005.0, 4023.0, 4023.0, 4014.0, 4055.0, 4035.0, 4003.0, 4012.0, 4001.0, 4013.0, 4025.0, 4047.0, 4040.0, 4028.0, 4059.0, 4025.0, 4015.0, 4045.0, 4037.0, 4028.0, 4069.0, 4047.0, 4015.0, 4046.0, 4014.0, 4012.0, 4055.0, 4059.0, 4035.0, 4054.0, 4001.0, 4001.0, 4011.0, 4014.0, 4003.0, 4024.0, 4045.0, 4026.0, 4025.0, 4034.0, 4015.0, 4015.0, 4044.0, 4034.0, 4035.0, 4045.0, 4024.0, 4014.0, 4003.0, 4024.0, 4003.0, 4013.0, 4043.0, 4025.0, 4027.0, 4047.0, 4014.0, 4013.0, 4024.0, 4023.0, 4016.0, 4023.0, 4021.0, 4012.0, 4002.0, 4033.0, 4013.0, 4013.0, 4045.0, 4012.0, 4016.0, 4026.0, 4046.0, 4014.0, 4026.0, 4023.0, 4012.0, 4013.0, 4036.0, 4025.0, 4017.0, 4048.0, 4068.0, 4026.0, 4027.0, 4036.0, 4024.0, 4016.0, 4016.0, 4055.0, 4011.0, 4000.0, 4040.0, 3998.0, 3997.0, 4029.0, 3997.0, 4008.0, 3995.0, 3983.0, 3973.0, 4012.0, 4004.0, 3984.0, 4029.0, 4017.0, 3987.0, 4000.0, 3996.0, 3989.0, 3987.0, 4009.0, 3999.0, 4020.0, 4020.0, 4002.0, 4021.0, 4021.0, 4001.0, 4000.0, 4011.0, 4001.0, 4012.0, 4032.0, 4005.0, 4029.0, 4070.0, 4037.0, 4017.0, 4026.0, 4047.0, 4015.0, 4013.0, 4058.0, 4039.0, 4005.0, 4046.0, 4014.0, 4004.0, 4024.0, 4012.0, 4003.0, 4047.0, 4025.0, 4015.0, 4044.0, 4013.0, 4002.0, 4022.0, 4012.0, 4013.0, 4043.0, 4016.0, 4040.0, 4048.0, 4018.0, 4036.0, 4024.0, 4003.0, 4035.0, 4024.0, 4002.0, 4058.0, 4025.0, 4013.0, 4065.0, 4014.0, 4012.0, 4033.0, 4014.0, 4014.0, 4047.0, 4028.0, 4058.0, 4046.0, 4014.0, 4032.0, 4003.0, 4024.0, 4023.0, 4027.0, 4056.0, 4015.0, 4036.0, 4012.0, 4003.0, 4033.0, 4012.0, 4013.0, 4058.0, 4017.0, 4049.0, 4035.0, 4004.0, 4024.0, 4025.0, 4028.0, 4055.0, 4038.0, 4013.0, 4044.0, 4014.0, 4022.0, 4025.0, 4026.0, 4065.0, 4024.0, 4000.0, 4021.0, 3999.0, 4026.0, 4046.0, 4014.0, 4023.0, 4034.0, 4013.0, 4022.0, 4025.0, 4027.0, 4055.0, 4045.0, 4011.0, 4041.0, 4000.0, 3990.0, 4046.0, 4013.0, 4042.0, 4021.0, 3999.0, 3988.0, 3998.0, 4013.0, 4035.0, 4022.0, 4002.0, 4031.0, 3999.0, 4000.0, 4044.0, 4014.0, 4013.0, 4043.0, 4001.0, 4000.0, 4020.0, 4002.0, 4013.0, 4046.0, 4003.0, 4024.0, 4010.0, 4000.0, 4012.0, 4026.0, 4027.0, 4056.0, 4035.0, 4000.0, 4031.0, 4001.0, 4020.0, 4026.0, 4015.0, 4044.0, 4013.0, 3989.0, 4019.0, 3999.0, 3999.0, 4033.0, 4002.0, 4036.0, 4023.0, 4002.0, 4031.0, 4002.0, 4014.0, 4055.0, 4013.0, 4034.0, 4021.0, 3987.0, 4019.0, 3999.0, 4012.0, 4044.0, 4002.0, 4023.0, 4011.0, 3999.0, 4011.0, 4014.0, 4004.0, 4035.0, 4023.0, 4003.0, 4010.0, 4012.0, 4004.0, 4044.0, 4024.0, 4026.0, 3999.0, 3999.0, 3988.0, 4042.0, 4021.0, 4012.0, 4066.0, 4044.0, 4045.0, 4042.0, 4000.0, 3998.0, 4009.0, 4000.0, 4027.0, 4059.0, 4038.0, 4004.0, 4003.0, 4025.0, 4016.0, 4015.0, 4035.0, 4035.0, 4016.0, 4047.0, 4047.0, 4029.0, 4056.0, 4044.0, 4011.0, 4055.0, 4019.0, 4010.0, 4030.0, 3986.0, 4000.0, 3990.0, 4009.0, 4012.0, 4027.0, 4034.0, 4023.0, 4002.0, 4012.0, 4011.0, 4002.0, 4043.0, 4024.0, 4013.0, 4045.0, 4014.0, 4002.0, 4020.0, 3999.0, 4010.0, 4024.0, 4002.0, 4033.0, 4012.0, 4018.0, 4026.0, 4012.0, 4014.0, 4045.0, 4025.0, 4015.0, 4056.0, 4015.0, 4003.0, 4044.0, 4015.0, 4004.0, 4045.0, 4014.0, 4045.0, 4023.0, 4002.0, 4011.0, 4026.0, 4014.0, 4052.0, 4049.0, 4016.0, 4028.0, 4027.0, 4061.0, 4041.0, 4031.0, 4071.0, 4025.0, 4014.0, 4045.0, 4025.0, 4026.0, 4056.0, 4035.0, 4015.0, 4045.0, 4024.0, 4014.0, 4057.0, 4044.0, 4003.0, 4013.0, 4035.0, 4039.0, 4037.0, 4067.0, 4038.0, 4015.0, 4024.0, 4002.0, 4001.0, 4012.0, 4025.0, 4017.0, 4036.0, 4037.0, 4014.0, 4015.0, 4034.0, 4015.0, 4036.0, 4037.0, 4027.0, 4057.0, 4023.0, 4003.0, 4031.0, 4011.0, 4015.0, 4046.0, 4026.0, 4015.0, 4012.0, 4014.0, 4014.0, 4036.0, 4039.0, 4015.0, 4046.0, 4024.0, 4004.0, 4035.0, 4012.0, 4027.0, 4069.0, 4036.0, 4014.0, 4034.0, 4000.0, 4000.0, 4023.0, 4027.0, 4016.0, 4045.0, 4034.0, 4013.0, 4034.0, 4012.0, 4003.0, 4045.0, 4015.0, 4046.0, 4024.0, 4002.0, 4033.0, 4011.0, 4002.0, 4026.0, 4016.0, 4055.0, 4109.0, 4084.0, 4035.0, 3996.0, 4007.0, 3999.0, 4013.0, 4046.0, 4036.0, 4013.0, 4002.0, 4022.0, 4001.0, 4003.0, 4036.0, 4035.0, 4014.0, 4058.0, 4012.0, 4002.0, 4000.0, 4013.0, 4029.0, 4026.0, 4036.0, 4016.0, 4025.0, 4036.0, 4033.0, 4031.0, 4074.0, 4042.0, 4029.0, 4059.0, 4018.0, 4028.0, 4049.0, 4032.0, 4074.0, 4061.0, 4049.0, 4057.0, 4048.0, 4014.0, 4046.0, 4028.0, 4049.0, 4055.0, 4022.0, 4013.0, 4001.0, 4000.0, 4025.0, 4024.0, 4001.0, 4035.0, 4023.0, 4004.0, 4014.0, 4025.0, 4016.0, 4045.0, 4033.0, 4026.0, 4038.0, 4047.0, 4016.0, 4014.0, 4036.0, 4027.0, 4015.0, 4017.0, 4034.0, 4015.0, 4005.0, 4057.0, 4037.0, 4015.0, 4014.0, 4033.0, 4013.0, 4001.0, 4043.0, 4022.0, 4026.0, 4054.0, 4045.0, 4010.0, 4020.0, 4025.0, 3999.0, 4031.0, 4022.0, 4002.0, 4011.0, 4000.0, 4011.0, 4001.0, 4033.0, 4014.0, 4037.0, 4034.0, 4014.0, 4003.0, 4035.0, 4012.0, 4027.0, 4045.0, 4025.0, 4004.0, 4046.0, 4013.0, 4015.0, 4036.0, 4036.0, 4039.0, 4026.0, 4024.0, 4015.0, 4016.0, 4033.0, 4047.0, 4050.0, 4091.0, 4062.0, 4039.0, 4047.0, 4024.0, 4026.0, 4018.0, 4045.0, 4034.0, 4022.0, 4055.0, 4065.0, 4034.0, 4052.0, 4031.0, 4009.0, 4039.0, 4006.0, 3993.0, 4015.0, 3992.0, 3984.0, 4004.0, 3983.0, 3983.0, 3973.0, 3982.0, 3983.0, 3986.0, 3996.0, 3987.0, 3996.0, 3997.0, 3998.0, 4019.0, 4011.0, 4011.0, 4021.0, 4017.0, 4003.0, 4001.0, 4022.0, 4013.0, 4016.0, 4014.0, 4046.0, 4014.0, 4014.0, 4046.0, 4016.0, 4069.0, 4037.0, 4015.0, 4057.0, 4014.0, 4034.0, 4012.0, 4002.0, 4033.0, 4002.0, 4029.0, 4024.0, 4014.0, 4023.0, 4037.0, 4026.0, 4039.0, 4062.0, 4041.0, 4061.0, 4054.0, 4040.0, 4060.0, 4017.0, 4049.0, 4050.0, 4037.0, 4079.0, 4036.0, 4014.0, 4045.0, 4028.0, 4014.0, 4045.0, 4026.0, 4014.0, 4035.0, 4014.0, 4035.0, 4026.0, 4031.0, 4057.0, 4027.0, 4027.0, 4034.0, 4014.0, 4034.0, 4027.0, 4015.0, 4055.0, 4016.0, 4034.0, 4012.0, 4001.0, 4043.0, 4027.0, 4036.0, 4036.0, 4015.0, 4025.0, 4013.0, 4015.0, 4055.0, 4028.0, 4037.0, 4034.0, 4004.0, 4044.0, 4002.0, 4024.0, 4037.0, 4015.0, 4059.0, 4014.0, 4023.0, 4012.0, 4002.0, 4045.0, 4014.0, 4003.0, 4033.0, 4001.0, 4002.0, 4013.0, 4014.0, 4034.0, 4024.0, 4014.0, 4057.0, 4042.0, 4000.0, 4018.0, 3989.0, 4000.0, 4031.0, 4013.0, 4024.0, 4045.0, 4015.0, 4014.0, 4022.0, 4002.0, 4002.0, 4031.0, 4014.0, 4045.0, 4022.0, 4002.0, 4030.0, 3998.0, 3999.0, 4019.0, 4013.0, 4012.0, 4033.0, 4001.0, 4013.0, 4011.0, 4014.0, 4025.0, 4039.0, 4016.0, 4046.0, 4025.0, 4003.0, 4043.0, 4016.0, 4067.0, 4023.0, 4054.0, 4021.0, 3988.0, 4019.0, 3998.0, 4012.0, 4012.0, 4000.0, 4033.0, 4000.0, 4001.0, 4022.0, 4002.0, 4016.0, 4069.0, 4017.0, 4047.0, 4024.0, 4001.0, 4041.0, 4001.0, 4011.0, 4033.0, 4012.0, 4053.0, 4021.0, 3989.0, 4030.0, 3998.0, 4001.0, 4034.0, 4002.0, 4033.0, 4011.0, 3999.0, 4029.0, 3999.0, 3999.0, 4021.0, 4013.0, 4044.0, 4013.0, 3999.0, 4019.0, 4001.0, 4031.0, 4022.0, 4003.0, 4043.0, 4002.0, 4001.0, 4011.0, 4012.0, 4011.0, 4013.0, 4017.0, 4037.0, 4036.0, 4015.0, 4026.0, 4030.0, 4030.0, 4039.0, 4058.0, 4016.0, 4015.0, 4058.0, 4070.0, 4059.0, 4057.0, 4038.0, 4015.0, 4031.0, 3989.0, 3999.0, 4032.0, 3998.0, 4001.0, 4021.0, 4012.0, 4001.0, 4033.0, 4015.0, 4028.0, 4057.0, 4016.0, 4015.0, 4035.0, 4003.0, 4024.0, 4024.0, 4003.0, 4059.0, 4037.0, 4024.0, 4055.0, 4001.0, 4001.0, 4032.0, 4013.0, 4016.0, 4046.0, 4027.0, 4004.0, 4035.0, 4013.0, 4003.0, 4034.0, 4016.0, 4056.0, 4035.0, 4015.0, 4044.0, 4002.0, 4002.0, 4031.0, 4001.0, 4001.0, 4046.0, 4002.0, 4034.0, 4034.0, 4014.0, 4014.0, 4012.0, 4016.0, 4023.0, 4024.0, 4015.0, 4034.0, 4023.0, 4003.0, 4020.0, 4002.0, 4003.0, 4045.0, 4027.0, 4017.0, 4057.0, 4016.0, 4003.0, 4031.0, 4014.0, 4025.0, 4045.0, 4015.0, 4067.0, 4033.0, 4001.0, 4031.0, 4000.0, 4014.0, 4025.0, 4023.0, 4053.0, 4022.0, 4002.0, 4031.0, 4013.0, 4003.0, 4035.0, 4015.0, 4047.0, 4037.0, 4014.0, 4043.0, 4022.0, 4014.0, 4058.0, 4014.0, 4056.0, 4032.0, 4001.0, 4030.0, 4015.0, 4035.0, 4014.0, 4015.0, 4033.0, 4014.0, 4014.0, 4034.0, 4002.0, 4002.0, 4031.0, 4013.0, 4047.0, 4027.0, 4003.0, 4034.0, 4002.0, 4031.0, 4011.0, 4003.0, 4035.0, 4024.0, 4042.0, 4010.0, 3989.0, 4021.0, 4000.0, 4001.0, 4011.0, 4016.0, 4037.0, 4024.0, 4002.0, 4022.0, 4013.0, 4003.0, 4045.0, 4027.0, 4016.0, 4046.0, 4003.0, 4034.0, 4012.0, 4002.0, 4043.0, 4012.0, 4001.0, 4020.0, 4000.0, 4045.0, 4025.0, 4000.0, 4033.0, 4001.0, 4001.0, 4021.0, 4013.0, 4016.0, 4047.0, 4016.0, 4036.0, 4022.0, 4004.0, 4045.0, 4014.0, 4014.0, 4045.0, 4002.0, 4044.0, 4001.0, 4000.0, 4031.0, 4000.0, 4001.0, 4034.0, 4030.0, 4077.0, 4052.0, 4015.0, 4036.0, 4014.0, 4016.0, 4062.0, 4029.0, 4029.0, 4059.0, 4026.0, 4027.0, 4048.0, 4029.0, 4062.0, 4052.0, 4018.0, 4057.0, 4034.0, 4004.0, 4045.0, 4025.0, 4036.0, 4046.0, 4035.0, 4044.0, 4012.0, 4001.0, 4032.0, 4012.0, 4013.0, 4044.0, 4014.0, 4023.0, 4023.0, 4001.0, 4031.0, 4012.0, 4004.0, 4044.0, 4011.0, 3988.0, 4020.0, 4001.0, 4002.0, 4045.0, 4013.0, 4002.0, 4031.0, 4017.0, 4016.0, 4031.0, 4013.0, 4044.0, 4033.0, 4001.0, 4021.0, 3999.0, 4001.0, 4033.0, 4022.0, 4002.0, 4033.0, 4013.0, 4002.0, 4044.0, 4013.0, 4003.0, 4034.0, 4015.0, 4056.0, 4023.0, 4002.0, 4030.0, 4013.0, 4001.0, 4034.0, 4017.0, 4048.0, 4046.0], 'WindowWidth': [9167.0, 9110.0, 9120.0, 9063.0, 9079.0, 9058.0, 9013.0, 9063.0, 9028.0, 9001.0, 9094.0, 9025.0, 8978.0, 9015.0, 8981.0, 9028.0, 9010.0, 8976.0, 9032.0, 8974.0, 8973.0, 9003.0, 8996.0, 9032.0, 9008.0, 8988.0, 8987.0, 8970.0, 9020.0, 8985.0, 8981.0, 9038.0, 8979.0, 8990.0, 8992.0, 8998.0, 9059.0, 9033.0, 9005.0, 9045.0, 9001.0, 8998.0, 9009.0, 8995.0, 9064.0, 9009.0, 9067.0, 9018.0, 8966.0, 8993.0, 8954.0, 8971.0, 9020.0, 8977.0, 9031.0, 8987.0, 8972.0, 8998.0, 8978.0, 8995.0, 9020.0, 8976.0, 9026.0, 8968.0, 8953.0, 8998.0, 8979.0, 9017.0, 9002.0, 8969.0, 8993.0, 8967.0, 8969.0, 9044.0, 8981.0, 9020.0, 9025.0, 8997.0, 9021.0, 8997.0, 8995.0, 9020.0, 9012.0, 9002.0, 9068.0, 8994.0, 8989.0, 9004.0, 8976.0, 9019.0, 8993.0, 8979.0, 9040.0, 8974.0, 8981.0, 8951.0, 8969.0, 9006.0, 8992.0, 8975.0, 9021.0, 8979.0, 8988.0, 8988.0, 8993.0, 9042.0, 9009.0, 8995.0, 9037.0, 8974.0, 8974.0, 8987.0, 8996.0, 9041.0, 9012.0, 8996.0, 9021.0, 8975.0, 8971.0, 9000.0, 8984.0, 9038.0, 9006.0, 8976.0, 9014.0, 8956.0, 8972.0, 9000.0, 8979.0, 8999.0, 9036.0, 8983.0, 9007.0, 8988.0, 8972.0, 9017.0, 8994.0, 8978.0, 9033.0, 8974.0, 9015.0, 8984.0, 8990.0, 9034.0, 9008.0, 8977.0, 9019.0, 8972.0, 8970.0, 8985.0, 8998.0, 9022.0, 9028.0, 9010.0, 9039.0, 9022.0, 9000.0, 9050.0, 9018.0, 9016.0, 9028.0, 8998.0, 8990.0, 8989.0, 8975.0, 9035.0, 9006.0, 8995.0, 9050.0, 8971.0, 8969.0, 8995.0, 8977.0, 8999.0, 9020.0, 8994.0, 8989.0, 9001.0, 8974.0, 8988.0, 9040.0, 8996.0, 9027.0, 9024.0, 8975.0, 8985.0, 8971.0, 8975.0, 9021.0, 9006.0, 8978.0, 9014.0, 8969.0, 8972.0, 9020.0, 9003.0, 9024.0, 9009.0, 8990.0, 9015.0, 8973.0, 8970.0, 9025.0, 8993.0, 9032.0, 9004.0, 8970.0, 8996.0, 8969.0, 8973.0, 9024.0, 8982.0, 9020.0, 8990.0, 8974.0, 8986.0, 8975.0, 9016.0, 9028.0, 9038.0, 9028.0, 9048.0, 9029.0, 9003.0, 9042.0, 9017.0, 9017.0, 9071.0, 9029.0, 9007.0, 9020.0, 8980.0, 9017.0, 9007.0, 8981.0, 9046.0, 8985.0, 8969.0, 8982.0, 8969.0, 8971.0, 9025.0, 8983.0, 8993.0, 9037.0, 8978.0, 8990.0, 9018.0, 8978.0, 9001.0, 9028.0, 9000.0, 9010.0, 8990.0, 8982.0, 8992.0, 8991.0, 8975.0, 9040.0, 9011.0, 8996.0, 9020.0, 8977.0, 8973.0, 9002.0, 9002.0, 9049.0, 9015.0, 8997.0, 9019.0, 8976.0, 8989.0, 9043.0, 9024.0, 9015.0, 9030.0, 9002.0, 9012.0, 9014.0, 9026.0, 9047.0, 9057.0, 9032.0, 9039.0, 9021.0, 9023.0, 9054.0, 9045.0, 9027.0, 9088.0, 9033.0, 8993.0, 9029.0, 8983.0, 9010.0, 9016.0, 8998.0, 9046.0, 9006.0, 8978.0, 8989.0, 8995.0, 9008.0, 9041.0, 9015.0, 8980.0, 9004.0, 8975.0, 8987.0, 9041.0, 8999.0, 9011.0, 9038.0, 8980.0, 8971.0, 9001.0, 9000.0, 9017.0, 9025.0, 8981.0, 9004.0, 8988.0, 8974.0, 9006.0, 9017.0, 8998.0, 9060.0, 8989.0, 9003.0, 9020.0, 8992.0, 8999.0, 9012.0, 9038.0, 8980.0, 8973.0, 8999.0, 8979.0, 8990.0, 9041.0, 8996.0, 8994.0, 9017.0, 8974.0, 8970.0, 8994.0, 8956.0, 9001.0, 9001.0, 8958.0, 8966.0, 8980.0, 8956.0, 8979.0, 8966.0, 8956.0, 8968.0, 9035.0, 9008.0, 9019.0, 9018.0, 8974.0, 8973.0, 8984.0, 8976.0, 9007.0, 9018.0, 8975.0, 8987.0, 8968.0, 8969.0, 8982.0, 8989.0, 8995.0, 9021.0, 9005.0, 8977.0, 8977.0, 8987.0, 8993.0, 9020.0, 9026.0, 8999.0, 8995.0, 9021.0, 8980.0, 8979.0, 9025.0, 9002.0, 9041.0, 9006.0, 8972.0, 8989.0, 8972.0, 8990.0, 9025.0, 9011.0, 8978.0, 9022.0, 8974.0, 8972.0, 9013.0, 8958.0, 8986.0, 9002.0, 8979.0, 9017.0, 9001.0, 8969.0, 8966.0, 8964.0, 8974.0, 9007.0, 8989.0, 8978.0, 9017.0, 9023.0, 9004.0, 9027.0, 9006.0, 9005.0, 9055.0, 9021.0, 8975.0, 8988.0, 8973.0, 8978.0, 9023.0, 9009.0, 8976.0, 9024.0, 8989.0, 8959.0, 8958.0, 8997.0, 8977.0, 9020.0, 9057.0, 9006.0, 8976.0, 8986.0, 8970.0, 8968.0, 8983.0, 8970.0, 8974.0, 9038.0, 8993.0, 8973.0, 9011.0, 8954.0, 8964.0, 8991.0, 8950.0, 8948.0, 9012.0, 8953.0, 9002.0, 8980.0, 8952.0, 8960.0, 8945.0, 8948.0, 9016.0, 8955.0, 8949.0, 8989.0, 8946.0, 8943.0, 8978.0, 8952.0, 8989.0, 9010.0, 8967.0, 8999.0, 8966.0, 8968.0, 8963.0, 8952.0, 8966.0, 9033.0, 8992.0, 8991.0, 8985.0, 8958.0, 8992.0, 8990.0, 8974.0, 9001.0, 9000.0, 8997.0, 9022.0, 9005.0, 8981.0, 9013.0, 9009.0, 8978.0, 8994.0, 9026.0, 9000.0, 9026.0, 9069.0, 9036.0, 8988.0, 9011.0, 8993.0, 8980.0, 9043.0, 9013.0, 9015.0, 9056.0, 8999.0, 8979.0, 8996.0, 8990.0, 8972.0, 8978.0, 9037.0, 8994.0, 8978.0, 8993.0, 8978.0, 8982.0, 9007.0, 9010.0, 8981.0, 9052.0, 9010.0, 8973.0, 8997.0, 8958.0, 9016.0, 9007.0, 8991.0, 9047.0, 8984.0, 8951.0, 8992.0, 8947.0, 8935.0, 8980.0, 8974.0, 8996.0, 8967.0, 8953.0, 8968.0, 8974.0, 8994.0, 9026.0, 9034.0, 9056.0, 9036.0, 8993.0, 9019.0, 8976.0, 8982.0, 8985.0, 8954.0, 9014.0, 8951.0, 8963.0, 8949.0, 8966.0, 8988.0, 8950.0, 8953.0, 8995.0, 8957.0, 8979.0, 8955.0, 8973.0, 9012.0, 8975.0, 8977.0, 9003.0, 8959.0, 9014.0, 8969.0, 8968.0, 8967.0, 8972.0, 9009.0, 8986.0, 8953.0, 8976.0, 8953.0, 8963.0, 8954.0, 8991.0, 9017.0, 9014.0, 8977.0, 9041.0, 8978.0, 9010.0, 9003.0, 8994.0, 9018.0, 9000.0, 8977.0, 8982.0, 8957.0, 8968.0, 8972.0, 8982.0, 9039.0, 9016.0, 8976.0, 8998.0, 8960.0, 8985.0, 8991.0, 9002.0, 9035.0, 8998.0, 8976.0, 8999.0, 8976.0, 8988.0, 8976.0, 8999.0, 9050.0, 9016.0, 9000.0, 9023.0, 8981.0, 8993.0, 8979.0, 8993.0, 9046.0, 9009.0, 9029.0, 9014.0, 8990.0, 9020.0, 8978.0, 9041.0, 9019.0, 9008.0, 9021.0, 8972.0, 8986.0, 8954.0, 8978.0, 9019.0, 8993.0, 8992.0, 9000.0, 8976.0, 8990.0, 9022.0, 9003.0, 9018.0, 9045.0, 9001.0, 9013.0, 9008.0, 8978.0, 9023.0, 9017.0, 8998.0, 9058.0, 9005.0, 8975.0, 9018.0, 8988.0, 8974.0, 9046.0, 9013.0, 8998.0, 9024.0, 8976.0, 8978.0, 8988.0, 8989.0, 8981.0, 9022.0, 9028.0, 8976.0, 9017.0, 8972.0, 8974.0, 9023.0, 8993.0, 8977.0, 9013.0, 8958.0, 8972.0, 8985.0, 8972.0, 9004.0, 8978.0, 8962.0, 9004.0, 8987.0, 8956.0, 9006.0, 9013.0, 8981.0, 9025.0, 9006.0, 9003.0, 8996.0, 9044.0, 9022.0, 9021.0, 9057.0, 9037.0, 8994.0, 8999.0, 9024.0, 8981.0, 8995.0, 9042.0, 9018.0, 9009.0, 9072.0, 9037.0, 8984.0, 9008.0, 8999.0, 8988.0, 9028.0, 9028.0, 8994.0, 8980.0, 9008.0, 8985.0, 9000.0, 9042.0, 9003.0, 9000.0, 9044.0, 8981.0, 8995.0, 9022.0, 8986.0, 9002.0, 9067.0, 9020.0, 8988.0, 9000.0, 8996.0, 8980.0, 8994.0, 9011.0, 8985.0, 9057.0, 9011.0, 8976.0, 9021.0, 8964.0, 8986.0, 8985.0, 8976.0, 9034.0, 9005.0, 8959.0, 8970.0, 8954.0, 8975.0, 8996.0, 9026.0, 9023.0, 9002.0, 9042.0, 8993.0, 8981.0, 9021.0, 9012.0, 9001.0, 9061.0, 9025.0, 8978.0, 9020.0, 8974.0, 8970.0, 9034.0, 9043.0, 9005.0, 9030.0, 8954.0, 8953.0, 8966.0, 8975.0, 8960.0, 8989.0, 9020.0, 8996.0, 8994.0, 9001.0, 8979.0, 8980.0, 9018.0, 9003.0, 9003.0, 9020.0, 8988.0, 8975.0, 8960.0, 8987.0, 8959.0, 8972.0, 9014.0, 8993.0, 8998.0, 9024.0, 8977.0, 8974.0, 8991.0, 8989.0, 8981.0, 8987.0, 8980.0, 8970.0, 8955.0, 8999.0, 8972.0, 8975.0, 9019.0, 8969.0, 8984.0, 8998.0, 9023.0, 8979.0, 8996.0, 8989.0, 8973.0, 8973.0, 9009.0, 8994.0, 8989.0, 9029.0, 9055.0, 8996.0, 8996.0, 9007.0, 8988.0, 8980.0, 8981.0, 9034.0, 8969.0, 8947.0, 9003.0, 8944.0, 8941.0, 8987.0, 8941.0, 8957.0, 8936.0, 8916.0, 8901.0, 8954.0, 8945.0, 8920.0, 8985.0, 8969.0, 8929.0, 8952.0, 8939.0, 8933.0, 8928.0, 8959.0, 8946.0, 8977.0, 8978.0, 8956.0, 8980.0, 8979.0, 8951.0, 8949.0, 8963.0, 8953.0, 8969.0, 8996.0, 8966.0, 9005.0, 9061.0, 9012.0, 8987.0, 8997.0, 9025.0, 8979.0, 8975.0, 9044.0, 9018.0, 8967.0, 9022.0, 8975.0, 8961.0, 8987.0, 8969.0, 8958.0, 9024.0, 8994.0, 8978.0, 9018.0, 8972.0, 8957.0, 8985.0, 8972.0, 8973.0, 9015.0, 8985.0, 9021.0, 9029.0, 8988.0, 9008.0, 8988.0, 8960.0, 9004.0, 8988.0, 8958.0, 9042.0, 8996.0, 8975.0, 9048.0, 8975.0, 8973.0, 9001.0, 8976.0, 8978.0, 9025.0, 9005.0, 9041.0, 9025.0, 8976.0, 8999.0, 8961.0, 8989.0, 8989.0, 8999.0, 9036.0, 8979.0, 9007.0, 8972.0, 8959.0, 8999.0, 8972.0, 8976.0, 9046.0, 8986.0, 9030.0, 9007.0, 8964.0, 8989.0, 8994.0, 9004.0, 9036.0, 9015.0, 8975.0, 9017.0, 8975.0, 8985.0, 8996.0, 8996.0, 9047.0, 8989.0, 8951.0, 8978.0, 8950.0, 8997.0, 9026.0, 8978.0, 8990.0, 9003.0, 8974.0, 8984.0, 8993.0, 9001.0, 9036.0, 9021.0, 8969.0, 9008.0, 8951.0, 8936.0, 9024.0, 8976.0, 9010.0, 8981.0, 8949.0, 8932.0, 8947.0, 8975.0, 9007.0, 8985.0, 8958.0, 8995.0, 8950.0, 8951.0, 9018.0, 8978.0, 8973.0, 9015.0, 8954.0, 8951.0, 8978.0, 8957.0, 8976.0, 9024.0, 8961.0, 8989.0, 8965.0, 8953.0, 8970.0, 8998.0, 9001.0, 9037.0, 9006.0, 8953.0, 8994.0, 8954.0, 8978.0, 8996.0, 8979.0, 9015.0, 8974.0, 8935.0, 8974.0, 8948.0, 8949.0, 9003.0, 8961.0, 9008.0, 8987.0, 8956.0, 8994.0, 8956.0, 8977.0, 9034.0, 8974.0, 9002.0, 8980.0, 8932.0, 8974.0, 8948.0, 8972.0, 9016.0, 8957.0, 8986.0, 8966.0, 8949.0, 8969.0, 8978.0, 8962.0, 9005.0, 8984.0, 8957.0, 8966.0, 8969.0, 8961.0, 9021.0, 8991.0, 8994.0, 8949.0, 8950.0, 8934.0, 9010.0, 8980.0, 8973.0, 9051.0, 9018.0, 9016.0, 9011.0, 8949.0, 8945.0, 8961.0, 8954.0, 9001.0, 9046.0, 9016.0, 8963.0, 8956.0, 8991.0, 8982.0, 8978.0, 9005.0, 9007.0, 8983.0, 9024.0, 9022.0, 9002.0, 9035.0, 9014.0, 8967.0, 9030.0, 8974.0, 8961.0, 8989.0, 8925.0, 8951.0, 8937.0, 8962.0, 8973.0, 8999.0, 9004.0, 8988.0, 8958.0, 8971.0, 8967.0, 8957.0, 9013.0, 8990.0, 8976.0, 9018.0, 8976.0, 8955.0, 8977.0, 8948.0, 8966.0, 8992.0, 8961.0, 9000.0, 8969.0, 8988.0, 8996.0, 8975.0, 8976.0, 9024.0, 8997.0, 8980.0, 9037.0, 8981.0, 8960.0, 9020.0, 8984.0, 8964.0, 9020.0, 8978.0, 9021.0, 8987.0, 8957.0, 8970.0, 8996.0, 8978.0, 9041.0, 9032.0, 8985.0, 9008.0, 9003.0, 9053.0, 9030.0, 9014.0, 9065.0, 8995.0, 8977.0, 9020.0, 8995.0, 8996.0, 9037.0, 9006.0, 8979.0, 9020.0, 8991.0, 8978.0, 9039.0, 9016.0, 8961.0, 8975.0, 9008.0, 9020.0, 9014.0, 9056.0, 9017.0, 8980.0, 8987.0, 8957.0, 8956.0, 8971.0, 8994.0, 8987.0, 9010.0, 9011.0, 8978.0, 8978.0, 9003.0, 8979.0, 9011.0, 9012.0, 8999.0, 9040.0, 8985.0, 8958.0, 8994.0, 8969.0, 8983.0, 9023.0, 8997.0, 8979.0, 8973.0, 8976.0, 8980.0, 9011.0, 9019.0, 8981.0, 9022.0, 8990.0, 8962.0, 9004.0, 8970.0, 9001.0, 9060.0, 9010.0, 8977.0, 8999.0, 8950.0, 8952.0, 8986.0, 9000.0, 8987.0, 9023.0, 9004.0, 8974.0, 9001.0, 8972.0, 8964.0, 9020.0, 8978.0, 9021.0, 8990.0, 8958.0, 8998.0, 8967.0, 8958.0, 8998.0, 8983.0, 9050.0, 9146.0, 9106.0, 9022.0, 8936.0, 8952.0, 8949.0, 8975.0, 9021.0, 9006.0, 8973.0, 8956.0, 8982.0, 8954.0, 8959.0, 9010.0, 9007.0, 8978.0, 9041.0, 8971.0, 8956.0, 8952.0, 8974.0, 9005.0, 8995.0, 9010.0, 8981.0, 8992.0, 9008.0, 9019.0, 9011.0, 9072.0, 9028.0, 9005.0, 9043.0, 8990.0, 9002.0, 9030.0, 9013.0, 9072.0, 9051.0, 9030.0, 9038.0, 9026.0, 8977.0, 9022.0, 9001.0, 9029.0, 9034.0, 8984.0, 8972.0, 8952.0, 8950.0, 8993.0, 8990.0, 8957.0, 9004.0, 8986.0, 8960.0, 8975.0, 8994.0, 8982.0, 9022.0, 9002.0, 8994.0, 9017.0, 9026.0, 8986.0, 8979.0, 9010.0, 8999.0, 8981.0, 8987.0, 9006.0, 8979.0, 8967.0, 9041.0, 9013.0, 8979.0, 8977.0, 8999.0, 8974.0, 8954.0, 9013.0, 8982.0, 8994.0, 9032.0, 9018.0, 8965.0, 8980.0, 8994.0, 8948.0, 8995.0, 8983.0, 8958.0, 8967.0, 8951.0, 8967.0, 8956.0, 9002.0, 8981.0, 9011.0, 9002.0, 8976.0, 8959.0, 9004.0, 8972.0, 8998.0, 9021.0, 8994.0, 8964.0, 9021.0, 8974.0, 8983.0, 9013.0, 9012.0, 9019.0, 8995.0, 8992.0, 8981.0, 8983.0, 9004.0, 9031.0, 9039.0, 9098.0, 9059.0, 9020.0, 9029.0, 8996.0, 9003.0, 8990.0, 9022.0, 9004.0, 8984.0, 9032.0, 9048.0, 9002.0, 9024.0, 8992.0, 8956.0, 9001.0, 8949.0, 8927.0, 8958.0, 8924.0, 8916.0, 8945.0, 8913.0, 8913.0, 8902.0, 8914.0, 8917.0, 8925.0, 8937.0, 8926.0, 8938.0, 8940.0, 8943.0, 8972.0, 8966.0, 8964.0, 8979.0, 8984.0, 8958.0, 8953.0, 8985.0, 8974.0, 8982.0, 8976.0, 9021.0, 8978.0, 8976.0, 9020.0, 8983.0, 9057.0, 9011.0, 8979.0, 9037.0, 8975.0, 9001.0, 8968.0, 8954.0, 9000.0, 8962.0, 9007.0, 8991.0, 8977.0, 8989.0, 9011.0, 8998.0, 9021.0, 9055.0, 9029.0, 9052.0, 9049.0, 9023.0, 9048.0, 8988.0, 9033.0, 9036.0, 9015.0, 9073.0, 9011.0, 8977.0, 9020.0, 9001.0, 8980.0, 9021.0, 8998.0, 8979.0, 9008.0, 8978.0, 9006.0, 8999.0, 9011.0, 9042.0, 9002.0, 9001.0, 9004.0, 8977.0, 9003.0, 9000.0, 8983.0, 9036.0, 8983.0, 9003.0, 8972.0, 8956.0, 9015.0, 9003.0, 9012.0, 9010.0, 8980.0, 8993.0, 8974.0, 8979.0, 9034.0, 9008.0, 9013.0, 9007.0, 8964.0, 9016.0, 8959.0, 8990.0, 9013.0, 8980.0, 9044.0, 8978.0, 8988.0, 8973.0, 8957.0, 9020.0, 8979.0, 8960.0, 9001.0, 8956.0, 8957.0, 8975.0, 8980.0, 9004.0, 8992.0, 8982.0, 9040.0, 9030.0, 8951.0, 8970.0, 8936.0, 8953.0, 8994.0, 8976.0, 8994.0, 9021.0, 8984.0, 8978.0, 8984.0, 8957.0, 8957.0, 8994.0, 8976.0, 9021.0, 8986.0, 8956.0, 8992.0, 8947.0, 8949.0, 8977.0, 8975.0, 8971.0, 9000.0, 8955.0, 8974.0, 8970.0, 8977.0, 9000.0, 9018.0, 8985.0, 9025.0, 8995.0, 8960.0, 9016.0, 8982.0, 9056.0, 8989.0, 9030.0, 8979.0, 8932.0, 8973.0, 8946.0, 8974.0, 8975.0, 8953.0, 9001.0, 8954.0, 8956.0, 8984.0, 8959.0, 8984.0, 9063.0, 8987.0, 9025.0, 8991.0, 8955.0, 9010.0, 8955.0, 8968.0, 9002.0, 8973.0, 9027.0, 8981.0, 8935.0, 8989.0, 8948.0, 8957.0, 9006.0, 8957.0, 9000.0, 8968.0, 8948.0, 8989.0, 8950.0, 8950.0, 8982.0, 8975.0, 9016.0, 8973.0, 8949.0, 8976.0, 8956.0, 8995.0, 8987.0, 8961.0, 9015.0, 8958.0, 8955.0, 8967.0, 8971.0, 8969.0, 8974.0, 8989.0, 9015.0, 9009.0, 8982.0, 8995.0, 9010.0, 9008.0, 9018.0, 9046.0, 8985.0, 8980.0, 9044.0, 9062.0, 9047.0, 9042.0, 9018.0, 8980.0, 8993.0, 8934.0, 8951.0, 8996.0, 8947.0, 8954.0, 8981.0, 8969.0, 8956.0, 8999.0, 8982.0, 9003.0, 9038.0, 8983.0, 8981.0, 9005.0, 8960.0, 8988.0, 8988.0, 8962.0, 9045.0, 9011.0, 8989.0, 9034.0, 8954.0, 8955.0, 8996.0, 8976.0, 8987.0, 9023.0, 8999.0, 8965.0, 9005.0, 8975.0, 8961.0, 9002.0, 8985.0, 9037.0, 9006.0, 8978.0, 9017.0, 8957.0, 8955.0, 8994.0, 8954.0, 8954.0, 9023.0, 8960.0, 9002.0, 9004.0, 8977.0, 8977.0, 8971.0, 8981.0, 8987.0, 8992.0, 8980.0, 9005.0, 8987.0, 8960.0, 8980.0, 8957.0, 8961.0, 9021.0, 9002.0, 8986.0, 9039.0, 8983.0, 8961.0, 8997.0, 8978.0, 8996.0, 9022.0, 8980.0, 9055.0, 9000.0, 8955.0, 8994.0, 8953.0, 8976.0, 8997.0, 8990.0, 9030.0, 8987.0, 8959.0, 8996.0, 8973.0, 8963.0, 9009.0, 8983.0, 9028.0, 9010.0, 8977.0, 9016.0, 8986.0, 8980.0, 9042.0, 8978.0, 9037.0, 8998.0, 8952.0, 8991.0, 8983.0, 9007.0, 8978.0, 8982.0, 9002.0, 8977.0, 8974.0, 9003.0, 8958.0, 8959.0, 8997.0, 8975.0, 9028.0, 8999.0, 8961.0, 9001.0, 8956.0, 8994.0, 8968.0, 8958.0, 9007.0, 8992.0, 9011.0, 8967.0, 8936.0, 8979.0, 8951.0, 8953.0, 8968.0, 8985.0, 9014.0, 8992.0, 8961.0, 8986.0, 8975.0, 8962.0, 9020.0, 9001.0, 8985.0, 9023.0, 8963.0, 9003.0, 8970.0, 8956.0, 9010.0, 8969.0, 8952.0, 8979.0, 8952.0, 9021.0, 8992.0, 8954.0, 9000.0, 8953.0, 8953.0, 8981.0, 8974.0, 8985.0, 9026.0, 8985.0, 9008.0, 8987.0, 8963.0, 9019.0, 8975.0, 8976.0, 9019.0, 8957.0, 9015.0, 8954.0, 8950.0, 8994.0, 8953.0, 8954.0, 9006.0, 9012.0, 9087.0, 9042.0, 8982.0, 9009.0, 8979.0, 8985.0, 9058.0, 9007.0, 9007.0, 9045.0, 8998.0, 8999.0, 9028.0, 9007.0, 9056.0, 9040.0, 8990.0, 9040.0, 9003.0, 8963.0, 9020.0, 8993.0, 9013.0, 9024.0, 9005.0, 9016.0, 8970.0, 8956.0, 8997.0, 8972.0, 8975.0, 9017.0, 8978.0, 8987.0, 8986.0, 8956.0, 8993.0, 8970.0, 8962.0, 9015.0, 8967.0, 8933.0, 8976.0, 8954.0, 8958.0, 9022.0, 8974.0, 8959.0, 8993.0, 8987.0, 8984.0, 8996.0, 8975.0, 9016.0, 9002.0, 8957.0, 8980.0, 8948.0, 8953.0, 9003.0, 8985.0, 8959.0, 9000.0, 8973.0, 8957.0, 9014.0, 8974.0, 8959.0, 9003.0, 8979.0, 9036.0, 8985.0, 8955.0, 8992.0, 8972.0, 8954.0, 9002.0, 8985.0, 9027.0, 9021.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.0006167816711590297</td></tr>
<tr><td colspan=3>aqi</td><td>0.0304242502425876</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.725920219439026</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1683571830204948</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9868345772653727</td></tr>
<tr><td colspan=3>efc</td><td>0.4957</td></tr>
<tr><td colspan=3>fber</td><td>5385.7539</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11895754818971285</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>185</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.973045822102426</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.38876229914106</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2793390365654136</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.560681029857698</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3262668310000687</td></tr>
<tr><td colspan=3>gcor</td><td>0.0098302</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0027525117620825768</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03805052489042282</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1855</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.9965166746654015</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.5948</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.5362</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.3239</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296079.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1020.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.6501</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7206</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.4012</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3227.192</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3396.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80465.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1168.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4211.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.7347</td></tr>
<tr><td colspan=3>tsnr</td><td>35.583905081730336</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>