<?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-0112_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-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112/ses-02/func/sub-0112_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>8ae0ea2590994b2afb92b5bf8a4cee75</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>14:49:50.115000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994838, 0.0671768, 0.0760591, -0.0679957, 0.997652, 0.00822603]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0881872</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>[4230, -7790, -7271, 218, -184, -186, -37, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2881b058-294c-4fb3-b9bf-1dd191b9bc5b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669077157974243, -0.18242745101451874, 0.20338523387908936, 114.51229095458984], [-0.18023034930229187, 2.676626682281494, 0.0360591858625412, -100.96334838867188], [0.20406092703342438, -0.022069837898015976, 2.692087411880493, -79.16561889648438], [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': ['144950.115000', '144950.575000', '144951.035000', '144951.495000', '144951.955000', '144952.415000', '144952.875000', '144953.335000', '144953.795000', '144954.255000', '144954.715000', '144955.175000', '144955.635000', '144956.095000', '144956.555000', '144957.015000', '144957.475000', '144957.935000', '144958.395000', '144958.855000', '144959.315000', '144959.775000', '145000.235000', '145000.695000', '145001.155000', '145001.615000', '145002.075000', '145002.535000', '145002.995000', '145003.455000', '145003.915000', '145004.375000', '145004.835000', '145005.295000', '145005.755000', '145006.215000', '145006.675000', '145007.135000', '145007.595000', '145008.055000', '145008.515000', '145008.975000', '145009.435000', '145009.895000', '145010.355000', '145010.815000', '145011.275000', '145011.735000', '145012.195000', '145012.655000', '145013.115000', '145013.575000', '145014.035000', '145014.495000', '145014.955000', '145015.415000', '145015.875000', '145016.335000', '145016.795000', '145017.255000', '145017.715000', '145018.175000', '145018.635000', '145019.095000', '145019.555000', '145020.015000', '145020.475000', '145020.935000', '145021.395000', '145021.855000', '145022.315000', '145022.775000', '145023.235000', '145023.695000', '145024.155000', '145024.615000', '145025.075000', '145025.535000', '145025.995000', '145026.455000', '145026.915000', '145027.375000', '145027.835000', '145028.295000', '145028.755000', '145029.215000', '145029.675000', '145030.135000', '145030.595000', '145031.055000', '145031.515000', '145031.975000', '145032.435000', '145032.895000', '145033.355000', '145033.815000', '145034.275000', '145034.735000', '145035.195000', '145035.655000', '145036.115000', '145036.575000', '145037.035000', '145037.495000', '145037.955000', '145038.415000', '145038.875000', '145039.335000', '145039.795000', '145040.255000', '145040.715000', '145041.175000', '145041.635000', '145042.095000', '145042.555000', '145043.015000', '145043.475000', '145043.935000', '145044.395000', '145044.855000', '145045.315000', '145045.775000', '145046.235000', '145046.695000', '145047.155000', '145047.615000', '145048.075000', '145048.535000', '145048.995000', '145049.455000', '145049.915000', '145050.375000', '145050.835000', '145051.295000', '145051.755000', '145052.215000', '145052.675000', '145053.135000', '145053.595000', '145054.055000', '145054.515000', '145054.975000', '145055.435000', '145055.895000', '145056.355000', '145056.815000', '145057.275000', '145057.735000', '145058.195000', '145058.655000', '145059.115000', '145059.575000', '145100.035000', '145100.495000', '145100.955000', '145101.415000', '145101.875000', '145102.335000', '145102.795000', '145103.255000', '145103.715000', '145104.175000', '145104.635000', '145105.095000', '145105.555000', '145106.015000', '145106.475000', '145106.935000', '145107.395000', '145107.855000', '145108.315000', '145108.775000', '145109.235000', '145109.695000', '145110.155000', '145110.615000', '145111.075000', '145111.535000', '145111.995000', '145112.455000', '145112.915000', '145113.375000', '145113.835000', '145114.295000', '145114.755000', '145115.215000', '145115.675000', '145116.135000', '145116.595000', '145117.055000', '145117.515000', '145117.975000', '145118.435000', '145118.895000', '145119.355000', '145119.815000', '145120.275000', '145120.735000', '145121.195000', '145121.655000', '145122.115000', '145122.575000', '145123.035000', '145123.495000', '145123.955000', '145124.415000', '145124.875000', '145125.335000', '145125.795000', '145126.255000', '145126.715000', '145127.175000', '145127.635000', '145128.095000', '145128.555000', '145129.015000', '145129.475000', '145129.935000', '145130.395000', '145130.855000', '145131.315000', '145131.775000', '145132.235000', '145132.695000', '145133.155000', '145133.615000', '145134.075000', '145134.535000', '145134.995000', '145135.455000', '145135.915000', '145136.375000', '145136.835000', '145137.295000', '145137.755000', '145138.215000', '145138.675000', '145139.135000', '145139.595000', '145140.055000', '145140.515000', '145140.975000', '145141.435000', '145141.895000', '145142.355000', '145142.815000', '145143.275000', '145143.735000', '145144.195000', '145144.655000', '145145.115000', '145145.575000', '145146.035000', '145146.495000', '145146.955000', '145147.415000', '145147.875000', '145148.335000', '145148.795000', '145149.255000', '145149.715000', '145150.175000', '145150.635000', '145151.095000', '145151.555000', '145152.015000', '145152.475000', '145152.935000', '145153.395000', '145153.855000', '145154.315000', '145154.775000', '145155.235000', '145155.695000', '145156.155000', '145156.615000', '145157.075000', '145157.535000', '145157.995000', '145158.455000', '145158.915000', '145159.375000', '145159.835000', '145200.295000', '145200.755000', '145201.215000', '145201.675000', '145202.135000', '145202.595000', '145203.055000', '145203.515000', '145203.975000', '145204.435000', '145204.895000', '145205.355000', '145205.815000', '145206.275000', '145206.735000', '145207.195000', '145207.655000', '145208.115000', '145208.575000', '145209.035000', '145209.495000', '145209.955000', '145210.415000', '145210.875000', '145211.335000', '145211.795000', '145212.255000', '145212.715000', '145213.175000', '145213.635000', '145214.095000', '145214.555000', '145215.015000', '145215.475000', '145215.935000', '145216.395000', '145216.855000', '145217.315000', '145217.775000', '145218.235000', '145218.695000', '145219.155000', '145219.615000', '145220.075000', '145220.535000', '145220.995000', '145221.455000', '145221.915000', '145222.375000', '145222.835000', '145223.295000', '145223.755000', '145224.215000', '145224.675000', '145225.135000', '145225.595000', '145226.055000', '145226.515000', '145226.975000', '145227.435000', '145227.895000', '145228.355000', '145228.815000', '145229.275000', '145229.735000', '145230.195000', '145230.655000', '145231.115000', '145231.575000', '145232.035000', '145232.495000', '145232.955000', '145233.415000', '145233.875000', '145234.335000', '145234.795000', '145235.255000', '145235.715000', '145236.175000', '145236.635000', '145237.095000', '145237.555000', '145238.015000', '145238.475000', '145238.935000', '145239.395000', '145239.855000', '145240.315000', '145240.775000', '145241.235000', '145241.695000', '145242.155000', '145242.615000', '145243.075000', '145243.535000', '145243.995000', '145244.455000', '145244.915000', '145245.375000', '145245.835000', '145246.295000', '145246.755000', '145247.215000', '145247.675000', '145248.135000', '145248.595000', '145249.055000', '145249.515000', '145249.975000', '145250.435000', '145250.895000', '145251.355000', '145251.815000', '145252.275000', '145252.735000', '145253.195000', '145253.655000', '145254.115000', '145254.575000', '145255.035000', '145255.495000', '145255.955000', '145256.415000', '145256.875000', '145257.335000', '145257.795000', '145258.255000', '145258.715000', '145259.175000', '145259.635000', '145300.095000', '145300.555000', '145301.015000', '145301.475000', '145301.935000', '145302.395000', '145302.855000', '145303.315000', '145303.775000', '145304.235000', '145304.695000', '145305.155000', '145305.615000', '145306.075000', '145306.535000', '145306.995000', '145307.455000', '145307.915000', '145308.375000', '145308.835000', '145309.295000', '145309.755000', '145310.215000', '145310.675000', '145311.135000', '145311.595000', '145312.055000', '145312.515000', '145312.975000', '145313.435000', '145313.895000', '145314.355000', '145314.815000', '145315.275000', '145315.735000', '145316.195000', '145316.655000', '145317.115000', '145317.575000', '145318.035000', '145318.495000', '145318.955000', '145319.415000', '145319.875000', '145320.335000', '145320.795000', '145321.255000', '145321.715000', '145322.175000', '145322.635000', '145323.095000', '145323.555000', '145324.015000', '145324.475000', '145324.935000', '145325.395000', '145325.855000', '145326.315000', '145326.775000', '145327.235000', '145327.695000', '145328.155000', '145328.615000', '145329.075000', '145329.535000', '145329.995000', '145330.455000', '145330.915000', '145331.375000', '145331.835000', '145332.295000', '145332.755000', '145333.215000', '145333.675000', '145334.135000', '145334.595000', '145335.055000', '145335.515000', '145335.975000', '145336.435000', '145336.895000', '145337.355000', '145337.815000', '145338.275000', '145338.735000', '145339.195000', '145339.655000', '145340.115000', '145340.575000', '145341.035000', '145341.495000', '145341.955000', '145342.415000', '145342.875000', '145343.335000', '145343.795000', '145344.255000', '145344.715000', '145345.175000', '145345.635000', '145346.095000', '145346.555000', '145347.015000', '145347.475000', '145347.935000', '145348.395000', '145348.855000', '145349.315000', '145349.775000', '145350.235000', '145350.695000', '145351.155000', '145351.615000', '145352.075000', '145352.535000', '145352.995000', '145353.455000', '145353.915000', '145354.375000', '145354.835000', '145355.295000', '145355.755000', '145356.215000', '145356.675000', '145357.135000', '145357.595000', '145358.055000', '145358.515000', '145358.975000', '145359.435000', '145359.895000', '145400.355000', '145400.815000', '145401.275000', '145401.735000', '145402.195000', '145402.655000', '145403.115000', '145403.575000', '145404.035000', '145404.495000', '145404.955000', '145405.415000', '145405.875000', '145406.335000', '145406.795000', '145407.255000', '145407.715000', '145408.175000', '145408.635000', '145409.095000', '145409.555000', '145410.015000', '145410.475000', '145410.935000', '145411.395000', '145411.855000', '145412.315000', '145412.775000', '145413.235000', '145413.695000', '145414.155000', '145414.615000', '145415.075000', '145415.535000', '145415.995000', '145416.455000', '145416.915000', '145417.375000', '145417.835000', '145418.295000', '145418.755000', '145419.215000', '145419.675000', '145420.135000', '145420.595000', '145421.055000', '145421.515000', '145421.975000', '145422.435000', '145422.895000', '145423.355000', '145423.815000', '145424.275000', '145424.735000', '145425.195000', '145425.655000', '145426.115000', '145426.575000', '145427.035000', '145427.495000', '145427.955000', '145428.415000', '145428.875000', '145429.335000', '145429.795000', '145430.255000', '145430.715000', '145431.175000', '145431.635000', '145432.095000', '145432.555000', '145433.015000', '145433.475000', '145433.935000', '145434.395000', '145434.855000', '145435.315000', '145435.775000', '145436.235000', '145436.695000', '145437.155000', '145437.615000', '145438.075000', '145438.535000', '145438.995000', '145439.455000', '145439.915000', '145440.375000', '145440.835000', '145441.295000', '145441.755000', '145442.215000', '145442.675000', '145443.135000', '145443.595000', '145444.055000', '145444.515000', '145444.975000', '145445.435000', '145445.895000', '145446.355000', '145446.815000', '145447.275000', '145447.735000', '145448.195000', '145448.655000', '145449.115000', '145449.575000', '145450.035000', '145450.495000', '145450.955000', '145451.415000', '145451.875000', '145452.335000', '145452.795000', '145453.255000', '145453.715000', '145454.175000', '145454.635000', '145455.095000', '145455.555000', '145456.015000', '145456.475000', '145456.935000', '145457.395000', '145457.855000', '145458.315000', '145458.775000', '145459.235000', '145459.695000', '145500.155000', '145500.615000', '145501.075000', '145501.535000', '145501.995000', '145502.455000', '145502.915000', '145503.375000', '145503.835000', '145504.295000', '145504.755000', '145505.215000', '145505.675000', '145506.135000', '145506.595000', '145507.055000', '145507.515000', '145507.975000', '145508.435000', '145508.895000', '145509.355000', '145509.815000', '145510.275000', '145510.735000', '145511.195000', '145511.655000', '145512.115000', '145512.575000', '145513.035000', '145513.495000', '145513.955000', '145514.415000', '145514.875000', '145515.335000', '145515.795000', '145516.255000', '145516.715000', '145517.175000', '145517.635000', '145518.095000', '145518.555000', '145519.015000', '145519.475000', '145519.935000', '145520.395000', '145520.855000', '145521.315000', '145521.775000', '145522.235000', '145522.695000', '145523.155000', '145523.615000', '145524.075000', '145524.535000', '145524.995000', '145525.455000', '145525.915000', '145526.375000', '145526.835000', '145527.295000', '145527.755000', '145528.215000', '145528.675000', '145529.135000', '145529.595000', '145530.055000', '145530.515000', '145530.975000', '145531.435000', '145531.895000', '145532.355000', '145532.815000', '145533.275000', '145533.735000', '145534.195000', '145534.655000', '145535.115000', '145535.575000', '145536.035000', '145536.495000', '145536.955000', '145537.415000', '145537.875000', '145538.335000', '145538.795000', '145539.255000', '145539.715000', '145540.175000', '145540.635000', '145541.095000', '145541.555000', '145542.015000', '145542.475000', '145542.935000', '145543.395000', '145543.855000', '145544.315000', '145544.775000', '145545.235000', '145545.695000', '145546.155000', '145546.615000', '145547.075000', '145547.535000', '145547.995000', '145548.455000', '145548.915000', '145549.375000', '145549.835000', '145550.295000', '145550.755000', '145551.215000', '145551.675000', '145552.135000', '145552.595000', '145553.055000', '145553.515000', '145553.975000', '145554.435000', '145554.895000', '145555.355000', '145555.815000', '145556.275000', '145556.735000', '145557.195000', '145557.655000', '145558.115000', '145558.575000', '145559.035000', '145559.495000', '145559.955000', '145600.415000', '145600.875000', '145601.335000', '145601.795000', '145602.255000', '145602.715000', '145603.175000', '145603.635000', '145604.095000', '145604.555000', '145605.015000', '145605.475000', '145605.935000', '145606.395000', '145606.855000', '145607.315000', '145607.775000', '145608.235000', '145608.695000', '145609.155000', '145609.615000', '145610.075000', '145610.535000', '145610.995000', '145611.455000', '145611.915000', '145612.375000', '145612.835000', '145613.295000', '145613.755000', '145614.215000', '145614.675000', '145615.135000', '145615.595000', '145616.055000', '145616.515000', '145616.975000', '145617.435000', '145617.895000', '145618.355000', '145618.815000', '145619.275000', '145619.735000', '145620.195000', '145620.655000', '145621.115000', '145621.575000', '145622.035000', '145622.495000', '145622.955000', '145623.415000', '145623.875000', '145624.335000', '145624.795000', '145625.255000', '145625.715000', '145626.175000', '145626.635000', '145627.095000', '145627.555000', '145628.015000', '145628.475000', '145628.935000', '145629.395000', '145629.855000', '145630.315000', '145630.775000', '145631.235000', '145631.695000', '145632.155000', '145632.615000', '145633.075000', '145633.535000', '145633.995000', '145634.455000', '145634.915000', '145635.375000', '145635.835000', '145636.295000', '145636.755000', '145637.215000', '145637.675000', '145638.135000', '145638.595000', '145639.055000', '145639.515000', '145639.975000', '145640.435000', '145640.895000', '145641.355000', '145641.815000', '145642.275000', '145642.735000', '145643.195000', '145643.655000', '145644.115000', '145644.575000', '145645.035000', '145645.495000', '145645.955000', '145646.415000', '145646.875000', '145647.335000', '145647.795000', '145648.255000', '145648.715000', '145649.175000', '145649.635000', '145650.095000', '145650.555000', '145651.015000', '145651.475000', '145651.935000', '145652.395000', '145652.855000', '145653.315000', '145653.775000', '145654.235000', '145654.695000', '145655.155000', '145655.615000', '145656.075000', '145656.535000', '145656.995000', '145657.455000', '145657.915000', '145658.375000', '145658.835000', '145659.295000', '145659.755000', '145700.215000', '145700.675000', '145701.135000', '145701.595000', '145702.055000', '145702.515000', '145702.975000', '145703.435000', '145703.895000', '145704.355000', '145704.815000', '145705.275000', '145705.735000', '145706.195000', '145706.655000', '145707.115000', '145707.575000', '145708.035000', '145708.495000', '145708.955000', '145709.415000', '145709.875000', '145710.335000', '145710.795000', '145711.255000', '145711.715000', '145712.175000', '145712.635000', '145713.095000', '145713.555000', '145714.015000', '145714.475000', '145714.935000', '145715.395000', '145715.855000', '145716.315000', '145716.775000', '145717.235000', '145717.695000', '145718.155000', '145718.615000', '145719.075000', '145719.535000', '145719.995000', '145720.455000', '145720.915000', '145721.375000', '145721.835000', '145722.295000', '145722.755000', '145723.215000', '145723.675000', '145724.135000', '145724.595000', '145725.055000', '145725.515000', '145725.975000', '145726.435000', '145726.895000', '145727.355000', '145727.815000', '145728.275000', '145728.735000', '145729.195000', '145729.655000', '145730.115000', '145730.575000', '145731.035000', '145731.495000', '145731.955000', '145732.415000', '145732.875000', '145733.335000', '145733.795000', '145734.255000', '145734.715000', '145735.175000', '145735.635000', '145736.095000', '145736.555000', '145737.015000', '145737.475000', '145737.935000', '145738.395000', '145738.855000', '145739.315000', '145739.775000', '145740.235000', '145740.695000', '145741.155000', '145741.615000', '145742.075000', '145742.535000', '145742.995000', '145743.455000', '145743.915000', '145744.375000', '145744.835000', '145745.295000', '145745.755000', '145746.215000', '145746.675000', '145747.135000', '145747.595000', '145748.055000', '145748.515000', '145748.975000', '145749.435000', '145749.895000', '145750.355000', '145750.815000', '145751.275000', '145751.735000', '145752.195000', '145752.655000', '145753.115000', '145753.575000', '145754.035000', '145754.495000', '145754.955000', '145755.415000', '145755.875000', '145756.335000', '145756.795000', '145757.255000', '145757.715000', '145758.175000', '145758.635000', '145759.095000', '145759.555000', '145800.015000', '145800.475000', '145800.935000', '145801.395000', '145801.855000', '145802.315000', '145802.775000', '145803.235000', '145803.695000', '145804.155000', '145804.615000', '145805.075000', '145805.535000', '145805.995000', '145806.455000', '145806.915000', '145807.375000', '145807.835000', '145808.295000', '145808.755000', '145809.215000', '145809.675000', '145810.135000', '145810.595000', '145811.055000', '145811.515000', '145811.975000', '145812.435000', '145812.895000', '145813.355000', '145813.815000', '145814.275000', '145814.735000', '145815.195000', '145815.655000', '145816.115000', '145816.575000', '145817.035000', '145817.495000', '145817.955000', '145818.415000', '145818.875000', '145819.335000', '145819.795000', '145820.255000', '145820.715000', '145821.175000', '145821.635000', '145822.095000', '145822.555000', '145823.015000', '145823.475000', '145823.935000', '145824.395000', '145824.855000', '145825.315000', '145825.775000', '145826.235000', '145826.695000', '145827.155000', '145827.615000', '145828.075000', '145828.535000', '145828.995000', '145829.455000', '145829.915000', '145830.375000', '145830.835000', '145831.295000', '145831.755000', '145832.215000', '145832.675000', '145833.135000', '145833.595000', '145834.055000', '145834.515000', '145834.975000', '145835.435000', '145835.895000', '145836.355000', '145836.815000', '145837.275000', '145837.735000', '145838.195000', '145838.655000', '145839.115000', '145839.575000', '145840.035000', '145840.495000', '145840.955000', '145841.415000', '145841.875000', '145842.335000', '145842.795000', '145843.255000', '145843.715000', '145844.175000', '145844.635000', '145845.095000', '145845.555000', '145846.015000', '145846.475000', '145846.935000', '145847.395000', '145847.855000', '145848.315000', '145848.775000', '145849.235000', '145849.695000', '145850.155000', '145850.615000', '145851.075000', '145851.535000', '145851.995000', '145852.455000', '145852.915000', '145853.375000', '145853.835000', '145854.295000', '145854.755000', '145855.215000', '145855.675000', '145856.135000', '145856.595000', '145857.055000', '145857.515000', '145857.975000', '145858.435000', '145858.895000', '145859.355000', '145859.815000', '145900.275000', '145900.735000', '145901.195000', '145901.655000', '145902.115000', '145902.575000', '145903.035000', '145903.495000', '145903.955000', '145904.415000', '145904.875000', '145905.335000', '145905.795000', '145906.255000', '145906.715000', '145907.175000', '145907.635000', '145908.095000', '145908.555000', '145909.015000', '145909.475000', '145909.935000', '145910.395000', '145910.855000', '145911.315000', '145911.775000', '145912.235000', '145912.695000', '145913.155000', '145913.615000', '145914.075000', '145914.535000', '145914.995000', '145915.455000', '145915.915000', '145916.375000', '145916.835000', '145917.295000', '145917.755000', '145918.215000', '145918.675000', '145919.135000', '145919.595000', '145920.055000', '145920.515000', '145920.975000', '145921.435000', '145921.895000', '145922.355000', '145922.815000', '145923.275000', '145923.735000', '145924.195000', '145924.655000', '145925.115000', '145925.575000', '145926.035000', '145926.495000', '145926.955000', '145927.415000', '145927.875000', '145928.335000', '145928.795000', '145929.255000', '145929.715000', '145930.175000', '145930.635000', '145931.095000', '145931.555000', '145932.015000', '145932.475000', '145932.935000', '145933.395000', '145933.855000', '145934.315000', '145934.775000', '145935.235000', '145935.695000', '145936.155000', '145936.615000', '145937.075000', '145937.535000', '145937.995000', '145938.455000', '145938.915000', '145939.375000', '145939.835000', '145940.295000', '145940.755000', '145941.215000', '145941.675000', '145942.135000', '145942.595000', '145943.055000', '145943.515000', '145943.975000', '145944.435000', '145944.895000', '145945.355000', '145945.815000', '145946.275000', '145946.735000', '145947.195000', '145947.655000', '145948.115000', '145948.575000', '145949.035000', '145949.495000', '145949.955000', '145950.415000', '145950.875000', '145951.335000', '145951.795000', '145952.255000', '145952.715000', '145953.175000', '145953.635000', '145954.095000', '145954.555000', '145955.015000', '145955.475000', '145955.935000', '145956.395000', '145956.855000', '145957.315000', '145957.775000', '145958.235000', '145958.695000', '145959.155000', '145959.615000', '150000.075000', '150000.535000', '150000.995000', '150001.455000', '150001.915000', '150002.375000', '150002.835000', '150003.295000', '150003.755000', '150004.215000', '150004.675000', '150005.135000', '150005.595000', '150006.055000', '150006.515000', '150006.975000', '150007.435000', '150007.895000', '150008.355000', '150008.815000', '150009.275000', '150009.735000', '150010.195000', '150010.655000', '150011.115000', '150011.575000', '150012.035000', '150012.495000', '150012.955000', '150013.415000', '150013.875000', '150014.335000', '150014.795000', '150015.255000', '150015.715000', '150016.175000', '150016.635000', '150017.095000', '150017.555000', '150018.015000', '150018.475000', '150018.935000', '150019.395000', '150019.855000', '150020.315000', '150020.775000', '150021.235000', '150021.695000', '150022.155000', '150022.615000', '150023.075000', '150023.535000', '150023.995000', '150024.455000', '150024.915000', '150025.375000', '150025.835000', '150026.295000', '150026.755000', '150027.215000', '150027.675000', '150028.135000', '150028.595000', '150029.055000', '150029.515000', '150029.975000', '150030.435000', '150030.895000', '150031.355000', '150031.815000', '150032.275000', '150032.735000', '150033.195000', '150033.655000', '150034.115000', '150034.575000', '150035.035000', '150035.495000', '150035.955000', '150036.415000', '150036.875000', '150037.335000', '150037.795000', '150038.255000', '150038.715000', '150039.175000', '150039.635000', '150040.095000', '150040.555000', '150041.015000', '150041.475000', '150041.935000', '150042.395000', '150042.855000', '150043.315000', '150043.775000', '150044.235000', '150044.695000', '150045.155000', '150045.615000', '150046.075000', '150046.535000', '150046.995000', '150047.455000', '150047.915000', '150048.375000', '150048.835000', '150049.295000', '150049.755000', '150050.215000', '150050.675000', '150051.135000', '150051.595000', '150052.055000', '150052.515000', '150052.975000', '150053.435000', '150053.895000', '150054.355000', '150054.815000', '150055.275000', '150055.735000', '150056.195000', '150056.655000', '150057.115000', '150057.575000', '150058.035000', '150058.495000', '150058.955000', '150059.415000', '150059.875000', '150100.335000', '150100.795000', '150101.255000', '150101.715000', '150102.175000', '150102.635000', '150103.095000', '150103.555000', '150104.015000', '150104.475000', '150104.935000', '150105.395000', '150105.855000', '150106.315000', '150106.775000', '150107.235000', '150107.695000', '150108.155000', '150108.615000', '150109.075000', '150109.535000', '150109.995000', '150110.455000', '150110.915000', '150111.375000', '150111.835000', '150112.295000', '150112.755000', '150113.215000', '150113.675000', '150114.135000', '150114.595000', '150115.055000', '150115.515000', '150115.975000', '150116.435000', '150116.895000', '150117.355000', '150117.815000', '150118.275000', '150118.735000', '150119.195000', '150119.655000', '150120.115000', '150120.575000', '150121.035000', '150121.495000', '150121.955000', '150122.415000', '150122.875000', '150123.335000', '150123.795000', '150124.255000', '150124.715000', '150125.175000', '150125.635000', '150126.095000', '150126.555000', '150127.015000', '150127.475000', '150127.935000', '150128.395000', '150128.855000', '150129.315000', '150129.775000', '150130.235000', '150130.695000', '150131.155000', '150131.615000', '150132.075000', '150132.535000', '150132.995000', '150133.455000', '150133.915000', '150134.375000', '150134.835000', '150135.295000', '150135.755000', '150136.215000', '150136.675000', '150137.135000', '150137.595000', '150138.055000', '150138.515000', '150138.975000', '150139.435000', '150139.895000', '150140.355000', '150140.815000', '150141.275000', '150141.735000', '150142.195000', '150142.655000', '150143.115000', '150143.575000', '150144.035000', '150144.495000', '150144.955000', '150145.415000', '150145.875000', '150146.335000', '150146.795000', '150147.255000', '150147.715000', '150148.175000', '150148.635000', '150149.095000', '150149.555000', '150150.015000', '150150.475000', '150150.935000', '150151.395000', '150151.855000', '150152.315000', '150152.775000', '150153.235000', '150153.695000', '150154.155000', '150154.615000', '150155.075000', '150155.535000', '150155.995000', '150156.455000', '150156.915000', '150157.375000', '150157.835000', '150158.295000', '150158.755000', '150159.215000', '150159.675000', '150200.135000', '150200.595000', '150201.055000', '150201.515000', '150201.975000', '150202.435000', '150202.895000', '150203.355000', '150203.815000', '150204.275000', '150204.735000', '150205.195000', '150205.655000', '150206.115000', '150206.575000', '150207.035000', '150207.495000', '150207.955000', '150208.415000', '150208.875000', '150209.335000', '150209.795000', '150210.255000', '150210.715000', '150211.175000', '150211.635000', '150212.095000', '150212.555000', '150213.015000', '150213.475000', '150213.935000', '150214.395000', '150214.855000', '150215.315000', '150215.775000', '150216.235000', '150216.695000', '150217.155000', '150217.615000', '150218.075000', '150218.535000', '150218.995000', '150219.455000', '150219.915000', '150220.375000', '150220.835000', '150221.295000', '150221.755000', '150222.215000', '150222.675000', '150223.135000', '150223.595000', '150224.055000', '150224.515000', '150224.975000', '150225.435000', '150225.895000', '150226.355000', '150226.815000', '150227.275000', '150227.735000', '150228.195000', '150228.655000', '150229.115000', '150229.575000', '150230.035000', '150230.495000', '150230.955000', '150231.415000', '150231.875000', '150232.335000', '150232.795000', '150233.255000', '150233.715000', '150234.175000', '150234.635000', '150235.095000', '150235.555000', '150236.015000', '150236.475000', '150236.935000', '150237.395000', '150237.855000', '150238.315000', '150238.775000', '150239.235000', '150239.695000', '150240.155000', '150240.615000', '150241.075000', '150241.535000', '150241.995000', '150242.455000', '150242.915000', '150243.375000', '150243.835000', '150244.295000', '150244.755000', '150245.215000', '150245.675000', '150246.135000', '150246.595000', '150247.055000', '150247.515000', '150247.975000', '150248.435000', '150248.895000', '150249.355000', '150249.815000', '150250.275000', '150250.735000', '150251.195000', '150251.655000', '150252.115000', '150252.575000', '150253.035000', '150253.495000', '150253.955000', '150254.415000', '150254.875000', '150255.335000', '150255.795000', '150256.255000', '150256.715000', '150257.175000', '150257.635000', '150258.095000', '150258.555000', '150259.015000', '150259.475000', '150259.935000', '150300.395000', '150300.855000', '150301.315000', '150301.775000', '150302.235000', '150302.695000', '150303.155000', '150303.615000', '150304.075000', '150304.535000', '150304.995000', '150305.455000', '150305.915000', '150306.375000', '150306.835000', '150307.295000', '150307.755000', '150308.215000', '150308.675000', '150309.135000', '150309.595000', '150310.055000', '150310.515000', '150310.975000', '150311.435000', '150311.895000', '150312.355000', '150312.815000', '150313.275000', '150313.735000', '150314.195000', '150314.655000', '150315.115000', '150315.575000', '150316.035000', '150316.495000', '150316.955000', '150317.415000', '150317.875000', '150318.335000', '150318.795000', '150319.255000', '150319.715000', '150320.175000', '150320.635000', '150321.095000', '150321.555000', '150322.015000', '150322.475000', '150322.935000', '150323.395000', '150323.855000', '150324.315000', '150324.775000', '150325.235000', '150325.695000', '150326.155000', '150326.615000', '150327.075000', '150327.535000', '150327.995000', '150328.455000', '150328.915000', '150329.375000', '150329.835000', '150330.295000', '150330.755000', '150331.215000', '150331.675000', '150332.135000', '150332.595000', '150333.055000', '150333.515000', '150333.975000', '150334.435000', '150334.895000', '150335.355000', '150335.815000', '150336.275000', '150336.735000', '150337.195000', '150337.655000', '150338.115000', '150338.575000', '150339.035000', '150339.495000', '150339.955000', '150340.415000', '150340.875000', '150341.335000', '150341.795000', '150342.255000', '150342.715000', '150343.175000', '150343.635000', '150344.095000', '150344.555000', '150345.015000', '150345.475000', '150345.935000', '150346.395000', '150346.855000', '150347.315000', '150347.775000', '150348.235000', '150348.695000', '150349.155000', '150349.615000', '150350.075000', '150350.535000', '150350.995000', '150351.455000', '150351.915000', '150352.375000', '150352.835000', '150353.295000', '150353.755000', '150354.215000', '150354.675000', '150355.135000', '150355.595000', '150356.055000', '150356.515000', '150356.975000', '150357.435000', '150357.895000', '150358.355000', '150358.815000', '150359.275000', '150359.735000', '150400.195000', '150400.655000', '150401.115000', '150401.575000', '150402.035000', '150402.495000', '150402.955000', '150403.415000', '150403.875000', '150404.335000', '150404.795000'], 'ContentTime': ['145002.745000', '145002.748000', '145002.751000', '145002.754000', '145002.756000', '145002.759000', '145002.762000', '145002.774000', '145002.776000', '145002.779000', '145002.781000', '145002.784000', '145002.786000', '145002.789000', '145002.792000', '145002.794000', '145002.797000', '145002.803000', '145002.806000', '145002.808000', '145002.811000', '145002.813000', '145002.816000', '145002.819000', '145022.700000', '145022.702000', '145022.705000', '145022.708000', '145022.710000', '145022.721000', '145022.723000', '145022.726000', '145022.728000', '145022.731000', '145022.733000', '145022.736000', '145022.739000', '145022.741000', '145022.744000', '145022.746000', '145022.749000', '145022.752000', '145022.754000', '145022.757000', '145022.759000', '145022.762000', '145022.764000', '145022.767000', '145022.769000', '145022.772000', '145022.774000', '145022.777000', '145022.780000', '145022.782000', '145022.785000', '145022.787000', '145022.793000', '145022.796000', '145022.798000', '145022.801000', '145022.804000', '145022.806000', '145022.809000', '145022.811000', '145022.814000', '145022.816000', '145022.819000', '145022.821000', '145042.698000', '145042.701000', '145042.704000', '145042.706000', '145042.709000', '145042.712000', '145042.714000', '145042.717000', '145042.719000', '145042.722000', '145042.725000', '145042.727000', '145042.730000', '145042.732000', '145042.735000', '145042.737000', '145042.740000', '145042.743000', '145042.745000', '145042.748000', '145042.750000', '145042.753000', '145042.756000', '145042.758000', '145042.761000', '145042.763000', '145042.766000', '145042.768000', '145042.771000', '145042.773000', '145042.776000', '145042.808000', '145042.810000', '145042.813000', '145042.815000', '145042.818000', '145042.820000', '145042.823000', '145042.826000', '145042.828000', '145042.831000', '145042.833000', '145042.836000', '145102.698000', '145102.701000', '145102.704000', '145102.707000', '145102.709000', '145102.712000', '145102.714000', '145102.717000', '145102.720000', '145102.722000', '145102.725000', '145102.728000', '145102.730000', '145102.733000', '145102.735000', '145102.738000', '145102.740000', '145102.743000', '145102.746000', '145102.748000', '145102.751000', '145102.753000', '145102.756000', '145102.758000', '145102.761000', '145102.764000', '145102.767000', '145102.770000', '145102.773000', '145102.776000', '145102.778000', '145102.781000', '145102.783000', '145102.786000', '145102.789000', '145102.791000', '145102.794000', '145102.796000', '145102.799000', '145102.802000', '145102.804000', '145102.807000', '145102.809000', '145122.698000', '145122.701000', '145122.704000', '145122.706000', '145122.709000', '145122.712000', '145122.714000', '145122.717000', '145122.719000', '145122.722000', '145122.725000', '145122.727000', '145122.730000', '145122.732000', '145122.735000', '145122.738000', '145122.740000', '145122.743000', '145122.745000', '145122.748000', '145122.750000', '145122.753000', '145122.756000', '145122.758000', '145122.761000', '145122.763000', '145122.766000', '145122.768000', '145122.771000', '145122.774000', '145122.776000', '145122.779000', '145122.782000', '145122.784000', '145122.787000', '145122.789000', '145122.792000', '145122.795000', '145122.797000', '145122.800000', '145122.802000', '145122.805000', '145122.808000', '145122.840000', '145142.700000', '145142.703000', '145142.705000', '145142.708000', '145142.710000', '145142.713000', '145142.716000', '145142.718000', '145142.721000', '145142.724000', '145142.726000', '145142.729000', '145142.731000', '145142.734000', '145142.737000', '145142.739000', '145142.742000', '145142.744000', '145142.747000', '145142.750000', '145142.752000', '145142.755000', '145142.758000', '145142.760000', '145142.763000', '145142.765000', '145142.768000', '145142.771000', '145142.773000', '145142.776000', '145142.778000', '145142.781000', '145142.784000', '145142.786000', '145142.789000', '145142.791000', '145142.794000', '145142.796000', '145142.799000', '145142.802000', '145142.804000', '145142.807000', '145142.810000', '145142.812000', '145202.699000', '145202.701000', '145202.704000', '145202.707000', '145202.709000', '145202.712000', '145202.715000', '145202.717000', '145202.720000', '145202.722000', '145202.725000', '145202.727000', '145202.730000', '145202.733000', '145202.735000', '145202.738000', '145202.740000', '145202.743000', '145202.746000', '145202.748000', '145202.751000', '145202.753000', '145202.756000', '145202.758000', '145202.761000', '145202.764000', '145202.766000', '145202.769000', '145202.772000', '145202.774000', '145202.777000', '145202.779000', '145202.782000', '145202.784000', '145202.787000', '145202.790000', '145202.792000', '145202.795000', '145202.797000', '145202.800000', '145202.803000', '145202.805000', '145202.808000', '145222.700000', '145222.702000', '145222.705000', '145222.708000', '145222.710000', '145222.713000', '145222.716000', '145222.718000', '145222.721000', '145222.723000', '145222.726000', '145222.729000', '145222.731000', '145222.734000', '145222.736000', '145222.739000', '145222.741000', '145222.744000', '145222.747000', '145222.749000', '145222.752000', '145222.754000', '145222.757000', '145222.759000', '145222.762000', '145222.765000', '145222.767000', '145222.770000', '145222.772000', '145222.775000', '145222.777000', '145222.780000', '145222.782000', '145222.785000', '145222.788000', '145222.790000', '145222.793000', '145222.795000', '145222.798000', '145222.801000', '145222.803000', '145222.806000', '145222.808000', '145242.699000', '145242.702000', '145242.705000', '145242.707000', '145242.710000', '145242.713000', '145242.715000', '145242.718000', '145242.721000', '145242.723000', '145242.726000', '145242.728000', '145242.731000', '145242.734000', '145242.736000', '145242.739000', '145242.741000', '145242.744000', '145242.746000', '145242.749000', '145242.752000', '145242.754000', '145242.757000', '145242.759000', '145242.762000', '145242.765000', '145242.767000', '145242.770000', '145242.772000', '145242.775000', '145242.778000', '145242.780000', '145242.783000', '145242.785000', '145242.788000', '145242.791000', '145242.793000', '145242.796000', '145242.798000', '145242.801000', '145242.804000', '145242.806000', '145242.809000', '145242.811000', '145302.698000', '145302.701000', '145302.713000', '145302.716000', '145302.719000', '145302.721000', '145302.724000', '145302.727000', '145302.729000', '145302.732000', '145302.734000', '145302.739000', '145302.742000', '145302.744000', '145302.747000', '145302.749000', '145302.752000', '145302.755000', '145302.757000', '145302.760000', '145302.762000', '145302.765000', '145302.768000', '145302.770000', '145302.773000', '145302.776000', '145302.778000', '145302.781000', '145302.783000', '145302.786000', '145302.789000', '145302.791000', '145302.794000', '145302.797000', '145302.800000', '145302.802000', '145302.805000', '145302.808000', '145302.822000', '145302.825000', '145302.828000', '145302.831000', '145302.833000', '145322.698000', '145322.701000', '145322.712000', '145322.714000', '145322.717000', '145322.720000', '145322.722000', '145322.725000', '145322.727000', '145322.730000', '145322.733000', '145322.735000', '145322.738000', '145322.741000', '145322.743000', '145322.746000', '145322.748000', '145322.751000', '145322.754000', '145322.756000', '145322.759000', '145322.761000', '145322.764000', '145322.767000', '145322.769000', '145322.772000', '145322.775000', '145322.777000', '145322.780000', '145322.782000', '145322.785000', '145322.788000', '145322.790000', '145322.793000', '145322.795000', '145322.798000', '145322.801000', '145322.803000', '145322.806000', '145322.809000', '145322.811000', '145322.814000', '145322.816000', '145322.819000', '145342.699000', '145342.702000', '145342.704000', '145342.707000', '145342.709000', '145342.712000', '145342.715000', '145342.717000', '145342.720000', '145342.722000', '145342.725000', '145342.728000', '145342.730000', '145342.733000', '145342.735000', '145342.738000', '145342.741000', '145342.743000', '145342.746000', '145342.750000', '145342.753000', '145342.755000', '145342.758000', '145342.760000', '145342.763000', '145342.766000', '145342.768000', '145342.771000', '145342.773000', '145342.776000', '145342.779000', '145342.781000', '145342.784000', '145342.786000', '145342.789000', '145342.792000', '145342.794000', '145342.797000', '145342.800000', '145342.802000', '145342.805000', '145342.807000', '145342.810000', '145402.699000', '145402.701000', '145402.704000', '145402.707000', '145402.709000', '145402.712000', '145402.714000', '145402.717000', '145402.720000', '145402.722000', '145402.725000', '145402.727000', '145402.730000', '145402.733000', '145402.735000', '145402.738000', '145402.740000', '145402.743000', '145402.746000', '145402.748000', '145402.751000', '145402.753000', '145402.756000', '145402.759000', '145402.761000', '145402.764000', '145402.766000', '145402.769000', '145402.771000', '145402.774000', '145402.777000', '145402.779000', '145402.782000', '145402.785000', '145402.787000', '145402.790000', '145402.792000', '145402.795000', '145402.798000', '145402.800000', '145402.803000', '145402.806000', '145402.808000', '145402.811000', '145422.699000', '145422.701000', '145422.704000', '145422.707000', '145422.709000', '145422.712000', '145422.715000', '145422.717000', '145422.720000', '145422.722000', '145422.725000', '145422.728000', '145422.730000', '145422.733000', '145422.735000', '145422.738000', '145422.741000', '145422.743000', '145422.746000', '145422.748000', '145422.751000', '145422.753000', '145422.756000', '145422.759000', '145422.761000', '145422.764000', '145422.766000', '145422.769000', '145422.772000', '145422.774000', '145422.779000', '145422.782000', '145422.785000', '145422.787000', '145422.790000', '145422.793000', '145422.796000', '145422.799000', '145422.801000', '145422.804000', '145422.807000', '145422.809000', '145422.812000', '145442.699000', '145442.702000', '145442.705000', '145442.707000', '145442.710000', '145442.713000', '145442.723000', '145442.726000', '145442.729000', '145442.731000', '145442.734000', '145442.736000', '145442.739000', '145442.742000', '145442.744000', '145442.747000', '145442.750000', '145442.752000', '145442.755000', '145442.758000', '145442.760000', '145442.763000', '145442.766000', '145442.768000', '145442.771000', '145442.773000', '145442.776000', '145442.779000', '145442.781000', '145442.784000', '145442.786000', '145442.789000', '145442.792000', '145442.794000', '145442.797000', '145442.799000', '145442.802000', '145442.805000', '145442.807000', '145442.810000', '145442.812000', '145442.815000', '145442.817000', '145442.820000', '145502.700000', '145502.702000', '145502.705000', '145502.708000', '145502.710000', '145502.713000', '145502.715000', '145502.718000', '145502.721000', '145502.723000', '145502.726000', '145502.728000', '145502.731000', '145502.734000', '145502.736000', '145502.739000', '145502.741000', '145502.744000', '145502.747000', '145502.749000', '145502.752000', '145502.754000', '145502.757000', '145502.759000', '145502.762000', '145502.765000', '145502.767000', '145502.770000', '145502.772000', '145502.775000', '145502.778000', '145502.780000', '145502.783000', '145502.785000', '145502.788000', '145502.791000', '145502.793000', '145502.796000', '145502.798000', '145502.801000', '145502.804000', '145502.806000', '145502.809000', '145522.699000', '145522.701000', '145522.704000', '145522.707000', '145522.709000', '145522.712000', '145522.715000', '145522.717000', '145522.720000', '145522.722000', '145522.725000', '145522.728000', '145522.730000', '145522.733000', '145522.736000', '145522.738000', '145522.741000', '145522.743000', '145522.746000', '145522.749000', '145522.753000', '145522.756000', '145522.758000', '145522.761000', '145522.763000', '145522.766000', '145522.769000', '145522.771000', '145522.774000', '145522.776000', '145522.779000', '145522.782000', '145522.784000', '145522.787000', '145522.789000', '145522.792000', '145522.795000', '145522.797000', '145522.800000', '145522.803000', '145522.805000', '145522.808000', '145522.810000', '145522.813000', '145542.699000', '145542.702000', '145542.704000', '145542.707000', '145542.710000', '145542.712000', '145542.715000', '145542.717000', '145542.720000', '145542.723000', '145542.725000', '145542.728000', '145542.730000', '145542.733000', '145542.735000', '145542.738000', '145542.741000', '145542.744000', '145542.746000', '145542.749000', '145542.751000', '145542.754000', '145542.757000', '145542.759000', '145542.762000', '145542.764000', '145542.767000', '145542.769000', '145542.772000', '145542.775000', '145542.777000', '145542.780000', '145542.783000', '145542.785000', '145542.788000', '145542.791000', '145542.793000', '145542.796000', '145542.799000', '145542.801000', '145542.804000', '145542.806000', '145542.809000', '145602.698000', '145602.701000', '145602.704000', '145602.707000', '145602.709000', '145602.718000', '145602.721000', '145602.724000', '145602.726000', '145602.729000', '145602.731000', '145602.734000', '145602.736000', '145602.739000', '145602.742000', '145602.744000', '145602.747000', '145602.749000', '145602.752000', '145602.755000', '145602.757000', '145602.760000', '145602.762000', '145602.765000', '145602.767000', '145602.770000', '145602.773000', '145602.775000', '145602.778000', '145602.780000', '145602.783000', '145602.802000', '145602.805000', '145602.807000', '145602.810000', '145602.812000', '145602.815000', '145602.818000', '145602.820000', '145602.823000', '145602.825000', '145602.828000', '145602.830000', '145602.833000', '145622.699000', '145622.702000', '145622.704000', '145622.707000', '145622.709000', '145622.712000', '145622.715000', '145622.717000', '145622.720000', '145622.723000', '145622.725000', '145622.728000', '145622.730000', '145622.733000', '145622.736000', '145622.738000', '145622.741000', '145622.744000', '145622.746000', '145622.749000', '145622.751000', '145622.754000', '145622.756000', '145622.759000', '145622.762000', '145622.764000', '145622.767000', '145622.769000', '145622.772000', '145622.775000', '145622.777000', '145622.780000', '145622.783000', '145622.785000', '145622.788000', '145622.791000', '145622.793000', '145622.796000', '145622.798000', '145622.801000', '145622.804000', '145622.806000', '145622.809000', '145642.698000', '145642.701000', '145642.704000', '145642.707000', '145642.709000', '145642.712000', '145642.715000', '145642.717000', '145642.720000', '145642.723000', '145642.725000', '145642.728000', '145642.730000', '145642.733000', '145642.736000', '145642.738000', '145642.741000', '145642.743000', '145642.746000', '145642.748000', '145642.751000', '145642.754000', '145642.756000', '145642.759000', '145642.761000', '145642.764000', '145642.767000', '145642.769000', '145642.772000', '145642.774000', '145642.777000', '145642.780000', '145642.782000', '145642.785000', '145642.787000', '145642.790000', '145642.793000', '145642.795000', '145642.798000', '145642.800000', '145642.803000', '145642.806000', '145642.808000', '145642.811000', '145702.699000', '145702.702000', '145702.705000', '145702.707000', '145702.710000', '145702.713000', '145702.715000', '145702.718000', '145702.720000', '145702.723000', '145702.726000', '145702.728000', '145702.731000', '145702.734000', '145702.736000', '145702.739000', '145702.741000', '145702.744000', '145702.747000', '145702.749000', '145702.752000', '145702.754000', '145702.757000', '145702.759000', '145702.762000', '145702.765000', '145702.767000', '145702.770000', '145702.772000', '145702.775000', '145702.778000', '145702.780000', '145702.783000', '145702.785000', '145702.788000', '145702.791000', '145702.793000', '145702.796000', '145702.798000', '145702.801000', '145702.804000', '145702.806000', '145702.809000', '145722.700000', '145722.702000', '145722.705000', '145722.708000', '145722.710000', '145722.713000', '145722.716000', '145722.718000', '145722.721000', '145722.724000', '145722.726000', '145722.729000', '145722.731000', '145722.734000', '145722.737000', '145722.739000', '145722.742000', '145722.745000', '145722.747000', '145722.750000', '145722.752000', '145722.755000', '145722.758000', '145722.760000', '145722.763000', '145722.765000', '145722.768000', '145722.782000', '145722.784000', '145722.787000', '145722.790000', '145722.792000', '145722.795000', '145722.797000', '145722.800000', '145722.803000', '145722.806000', '145722.808000', '145722.811000', '145722.813000', '145722.816000', '145722.819000', '145722.821000', '145722.824000', '145742.699000', '145742.702000', '145742.704000', '145742.707000', '145742.709000', '145742.712000', '145742.715000', '145742.717000', '145742.720000', '145742.722000', '145742.725000', '145742.728000', '145742.730000', '145742.733000', '145742.735000', '145742.738000', '145742.741000', '145742.743000', '145742.746000', '145742.748000', '145742.751000', '145742.754000', '145742.756000', '145742.759000', '145742.761000', '145742.764000', '145742.767000', '145742.769000', '145742.772000', '145742.774000', '145742.777000', '145742.780000', '145742.782000', '145742.785000', '145742.787000', '145742.790000', '145742.793000', '145742.795000', '145742.798000', '145742.800000', '145742.803000', '145742.805000', '145742.808000', '145802.699000', '145802.701000', '145802.704000', '145802.707000', '145802.709000', '145802.712000', '145802.715000', '145802.717000', '145802.720000', '145802.722000', '145802.725000', '145802.728000', '145802.730000', '145802.733000', '145802.735000', '145802.738000', '145802.741000', '145802.743000', '145802.746000', '145802.748000', '145802.751000', '145802.754000', '145802.756000', '145802.759000', '145802.762000', '145802.764000', '145802.767000', '145802.769000', '145802.772000', '145802.775000', '145802.777000', '145802.780000', '145802.782000', '145802.785000', '145802.787000', '145802.790000', '145802.793000', '145802.795000', '145802.798000', '145802.800000', '145802.803000', '145802.806000', '145802.808000', '145802.811000', '145822.699000', '145822.701000', '145822.704000', '145822.707000', '145822.709000', '145822.712000', '145822.714000', '145822.717000', '145822.719000', '145822.722000', '145822.725000', '145822.727000', '145822.730000', '145822.732000', '145822.735000', '145822.738000', '145822.740000', '145822.743000', '145822.745000', '145822.748000', '145822.751000', '145822.753000', '145822.756000', '145822.758000', '145822.761000', '145822.764000', '145822.766000', '145822.769000', '145822.771000', '145822.774000', '145822.777000', '145822.779000', '145822.782000', '145822.784000', '145822.787000', '145822.790000', '145822.792000', '145822.795000', '145822.797000', '145822.800000', '145822.803000', '145822.805000', '145822.808000', '145842.699000', '145842.701000', '145842.704000', '145842.707000', '145842.709000', '145842.712000', '145842.714000', '145842.717000', '145842.720000', '145842.722000', '145842.725000', '145842.727000', '145842.730000', '145842.733000', '145842.735000', '145842.738000', '145842.740000', '145842.743000', '145842.746000', '145842.748000', '145842.751000', '145842.753000', '145842.756000', '145842.758000', '145842.783000', '145842.786000', '145842.788000', '145842.791000', '145842.794000', '145842.796000', '145842.799000', '145842.802000', '145842.804000', '145842.807000', '145842.809000', '145842.812000', '145842.815000', '145842.817000', '145842.820000', '145842.822000', '145842.825000', '145842.828000', '145842.830000', '145842.833000', '145902.699000', '145902.701000', '145902.704000', '145902.707000', '145902.709000', '145902.712000', '145902.714000', '145902.717000', '145902.720000', '145902.722000', '145902.725000', '145902.728000', '145902.730000', '145902.733000', '145902.735000', '145902.738000', '145902.741000', '145902.743000', '145902.746000', '145902.749000', '145902.751000', '145902.754000', '145902.756000', '145902.759000', '145902.762000', '145902.764000', '145902.767000', '145902.769000', '145902.772000', '145902.775000', '145902.777000', '145902.780000', '145902.782000', '145902.785000', '145902.788000', '145902.790000', '145902.793000', '145902.796000', '145902.798000', '145902.801000', '145902.803000', '145902.806000', '145902.808000', '145922.700000', '145922.703000', '145922.705000', '145922.708000', '145922.711000', '145922.713000', '145922.716000', '145922.718000', '145922.721000', '145922.724000', '145922.726000', '145922.729000', '145922.732000', '145922.734000', '145922.737000', '145922.739000', '145922.742000', '145922.745000', '145922.747000', '145922.750000', '145922.753000', '145922.755000', '145922.758000', '145922.760000', '145922.763000', '145922.766000', '145922.768000', '145922.771000', '145922.773000', '145922.776000', '145922.779000', '145922.781000', '145922.795000', '145922.797000', '145922.800000', '145922.802000', '145922.805000', '145922.808000', '145922.810000', '145922.813000', '145922.815000', '145922.818000', '145922.821000', '145922.823000', '145942.700000', '145942.703000', '145942.705000', '145942.708000', '145942.711000', '145942.713000', '145942.716000', '145942.718000', '145942.721000', '145942.724000', '145942.726000', '145942.729000', '145942.731000', '145942.734000', '145942.737000', '145942.739000', '145942.742000', '145942.744000', '145942.747000', '145942.750000', '145942.752000', '145942.755000', '145942.758000', '145942.760000', '145942.763000', '145942.765000', '145942.768000', '145942.771000', '145942.773000', '145942.776000', '145942.778000', '145942.781000', '145942.784000', '145942.786000', '145942.789000', '145942.792000', '145942.794000', '145942.797000', '145942.800000', '145942.802000', '145942.805000', '145942.807000', '145942.810000', '150002.699000', '150002.702000', '150002.704000', '150002.707000', '150002.710000', '150002.712000', '150002.744000', '150002.747000', '150002.749000', '150002.752000', '150002.754000', '150002.757000', '150002.760000', '150002.762000', '150002.765000', '150002.767000', '150002.770000', '150002.773000', '150002.775000', '150002.778000', '150002.781000', '150002.783000', '150002.786000', '150002.788000', '150002.791000', '150002.794000', '150002.796000', '150002.799000', '150002.802000', '150002.804000', '150002.807000', '150002.809000', '150002.812000', '150002.815000', '150002.817000', '150002.820000', '150002.822000', '150002.825000', '150002.828000', '150002.830000', '150002.833000', '150002.835000', '150002.838000', '150022.699000', '150022.701000', '150022.704000', '150022.707000', '150022.709000', '150022.712000', '150022.715000', '150022.717000', '150022.720000', '150022.723000', '150022.725000', '150022.728000', '150022.730000', '150022.733000', '150022.735000', '150022.738000', '150022.741000', '150022.743000', '150022.746000', '150022.748000', '150022.751000', '150022.754000', '150022.756000', '150022.759000', '150022.762000', '150022.764000', '150022.767000', '150022.769000', '150022.772000', '150022.774000', '150022.777000', '150022.780000', '150022.782000', '150022.785000', '150022.788000', '150022.790000', '150022.793000', '150022.795000', '150022.798000', '150022.800000', '150022.803000', '150022.806000', '150022.808000', '150022.811000', '150042.699000', '150042.701000', '150042.704000', '150042.707000', '150042.709000', '150042.712000', '150042.714000', '150042.717000', '150042.720000', '150042.722000', '150042.725000', '150042.728000', '150042.734000', '150042.738000', '150042.740000', '150042.743000', '150042.746000', '150042.748000', '150042.751000', '150042.754000', '150042.756000', '150042.759000', '150042.761000', '150042.764000', '150042.767000', '150042.769000', '150042.772000', '150042.774000', '150042.777000', '150042.780000', '150042.782000', '150042.785000', '150042.788000', '150042.790000', '150042.793000', '150042.796000', '150042.798000', '150042.801000', '150042.804000', '150042.806000', '150042.809000', '150042.811000', '150042.814000', '150102.699000', '150102.702000', '150102.705000', '150102.707000', '150102.710000', '150102.713000', '150102.715000', '150102.718000', '150102.721000', '150102.723000', '150102.726000', '150102.728000', '150102.731000', '150102.733000', '150102.736000', '150102.739000', '150102.741000', '150102.744000', '150102.747000', '150102.749000', '150102.752000', '150102.755000', '150102.757000', '150102.760000', '150102.762000', '150102.765000', '150102.768000', '150102.770000', '150102.773000', '150102.775000', '150102.778000', '150102.780000', '150102.783000', '150102.786000', '150102.788000', '150102.791000', '150102.794000', '150102.796000', '150102.799000', '150102.801000', '150102.804000', '150102.807000', '150102.809000', '150102.812000', '150122.699000', '150122.701000', '150122.704000', '150122.707000', '150122.709000', '150122.712000', '150122.715000', '150122.717000', '150122.720000', '150122.722000', '150122.725000', '150122.728000', '150122.730000', '150122.733000', '150122.735000', '150122.738000', '150122.740000', '150122.743000', '150122.746000', '150122.748000', '150122.751000', '150122.753000', '150122.756000', '150122.759000', '150122.761000', '150122.764000', '150122.766000', '150122.769000', '150122.772000', '150122.774000', '150122.777000', '150122.779000', '150122.782000', '150122.785000', '150122.787000', '150122.790000', '150122.792000', '150122.795000', '150122.797000', '150122.800000', '150122.803000', '150122.805000', '150122.808000', '150142.700000', '150142.702000', '150142.705000', '150142.708000', '150142.710000', '150142.713000', '150142.716000', '150142.718000', '150142.721000', '150142.723000', '150142.726000', '150142.729000', '150142.731000', '150142.734000', '150142.736000', '150142.739000', '150142.742000', '150142.744000', '150142.747000', '150142.750000', '150142.752000', '150142.755000', '150142.757000', '150142.760000', '150142.763000', '150142.765000', '150142.768000', '150142.770000', '150142.773000', '150142.776000', '150142.778000', '150142.781000', '150142.784000', '150142.786000', '150142.789000', '150142.791000', '150142.794000', '150142.797000', '150142.799000', '150142.802000', '150142.805000', '150142.807000', '150142.810000', '150142.812000', '150202.700000', '150202.703000', '150202.705000', '150202.708000', '150202.711000', '150202.713000', '150202.716000', '150202.718000', '150202.721000', '150202.724000', '150202.726000', '150202.729000', '150202.732000', '150202.734000', '150202.737000', '150202.739000', '150202.742000', '150202.745000', '150202.747000', '150202.750000', '150202.752000', '150202.763000', '150202.766000', '150202.769000', '150202.771000', '150202.774000', '150202.777000', '150202.780000', '150202.783000', '150202.785000', '150202.788000', '150202.791000', '150202.793000', '150202.796000', '150202.798000', '150202.801000', '150202.804000', '150202.806000', '150202.809000', '150202.811000', '150202.814000', '150202.817000', '150202.819000', '150222.699000', '150222.702000', '150222.704000', '150222.707000', '150222.709000', '150222.712000', '150222.715000', '150222.717000', '150222.720000', '150222.722000', '150222.725000', '150222.728000', '150222.730000', '150222.733000', '150222.736000', '150222.738000', '150222.741000', '150222.743000', '150222.746000', '150222.749000', '150222.751000', '150222.754000', '150222.756000', '150222.759000', '150222.762000', '150222.764000', '150222.767000', '150222.769000', '150222.772000', '150222.780000', '150222.783000', '150222.785000', '150222.788000', '150222.791000', '150222.793000', '150222.796000', '150222.798000', '150222.801000', '150222.804000', '150222.806000', '150222.809000', '150222.811000', '150222.814000', '150222.817000', '150242.699000', '150242.702000', '150242.704000', '150242.707000', '150242.709000', '150242.712000', '150242.715000', '150242.717000', '150242.720000', '150242.722000', '150242.725000', '150242.728000', '150242.730000', '150242.733000', '150242.735000', '150242.738000', '150242.741000', '150242.743000', '150242.746000', '150242.748000', '150242.751000', '150242.754000', '150242.756000', '150242.759000', '150242.761000', '150242.764000', '150242.766000', '150242.769000', '150242.772000', '150242.774000', '150242.777000', '150242.780000', '150242.782000', '150242.785000', '150242.787000', '150242.790000', '150242.793000', '150242.795000', '150242.798000', '150242.801000', '150242.803000', '150242.806000', '150242.808000', '150302.699000', '150302.702000', '150302.704000', '150302.707000', '150302.709000', '150302.712000', '150302.715000', '150302.717000', '150302.720000', '150302.722000', '150302.725000', '150302.728000', '150302.730000', '150302.733000', '150302.736000', '150302.738000', '150302.741000', '150302.743000', '150302.746000', '150302.749000', '150302.751000', '150302.754000', '150302.756000', '150302.759000', '150302.761000', '150302.764000', '150302.767000', '150302.769000', '150302.772000', '150302.775000', '150302.777000', '150302.780000', '150302.782000', '150302.785000', '150302.788000', '150302.790000', '150302.793000', '150302.795000', '150302.798000', '150302.801000', '150302.803000', '150302.806000', '150302.809000', '150302.811000', '150322.699000', '150322.702000', '150322.704000', '150322.707000', '150322.709000', '150322.712000', '150322.715000', '150322.717000', '150322.720000', '150322.723000', '150322.725000', '150322.728000', '150322.730000', '150322.733000', '150322.736000', '150322.738000', '150322.741000', '150322.743000', '150322.746000', '150322.749000', '150322.751000', '150322.754000', '150322.756000', '150322.759000', '150322.762000', '150322.764000', '150322.767000', '150322.770000', '150322.772000', '150322.775000', '150322.777000', '150322.780000', '150322.783000', '150322.785000', '150322.798000', '150322.801000', '150322.803000', '150322.806000', '150322.809000', '150322.811000', '150322.815000', '150322.817000', '150322.820000', '150342.699000', '150342.702000', '150342.704000', '150342.707000', '150342.721000', '150342.724000', '150342.726000', '150342.729000', '150342.732000', '150342.734000', '150342.737000', '150342.740000', '150342.742000', '150342.745000', '150342.747000', '150342.750000', '150342.753000', '150342.755000', '150342.758000', '150342.760000', '150342.763000', '150342.766000', '150342.768000', '150342.771000', '150342.774000', '150342.776000', '150342.779000', '150342.781000', '150342.784000', '150342.787000', '150342.789000', '150342.792000', '150342.795000', '150342.797000', '150342.800000', '150342.803000', '150342.805000', '150342.808000', '150342.810000', '150342.813000', '150342.816000', '150342.818000', '150342.821000', '150342.824000', '150402.700000', '150402.703000', '150402.705000', '150402.708000', '150402.711000', '150402.713000', '150402.716000', '150402.718000', '150402.721000', '150402.724000', '150402.726000', '150402.729000', '150402.731000', '150402.734000', '150402.737000', '150402.739000', '150402.742000', '150402.744000', '150402.747000', '150402.750000', '150402.752000', '150402.755000', '150402.757000', '150402.760000', '150402.763000', '150402.765000', '150402.768000', '150402.770000', '150402.773000', '150402.776000', '150402.778000', '150402.781000', '150402.783000', '150402.786000', '150402.789000', '150402.791000', '150402.794000', '150402.796000', '150402.799000', '150402.802000', '150402.805000', '150402.807000', '150402.810000', '150406.457000', '150406.459000', '150406.462000', '150406.465000', '150406.467000', '150406.470000', '150406.473000', '150406.476000', '150406.478000'], 'InstanceCreationTime': ['145002.745000', '145002.748000', '145002.751000', '145002.754000', '145002.756000', '145002.759000', '145002.762000', '145002.774000', '145002.776000', '145002.779000', '145002.781000', '145002.784000', '145002.786000', '145002.789000', '145002.792000', '145002.794000', '145002.797000', '145002.803000', '145002.806000', '145002.808000', '145002.811000', '145002.813000', '145002.816000', '145002.819000', '145022.700000', '145022.702000', '145022.705000', '145022.708000', '145022.710000', '145022.721000', '145022.723000', '145022.726000', '145022.728000', '145022.731000', '145022.733000', '145022.736000', '145022.739000', '145022.741000', '145022.744000', '145022.746000', '145022.749000', '145022.752000', '145022.754000', '145022.757000', '145022.759000', '145022.762000', '145022.764000', '145022.767000', '145022.769000', '145022.772000', '145022.774000', '145022.777000', '145022.780000', '145022.782000', '145022.785000', '145022.787000', '145022.793000', '145022.796000', '145022.798000', '145022.801000', '145022.804000', '145022.806000', '145022.809000', '145022.811000', '145022.814000', '145022.816000', '145022.819000', '145022.821000', '145042.698000', '145042.701000', '145042.704000', '145042.706000', '145042.709000', '145042.712000', '145042.714000', '145042.717000', '145042.719000', '145042.722000', '145042.725000', '145042.727000', '145042.730000', '145042.732000', '145042.735000', '145042.737000', '145042.740000', '145042.743000', '145042.745000', '145042.748000', '145042.750000', '145042.753000', '145042.756000', '145042.758000', '145042.761000', '145042.763000', '145042.766000', '145042.768000', '145042.771000', '145042.773000', '145042.776000', '145042.808000', '145042.810000', '145042.813000', '145042.815000', '145042.818000', '145042.820000', '145042.823000', '145042.826000', '145042.828000', '145042.831000', '145042.833000', '145042.836000', '145102.698000', '145102.701000', '145102.704000', '145102.707000', '145102.709000', '145102.712000', '145102.714000', '145102.717000', '145102.720000', '145102.722000', '145102.725000', '145102.728000', '145102.730000', '145102.733000', '145102.735000', '145102.738000', '145102.740000', '145102.743000', '145102.746000', '145102.748000', '145102.751000', '145102.753000', '145102.756000', '145102.758000', '145102.761000', '145102.764000', '145102.767000', '145102.770000', '145102.773000', '145102.776000', '145102.778000', '145102.781000', '145102.783000', '145102.786000', '145102.789000', '145102.791000', '145102.794000', '145102.796000', '145102.799000', '145102.802000', '145102.804000', '145102.807000', '145102.809000', '145122.698000', '145122.701000', '145122.704000', '145122.706000', '145122.709000', '145122.712000', '145122.714000', '145122.717000', '145122.719000', '145122.722000', '145122.725000', '145122.727000', '145122.730000', '145122.732000', '145122.735000', '145122.738000', '145122.740000', '145122.743000', '145122.745000', '145122.748000', '145122.750000', '145122.753000', '145122.756000', '145122.758000', '145122.761000', '145122.763000', '145122.766000', '145122.768000', '145122.771000', '145122.774000', '145122.776000', '145122.779000', '145122.782000', '145122.784000', '145122.787000', '145122.789000', '145122.792000', '145122.795000', '145122.797000', '145122.800000', '145122.802000', '145122.805000', '145122.808000', '145122.840000', '145142.700000', '145142.703000', '145142.705000', '145142.708000', '145142.710000', '145142.713000', '145142.716000', '145142.718000', '145142.721000', '145142.724000', '145142.726000', '145142.729000', '145142.731000', '145142.734000', '145142.737000', '145142.739000', '145142.742000', '145142.744000', '145142.747000', '145142.750000', '145142.752000', '145142.755000', '145142.758000', '145142.760000', '145142.763000', '145142.765000', '145142.768000', '145142.771000', '145142.773000', '145142.776000', '145142.778000', '145142.781000', '145142.784000', '145142.786000', '145142.789000', '145142.791000', '145142.794000', '145142.796000', '145142.799000', '145142.802000', '145142.804000', '145142.807000', '145142.810000', '145142.812000', '145202.699000', '145202.701000', '145202.704000', '145202.707000', '145202.709000', '145202.712000', '145202.715000', '145202.717000', '145202.720000', '145202.722000', '145202.725000', '145202.727000', '145202.730000', '145202.733000', '145202.735000', '145202.738000', '145202.740000', '145202.743000', '145202.746000', '145202.748000', '145202.751000', '145202.753000', '145202.756000', '145202.758000', '145202.761000', '145202.764000', '145202.766000', '145202.769000', '145202.772000', '145202.774000', '145202.777000', '145202.779000', '145202.782000', '145202.784000', '145202.787000', '145202.790000', '145202.792000', '145202.795000', '145202.797000', '145202.800000', '145202.803000', '145202.805000', '145202.808000', '145222.700000', '145222.702000', '145222.705000', '145222.708000', '145222.710000', '145222.713000', '145222.716000', '145222.718000', '145222.721000', '145222.723000', '145222.726000', '145222.729000', '145222.731000', '145222.734000', '145222.736000', '145222.739000', '145222.741000', '145222.744000', '145222.747000', '145222.749000', '145222.752000', '145222.754000', '145222.757000', '145222.759000', '145222.762000', '145222.765000', '145222.767000', '145222.770000', '145222.772000', '145222.775000', '145222.777000', '145222.780000', '145222.782000', '145222.785000', '145222.788000', '145222.790000', '145222.793000', '145222.795000', '145222.798000', '145222.801000', '145222.803000', '145222.806000', '145222.808000', '145242.699000', '145242.702000', '145242.705000', '145242.707000', '145242.710000', '145242.713000', '145242.715000', '145242.718000', '145242.721000', '145242.723000', '145242.726000', '145242.728000', '145242.731000', '145242.734000', '145242.736000', '145242.739000', '145242.741000', '145242.744000', '145242.746000', '145242.749000', '145242.752000', '145242.754000', '145242.757000', '145242.759000', '145242.762000', '145242.765000', '145242.767000', '145242.770000', '145242.772000', '145242.775000', '145242.778000', '145242.780000', '145242.783000', '145242.785000', '145242.788000', '145242.791000', '145242.793000', '145242.796000', '145242.798000', '145242.801000', '145242.804000', '145242.806000', '145242.809000', '145242.811000', '145302.698000', '145302.701000', '145302.713000', '145302.716000', '145302.719000', '145302.721000', '145302.724000', '145302.727000', '145302.729000', '145302.732000', '145302.734000', '145302.739000', '145302.742000', '145302.744000', '145302.747000', '145302.749000', '145302.752000', '145302.755000', '145302.757000', '145302.760000', '145302.762000', '145302.765000', '145302.768000', '145302.770000', '145302.773000', '145302.776000', '145302.778000', '145302.781000', '145302.783000', '145302.786000', '145302.789000', '145302.791000', '145302.794000', '145302.797000', '145302.800000', '145302.802000', '145302.805000', '145302.808000', '145302.822000', '145302.825000', '145302.828000', '145302.831000', '145302.833000', '145322.698000', '145322.701000', '145322.712000', '145322.714000', '145322.717000', '145322.720000', '145322.722000', '145322.725000', '145322.727000', '145322.730000', '145322.733000', '145322.735000', '145322.738000', '145322.741000', '145322.743000', '145322.746000', '145322.748000', '145322.751000', '145322.754000', '145322.756000', '145322.759000', '145322.761000', '145322.764000', '145322.767000', '145322.769000', '145322.772000', '145322.775000', '145322.777000', '145322.780000', '145322.782000', '145322.785000', '145322.788000', '145322.790000', '145322.793000', '145322.795000', '145322.798000', '145322.801000', '145322.803000', '145322.806000', '145322.809000', '145322.811000', '145322.814000', '145322.816000', '145322.819000', '145342.699000', '145342.702000', '145342.704000', '145342.707000', '145342.709000', '145342.712000', '145342.715000', '145342.717000', '145342.720000', '145342.722000', '145342.725000', '145342.728000', '145342.730000', '145342.733000', '145342.735000', '145342.738000', '145342.741000', '145342.743000', '145342.746000', '145342.750000', '145342.753000', '145342.755000', '145342.758000', '145342.760000', '145342.763000', '145342.766000', '145342.768000', '145342.771000', '145342.773000', '145342.776000', '145342.779000', '145342.781000', '145342.784000', '145342.786000', '145342.789000', '145342.792000', '145342.794000', '145342.797000', '145342.800000', '145342.802000', '145342.805000', '145342.807000', '145342.810000', '145402.699000', '145402.701000', '145402.704000', '145402.707000', '145402.709000', '145402.712000', '145402.714000', '145402.717000', '145402.720000', '145402.722000', '145402.725000', '145402.727000', '145402.730000', '145402.733000', '145402.735000', '145402.738000', '145402.740000', '145402.743000', '145402.746000', '145402.748000', '145402.751000', '145402.753000', '145402.756000', '145402.759000', '145402.761000', '145402.764000', '145402.766000', '145402.769000', '145402.771000', '145402.774000', '145402.777000', '145402.779000', '145402.782000', '145402.785000', '145402.787000', '145402.790000', '145402.792000', '145402.795000', '145402.798000', '145402.800000', '145402.803000', '145402.806000', '145402.808000', '145402.811000', '145422.699000', '145422.701000', '145422.704000', '145422.707000', '145422.709000', '145422.712000', '145422.715000', '145422.717000', '145422.720000', '145422.722000', '145422.725000', '145422.728000', '145422.730000', '145422.733000', '145422.735000', '145422.738000', '145422.741000', '145422.743000', '145422.746000', '145422.748000', '145422.751000', '145422.753000', '145422.756000', '145422.759000', '145422.761000', '145422.764000', '145422.766000', '145422.769000', '145422.772000', '145422.774000', '145422.779000', '145422.782000', '145422.785000', '145422.787000', '145422.790000', '145422.793000', '145422.796000', '145422.799000', '145422.801000', '145422.804000', '145422.807000', '145422.809000', '145422.812000', '145442.699000', '145442.702000', '145442.705000', '145442.707000', '145442.710000', '145442.713000', '145442.723000', '145442.726000', '145442.729000', '145442.731000', '145442.734000', '145442.736000', '145442.739000', '145442.742000', '145442.744000', '145442.747000', '145442.750000', '145442.752000', '145442.755000', '145442.758000', '145442.760000', '145442.763000', '145442.766000', '145442.768000', '145442.771000', '145442.773000', '145442.776000', '145442.779000', '145442.781000', '145442.784000', '145442.786000', '145442.789000', '145442.792000', '145442.794000', '145442.797000', '145442.799000', '145442.802000', '145442.805000', '145442.807000', '145442.810000', '145442.812000', '145442.815000', '145442.817000', '145442.820000', '145502.700000', '145502.702000', '145502.705000', '145502.708000', '145502.710000', '145502.713000', '145502.715000', '145502.718000', '145502.721000', '145502.723000', '145502.726000', '145502.728000', '145502.731000', '145502.734000', '145502.736000', '145502.739000', '145502.741000', '145502.744000', '145502.747000', '145502.749000', '145502.752000', '145502.754000', '145502.757000', '145502.759000', '145502.762000', '145502.765000', '145502.767000', '145502.770000', '145502.772000', '145502.775000', '145502.778000', '145502.780000', '145502.783000', '145502.785000', '145502.788000', '145502.791000', '145502.793000', '145502.796000', '145502.798000', '145502.801000', '145502.804000', '145502.806000', '145502.809000', '145522.699000', '145522.701000', '145522.704000', '145522.707000', '145522.709000', '145522.712000', '145522.715000', '145522.717000', '145522.720000', '145522.722000', '145522.725000', '145522.728000', '145522.730000', '145522.733000', '145522.736000', '145522.738000', '145522.741000', '145522.743000', '145522.746000', '145522.749000', '145522.753000', '145522.756000', '145522.758000', '145522.761000', '145522.763000', '145522.766000', '145522.769000', '145522.771000', '145522.774000', '145522.776000', '145522.779000', '145522.782000', '145522.784000', '145522.787000', '145522.789000', '145522.792000', '145522.795000', '145522.797000', '145522.800000', '145522.803000', '145522.805000', '145522.808000', '145522.810000', '145522.813000', '145542.699000', '145542.702000', '145542.704000', '145542.707000', '145542.710000', '145542.712000', '145542.715000', '145542.717000', '145542.720000', '145542.723000', '145542.725000', '145542.728000', '145542.730000', '145542.733000', '145542.735000', '145542.738000', '145542.741000', '145542.744000', '145542.746000', '145542.749000', '145542.751000', '145542.754000', '145542.757000', '145542.759000', '145542.762000', '145542.764000', '145542.767000', '145542.769000', '145542.772000', '145542.775000', '145542.777000', '145542.780000', '145542.783000', '145542.785000', '145542.788000', '145542.791000', '145542.793000', '145542.796000', '145542.799000', '145542.801000', '145542.804000', '145542.806000', '145542.809000', '145602.698000', '145602.701000', '145602.704000', '145602.707000', '145602.709000', '145602.718000', '145602.721000', '145602.724000', '145602.726000', '145602.729000', '145602.731000', '145602.734000', '145602.736000', '145602.739000', '145602.742000', '145602.744000', '145602.747000', '145602.749000', '145602.752000', '145602.755000', '145602.757000', '145602.760000', '145602.762000', '145602.765000', '145602.767000', '145602.770000', '145602.773000', '145602.775000', '145602.778000', '145602.780000', '145602.783000', '145602.802000', '145602.805000', '145602.807000', '145602.810000', '145602.812000', '145602.815000', '145602.818000', '145602.820000', '145602.823000', '145602.825000', '145602.828000', '145602.830000', '145602.833000', '145622.699000', '145622.702000', '145622.704000', '145622.707000', '145622.709000', '145622.712000', '145622.715000', '145622.717000', '145622.720000', '145622.723000', '145622.725000', '145622.728000', '145622.730000', '145622.733000', '145622.736000', '145622.738000', '145622.741000', '145622.744000', '145622.746000', '145622.749000', '145622.751000', '145622.754000', '145622.756000', '145622.759000', '145622.762000', '145622.764000', '145622.767000', '145622.769000', '145622.772000', '145622.775000', '145622.777000', '145622.780000', '145622.783000', '145622.785000', '145622.788000', '145622.791000', '145622.793000', '145622.796000', '145622.798000', '145622.801000', '145622.804000', '145622.806000', '145622.809000', '145642.698000', '145642.701000', '145642.704000', '145642.707000', '145642.709000', '145642.712000', '145642.715000', '145642.717000', '145642.720000', '145642.723000', '145642.725000', '145642.728000', '145642.730000', '145642.733000', '145642.736000', '145642.738000', '145642.741000', '145642.743000', '145642.746000', '145642.748000', '145642.751000', '145642.754000', '145642.756000', '145642.759000', '145642.761000', '145642.764000', '145642.767000', '145642.769000', '145642.772000', '145642.774000', '145642.777000', '145642.780000', '145642.782000', '145642.785000', '145642.787000', '145642.790000', '145642.793000', '145642.795000', '145642.798000', '145642.800000', '145642.803000', '145642.806000', '145642.808000', '145642.811000', '145702.699000', '145702.702000', '145702.705000', '145702.707000', '145702.710000', '145702.713000', '145702.715000', '145702.718000', '145702.720000', '145702.723000', '145702.726000', '145702.728000', '145702.731000', '145702.734000', '145702.736000', '145702.739000', '145702.741000', '145702.744000', '145702.747000', '145702.749000', '145702.752000', '145702.754000', '145702.757000', '145702.759000', '145702.762000', '145702.765000', '145702.767000', '145702.770000', '145702.772000', '145702.775000', '145702.778000', '145702.780000', '145702.783000', '145702.785000', '145702.788000', '145702.791000', '145702.793000', '145702.796000', '145702.798000', '145702.801000', '145702.804000', '145702.806000', '145702.809000', '145722.700000', '145722.702000', '145722.705000', '145722.708000', '145722.710000', '145722.713000', '145722.716000', '145722.718000', '145722.721000', '145722.724000', '145722.726000', '145722.729000', '145722.731000', '145722.734000', '145722.737000', '145722.739000', '145722.742000', '145722.745000', '145722.747000', '145722.750000', '145722.752000', '145722.755000', '145722.758000', '145722.760000', '145722.763000', '145722.765000', '145722.768000', '145722.782000', '145722.784000', '145722.787000', '145722.790000', '145722.792000', '145722.795000', '145722.797000', '145722.800000', '145722.803000', '145722.806000', '145722.808000', '145722.811000', '145722.813000', '145722.816000', '145722.819000', '145722.821000', '145722.824000', '145742.699000', '145742.702000', '145742.704000', '145742.707000', '145742.709000', '145742.712000', '145742.715000', '145742.717000', '145742.720000', '145742.722000', '145742.725000', '145742.728000', '145742.730000', '145742.733000', '145742.735000', '145742.738000', '145742.741000', '145742.743000', '145742.746000', '145742.748000', '145742.751000', '145742.754000', '145742.756000', '145742.759000', '145742.761000', '145742.764000', '145742.767000', '145742.769000', '145742.772000', '145742.774000', '145742.777000', '145742.780000', '145742.782000', '145742.785000', '145742.787000', '145742.790000', '145742.793000', '145742.795000', '145742.798000', '145742.800000', '145742.803000', '145742.805000', '145742.808000', '145802.699000', '145802.701000', '145802.704000', '145802.707000', '145802.709000', '145802.712000', '145802.715000', '145802.717000', '145802.720000', '145802.722000', '145802.725000', '145802.728000', '145802.730000', '145802.733000', '145802.735000', '145802.738000', '145802.741000', '145802.743000', '145802.746000', '145802.748000', '145802.751000', '145802.754000', '145802.756000', '145802.759000', '145802.762000', '145802.764000', '145802.767000', '145802.769000', '145802.772000', '145802.775000', '145802.777000', '145802.780000', '145802.782000', '145802.785000', '145802.787000', '145802.790000', '145802.793000', '145802.795000', '145802.798000', '145802.800000', '145802.803000', '145802.806000', '145802.808000', '145802.811000', '145822.699000', '145822.701000', '145822.704000', '145822.707000', '145822.709000', '145822.712000', '145822.714000', '145822.717000', '145822.719000', '145822.722000', '145822.725000', '145822.727000', '145822.730000', '145822.732000', '145822.735000', '145822.738000', '145822.740000', '145822.743000', '145822.745000', '145822.748000', '145822.751000', '145822.753000', '145822.756000', '145822.758000', '145822.761000', '145822.764000', '145822.766000', '145822.769000', '145822.771000', '145822.774000', '145822.777000', '145822.779000', '145822.782000', '145822.784000', '145822.787000', '145822.790000', '145822.792000', '145822.795000', '145822.797000', '145822.800000', '145822.803000', '145822.805000', '145822.808000', '145842.699000', '145842.701000', '145842.704000', '145842.707000', '145842.709000', '145842.712000', '145842.714000', '145842.717000', '145842.720000', '145842.722000', '145842.725000', '145842.727000', '145842.730000', '145842.733000', '145842.735000', '145842.738000', '145842.740000', '145842.743000', '145842.746000', '145842.748000', '145842.751000', '145842.753000', '145842.756000', '145842.758000', '145842.783000', '145842.786000', '145842.788000', '145842.791000', '145842.794000', '145842.796000', '145842.799000', '145842.802000', '145842.804000', '145842.807000', '145842.809000', '145842.812000', '145842.815000', '145842.817000', '145842.820000', '145842.822000', '145842.825000', '145842.828000', '145842.830000', '145842.833000', '145902.699000', '145902.701000', '145902.704000', '145902.707000', '145902.709000', '145902.712000', '145902.714000', '145902.717000', '145902.720000', '145902.722000', '145902.725000', '145902.728000', '145902.730000', '145902.733000', '145902.735000', '145902.738000', '145902.741000', '145902.743000', '145902.746000', '145902.749000', '145902.751000', '145902.754000', '145902.756000', '145902.759000', '145902.762000', '145902.764000', '145902.767000', '145902.769000', '145902.772000', '145902.775000', '145902.777000', '145902.780000', '145902.782000', '145902.785000', '145902.788000', '145902.790000', '145902.793000', '145902.796000', '145902.798000', '145902.801000', '145902.803000', '145902.806000', '145902.808000', '145922.700000', '145922.703000', '145922.705000', '145922.708000', '145922.711000', '145922.713000', '145922.716000', '145922.718000', '145922.721000', '145922.724000', '145922.726000', '145922.729000', '145922.732000', '145922.734000', '145922.737000', '145922.739000', '145922.742000', '145922.745000', '145922.747000', '145922.750000', '145922.753000', '145922.755000', '145922.758000', '145922.760000', '145922.763000', '145922.766000', '145922.768000', '145922.771000', '145922.773000', '145922.776000', '145922.779000', '145922.781000', '145922.795000', '145922.797000', '145922.800000', '145922.802000', '145922.805000', '145922.808000', '145922.810000', '145922.813000', '145922.815000', '145922.818000', '145922.821000', '145922.823000', '145942.700000', '145942.703000', '145942.705000', '145942.708000', '145942.711000', '145942.713000', '145942.716000', '145942.718000', '145942.721000', '145942.724000', '145942.726000', '145942.729000', '145942.731000', '145942.734000', '145942.737000', '145942.739000', '145942.742000', '145942.744000', '145942.747000', '145942.750000', '145942.752000', '145942.755000', '145942.758000', '145942.760000', '145942.763000', '145942.765000', '145942.768000', '145942.771000', '145942.773000', '145942.776000', '145942.778000', '145942.781000', '145942.784000', '145942.786000', '145942.789000', '145942.792000', '145942.794000', '145942.797000', '145942.800000', '145942.802000', '145942.805000', '145942.807000', '145942.810000', '150002.699000', '150002.702000', '150002.704000', '150002.707000', '150002.710000', '150002.712000', '150002.744000', '150002.747000', '150002.749000', '150002.752000', '150002.754000', '150002.757000', '150002.760000', '150002.762000', '150002.765000', '150002.767000', '150002.770000', '150002.773000', '150002.775000', '150002.778000', '150002.781000', '150002.783000', '150002.786000', '150002.788000', '150002.791000', '150002.794000', '150002.796000', '150002.799000', '150002.802000', '150002.804000', '150002.807000', '150002.809000', '150002.812000', '150002.815000', '150002.817000', '150002.820000', '150002.822000', '150002.825000', '150002.828000', '150002.830000', '150002.833000', '150002.835000', '150002.838000', '150022.699000', '150022.701000', '150022.704000', '150022.707000', '150022.709000', '150022.712000', '150022.715000', '150022.717000', '150022.720000', '150022.723000', '150022.725000', '150022.728000', '150022.730000', '150022.733000', '150022.735000', '150022.738000', '150022.741000', '150022.743000', '150022.746000', '150022.748000', '150022.751000', '150022.754000', '150022.756000', '150022.759000', '150022.762000', '150022.764000', '150022.767000', '150022.769000', '150022.772000', '150022.774000', '150022.777000', '150022.780000', '150022.782000', '150022.785000', '150022.788000', '150022.790000', '150022.793000', '150022.795000', '150022.798000', '150022.800000', '150022.803000', '150022.806000', '150022.808000', '150022.811000', '150042.699000', '150042.701000', '150042.704000', '150042.707000', '150042.709000', '150042.712000', '150042.714000', '150042.717000', '150042.720000', '150042.722000', '150042.725000', '150042.728000', '150042.734000', '150042.738000', '150042.740000', '150042.743000', '150042.746000', '150042.748000', '150042.751000', '150042.754000', '150042.756000', '150042.759000', '150042.761000', '150042.764000', '150042.767000', '150042.769000', '150042.772000', '150042.774000', '150042.777000', '150042.780000', '150042.782000', '150042.785000', '150042.788000', '150042.790000', '150042.793000', '150042.796000', '150042.798000', '150042.801000', '150042.804000', '150042.806000', '150042.809000', '150042.811000', '150042.814000', '150102.699000', '150102.702000', '150102.705000', '150102.707000', '150102.710000', '150102.713000', '150102.715000', '150102.718000', '150102.721000', '150102.723000', '150102.726000', '150102.728000', '150102.731000', '150102.733000', '150102.736000', '150102.739000', '150102.741000', '150102.744000', '150102.747000', '150102.749000', '150102.752000', '150102.755000', '150102.757000', '150102.760000', '150102.762000', '150102.765000', '150102.768000', '150102.770000', '150102.773000', '150102.775000', '150102.778000', '150102.780000', '150102.783000', '150102.786000', '150102.788000', '150102.791000', '150102.794000', '150102.796000', '150102.799000', '150102.801000', '150102.804000', '150102.807000', '150102.809000', '150102.812000', '150122.699000', '150122.701000', '150122.704000', '150122.707000', '150122.709000', '150122.712000', '150122.715000', '150122.717000', '150122.720000', '150122.722000', '150122.725000', '150122.728000', '150122.730000', '150122.733000', '150122.735000', '150122.738000', '150122.740000', '150122.743000', '150122.746000', '150122.748000', '150122.751000', '150122.753000', '150122.756000', '150122.759000', '150122.761000', '150122.764000', '150122.766000', '150122.769000', '150122.772000', '150122.774000', '150122.777000', '150122.779000', '150122.782000', '150122.785000', '150122.787000', '150122.790000', '150122.792000', '150122.795000', '150122.797000', '150122.800000', '150122.803000', '150122.805000', '150122.808000', '150142.700000', '150142.702000', '150142.705000', '150142.708000', '150142.710000', '150142.713000', '150142.716000', '150142.718000', '150142.721000', '150142.723000', '150142.726000', '150142.729000', '150142.731000', '150142.734000', '150142.736000', '150142.739000', '150142.742000', '150142.744000', '150142.747000', '150142.750000', '150142.752000', '150142.755000', '150142.757000', '150142.760000', '150142.763000', '150142.765000', '150142.768000', '150142.770000', '150142.773000', '150142.776000', '150142.778000', '150142.781000', '150142.784000', '150142.786000', '150142.789000', '150142.791000', '150142.794000', '150142.797000', '150142.799000', '150142.802000', '150142.805000', '150142.807000', '150142.810000', '150142.812000', '150202.700000', '150202.703000', '150202.705000', '150202.708000', '150202.711000', '150202.713000', '150202.716000', '150202.718000', '150202.721000', '150202.724000', '150202.726000', '150202.729000', '150202.732000', '150202.734000', '150202.737000', '150202.739000', '150202.742000', '150202.745000', '150202.747000', '150202.750000', '150202.752000', '150202.763000', '150202.766000', '150202.769000', '150202.771000', '150202.774000', '150202.777000', '150202.780000', '150202.783000', '150202.785000', '150202.788000', '150202.791000', '150202.793000', '150202.796000', '150202.798000', '150202.801000', '150202.804000', '150202.806000', '150202.809000', '150202.811000', '150202.814000', '150202.817000', '150202.819000', '150222.699000', '150222.702000', '150222.704000', '150222.707000', '150222.709000', '150222.712000', '150222.715000', '150222.717000', '150222.720000', '150222.722000', '150222.725000', '150222.728000', '150222.730000', '150222.733000', '150222.736000', '150222.738000', '150222.741000', '150222.743000', '150222.746000', '150222.749000', '150222.751000', '150222.754000', '150222.756000', '150222.759000', '150222.762000', '150222.764000', '150222.767000', '150222.769000', '150222.772000', '150222.780000', '150222.783000', '150222.785000', '150222.788000', '150222.791000', '150222.793000', '150222.796000', '150222.798000', '150222.801000', '150222.804000', '150222.806000', '150222.809000', '150222.811000', '150222.814000', '150222.817000', '150242.699000', '150242.702000', '150242.704000', '150242.707000', '150242.709000', '150242.712000', '150242.715000', '150242.717000', '150242.720000', '150242.722000', '150242.725000', '150242.728000', '150242.730000', '150242.733000', '150242.735000', '150242.738000', '150242.741000', '150242.743000', '150242.746000', '150242.748000', '150242.751000', '150242.754000', '150242.756000', '150242.759000', '150242.761000', '150242.764000', '150242.766000', '150242.769000', '150242.772000', '150242.774000', '150242.777000', '150242.780000', '150242.782000', '150242.785000', '150242.787000', '150242.790000', '150242.793000', '150242.795000', '150242.798000', '150242.801000', '150242.803000', '150242.806000', '150242.808000', '150302.699000', '150302.702000', '150302.704000', '150302.707000', '150302.709000', '150302.712000', '150302.715000', '150302.717000', '150302.720000', '150302.722000', '150302.725000', '150302.728000', '150302.730000', '150302.733000', '150302.736000', '150302.738000', '150302.741000', '150302.743000', '150302.746000', '150302.749000', '150302.751000', '150302.754000', '150302.756000', '150302.759000', '150302.761000', '150302.764000', '150302.767000', '150302.769000', '150302.772000', '150302.775000', '150302.777000', '150302.780000', '150302.782000', '150302.785000', '150302.788000', '150302.790000', '150302.793000', '150302.795000', '150302.798000', '150302.801000', '150302.803000', '150302.806000', '150302.809000', '150302.811000', '150322.699000', '150322.702000', '150322.704000', '150322.707000', '150322.709000', '150322.712000', '150322.715000', '150322.717000', '150322.720000', '150322.723000', '150322.725000', '150322.728000', '150322.730000', '150322.733000', '150322.736000', '150322.738000', '150322.741000', '150322.743000', '150322.746000', '150322.749000', '150322.751000', '150322.754000', '150322.756000', '150322.759000', '150322.762000', '150322.764000', '150322.767000', '150322.770000', '150322.772000', '150322.775000', '150322.777000', '150322.780000', '150322.783000', '150322.785000', '150322.798000', '150322.801000', '150322.803000', '150322.806000', '150322.809000', '150322.811000', '150322.815000', '150322.817000', '150322.820000', '150342.699000', '150342.702000', '150342.704000', '150342.707000', '150342.721000', '150342.724000', '150342.726000', '150342.729000', '150342.732000', '150342.734000', '150342.737000', '150342.740000', '150342.742000', '150342.745000', '150342.747000', '150342.750000', '150342.753000', '150342.755000', '150342.758000', '150342.760000', '150342.763000', '150342.766000', '150342.768000', '150342.771000', '150342.774000', '150342.776000', '150342.779000', '150342.781000', '150342.784000', '150342.787000', '150342.789000', '150342.792000', '150342.795000', '150342.797000', '150342.800000', '150342.803000', '150342.805000', '150342.808000', '150342.810000', '150342.813000', '150342.816000', '150342.818000', '150342.821000', '150342.824000', '150402.700000', '150402.703000', '150402.705000', '150402.708000', '150402.711000', '150402.713000', '150402.716000', '150402.718000', '150402.721000', '150402.724000', '150402.726000', '150402.729000', '150402.731000', '150402.734000', '150402.737000', '150402.739000', '150402.742000', '150402.744000', '150402.747000', '150402.750000', '150402.752000', '150402.755000', '150402.757000', '150402.760000', '150402.763000', '150402.765000', '150402.768000', '150402.770000', '150402.773000', '150402.776000', '150402.778000', '150402.781000', '150402.783000', '150402.786000', '150402.789000', '150402.791000', '150402.794000', '150402.796000', '150402.799000', '150402.802000', '150402.805000', '150402.807000', '150402.810000', '150406.457000', '150406.459000', '150406.462000', '150406.465000', '150406.467000', '150406.470000', '150406.473000', '150406.476000', '150406.478000'], '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': [8951, 8451, 12800, 9278, 14296, 11011, 13967, 10239, 12155, 8082, 9351, 8161, 8645, 8158, 8798, 9190, 8607, 8422, 8042, 12324, 8225, 11687, 9199, 12444, 7999, 9736, 8333, 8081, 8230, 7908, 13959, 9263, 12359, 8403, 12103, 8089, 8187, 8137, 8379, 9593, 8188, 13819, 11408, 11210, 8133, 10339, 8154, 10192, 7930, 10885, 8567, 11695, 7859, 8108, 7815, 8002, 13327, 9745, 13659, 11018, 10879, 7754, 8169, 8269, 8111, 12099, 8478, 9143, 7934, 9296, 7852, 12007, 8012, 11532, 8467, 11313, 8282, 9475, 9788, 7921, 14254, 8241, 12834, 10600, 13082, 8099, 9313, 11590, 8029, 13376, 8306, 10675, 8027, 10220, 8062, 8112, 12859, 8271, 12598, 9246, 11767, 8550, 9367, 8296, 8178, 8261, 7945, 8070, 7992, 10099, 7733, 13362, 7988, 12842, 9564, 11651, 8092, 10016, 8138, 7987, 7978, 8119, 12277, 10178, 9143, 9588, 8172, 8007, 8055, 8239, 11010, 9961, 14966, 11750, 12664, 9517, 13488, 7763, 13075, 9947, 12846, 9169, 14090, 9682, 12687, 10847, 8071, 13261, 8254, 11924, 8035, 11025, 7982, 10797, 9482, 8083, 14118, 8353, 9042, 8004, 8321, 8164, 8852, 8792, 10972, 8021, 8183, 11452, 8404, 9968, 8267, 8393, 8217, 9960, 8099, 8111, 8871, 8068, 13520, 9301, 12655, 10142, 13525, 8597, 10928, 8997, 8455, 13531, 8105, 12883, 9942, 12578, 8399, 10301, 7997, 8145, 10495, 8116, 14649, 11253, 11632, 8102, 9221, 8185, 8151, 13422, 8191, 12385, 9582, 10483, 8204, 8059, 8129, 8204, 12325, 7861, 11434, 8138, 8343, 7996, 8861, 7938, 9720, 7846, 10833, 7901, 10423, 8114, 8067, 10465, 9231, 15721, 12711, 14678, 11632, 13509, 8617, 12024, 9276, 12796, 11227, 14809, 9998, 12195, 8399, 8744, 8112, 8423, 12353, 11025, 13040, 10986, 14570, 8150, 12082, 8182, 11817, 9161, 14032, 9513, 11927, 8330, 7884, 8348, 8117, 8638, 8188, 14767, 10390, 11789, 7952, 11119, 8000, 11809, 9340, 12078, 8746, 11167, 7802, 9835, 7921, 10275, 8032, 9365, 7997, 8042, 8051, 11403, 8006, 13781, 8145, 10554, 7928, 11345, 11119, 14283, 7819, 8689, 7765, 8822, 11649, 11828, 14600, 13581, 8077, 9823, 10161, 7912, 13788, 10534, 14937, 12035, 13746, 8767, 11092, 7959, 10342, 8196, 12935, 7642, 8316, 8291, 11119, 8926, 13073, 10743, 8558, 10208, 7865, 12129, 8940, 10999, 12741, 9876, 14968, 9697, 13653, 9199, 12373, 11508, 8650, 13422, 8094, 11152, 8003, 12300, 10189, 7629, 10049, 7843, 9606, 7937, 10911, 8214, 14021, 10671, 12539, 7964, 10418, 7887, 10394, 8934, 11383, 12029, 7954, 9851, 7748, 9109, 7658, 10394, 7822, 13995, 8724, 12625, 9410, 8604, 9068, 8576, 8256, 9865, 11316, 9239, 11848, 9517, 14123, 11966, 8271, 10192, 9300, 13666, 9069, 15958, 13040, 14696, 8916, 14152, 8533, 14252, 11159, 15860, 12561, 14505, 10370, 13419, 8300, 12582, 8425, 13746, 11344, 11947, 8320, 12618, 8625, 12907, 8757, 14955, 12375, 14395, 9753, 13499, 8557, 13661, 9248, 14585, 12582, 14895, 9951, 14404, 8673, 14172, 9172, 13951, 10880, 15479, 10174, 12956, 8344, 10077, 8711, 10590, 8700, 14384, 8593, 10653, 8373, 8641, 8675, 10745, 9409, 15076, 8695, 13214, 8595, 10197, 8484, 11152, 9237, 13350, 12058, 15605, 8324, 9834, 8998, 8378, 15652, 12055, 16212, 12841, 13000, 8902, 12067, 8534, 13021, 10707, 15071, 11734, 12439, 8403, 9622, 8507, 11183, 8955, 12687, 8320, 8965, 8564, 8750, 8403, 11779, 8669, 13514, 8390, 9006, 8364, 9437, 8864, 10989, 12999, 14183, 8402, 10033, 10693, 8850, 15207, 11162, 15894, 12882, 13292, 8433, 10599, 8482, 10210, 8515, 10881, 10646, 11866, 8361, 8425, 12358, 8099, 12414, 8602, 12915, 9328, 11917, 8451, 8459, 7740, 8937, 13649, 10657, 13010, 7768, 11923, 7928, 11089, 8068, 12523, 8307, 10838, 7841, 9071, 8099, 8991, 12450, 11385, 10931, 8470, 14095, 9447, 13538, 9281, 13645, 10373, 13206, 8204, 9122, 8193, 9039, 11089, 9342, 15794, 12959, 14971, 11051, 13345, 8239, 9718, 9155, 8066, 8408, 9033, 8143, 8362, 8013, 8851, 8301, 9906, 9951, 11024, 7924, 8352, 12330, 8505, 16108, 12465, 15905, 12911, 14849, 8345, 9148, 11390, 8245, 15344, 10408, 14407, 11290, 11492, 8072, 8500, 8008, 8026, 16075, 11853, 14094, 8704, 12148, 7867, 9755, 8192, 9259, 9454, 13356, 8136, 8604, 9168, 8172, 16108, 11837, 15034, 12695, 15394, 8400, 11053, 8199, 9270, 9572, 9991, 14411, 12053, 8358, 8464, 11794, 8637, 14059, 11581, 12343, 8381, 12576, 8256, 12581, 8807, 14184, 10584, 15187, 8395, 9670, 8277, 8463, 15220, 9407, 15777, 12719, 13922, 8624, 9867, 8412, 8676, 10723, 8219, 15797, 11278, 13600, 10427, 10442, 8336, 8134, 8217, 8216, 8401, 8309, 14937, 11120, 12078, 8285, 12509, 8272, 12676, 9038, 12299, 9218, 12413, 8280, 8819, 8188, 8163, 14211, 8404, 14647, 11692, 11085, 8094, 8900, 8272, 9335, 10323, 13430, 8622, 8718, 8025, 8126, 9653, 8279, 12485, 9543, 7934, 8185, 13258, 8237, 14502, 11515, 16037, 12632, 15573, 10485, 12345, 8250, 12434, 11978, 12118, 14536, 13171, 13586, 9417, 13494, 8062, 10736, 8180, 10593, 8461, 10321, 8138, 8051, 8296, 8377, 7959, 8733, 10189, 14065, 8080, 8433, 8273, 8208, 9295, 14409, 8274, 10835, 8625, 10257, 13865, 12291, 16525, 14138, 17167, 15017, 15663, 9596, 10555, 8292, 8686, 16351, 11526, 15026, 12530, 11338, 8253, 7902, 8349, 8521, 8191, 8218, 15427, 11516, 14946, 12320, 13663, 8111, 10795, 8185, 10007, 8491, 9358, 8537, 8700, 11021, 10697, 8075, 8151, 11111, 8255, 11882, 7988, 12964, 10661, 12655, 8142, 10535, 8089, 9001, 8351, 10306, 8698, 11995, 8200, 10485, 8332, 12045, 10062, 8448, 11091, 8281, 9817, 12693, 15455, 13349, 16323, 9810, 14494, 17009, 14540, 16430, 13043, 13254, 8817, 10135, 8570, 8988, 9949, 13456, 8802, 8943, 14779, 8161, 12313, 8771, 11965, 8599, 11222, 8558, 8305, 8363, 8281, 15857, 11531, 13916, 8183, 11902, 8512, 11912, 8749, 12791, 8453, 9169, 8433, 8698, 14265, 11458, 15173, 9877, 13722, 8242, 9976, 8175, 13115, 11355, 8376, 9583, 8330, 8598, 7866, 9522, 9973, 15791, 14259, 11454, 16209, 10544, 7881, 8333, 8232, 8048, 9606, 9025, 9226, 13895, 11571, 13740, 13069, 12951, 16966, 12486, 17492, 13561, 17242, 14372, 15408, 11989, 13560, 10431, 8673, 9931, 8391, 9202, 8589, 9093, 8409, 10222, 8348, 8133, 9177, 7818, 8186, 8316, 8823, 9208, 7993, 8785, 8749, 8501, 9009, 9113, 10703, 8070, 8846, 10479, 9358, 13661, 10922, 13901, 12959, 14859, 13585, 15292, 13674, 17022, 14457, 10040, 11297, 8197, 10734, 8547, 11085, 8681, 14689, 9667, 14554, 8167, 12907, 8208, 11283, 8220, 12303, 8273, 12520, 8661, 14413, 9358, 12735, 7961, 11801, 8078, 13412, 9055, 13374, 8902, 13867, 10109, 12363, 8032, 13259, 8976, 10744, 9512, 10477, 8174, 9523, 7812, 7871, 11097, 7941, 14805, 9672, 13915, 7973, 14188, 7875, 12895, 7910, 14042, 10911, 15130, 9645, 10443, 8325, 9005, 9320, 13877, 11667, 16530, 13643, 13724, 9301, 15362, 9131, 14537, 10213, 13761, 9518, 14331, 7926, 9635, 7786, 8726, 11285, 8105, 16129, 11151, 14283, 7833, 12397, 7821, 12363, 8937, 13536, 9788, 13282, 8006, 9414, 8110, 9024, 9958, 12246, 8170, 9411, 10930, 8328, 16699, 9144, 15487, 12437, 13515, 8533, 11193, 8079, 9016, 10191, 8317, 16709, 12026, 14766, 8152, 14034, 7979, 11498, 8612, 9476, 12250, 10559, 12002, 7971, 14768, 7907, 13201, 8786, 13080, 10698, 15160, 8245, 9378, 9456, 8072, 16197, 9552, 15424, 12602, 13203, 8440, 11729, 8185, 10970, 8393, 12665, 10397, 16010, 8280, 9581, 8481, 9072, 8189, 9133, 13830, 12641, 12219, 10675, 9629, 8908, 12723, 8424, 15956, 12909, 15491, 9472, 14064, 8209, 12647, 8895, 12531, 8910, 14759, 7870, 7731, 8420, 15747, 13168, 12450, 9975, 9939, 8827, 16378, 13554, 16113, 11129, 13853, 12271, 14919, 12228, 9459, 14986, 8113, 10307, 8403, 8893, 9505, 8139, 15075, 8140, 10449, 8196, 8425, 8452, 8005, 13515, 7923, 11058, 8299, 8134, 8139, 8210, 8044, 8116, 11328, 8152, 9681, 8204, 8292, 8025, 8210, 11481, 8099, 13666, 10696, 13652, 8031, 10872, 9885, 10071, 15729, 12296, 15749, 9753, 14563, 9629, 10780, 14228, 11413, 17220, 13584, 12593, 8865, 10296, 13307, 8792, 15847, 12504, 13088, 8541, 9712, 8408, 9104, 10674, 8411, 16519, 11417, 13984, 8309, 12363, 8299, 11230, 11701, 12181, 13054, 8496, 15463, 9690, 13388, 9527, 11437, 13377, 11717, 15902, 8356, 11381, 8326, 9630, 8673, 9715, 8282, 8860, 16126, 8322, 13469, 8575, 11620, 10683, 13294, 8400, 8883, 10663, 8372, 13864, 8624, 14715, 11714, 14147, 9056, 11567, 8503, 9600, 11724, 9218, 17211, 13802, 14852, 9019, 12369, 8685, 10420, 10463, 9744, 16441, 13684, 15326, 9575, 14433, 8446, 12088, 8803, 10089, 9374, 8614, 16901, 10926, 13991, 8488, 10160, 8340, 8546, 8755, 8551, 16024, 10528, 13335, 8190, 10399, 8282, 8463, 8641, 9095, 8673, 8965, 8395, 8357, 8391, 8691, 13226, 9594, 16493, 12530, 14007, 9177, 15642, 8547, 15239, 11355, 14721, 10145, 14585, 11249, 13840, 8601, 9800, 8155, 8895, 10381, 8596, 16614, 12480, 16015, 11510, 15120, 8334, 13212, 8641, 13885, 10589, 15703, 12434, 16201, 10522, 11826, 8580, 10099, 8452, 9257, 8561, 14113, 8252, 8771, 8538, 10769, 9164, 15378, 8905, 13985, 8915, 13891, 10526, 16899, 13420, 16313, 9367, 15371, 10928, 15885, 12933, 17762, 14001, 17380, 10403, 12793, 9081, 10023, 9895, 14973, 8752, 9043, 8920, 8783, 10890, 9915, 14974, 13331, 9179, 9233, 10334, 9083, 15702, 11839, 15209, 10600, 14399, 9035, 13872, 8954, 14275, 9808, 15158, 12270, 14605, 8936, 12958, 8749, 13747, 9407, 15561, 11115, 11467, 12108, 8294, 8651, 8219, 7908, 7856, 8777, 9192, 8993, 9544, 8133, 8194, 9721, 12166, 11655, 14680, 13117, 14782, 16207, 12846, 17236, 11310, 16880, 10821, 14539, 15461, 11162, 16176, 8521, 14492, 8315, 9557, 8549, 8180, 8326, 8617, 8167, 8005, 8143, 7866, 8826, 8536, 8475, 8137, 7956, 8001, 7959, 8593, 8551, 8140, 10958, 8895, 15546, 11795, 16593, 13242, 15932, 8473, 14660, 11488, 12673, 17297, 11769, 16705, 13538, 11803, 8627, 10053, 16776, 8687, 14588, 8900, 9687, 10450, 8111, 16614, 11653, 12430, 8098, 8335, 8091, 8197, 8098, 8298, 9534, 7804, 8088, 8301, 8164, 8102, 8050, 10101, 9087, 10945, 14387, 11208, 16791, 13173, 12972, 8476, 15508, 10537, 14545, 11043, 10301, 17603, 11546, 14704, 10123, 10103, 11062, 7989, 15951, 7949, 10409, 8125, 8406, 14438, 7774, 13858, 9211, 8381, 8286, 8179, 12023, 8084, 10808, 8373, 7989, 8496, 7974, 8629, 8084, 12312, 7982, 11842, 7889, 9483, 10594, 8203, 14593, 8115, 12654, 8184, 11622, 8026, 12429, 10160, 11722, 8346, 10816, 16110, 11688, 17221, 13018, 16491, 11249, 11982, 15206, 12163, 18391, 14464, 17366, 13560, 14019, 9036, 9568, 12143, 10335, 13942, 7800, 14084, 8542, 8185, 7756, 8275, 8645, 7946, 11964, 9868, 13706, 9300, 12913, 9194, 9103, 15314, 12702, 13406, 10575, 9490, 15006, 11683, 14480, 11739, 11967, 8648, 12301, 8221, 7941, 8065, 8171, 8153, 8326, 11390, 9348, 8082, 8303, 11121, 7972, 10573, 8077, 11600, 9686, 7991, 10484, 10356, 15289, 9650, 12957, 10758, 13402, 11155, 14957, 12361, 17311, 14114, 17361, 13407, 16524, 13059, 17274, 13486, 13976, 10069, 11863, 8504, 11539, 11107, 8821, 16617, 10706, 14490, 9688, 11428, 8097, 8004, 13042, 8081, 9867, 7819, 10131, 7738, 8332, 8423, 7989, 7859, 7825, 8043, 8480, 8238, 7942, 9365, 7878, 12887, 10387, 14255, 14420, 13655, 12817, 10247, 16340, 13651, 15196, 11464, 12289, 13794, 11427, 16393, 8011, 12878, 8072, 8099, 7960, 7991, 16944, 11255, 13181, 8079, 8532, 8179, 8000, 8835, 8348, 8359, 8087, 12247, 7945, 10570, 8015, 8810, 7989, 9616, 8686, 10267, 13427, 10979, 17393, 14498, 14143, 10546, 13351, 10152, 13308, 11827, 15612, 9725, 10341, 15138, 7810, 14346, 9781, 11691, 8413, 9390, 13801, 10935, 15606, 8132, 12302, 8989, 8231, 7790, 9734, 8583, 9178, 8071, 8231, 8030, 8138, 8068, 7947, 9090, 9674, 8039, 14802, 9801, 14466, 9345, 15268, 11510, 15008, 12091, 16346, 8238, 8461, 10342, 13529, 15339, 7428, 8410, 10646, 10062, 15462, 12913, 8704, 9445, 7587, 9372, 8616, 7769, 14481, 10819, 13845, 12427, 9271, 15953, 12670, 12862, 13713, 9937, 7694, 8708, 7904, 11588, 8120, 14977, 11574, 9047, 8621, 8215, 8965, 8082, 12312, 7947, 16160, 13369, 13443, 8918, 14081, 10038, 11023, 10070, 8092, 11138, 8021, 7919, 8482, 7979, 11948, 9696, 13502, 15294, 12344, 14813, 8678, 14707, 12407, 16213, 13484, 9457, 10535, 15160, 10954, 14899, 12023, 15183, 10658, 15812, 13009, 15671, 8275, 9451, 7912, 8772, 8810, 8933, 8347, 8515, 7909, 9508, 7627, 11727, 7885, 8382, 7893, 11325, 8929, 14884, 11766, 16380, 13381, 12448, 7951, 11102, 7985, 11257, 8398, 12735, 11052, 12897, 9310, 9562, 13690, 8229, 12539, 8095, 14523, 11901, 14288, 9096, 8071, 8147], 'WindowCenter': [4685.0, 4673.0, 4695.0, 4667.0, 4703.0, 4672.0, 4679.0, 4673.0, 4667.0, 4630.0, 4651.0, 4631.0, 4641.0, 4642.0, 4640.0, 4639.0, 4630.0, 4656.0, 4672.0, 4692.0, 4642.0, 4669.0, 4640.0, 4667.0, 4632.0, 4661.0, 4617.0, 4643.0, 4643.0, 4644.0, 4703.0, 4665.0, 4693.0, 4644.0, 4682.0, 4644.0, 4669.0, 4658.0, 4620.0, 4651.0, 4644.0, 4679.0, 4673.0, 4661.0, 4618.0, 4650.0, 4633.0, 4660.0, 4632.0, 4660.0, 4631.0, 4673.0, 4634.0, 4631.0, 4609.0, 4621.0, 4680.0, 4651.0, 4680.0, 4673.0, 4661.0, 4607.0, 4631.0, 4615.0, 4630.0, 4656.0, 4655.0, 4651.0, 4607.0, 4635.0, 4618.0, 4667.0, 4618.0, 4671.0, 4631.0, 4672.0, 4644.0, 4650.0, 4661.0, 4630.0, 4701.0, 4630.0, 4678.0, 4673.0, 4680.0, 4631.0, 4640.0, 4669.0, 4630.0, 4678.0, 4631.0, 4660.0, 4607.0, 4649.0, 4604.0, 4618.0, 4667.0, 4617.0, 4642.0, 4624.0, 4667.0, 4641.0, 4640.0, 4641.0, 4642.0, 4616.0, 4631.0, 4630.0, 4644.0, 4672.0, 4622.0, 4680.0, 4644.0, 4693.0, 4677.0, 4683.0, 4645.0, 4675.0, 4645.0, 4645.0, 4631.0, 4645.0, 4680.0, 4676.0, 4664.0, 4652.0, 4619.0, 4634.0, 4643.0, 4645.0, 4673.0, 4675.0, 4726.0, 4697.0, 4691.0, 4652.0, 4680.0, 4620.0, 4678.0, 4649.0, 4669.0, 4639.0, 4691.0, 4650.0, 4682.0, 4658.0, 4617.0, 4677.0, 4629.0, 4655.0, 4618.0, 4659.0, 4619.0, 4660.0, 4638.0, 4620.0, 4677.0, 4629.0, 4613.0, 4606.0, 4629.0, 4630.0, 4641.0, 4642.0, 4659.0, 4629.0, 4629.0, 4656.0, 4632.0, 4649.0, 4629.0, 4642.0, 4644.0, 4662.0, 4633.0, 4633.0, 4652.0, 4632.0, 4690.0, 4664.0, 4682.0, 4674.0, 4689.0, 4643.0, 4673.0, 4639.0, 4631.0, 4679.0, 4634.0, 4680.0, 4662.0, 4680.0, 4630.0, 4663.0, 4633.0, 4621.0, 4650.0, 4632.0, 4700.0, 4673.0, 4669.0, 4632.0, 4641.0, 4632.0, 4634.0, 4696.0, 4631.0, 4682.0, 4651.0, 4647.0, 4630.0, 4617.0, 4606.0, 4631.0, 4680.0, 4633.0, 4681.0, 4629.0, 4630.0, 4643.0, 4640.0, 4644.0, 4664.0, 4646.0, 4674.0, 4646.0, 4675.0, 4634.0, 4646.0, 4673.0, 4665.0, 4713.0, 4682.0, 4702.0, 4684.0, 4680.0, 4644.0, 4681.0, 4652.0, 4681.0, 4672.0, 4700.0, 4661.0, 4680.0, 4631.0, 4640.0, 4630.0, 4630.0, 4680.0, 4673.0, 4678.0, 4671.0, 4692.0, 4631.0, 4670.0, 4629.0, 4670.0, 4651.0, 4690.0, 4651.0, 4668.0, 4630.0, 4630.0, 4630.0, 4632.0, 4640.0, 4643.0, 4700.0, 4660.0, 4680.0, 4634.0, 4671.0, 4632.0, 4681.0, 4665.0, 4695.0, 4657.0, 4683.0, 4634.0, 4661.0, 4644.0, 4673.0, 4646.0, 4664.0, 4644.0, 4643.0, 4645.0, 4685.0, 4645.0, 4705.0, 4644.0, 4673.0, 4644.0, 4686.0, 4683.0, 4703.0, 4633.0, 4654.0, 4633.0, 4652.0, 4671.0, 4684.0, 4702.0, 4691.0, 4631.0, 4661.0, 4660.0, 4632.0, 4690.0, 4662.0, 4699.0, 4680.0, 4691.0, 4641.0, 4671.0, 4630.0, 4662.0, 4643.0, 4669.0, 4580.0, 4653.0, 4635.0, 4672.0, 4653.0, 4694.0, 4674.0, 4642.0, 4662.0, 4633.0, 4681.0, 4643.0, 4671.0, 4683.0, 4653.0, 4691.0, 4653.0, 4679.0, 4641.0, 4669.0, 4671.0, 4643.0, 4693.0, 4623.0, 4659.0, 4623.0, 4682.0, 4662.0, 4622.0, 4651.0, 4621.0, 4639.0, 4620.0, 4659.0, 4633.0, 4688.0, 4662.0, 4670.0, 4622.0, 4660.0, 4633.0, 4650.0, 4643.0, 4671.0, 4682.0, 4622.0, 4651.0, 4621.0, 4642.0, 4622.0, 4662.0, 4623.0, 4696.0, 4634.0, 4659.0, 4660.0, 4638.0, 4622.0, 4648.0, 4639.0, 4630.0, 4623.0, 4602.0, 4684.0, 4678.0, 4719.0, 4712.0, 4661.0, 4692.0, 4681.0, 4720.0, 4670.0, 4731.0, 4711.0, 4720.0, 4671.0, 4719.0, 4671.0, 4718.0, 4688.0, 4719.0, 4700.0, 4708.0, 4679.0, 4707.0, 4659.0, 4698.0, 4661.0, 4708.0, 4701.0, 4699.0, 4662.0, 4709.0, 4672.0, 4710.0, 4671.0, 4730.0, 4712.0, 4719.0, 4681.0, 4709.0, 4661.0, 4717.0, 4670.0, 4718.0, 4698.0, 4706.0, 4681.0, 4718.0, 4660.0, 4708.0, 4669.0, 4717.0, 4688.0, 4718.0, 4679.0, 4708.0, 4660.0, 4678.0, 4660.0, 4690.0, 4672.0, 4731.0, 4671.0, 4690.0, 4661.0, 4670.0, 4671.0, 4689.0, 4682.0, 4720.0, 4671.0, 4710.0, 4661.0, 4681.0, 4671.0, 4701.0, 4669.0, 4710.0, 4698.0, 4719.0, 4649.0, 4666.0, 4669.0, 4660.0, 4718.0, 4700.0, 4717.0, 4699.0, 4696.0, 4659.0, 4695.0, 4659.0, 4707.0, 4689.0, 4717.0, 4698.0, 4696.0, 4646.0, 4678.0, 4670.0, 4699.0, 4670.0, 4708.0, 4662.0, 4671.0, 4671.0, 4670.0, 4661.0, 4710.0, 4671.0, 4720.0, 4661.0, 4671.0, 4660.0, 4681.0, 4669.0, 4691.0, 4708.0, 4709.0, 4648.0, 4679.0, 4678.0, 4669.0, 4717.0, 4689.0, 4717.0, 4698.0, 4694.0, 4648.0, 4677.0, 4658.0, 4678.0, 4657.0, 4688.0, 4676.0, 4698.0, 4647.0, 4659.0, 4698.0, 4661.0, 4710.0, 4659.0, 4709.0, 4668.0, 4698.0, 4659.0, 4673.0, 4678.0, 4685.0, 4710.0, 4691.0, 4699.0, 4652.0, 4701.0, 4662.0, 4690.0, 4663.0, 4724.0, 4673.0, 4692.0, 4650.0, 4672.0, 4676.0, 4673.0, 4710.0, 4688.0, 4675.0, 4659.0, 4720.0, 4681.0, 4709.0, 4670.0, 4709.0, 4679.0, 4721.0, 4672.0, 4681.0, 4661.0, 4673.0, 4700.0, 4681.0, 4729.0, 4710.0, 4730.0, 4703.0, 4710.0, 4659.0, 4678.0, 4681.0, 4662.0, 4661.0, 4671.0, 4662.0, 4661.0, 4663.0, 4683.0, 4672.0, 4692.0, 4691.0, 4701.0, 4662.0, 4673.0, 4710.0, 4673.0, 4730.0, 4711.0, 4730.0, 4710.0, 4719.0, 4659.0, 4670.0, 4688.0, 4660.0, 4717.0, 4689.0, 4718.0, 4688.0, 4688.0, 4637.0, 4660.0, 4649.0, 4661.0, 4728.0, 4687.0, 4719.0, 4660.0, 4697.0, 4659.0, 4680.0, 4659.0, 4681.0, 4680.0, 4720.0, 4661.0, 4672.0, 4681.0, 4660.0, 4729.0, 4701.0, 4719.0, 4710.0, 4729.0, 4660.0, 4699.0, 4661.0, 4681.0, 4680.0, 4681.0, 4719.0, 4700.0, 4646.0, 4659.0, 4700.0, 4672.0, 4719.0, 4702.0, 4710.0, 4661.0, 4710.0, 4663.0, 4712.0, 4672.0, 4721.0, 4690.0, 4720.0, 4659.0, 4680.0, 4658.0, 4661.0, 4718.0, 4681.0, 4728.0, 4709.0, 4708.0, 4658.0, 4679.0, 4659.0, 4660.0, 4687.0, 4660.0, 4718.0, 4689.0, 4708.0, 4689.0, 4688.0, 4659.0, 4650.0, 4660.0, 4661.0, 4660.0, 4672.0, 4730.0, 4702.0, 4710.0, 4673.0, 4710.0, 4672.0, 4711.0, 4683.0, 4712.0, 4682.0, 4711.0, 4662.0, 4682.0, 4662.0, 4672.0, 4731.0, 4673.0, 4731.0, 4712.0, 4700.0, 4675.0, 4685.0, 4675.0, 4694.0, 4702.0, 4723.0, 4682.0, 4685.0, 4664.0, 4686.0, 4704.0, 4675.0, 4722.0, 4694.0, 4663.0, 4674.0, 4723.0, 4675.0, 4732.0, 4714.0, 4741.0, 4712.0, 4730.0, 4691.0, 4710.0, 4660.0, 4710.0, 4699.0, 4701.0, 4718.0, 4708.0, 4707.0, 4669.0, 4708.0, 4649.0, 4687.0, 4658.0, 4690.0, 4660.0, 4689.0, 4660.0, 4664.0, 4662.0, 4674.0, 4662.0, 4685.0, 4705.0, 4733.0, 4663.0, 4674.0, 4674.0, 4674.0, 4695.0, 4733.0, 4674.0, 4704.0, 4674.0, 4703.0, 4722.0, 4713.0, 4731.0, 4722.0, 4730.0, 4719.0, 4718.0, 4669.0, 4678.0, 4647.0, 4659.0, 4716.0, 4687.0, 4704.0, 4697.0, 4686.0, 4658.0, 4648.0, 4658.0, 4670.0, 4659.0, 4662.0, 4729.0, 4699.0, 4718.0, 4709.0, 4708.0, 4651.0, 4689.0, 4661.0, 4680.0, 4671.0, 4681.0, 4671.0, 4670.0, 4690.0, 4691.0, 4661.0, 4662.0, 4699.0, 4672.0, 4711.0, 4663.0, 4722.0, 4692.0, 4711.0, 4664.0, 4692.0, 4664.0, 4683.0, 4675.0, 4706.0, 4686.0, 4727.0, 4688.0, 4716.0, 4688.0, 4726.0, 4707.0, 4689.0, 4726.0, 4686.0, 4706.0, 4725.0, 4745.0, 4733.0, 4743.0, 4694.0, 4733.0, 4731.0, 4720.0, 4719.0, 4710.0, 4697.0, 4668.0, 4678.0, 4658.0, 4669.0, 4679.0, 4709.0, 4668.0, 4658.0, 4716.0, 4659.0, 4697.0, 4660.0, 4698.0, 4659.0, 4688.0, 4659.0, 4659.0, 4660.0, 4661.0, 4728.0, 4699.0, 4708.0, 4672.0, 4698.0, 4670.0, 4699.0, 4660.0, 4709.0, 4660.0, 4671.0, 4660.0, 4671.0, 4718.0, 4701.0, 4732.0, 4686.0, 4680.0, 4608.0, 4605.0, 4640.0, 4688.0, 4679.0, 4622.0, 4658.0, 4638.0, 4632.0, 4626.0, 4642.0, 4637.0, 4742.0, 4746.0, 4728.0, 4732.0, 4717.0, 4620.0, 4660.0, 4690.0, 4691.0, 4694.0, 4687.0, 4684.0, 4722.0, 4713.0, 4721.0, 4712.0, 4700.0, 4721.0, 4688.0, 4706.0, 4685.0, 4691.0, 4681.0, 4678.0, 4660.0, 4667.0, 4650.0, 4618.0, 4640.0, 4620.0, 4631.0, 4631.0, 4641.0, 4634.0, 4664.0, 4636.0, 4637.0, 4655.0, 4639.0, 4648.0, 4660.0, 4672.0, 4682.0, 4664.0, 4672.0, 4684.0, 4686.0, 4689.0, 4688.0, 4704.0, 4701.0, 4687.0, 4706.0, 4698.0, 4726.0, 4707.0, 4725.0, 4725.0, 4722.0, 4714.0, 4720.0, 4711.0, 4729.0, 4709.0, 4669.0, 4689.0, 4648.0, 4688.0, 4648.0, 4687.0, 4658.0, 4717.0, 4670.0, 4718.0, 4660.0, 4697.0, 4649.0, 4686.0, 4660.0, 4697.0, 4660.0, 4709.0, 4671.0, 4718.0, 4681.0, 4709.0, 4662.0, 4700.0, 4662.0, 4710.0, 4672.0, 4720.0, 4672.0, 4720.0, 4690.0, 4712.0, 4663.0, 4721.0, 4671.0, 4692.0, 4682.0, 4691.0, 4661.0, 4681.0, 4652.0, 4663.0, 4699.0, 4663.0, 4732.0, 4692.0, 4721.0, 4663.0, 4731.0, 4664.0, 4721.0, 4674.0, 4731.0, 4704.0, 4731.0, 4693.0, 4704.0, 4674.0, 4683.0, 4684.0, 4732.0, 4714.0, 4730.0, 4722.0, 4720.0, 4682.0, 4730.0, 4682.0, 4730.0, 4691.0, 4719.0, 4680.0, 4718.0, 4661.0, 4680.0, 4649.0, 4671.0, 4699.0, 4662.0, 4729.0, 4700.0, 4720.0, 4652.0, 4710.0, 4662.0, 4711.0, 4683.0, 4720.0, 4693.0, 4720.0, 4662.0, 4681.0, 4662.0, 4684.0, 4691.0, 4712.0, 4672.0, 4683.0, 4701.0, 4673.0, 4740.0, 4684.0, 4731.0, 4711.0, 4720.0, 4671.0, 4700.0, 4663.0, 4683.0, 4690.0, 4674.0, 4740.0, 4713.0, 4730.0, 4661.0, 4720.0, 4664.0, 4711.0, 4670.0, 4694.0, 4698.0, 4702.0, 4699.0, 4665.0, 4730.0, 4662.0, 4721.0, 4671.0, 4710.0, 4701.0, 4731.0, 4663.0, 4681.0, 4679.0, 4662.0, 4729.0, 4682.0, 4730.0, 4710.0, 4709.0, 4662.0, 4709.0, 4672.0, 4700.0, 4672.0, 4721.0, 4692.0, 4730.0, 4661.0, 4681.0, 4671.0, 4682.0, 4671.0, 4682.0, 4720.0, 4722.0, 4710.0, 4701.0, 4681.0, 4682.0, 4720.0, 4673.0, 4742.0, 4722.0, 4730.0, 4682.0, 4720.0, 4672.0, 4721.0, 4699.0, 4724.0, 4685.0, 4730.0, 4663.0, 4663.0, 4674.0, 4742.0, 4723.0, 4712.0, 4694.0, 4691.0, 4683.0, 4731.0, 4721.0, 4729.0, 4689.0, 4709.0, 4696.0, 4718.0, 4696.0, 4667.0, 4707.0, 4648.0, 4676.0, 4647.0, 4669.0, 4668.0, 4650.0, 4715.0, 4637.0, 4674.0, 4660.0, 4658.0, 4659.0, 4649.0, 4707.0, 4647.0, 4689.0, 4659.0, 4649.0, 4661.0, 4659.0, 4662.0, 4665.0, 4712.0, 4675.0, 4694.0, 4674.0, 4674.0, 4675.0, 4687.0, 4713.0, 4677.0, 4734.0, 4705.0, 4733.0, 4675.0, 4715.0, 4695.0, 4705.0, 4742.0, 4724.0, 4732.0, 4692.0, 4732.0, 4683.0, 4703.0, 4720.0, 4713.0, 4741.0, 4721.0, 4709.0, 4669.0, 4691.0, 4709.0, 4672.0, 4730.0, 4711.0, 4722.0, 4671.0, 4693.0, 4662.0, 4672.0, 4702.0, 4674.0, 4740.0, 4702.0, 4719.0, 4662.0, 4710.0, 4672.0, 4704.0, 4711.0, 4712.0, 4710.0, 4672.0, 4729.0, 4681.0, 4720.0, 4680.0, 4701.0, 4710.0, 4700.0, 4728.0, 4661.0, 4699.0, 4660.0, 4681.0, 4671.0, 4681.0, 4661.0, 4672.0, 4729.0, 4663.0, 4720.0, 4671.0, 4712.0, 4689.0, 4709.0, 4661.0, 4672.0, 4690.0, 4663.0, 4719.0, 4672.0, 4731.0, 4713.0, 4733.0, 4685.0, 4702.0, 4672.0, 4693.0, 4711.0, 4684.0, 4741.0, 4733.0, 4731.0, 4673.0, 4710.0, 4671.0, 4691.0, 4690.0, 4682.0, 4730.0, 4721.0, 4718.0, 4681.0, 4719.0, 4662.0, 4710.0, 4670.0, 4691.0, 4669.0, 4672.0, 4729.0, 4701.0, 4719.0, 4672.0, 4691.0, 4662.0, 4672.0, 4671.0, 4675.0, 4730.0, 4692.0, 4721.0, 4674.0, 4692.0, 4673.0, 4674.0, 4684.0, 4684.0, 4683.0, 4685.0, 4675.0, 4674.0, 4675.0, 4687.0, 4734.0, 4696.0, 4743.0, 4725.0, 4732.0, 4686.0, 4743.0, 4684.0, 4744.0, 4716.0, 4733.0, 4694.0, 4733.0, 4701.0, 4722.0, 4672.0, 4693.0, 4664.0, 4684.0, 4695.0, 4686.0, 4742.0, 4723.0, 4742.0, 4714.0, 4732.0, 4673.0, 4722.0, 4675.0, 4732.0, 4704.0, 4741.0, 4722.0, 4742.0, 4705.0, 4712.0, 4685.0, 4716.0, 4702.0, 4640.0, 4659.0, 4731.0, 4672.0, 4670.0, 4674.0, 4715.0, 4696.0, 4756.0, 4696.0, 4735.0, 4686.0, 4734.0, 4706.0, 4744.0, 4736.0, 4741.0, 4684.0, 4732.0, 4702.0, 4732.0, 4712.0, 4741.0, 4724.0, 4730.0, 4680.0, 4697.0, 4659.0, 4680.0, 4680.0, 4730.0, 4661.0, 4671.0, 4659.0, 4661.0, 4688.0, 4680.0, 4720.0, 4713.0, 4669.0, 4669.0, 4679.0, 4669.0, 4720.0, 4701.0, 4718.0, 4691.0, 4720.0, 4672.0, 4710.0, 4672.0, 4719.0, 4681.0, 4720.0, 4701.0, 4719.0, 4673.0, 4710.0, 4672.0, 4719.0, 4684.0, 4733.0, 4730.0, 4714.0, 4701.0, 4674.0, 4634.0, 4583.0, 4557.0, 4583.0, 4621.0, 4657.0, 4660.0, 4706.0, 4735.0, 4766.0, 4776.0, 4767.0, 4728.0, 4735.0, 4715.0, 4709.0, 4710.0, 4687.0, 4697.0, 4652.0, 4682.0, 4639.0, 4668.0, 4664.0, 4637.0, 4664.0, 4604.0, 4654.0, 4606.0, 4624.0, 4603.0, 4604.0, 4605.0, 4618.0, 4618.0, 4608.0, 4621.0, 4621.0, 4654.0, 4646.0, 4658.0, 4647.0, 4660.0, 4652.0, 4661.0, 4673.0, 4684.0, 4674.0, 4702.0, 4685.0, 4732.0, 4713.0, 4733.0, 4713.0, 4728.0, 4661.0, 4718.0, 4688.0, 4698.0, 4717.0, 4685.0, 4714.0, 4695.0, 4684.0, 4644.0, 4666.0, 4703.0, 4646.0, 4693.0, 4644.0, 4655.0, 4664.0, 4636.0, 4702.0, 4675.0, 4683.0, 4636.0, 4646.0, 4648.0, 4659.0, 4650.0, 4649.0, 4668.0, 4650.0, 4661.0, 4661.0, 4662.0, 4663.0, 4664.0, 4692.0, 4673.0, 4704.0, 4721.0, 4700.0, 4729.0, 4711.0, 4708.0, 4660.0, 4718.0, 4679.0, 4708.0, 4675.0, 4678.0, 4728.0, 4686.0, 4705.0, 4665.0, 4665.0, 4674.0, 4636.0, 4705.0, 4637.0, 4674.0, 4610.0, 4624.0, 4692.0, 4613.0, 4679.0, 4642.0, 4634.0, 4647.0, 4633.0, 4684.0, 4648.0, 4688.0, 4648.0, 4636.0, 4645.0, 4651.0, 4658.0, 4625.0, 4697.0, 4661.0, 4684.0, 4637.0, 4680.0, 4678.0, 4623.0, 4658.0, 4631.0, 4676.0, 4629.0, 4666.0, 4617.0, 4676.0, 4646.0, 4641.0, 4628.0, 4668.0, 4697.0, 4680.0, 4684.0, 4662.0, 4684.0, 4641.0, 4665.0, 4683.0, 4652.0, 4691.0, 4675.0, 4665.0, 4637.0, 4671.0, 4623.0, 4609.0, 4648.0, 4676.0, 4720.0, 4638.0, 4705.0, 4645.0, 4631.0, 4636.0, 4648.0, 4671.0, 4675.0, 4698.0, 4668.0, 4710.0, 4681.0, 4710.0, 4643.0, 4647.0, 4706.0, 4696.0, 4696.0, 4652.0, 4656.0, 4694.0, 4687.0, 4707.0, 4687.0, 4688.0, 4644.0, 4684.0, 4647.0, 4622.0, 4649.0, 4633.0, 4639.0, 4661.0, 4698.0, 4658.0, 4636.0, 4661.0, 4689.0, 4638.0, 4704.0, 4638.0, 4713.0, 4694.0, 4665.0, 4690.0, 4693.0, 4746.0, 4697.0, 4712.0, 4703.0, 4711.0, 4702.0, 4710.0, 4712.0, 4731.0, 4713.0, 4731.0, 4699.0, 4719.0, 4697.0, 4716.0, 4696.0, 4694.0, 4668.0, 4687.0, 4647.0, 4675.0, 4663.0, 4656.0, 4705.0, 4665.0, 4682.0, 4629.0, 4661.0, 4624.0, 4624.0, 4670.0, 4591.0, 4601.0, 4589.0, 4677.0, 4664.0, 4673.0, 4660.0, 4637.0, 4648.0, 4663.0, 4677.0, 4672.0, 4663.0, 4665.0, 4669.0, 4666.0, 4725.0, 4694.0, 4734.0, 4721.0, 4722.0, 4711.0, 4682.0, 4720.0, 4710.0, 4708.0, 4688.0, 4685.0, 4693.0, 4677.0, 4704.0, 4637.0, 4684.0, 4636.0, 4637.0, 4636.0, 4649.0, 4717.0, 4688.0, 4696.0, 4648.0, 4657.0, 4633.0, 4637.0, 4659.0, 4636.0, 4647.0, 4638.0, 4686.0, 4663.0, 4665.0, 4650.0, 4673.0, 4662.0, 4681.0, 4662.0, 4678.0, 4710.0, 4691.0, 4728.0, 4721.0, 4695.0, 4675.0, 4696.0, 4680.0, 4706.0, 4698.0, 4718.0, 4669.0, 4664.0, 4693.0, 4625.0, 4705.0, 4667.0, 4688.0, 4647.0, 4670.0, 4706.0, 4689.0, 4717.0, 4651.0, 4699.0, 4648.0, 4662.0, 4642.0, 4684.0, 4663.0, 4684.0, 4663.0, 4663.0, 4676.0, 4676.0, 4676.0, 4689.0, 4688.0, 4697.0, 4676.0, 4734.0, 4695.0, 4723.0, 4687.0, 4735.0, 4717.0, 4697.0, 4614.0, 4694.0, 4598.0, 4582.0, 4615.0, 4672.0, 4671.0, 4600.0, 4618.0, 4666.0, 4669.0, 4721.0, 4711.0, 4673.0, 4684.0, 4655.0, 4686.0, 4675.0, 4666.0, 4735.0, 4706.0, 4737.0, 4725.0, 4687.0, 4746.0, 4728.0, 4726.0, 4724.0, 4696.0, 4656.0, 4677.0, 4665.0, 4704.0, 4665.0, 4734.0, 4706.0, 4675.0, 4675.0, 4664.0, 4675.0, 4680.0, 4754.0, 4654.0, 4731.0, 4712.0, 4712.0, 4675.0, 4723.0, 4696.0, 4681.0, 4710.0, 4667.0, 4717.0, 4654.0, 4667.0, 4690.0, 4692.0, 4728.0, 4710.0, 4748.0, 4759.0, 4740.0, 4746.0, 4677.0, 4736.0, 4724.0, 4745.0, 4713.0, 4671.0, 4692.0, 4722.0, 4694.0, 4720.0, 4701.0, 4720.0, 4678.0, 4718.0, 4699.0, 4718.0, 4647.0, 4668.0, 4638.0, 4662.0, 4660.0, 4659.0, 4650.0, 4661.0, 4650.0, 4682.0, 4654.0, 4703.0, 4666.0, 4665.0, 4665.0, 4702.0, 4673.0, 4722.0, 4703.0, 4731.0, 4710.0, 4701.0, 4652.0, 4692.0, 4654.0, 4700.0, 4663.0, 4711.0, 4690.0, 4710.0, 4660.0, 4670.0, 4709.0, 4650.0, 4699.0, 4653.0, 4721.0, 4714.0, 4721.0, 4670.0, 4652.0, 4663.0], 'WindowWidth': [10253.0, 10233.0, 10245.0, 10211.0, 10252.0, 10207.0, 10210.0, 10212.0, 10189.0, 10147.0, 10176.0, 10151.0, 10163.0, 10169.0, 10161.0, 10154.0, 10144.0, 10196.0, 10230.0, 10237.0, 10169.0, 10200.0, 10160.0, 10191.0, 10152.0, 10194.0, 10122.0, 10172.0, 10171.0, 10175.0, 10253.0, 10204.0, 10239.0, 10175.0, 10225.0, 10176.0, 10222.0, 10201.0, 10131.0, 10177.0, 10172.0, 10212.0, 10212.0, 10190.0, 10127.0, 10173.0, 10155.0, 10187.0, 10153.0, 10187.0, 10149.0, 10209.0, 10160.0, 10148.0, 10114.0, 10133.0, 10213.0, 10174.0, 10213.0, 10208.0, 10189.0, 10106.0, 10148.0, 10118.0, 10149.0, 10174.0, 10195.0, 10178.0, 10109.0, 10144.0, 10125.0, 10192.0, 10127.0, 10206.0, 10148.0, 10206.0, 10174.0, 10175.0, 10192.0, 10147.0, 10247.0, 10147.0, 10210.0, 10213.0, 10215.0, 10151.0, 10158.0, 10199.0, 10149.0, 10209.0, 10150.0, 10187.0, 10109.0, 10170.0, 10097.0, 10128.0, 10193.0, 10124.0, 10145.0, 10129.0, 10191.0, 10166.0, 10162.0, 10166.0, 10167.0, 10120.0, 10152.0, 10147.0, 10178.0, 10210.0, 10139.0, 10215.0, 10175.0, 10243.0, 10227.0, 10225.0, 10180.0, 10219.0, 10178.0, 10176.0, 10150.0, 10177.0, 10216.0, 10222.0, 10202.0, 10182.0, 10128.0, 10160.0, 10174.0, 10177.0, 10212.0, 10219.0, 10293.0, 10255.0, 10234.0, 10182.0, 10215.0, 10134.0, 10210.0, 10170.0, 10198.0, 10157.0, 10232.0, 10174.0, 10219.0, 10182.0, 10125.0, 10205.0, 10142.0, 10171.0, 10127.0, 10184.0, 10132.0, 10187.0, 10151.0, 10133.0, 10207.0, 10143.0, 10108.0, 10107.0, 10145.0, 10149.0, 10163.0, 10165.0, 10187.0, 10147.0, 10144.0, 10176.0, 10154.0, 10170.0, 10146.0, 10170.0, 10173.0, 10195.0, 10159.0, 10157.0, 10184.0, 10152.0, 10229.0, 10202.0, 10221.0, 10214.0, 10228.0, 10172.0, 10213.0, 10158.0, 10149.0, 10213.0, 10160.0, 10214.0, 10195.0, 10213.0, 10145.0, 10197.0, 10156.0, 10136.0, 10171.0, 10155.0, 10244.0, 10209.0, 10197.0, 10154.0, 10160.0, 10153.0, 10160.0, 10248.0, 10148.0, 10220.0, 10174.0, 10161.0, 10145.0, 10121.0, 10105.0, 10148.0, 10214.0, 10155.0, 10220.0, 10145.0, 10147.0, 10171.0, 10162.0, 10176.0, 10203.0, 10181.0, 10215.0, 10183.0, 10219.0, 10161.0, 10181.0, 10209.0, 10204.0, 10269.0, 10218.0, 10251.0, 10227.0, 10216.0, 10173.0, 10218.0, 10181.0, 10219.0, 10208.0, 10244.0, 10192.0, 10216.0, 10151.0, 10162.0, 10149.0, 10149.0, 10215.0, 10209.0, 10212.0, 10204.0, 10233.0, 10150.0, 10201.0, 10147.0, 10201.0, 10178.0, 10229.0, 10177.0, 10195.0, 10149.0, 10149.0, 10148.0, 10153.0, 10161.0, 10170.0, 10243.0, 10190.0, 10216.0, 10158.0, 10205.0, 10155.0, 10221.0, 10203.0, 10246.0, 10198.0, 10227.0, 10162.0, 10193.0, 10174.0, 10213.0, 10183.0, 10200.0, 10176.0, 10173.0, 10178.0, 10232.0, 10179.0, 10259.0, 10176.0, 10215.0, 10173.0, 10236.0, 10226.0, 10253.0, 10158.0, 10188.0, 10158.0, 10182.0, 10205.0, 10226.0, 10250.0, 10234.0, 10150.0, 10193.0, 10189.0, 10154.0, 10228.0, 10194.0, 10241.0, 10216.0, 10229.0, 10163.0, 10205.0, 10148.0, 10194.0, 10170.0, 10196.0, 10058.0, 10191.0, 10164.0, 10206.0, 10185.0, 10242.0, 10211.0, 10165.0, 10194.0, 10155.0, 10216.0, 10169.0, 10204.0, 10223.0, 10181.0, 10231.0, 10180.0, 10210.0, 10159.0, 10197.0, 10202.0, 10165.0, 10235.0, 10138.0, 10180.0, 10139.0, 10219.0, 10193.0, 10137.0, 10176.0, 10132.0, 10156.0, 10131.0, 10183.0, 10153.0, 10223.0, 10190.0, 10199.0, 10137.0, 10186.0, 10153.0, 10172.0, 10168.0, 10202.0, 10219.0, 10136.0, 10176.0, 10135.0, 10164.0, 10137.0, 10192.0, 10142.0, 10244.0, 10150.0, 10173.0, 10196.0, 10162.0, 10125.0, 10180.0, 10165.0, 10133.0, 10113.0, 10086.0, 10227.0, 10226.0, 10285.0, 10279.0, 10208.0, 10251.0, 10235.0, 10286.0, 10215.0, 10304.0, 10276.0, 10285.0, 10222.0, 10282.0, 10221.0, 10280.0, 10238.0, 10284.0, 10258.0, 10265.0, 10229.0, 10263.0, 10202.0, 10252.0, 10209.0, 10268.0, 10261.0, 10256.0, 10210.0, 10270.0, 10225.0, 10272.0, 10224.0, 10300.0, 10278.0, 10283.0, 10236.0, 10269.0, 10208.0, 10279.0, 10220.0, 10282.0, 10252.0, 10261.0, 10235.0, 10280.0, 10204.0, 10266.0, 10215.0, 10280.0, 10242.0, 10281.0, 10230.0, 10267.0, 10204.0, 10227.0, 10204.0, 10245.0, 10226.0, 10305.0, 10224.0, 10246.0, 10208.0, 10221.0, 10224.0, 10244.0, 10238.0, 10289.0, 10222.0, 10272.0, 10208.0, 10234.0, 10221.0, 10265.0, 10216.0, 10274.0, 10254.0, 10284.0, 10188.0, 10205.0, 10214.0, 10205.0, 10281.0, 10258.0, 10279.0, 10256.0, 10248.0, 10200.0, 10246.0, 10201.0, 10265.0, 10241.0, 10276.0, 10251.0, 10248.0, 10180.0, 10226.0, 10219.0, 10256.0, 10220.0, 10268.0, 10211.0, 10223.0, 10222.0, 10221.0, 10209.0, 10275.0, 10220.0, 10286.0, 10208.0, 10220.0, 10206.0, 10234.0, 10216.0, 10247.0, 10268.0, 10269.0, 10185.0, 10227.0, 10224.0, 10215.0, 10277.0, 10241.0, 10277.0, 10252.0, 10242.0, 10185.0, 10221.0, 10198.0, 10224.0, 10196.0, 10239.0, 10219.0, 10251.0, 10183.0, 10201.0, 10251.0, 10208.0, 10273.0, 10203.0, 10269.0, 10213.0, 10252.0, 10202.0, 10229.0, 10244.0, 10246.0, 10272.0, 10246.0, 10254.0, 10197.0, 10260.0, 10210.0, 10244.0, 10211.0, 10298.0, 10226.0, 10250.0, 10190.0, 10222.0, 10237.0, 10227.0, 10274.0, 10237.0, 10215.0, 10202.0, 10285.0, 10234.0, 10268.0, 10217.0, 10269.0, 10228.0, 10292.0, 10224.0, 10235.0, 10208.0, 10227.0, 10259.0, 10236.0, 10298.0, 10272.0, 10301.0, 10268.0, 10272.0, 10203.0, 10228.0, 10236.0, 10212.0, 10209.0, 10222.0, 10211.0, 10211.0, 10214.0, 10241.0, 10226.0, 10254.0, 10248.0, 10265.0, 10213.0, 10228.0, 10276.0, 10228.0, 10302.0, 10276.0, 10301.0, 10272.0, 10283.0, 10202.0, 10218.0, 10240.0, 10205.0, 10278.0, 10243.0, 10281.0, 10240.0, 10239.0, 10168.0, 10200.0, 10189.0, 10208.0, 10296.0, 10237.0, 10282.0, 10206.0, 10252.0, 10205.0, 10232.0, 10204.0, 10237.0, 10233.0, 10289.0, 10208.0, 10224.0, 10236.0, 10204.0, 10299.0, 10262.0, 10285.0, 10272.0, 10299.0, 10207.0, 10257.0, 10208.0, 10235.0, 10232.0, 10236.0, 10283.0, 10261.0, 10178.0, 10203.0, 10259.0, 10226.0, 10286.0, 10266.0, 10274.0, 10210.0, 10274.0, 10214.0, 10277.0, 10225.0, 10289.0, 10247.0, 10286.0, 10203.0, 10233.0, 10201.0, 10209.0, 10282.0, 10234.0, 10296.0, 10271.0, 10265.0, 10201.0, 10229.0, 10201.0, 10205.0, 10238.0, 10203.0, 10280.0, 10243.0, 10265.0, 10240.0, 10239.0, 10202.0, 10192.0, 10204.0, 10209.0, 10206.0, 10227.0, 10301.0, 10265.0, 10273.0, 10227.0, 10275.0, 10226.0, 10277.0, 10241.0, 10279.0, 10239.0, 10276.0, 10212.0, 10241.0, 10212.0, 10228.0, 10304.0, 10231.0, 10305.0, 10279.0, 10262.0, 10236.0, 10249.0, 10234.0, 10259.0, 10268.0, 10296.0, 10242.0, 10250.0, 10218.0, 10256.0, 10276.0, 10235.0, 10296.0, 10260.0, 10216.0, 10234.0, 10297.0, 10235.0, 10309.0, 10286.0, 10320.0, 10282.0, 10302.0, 10249.0, 10272.0, 10205.0, 10274.0, 10256.0, 10261.0, 10281.0, 10267.0, 10263.0, 10215.0, 10267.0, 10190.0, 10239.0, 10202.0, 10245.0, 10206.0, 10244.0, 10207.0, 10218.0, 10213.0, 10230.0, 10214.0, 10251.0, 10277.0, 10311.0, 10218.0, 10232.0, 10233.0, 10235.0, 10262.0, 10313.0, 10234.0, 10274.0, 10232.0, 10270.0, 10294.0, 10282.0, 10305.0, 10292.0, 10303.0, 10285.0, 10279.0, 10213.0, 10226.0, 10183.0, 10201.0, 10274.0, 10237.0, 10255.0, 10249.0, 10233.0, 10199.0, 10183.0, 10200.0, 10219.0, 10203.0, 10211.0, 10298.0, 10258.0, 10281.0, 10270.0, 10265.0, 10192.0, 10243.0, 10207.0, 10231.0, 10220.0, 10236.0, 10221.0, 10219.0, 10244.0, 10249.0, 10207.0, 10212.0, 10259.0, 10226.0, 10279.0, 10217.0, 10293.0, 10252.0, 10278.0, 10218.0, 10253.0, 10219.0, 10243.0, 10237.0, 10281.0, 10253.0, 10311.0, 10261.0, 10296.0, 10259.0, 10306.0, 10284.0, 10261.0, 10308.0, 10253.0, 10280.0, 10304.0, 10334.0, 10310.0, 10327.0, 10258.0, 10311.0, 10308.0, 10288.0, 10284.0, 10271.0, 10248.0, 10213.0, 10224.0, 10200.0, 10217.0, 10227.0, 10268.0, 10210.0, 10197.0, 10275.0, 10200.0, 10250.0, 10205.0, 10253.0, 10202.0, 10239.0, 10201.0, 10202.0, 10203.0, 10207.0, 10293.0, 10257.0, 10267.0, 10224.0, 10254.0, 10219.0, 10256.0, 10206.0, 10269.0, 10206.0, 10221.0, 10203.0, 10220.0, 10282.0, 10262.0, 10304.0, 10246.0, 10209.0, 10107.0, 10088.0, 10167.0, 10225.0, 10220.0, 10130.0, 10191.0, 10165.0, 10149.0, 10145.0, 10158.0, 10146.0, 10324.0, 10334.0, 10316.0, 10305.0, 10297.0, 10131.0, 10209.0, 10268.0, 10266.0, 10260.0, 10253.0, 10242.0, 10293.0, 10282.0, 10289.0, 10279.0, 10256.0, 10287.0, 10234.0, 10256.0, 10223.0, 10226.0, 10212.0, 10204.0, 10180.0, 10187.0, 10167.0, 10121.0, 10153.0, 10126.0, 10145.0, 10145.0, 10160.0, 10154.0, 10197.0, 10164.0, 10165.0, 10188.0, 10171.0, 10182.0, 10202.0, 10222.0, 10236.0, 10215.0, 10224.0, 10247.0, 10252.0, 10258.0, 10254.0, 10272.0, 10283.0, 10252.0, 10279.0, 10269.0, 10302.0, 10280.0, 10300.0, 10300.0, 10293.0, 10283.0, 10285.0, 10272.0, 10297.0, 10269.0, 10211.0, 10240.0, 10182.0, 10237.0, 10182.0, 10236.0, 10196.0, 10278.0, 10214.0, 10279.0, 10203.0, 10249.0, 10186.0, 10233.0, 10204.0, 10251.0, 10206.0, 10269.0, 10221.0, 10281.0, 10235.0, 10270.0, 10211.0, 10259.0, 10213.0, 10272.0, 10225.0, 10286.0, 10223.0, 10287.0, 10248.0, 10277.0, 10216.0, 10290.0, 10223.0, 10252.0, 10236.0, 10250.0, 10207.0, 10235.0, 10196.0, 10214.0, 10259.0, 10216.0, 10307.0, 10253.0, 10291.0, 10217.0, 10304.0, 10218.0, 10292.0, 10232.0, 10304.0, 10275.0, 10306.0, 10257.0, 10271.0, 10232.0, 10243.0, 10247.0, 10308.0, 10286.0, 10301.0, 10293.0, 10289.0, 10240.0, 10301.0, 10239.0, 10303.0, 10251.0, 10286.0, 10231.0, 10283.0, 10208.0, 10232.0, 10190.0, 10223.0, 10258.0, 10211.0, 10300.0, 10258.0, 10287.0, 10199.0, 10274.0, 10213.0, 10277.0, 10242.0, 10288.0, 10256.0, 10288.0, 10212.0, 10236.0, 10214.0, 10245.0, 10250.0, 10281.0, 10225.0, 10242.0, 10264.0, 10229.0, 10315.0, 10243.0, 10305.0, 10278.0, 10288.0, 10225.0, 10262.0, 10216.0, 10242.0, 10245.0, 10232.0, 10317.0, 10282.0, 10303.0, 10208.0, 10290.0, 10217.0, 10278.0, 10220.0, 10258.0, 10255.0, 10265.0, 10256.0, 10221.0, 10302.0, 10214.0, 10290.0, 10226.0, 10273.0, 10264.0, 10305.0, 10212.0, 10237.0, 10232.0, 10213.0, 10301.0, 10239.0, 10301.0, 10274.0, 10272.0, 10212.0, 10272.0, 10226.0, 10262.0, 10226.0, 10292.0, 10252.0, 10303.0, 10210.0, 10237.0, 10223.0, 10240.0, 10223.0, 10241.0, 10286.0, 10293.0, 10276.0, 10264.0, 10237.0, 10241.0, 10289.0, 10231.0, 10320.0, 10294.0, 10302.0, 10240.0, 10288.0, 10225.0, 10292.0, 10274.0, 10303.0, 10248.0, 10305.0, 10216.0, 10218.0, 10233.0, 10325.0, 10299.0, 10279.0, 10258.0, 10251.0, 10243.0, 10305.0, 10291.0, 10300.0, 10243.0, 10271.0, 10248.0, 10280.0, 10248.0, 10209.0, 10261.0, 10184.0, 10220.0, 10182.0, 10215.0, 10211.0, 10188.0, 10272.0, 10167.0, 10214.0, 10202.0, 10199.0, 10201.0, 10189.0, 10266.0, 10183.0, 10241.0, 10203.0, 10189.0, 10207.0, 10202.0, 10213.0, 10221.0, 10281.0, 10236.0, 10258.0, 10233.0, 10234.0, 10234.0, 10254.0, 10284.0, 10242.0, 10316.0, 10277.0, 10313.0, 10237.0, 10289.0, 10263.0, 10277.0, 10324.0, 10299.0, 10308.0, 10255.0, 10308.0, 10242.0, 10270.0, 10289.0, 10282.0, 10319.0, 10288.0, 10271.0, 10216.0, 10248.0, 10270.0, 10225.0, 10302.0, 10277.0, 10294.0, 10223.0, 10256.0, 10211.0, 10226.0, 10266.0, 10232.0, 10316.0, 10264.0, 10284.0, 10212.0, 10275.0, 10226.0, 10271.0, 10277.0, 10280.0, 10274.0, 10224.0, 10299.0, 10235.0, 10287.0, 10233.0, 10263.0, 10272.0, 10258.0, 10294.0, 10208.0, 10257.0, 10206.0, 10237.0, 10222.0, 10237.0, 10208.0, 10224.0, 10298.0, 10214.0, 10287.0, 10224.0, 10279.0, 10244.0, 10272.0, 10208.0, 10225.0, 10247.0, 10214.0, 10285.0, 10226.0, 10304.0, 10283.0, 10311.0, 10245.0, 10265.0, 10224.0, 10254.0, 10277.0, 10243.0, 10320.0, 10311.0, 10303.0, 10227.0, 10273.0, 10222.0, 10250.0, 10246.0, 10239.0, 10300.0, 10288.0, 10281.0, 10234.0, 10284.0, 10210.0, 10273.0, 10220.0, 10249.0, 10217.0, 10225.0, 10299.0, 10262.0, 10284.0, 10225.0, 10249.0, 10212.0, 10225.0, 10224.0, 10232.0, 10302.0, 10253.0, 10290.0, 10230.0, 10251.0, 10229.0, 10232.0, 10247.0, 10247.0, 10244.0, 10247.0, 10234.0, 10235.0, 10235.0, 10254.0, 10314.0, 10266.0, 10326.0, 10301.0, 10309.0, 10250.0, 10323.0, 10246.0, 10327.0, 10290.0, 10312.0, 10258.0, 10311.0, 10264.0, 10293.0, 10224.0, 10254.0, 10215.0, 10245.0, 10259.0, 10250.0, 10323.0, 10297.0, 10322.0, 10284.0, 10307.0, 10231.0, 10294.0, 10235.0, 10309.0, 10275.0, 10321.0, 10295.0, 10320.0, 10276.0, 10281.0, 10250.0, 10295.0, 10284.0, 10160.0, 10200.0, 10306.0, 10228.0, 10221.0, 10231.0, 10289.0, 10266.0, 10350.0, 10268.0, 10317.0, 10252.0, 10313.0, 10277.0, 10327.0, 10318.0, 10318.0, 10242.0, 10304.0, 10264.0, 10305.0, 10278.0, 10316.0, 10296.0, 10301.0, 10228.0, 10248.0, 10199.0, 10229.0, 10232.0, 10300.0, 10205.0, 10219.0, 10199.0, 10205.0, 10238.0, 10231.0, 10283.0, 10280.0, 10212.0, 10214.0, 10225.0, 10215.0, 10283.0, 10261.0, 10281.0, 10246.0, 10283.0, 10225.0, 10270.0, 10222.0, 10282.0, 10232.0, 10285.0, 10261.0, 10281.0, 10224.0, 10272.0, 10224.0, 10283.0, 10244.0, 10310.0, 10319.0, 10288.0, 10261.0, 10230.0, 10153.0, 10057.0, 10008.0, 10059.0, 10129.0, 10194.0, 10201.0, 10287.0, 10356.0, 10411.0, 10420.0, 10384.0, 10314.0, 10317.0, 10287.0, 10270.0, 10271.0, 10230.0, 10244.0, 10172.0, 10214.0, 10147.0, 10188.0, 10177.0, 10141.0, 10175.0, 10095.0, 10160.0, 10100.0, 10123.0, 10092.0, 10096.0, 10100.0, 10121.0, 10121.0, 10108.0, 10130.0, 10134.0, 10183.0, 10178.0, 10197.0, 10184.0, 10204.0, 10195.0, 10210.0, 10226.0, 10246.0, 10232.0, 10264.0, 10247.0, 10308.0, 10281.0, 10307.0, 10279.0, 10294.0, 10206.0, 10283.0, 10238.0, 10251.0, 10274.0, 10228.0, 10268.0, 10240.0, 10226.0, 10169.0, 10202.0, 10249.0, 10175.0, 10235.0, 10171.0, 10187.0, 10197.0, 10163.0, 10245.0, 10214.0, 10221.0, 10164.0, 10177.0, 10183.0, 10203.0, 10190.0, 10185.0, 10209.0, 10188.0, 10208.0, 10207.0, 10211.0, 10214.0, 10218.0, 10253.0, 10226.0, 10268.0, 10287.0, 10259.0, 10296.0, 10273.0, 10265.0, 10203.0, 10280.0, 10226.0, 10268.0, 10216.0, 10225.0, 10292.0, 10232.0, 10258.0, 10202.0, 10200.0, 10213.0, 10163.0, 10253.0, 10165.0, 10211.0, 10111.0, 10138.0, 10232.0, 10123.0, 10209.0, 10162.0, 10156.0, 10181.0, 10154.0, 10227.0, 10181.0, 10238.0, 10182.0, 10163.0, 10173.0, 10191.0, 10196.0, 10144.0, 10246.0, 10210.0, 10226.0, 10163.0, 10231.0, 10222.0, 10136.0, 10163.0, 10151.0, 10204.0, 10147.0, 10191.0, 10130.0, 10208.0, 10164.0, 10145.0, 10145.0, 10198.0, 10238.0, 10221.0, 10213.0, 10179.0, 10214.0, 10150.0, 10191.0, 10211.0, 10165.0, 10219.0, 10202.0, 10172.0, 10133.0, 10192.0, 10130.0, 10099.0, 10155.0, 10220.0, 10288.0, 10171.0, 10258.0, 10171.0, 10146.0, 10162.0, 10186.0, 10224.0, 10237.0, 10253.0, 10210.0, 10272.0, 10235.0, 10272.0, 10168.0, 10177.0, 10260.0, 10246.0, 10245.0, 10176.0, 10189.0, 10238.0, 10232.0, 10258.0, 10231.0, 10237.0, 10170.0, 10225.0, 10180.0, 10136.0, 10186.0, 10152.0, 10172.0, 10207.0, 10251.0, 10194.0, 10163.0, 10206.0, 10239.0, 10164.0, 10269.0, 10169.0, 10280.0, 10257.0, 10220.0, 10245.0, 10254.0, 10332.0, 10269.0, 10277.0, 10268.0, 10276.0, 10264.0, 10269.0, 10276.0, 10304.0, 10278.0, 10301.0, 10251.0, 10280.0, 10244.0, 10274.0, 10245.0, 10236.0, 10209.0, 10232.0, 10176.0, 10212.0, 10192.0, 10189.0, 10255.0, 10199.0, 10215.0, 10138.0, 10186.0, 10142.0, 10140.0, 10193.0, 10079.0, 10081.0, 10078.0, 10221.0, 10218.0, 10230.0, 10206.0, 10163.0, 10183.0, 10214.0, 10241.0, 10223.0, 10212.0, 10219.0, 10212.0, 10222.0, 10304.0, 10258.0, 10313.0, 10290.0, 10289.0, 10272.0, 10235.0, 10283.0, 10268.0, 10264.0, 10233.0, 10226.0, 10234.0, 10215.0, 10250.0, 10164.0, 10224.0, 10162.0, 10164.0, 10162.0, 10185.0, 10275.0, 10234.0, 10244.0, 10182.0, 10194.0, 10154.0, 10164.0, 10200.0, 10160.0, 10178.0, 10167.0, 10230.0, 10213.0, 10197.0, 10187.0, 10225.0, 10209.0, 10235.0, 10208.0, 10224.0, 10271.0, 10248.0, 10296.0, 10288.0, 10241.0, 10215.0, 10245.0, 10230.0, 10260.0, 10251.0, 10281.0, 10212.0, 10195.0, 10234.0, 10145.0, 10255.0, 10206.0, 10238.0, 10179.0, 10215.0, 10259.0, 10237.0, 10275.0, 10189.0, 10252.0, 10177.0, 10206.0, 10179.0, 10240.0, 10209.0, 10241.0, 10213.0, 10214.0, 10236.0, 10238.0, 10238.0, 10261.0, 10256.0, 10266.0, 10236.0, 10313.0, 10261.0, 10294.0, 10250.0, 10312.0, 10293.0, 10242.0, 10094.0, 10232.0, 10088.0, 10057.0, 10106.0, 10202.0, 10192.0, 10100.0, 10123.0, 10203.0, 10213.0, 10287.0, 10274.0, 10227.0, 10242.0, 10207.0, 10247.0, 10232.0, 10222.0, 10314.0, 10275.0, 10319.0, 10301.0, 10251.0, 10331.0, 10308.0, 10303.0, 10296.0, 10262.0, 10209.0, 10236.0, 10219.0, 10270.0, 10218.0, 10311.0, 10274.0, 10232.0, 10230.0, 10216.0, 10232.0, 10249.0, 10360.0, 10201.0, 10303.0, 10272.0, 10277.0, 10231.0, 10295.0, 10262.0, 10231.0, 10292.0, 10224.0, 10294.0, 10200.0, 10224.0, 10264.0, 10270.0, 10311.0, 10291.0, 10339.0, 10358.0, 10327.0, 10332.0, 10238.0, 10316.0, 10299.0, 10327.0, 10279.0, 10219.0, 10251.0, 10290.0, 10253.0, 10286.0, 10261.0, 10286.0, 10222.0, 10279.0, 10251.0, 10277.0, 10179.0, 10210.0, 10169.0, 10207.0, 10204.0, 10199.0, 10187.0, 10205.0, 10191.0, 10236.0, 10201.0, 10266.0, 10221.0, 10218.0, 10220.0, 10264.0, 10226.0, 10290.0, 10266.0, 10302.0, 10272.0, 10257.0, 10196.0, 10248.0, 10201.0, 10259.0, 10210.0, 10273.0, 10242.0, 10270.0, 10202.0, 10216.0, 10266.0, 10190.0, 10254.0, 10196.0, 10289.0, 10283.0, 10289.0, 10219.0, 10196.0, 10215.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.0035164889606892837</td></tr>
<tr><td colspan=3>aqi</td><td>0.04398457582121702</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.48857652313577</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1252288972090512</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9964626839331883</td></tr>
<tr><td colspan=3>efc</td><td>0.4621</td></tr>
<tr><td colspan=3>fber</td><td>4939.624</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1405131022625232</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>202</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.877759827679052</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.601331927334113</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6279694827988704</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7166189352307577</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4594073639727103</td></tr>
<tr><td colspan=3>gcor</td><td>0.0200829</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004991267807781696</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014528634026646614</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1857</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.8664145947012947</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.4633</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.7396</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.758</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305921.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>927.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.5166</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0947</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.9345</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3920.123</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1087.5632</td></tr>
<tr><td colspan=3>tsnr</td><td>31.60190271679312</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>