<?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-0001_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-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0001/figures/sub-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001/ses-02/func/sub-0001_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>67f134951fe70f52a0db8ac4e81649a0</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>16:13:41.167500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999529, -0.0256919, 0.0168116, 0.0207626, 0.968958, 0.246353]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0890396</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7776, -7243, 478, -33, -220, 25, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.727</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>37ecd7af-9eac-4615-926d-60b220e941cb||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681662082672119, 0.05570449307560921, 0.061071332544088364, 107.42967224121094], [0.068929523229599, 2.5996429920196533, 0.6638964414596558, -106.04852294921875], [0.04510430991649628, -0.6609464883804321, 2.6163928508758545, -27.814489364624023], [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, 1855]</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], 'AcquisitionTime': ['161341.167500', '161341.627500', '161342.087500', '161342.547500', '161343.007500', '161343.467500', '161343.927500', '161344.387500', '161344.847500', '161345.307500', '161345.767500', '161346.227500', '161346.687500', '161347.147500', '161347.607500', '161348.067500', '161348.527500', '161348.987500', '161349.447500', '161349.907500', '161350.367500', '161350.827500', '161351.287500', '161351.747500', '161352.207500', '161352.667500', '161353.127500', '161353.587500', '161354.047500', '161354.507500', '161354.967500', '161355.427500', '161355.887500', '161356.347500', '161356.807500', '161357.267500', '161357.727500', '161358.187500', '161358.647500', '161359.107500', '161359.567500', '161400.027500', '161400.487500', '161400.947500', '161401.407500', '161401.867500', '161402.327500', '161402.787500', '161403.247500', '161403.707500', '161404.167500', '161404.627500', '161405.087500', '161405.547500', '161406.007500', '161406.467500', '161406.927500', '161407.387500', '161407.847500', '161408.307500', '161408.767500', '161409.227500', '161409.687500', '161410.147500', '161410.607500', '161411.067500', '161411.527500', '161411.987500', '161412.447500', '161412.907500', '161413.367500', '161413.827500', '161414.287500', '161414.747500', '161415.207500', '161415.667500', '161416.127500', '161416.587500', '161417.047500', '161417.507500', '161417.967500', '161418.427500', '161418.887500', '161419.347500', '161419.807500', '161420.267500', '161420.727500', '161421.187500', '161421.647500', '161422.107500', '161422.567500', '161423.027500', '161423.487500', '161423.947500', '161424.407500', '161424.867500', '161425.327500', '161425.787500', '161426.247500', '161426.707500', '161427.167500', '161427.627500', '161428.087500', '161428.547500', '161429.007500', '161429.467500', '161429.927500', '161430.387500', '161430.847500', '161431.307500', '161431.767500', '161432.227500', '161432.687500', '161433.147500', '161433.607500', '161434.067500', '161434.527500', '161434.987500', '161435.447500', '161435.907500', '161436.367500', '161436.827500', '161437.287500', '161437.747500', '161438.207500', '161438.667500', '161439.127500', '161439.587500', '161440.047500', '161440.507500', '161440.967500', '161441.427500', '161441.887500', '161442.347500', '161442.807500', '161443.267500', '161443.727500', '161444.187500', '161444.647500', '161445.107500', '161445.567500', '161446.027500', '161446.487500', '161446.947500', '161447.407500', '161447.867500', '161448.327500', '161448.787500', '161449.247500', '161449.707500', '161450.167500', '161450.627500', '161451.087500', '161451.547500', '161452.007500', '161452.467500', '161452.927500', '161453.387500', '161453.847500', '161454.307500', '161454.767500', '161455.227500', '161455.687500', '161456.147500', '161456.607500', '161457.067500', '161457.527500', '161457.987500', '161458.447500', '161458.907500', '161459.367500', '161459.827500', '161500.287500', '161500.747500', '161501.207500', '161501.667500', '161502.127500', '161502.587500', '161503.047500', '161503.507500', '161503.967500', '161504.427500', '161504.887500', '161505.347500', '161505.807500', '161506.267500', '161506.727500', '161507.187500', '161507.647500', '161508.107500', '161508.567500', '161509.027500', '161509.487500', '161509.947500', '161510.407500', '161510.867500', '161511.327500', '161511.787500', '161512.247500', '161512.707500', '161513.167500', '161513.627500', '161514.087500', '161514.547500', '161515.007500', '161515.467500', '161515.927500', '161516.387500', '161516.847500', '161517.307500', '161517.767500', '161518.227500', '161518.687500', '161519.147500', '161519.607500', '161520.067500', '161520.527500', '161520.987500', '161521.447500', '161521.907500', '161522.367500', '161522.827500', '161523.287500', '161523.747500', '161524.207500', '161524.667500', '161525.127500', '161525.587500', '161526.047500', '161526.507500', '161526.967500', '161527.427500', '161527.887500', '161528.347500', '161528.807500', '161529.267500', '161529.727500', '161530.187500', '161530.647500', '161531.107500', '161531.567500', '161532.027500', '161532.487500', '161532.947500', '161533.407500', '161533.867500', '161534.327500', '161534.787500', '161535.247500', '161535.707500', '161536.167500', '161536.627500', '161537.087500', '161537.547500', '161538.007500', '161538.467500', '161538.927500', '161539.387500', '161539.847500', '161540.307500', '161540.767500', '161541.227500', '161541.687500', '161542.147500', '161542.607500', '161543.067500', '161543.527500', '161543.987500', '161544.447500', '161544.907500', '161545.367500', '161545.827500', '161546.287500', '161546.747500', '161547.207500', '161547.667500', '161548.127500', '161548.587500', '161549.047500', '161549.507500', '161549.967500', '161550.427500', '161550.887500', '161551.347500', '161551.807500', '161552.267500', '161552.727500', '161553.187500', '161553.647500', '161554.107500', '161554.567500', '161555.027500', '161555.487500', '161555.947500', '161556.407500', '161556.867500', '161557.327500', '161557.787500', '161558.247500', '161558.707500', '161559.167500', '161559.627500', '161600.087500', '161600.547500', '161601.007500', '161601.467500', '161601.927500', '161602.387500', '161602.847500', '161603.307500', '161603.767500', '161604.227500', '161604.687500', '161605.147500', '161605.607500', '161606.067500', '161606.527500', '161606.987500', '161607.447500', '161607.907500', '161608.367500', '161608.827500', '161609.287500', '161609.747500', '161610.207500', '161610.667500', '161611.127500', '161611.587500', '161612.047500', '161612.507500', '161612.967500', '161613.427500', '161613.887500', '161614.347500', '161614.807500', '161615.267500', '161615.727500', '161616.187500', '161616.647500', '161617.107500', '161617.567500', '161618.027500', '161618.487500', '161618.947500', '161619.407500', '161619.867500', '161620.327500', '161620.787500', '161621.247500', '161621.707500', '161622.167500', '161622.627500', '161623.087500', '161623.547500', '161624.007500', '161624.467500', '161624.927500', '161625.387500', '161625.847500', '161626.307500', '161626.767500', '161627.227500', '161627.687500', '161628.147500', '161628.607500', '161629.067500', '161629.527500', '161629.987500', '161630.447500', '161630.907500', '161631.367500', '161631.827500', '161632.287500', '161632.747500', '161633.207500', '161633.667500', '161634.127500', '161634.587500', '161635.047500', '161635.507500', '161635.967500', '161636.427500', '161636.887500', '161637.347500', '161637.807500', '161638.267500', '161638.727500', '161639.187500', '161639.647500', '161640.107500', '161640.567500', '161641.027500', '161641.487500', '161641.947500', '161642.407500', '161642.867500', '161643.327500', '161643.787500', '161644.247500', '161644.707500', '161645.167500', '161645.627500', '161646.087500', '161646.547500', '161647.007500', '161647.467500', '161647.927500', '161648.387500', '161648.847500', '161649.307500', '161649.767500', '161650.227500', '161650.687500', '161651.147500', '161651.607500', '161652.067500', '161652.527500', '161652.987500', '161653.447500', '161653.907500', '161654.367500', '161654.827500', '161655.287500', '161655.747500', '161656.207500', '161656.667500', '161657.127500', '161657.587500', '161658.047500', '161658.507500', '161658.967500', '161659.427500', '161659.887500', '161700.347500', '161700.807500', '161701.267500', '161701.727500', '161702.187500', '161702.647500', '161703.107500', '161703.567500', '161704.027500', '161704.487500', '161704.947500', '161705.407500', '161705.867500', '161706.327500', '161706.787500', '161707.247500', '161707.707500', '161708.167500', '161708.627500', '161709.087500', '161709.547500', '161710.007500', '161710.467500', '161710.927500', '161711.387500', '161711.847500', '161712.307500', '161712.767500', '161713.227500', '161713.687500', '161714.147500', '161714.607500', '161715.067500', '161715.527500', '161715.987500', '161716.447500', '161716.907500', '161717.367500', '161717.827500', '161718.287500', '161718.747500', '161719.207500', '161719.667500', '161720.127500', '161720.587500', '161721.047500', '161721.507500', '161721.967500', '161722.427500', '161722.887500', '161723.347500', '161723.807500', '161724.267500', '161724.727500', '161725.187500', '161725.647500', '161726.107500', '161726.567500', '161727.027500', '161727.487500', '161727.947500', '161728.407500', '161728.867500', '161729.327500', '161729.787500', '161730.247500', '161730.707500', '161731.167500', '161731.627500', '161732.087500', '161732.547500', '161733.007500', '161733.467500', '161733.927500', '161734.387500', '161734.847500', '161735.307500', '161735.767500', '161736.227500', '161736.687500', '161737.147500', '161737.607500', '161738.067500', '161738.527500', '161738.987500', '161739.447500', '161739.907500', '161740.367500', '161740.827500', '161741.287500', '161741.747500', '161742.207500', '161742.667500', '161743.127500', '161743.587500', '161744.047500', '161744.507500', '161744.967500', '161745.427500', '161745.887500', '161746.347500', '161746.807500', '161747.267500', '161747.727500', '161748.187500', '161748.647500', '161749.107500', '161749.567500', '161750.027500', '161750.487500', '161750.947500', '161751.407500', '161751.867500', '161752.327500', '161752.787500', '161753.247500', '161753.707500', '161754.167500', '161754.627500', '161755.087500', '161755.547500', '161756.007500', '161756.467500', '161756.927500', '161757.387500', '161757.847500', '161758.307500', '161758.767500', '161759.227500', '161759.687500', '161800.147500', '161800.607500', '161801.067500', '161801.527500', '161801.987500', '161802.447500', '161802.907500', '161803.367500', '161803.827500', '161804.287500', '161804.747500', '161805.207500', '161805.667500', '161806.127500', '161806.587500', '161807.047500', '161807.507500', '161807.967500', '161808.427500', '161808.887500', '161809.347500', '161809.807500', '161810.267500', '161810.727500', '161811.187500', '161811.647500', '161812.107500', '161812.567500', '161813.027500', '161813.487500', '161813.947500', '161814.407500', '161814.867500', '161815.327500', '161815.787500', '161816.247500', '161816.707500', '161817.167500', '161817.627500', '161818.087500', '161818.547500', '161819.007500', '161819.467500', '161819.927500', '161820.387500', '161820.847500', '161821.307500', '161821.767500', '161822.227500', '161822.687500', '161823.147500', '161823.607500', '161824.067500', '161824.527500', '161824.987500', '161825.447500', '161825.907500', '161826.367500', '161826.827500', '161827.287500', '161827.747500', '161828.207500', '161828.667500', '161829.127500', '161829.587500', '161830.047500', '161830.507500', '161830.967500', '161831.427500', '161831.887500', '161832.347500', '161832.807500', '161833.267500', '161833.727500', '161834.187500', '161834.647500', '161835.107500', '161835.567500', '161836.027500', '161836.487500', '161836.947500', '161837.407500', '161837.867500', '161838.327500', '161838.787500', '161839.247500', '161839.707500', '161840.167500', '161840.627500', '161841.087500', '161841.547500', '161842.007500', '161842.467500', '161842.927500', '161843.387500', '161843.847500', '161844.307500', '161844.767500', '161845.227500', '161845.687500', '161846.147500', '161846.607500', '161847.067500', '161847.527500', '161847.987500', '161848.447500', '161848.907500', '161849.367500', '161849.827500', '161850.287500', '161850.747500', '161851.207500', '161851.667500', '161852.127500', '161852.587500', '161853.047500', '161853.507500', '161853.967500', '161854.427500', '161854.887500', '161855.347500', '161855.807500', '161856.267500', '161856.727500', '161857.187500', '161857.647500', '161858.107500', '161858.567500', '161859.027500', '161859.487500', '161859.947500', '161900.407500', '161900.867500', '161901.327500', '161901.787500', '161902.247500', '161902.707500', '161903.167500', '161903.627500', '161904.087500', '161904.547500', '161905.007500', '161905.467500', '161905.927500', '161906.387500', '161906.847500', '161907.307500', '161907.767500', '161908.227500', '161908.687500', '161909.147500', '161909.607500', '161910.067500', '161910.527500', '161910.987500', '161911.447500', '161911.907500', '161912.367500', '161912.827500', '161913.287500', '161913.747500', '161914.207500', '161914.667500', '161915.127500', '161915.587500', '161916.047500', '161916.507500', '161916.967500', '161917.427500', '161917.887500', '161918.347500', '161918.807500', '161919.267500', '161919.727500', '161920.187500', '161920.647500', '161921.107500', '161921.567500', '161922.027500', '161922.487500', '161922.947500', '161923.407500', '161923.867500', '161924.327500', '161924.787500', '161925.247500', '161925.707500', '161926.167500', '161926.627500', '161927.087500', '161927.547500', '161928.007500', '161928.467500', '161928.927500', '161929.387500', '161929.847500', '161930.307500', '161930.767500', '161931.227500', '161931.687500', '161932.147500', '161932.607500', '161933.067500', '161933.527500', '161933.987500', '161934.447500', '161934.907500', '161935.367500', '161935.827500', '161936.287500', '161936.747500', '161937.207500', '161937.667500', '161938.127500', '161938.587500', '161939.047500', '161939.507500', '161939.967500', '161940.427500', '161940.887500', '161941.347500', '161941.807500', '161942.267500', '161942.727500', '161943.187500', '161943.647500', '161944.107500', '161944.567500', '161945.027500', '161945.487500', '161945.947500', '161946.407500', '161946.867500', '161947.327500', '161947.787500', '161948.247500', '161948.707500', '161949.167500', '161949.627500', '161950.087500', '161950.547500', '161951.007500', '161951.467500', '161951.927500', '161952.387500', '161952.847500', '161953.307500', '161953.767500', '161954.227500', '161954.687500', '161955.147500', '161955.607500', '161956.067500', '161956.527500', '161956.987500', '161957.447500', '161957.907500', '161958.367500', '161958.827500', '161959.287500', '161959.747500', '162000.207500', '162000.667500', '162001.127500', '162001.587500', '162002.047500', '162002.507500', '162002.967500', '162003.427500', '162003.887500', '162004.347500', '162004.807500', '162005.267500', '162005.727500', '162006.187500', '162006.647500', '162007.107500', '162007.567500', '162008.027500', '162008.487500', '162008.947500', '162009.407500', '162009.867500', '162010.327500', '162010.787500', '162011.247500', '162011.707500', '162012.167500', '162012.627500', '162013.087500', '162013.547500', '162014.007500', '162014.467500', '162014.927500', '162015.387500', '162015.847500', '162016.307500', '162016.767500', '162017.227500', '162017.687500', '162018.147500', '162018.607500', '162019.067500', '162019.527500', '162019.987500', '162020.447500', '162020.907500', '162021.367500', '162021.827500', '162022.287500', '162022.747500', '162023.207500', '162023.667500', '162024.127500', '162024.587500', '162025.047500', '162025.507500', '162025.967500', '162026.427500', '162026.887500', '162027.347500', '162027.807500', '162028.267500', '162028.727500', '162029.187500', '162029.647500', '162030.107500', '162030.567500', '162031.027500', '162031.487500', '162031.947500', '162032.407500', '162032.867500', '162033.327500', '162033.787500', '162034.247500', '162034.707500', '162035.167500', '162035.627500', '162036.087500', '162036.547500', '162037.007500', '162037.467500', '162037.927500', '162038.387500', '162038.847500', '162039.307500', '162039.767500', '162040.227500', '162040.687500', '162041.147500', '162041.607500', '162042.067500', '162042.527500', '162042.987500', '162043.447500', '162043.907500', '162044.367500', '162044.827500', '162045.287500', '162045.747500', '162046.207500', '162046.667500', '162047.127500', '162047.587500', '162048.047500', '162048.507500', '162048.967500', '162049.427500', '162049.887500', '162050.347500', '162050.807500', '162051.267500', '162051.727500', '162052.187500', '162052.647500', '162053.107500', '162053.567500', '162054.027500', '162054.487500', '162054.947500', '162055.407500', '162055.867500', '162056.327500', '162056.787500', '162057.247500', '162057.707500', '162058.167500', '162058.627500', '162059.087500', '162059.547500', '162100.007500', '162100.467500', '162100.927500', '162101.387500', '162101.847500', '162102.307500', '162102.767500', '162103.227500', '162103.687500', '162104.147500', '162104.607500', '162105.067500', '162105.527500', '162105.987500', '162106.447500', '162106.907500', '162107.367500', '162107.827500', '162108.287500', '162108.747500', '162109.207500', '162109.667500', '162110.127500', '162110.587500', '162111.047500', '162111.507500', '162111.967500', '162112.427500', '162112.887500', '162113.347500', '162113.807500', '162114.267500', '162114.727500', '162115.187500', '162115.647500', '162116.107500', '162116.567500', '162117.027500', '162117.487500', '162117.947500', '162118.407500', '162118.867500', '162119.327500', '162119.787500', '162120.247500', '162120.707500', '162121.167500', '162121.627500', '162122.087500', '162122.547500', '162123.007500', '162123.467500', '162123.927500', '162124.387500', '162124.847500', '162125.307500', '162125.767500', '162126.227500', '162126.687500', '162127.147500', '162127.607500', '162128.067500', '162128.527500', '162128.987500', '162129.447500', '162129.907500', '162130.367500', '162130.827500', '162131.287500', '162131.747500', '162132.207500', '162132.667500', '162133.127500', '162133.587500', '162134.047500', '162134.507500', '162134.967500', '162135.427500', '162135.887500', '162136.347500', '162136.807500', '162137.267500', '162137.727500', '162138.187500', '162138.647500', '162139.107500', '162139.567500', '162140.027500', '162140.487500', '162140.947500', '162141.407500', '162141.867500', '162142.327500', '162142.787500', '162143.247500', '162143.707500', '162144.167500', '162144.627500', '162145.087500', '162145.547500', '162146.007500', '162146.467500', '162146.927500', '162147.387500', '162147.847500', '162148.307500', '162148.767500', '162149.227500', '162149.687500', '162150.147500', '162150.607500', '162151.067500', '162151.527500', '162151.987500', '162152.447500', '162152.907500', '162153.367500', '162153.827500', '162154.287500', '162154.747500', '162155.207500', '162155.667500', '162156.127500', '162156.587500', '162157.047500', '162157.507500', '162157.967500', '162158.427500', '162158.887500', '162159.347500', '162159.807500', '162200.267500', '162200.727500', '162201.187500', '162201.647500', '162202.107500', '162202.567500', '162203.027500', '162203.487500', '162203.947500', '162204.407500', '162204.867500', '162205.327500', '162205.787500', '162206.247500', '162206.707500', '162207.167500', '162207.627500', '162208.087500', '162208.547500', '162209.007500', '162209.467500', '162209.927500', '162210.387500', '162210.847500', '162211.307500', '162211.767500', '162212.227500', '162212.687500', '162213.147500', '162213.607500', '162214.067500', '162214.527500', '162214.987500', '162215.447500', '162215.907500', '162216.367500', '162216.827500', '162217.287500', '162217.747500', '162218.207500', '162218.667500', '162219.127500', '162219.587500', '162220.047500', '162220.507500', '162220.967500', '162221.427500', '162221.887500', '162222.347500', '162222.807500', '162223.267500', '162223.727500', '162224.187500', '162224.647500', '162225.107500', '162225.567500', '162226.027500', '162226.487500', '162226.947500', '162227.407500', '162227.867500', '162228.327500', '162228.787500', '162229.247500', '162229.707500', '162230.167500', '162230.627500', '162231.087500', '162231.547500', '162232.007500', '162232.467500', '162232.927500', '162233.387500', '162233.847500', '162234.307500', '162234.767500', '162235.227500', '162235.687500', '162236.147500', '162236.607500', '162237.067500', '162237.527500', '162237.987500', '162238.447500', '162238.907500', '162239.367500', '162239.827500', '162240.287500', '162240.747500', '162241.207500', '162241.667500', '162242.127500', '162242.587500', '162243.047500', '162243.507500', '162243.967500', '162244.427500', '162244.887500', '162245.347500', '162245.807500', '162246.267500', '162246.727500', '162247.187500', '162247.647500', '162248.107500', '162248.567500', '162249.027500', '162249.487500', '162249.947500', '162250.407500', '162250.867500', '162251.327500', '162251.787500', '162252.247500', '162252.707500', '162253.167500', '162253.627500', '162254.087500', '162254.547500', '162255.007500', '162255.467500', '162255.927500', '162256.387500', '162256.847500', '162257.307500', '162257.767500', '162258.227500', '162258.687500', '162259.147500', '162259.607500', '162300.067500', '162300.527500', '162300.987500', '162301.447500', '162301.907500', '162302.367500', '162302.827500', '162303.287500', '162303.747500', '162304.207500', '162304.667500', '162305.127500', '162305.587500', '162306.047500', '162306.507500', '162306.967500', '162307.427500', '162307.887500', '162308.347500', '162308.807500', '162309.267500', '162309.727500', '162310.187500', '162310.647500', '162311.107500', '162311.567500', '162312.027500', '162312.487500', '162312.947500', '162313.407500', '162313.867500', '162314.327500', '162314.787500', '162315.247500', '162315.707500', '162316.167500', '162316.627500', '162317.087500', '162317.547500', '162318.007500', '162318.467500', '162318.927500', '162319.387500', '162319.847500', '162320.307500', '162320.767500', '162321.227500', '162321.687500', '162322.147500', '162322.607500', '162323.067500', '162323.527500', '162323.987500', '162324.447500', '162324.907500', '162325.367500', '162325.827500', '162326.287500', '162326.747500', '162327.207500', '162327.667500', '162328.127500', '162328.587500', '162329.047500', '162329.507500', '162329.967500', '162330.427500', '162330.887500', '162331.347500', '162331.807500', '162332.267500', '162332.727500', '162333.187500', '162333.647500', '162334.107500', '162334.567500', '162335.027500', '162335.487500', '162335.947500', '162336.407500', '162336.867500', '162337.327500', '162337.787500', '162338.247500', '162338.707500', '162339.167500', '162339.627500', '162340.087500', '162340.547500', '162341.007500', '162341.467500', '162341.927500', '162342.387500', '162342.847500', '162343.307500', '162343.767500', '162344.227500', '162344.687500', '162345.147500', '162345.607500', '162346.067500', '162346.527500', '162346.987500', '162347.447500', '162347.907500', '162348.367500', '162348.827500', '162349.287500', '162349.747500', '162350.207500', '162350.667500', '162351.127500', '162351.587500', '162352.047500', '162352.507500', '162352.967500', '162353.427500', '162353.887500', '162354.347500', '162354.807500', '162355.267500', '162355.727500', '162356.187500', '162356.647500', '162357.107500', '162357.567500', '162358.027500', '162358.487500', '162358.947500', '162359.407500', '162359.867500', '162400.327500', '162400.787500', '162401.247500', '162401.707500', '162402.167500', '162402.627500', '162403.087500', '162403.547500', '162404.007500', '162404.467500', '162404.927500', '162405.387500', '162405.847500', '162406.307500', '162406.767500', '162407.227500', '162407.687500', '162408.147500', '162408.607500', '162409.067500', '162409.527500', '162409.987500', '162410.447500', '162410.907500', '162411.367500', '162411.827500', '162412.287500', '162412.747500', '162413.207500', '162413.667500', '162414.127500', '162414.587500', '162415.047500', '162415.507500', '162415.967500', '162416.427500', '162416.887500', '162417.347500', '162417.807500', '162418.267500', '162418.727500', '162419.187500', '162419.647500', '162420.107500', '162420.567500', '162421.027500', '162421.487500', '162421.947500', '162422.407500', '162422.867500', '162423.327500', '162423.787500', '162424.247500', '162424.707500', '162425.167500', '162425.627500', '162426.087500', '162426.547500', '162427.007500', '162427.467500', '162427.927500', '162428.387500', '162428.847500', '162429.307500', '162429.767500', '162430.227500', '162430.687500', '162431.147500', '162431.607500', '162432.067500', '162432.527500', '162432.987500', '162433.447500', '162433.907500', '162434.367500', '162434.827500', '162435.287500', '162435.747500', '162436.207500', '162436.667500', '162437.127500', '162437.587500', '162438.047500', '162438.507500', '162438.967500', '162439.427500', '162439.887500', '162440.347500', '162440.807500', '162441.267500', '162441.727500', '162442.187500', '162442.647500', '162443.107500', '162443.567500', '162444.027500', '162444.487500', '162444.947500', '162445.407500', '162445.867500', '162446.327500', '162446.787500', '162447.247500', '162447.707500', '162448.167500', '162448.627500', '162449.087500', '162449.547500', '162450.007500', '162450.467500', '162450.927500', '162451.387500', '162451.847500', '162452.307500', '162452.767500', '162453.227500', '162453.687500', '162454.147500', '162454.607500', '162455.067500', '162455.527500', '162455.987500', '162456.447500', '162456.907500', '162457.367500', '162457.827500', '162458.287500', '162458.747500', '162459.207500', '162459.667500', '162500.127500', '162500.587500', '162501.047500', '162501.507500', '162501.967500', '162502.427500', '162502.887500', '162503.347500', '162503.807500', '162504.267500', '162504.727500', '162505.187500', '162505.647500', '162506.107500', '162506.567500', '162507.027500', '162507.487500', '162507.947500', '162508.407500', '162508.867500', '162509.327500', '162509.787500', '162510.247500', '162510.707500', '162511.167500', '162511.627500', '162512.087500', '162512.547500', '162513.007500', '162513.467500', '162513.927500', '162514.387500', '162514.847500', '162515.307500', '162515.767500', '162516.227500', '162516.687500', '162517.147500', '162517.607500', '162518.067500', '162518.527500', '162518.987500', '162519.447500', '162519.907500', '162520.367500', '162520.827500', '162521.287500', '162521.747500', '162522.207500', '162522.667500', '162523.127500', '162523.587500', '162524.047500', '162524.507500', '162524.967500', '162525.427500', '162525.887500', '162526.347500', '162526.807500', '162527.267500', '162527.727500', '162528.187500', '162528.647500', '162529.107500', '162529.567500', '162530.027500', '162530.487500', '162530.947500', '162531.407500', '162531.867500', '162532.327500', '162532.787500', '162533.247500', '162533.707500', '162534.167500', '162534.627500', '162535.087500', '162535.547500', '162536.007500', '162536.467500', '162536.927500', '162537.387500', '162537.847500', '162538.307500', '162538.767500', '162539.227500', '162539.687500', '162540.147500', '162540.607500', '162541.067500', '162541.527500', '162541.987500', '162542.447500', '162542.907500', '162543.367500', '162543.827500', '162544.287500', '162544.747500', '162545.207500', '162545.667500', '162546.127500', '162546.587500', '162547.047500', '162547.507500', '162547.967500', '162548.427500', '162548.887500', '162549.347500', '162549.807500', '162550.267500', '162550.727500', '162551.187500', '162551.647500', '162552.107500', '162552.567500', '162553.027500', '162553.487500', '162553.947500', '162554.407500', '162554.867500', '162555.327500', '162555.787500', '162556.247500', '162556.707500', '162557.167500', '162557.627500', '162558.087500', '162558.547500', '162559.007500', '162559.467500', '162559.927500', '162600.387500', '162600.847500', '162601.307500', '162601.767500', '162602.227500', '162602.687500', '162603.147500', '162603.607500', '162604.067500', '162604.527500', '162604.987500', '162605.447500', '162605.907500', '162606.367500', '162606.827500', '162607.287500', '162607.747500', '162608.207500', '162608.667500', '162609.127500', '162609.587500', '162610.047500', '162610.507500', '162610.967500', '162611.427500', '162611.887500', '162612.347500', '162612.807500', '162613.267500', '162613.727500', '162614.187500', '162614.647500', '162615.107500', '162615.567500', '162616.027500', '162616.487500', '162616.947500', '162617.407500', '162617.867500', '162618.327500', '162618.787500', '162619.247500', '162619.707500', '162620.167500', '162620.627500', '162621.087500', '162621.547500', '162622.007500', '162622.467500', '162622.927500', '162623.387500', '162623.847500', '162624.307500', '162624.767500', '162625.227500', '162625.687500', '162626.147500', '162626.607500', '162627.067500', '162627.527500', '162627.987500', '162628.447500', '162628.907500', '162629.367500', '162629.827500', '162630.287500', '162630.747500', '162631.207500', '162631.667500', '162632.127500', '162632.587500', '162633.047500', '162633.507500', '162633.967500', '162634.427500', '162634.887500', '162635.347500', '162635.807500', '162636.267500', '162636.727500', '162637.187500', '162637.647500', '162638.107500', '162638.567500', '162639.027500', '162639.487500', '162639.947500', '162640.407500', '162640.867500', '162641.327500', '162641.787500', '162642.247500', '162642.707500', '162643.167500', '162643.627500', '162644.087500', '162644.547500', '162645.007500', '162645.467500', '162645.927500', '162646.387500', '162646.847500', '162647.307500', '162647.767500', '162648.227500', '162648.687500', '162649.147500', '162649.607500', '162650.067500', '162650.527500', '162650.987500', '162651.447500', '162651.907500', '162652.367500', '162652.827500', '162653.287500', '162653.747500', '162654.207500', '162654.667500', '162655.127500', '162655.587500', '162656.047500', '162656.507500', '162656.967500', '162657.427500', '162657.887500', '162658.347500', '162658.807500', '162659.267500', '162659.727500', '162700.187500', '162700.647500', '162701.107500', '162701.567500', '162702.027500', '162702.487500', '162702.947500', '162703.407500', '162703.867500', '162704.327500', '162704.787500', '162705.247500', '162705.707500', '162706.167500', '162706.627500', '162707.087500', '162707.547500', '162708.007500', '162708.467500', '162708.927500', '162709.387500', '162709.847500', '162710.307500', '162710.767500', '162711.227500', '162711.687500', '162712.147500', '162712.607500', '162713.067500', '162713.527500', '162713.987500', '162714.447500', '162714.907500', '162715.367500', '162715.827500', '162716.287500', '162716.747500', '162717.207500', '162717.667500', '162718.127500', '162718.587500', '162719.047500', '162719.507500', '162719.967500', '162720.427500', '162720.887500', '162721.347500', '162721.807500', '162722.267500', '162722.727500', '162723.187500', '162723.647500', '162724.107500', '162724.567500', '162725.027500', '162725.487500', '162725.947500', '162726.407500', '162726.867500', '162727.327500', '162727.787500', '162728.247500', '162728.707500', '162729.167500', '162729.627500', '162730.087500', '162730.547500', '162731.007500', '162731.467500', '162731.927500', '162732.387500', '162732.847500', '162733.307500', '162733.767500', '162734.227500', '162734.687500', '162735.147500', '162735.607500', '162736.067500', '162736.527500', '162736.987500', '162737.447500', '162737.907500', '162738.367500', '162738.827500', '162739.287500', '162739.747500', '162740.207500', '162740.667500', '162741.127500', '162741.587500', '162742.047500', '162742.507500', '162742.967500', '162743.427500', '162743.887500', '162744.347500', '162744.807500', '162745.267500', '162745.727500', '162746.187500', '162746.647500', '162747.107500', '162747.567500', '162748.027500', '162748.487500', '162748.947500', '162749.407500', '162749.867500', '162750.327500', '162750.787500', '162751.247500', '162751.707500', '162752.167500', '162752.627500', '162753.087500', '162753.547500', '162754.007500'], 'ContentTime': ['161355.713000', '161355.716000', '161355.719000', '161355.722000', '161355.725000', '161355.728000', '161355.731000', '161355.734000', '161355.737000', '161355.739000', '161355.742000', '161355.745000', '161355.748000', '161355.751000', '161355.754000', '161355.757000', '161355.760000', '161355.763000', '161355.765000', '161355.768000', '161355.771000', '161355.774000', '161355.779000', '161355.782000', '161355.785000', '161355.788000', '161355.791000', '161355.794000', '161355.797000', '161355.800000', '161355.803000', '161415.660000', '161415.663000', '161415.666000', '161415.669000', '161415.672000', '161415.675000', '161415.678000', '161415.681000', '161415.683000', '161415.686000', '161415.689000', '161415.692000', '161415.695000', '161415.702000', '161415.705000', '161415.708000', '161415.711000', '161415.714000', '161415.717000', '161415.719000', '161415.722000', '161415.725000', '161415.729000', '161415.732000', '161415.751000', '161415.754000', '161415.757000', '161415.760000', '161415.763000', '161415.766000', '161415.769000', '161415.771000', '161415.774000', '161415.777000', '161415.780000', '161415.783000', '161415.788000', '161415.791000', '161415.794000', '161415.797000', '161415.800000', '161415.803000', '161415.806000', '161435.659000', '161435.662000', '161435.665000', '161435.668000', '161435.671000', '161435.674000', '161435.676000', '161435.679000', '161435.682000', '161435.685000', '161435.688000', '161435.699000', '161435.702000', '161435.705000', '161435.708000', '161435.711000', '161435.714000', '161435.716000', '161435.719000', '161435.722000', '161435.725000', '161435.728000', '161435.731000', '161435.734000', '161435.737000', '161435.740000', '161435.743000', '161435.746000', '161435.749000', '161435.752000', '161435.754000', '161435.757000', '161435.760000', '161435.763000', '161435.766000', '161435.769000', '161435.772000', '161435.775000', '161435.778000', '161435.781000', '161435.784000', '161435.787000', '161435.790000', '161435.793000', '161455.659000', '161455.662000', '161455.665000', '161455.668000', '161455.671000', '161455.674000', '161455.676000', '161455.679000', '161455.682000', '161455.685000', '161455.688000', '161455.691000', '161455.694000', '161455.697000', '161455.700000', '161455.703000', '161455.706000', '161455.709000', '161455.712000', '161455.715000', '161455.718000', '161455.721000', '161455.724000', '161455.726000', '161455.729000', '161455.732000', '161455.735000', '161455.738000', '161455.741000', '161455.744000', '161455.747000', '161455.750000', '161455.753000', '161455.756000', '161455.759000', '161455.762000', '161455.765000', '161455.768000', '161455.771000', '161455.774000', '161455.776000', '161455.779000', '161455.782000', '161515.660000', '161515.663000', '161515.666000', '161515.669000', '161515.672000', '161515.675000', '161515.678000', '161515.681000', '161515.684000', '161515.686000', '161515.689000', '161515.692000', '161515.695000', '161515.698000', '161515.701000', '161515.704000', '161515.707000', '161515.710000', '161515.713000', '161515.716000', '161515.718000', '161515.721000', '161515.724000', '161515.727000', '161515.730000', '161515.733000', '161515.736000', '161515.739000', '161515.742000', '161515.745000', '161515.748000', '161515.751000', '161515.754000', '161515.757000', '161515.759000', '161515.762000', '161515.765000', '161515.768000', '161515.771000', '161515.774000', '161515.777000', '161515.780000', '161515.783000', '161515.786000', '161535.660000', '161535.663000', '161535.666000', '161535.669000', '161535.672000', '161535.675000', '161535.678000', '161535.681000', '161535.684000', '161535.687000', '161535.690000', '161535.692000', '161535.695000', '161535.698000', '161535.701000', '161535.704000', '161535.707000', '161535.710000', '161535.713000', '161535.716000', '161535.719000', '161535.722000', '161535.725000', '161535.728000', '161535.731000', '161535.733000', '161535.736000', '161535.739000', '161535.742000', '161535.745000', '161535.748000', '161535.751000', '161535.754000', '161535.757000', '161535.760000', '161535.763000', '161535.766000', '161535.770000', '161535.773000', '161535.776000', '161535.779000', '161535.782000', '161535.784000', '161555.660000', '161555.663000', '161555.666000', '161555.669000', '161555.672000', '161555.675000', '161555.678000', '161555.681000', '161555.684000', '161555.687000', '161555.690000', '161555.692000', '161555.695000', '161555.698000', '161555.709000', '161555.712000', '161555.714000', '161555.717000', '161555.720000', '161555.723000', '161555.726000', '161555.729000', '161555.732000', '161555.735000', '161555.738000', '161555.741000', '161555.744000', '161555.747000', '161555.750000', '161555.753000', '161555.756000', '161555.759000', '161555.761000', '161555.764000', '161555.782000', '161555.785000', '161555.788000', '161555.790000', '161555.793000', '161555.796000', '161555.799000', '161555.802000', '161555.805000', '161555.808000', '161615.660000', '161615.663000', '161615.666000', '161615.669000', '161615.672000', '161615.675000', '161615.678000', '161615.681000', '161615.684000', '161615.687000', '161615.690000', '161615.693000', '161615.696000', '161615.699000', '161615.702000', '161615.708000', '161615.711000', '161615.714000', '161615.717000', '161615.720000', '161615.723000', '161615.726000', '161615.729000', '161615.732000', '161615.734000', '161615.737000', '161615.740000', '161615.743000', '161615.746000', '161615.749000', '161615.752000', '161615.755000', '161615.758000', '161615.761000', '161615.764000', '161615.767000', '161615.770000', '161615.773000', '161615.776000', '161615.779000', '161615.782000', '161615.785000', '161615.788000', '161635.660000', '161635.663000', '161635.666000', '161635.669000', '161635.672000', '161635.675000', '161635.678000', '161635.681000', '161635.706000', '161635.708000', '161635.711000', '161635.714000', '161635.717000', '161635.720000', '161635.723000', '161635.726000', '161635.729000', '161635.732000', '161635.735000', '161635.738000', '161635.741000', '161635.744000', '161635.747000', '161635.750000', '161635.752000', '161635.755000', '161635.758000', '161635.761000', '161635.764000', '161635.767000', '161635.770000', '161635.773000', '161635.776000', '161635.779000', '161635.782000', '161635.785000', '161635.788000', '161635.791000', '161635.794000', '161635.797000', '161635.800000', '161635.803000', '161635.806000', '161655.659000', '161655.662000', '161655.665000', '161655.668000', '161655.671000', '161655.674000', '161655.677000', '161655.680000', '161655.683000', '161655.689000', '161655.692000', '161655.695000', '161655.698000', '161655.701000', '161655.704000', '161655.707000', '161655.710000', '161655.713000', '161655.716000', '161655.719000', '161655.722000', '161655.725000', '161655.728000', '161655.730000', '161655.733000', '161655.736000', '161655.739000', '161655.742000', '161655.745000', '161655.748000', '161655.751000', '161655.754000', '161655.757000', '161655.760000', '161655.763000', '161655.766000', '161655.769000', '161655.772000', '161655.775000', '161655.778000', '161655.780000', '161655.783000', '161655.786000', '161655.789000', '161715.659000', '161715.662000', '161715.665000', '161715.668000', '161715.671000', '161715.674000', '161715.701000', '161715.704000', '161715.706000', '161715.709000', '161715.712000', '161715.715000', '161715.718000', '161715.721000', '161715.724000', '161715.727000', '161715.730000', '161715.733000', '161715.736000', '161715.739000', '161715.741000', '161715.744000', '161715.747000', '161715.750000', '161715.753000', '161715.756000', '161715.759000', '161715.762000', '161715.765000', '161715.768000', '161715.771000', '161715.774000', '161715.777000', '161715.780000', '161715.783000', '161715.786000', '161715.789000', '161715.792000', '161715.795000', '161715.798000', '161715.801000', '161715.804000', '161715.806000', '161735.660000', '161735.663000', '161735.666000', '161735.669000', '161735.672000', '161735.675000', '161735.678000', '161735.681000', '161735.684000', '161735.687000', '161735.690000', '161735.693000', '161735.702000', '161735.705000', '161735.708000', '161735.711000', '161735.726000', '161735.729000', '161735.732000', '161735.735000', '161735.738000', '161735.741000', '161735.744000', '161735.747000', '161735.750000', '161735.753000', '161735.756000', '161735.759000', '161735.762000', '161735.764000', '161735.767000', '161735.770000', '161735.773000', '161735.776000', '161735.779000', '161735.782000', '161735.785000', '161735.788000', '161735.791000', '161735.794000', '161735.797000', '161735.800000', '161735.803000', '161735.806000', '161755.660000', '161755.663000', '161755.690000', '161755.693000', '161755.696000', '161755.699000', '161755.702000', '161755.705000', '161755.708000', '161755.711000', '161755.713000', '161755.716000', '161755.719000', '161755.722000', '161755.725000', '161755.728000', '161755.731000', '161755.734000', '161755.737000', '161755.740000', '161755.743000', '161755.746000', '161755.749000', '161755.751000', '161755.754000', '161755.757000', '161755.760000', '161755.763000', '161755.766000', '161755.769000', '161755.772000', '161755.775000', '161755.778000', '161755.781000', '161755.784000', '161755.787000', '161755.790000', '161755.793000', '161755.796000', '161755.799000', '161755.802000', '161755.804000', '161755.807000', '161815.660000', '161815.663000', '161815.666000', '161815.669000', '161815.672000', '161815.675000', '161815.678000', '161815.681000', '161815.684000', '161815.687000', '161815.695000', '161815.698000', '161815.701000', '161815.704000', '161815.707000', '161815.710000', '161815.713000', '161815.716000', '161815.719000', '161815.722000', '161815.725000', '161815.728000', '161815.731000', '161815.734000', '161815.737000', '161815.740000', '161815.742000', '161815.745000', '161815.748000', '161815.751000', '161815.754000', '161815.757000', '161815.760000', '161815.763000', '161815.766000', '161815.769000', '161815.772000', '161815.775000', '161815.778000', '161815.781000', '161815.784000', '161815.787000', '161815.789000', '161815.792000', '161835.660000', '161835.663000', '161835.666000', '161835.669000', '161835.672000', '161835.675000', '161835.678000', '161835.681000', '161835.684000', '161835.687000', '161835.690000', '161835.693000', '161835.696000', '161835.699000', '161835.702000', '161835.705000', '161835.708000', '161835.711000', '161835.714000', '161835.717000', '161835.720000', '161835.723000', '161835.726000', '161835.729000', '161835.732000', '161835.735000', '161835.738000', '161835.741000', '161835.743000', '161835.746000', '161835.749000', '161835.752000', '161835.755000', '161835.758000', '161835.761000', '161835.764000', '161835.767000', '161835.770000', '161835.773000', '161835.776000', '161835.779000', '161835.782000', '161835.785000', '161855.660000', '161855.663000', '161855.666000', '161855.669000', '161855.672000', '161855.675000', '161855.678000', '161855.681000', '161855.684000', '161855.687000', '161855.690000', '161855.692000', '161855.695000', '161855.698000', '161855.701000', '161855.704000', '161855.707000', '161855.710000', '161855.713000', '161855.716000', '161855.719000', '161855.722000', '161855.725000', '161855.728000', '161855.731000', '161855.734000', '161855.736000', '161855.751000', '161855.754000', '161855.757000', '161855.760000', '161855.763000', '161855.766000', '161855.769000', '161855.772000', '161855.775000', '161855.778000', '161855.781000', '161855.784000', '161855.786000', '161855.789000', '161855.792000', '161855.795000', '161855.798000', '161915.659000', '161915.662000', '161915.665000', '161915.668000', '161915.671000', '161915.674000', '161915.677000', '161915.680000', '161915.683000', '161915.686000', '161915.688000', '161915.691000', '161915.694000', '161915.697000', '161915.700000', '161915.703000', '161915.706000', '161915.709000', '161915.712000', '161915.715000', '161915.718000', '161915.721000', '161915.724000', '161915.727000', '161915.730000', '161915.733000', '161915.736000', '161915.739000', '161915.749000', '161915.752000', '161915.755000', '161915.758000', '161915.760000', '161915.763000', '161915.766000', '161915.769000', '161915.772000', '161915.775000', '161915.778000', '161915.781000', '161915.784000', '161915.787000', '161915.790000', '161935.659000', '161935.662000', '161935.665000', '161935.668000', '161935.671000', '161935.674000', '161935.677000', '161935.680000', '161935.691000', '161935.694000', '161935.697000', '161935.700000', '161935.703000', '161935.706000', '161935.709000', '161935.712000', '161935.715000', '161935.718000', '161935.721000', '161935.723000', '161935.726000', '161935.729000', '161935.732000', '161935.735000', '161935.738000', '161935.741000', '161935.744000', '161935.747000', '161935.750000', '161935.753000', '161935.756000', '161935.759000', '161935.762000', '161935.765000', '161935.767000', '161935.770000', '161935.773000', '161935.776000', '161935.779000', '161935.782000', '161935.785000', '161935.788000', '161935.791000', '161935.794000', '161955.660000', '161955.663000', '161955.666000', '161955.669000', '161955.672000', '161955.675000', '161955.678000', '161955.681000', '161955.687000', '161955.690000', '161955.693000', '161955.696000', '161955.699000', '161955.702000', '161955.705000', '161955.707000', '161955.710000', '161955.713000', '161955.716000', '161955.719000', '161955.722000', '161955.725000', '161955.728000', '161955.731000', '161955.734000', '161955.737000', '161955.740000', '161955.743000', '161955.746000', '161955.749000', '161955.752000', '161955.755000', '161955.758000', '161955.761000', '161955.764000', '161955.766000', '161955.769000', '161955.772000', '161955.775000', '161955.778000', '161955.781000', '161955.784000', '161955.787000', '162015.660000', '162015.663000', '162015.666000', '162015.669000', '162015.672000', '162015.675000', '162015.678000', '162015.681000', '162015.684000', '162015.687000', '162015.690000', '162015.693000', '162015.696000', '162015.699000', '162015.701000', '162015.704000', '162015.707000', '162015.710000', '162015.713000', '162015.716000', '162015.719000', '162015.722000', '162015.725000', '162015.728000', '162015.731000', '162015.734000', '162015.737000', '162015.739000', '162015.742000', '162015.745000', '162015.748000', '162015.751000', '162015.754000', '162015.757000', '162015.760000', '162015.763000', '162015.766000', '162015.769000', '162015.783000', '162015.786000', '162015.789000', '162015.792000', '162015.795000', '162015.798000', '162035.660000', '162035.663000', '162035.666000', '162035.669000', '162035.672000', '162035.675000', '162035.678000', '162035.681000', '162035.685000', '162035.688000', '162035.693000', '162035.696000', '162035.699000', '162035.702000', '162035.705000', '162035.708000', '162035.710000', '162035.713000', '162035.716000', '162035.719000', '162035.722000', '162035.725000', '162035.728000', '162035.731000', '162035.734000', '162035.737000', '162035.740000', '162035.744000', '162035.747000', '162035.750000', '162035.752000', '162035.755000', '162035.759000', '162035.762000', '162035.764000', '162035.767000', '162035.770000', '162035.773000', '162035.776000', '162035.779000', '162035.782000', '162035.785000', '162035.788000', '162055.660000', '162055.663000', '162055.666000', '162055.669000', '162055.672000', '162055.675000', '162055.678000', '162055.681000', '162055.684000', '162055.687000', '162055.690000', '162055.692000', '162055.695000', '162055.698000', '162055.701000', '162055.704000', '162055.707000', '162055.710000', '162055.713000', '162055.716000', '162055.719000', '162055.722000', '162055.725000', '162055.728000', '162055.731000', '162055.733000', '162055.736000', '162055.739000', '162055.742000', '162055.745000', '162055.748000', '162055.751000', '162055.754000', '162055.757000', '162055.760000', '162055.763000', '162055.766000', '162055.769000', '162055.772000', '162055.775000', '162055.777000', '162055.780000', '162055.783000', '162055.786000', '162115.660000', '162115.663000', '162115.666000', '162115.669000', '162115.672000', '162115.675000', '162115.678000', '162115.681000', '162115.684000', '162115.687000', '162115.690000', '162115.693000', '162115.696000', '162115.698000', '162115.701000', '162115.704000', '162115.707000', '162115.710000', '162115.713000', '162115.716000', '162115.719000', '162115.722000', '162115.725000', '162115.728000', '162115.744000', '162115.747000', '162115.750000', '162115.753000', '162115.756000', '162115.759000', '162115.762000', '162115.765000', '162115.768000', '162115.771000', '162115.774000', '162115.777000', '162115.780000', '162115.783000', '162115.786000', '162115.789000', '162115.792000', '162115.795000', '162115.798000', '162135.659000', '162135.662000', '162135.665000', '162135.668000', '162135.671000', '162135.674000', '162135.677000', '162135.680000', '162135.683000', '162135.686000', '162135.689000', '162135.692000', '162135.694000', '162135.697000', '162135.700000', '162135.703000', '162135.706000', '162135.709000', '162135.712000', '162135.715000', '162135.718000', '162135.721000', '162135.724000', '162135.727000', '162135.730000', '162135.733000', '162135.736000', '162135.738000', '162135.741000', '162135.744000', '162135.747000', '162135.750000', '162135.753000', '162135.756000', '162135.759000', '162135.766000', '162135.769000', '162135.772000', '162135.775000', '162135.778000', '162135.781000', '162135.784000', '162135.787000', '162135.790000', '162155.659000', '162155.662000', '162155.665000', '162155.668000', '162155.671000', '162155.674000', '162155.677000', '162155.680000', '162155.683000', '162155.686000', '162155.689000', '162155.692000', '162155.695000', '162155.698000', '162155.701000', '162155.704000', '162155.707000', '162155.709000', '162155.712000', '162155.715000', '162155.719000', '162155.723000', '162155.726000', '162155.729000', '162155.732000', '162155.735000', '162155.738000', '162155.741000', '162155.744000', '162155.747000', '162155.750000', '162155.753000', '162155.756000', '162155.759000', '162155.762000', '162155.765000', '162155.768000', '162155.771000', '162155.774000', '162155.777000', '162155.780000', '162155.783000', '162155.786000', '162215.660000', '162215.663000', '162215.666000', '162215.678000', '162215.681000', '162215.684000', '162215.687000', '162215.690000', '162215.693000', '162215.696000', '162215.698000', '162215.702000', '162215.704000', '162215.707000', '162215.710000', '162215.713000', '162215.716000', '162215.719000', '162215.722000', '162215.725000', '162215.728000', '162215.731000', '162215.734000', '162215.737000', '162215.740000', '162215.743000', '162215.746000', '162215.749000', '162215.752000', '162215.755000', '162215.758000', '162215.761000', '162215.764000', '162215.767000', '162215.770000', '162215.773000', '162215.775000', '162215.778000', '162215.781000', '162215.784000', '162215.795000', '162215.797000', '162215.800000', '162215.803000', '162235.660000', '162235.663000', '162235.666000', '162235.669000', '162235.672000', '162235.675000', '162235.678000', '162235.681000', '162235.684000', '162235.687000', '162235.690000', '162235.693000', '162235.696000', '162235.699000', '162235.702000', '162235.705000', '162235.708000', '162235.711000', '162235.714000', '162235.717000', '162235.725000', '162235.728000', '162235.731000', '162235.734000', '162235.737000', '162235.740000', '162235.743000', '162235.746000', '162235.749000', '162235.752000', '162235.755000', '162235.758000', '162235.761000', '162235.764000', '162235.767000', '162235.769000', '162235.772000', '162235.775000', '162235.778000', '162235.781000', '162235.784000', '162235.787000', '162235.790000', '162255.660000', '162255.663000', '162255.666000', '162255.669000', '162255.672000', '162255.675000', '162255.678000', '162255.681000', '162255.684000', '162255.687000', '162255.690000', '162255.693000', '162255.696000', '162255.698000', '162255.701000', '162255.704000', '162255.707000', '162255.710000', '162255.713000', '162255.716000', '162255.719000', '162255.722000', '162255.725000', '162255.728000', '162255.731000', '162255.733000', '162255.736000', '162255.739000', '162255.742000', '162255.745000', '162255.748000', '162255.759000', '162255.762000', '162255.765000', '162255.768000', '162255.771000', '162255.774000', '162255.777000', '162255.779000', '162255.782000', '162255.785000', '162255.788000', '162255.791000', '162255.794000', '162315.660000', '162315.663000', '162315.666000', '162315.669000', '162315.672000', '162315.675000', '162315.678000', '162315.681000', '162315.684000', '162315.687000', '162315.690000', '162315.693000', '162315.696000', '162315.699000', '162315.701000', '162315.705000', '162315.707000', '162315.710000', '162315.713000', '162315.716000', '162315.719000', '162315.722000', '162315.725000', '162315.728000', '162315.731000', '162315.734000', '162315.737000', '162315.740000', '162315.743000', '162315.746000', '162315.749000', '162315.752000', '162315.755000', '162315.759000', '162315.762000', '162315.765000', '162315.768000', '162315.771000', '162315.774000', '162315.777000', '162315.780000', '162315.783000', '162315.786000', '162335.659000', '162335.662000', '162335.665000', '162335.668000', '162335.671000', '162335.674000', '162335.677000', '162335.680000', '162335.683000', '162335.686000', '162335.689000', '162335.692000', '162335.695000', '162335.698000', '162335.701000', '162335.704000', '162335.707000', '162335.710000', '162335.713000', '162335.716000', '162335.719000', '162335.723000', '162335.726000', '162335.729000', '162335.732000', '162335.735000', '162335.738000', '162335.741000', '162335.744000', '162335.747000', '162335.749000', '162335.752000', '162335.755000', '162335.758000', '162335.761000', '162335.764000', '162335.767000', '162335.770000', '162335.773000', '162335.776000', '162335.779000', '162335.782000', '162335.785000', '162335.788000', '162355.659000', '162355.662000', '162355.665000', '162355.668000', '162355.671000', '162355.674000', '162355.677000', '162355.680000', '162355.683000', '162355.686000', '162355.689000', '162355.692000', '162355.695000', '162355.698000', '162355.701000', '162355.704000', '162355.707000', '162355.709000', '162355.712000', '162355.715000', '162355.718000', '162355.721000', '162355.724000', '162355.727000', '162355.730000', '162355.733000', '162355.736000', '162355.739000', '162355.742000', '162355.752000', '162355.755000', '162355.758000', '162355.761000', '162355.764000', '162355.767000', '162355.770000', '162355.773000', '162355.776000', '162355.779000', '162355.782000', '162355.785000', '162355.787000', '162355.790000', '162415.659000', '162415.662000', '162415.665000', '162415.668000', '162415.676000', '162415.679000', '162415.681000', '162415.684000', '162415.688000', '162415.690000', '162415.693000', '162415.696000', '162415.699000', '162415.715000', '162415.718000', '162415.721000', '162415.733000', '162415.736000', '162415.739000', '162415.745000', '162415.748000', '162415.751000', '162415.754000', '162415.757000', '162415.760000', '162415.763000', '162415.766000', '162415.769000', '162415.772000', '162415.775000', '162415.778000', '162415.781000', '162415.784000', '162415.787000', '162415.790000', '162415.793000', '162415.795000', '162415.798000', '162415.801000', '162415.804000', '162415.807000', '162415.810000', '162415.813000', '162415.816000', '162435.660000', '162435.663000', '162435.666000', '162435.669000', '162435.672000', '162435.675000', '162435.678000', '162435.681000', '162435.684000', '162435.687000', '162435.690000', '162435.693000', '162435.696000', '162435.699000', '162435.702000', '162435.705000', '162435.708000', '162435.710000', '162435.713000', '162435.716000', '162435.719000', '162435.722000', '162435.725000', '162435.728000', '162435.731000', '162435.734000', '162435.737000', '162435.740000', '162435.743000', '162435.746000', '162435.749000', '162435.752000', '162435.755000', '162435.758000', '162435.761000', '162435.764000', '162435.767000', '162435.770000', '162435.772000', '162435.775000', '162435.778000', '162435.781000', '162435.784000', '162455.660000', '162455.663000', '162455.666000', '162455.669000', '162455.672000', '162455.675000', '162455.678000', '162455.681000', '162455.684000', '162455.687000', '162455.690000', '162455.693000', '162455.696000', '162455.699000', '162455.701000', '162455.704000', '162455.707000', '162455.710000', '162455.713000', '162455.716000', '162455.719000', '162455.722000', '162455.725000', '162455.728000', '162455.731000', '162455.734000', '162455.737000', '162455.740000', '162455.743000', '162455.745000', '162455.759000', '162455.762000', '162455.765000', '162455.768000', '162455.771000', '162455.774000', '162455.777000', '162455.779000', '162455.782000', '162455.785000', '162455.788000', '162455.791000', '162455.794000', '162455.797000', '162515.660000', '162515.664000', '162515.666000', '162515.669000', '162515.672000', '162515.675000', '162515.678000', '162515.681000', '162515.684000', '162515.687000', '162515.690000', '162515.693000', '162515.696000', '162515.699000', '162515.702000', '162515.705000', '162515.708000', '162515.711000', '162515.714000', '162515.717000', '162515.720000', '162515.723000', '162515.726000', '162515.728000', '162515.731000', '162515.734000', '162515.737000', '162515.740000', '162515.743000', '162515.746000', '162515.749000', '162515.752000', '162515.755000', '162515.758000', '162515.761000', '162515.764000', '162515.767000', '162515.770000', '162515.773000', '162515.776000', '162515.779000', '162515.782000', '162515.785000', '162535.660000', '162535.663000', '162535.666000', '162535.669000', '162535.672000', '162535.675000', '162535.678000', '162535.681000', '162535.684000', '162535.687000', '162535.690000', '162535.693000', '162535.696000', '162535.699000', '162535.702000', '162535.705000', '162535.708000', '162535.711000', '162535.714000', '162535.717000', '162535.720000', '162535.723000', '162535.726000', '162535.729000', '162535.732000', '162535.735000', '162535.738000', '162535.741000', '162535.744000', '162535.747000', '162535.749000', '162535.752000', '162535.755000', '162535.758000', '162535.761000', '162535.764000', '162535.767000', '162535.770000', '162535.773000', '162535.776000', '162535.779000', '162535.782000', '162535.785000', '162555.659000', '162555.662000', '162555.665000', '162555.668000', '162555.671000', '162555.674000', '162555.677000', '162555.680000', '162555.683000', '162555.686000', '162555.689000', '162555.692000', '162555.695000', '162555.698000', '162555.701000', '162555.704000', '162555.707000', '162555.710000', '162555.713000', '162555.716000', '162555.719000', '162555.722000', '162555.725000', '162555.728000', '162555.730000', '162555.733000', '162555.736000', '162555.739000', '162555.742000', '162555.745000', '162555.748000', '162555.751000', '162555.754000', '162555.757000', '162555.760000', '162555.763000', '162555.766000', '162555.769000', '162555.771000', '162555.774000', '162555.777000', '162555.780000', '162555.783000', '162555.786000', '162615.659000', '162615.662000', '162615.674000', '162615.678000', '162615.681000', '162615.684000', '162615.687000', '162615.690000', '162615.693000', '162615.696000', '162615.699000', '162615.702000', '162615.705000', '162615.707000', '162615.710000', '162615.713000', '162615.716000', '162615.719000', '162615.722000', '162615.725000', '162615.728000', '162615.731000', '162615.734000', '162615.737000', '162615.740000', '162615.743000', '162615.745000', '162615.748000', '162615.751000', '162615.754000', '162615.757000', '162615.760000', '162615.763000', '162615.766000', '162615.769000', '162615.772000', '162615.775000', '162615.778000', '162615.781000', '162615.784000', '162615.787000', '162615.790000', '162615.792000', '162635.659000', '162635.662000', '162635.665000', '162635.668000', '162635.671000', '162635.674000', '162635.677000', '162635.680000', '162635.683000', '162635.686000', '162635.689000', '162635.692000', '162635.695000', '162635.698000', '162635.701000', '162635.704000', '162635.707000', '162635.710000', '162635.713000', '162635.716000', '162635.719000', '162635.722000', '162635.729000', '162635.732000', '162635.736000', '162635.738000', '162635.741000', '162635.746000', '162635.749000', '162635.752000', '162635.755000', '162635.758000', '162635.761000', '162635.764000', '162635.767000', '162635.770000', '162635.773000', '162635.776000', '162635.779000', '162635.782000', '162635.785000', '162635.787000', '162635.790000', '162635.793000', '162655.660000', '162655.663000', '162655.666000', '162655.669000', '162655.672000', '162655.675000', '162655.678000', '162655.681000', '162655.684000', '162655.687000', '162655.690000', '162655.693000', '162655.696000', '162655.699000', '162655.702000', '162655.705000', '162655.710000', '162655.714000', '162655.717000', '162655.720000', '162655.738000', '162655.741000', '162655.744000', '162655.747000', '162655.755000', '162655.758000', '162655.761000', '162655.764000', '162655.767000', '162655.774000', '162655.777000', '162655.780000', '162655.783000', '162655.786000', '162655.789000', '162655.792000', '162655.796000', '162655.799000', '162655.802000', '162655.805000', '162655.808000', '162655.811000', '162655.813000', '162715.660000', '162715.663000', '162715.666000', '162715.669000', '162715.672000', '162715.675000', '162715.678000', '162715.681000', '162715.684000', '162715.694000', '162715.697000', '162715.700000', '162715.703000', '162715.706000', '162715.709000', '162715.712000', '162715.715000', '162715.718000', '162715.721000', '162715.724000', '162715.727000', '162715.729000', '162715.732000', '162715.736000', '162715.738000', '162715.741000', '162715.744000', '162715.747000', '162715.750000', '162715.753000', '162715.756000', '162715.759000', '162715.762000', '162715.765000', '162715.768000', '162715.771000', '162715.774000', '162715.777000', '162715.780000', '162715.783000', '162715.786000', '162715.789000', '162715.792000', '162715.795000', '162735.660000', '162735.663000', '162735.666000', '162735.669000', '162735.672000', '162735.675000', '162735.678000', '162735.681000', '162735.684000', '162735.687000', '162735.690000', '162735.693000', '162735.696000', '162735.699000', '162735.702000', '162735.705000', '162735.707000', '162735.710000', '162735.713000', '162735.716000', '162735.719000', '162735.722000', '162735.725000', '162735.728000', '162735.731000', '162735.734000', '162735.737000', '162735.740000', '162735.743000', '162735.746000', '162735.749000', '162735.752000', '162735.755000', '162735.758000', '162735.761000', '162735.764000', '162735.767000', '162735.770000', '162735.773000', '162735.776000', '162735.779000', '162735.782000', '162735.791000', '162754.625000', '162754.629000', '162754.640000', '162754.644000', '162754.647000', '162754.650000', '162754.654000', '162754.657000', '162754.660000', '162754.663000', '162754.671000', '162754.674000', '162754.677000', '162754.680000', '162754.684000', '162754.687000', '162754.690000', '162754.693000', '162754.696000', '162754.699000', '162754.702000', '162754.705000', '162754.708000', '162754.711000', '162754.714000', '162754.717000', '162754.720000', '162754.723000', '162754.726000', '162754.729000', '162754.732000', '162754.735000', '162754.738000', '162754.742000', '162754.745000', '162754.748000', '162754.751000', '162754.754000', '162754.757000', '162754.760000', '162754.763000', '162754.766000'], 'InstanceCreationTime': ['161355.713000', '161355.716000', '161355.719000', '161355.722000', '161355.725000', '161355.728000', '161355.731000', '161355.734000', '161355.737000', '161355.739000', '161355.742000', '161355.745000', '161355.748000', '161355.751000', '161355.754000', '161355.757000', '161355.760000', '161355.763000', '161355.765000', '161355.768000', '161355.771000', '161355.774000', '161355.779000', '161355.782000', '161355.785000', '161355.788000', '161355.791000', '161355.794000', '161355.797000', '161355.800000', '161355.803000', '161415.660000', '161415.663000', '161415.666000', '161415.669000', '161415.672000', '161415.675000', '161415.678000', '161415.681000', '161415.683000', '161415.686000', '161415.689000', '161415.692000', '161415.695000', '161415.702000', '161415.705000', '161415.708000', '161415.711000', '161415.714000', '161415.717000', '161415.719000', '161415.722000', '161415.725000', '161415.729000', '161415.732000', '161415.751000', '161415.754000', '161415.757000', '161415.760000', '161415.763000', '161415.766000', '161415.769000', '161415.771000', '161415.774000', '161415.777000', '161415.780000', '161415.783000', '161415.788000', '161415.791000', '161415.794000', '161415.797000', '161415.800000', '161415.803000', '161415.806000', '161435.659000', '161435.662000', '161435.665000', '161435.668000', '161435.671000', '161435.674000', '161435.676000', '161435.679000', '161435.682000', '161435.685000', '161435.688000', '161435.699000', '161435.702000', '161435.705000', '161435.708000', '161435.711000', '161435.714000', '161435.716000', '161435.719000', '161435.722000', '161435.725000', '161435.728000', '161435.731000', '161435.734000', '161435.737000', '161435.740000', '161435.743000', '161435.746000', '161435.749000', '161435.752000', '161435.754000', '161435.757000', '161435.760000', '161435.763000', '161435.766000', '161435.769000', '161435.772000', '161435.775000', '161435.778000', '161435.781000', '161435.784000', '161435.787000', '161435.790000', '161435.793000', '161455.659000', '161455.662000', '161455.665000', '161455.668000', '161455.671000', '161455.674000', '161455.676000', '161455.679000', '161455.682000', '161455.685000', '161455.688000', '161455.691000', '161455.694000', '161455.697000', '161455.700000', '161455.703000', '161455.706000', '161455.709000', '161455.712000', '161455.715000', '161455.718000', '161455.721000', '161455.724000', '161455.726000', '161455.729000', '161455.732000', '161455.735000', '161455.738000', '161455.741000', '161455.744000', '161455.747000', '161455.750000', '161455.753000', '161455.756000', '161455.759000', '161455.762000', '161455.765000', '161455.768000', '161455.771000', '161455.774000', '161455.776000', '161455.779000', '161455.782000', '161515.660000', '161515.663000', '161515.666000', '161515.669000', '161515.672000', '161515.675000', '161515.678000', '161515.681000', '161515.684000', '161515.686000', '161515.689000', '161515.692000', '161515.695000', '161515.698000', '161515.701000', '161515.704000', '161515.707000', '161515.710000', '161515.713000', '161515.716000', '161515.718000', '161515.721000', '161515.724000', '161515.727000', '161515.730000', '161515.733000', '161515.736000', '161515.739000', '161515.742000', '161515.745000', '161515.748000', '161515.751000', '161515.754000', '161515.757000', '161515.759000', '161515.762000', '161515.765000', '161515.768000', '161515.771000', '161515.774000', '161515.777000', '161515.780000', '161515.783000', '161515.786000', '161535.660000', '161535.663000', '161535.666000', '161535.669000', '161535.672000', '161535.675000', '161535.678000', '161535.681000', '161535.684000', '161535.687000', '161535.690000', '161535.692000', '161535.695000', '161535.698000', '161535.701000', '161535.704000', '161535.707000', '161535.710000', '161535.713000', '161535.716000', '161535.719000', '161535.722000', '161535.725000', '161535.728000', '161535.731000', '161535.733000', '161535.736000', '161535.739000', '161535.742000', '161535.745000', '161535.748000', '161535.751000', '161535.754000', '161535.757000', '161535.760000', '161535.763000', '161535.766000', '161535.770000', '161535.773000', '161535.776000', '161535.779000', '161535.782000', '161535.784000', '161555.660000', '161555.663000', '161555.666000', '161555.669000', '161555.672000', '161555.675000', '161555.678000', '161555.681000', '161555.684000', '161555.687000', '161555.690000', '161555.692000', '161555.695000', '161555.698000', '161555.709000', '161555.712000', '161555.714000', '161555.717000', '161555.720000', '161555.723000', '161555.726000', '161555.729000', '161555.732000', '161555.735000', '161555.738000', '161555.741000', '161555.744000', '161555.747000', '161555.750000', '161555.753000', '161555.756000', '161555.759000', '161555.761000', '161555.764000', '161555.782000', '161555.785000', '161555.788000', '161555.790000', '161555.793000', '161555.796000', '161555.799000', '161555.802000', '161555.805000', '161555.808000', '161615.660000', '161615.663000', '161615.666000', '161615.669000', '161615.672000', '161615.675000', '161615.678000', '161615.681000', '161615.684000', '161615.687000', '161615.690000', '161615.693000', '161615.696000', '161615.699000', '161615.702000', '161615.708000', '161615.711000', '161615.714000', '161615.717000', '161615.720000', '161615.723000', '161615.726000', '161615.729000', '161615.732000', '161615.734000', '161615.737000', '161615.740000', '161615.743000', '161615.746000', '161615.749000', '161615.752000', '161615.755000', '161615.758000', '161615.761000', '161615.764000', '161615.767000', '161615.770000', '161615.773000', '161615.776000', '161615.779000', '161615.782000', '161615.785000', '161615.788000', '161635.660000', '161635.663000', '161635.666000', '161635.669000', '161635.672000', '161635.675000', '161635.678000', '161635.681000', '161635.706000', '161635.708000', '161635.711000', '161635.714000', '161635.717000', '161635.720000', '161635.723000', '161635.726000', '161635.729000', '161635.732000', '161635.735000', '161635.738000', '161635.741000', '161635.744000', '161635.747000', '161635.750000', '161635.752000', '161635.755000', '161635.758000', '161635.761000', '161635.764000', '161635.767000', '161635.770000', '161635.773000', '161635.776000', '161635.779000', '161635.782000', '161635.785000', '161635.788000', '161635.791000', '161635.794000', '161635.797000', '161635.800000', '161635.803000', '161635.806000', '161655.659000', '161655.662000', '161655.665000', '161655.668000', '161655.671000', '161655.674000', '161655.677000', '161655.680000', '161655.683000', '161655.689000', '161655.692000', '161655.695000', '161655.698000', '161655.701000', '161655.704000', '161655.707000', '161655.710000', '161655.713000', '161655.716000', '161655.719000', '161655.722000', '161655.725000', '161655.728000', '161655.730000', '161655.733000', '161655.736000', '161655.739000', '161655.742000', '161655.745000', '161655.748000', '161655.751000', '161655.754000', '161655.757000', '161655.760000', '161655.763000', '161655.766000', '161655.769000', '161655.772000', '161655.775000', '161655.778000', '161655.780000', '161655.783000', '161655.786000', '161655.789000', '161715.659000', '161715.662000', '161715.665000', '161715.668000', '161715.671000', '161715.674000', '161715.701000', '161715.704000', '161715.706000', '161715.709000', '161715.712000', '161715.715000', '161715.718000', '161715.721000', '161715.724000', '161715.727000', '161715.730000', '161715.733000', '161715.736000', '161715.739000', '161715.741000', '161715.744000', '161715.747000', '161715.750000', '161715.753000', '161715.756000', '161715.759000', '161715.762000', '161715.765000', '161715.768000', '161715.771000', '161715.774000', '161715.777000', '161715.780000', '161715.783000', '161715.786000', '161715.789000', '161715.792000', '161715.795000', '161715.798000', '161715.801000', '161715.804000', '161715.806000', '161735.660000', '161735.663000', '161735.666000', '161735.669000', '161735.672000', '161735.675000', '161735.678000', '161735.681000', '161735.684000', '161735.687000', '161735.690000', '161735.693000', '161735.702000', '161735.705000', '161735.708000', '161735.711000', '161735.726000', '161735.729000', '161735.732000', '161735.735000', '161735.738000', '161735.741000', '161735.744000', '161735.747000', '161735.750000', '161735.753000', '161735.756000', '161735.759000', '161735.762000', '161735.764000', '161735.767000', '161735.770000', '161735.773000', '161735.776000', '161735.779000', '161735.782000', '161735.785000', '161735.788000', '161735.791000', '161735.794000', '161735.797000', '161735.800000', '161735.803000', '161735.806000', '161755.660000', '161755.663000', '161755.690000', '161755.693000', '161755.696000', '161755.699000', '161755.702000', '161755.705000', '161755.708000', '161755.711000', '161755.713000', '161755.716000', '161755.719000', '161755.722000', '161755.725000', '161755.728000', '161755.731000', '161755.734000', '161755.737000', '161755.740000', '161755.743000', '161755.746000', '161755.749000', '161755.751000', '161755.754000', '161755.757000', '161755.760000', '161755.763000', '161755.766000', '161755.769000', '161755.772000', '161755.775000', '161755.778000', '161755.781000', '161755.784000', '161755.787000', '161755.790000', '161755.793000', '161755.796000', '161755.799000', '161755.802000', '161755.804000', '161755.807000', '161815.660000', '161815.663000', '161815.666000', '161815.669000', '161815.672000', '161815.675000', '161815.678000', '161815.681000', '161815.684000', '161815.687000', '161815.695000', '161815.698000', '161815.701000', '161815.704000', '161815.707000', '161815.710000', '161815.713000', '161815.716000', '161815.719000', '161815.722000', '161815.725000', '161815.728000', '161815.731000', '161815.734000', '161815.737000', '161815.740000', '161815.742000', '161815.745000', '161815.748000', '161815.751000', '161815.754000', '161815.757000', '161815.760000', '161815.763000', '161815.766000', '161815.769000', '161815.772000', '161815.775000', '161815.778000', '161815.781000', '161815.784000', '161815.787000', '161815.789000', '161815.792000', '161835.660000', '161835.663000', '161835.666000', '161835.669000', '161835.672000', '161835.675000', '161835.678000', '161835.681000', '161835.684000', '161835.687000', '161835.690000', '161835.693000', '161835.696000', '161835.699000', '161835.702000', '161835.705000', '161835.708000', '161835.711000', '161835.714000', '161835.717000', '161835.720000', '161835.723000', '161835.726000', '161835.729000', '161835.732000', '161835.735000', '161835.738000', '161835.741000', '161835.743000', '161835.746000', '161835.749000', '161835.752000', '161835.755000', '161835.758000', '161835.761000', '161835.764000', '161835.767000', '161835.770000', '161835.773000', '161835.776000', '161835.779000', '161835.782000', '161835.785000', '161855.660000', '161855.663000', '161855.666000', '161855.669000', '161855.672000', '161855.675000', '161855.678000', '161855.681000', '161855.684000', '161855.687000', '161855.690000', '161855.692000', '161855.695000', '161855.698000', '161855.701000', '161855.704000', '161855.707000', '161855.710000', '161855.713000', '161855.716000', '161855.719000', '161855.722000', '161855.725000', '161855.728000', '161855.731000', '161855.734000', '161855.736000', '161855.751000', '161855.754000', '161855.757000', '161855.760000', '161855.763000', '161855.766000', '161855.769000', '161855.772000', '161855.775000', '161855.778000', '161855.781000', '161855.784000', '161855.786000', '161855.789000', '161855.792000', '161855.795000', '161855.798000', '161915.659000', '161915.662000', '161915.665000', '161915.668000', '161915.671000', '161915.674000', '161915.677000', '161915.680000', '161915.683000', '161915.686000', '161915.688000', '161915.691000', '161915.694000', '161915.697000', '161915.700000', '161915.703000', '161915.706000', '161915.709000', '161915.712000', '161915.715000', '161915.718000', '161915.721000', '161915.724000', '161915.727000', '161915.730000', '161915.733000', '161915.736000', '161915.739000', '161915.749000', '161915.752000', '161915.755000', '161915.758000', '161915.760000', '161915.763000', '161915.766000', '161915.769000', '161915.772000', '161915.775000', '161915.778000', '161915.781000', '161915.784000', '161915.787000', '161915.790000', '161935.659000', '161935.662000', '161935.665000', '161935.668000', '161935.671000', '161935.674000', '161935.677000', '161935.680000', '161935.691000', '161935.694000', '161935.697000', '161935.700000', '161935.703000', '161935.706000', '161935.709000', '161935.712000', '161935.715000', '161935.718000', '161935.721000', '161935.723000', '161935.726000', '161935.729000', '161935.732000', '161935.735000', '161935.738000', '161935.741000', '161935.744000', '161935.747000', '161935.750000', '161935.753000', '161935.756000', '161935.759000', '161935.762000', '161935.765000', '161935.767000', '161935.770000', '161935.773000', '161935.776000', '161935.779000', '161935.782000', '161935.785000', '161935.788000', '161935.791000', '161935.794000', '161955.660000', '161955.663000', '161955.666000', '161955.669000', '161955.672000', '161955.675000', '161955.678000', '161955.681000', '161955.687000', '161955.690000', '161955.693000', '161955.696000', '161955.699000', '161955.702000', '161955.705000', '161955.707000', '161955.710000', '161955.713000', '161955.716000', '161955.719000', '161955.722000', '161955.725000', '161955.728000', '161955.731000', '161955.734000', '161955.737000', '161955.740000', '161955.743000', '161955.746000', '161955.749000', '161955.752000', '161955.755000', '161955.758000', '161955.761000', '161955.764000', '161955.766000', '161955.769000', '161955.772000', '161955.775000', '161955.778000', '161955.781000', '161955.784000', '161955.787000', '162015.660000', '162015.663000', '162015.666000', '162015.669000', '162015.672000', '162015.675000', '162015.678000', '162015.681000', '162015.684000', '162015.687000', '162015.690000', '162015.693000', '162015.696000', '162015.699000', '162015.701000', '162015.704000', '162015.707000', '162015.710000', '162015.713000', '162015.716000', '162015.719000', '162015.722000', '162015.725000', '162015.728000', '162015.731000', '162015.734000', '162015.737000', '162015.739000', '162015.742000', '162015.745000', '162015.748000', '162015.751000', '162015.754000', '162015.757000', '162015.760000', '162015.763000', '162015.766000', '162015.769000', '162015.783000', '162015.786000', '162015.789000', '162015.792000', '162015.795000', '162015.798000', '162035.660000', '162035.663000', '162035.666000', '162035.669000', '162035.672000', '162035.675000', '162035.678000', '162035.681000', '162035.685000', '162035.688000', '162035.693000', '162035.696000', '162035.699000', '162035.702000', '162035.705000', '162035.708000', '162035.710000', '162035.713000', '162035.716000', '162035.719000', '162035.722000', '162035.725000', '162035.728000', '162035.731000', '162035.734000', '162035.737000', '162035.740000', '162035.744000', '162035.747000', '162035.750000', '162035.752000', '162035.755000', '162035.759000', '162035.762000', '162035.764000', '162035.767000', '162035.770000', '162035.773000', '162035.776000', '162035.779000', '162035.782000', '162035.785000', '162035.788000', '162055.660000', '162055.663000', '162055.666000', '162055.669000', '162055.672000', '162055.675000', '162055.678000', '162055.681000', '162055.684000', '162055.687000', '162055.690000', '162055.692000', '162055.695000', '162055.698000', '162055.701000', '162055.704000', '162055.707000', '162055.710000', '162055.713000', '162055.716000', '162055.719000', '162055.722000', '162055.725000', '162055.728000', '162055.731000', '162055.733000', '162055.736000', '162055.739000', '162055.742000', '162055.745000', '162055.748000', '162055.751000', '162055.754000', '162055.757000', '162055.760000', '162055.763000', '162055.766000', '162055.769000', '162055.772000', '162055.775000', '162055.777000', '162055.780000', '162055.783000', '162055.786000', '162115.660000', '162115.663000', '162115.666000', '162115.669000', '162115.672000', '162115.675000', '162115.678000', '162115.681000', '162115.684000', '162115.687000', '162115.690000', '162115.693000', '162115.696000', '162115.698000', '162115.701000', '162115.704000', '162115.707000', '162115.710000', '162115.713000', '162115.716000', '162115.719000', '162115.722000', '162115.725000', '162115.728000', '162115.744000', '162115.747000', '162115.750000', '162115.753000', '162115.756000', '162115.759000', '162115.762000', '162115.765000', '162115.768000', '162115.771000', '162115.774000', '162115.777000', '162115.780000', '162115.783000', '162115.786000', '162115.789000', '162115.792000', '162115.795000', '162115.798000', '162135.659000', '162135.662000', '162135.665000', '162135.668000', '162135.671000', '162135.674000', '162135.677000', '162135.680000', '162135.683000', '162135.686000', '162135.689000', '162135.692000', '162135.694000', '162135.697000', '162135.700000', '162135.703000', '162135.706000', '162135.709000', '162135.712000', '162135.715000', '162135.718000', '162135.721000', '162135.724000', '162135.727000', '162135.730000', '162135.733000', '162135.736000', '162135.738000', '162135.741000', '162135.744000', '162135.747000', '162135.750000', '162135.753000', '162135.756000', '162135.759000', '162135.766000', '162135.769000', '162135.772000', '162135.775000', '162135.778000', '162135.781000', '162135.784000', '162135.787000', '162135.790000', '162155.659000', '162155.662000', '162155.665000', '162155.668000', '162155.671000', '162155.674000', '162155.677000', '162155.680000', '162155.683000', '162155.686000', '162155.689000', '162155.692000', '162155.695000', '162155.698000', '162155.701000', '162155.704000', '162155.707000', '162155.709000', '162155.712000', '162155.715000', '162155.719000', '162155.723000', '162155.726000', '162155.729000', '162155.732000', '162155.735000', '162155.738000', '162155.741000', '162155.744000', '162155.747000', '162155.750000', '162155.753000', '162155.756000', '162155.759000', '162155.762000', '162155.765000', '162155.768000', '162155.771000', '162155.774000', '162155.777000', '162155.780000', '162155.783000', '162155.786000', '162215.660000', '162215.663000', '162215.666000', '162215.678000', '162215.681000', '162215.684000', '162215.687000', '162215.690000', '162215.693000', '162215.696000', '162215.698000', '162215.702000', '162215.704000', '162215.707000', '162215.710000', '162215.713000', '162215.716000', '162215.719000', '162215.722000', '162215.725000', '162215.728000', '162215.731000', '162215.734000', '162215.737000', '162215.740000', '162215.743000', '162215.746000', '162215.749000', '162215.752000', '162215.755000', '162215.758000', '162215.761000', '162215.764000', '162215.767000', '162215.770000', '162215.773000', '162215.775000', '162215.778000', '162215.781000', '162215.784000', '162215.795000', '162215.797000', '162215.800000', '162215.803000', '162235.660000', '162235.663000', '162235.666000', '162235.669000', '162235.672000', '162235.675000', '162235.678000', '162235.681000', '162235.684000', '162235.687000', '162235.690000', '162235.693000', '162235.696000', '162235.699000', '162235.702000', '162235.705000', '162235.708000', '162235.711000', '162235.714000', '162235.717000', '162235.725000', '162235.728000', '162235.731000', '162235.734000', '162235.737000', '162235.740000', '162235.743000', '162235.746000', '162235.749000', '162235.752000', '162235.755000', '162235.758000', '162235.761000', '162235.764000', '162235.767000', '162235.769000', '162235.772000', '162235.775000', '162235.778000', '162235.781000', '162235.784000', '162235.787000', '162235.790000', '162255.660000', '162255.663000', '162255.666000', '162255.669000', '162255.672000', '162255.675000', '162255.678000', '162255.681000', '162255.684000', '162255.687000', '162255.690000', '162255.693000', '162255.696000', '162255.698000', '162255.701000', '162255.704000', '162255.707000', '162255.710000', '162255.713000', '162255.716000', '162255.719000', '162255.722000', '162255.725000', '162255.728000', '162255.731000', '162255.733000', '162255.736000', '162255.739000', '162255.742000', '162255.745000', '162255.748000', '162255.759000', '162255.762000', '162255.765000', '162255.768000', '162255.771000', '162255.774000', '162255.777000', '162255.779000', '162255.782000', '162255.785000', '162255.788000', '162255.791000', '162255.794000', '162315.660000', '162315.663000', '162315.666000', '162315.669000', '162315.672000', '162315.675000', '162315.678000', '162315.681000', '162315.684000', '162315.687000', '162315.690000', '162315.693000', '162315.696000', '162315.699000', '162315.701000', '162315.705000', '162315.707000', '162315.710000', '162315.713000', '162315.716000', '162315.719000', '162315.722000', '162315.725000', '162315.728000', '162315.731000', '162315.734000', '162315.737000', '162315.740000', '162315.743000', '162315.746000', '162315.749000', '162315.752000', '162315.755000', '162315.759000', '162315.762000', '162315.765000', '162315.768000', '162315.771000', '162315.774000', '162315.777000', '162315.780000', '162315.783000', '162315.786000', '162335.659000', '162335.662000', '162335.665000', '162335.668000', '162335.671000', '162335.674000', '162335.677000', '162335.680000', '162335.683000', '162335.686000', '162335.689000', '162335.692000', '162335.695000', '162335.698000', '162335.701000', '162335.704000', '162335.707000', '162335.710000', '162335.713000', '162335.716000', '162335.719000', '162335.723000', '162335.726000', '162335.729000', '162335.732000', '162335.735000', '162335.738000', '162335.741000', '162335.744000', '162335.747000', '162335.749000', '162335.752000', '162335.755000', '162335.758000', '162335.761000', '162335.764000', '162335.767000', '162335.770000', '162335.773000', '162335.776000', '162335.779000', '162335.782000', '162335.785000', '162335.788000', '162355.659000', '162355.662000', '162355.665000', '162355.668000', '162355.671000', '162355.674000', '162355.677000', '162355.680000', '162355.683000', '162355.686000', '162355.689000', '162355.692000', '162355.695000', '162355.698000', '162355.701000', '162355.704000', '162355.707000', '162355.709000', '162355.712000', '162355.715000', '162355.718000', '162355.721000', '162355.724000', '162355.727000', '162355.730000', '162355.733000', '162355.736000', '162355.739000', '162355.742000', '162355.752000', '162355.755000', '162355.758000', '162355.761000', '162355.764000', '162355.767000', '162355.770000', '162355.773000', '162355.776000', '162355.779000', '162355.782000', '162355.785000', '162355.787000', '162355.790000', '162415.659000', '162415.662000', '162415.665000', '162415.668000', '162415.676000', '162415.679000', '162415.681000', '162415.684000', '162415.688000', '162415.690000', '162415.693000', '162415.696000', '162415.699000', '162415.715000', '162415.718000', '162415.721000', '162415.733000', '162415.736000', '162415.739000', '162415.745000', '162415.748000', '162415.751000', '162415.754000', '162415.757000', '162415.760000', '162415.763000', '162415.766000', '162415.769000', '162415.772000', '162415.775000', '162415.778000', '162415.781000', '162415.784000', '162415.787000', '162415.790000', '162415.793000', '162415.795000', '162415.798000', '162415.801000', '162415.804000', '162415.807000', '162415.810000', '162415.813000', '162415.816000', '162435.660000', '162435.663000', '162435.666000', '162435.669000', '162435.672000', '162435.675000', '162435.678000', '162435.681000', '162435.684000', '162435.687000', '162435.690000', '162435.693000', '162435.696000', '162435.699000', '162435.702000', '162435.705000', '162435.708000', '162435.710000', '162435.713000', '162435.716000', '162435.719000', '162435.722000', '162435.725000', '162435.728000', '162435.731000', '162435.734000', '162435.737000', '162435.740000', '162435.743000', '162435.746000', '162435.749000', '162435.752000', '162435.755000', '162435.758000', '162435.761000', '162435.764000', '162435.767000', '162435.770000', '162435.772000', '162435.775000', '162435.778000', '162435.781000', '162435.784000', '162455.660000', '162455.663000', '162455.666000', '162455.669000', '162455.672000', '162455.675000', '162455.678000', '162455.681000', '162455.684000', '162455.687000', '162455.690000', '162455.693000', '162455.696000', '162455.699000', '162455.701000', '162455.704000', '162455.707000', '162455.710000', '162455.713000', '162455.716000', '162455.719000', '162455.722000', '162455.725000', '162455.728000', '162455.731000', '162455.734000', '162455.737000', '162455.740000', '162455.743000', '162455.745000', '162455.759000', '162455.762000', '162455.765000', '162455.768000', '162455.771000', '162455.774000', '162455.777000', '162455.779000', '162455.782000', '162455.785000', '162455.788000', '162455.791000', '162455.794000', '162455.797000', '162515.660000', '162515.664000', '162515.666000', '162515.669000', '162515.672000', '162515.675000', '162515.678000', '162515.681000', '162515.684000', '162515.687000', '162515.690000', '162515.693000', '162515.696000', '162515.699000', '162515.702000', '162515.705000', '162515.708000', '162515.711000', '162515.714000', '162515.717000', '162515.720000', '162515.723000', '162515.726000', '162515.728000', '162515.731000', '162515.734000', '162515.737000', '162515.740000', '162515.743000', '162515.746000', '162515.749000', '162515.752000', '162515.755000', '162515.758000', '162515.761000', '162515.764000', '162515.767000', '162515.770000', '162515.773000', '162515.776000', '162515.779000', '162515.782000', '162515.785000', '162535.660000', '162535.663000', '162535.666000', '162535.669000', '162535.672000', '162535.675000', '162535.678000', '162535.681000', '162535.684000', '162535.687000', '162535.690000', '162535.693000', '162535.696000', '162535.699000', '162535.702000', '162535.705000', '162535.708000', '162535.711000', '162535.714000', '162535.717000', '162535.720000', '162535.723000', '162535.726000', '162535.729000', '162535.732000', '162535.735000', '162535.738000', '162535.741000', '162535.744000', '162535.747000', '162535.749000', '162535.752000', '162535.755000', '162535.758000', '162535.761000', '162535.764000', '162535.767000', '162535.770000', '162535.773000', '162535.776000', '162535.779000', '162535.782000', '162535.785000', '162555.659000', '162555.662000', '162555.665000', '162555.668000', '162555.671000', '162555.674000', '162555.677000', '162555.680000', '162555.683000', '162555.686000', '162555.689000', '162555.692000', '162555.695000', '162555.698000', '162555.701000', '162555.704000', '162555.707000', '162555.710000', '162555.713000', '162555.716000', '162555.719000', '162555.722000', '162555.725000', '162555.728000', '162555.730000', '162555.733000', '162555.736000', '162555.739000', '162555.742000', '162555.745000', '162555.748000', '162555.751000', '162555.754000', '162555.757000', '162555.760000', '162555.763000', '162555.766000', '162555.769000', '162555.771000', '162555.774000', '162555.777000', '162555.780000', '162555.783000', '162555.786000', '162615.659000', '162615.662000', '162615.674000', '162615.678000', '162615.681000', '162615.684000', '162615.687000', '162615.690000', '162615.693000', '162615.696000', '162615.699000', '162615.702000', '162615.705000', '162615.707000', '162615.710000', '162615.713000', '162615.716000', '162615.719000', '162615.722000', '162615.725000', '162615.728000', '162615.731000', '162615.734000', '162615.737000', '162615.740000', '162615.743000', '162615.745000', '162615.748000', '162615.751000', '162615.754000', '162615.757000', '162615.760000', '162615.763000', '162615.766000', '162615.769000', '162615.772000', '162615.775000', '162615.778000', '162615.781000', '162615.784000', '162615.787000', '162615.790000', '162615.792000', '162635.659000', '162635.662000', '162635.665000', '162635.668000', '162635.671000', '162635.674000', '162635.677000', '162635.680000', '162635.683000', '162635.686000', '162635.689000', '162635.692000', '162635.695000', '162635.698000', '162635.701000', '162635.704000', '162635.707000', '162635.710000', '162635.713000', '162635.716000', '162635.719000', '162635.722000', '162635.729000', '162635.732000', '162635.736000', '162635.738000', '162635.741000', '162635.746000', '162635.749000', '162635.752000', '162635.755000', '162635.758000', '162635.761000', '162635.764000', '162635.767000', '162635.770000', '162635.773000', '162635.776000', '162635.779000', '162635.782000', '162635.785000', '162635.787000', '162635.790000', '162635.793000', '162655.660000', '162655.663000', '162655.666000', '162655.669000', '162655.672000', '162655.675000', '162655.678000', '162655.681000', '162655.684000', '162655.687000', '162655.690000', '162655.693000', '162655.696000', '162655.699000', '162655.702000', '162655.705000', '162655.710000', '162655.714000', '162655.717000', '162655.720000', '162655.738000', '162655.741000', '162655.744000', '162655.747000', '162655.755000', '162655.758000', '162655.761000', '162655.764000', '162655.767000', '162655.774000', '162655.777000', '162655.780000', '162655.783000', '162655.786000', '162655.789000', '162655.792000', '162655.796000', '162655.799000', '162655.802000', '162655.805000', '162655.808000', '162655.811000', '162655.813000', '162715.660000', '162715.663000', '162715.666000', '162715.669000', '162715.672000', '162715.675000', '162715.678000', '162715.681000', '162715.684000', '162715.694000', '162715.697000', '162715.700000', '162715.703000', '162715.706000', '162715.709000', '162715.712000', '162715.715000', '162715.718000', '162715.721000', '162715.724000', '162715.727000', '162715.729000', '162715.732000', '162715.736000', '162715.738000', '162715.741000', '162715.744000', '162715.747000', '162715.750000', '162715.753000', '162715.756000', '162715.759000', '162715.762000', '162715.765000', '162715.768000', '162715.771000', '162715.774000', '162715.777000', '162715.780000', '162715.783000', '162715.786000', '162715.789000', '162715.792000', '162715.795000', '162735.660000', '162735.663000', '162735.666000', '162735.669000', '162735.672000', '162735.675000', '162735.678000', '162735.681000', '162735.684000', '162735.687000', '162735.690000', '162735.693000', '162735.696000', '162735.699000', '162735.702000', '162735.705000', '162735.707000', '162735.710000', '162735.713000', '162735.716000', '162735.719000', '162735.722000', '162735.725000', '162735.728000', '162735.731000', '162735.734000', '162735.737000', '162735.740000', '162735.743000', '162735.746000', '162735.749000', '162735.752000', '162735.755000', '162735.758000', '162735.761000', '162735.764000', '162735.767000', '162735.770000', '162735.773000', '162735.776000', '162735.779000', '162735.782000', '162735.791000', '162754.625000', '162754.629000', '162754.640000', '162754.644000', '162754.647000', '162754.650000', '162754.654000', '162754.657000', '162754.660000', '162754.663000', '162754.671000', '162754.674000', '162754.677000', '162754.680000', '162754.684000', '162754.687000', '162754.690000', '162754.693000', '162754.696000', '162754.699000', '162754.702000', '162754.705000', '162754.708000', '162754.711000', '162754.714000', '162754.717000', '162754.720000', '162754.723000', '162754.726000', '162754.729000', '162754.732000', '162754.735000', '162754.738000', '162754.742000', '162754.745000', '162754.748000', '162754.751000', '162754.754000', '162754.757000', '162754.760000', '162754.763000', '162754.766000'], '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], 'LargestImagePixelValue': [13137, 12631, 11034, 11861, 12765, 11870, 13574, 12434, 12077, 12695, 12508, 11763, 12016, 12593, 12420, 10950, 13451, 12321, 10934, 13221, 12552, 10074, 12826, 12365, 10166, 12753, 12523, 10228, 12521, 12442, 10546, 12969, 12424, 10426, 12587, 12453, 10227, 12782, 12405, 10680, 11813, 12552, 11534, 12615, 12826, 11729, 12851, 12447, 11766, 12446, 12323, 11876, 12066, 12963, 12304, 11796, 12919, 11910, 11636, 12980, 12236, 10592, 12860, 12031, 10007, 12984, 12318, 11357, 12421, 12102, 11379, 12421, 12633, 11843, 11388, 11982, 11970, 11131, 11870, 12016, 10856, 12758, 12253, 10964, 13010, 11972, 11493, 13029, 12181, 10594, 12948, 11978, 10554, 12562, 12058, 9995, 11552, 12347, 11501, 11836, 12459, 11576, 12133, 11936, 12386, 11354, 12775, 12022, 10944, 11927, 11989, 11009, 12844, 12443, 11161, 12906, 12357, 10323, 12507, 12448, 10219, 12306, 12256, 10099, 11987, 12432, 10575, 11463, 12701, 11633, 12550, 12366, 11874, 13444, 12580, 11961, 11970, 12215, 12382, 11368, 12860, 12280, 11349, 12683, 12364, 10431, 12623, 12309, 10685, 12025, 12320, 10077, 11871, 12183, 10133, 12459, 12451, 10176, 11393, 12418, 10438, 11886, 12238, 10853, 11783, 12576, 10749, 11726, 12245, 10617, 11857, 12566, 11797, 13320, 12561, 10047, 12380, 12138, 11265, 12704, 11995, 10990, 11818, 12392, 10106, 11847, 11998, 10922, 12144, 12200, 11606, 14435, 12312, 11604, 12961, 12417, 11641, 12611, 12627, 11829, 11471, 12668, 12000, 10979, 12459, 12236, 10049, 12795, 12062, 11426, 12239, 12408, 11898, 11837, 12322, 11626, 12262, 12142, 12077, 10936, 12170, 11893, 12655, 12109, 11991, 11225, 11877, 11744, 11553, 12272, 12116, 11018, 12057, 12141, 11405, 12239, 12320, 11512, 12653, 12118, 11863, 12195, 12264, 11749, 13027, 8750, 12387, 12487, 11553, 13496, 12107, 11852, 11872, 11892, 11817, 11723, 12403, 12305, 10885, 12474, 12001, 11092, 12557, 12221, 11039, 12506, 12176, 10480, 12480, 12046, 10707, 12541, 12284, 11546, 12938, 12047, 10851, 12502, 12228, 11257, 13212, 12192, 10745, 13067, 11821, 10884, 12025, 12286, 10667, 12183, 12256, 10361, 12156, 12156, 11321, 12475, 12116, 11510, 12766, 12108, 11386, 12609, 12182, 11991, 11983, 12284, 9462, 11500, 11978, 10838, 12396, 12046, 10467, 11671, 12043, 11156, 11952, 12269, 11106, 12857, 11953, 11194, 12843, 11892, 11210, 12486, 12166, 11307, 12374, 12164, 11036, 12423, 12529, 11629, 12119, 12626, 11368, 10864, 12683, 11526, 11155, 12023, 12137, 11415, 12434, 11723, 10680, 12337, 11849, 11692, 12772, 12065, 10251, 12030, 11558, 11266, 11985, 12095, 11100, 12086, 12034, 11630, 11933, 11786, 11287, 11640, 12038, 10944, 12213, 8789, 11477, 11967, 11921, 13260, 12017, 11988, 11660, 12101, 11801, 12699, 11553, 11901, 12792, 12652, 12014, 12676, 12117, 12010, 11108, 12675, 11997, 10823, 12502, 12134, 10631, 11984, 11500, 10328, 12556, 11653, 10292, 12279, 12013, 10424, 11755, 12006, 10127, 12334, 11901, 11568, 12713, 12246, 11675, 12397, 11888, 11680, 12364, 11553, 12134, 11761, 12146, 11740, 11957, 12159, 11930, 11771, 12069, 11960, 11521, 12058, 11675, 12292, 11789, 11911, 11812, 12122, 11618, 12255, 11651, 11980, 11540, 12125, 11915, 11777, 12325, 11925, 11984, 12196, 11948, 12174, 12095, 11942, 12706, 12041, 12000, 12342, 12127, 11856, 12546, 12325, 11988, 12112, 11585, 11638, 11182, 12239, 11755, 12580, 12412, 11791, 12206, 12131, 11841, 11371, 12126, 11870, 11972, 12260, 11794, 11866, 12345, 11121, 10434, 12206, 11601, 11992, 12477, 9558, 12606, 12065, 10501, 11474, 12258, 10128, 12332, 11885, 10596, 12240, 12231, 10392, 12824, 12259, 10546, 12164, 11976, 10393, 12326, 12147, 10634, 12580, 12130, 11192, 12560, 12211, 10658, 12320, 12236, 10681, 12693, 12071, 10521, 12408, 11913, 10403, 12279, 12341, 10569, 12333, 11821, 10919, 12516, 12133, 10637, 12144, 12211, 11219, 12705, 12250, 11174, 12725, 11954, 10777, 12434, 12051, 10322, 12509, 12018, 10505, 12091, 12229, 10186, 11880, 11857, 10386, 12077, 11826, 10345, 12602, 12120, 10462, 12703, 11896, 11103, 12246, 12006, 10788, 12532, 12157, 10599, 11672, 11772, 12006, 11891, 11936, 12310, 12615, 12433, 11279, 12777, 12336, 10525, 12186, 12486, 10151, 12690, 12058, 10521, 12888, 12192, 11173, 11922, 12502, 9775, 12220, 11955, 9693, 11422, 12095, 9530, 11913, 11943, 11399, 12751, 12344, 11854, 11774, 12092, 11384, 12213, 11831, 11565, 11222, 12459, 11954, 11120, 12246, 11524, 11541, 11991, 11319, 11790, 12339, 11987, 11690, 12522, 11693, 11258, 12407, 11857, 11436, 12641, 11908, 11609, 12347, 11930, 11270, 12849, 11678, 10565, 12459, 12219, 10510, 12436, 11685, 11000, 12654, 11939, 10159, 12659, 11957, 11078, 12671, 11949, 10614, 12620, 11947, 11310, 12491, 12139, 10611, 12155, 12237, 11356, 12711, 12383, 10715, 12356, 11951, 11122, 12810, 12150, 11691, 12718, 11916, 11390, 12501, 12047, 11536, 12407, 12095, 10674, 12155, 11860, 10921, 12378, 12161, 10978, 12349, 11908, 11260, 12612, 12170, 10246, 12196, 12047, 9980, 12243, 12028, 9696, 12001, 12154, 9819, 12299, 12316, 10032, 12590, 12187, 10429, 12253, 12112, 11020, 12165, 12393, 9969, 12051, 12204, 11149, 13333, 12331, 11233, 12923, 11908, 11430, 11735, 11902, 10875, 11729, 11966, 11688, 11231, 12453, 11598, 11256, 12543, 11963, 10263, 12701, 11697, 9662, 12659, 11952, 9920, 12422, 11756, 11148, 12259, 12097, 10407, 11374, 11951, 11239, 12752, 12645, 11621, 11407, 11612, 11448, 11284, 11578, 11753, 11160, 12058, 11714, 10661, 11443, 11488, 11203, 12254, 11931, 10983, 12214, 11778, 11404, 12232, 11974, 10990, 12143, 11765, 11282, 12467, 11887, 10221, 12304, 11995, 10647, 12110, 11894, 11043, 12549, 12216, 10435, 12367, 11976, 10033, 12215, 11820, 10977, 12031, 12175, 11658, 11979, 12188, 10062, 11959, 8266, 11731, 11814, 11175, 13065, 11815, 11255, 12048, 12306, 11696, 10869, 12496, 11682, 10277, 12187, 11275, 10559, 12625, 11578, 11078, 12800, 11151, 10608, 12649, 11257, 10151, 13405, 11406, 9956, 12485, 10960, 10428, 12396, 11195, 9955, 12908, 11415, 10919, 10721, 11982, 10706, 10791, 12106, 11046, 11745, 12730, 11383, 11484, 12356, 10923, 10374, 12204, 11406, 10047, 12086, 11325, 11381, 12601, 11448, 10394, 12497, 11863, 9978, 11939, 11490, 10251, 11877, 11702, 9439, 11907, 11717, 9873, 11964, 11741, 10050, 12125, 11952, 10263, 11999, 11602, 10395, 12040, 12018, 10574, 12186, 11797, 10185, 12008, 11620, 10205, 11963, 12159, 10386, 12008, 11738, 10416, 11702, 11683, 10435, 12491, 11828, 10438, 11757, 11756, 10099, 11923, 11814, 10935, 11447, 12027, 10782, 12373, 11750, 10196, 12180, 11999, 10873, 11137, 11985, 9837, 11942, 11945, 10858, 12659, 12011, 11112, 11322, 11898, 10900, 12371, 12079, 11617, 11057, 11777, 11270, 11778, 12027, 11357, 11098, 11413, 11677, 11358, 11979, 11189, 11429, 11359, 11769, 11372, 12129, 11486, 11801, 12710, 11823, 10883, 12489, 11649, 10878, 12023, 11295, 11338, 12765, 12055, 11531, 12496, 11549, 11080, 12680, 11821, 10196, 12254, 11213, 10515, 12023, 11479, 10290, 11645, 11478, 10181, 12255, 11371, 10324, 12117, 11668, 10070, 12247, 11402, 10387, 11707, 11454, 10623, 11731, 11425, 10076, 12168, 11889, 10542, 11737, 11238, 10213, 11664, 11554, 10558, 11033, 11564, 10566, 10801, 11966, 11235, 10808, 11926, 11100, 10872, 11647, 10885, 11403, 12718, 11057, 10078, 12326, 10950, 10117, 12774, 11403, 9962, 11979, 11205, 10093, 12124, 11235, 10139, 12687, 11260, 10816, 11421, 11396, 10677, 10619, 11998, 11687, 11127, 12258, 11403, 9850, 12265, 11431, 10168, 11851, 11709, 10101, 12042, 11362, 9972, 11821, 11871, 10418, 11289, 11737, 10694, 12633, 11978, 11081, 12112, 11803, 10677, 12167, 11592, 10898, 12155, 12137, 11233, 11707, 11299, 10948, 11693, 11824, 11270, 11544, 11953, 8777, 12030, 11138, 10046, 11570, 11693, 10758, 12394, 11069, 11219, 11794, 12390, 11340, 10791, 11444, 11057, 11282, 12098, 11686, 11511, 12610, 11092, 11231, 12089, 10970, 10288, 12400, 11279, 10700, 11762, 11404, 9876, 11985, 11415, 10348, 12162, 11461, 11068, 10744, 11578, 10802, 10838, 11969, 11209, 9905, 12479, 11318, 9639, 11862, 11260, 9627, 12170, 11826, 9761, 11977, 11273, 9744, 11636, 11307, 10220, 11543, 11580, 9406, 11913, 11130, 9720, 11916, 11216, 9778, 11742, 10470, 9861, 11744, 10794, 9843, 11959, 11292, 10170, 11146, 11012, 10124, 11271, 11219, 10193, 11655, 11472, 10160, 11374, 11144, 10196, 12276, 11597, 10540, 11203, 11212, 10409, 11893, 11542, 10932, 11632, 11268, 10459, 11416, 11107, 10511, 12168, 11549, 10294, 11596, 11323, 10394, 12391, 11337, 10495, 11744, 11313, 10133, 12444, 11503, 10480, 12049, 11254, 9992, 12064, 11428, 10695, 12546, 11202, 9558, 11797, 11150, 10203, 13245, 11688, 10431, 11653, 11196, 9626, 11941, 11021, 10469, 11014, 11389, 10252, 11584, 11157, 10681, 11145, 10951, 10097, 11797, 10935, 10432, 11541, 11172, 10952, 11804, 10779, 10677, 11171, 11316, 10967, 10665, 11582, 10732, 10940, 11353, 10853, 11493, 11712, 10983, 11196, 11480, 10366, 10963, 12295, 10972, 10174, 12275, 10711, 9714, 12256, 11303, 10075, 12370, 11275, 10464, 11808, 11416, 10695, 11448, 11360, 10878, 10903, 9662, 11772, 10940, 10843, 11452, 11196, 10415, 11745, 11390, 10351, 12743, 11397, 10883, 11929, 11100, 10535, 11705, 11120, 11024, 11556, 11302, 10835, 11752, 10899, 10571, 11113, 11732, 11218, 10742, 10924, 10782, 11239, 10891, 10682, 11887, 11715, 10788, 11699, 11358, 10688, 11208, 12018, 11492, 10603, 11278, 11388, 11057, 11613, 11454, 10758, 11781, 11027, 10672, 11552, 11325, 11268, 12069, 10889, 11157, 11377, 10870, 11155, 12311, 11112, 10605, 11748, 10734, 10755, 12353, 10857, 11084, 11999, 10894, 11063, 12131, 10780, 11366, 11833, 10443, 11023, 11224, 10328, 10816, 11880, 10835, 10451, 11513, 10514, 11086, 11703, 10653, 11459, 12178, 10705, 10569, 11768, 10773, 9922, 12209, 11146, 10922, 11861, 10683, 10198, 12197, 11081, 10150, 12296, 10895, 10923, 12131, 10566, 9899, 12295, 11189, 10795, 12006, 10994, 10376, 11974, 11318, 10019, 11832, 10877, 10250, 11741, 11051, 10646, 11995, 11456, 10061, 11913, 11031, 9957, 11578, 11571, 9847, 11927, 11155, 9876, 12373, 11337, 10050, 11960, 11036, 10215, 12077, 11097, 10326, 13653, 11492, 9836, 12077, 11339, 10387, 11501, 11401, 10604, 11746, 11296, 10371, 11360, 11278, 10532, 12132, 11550, 9074, 12196, 11108, 9456, 11733, 11567, 9749, 11930, 11386, 9828, 12328, 11096, 9962, 11607, 11473, 10007, 12267, 11355, 9870, 12006, 11479, 9614, 12222, 11150, 9951, 11686, 11307, 9935, 12430, 11498, 10556, 12356, 10937, 10882, 12047, 11516, 10268, 12431, 11533, 10882, 12010, 10992, 10399, 12613, 11102, 9677, 11896, 11446, 10490, 11568, 11635, 10742, 11791, 11597, 10930, 11246, 11568, 10724, 11685, 11164, 11023, 11183, 11595, 10563, 10796, 12014, 11441, 11271, 12048, 11051, 11068, 12464, 11113, 10355, 12128, 11207, 9783, 11785, 11151, 10556, 11466, 11522, 9457, 12400, 11448, 10151, 12400, 11466, 10765, 12497, 11193, 10437, 11507, 11199, 10280, 12359, 11156, 10526, 11709, 11338, 10351, 12181, 11486, 10657, 11329, 11949, 11249, 10582, 11691, 10745, 10788, 11657, 10904, 10668, 12346, 11375, 10009, 10951, 10974, 10367, 11700, 11462, 10775, 12126, 11336, 10717, 12303, 11782, 10025, 11679, 11229, 9929, 12340, 11047, 10172, 12969, 10997, 10656, 11791, 11245, 10688, 11076, 11681, 11229, 10616, 12003, 11050, 11248, 12400, 11105, 9953, 12234, 11205, 10127, 12145, 11009, 10696, 12085, 11105, 10215, 11725, 11399, 10476, 11951, 11548, 10761, 11185, 11054, 10211, 11114, 11685, 10529, 10476, 11807, 11086, 10387, 11763, 11090, 11090, 12273, 11254, 10508, 11964, 10986, 11079, 12274, 11184, 9896, 12099, 11629, 9828, 12370, 11280, 9937, 11656, 11517, 10481, 12003, 11034, 10135, 12033, 11221, 10179, 12546, 11658, 10929, 10621, 11371, 10777, 10398, 11837, 11176, 9782, 12165, 10717, 10510, 11867, 10926, 10027, 12017, 11209, 10255, 11967, 11405, 10313, 11776, 11253, 10334, 11332, 11747, 10852, 11562, 11812, 10720, 10693, 12043, 10991, 9865, 11289, 11416, 9143, 11695, 11240, 10390, 11884, 11505, 11187, 11330, 11541, 9507, 11790, 11469, 10485, 10855, 11876, 10670, 11294, 11212, 10225, 11624, 11474, 10531, 12562, 11507, 10633, 11926, 11077, 10221, 12210, 11722, 10886, 11358, 11200, 10913, 11492, 10976, 10868, 10956, 11834, 11278, 10472, 11510, 10938, 11096, 11707, 11338, 10625, 12021, 11411, 10494, 11619, 11321, 10874, 11893, 11818, 10856, 11568, 11147, 11399, 11403, 11139, 11377, 11157, 11327, 11196, 11444, 10980, 11473, 11462, 11278, 11708, 11830, 10922, 11286, 11360, 11150, 11048, 12376, 11516, 10842, 12140, 11274, 11012, 12312, 11471, 11178, 12208, 11623, 10080, 11692, 11263, 10693, 12644, 11422, 11394, 11934, 11141, 11074, 12194, 11321, 10451, 12087, 11155, 10277, 11475, 11718, 12188, 9693, 12188, 11281, 10292, 12580, 11314, 10893, 10950, 12213, 10735, 10349, 11952, 10759, 9801, 11948, 10966, 10097, 11646, 10580, 10126, 13018, 10328, 10236, 12477, 10551, 10434, 12444, 11649, 9829, 11054, 10799, 10052, 9932, 11025, 9986, 10992, 11670, 10227, 11105, 11419, 10054, 9265, 10683, 9836, 9999, 11065, 10381, 10225, 10838, 9846, 11162, 11053, 10150, 11508, 11145, 10402, 11535, 10966, 9895, 11548, 10947, 10267, 11746, 11029, 10568, 11945], 'WindowCenter': [3975.0, 3962.0, 3938.0, 3935.0, 3933.0, 3935.0, 3944.0, 3932.0, 3922.0, 3919.0, 3919.0, 3919.0, 3919.0, 3919.0, 3921.0, 3910.0, 3929.0, 3931.0, 3909.0, 3930.0, 3932.0, 3900.0, 3930.0, 3931.0, 3909.0, 3929.0, 3931.0, 3923.0, 3930.0, 3933.0, 3911.0, 3929.0, 3931.0, 3911.0, 3932.0, 3932.0, 3910.0, 3930.0, 3931.0, 3910.0, 3920.0, 3931.0, 3921.0, 3919.0, 3930.0, 3920.0, 3930.0, 3931.0, 3920.0, 3920.0, 3920.0, 3919.0, 3919.0, 3932.0, 3919.0, 3918.0, 3917.0, 3907.0, 3907.0, 3917.0, 3918.0, 3898.0, 3916.0, 3917.0, 3897.0, 3917.0, 3918.0, 3908.0, 3917.0, 3908.0, 3908.0, 3906.0, 3917.0, 3919.0, 3907.0, 3907.0, 3918.0, 3906.0, 3907.0, 3919.0, 3907.0, 3930.0, 3920.0, 3909.0, 3919.0, 3919.0, 3908.0, 3917.0, 3931.0, 3909.0, 3917.0, 3918.0, 3897.0, 3916.0, 3917.0, 3898.0, 3919.0, 3930.0, 3920.0, 3918.0, 3919.0, 3920.0, 3918.0, 3918.0, 3933.0, 3920.0, 3929.0, 3920.0, 3908.0, 3919.0, 3920.0, 3909.0, 3931.0, 3930.0, 3920.0, 3930.0, 3932.0, 3910.0, 3920.0, 3932.0, 3925.0, 3932.0, 3932.0, 3911.0, 3920.0, 3931.0, 3912.0, 3920.0, 3944.0, 3935.0, 3931.0, 3931.0, 3922.0, 3929.0, 3919.0, 3921.0, 3931.0, 3932.0, 3931.0, 3920.0, 3930.0, 3920.0, 3908.0, 3932.0, 3931.0, 3910.0, 3919.0, 3920.0, 3908.0, 3918.0, 3931.0, 3911.0, 3918.0, 3921.0, 3909.0, 3920.0, 3932.0, 3923.0, 3933.0, 3933.0, 3923.0, 3921.0, 3932.0, 3922.0, 3932.0, 3932.0, 3922.0, 3920.0, 3920.0, 3910.0, 3918.0, 3919.0, 3932.0, 3943.0, 3931.0, 3900.0, 3931.0, 3932.0, 3922.0, 3918.0, 3919.0, 3910.0, 3921.0, 3932.0, 3911.0, 3920.0, 3932.0, 3912.0, 3919.0, 3919.0, 3922.0, 3929.0, 3919.0, 3910.0, 3918.0, 3918.0, 3920.0, 3920.0, 3918.0, 3909.0, 3906.0, 3917.0, 3918.0, 3896.0, 3917.0, 3907.0, 3898.0, 3916.0, 3907.0, 3908.0, 3918.0, 3918.0, 3908.0, 3906.0, 3918.0, 3908.0, 3917.0, 3920.0, 3921.0, 3909.0, 3919.0, 3919.0, 3918.0, 3931.0, 3921.0, 3908.0, 3919.0, 3920.0, 3909.0, 3931.0, 3931.0, 3910.0, 3919.0, 3920.0, 3908.0, 3919.0, 3933.0, 3920.0, 3919.0, 3921.0, 3907.0, 3919.0, 3932.0, 3921.0, 3919.0, 3878.0, 3918.0, 3919.0, 3920.0, 3931.0, 3919.0, 3910.0, 3908.0, 3907.0, 3908.0, 3907.0, 3919.0, 3919.0, 3908.0, 3918.0, 3919.0, 3908.0, 3918.0, 3919.0, 3908.0, 3919.0, 3919.0, 3898.0, 3918.0, 3919.0, 3910.0, 3930.0, 3931.0, 3921.0, 3930.0, 3932.0, 3909.0, 3918.0, 3919.0, 3919.0, 3942.0, 3931.0, 3921.0, 3930.0, 3921.0, 3911.0, 3918.0, 3932.0, 3924.0, 3919.0, 3920.0, 3910.0, 3918.0, 3919.0, 3909.0, 3931.0, 3920.0, 3921.0, 3919.0, 3919.0, 3919.0, 3918.0, 3931.0, 3931.0, 3920.0, 3920.0, 3888.0, 3906.0, 3908.0, 3909.0, 3917.0, 3919.0, 3909.0, 3906.0, 3919.0, 3910.0, 3919.0, 3932.0, 3922.0, 3919.0, 3919.0, 3909.0, 3918.0, 3907.0, 3907.0, 3917.0, 3918.0, 3908.0, 3918.0, 3907.0, 3896.0, 3905.0, 3904.0, 3907.0, 3906.0, 3905.0, 3905.0, 3894.0, 3903.0, 3905.0, 3894.0, 3905.0, 3918.0, 3907.0, 3906.0, 3906.0, 3895.0, 3905.0, 3906.0, 3918.0, 3918.0, 3918.0, 3897.0, 3918.0, 3920.0, 3906.0, 3908.0, 3921.0, 3921.0, 3919.0, 3921.0, 3919.0, 3919.0, 3921.0, 3909.0, 3922.0, 3931.0, 3908.0, 3920.0, 3889.0, 3918.0, 3920.0, 3933.0, 3943.0, 3933.0, 3934.0, 3922.0, 3934.0, 3933.0, 3930.0, 3921.0, 3933.0, 3932.0, 3920.0, 3933.0, 3933.0, 3919.0, 3933.0, 3921.0, 3931.0, 3921.0, 3909.0, 3917.0, 3919.0, 3908.0, 3918.0, 3909.0, 3898.0, 3919.0, 3908.0, 3898.0, 3918.0, 3919.0, 3911.0, 3907.0, 3909.0, 3897.0, 3906.0, 3907.0, 3908.0, 3917.0, 3918.0, 3910.0, 3907.0, 3908.0, 3908.0, 3906.0, 3908.0, 3920.0, 3907.0, 3907.0, 3909.0, 3906.0, 3907.0, 3909.0, 3920.0, 3931.0, 3920.0, 3908.0, 3918.0, 3909.0, 3918.0, 3921.0, 3921.0, 3908.0, 3919.0, 3909.0, 3907.0, 3908.0, 3920.0, 3920.0, 3920.0, 3920.0, 3909.0, 3919.0, 3920.0, 3920.0, 3920.0, 3921.0, 3920.0, 3920.0, 3920.0, 3920.0, 3922.0, 3922.0, 3919.0, 3920.0, 3909.0, 3907.0, 3918.0, 3920.0, 3919.0, 3909.0, 3909.0, 3908.0, 3920.0, 3921.0, 3918.0, 3919.0, 3921.0, 3918.0, 3908.0, 3910.0, 3908.0, 3919.0, 3920.0, 3920.0, 3921.0, 3921.0, 3919.0, 3920.0, 3910.0, 3898.0, 3920.0, 3922.0, 3920.0, 3921.0, 3900.0, 3920.0, 3920.0, 3910.0, 3921.0, 3922.0, 3900.0, 3919.0, 3919.0, 3899.0, 3919.0, 3919.0, 3912.0, 3920.0, 3920.0, 3899.0, 3919.0, 3919.0, 3898.0, 3919.0, 3921.0, 3910.0, 3919.0, 3921.0, 3909.0, 3918.0, 3919.0, 3909.0, 3930.0, 3931.0, 3911.0, 3919.0, 3919.0, 3898.0, 3918.0, 3919.0, 3898.0, 3920.0, 3931.0, 3910.0, 3919.0, 3922.0, 3910.0, 3920.0, 3920.0, 3912.0, 3920.0, 3920.0, 3910.0, 3930.0, 3921.0, 3910.0, 3920.0, 3921.0, 3911.0, 3919.0, 3920.0, 3899.0, 3919.0, 3919.0, 3909.0, 3919.0, 3920.0, 3899.0, 3920.0, 3921.0, 3899.0, 3919.0, 3920.0, 3911.0, 3931.0, 3921.0, 3911.0, 3920.0, 3921.0, 3910.0, 3919.0, 3920.0, 3910.0, 3920.0, 3922.0, 3910.0, 3921.0, 3922.0, 3920.0, 3920.0, 3922.0, 3922.0, 3921.0, 3921.0, 3910.0, 3919.0, 3921.0, 3910.0, 3919.0, 3919.0, 3899.0, 3918.0, 3919.0, 3899.0, 3918.0, 3920.0, 3922.0, 3909.0, 3920.0, 3898.0, 3919.0, 3919.0, 3900.0, 3921.0, 3920.0, 3899.0, 3920.0, 3920.0, 3921.0, 3930.0, 3931.0, 3934.0, 3920.0, 3920.0, 3920.0, 3907.0, 3909.0, 3909.0, 3908.0, 3919.0, 3920.0, 3909.0, 3922.0, 3921.0, 3909.0, 3920.0, 3910.0, 3907.0, 3917.0, 3921.0, 3920.0, 3918.0, 3908.0, 3908.0, 3917.0, 3908.0, 3907.0, 3919.0, 3921.0, 3908.0, 3918.0, 3908.0, 3896.0, 3916.0, 3907.0, 3897.0, 3920.0, 3920.0, 3898.0, 3917.0, 3908.0, 3907.0, 3917.0, 3919.0, 3899.0, 3920.0, 3919.0, 3910.0, 3919.0, 3920.0, 3898.0, 3920.0, 3921.0, 3909.0, 3920.0, 3921.0, 3909.0, 3919.0, 3921.0, 3921.0, 3932.0, 3931.0, 3911.0, 3920.0, 3921.0, 3910.0, 3930.0, 3921.0, 3919.0, 3920.0, 3919.0, 3909.0, 3919.0, 3919.0, 3910.0, 3919.0, 3919.0, 3899.0, 3920.0, 3920.0, 3908.0, 3919.0, 3933.0, 3911.0, 3919.0, 3921.0, 3910.0, 3919.0, 3919.0, 3901.0, 3922.0, 3922.0, 3899.0, 3920.0, 3919.0, 3888.0, 3918.0, 3921.0, 3900.0, 3920.0, 3921.0, 3901.0, 3921.0, 3932.0, 3910.0, 3919.0, 3920.0, 3912.0, 3932.0, 3932.0, 3902.0, 3921.0, 3921.0, 3911.0, 3920.0, 3918.0, 3910.0, 3932.0, 3920.0, 3910.0, 3909.0, 3909.0, 3909.0, 3908.0, 3920.0, 3921.0, 3909.0, 3918.0, 3909.0, 3908.0, 3917.0, 3918.0, 3899.0, 3928.0, 3908.0, 3888.0, 3918.0, 3918.0, 3898.0, 3918.0, 3919.0, 3921.0, 3919.0, 3920.0, 3910.0, 3908.0, 3919.0, 3910.0, 3918.0, 3931.0, 3921.0, 3919.0, 3920.0, 3922.0, 3908.0, 3920.0, 3920.0, 3909.0, 3920.0, 3922.0, 3909.0, 3921.0, 3921.0, 3909.0, 3931.0, 3921.0, 3910.0, 3919.0, 3920.0, 3909.0, 3918.0, 3922.0, 3911.0, 3918.0, 3919.0, 3908.0, 3917.0, 3920.0, 3898.0, 3920.0, 3919.0, 3911.0, 3920.0, 3920.0, 3909.0, 3919.0, 3931.0, 3911.0, 3930.0, 3920.0, 3899.0, 3920.0, 3920.0, 3911.0, 3919.0, 3921.0, 3922.0, 3934.0, 3933.0, 3912.0, 3922.0, 3892.0, 3922.0, 3934.0, 3923.0, 3931.0, 3921.0, 3921.0, 3920.0, 3920.0, 3922.0, 3912.0, 3931.0, 3934.0, 3911.0, 3919.0, 3910.0, 3910.0, 3918.0, 3909.0, 3921.0, 3920.0, 3908.0, 3899.0, 3917.0, 3909.0, 3911.0, 3929.0, 3907.0, 3886.0, 3905.0, 3897.0, 3897.0, 3907.0, 3907.0, 3887.0, 3907.0, 3907.0, 3910.0, 3896.0, 3907.0, 3897.0, 3895.0, 3906.0, 3896.0, 3907.0, 3931.0, 3908.0, 3907.0, 3907.0, 3898.0, 3897.0, 3907.0, 3920.0, 3899.0, 3906.0, 3897.0, 3906.0, 3907.0, 3908.0, 3897.0, 3920.0, 3920.0, 3900.0, 3921.0, 3910.0, 3901.0, 3908.0, 3922.0, 3903.0, 3920.0, 3921.0, 3899.0, 3919.0, 3920.0, 3900.0, 3932.0, 3932.0, 3912.0, 3921.0, 3922.0, 3912.0, 3921.0, 3921.0, 3912.0, 3932.0, 3921.0, 3901.0, 3920.0, 3920.0, 3900.0, 3920.0, 3931.0, 3911.0, 3919.0, 3920.0, 3909.0, 3919.0, 3920.0, 3912.0, 3922.0, 3920.0, 3910.0, 3922.0, 3922.0, 3911.0, 3919.0, 3920.0, 3911.0, 3921.0, 3921.0, 3910.0, 3920.0, 3921.0, 3901.0, 3920.0, 3922.0, 3923.0, 3911.0, 3920.0, 3901.0, 3908.0, 3919.0, 3911.0, 3933.0, 3932.0, 3911.0, 3908.0, 3921.0, 3911.0, 3919.0, 3920.0, 3921.0, 3909.0, 3920.0, 3910.0, 3919.0, 3920.0, 3922.0, 3922.0, 3922.0, 3922.0, 3921.0, 3922.0, 3923.0, 3920.0, 3924.0, 3934.0, 3922.0, 3922.0, 3922.0, 3909.0, 3919.0, 3920.0, 3911.0, 3931.0, 3920.0, 3911.0, 3919.0, 3910.0, 3909.0, 3932.0, 3932.0, 3922.0, 3920.0, 3921.0, 3911.0, 3919.0, 3934.0, 3912.0, 3921.0, 3910.0, 3900.0, 3907.0, 3909.0, 3913.0, 3920.0, 3920.0, 3900.0, 3918.0, 3909.0, 3911.0, 3932.0, 3921.0, 3902.0, 3920.0, 3920.0, 3899.0, 3908.0, 3921.0, 3911.0, 3908.0, 3908.0, 3899.0, 3907.0, 3920.0, 3911.0, 3909.0, 3909.0, 3899.0, 3906.0, 3909.0, 3911.0, 3897.0, 3908.0, 3898.0, 3896.0, 3907.0, 3911.0, 3909.0, 3909.0, 3909.0, 3897.0, 3908.0, 3908.0, 3908.0, 3919.0, 3908.0, 3887.0, 3907.0, 3908.0, 3897.0, 3916.0, 3907.0, 3888.0, 3906.0, 3897.0, 3886.0, 3905.0, 3896.0, 3897.0, 3918.0, 3908.0, 3898.0, 3907.0, 3907.0, 3899.0, 3897.0, 3907.0, 3919.0, 3908.0, 3907.0, 3910.0, 3898.0, 3918.0, 3910.0, 3910.0, 3920.0, 3920.0, 3899.0, 3918.0, 3920.0, 3900.0, 3920.0, 3921.0, 3911.0, 3909.0, 3920.0, 3911.0, 3920.0, 3921.0, 3922.0, 3919.0, 3920.0, 3900.0, 3908.0, 3909.0, 3910.0, 3921.0, 3921.0, 3911.0, 3909.0, 3911.0, 3910.0, 3908.0, 3921.0, 3922.0, 3922.0, 3921.0, 3879.0, 3920.0, 3911.0, 3901.0, 3909.0, 3920.0, 3911.0, 3920.0, 3910.0, 3922.0, 3922.0, 3932.0, 3923.0, 3911.0, 3921.0, 3921.0, 3910.0, 3919.0, 3920.0, 3910.0, 3919.0, 3924.0, 3912.0, 3920.0, 3910.0, 3899.0, 3907.0, 3909.0, 3900.0, 3909.0, 3909.0, 3900.0, 3909.0, 3909.0, 3900.0, 3921.0, 3922.0, 3910.0, 3909.0, 3909.0, 3909.0, 3908.0, 3908.0, 3909.0, 3901.0, 3920.0, 3910.0, 3889.0, 3908.0, 3910.0, 3900.0, 3920.0, 3922.0, 3901.0, 3910.0, 3910.0, 3890.0, 3908.0, 3909.0, 3911.0, 3909.0, 3909.0, 3890.0, 3919.0, 3910.0, 3900.0, 3921.0, 3911.0, 3916.0, 3924.0, 3912.0, 3903.0, 3910.0, 3911.0, 3913.0, 3921.0, 3910.0, 3900.0, 3909.0, 3909.0, 3899.0, 3908.0, 3921.0, 3912.0, 3910.0, 3910.0, 3900.0, 3909.0, 3910.0, 3911.0, 3921.0, 3921.0, 3912.0, 3910.0, 3911.0, 3911.0, 3910.0, 3922.0, 3924.0, 3911.0, 3911.0, 3912.0, 3909.0, 3910.0, 3912.0, 3922.0, 3922.0, 3912.0, 3911.0, 3912.0, 3911.0, 3921.0, 3911.0, 3912.0, 3910.0, 3910.0, 3900.0, 3920.0, 3922.0, 3912.0, 3920.0, 3910.0, 3900.0, 3908.0, 3909.0, 3912.0, 3921.0, 3910.0, 3890.0, 3908.0, 3909.0, 3900.0, 3920.0, 3921.0, 3901.0, 3909.0, 3911.0, 3914.0, 3937.0, 3925.0, 3910.0, 3896.0, 3908.0, 3899.0, 3908.0, 3910.0, 3911.0, 3911.0, 3911.0, 3912.0, 3910.0, 3911.0, 3913.0, 3921.0, 3911.0, 3911.0, 3908.0, 3909.0, 3911.0, 3910.0, 3922.0, 3912.0, 3910.0, 3910.0, 3911.0, 3909.0, 3909.0, 3910.0, 3911.0, 3921.0, 3911.0, 3911.0, 3910.0, 3900.0, 3899.0, 3920.0, 3911.0, 3900.0, 3919.0, 3899.0, 3888.0, 3907.0, 3909.0, 3901.0, 3920.0, 3910.0, 3911.0, 3908.0, 3910.0, 3911.0, 3921.0, 3921.0, 3911.0, 3911.0, 3889.0, 3921.0, 3923.0, 3926.0, 3923.0, 3911.0, 3912.0, 3909.0, 3910.0, 3901.0, 3921.0, 3921.0, 3910.0, 3910.0, 3909.0, 3900.0, 3908.0, 3911.0, 3911.0, 3909.0, 3909.0, 3899.0, 3908.0, 3898.0, 3910.0, 3910.0, 3922.0, 3911.0, 3910.0, 3910.0, 3911.0, 3909.0, 3910.0, 3912.0, 3921.0, 3921.0, 3912.0, 3909.0, 3910.0, 3911.0, 3910.0, 3934.0, 3936.0, 3899.0, 3911.0, 3922.0, 3911.0, 3922.0, 3922.0, 3924.0, 3922.0, 3912.0, 3910.0, 3910.0, 3922.0, 3910.0, 3920.0, 3924.0, 3911.0, 3910.0, 3911.0, 3911.0, 3921.0, 3911.0, 3910.0, 3909.0, 3910.0, 3898.0, 3920.0, 3910.0, 3910.0, 3909.0, 3900.0, 3898.0, 3908.0, 3911.0, 3909.0, 3909.0, 3900.0, 3898.0, 3909.0, 3899.0, 3909.0, 3920.0, 3910.0, 3899.0, 3909.0, 3900.0, 3898.0, 3909.0, 3900.0, 3909.0, 3908.0, 3899.0, 3898.0, 3908.0, 3899.0, 3899.0, 3919.0, 3909.0, 3910.0, 3908.0, 3899.0, 3899.0, 3908.0, 3910.0, 3899.0, 3908.0, 3899.0, 3898.0, 3907.0, 3898.0, 3888.0, 3920.0, 3910.0, 3899.0, 3908.0, 3910.0, 3899.0, 3920.0, 3910.0, 3901.0, 3909.0, 3910.0, 3899.0, 3920.0, 3911.0, 3911.0, 3921.0, 3921.0, 3901.0, 3910.0, 3911.0, 3900.0, 3921.0, 3921.0, 3900.0, 3909.0, 3910.0, 3900.0, 3920.0, 3911.0, 3901.0, 3909.0, 3899.0, 3899.0, 3907.0, 3898.0, 3900.0, 3919.0, 3908.0, 3888.0, 3907.0, 3908.0, 3898.0, 3907.0, 3920.0, 3899.0, 3908.0, 3908.0, 3899.0, 3907.0, 3897.0, 3900.0, 3920.0, 3909.0, 3878.0, 3908.0, 3909.0, 3888.0, 3909.0, 3921.0, 3889.0, 3908.0, 3909.0, 3888.0, 3908.0, 3909.0, 3902.0, 3910.0, 3909.0, 3889.0, 3908.0, 3909.0, 3888.0, 3919.0, 3910.0, 3889.0, 3920.0, 3910.0, 3889.0, 3908.0, 3909.0, 3901.0, 3921.0, 3912.0, 3900.0, 3920.0, 3911.0, 3910.0, 3919.0, 3921.0, 3912.0, 3921.0, 3910.0, 3911.0, 3920.0, 3911.0, 3901.0, 3921.0, 3910.0, 3889.0, 3909.0, 3910.0, 3910.0, 3908.0, 3922.0, 3912.0, 3909.0, 3910.0, 3911.0, 3908.0, 3910.0, 3912.0, 3921.0, 3911.0, 3911.0, 3910.0, 3910.0, 3911.0, 3910.0, 3922.0, 3921.0, 3911.0, 3909.0, 3910.0, 3909.0, 3920.0, 3923.0, 3901.0, 3920.0, 3909.0, 3888.0, 3907.0, 3909.0, 3912.0, 3910.0, 3910.0, 3890.0, 3919.0, 3910.0, 3900.0, 3919.0, 3909.0, 3912.0, 3920.0, 3910.0, 3911.0, 3908.0, 3909.0, 3900.0, 3921.0, 3911.0, 3910.0, 3909.0, 3909.0, 3899.0, 3907.0, 3908.0, 3898.0, 3908.0, 3920.0, 3910.0, 3898.0, 3909.0, 3899.0, 3897.0, 3908.0, 3898.0, 3899.0, 3920.0, 3910.0, 3898.0, 3910.0, 3910.0, 3898.0, 3921.0, 3921.0, 3910.0, 3920.0, 3910.0, 3899.0, 3919.0, 3921.0, 3913.0, 3922.0, 3910.0, 3900.0, 3919.0, 3909.0, 3901.0, 3932.0, 3898.0, 3900.0, 3910.0, 3909.0, 3899.0, 3897.0, 3907.0, 3909.0, 3899.0, 3908.0, 3909.0, 3898.0, 3908.0, 3909.0, 3900.0, 3908.0, 3909.0, 3900.0, 3908.0, 3898.0, 3898.0, 3906.0, 3908.0, 3898.0, 3906.0, 3907.0, 3899.0, 3909.0, 3909.0, 3910.0, 3909.0, 3909.0, 3899.0, 3897.0, 3907.0, 3913.0, 3924.0, 3920.0, 3909.0, 3897.0, 3906.0, 3897.0, 3897.0, 3906.0, 3908.0, 3898.0, 3908.0, 3909.0, 3909.0, 3919.0, 3909.0, 3900.0, 3920.0, 3909.0, 3888.0, 3918.0, 3908.0, 3888.0, 3907.0, 3908.0, 3898.0, 3907.0, 3898.0, 3898.0, 3906.0, 3897.0, 3898.0, 3919.0, 3908.0, 3898.0, 3897.0, 3908.0, 3898.0, 3887.0, 3907.0, 3909.0, 3887.0, 3907.0, 3898.0, 3897.0, 3907.0, 3898.0, 3887.0, 3906.0, 3908.0, 3900.0, 3920.0, 3909.0, 3899.0, 3908.0, 3908.0, 3898.0, 3897.0, 3909.0, 3910.0, 3908.0, 3908.0, 3898.0, 3898.0, 3906.0, 3897.0, 3899.0, 3909.0, 3908.0, 3889.0, 3908.0, 3908.0, 3900.0, 3908.0, 3921.0, 3923.0, 3909.0, 3921.0, 3902.0, 3919.0, 3920.0, 3911.0, 3922.0, 3933.0, 3912.0, 3910.0, 3911.0, 3902.0, 3909.0, 3909.0, 3912.0, 3933.0, 3911.0, 3900.0, 3909.0, 3909.0, 3899.0, 3919.0, 3921.0, 3910.0, 3909.0, 3909.0, 3910.0, 3907.0, 3898.0, 3910.0, 3911.0, 3921.0, 3910.0, 3898.0, 3909.0, 3910.0, 3909.0, 3921.0, 3921.0, 3899.0, 3920.0, 3911.0, 3899.0, 3909.0, 3911.0, 3911.0, 3922.0, 3922.0, 3909.0, 3910.0, 3911.0, 3909.0, 3909.0, 3911.0, 3922.0, 3922.0, 3911.0, 3910.0, 3921.0, 3911.0, 3909.0, 3922.0, 3922.0, 3910.0, 3909.0, 3911.0, 3909.0, 3909.0, 3910.0, 3921.0, 3932.0, 3910.0, 3910.0, 3919.0, 3910.0, 3909.0, 3919.0, 3923.0, 3921.0, 3919.0, 3910.0, 3899.0, 3920.0, 3910.0, 3910.0, 3932.0, 3922.0, 3911.0, 3910.0, 3911.0, 3909.0, 3908.0, 3910.0, 3911.0, 3921.0, 3922.0, 3900.0, 3923.0, 3922.0, 3919.0, 3889.0, 3919.0, 3911.0, 3912.0, 3921.0, 3911.0, 3924.0, 3912.0, 3921.0, 3912.0, 3914.0, 3921.0, 3911.0, 3900.0, 3909.0, 3910.0, 3910.0, 3909.0, 3898.0, 3899.0, 3907.0, 3886.0, 3886.0, 3906.0, 3884.0, 3885.0, 3906.0, 3895.0, 3884.0, 3894.0, 3882.0, 3873.0, 3872.0, 3881.0, 3883.0, 3883.0, 3893.0, 3897.0, 3896.0, 3895.0, 3885.0, 3874.0, 3896.0, 3886.0, 3884.0, 3897.0, 3898.0, 3886.0, 3898.0, 3899.0, 3898.0, 3908.0, 3899.0, 3909.0, 3909.0, 3899.0, 3908.0, 3899.0, 3899.0, 3908.0, 3910.0, 3901.0, 3909.0, 3910.0, 3900.0, 3909.0], 'WindowWidth': [8863.0, 8840.0, 8803.0, 8791.0, 8783.0, 8791.0, 8803.0, 8778.0, 8766.0, 8758.0, 8756.0, 8757.0, 8755.0, 8757.0, 8760.0, 8746.0, 8769.0, 8775.0, 8744.0, 8773.0, 8778.0, 8733.0, 8770.0, 8774.0, 8743.0, 8767.0, 8776.0, 8771.0, 8773.0, 8781.0, 8750.0, 8770.0, 8776.0, 8751.0, 8778.0, 8778.0, 8747.0, 8771.0, 8774.0, 8749.0, 8763.0, 8775.0, 8763.0, 8758.0, 8771.0, 8760.0, 8773.0, 8775.0, 8760.0, 8758.0, 8757.0, 8756.0, 8757.0, 8779.0, 8756.0, 8753.0, 8750.0, 8738.0, 8737.0, 8749.0, 8753.0, 8725.0, 8746.0, 8748.0, 8723.0, 8747.0, 8752.0, 8741.0, 8750.0, 8738.0, 8739.0, 8733.0, 8749.0, 8758.0, 8737.0, 8736.0, 8753.0, 8734.0, 8738.0, 8755.0, 8739.0, 8775.0, 8758.0, 8743.0, 8754.0, 8756.0, 8740.0, 8751.0, 8776.0, 8744.0, 8749.0, 8751.0, 8723.0, 8745.0, 8749.0, 8727.0, 8758.0, 8773.0, 8759.0, 8753.0, 8755.0, 8759.0, 8754.0, 8753.0, 8780.0, 8760.0, 8770.0, 8758.0, 8739.0, 8755.0, 8758.0, 8744.0, 8777.0, 8776.0, 8760.0, 8772.0, 8777.0, 8746.0, 8758.0, 8779.0, 8776.0, 8779.0, 8779.0, 8750.0, 8760.0, 8777.0, 8753.0, 8762.0, 8801.0, 8791.0, 8777.0, 8777.0, 8765.0, 8772.0, 8756.0, 8763.0, 8778.0, 8780.0, 8778.0, 8761.0, 8772.0, 8758.0, 8744.0, 8779.0, 8774.0, 8746.0, 8755.0, 8759.0, 8742.0, 8753.0, 8776.0, 8750.0, 8753.0, 8760.0, 8744.0, 8759.0, 8778.0, 8771.0, 8785.0, 8783.0, 8770.0, 8763.0, 8779.0, 8768.0, 8779.0, 8778.0, 8765.0, 8759.0, 8759.0, 8748.0, 8754.0, 8755.0, 8781.0, 8797.0, 8776.0, 8732.0, 8775.0, 8781.0, 8766.0, 8754.0, 8757.0, 8747.0, 8762.0, 8778.0, 8750.0, 8759.0, 8778.0, 8752.0, 8754.0, 8756.0, 8766.0, 8770.0, 8754.0, 8746.0, 8752.0, 8752.0, 8758.0, 8760.0, 8754.0, 8742.0, 8735.0, 8747.0, 8752.0, 8722.0, 8749.0, 8736.0, 8726.0, 8747.0, 8734.0, 8740.0, 8754.0, 8754.0, 8740.0, 8734.0, 8751.0, 8739.0, 8750.0, 8758.0, 8760.0, 8743.0, 8755.0, 8756.0, 8755.0, 8774.0, 8762.0, 8741.0, 8756.0, 8760.0, 8743.0, 8776.0, 8775.0, 8745.0, 8757.0, 8758.0, 8740.0, 8755.0, 8782.0, 8761.0, 8756.0, 8760.0, 8737.0, 8754.0, 8778.0, 8764.0, 8755.0, 8702.0, 8750.0, 8756.0, 8760.0, 8775.0, 8758.0, 8744.0, 8738.0, 8737.0, 8740.0, 8736.0, 8756.0, 8756.0, 8738.0, 8752.0, 8755.0, 8737.0, 8753.0, 8757.0, 8741.0, 8753.0, 8754.0, 8725.0, 8752.0, 8756.0, 8748.0, 8774.0, 8776.0, 8760.0, 8772.0, 8779.0, 8744.0, 8754.0, 8758.0, 8757.0, 8794.0, 8777.0, 8763.0, 8772.0, 8763.0, 8749.0, 8754.0, 8778.0, 8773.0, 8758.0, 8759.0, 8745.0, 8751.0, 8754.0, 8744.0, 8778.0, 8759.0, 8763.0, 8758.0, 8756.0, 8757.0, 8755.0, 8776.0, 8778.0, 8761.0, 8760.0, 8712.0, 8733.0, 8738.0, 8745.0, 8750.0, 8755.0, 8742.0, 8735.0, 8755.0, 8747.0, 8757.0, 8778.0, 8766.0, 8758.0, 8755.0, 8742.0, 8751.0, 8735.0, 8737.0, 8752.0, 8754.0, 8741.0, 8754.0, 8736.0, 8720.0, 8731.0, 8726.0, 8736.0, 8733.0, 8727.0, 8730.0, 8712.0, 8723.0, 8729.0, 8714.0, 8730.0, 8753.0, 8735.0, 8731.0, 8733.0, 8715.0, 8728.0, 8733.0, 8753.0, 8754.0, 8753.0, 8722.0, 8752.0, 8757.0, 8735.0, 8739.0, 8762.0, 8763.0, 8756.0, 8762.0, 8755.0, 8757.0, 8760.0, 8744.0, 8765.0, 8776.0, 8739.0, 8757.0, 8716.0, 8753.0, 8760.0, 8782.0, 8797.0, 8783.0, 8784.0, 8765.0, 8784.0, 8783.0, 8774.0, 8759.0, 8782.0, 8780.0, 8757.0, 8783.0, 8783.0, 8756.0, 8784.0, 8765.0, 8773.0, 8762.0, 8742.0, 8749.0, 8753.0, 8740.0, 8752.0, 8741.0, 8728.0, 8754.0, 8740.0, 8726.0, 8749.0, 8754.0, 8748.0, 8737.0, 8738.0, 8723.0, 8732.0, 8734.0, 8738.0, 8751.0, 8753.0, 8743.0, 8737.0, 8737.0, 8738.0, 8732.0, 8738.0, 8758.0, 8735.0, 8736.0, 8741.0, 8733.0, 8736.0, 8740.0, 8759.0, 8775.0, 8758.0, 8741.0, 8753.0, 8743.0, 8754.0, 8761.0, 8761.0, 8738.0, 8753.0, 8742.0, 8735.0, 8737.0, 8760.0, 8759.0, 8758.0, 8758.0, 8741.0, 8755.0, 8759.0, 8760.0, 8759.0, 8761.0, 8759.0, 8757.0, 8760.0, 8758.0, 8763.0, 8763.0, 8754.0, 8756.0, 8741.0, 8735.0, 8750.0, 8758.0, 8754.0, 8741.0, 8742.0, 8737.0, 8756.0, 8759.0, 8751.0, 8755.0, 8761.0, 8753.0, 8739.0, 8745.0, 8739.0, 8753.0, 8758.0, 8758.0, 8761.0, 8761.0, 8756.0, 8757.0, 8746.0, 8725.0, 8757.0, 8765.0, 8759.0, 8759.0, 8732.0, 8757.0, 8758.0, 8747.0, 8762.0, 8763.0, 8732.0, 8755.0, 8755.0, 8729.0, 8752.0, 8756.0, 8751.0, 8757.0, 8757.0, 8728.0, 8752.0, 8755.0, 8728.0, 8754.0, 8762.0, 8746.0, 8754.0, 8759.0, 8743.0, 8751.0, 8756.0, 8743.0, 8772.0, 8775.0, 8747.0, 8752.0, 8754.0, 8726.0, 8751.0, 8755.0, 8728.0, 8758.0, 8776.0, 8745.0, 8754.0, 8762.0, 8746.0, 8755.0, 8758.0, 8751.0, 8759.0, 8757.0, 8747.0, 8770.0, 8761.0, 8744.0, 8755.0, 8763.0, 8749.0, 8753.0, 8757.0, 8729.0, 8752.0, 8755.0, 8742.0, 8756.0, 8758.0, 8729.0, 8754.0, 8760.0, 8730.0, 8755.0, 8757.0, 8749.0, 8776.0, 8762.0, 8749.0, 8756.0, 8759.0, 8745.0, 8754.0, 8756.0, 8745.0, 8757.0, 8762.0, 8745.0, 8761.0, 8763.0, 8758.0, 8758.0, 8763.0, 8765.0, 8760.0, 8760.0, 8745.0, 8753.0, 8758.0, 8744.0, 8756.0, 8755.0, 8728.0, 8752.0, 8755.0, 8728.0, 8751.0, 8756.0, 8764.0, 8742.0, 8756.0, 8727.0, 8752.0, 8755.0, 8734.0, 8761.0, 8757.0, 8731.0, 8757.0, 8758.0, 8761.0, 8774.0, 8774.0, 8783.0, 8759.0, 8758.0, 8758.0, 8737.0, 8740.0, 8742.0, 8738.0, 8754.0, 8758.0, 8743.0, 8764.0, 8761.0, 8744.0, 8757.0, 8744.0, 8736.0, 8749.0, 8761.0, 8757.0, 8751.0, 8740.0, 8738.0, 8749.0, 8738.0, 8735.0, 8753.0, 8763.0, 8740.0, 8749.0, 8738.0, 8721.0, 8744.0, 8735.0, 8724.0, 8758.0, 8757.0, 8725.0, 8748.0, 8738.0, 8737.0, 8747.0, 8754.0, 8730.0, 8756.0, 8754.0, 8744.0, 8754.0, 8758.0, 8726.0, 8757.0, 8761.0, 8743.0, 8756.0, 8761.0, 8742.0, 8755.0, 8760.0, 8763.0, 8778.0, 8776.0, 8748.0, 8757.0, 8761.0, 8743.0, 8772.0, 8761.0, 8757.0, 8755.0, 8756.0, 8740.0, 8752.0, 8754.0, 8744.0, 8756.0, 8755.0, 8728.0, 8755.0, 8757.0, 8739.0, 8756.0, 8780.0, 8748.0, 8753.0, 8761.0, 8744.0, 8753.0, 8756.0, 8734.0, 8763.0, 8763.0, 8731.0, 8755.0, 8756.0, 8714.0, 8752.0, 8760.0, 8733.0, 8759.0, 8761.0, 8735.0, 8760.0, 8776.0, 8747.0, 8754.0, 8758.0, 8753.0, 8780.0, 8776.0, 8737.0, 8759.0, 8760.0, 8748.0, 8758.0, 8752.0, 8744.0, 8778.0, 8757.0, 8745.0, 8741.0, 8741.0, 8740.0, 8738.0, 8759.0, 8762.0, 8741.0, 8750.0, 8742.0, 8738.0, 8748.0, 8753.0, 8729.0, 8767.0, 8739.0, 8712.0, 8749.0, 8753.0, 8726.0, 8750.0, 8754.0, 8761.0, 8755.0, 8757.0, 8745.0, 8739.0, 8755.0, 8747.0, 8755.0, 8773.0, 8761.0, 8756.0, 8758.0, 8763.0, 8741.0, 8758.0, 8760.0, 8744.0, 8761.0, 8762.0, 8743.0, 8760.0, 8760.0, 8743.0, 8776.0, 8761.0, 8744.0, 8755.0, 8757.0, 8741.0, 8751.0, 8765.0, 8748.0, 8752.0, 8756.0, 8740.0, 8749.0, 8756.0, 8727.0, 8757.0, 8757.0, 8747.0, 8756.0, 8758.0, 8744.0, 8755.0, 8775.0, 8750.0, 8772.0, 8758.0, 8730.0, 8756.0, 8758.0, 8749.0, 8757.0, 8761.0, 8766.0, 8786.0, 8783.0, 8751.0, 8764.0, 8727.0, 8763.0, 8784.0, 8769.0, 8777.0, 8760.0, 8762.0, 8760.0, 8759.0, 8765.0, 8754.0, 8775.0, 8784.0, 8749.0, 8755.0, 8744.0, 8745.0, 8752.0, 8741.0, 8764.0, 8760.0, 8739.0, 8728.0, 8749.0, 8741.0, 8749.0, 8772.0, 8734.0, 8704.0, 8727.0, 8720.0, 8722.0, 8732.0, 8734.0, 8709.0, 8736.0, 8736.0, 8744.0, 8720.0, 8736.0, 8723.0, 8717.0, 8731.0, 8719.0, 8735.0, 8772.0, 8738.0, 8735.0, 8732.0, 8723.0, 8722.0, 8732.0, 8757.0, 8728.0, 8730.0, 8720.0, 8732.0, 8734.0, 8738.0, 8724.0, 8756.0, 8758.0, 8733.0, 8758.0, 8744.0, 8733.0, 8737.0, 8763.0, 8742.0, 8757.0, 8760.0, 8730.0, 8754.0, 8759.0, 8733.0, 8777.0, 8778.0, 8752.0, 8761.0, 8763.0, 8751.0, 8759.0, 8761.0, 8753.0, 8780.0, 8762.0, 8735.0, 8756.0, 8759.0, 8733.0, 8758.0, 8774.0, 8747.0, 8754.0, 8756.0, 8743.0, 8753.0, 8756.0, 8752.0, 8762.0, 8758.0, 8746.0, 8761.0, 8763.0, 8750.0, 8756.0, 8756.0, 8748.0, 8761.0, 8761.0, 8747.0, 8757.0, 8762.0, 8735.0, 8757.0, 8765.0, 8770.0, 8746.0, 8758.0, 8735.0, 8739.0, 8755.0, 8748.0, 8782.0, 8777.0, 8748.0, 8741.0, 8759.0, 8748.0, 8756.0, 8757.0, 8762.0, 8742.0, 8756.0, 8746.0, 8755.0, 8759.0, 8763.0, 8766.0, 8765.0, 8765.0, 8762.0, 8765.0, 8767.0, 8760.0, 8770.0, 8783.0, 8765.0, 8762.0, 8763.0, 8744.0, 8753.0, 8757.0, 8751.0, 8775.0, 8760.0, 8748.0, 8755.0, 8744.0, 8742.0, 8777.0, 8778.0, 8763.0, 8757.0, 8761.0, 8747.0, 8756.0, 8786.0, 8752.0, 8759.0, 8745.0, 8730.0, 8735.0, 8741.0, 8754.0, 8759.0, 8758.0, 8731.0, 8752.0, 8741.0, 8750.0, 8780.0, 8761.0, 8738.0, 8758.0, 8756.0, 8731.0, 8741.0, 8760.0, 8747.0, 8739.0, 8740.0, 8728.0, 8738.0, 8758.0, 8748.0, 8742.0, 8742.0, 8728.0, 8733.0, 8741.0, 8748.0, 8723.0, 8737.0, 8725.0, 8718.0, 8736.0, 8747.0, 8741.0, 8741.0, 8741.0, 8722.0, 8738.0, 8739.0, 8741.0, 8755.0, 8739.0, 8710.0, 8733.0, 8737.0, 8722.0, 8746.0, 8736.0, 8711.0, 8732.0, 8720.0, 8707.0, 8728.0, 8718.0, 8722.0, 8752.0, 8739.0, 8724.0, 8735.0, 8736.0, 8727.0, 8721.0, 8735.0, 8755.0, 8738.0, 8735.0, 8742.0, 8724.0, 8752.0, 8743.0, 8747.0, 8758.0, 8758.0, 8729.0, 8751.0, 8757.0, 8731.0, 8759.0, 8761.0, 8749.0, 8741.0, 8757.0, 8748.0, 8757.0, 8761.0, 8763.0, 8756.0, 8756.0, 8730.0, 8738.0, 8739.0, 8743.0, 8759.0, 8760.0, 8747.0, 8743.0, 8745.0, 8745.0, 8740.0, 8759.0, 8766.0, 8763.0, 8761.0, 8702.0, 8756.0, 8748.0, 8735.0, 8740.0, 8756.0, 8747.0, 8758.0, 8745.0, 8763.0, 8764.0, 8776.0, 8766.0, 8747.0, 8760.0, 8762.0, 8744.0, 8755.0, 8758.0, 8745.0, 8753.0, 8770.0, 8750.0, 8756.0, 8744.0, 8727.0, 8733.0, 8740.0, 8731.0, 8739.0, 8741.0, 8731.0, 8742.0, 8741.0, 8730.0, 8760.0, 8765.0, 8745.0, 8739.0, 8740.0, 8742.0, 8739.0, 8736.0, 8741.0, 8734.0, 8758.0, 8744.0, 8715.0, 8737.0, 8743.0, 8730.0, 8757.0, 8764.0, 8734.0, 8743.0, 8742.0, 8716.0, 8738.0, 8739.0, 8746.0, 8742.0, 8742.0, 8717.0, 8753.0, 8745.0, 8733.0, 8760.0, 8747.0, 8762.0, 8769.0, 8749.0, 8740.0, 8744.0, 8747.0, 8754.0, 8763.0, 8746.0, 8732.0, 8740.0, 8742.0, 8730.0, 8736.0, 8760.0, 8753.0, 8743.0, 8746.0, 8733.0, 8740.0, 8744.0, 8747.0, 8761.0, 8760.0, 8749.0, 8743.0, 8745.0, 8748.0, 8743.0, 8765.0, 8769.0, 8746.0, 8749.0, 8750.0, 8742.0, 8744.0, 8751.0, 8764.0, 8763.0, 8752.0, 8747.0, 8749.0, 8749.0, 8762.0, 8749.0, 8750.0, 8743.0, 8743.0, 8732.0, 8757.0, 8763.0, 8751.0, 8758.0, 8744.0, 8732.0, 8739.0, 8741.0, 8751.0, 8761.0, 8742.0, 8718.0, 8738.0, 8741.0, 8731.0, 8759.0, 8760.0, 8733.0, 8740.0, 8746.0, 8759.0, 8795.0, 8773.0, 8744.0, 8719.0, 8738.0, 8729.0, 8740.0, 8745.0, 8748.0, 8746.0, 8747.0, 8749.0, 8743.0, 8749.0, 8755.0, 8759.0, 8745.0, 8745.0, 8739.0, 8741.0, 8746.0, 8744.0, 8764.0, 8749.0, 8743.0, 8742.0, 8745.0, 8739.0, 8739.0, 8744.0, 8746.0, 8762.0, 8747.0, 8747.0, 8743.0, 8732.0, 8730.0, 8755.0, 8749.0, 8730.0, 8753.0, 8726.0, 8712.0, 8734.0, 8741.0, 8737.0, 8758.0, 8742.0, 8745.0, 8739.0, 8743.0, 8746.0, 8760.0, 8761.0, 8748.0, 8744.0, 8715.0, 8760.0, 8767.0, 8777.0, 8768.0, 8748.0, 8752.0, 8742.0, 8742.0, 8734.0, 8762.0, 8760.0, 8745.0, 8742.0, 8741.0, 8731.0, 8737.0, 8746.0, 8748.0, 8738.0, 8740.0, 8728.0, 8736.0, 8724.0, 8743.0, 8744.0, 8762.0, 8747.0, 8743.0, 8744.0, 8747.0, 8741.0, 8742.0, 8749.0, 8759.0, 8758.0, 8751.0, 8741.0, 8745.0, 8748.0, 8743.0, 8782.0, 8791.0, 8727.0, 8746.0, 8762.0, 8747.0, 8764.0, 8764.0, 8769.0, 8762.0, 8750.0, 8744.0, 8743.0, 8763.0, 8745.0, 8757.0, 8770.0, 8748.0, 8744.0, 8747.0, 8748.0, 8761.0, 8745.0, 8745.0, 8740.0, 8743.0, 8726.0, 8756.0, 8744.0, 8743.0, 8738.0, 8729.0, 8724.0, 8737.0, 8745.0, 8742.0, 8740.0, 8729.0, 8723.0, 8740.0, 8728.0, 8739.0, 8757.0, 8742.0, 8726.0, 8741.0, 8729.0, 8724.0, 8738.0, 8729.0, 8739.0, 8737.0, 8727.0, 8723.0, 8735.0, 8726.0, 8728.0, 8752.0, 8739.0, 8743.0, 8737.0, 8727.0, 8727.0, 8737.0, 8744.0, 8727.0, 8736.0, 8725.0, 8723.0, 8733.0, 8725.0, 8713.0, 8757.0, 8743.0, 8727.0, 8737.0, 8743.0, 8728.0, 8756.0, 8744.0, 8732.0, 8739.0, 8744.0, 8727.0, 8755.0, 8745.0, 8747.0, 8762.0, 8760.0, 8736.0, 8742.0, 8746.0, 8730.0, 8759.0, 8761.0, 8731.0, 8739.0, 8743.0, 8731.0, 8755.0, 8747.0, 8733.0, 8741.0, 8726.0, 8728.0, 8734.0, 8722.0, 8731.0, 8756.0, 8736.0, 8711.0, 8733.0, 8736.0, 8725.0, 8737.0, 8758.0, 8729.0, 8736.0, 8737.0, 8725.0, 8732.0, 8720.0, 8729.0, 8757.0, 8739.0, 8698.0, 8735.0, 8739.0, 8712.0, 8739.0, 8759.0, 8715.0, 8738.0, 8738.0, 8712.0, 8734.0, 8739.0, 8738.0, 8744.0, 8739.0, 8714.0, 8736.0, 8738.0, 8712.0, 8754.0, 8744.0, 8714.0, 8754.0, 8741.0, 8713.0, 8737.0, 8740.0, 8733.0, 8761.0, 8747.0, 8732.0, 8754.0, 8744.0, 8743.0, 8753.0, 8759.0, 8751.0, 8758.0, 8744.0, 8745.0, 8754.0, 8747.0, 8734.0, 8759.0, 8744.0, 8715.0, 8739.0, 8742.0, 8745.0, 8739.0, 8763.0, 8750.0, 8740.0, 8744.0, 8747.0, 8738.0, 8742.0, 8750.0, 8762.0, 8747.0, 8748.0, 8744.0, 8743.0, 8746.0, 8743.0, 8763.0, 8761.0, 8746.0, 8741.0, 8744.0, 8741.0, 8757.0, 8765.0, 8733.0, 8754.0, 8741.0, 8712.0, 8733.0, 8738.0, 8749.0, 8745.0, 8742.0, 8717.0, 8752.0, 8742.0, 8732.0, 8754.0, 8739.0, 8749.0, 8757.0, 8741.0, 8746.0, 8738.0, 8741.0, 8731.0, 8760.0, 8748.0, 8745.0, 8740.0, 8739.0, 8728.0, 8735.0, 8735.0, 8724.0, 8739.0, 8757.0, 8742.0, 8724.0, 8738.0, 8726.0, 8721.0, 8735.0, 8724.0, 8726.0, 8755.0, 8742.0, 8725.0, 8742.0, 8744.0, 8725.0, 8761.0, 8760.0, 8743.0, 8754.0, 8745.0, 8728.0, 8754.0, 8761.0, 8755.0, 8763.0, 8744.0, 8732.0, 8754.0, 8741.0, 8733.0, 8778.0, 8724.0, 8730.0, 8743.0, 8739.0, 8727.0, 8722.0, 8734.0, 8740.0, 8729.0, 8736.0, 8739.0, 8724.0, 8735.0, 8740.0, 8728.0, 8737.0, 8740.0, 8732.0, 8738.0, 8722.0, 8723.0, 8730.0, 8736.0, 8725.0, 8731.0, 8734.0, 8727.0, 8741.0, 8740.0, 8743.0, 8739.0, 8739.0, 8726.0, 8720.0, 8734.0, 8754.0, 8772.0, 8758.0, 8740.0, 8720.0, 8728.0, 8721.0, 8721.0, 8730.0, 8736.0, 8723.0, 8737.0, 8741.0, 8739.0, 8751.0, 8741.0, 8731.0, 8756.0, 8739.0, 8711.0, 8748.0, 8737.0, 8712.0, 8735.0, 8737.0, 8725.0, 8735.0, 8723.0, 8725.0, 8730.0, 8719.0, 8724.0, 8753.0, 8737.0, 8724.0, 8720.0, 8735.0, 8724.0, 8707.0, 8733.0, 8740.0, 8709.0, 8732.0, 8722.0, 8721.0, 8732.0, 8723.0, 8708.0, 8731.0, 8736.0, 8732.0, 8758.0, 8738.0, 8728.0, 8737.0, 8737.0, 8725.0, 8720.0, 8739.0, 8743.0, 8737.0, 8736.0, 8725.0, 8724.0, 8731.0, 8722.0, 8729.0, 8741.0, 8738.0, 8715.0, 8735.0, 8738.0, 8730.0, 8737.0, 8760.0, 8766.0, 8742.0, 8759.0, 8736.0, 8754.0, 8757.0, 8747.0, 8764.0, 8781.0, 8750.0, 8743.0, 8745.0, 8736.0, 8740.0, 8741.0, 8751.0, 8781.0, 8746.0, 8730.0, 8741.0, 8740.0, 8729.0, 8755.0, 8760.0, 8744.0, 8739.0, 8740.0, 8742.0, 8735.0, 8722.0, 8745.0, 8748.0, 8761.0, 8742.0, 8724.0, 8742.0, 8744.0, 8739.0, 8761.0, 8762.0, 8728.0, 8755.0, 8746.0, 8726.0, 8741.0, 8746.0, 8748.0, 8765.0, 8762.0, 8742.0, 8744.0, 8747.0, 8741.0, 8741.0, 8746.0, 8764.0, 8763.0, 8746.0, 8744.0, 8759.0, 8748.0, 8742.0, 8763.0, 8764.0, 8743.0, 8741.0, 8747.0, 8739.0, 8739.0, 8743.0, 8762.0, 8777.0, 8745.0, 8744.0, 8754.0, 8744.0, 8741.0, 8755.0, 8767.0, 8760.0, 8754.0, 8744.0, 8728.0, 8755.0, 8744.0, 8744.0, 8777.0, 8763.0, 8746.0, 8744.0, 8746.0, 8743.0, 8738.0, 8743.0, 8748.0, 8760.0, 8764.0, 8732.0, 8765.0, 8761.0, 8753.0, 8713.0, 8752.0, 8748.0, 8752.0, 8762.0, 8746.0, 8769.0, 8752.0, 8759.0, 8751.0, 8756.0, 8761.0, 8747.0, 8732.0, 8742.0, 8744.0, 8747.0, 8743.0, 8724.0, 8726.0, 8735.0, 8704.0, 8705.0, 8731.0, 8699.0, 8700.0, 8732.0, 8714.0, 8699.0, 8711.0, 8690.0, 8681.0, 8676.0, 8689.0, 8695.0, 8694.0, 8707.0, 8720.0, 8718.0, 8713.0, 8702.0, 8684.0, 8716.0, 8704.0, 8699.0, 8720.0, 8726.0, 8705.0, 8723.0, 8726.0, 8722.0, 8736.0, 8726.0, 8740.0, 8741.0, 8727.0, 8735.0, 8726.0, 8728.0, 8735.0, 8741.0, 8733.0, 8741.0, 8742.0, 8729.0, 8740.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.0031791090712742984</td></tr>
<tr><td colspan=3>aqi</td><td>0.025751220680345573</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.27483475292815</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.203199565132359</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0405427705024317</td></tr>
<tr><td colspan=3>efc</td><td>0.4661</td></tr>
<tr><td colspan=3>fber</td><td>5840.6191</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08563611979260362</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2958963282937366</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.623460749364232</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5957472108398365</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8702869315670267</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4043481056858327</td></tr>
<tr><td colspan=3>gcor</td><td>0.00438206</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014659221284091473</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019148685038089752</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1852</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.350564379709516</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>42.3334</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7647</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.2508</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304491.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>833.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.3586</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4278</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.9342</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3046.3852</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72053.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>621.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>989.9756</td></tr>
<tr><td colspan=3>tsnr</td><td>36.48714690003544</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>