<?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-0065_ses-01_task-alignvideo_acq-mb8_run-04_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-0065_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_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-0065/ses-01/func/sub-0065_ses-01_task-alignvideo_acq-mb8_run-04_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>fa2b382e0fc5374740053bc7f4e51751</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>15:51:29.222500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998569, 0.0230758, 0.0482482, -0.0196965, 0.997396, -0.0693778]</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-04_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.0902915</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7789, -7264, 775, -68, -428, 305, 34]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.939</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>78549502-6907-4e2d-bd44-d2ca20220399||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6790871620178223, -0.052844393998384476, 0.13425353169441223, 109.28424072265625], [-0.061910685151815414, 2.67594051361084, -0.1844860464334488, -91.66020202636719], [0.12944644689559937, 0.18613551557064056, 2.6903421878814697, -83.24929809570312], [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, 1209]</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], 'AcquisitionTime': ['155129.222500', '155129.682500', '155130.142500', '155130.602500', '155131.062500', '155131.522500', '155131.982500', '155132.442500', '155132.902500', '155133.362500', '155133.822500', '155134.282500', '155134.742500', '155135.202500', '155135.662500', '155136.122500', '155136.582500', '155137.042500', '155137.502500', '155137.962500', '155138.422500', '155138.882500', '155139.342500', '155139.802500', '155140.262500', '155140.722500', '155141.182500', '155141.642500', '155142.102500', '155142.562500', '155143.022500', '155143.482500', '155143.942500', '155144.402500', '155144.862500', '155145.322500', '155145.782500', '155146.242500', '155146.702500', '155147.162500', '155147.622500', '155148.082500', '155148.542500', '155149.002500', '155149.462500', '155149.922500', '155150.382500', '155150.842500', '155151.302500', '155151.762500', '155152.222500', '155152.682500', '155153.142500', '155153.602500', '155154.062500', '155154.522500', '155154.982500', '155155.442500', '155155.902500', '155156.362500', '155156.822500', '155157.282500', '155157.742500', '155158.202500', '155158.662500', '155159.122500', '155159.582500', '155200.042500', '155200.502500', '155200.962500', '155201.422500', '155201.882500', '155202.342500', '155202.802500', '155203.262500', '155203.722500', '155204.182500', '155204.642500', '155205.102500', '155205.562500', '155206.022500', '155206.482500', '155206.942500', '155207.402500', '155207.862500', '155208.322500', '155208.782500', '155209.242500', '155209.702500', '155210.162500', '155210.622500', '155211.082500', '155211.542500', '155212.002500', '155212.462500', '155212.922500', '155213.382500', '155213.842500', '155214.302500', '155214.762500', '155215.222500', '155215.682500', '155216.142500', '155216.602500', '155217.062500', '155217.522500', '155217.982500', '155218.442500', '155218.902500', '155219.362500', '155219.822500', '155220.282500', '155220.742500', '155221.202500', '155221.662500', '155222.122500', '155222.582500', '155223.042500', '155223.502500', '155223.962500', '155224.422500', '155224.882500', '155225.342500', '155225.802500', '155226.262500', '155226.722500', '155227.182500', '155227.642500', '155228.102500', '155228.562500', '155229.022500', '155229.482500', '155229.942500', '155230.402500', '155230.862500', '155231.322500', '155231.782500', '155232.242500', '155232.702500', '155233.162500', '155233.622500', '155234.082500', '155234.542500', '155235.002500', '155235.462500', '155235.922500', '155236.382500', '155236.842500', '155237.302500', '155237.762500', '155238.222500', '155238.682500', '155239.142500', '155239.602500', '155240.062500', '155240.522500', '155240.982500', '155241.442500', '155241.902500', '155242.362500', '155242.822500', '155243.282500', '155243.742500', '155244.202500', '155244.662500', '155245.122500', '155245.582500', '155246.042500', '155246.502500', '155246.962500', '155247.422500', '155247.882500', '155248.342500', '155248.802500', '155249.262500', '155249.722500', '155250.182500', '155250.642500', '155251.102500', '155251.562500', '155252.022500', '155252.482500', '155252.942500', '155253.402500', '155253.862500', '155254.322500', '155254.782500', '155255.242500', '155255.702500', '155256.162500', '155256.622500', '155257.082500', '155257.542500', '155258.002500', '155258.462500', '155258.922500', '155259.382500', '155259.842500', '155300.302500', '155300.762500', '155301.222500', '155301.682500', '155302.142500', '155302.602500', '155303.062500', '155303.522500', '155303.982500', '155304.442500', '155304.902500', '155305.362500', '155305.822500', '155306.282500', '155306.742500', '155307.202500', '155307.662500', '155308.122500', '155308.582500', '155309.042500', '155309.502500', '155309.962500', '155310.422500', '155310.882500', '155311.342500', '155311.802500', '155312.262500', '155312.722500', '155313.182500', '155313.642500', '155314.102500', '155314.562500', '155315.022500', '155315.482500', '155315.942500', '155316.402500', '155316.862500', '155317.322500', '155317.782500', '155318.242500', '155318.702500', '155319.162500', '155319.622500', '155320.082500', '155320.542500', '155321.002500', '155321.462500', '155321.922500', '155322.382500', '155322.842500', '155323.302500', '155323.762500', '155324.222500', '155324.682500', '155325.142500', '155325.602500', '155326.062500', '155326.522500', '155326.982500', '155327.442500', '155327.902500', '155328.362500', '155328.822500', '155329.282500', '155329.742500', '155330.202500', '155330.662500', '155331.122500', '155331.582500', '155332.042500', '155332.502500', '155332.962500', '155333.422500', '155333.882500', '155334.342500', '155334.802500', '155335.262500', '155335.722500', '155336.182500', '155336.642500', '155337.102500', '155337.562500', '155338.022500', '155338.482500', '155338.942500', '155339.402500', '155339.862500', '155340.322500', '155340.782500', '155341.242500', '155341.702500', '155342.162500', '155342.622500', '155343.082500', '155343.542500', '155344.002500', '155344.462500', '155344.922500', '155345.382500', '155345.842500', '155346.302500', '155346.762500', '155347.222500', '155347.682500', '155348.142500', '155348.602500', '155349.062500', '155349.522500', '155349.982500', '155350.442500', '155350.902500', '155351.362500', '155351.822500', '155352.282500', '155352.742500', '155353.202500', '155353.662500', '155354.122500', '155354.582500', '155355.042500', '155355.502500', '155355.962500', '155356.422500', '155356.882500', '155357.342500', '155357.802500', '155358.262500', '155358.722500', '155359.182500', '155359.642500', '155400.102500', '155400.562500', '155401.022500', '155401.482500', '155401.942500', '155402.402500', '155402.862500', '155403.322500', '155403.782500', '155404.242500', '155404.702500', '155405.162500', '155405.622500', '155406.082500', '155406.542500', '155407.002500', '155407.462500', '155407.922500', '155408.382500', '155408.842500', '155409.302500', '155409.762500', '155410.222500', '155410.682500', '155411.142500', '155411.602500', '155412.062500', '155412.522500', '155412.982500', '155413.442500', '155413.902500', '155414.362500', '155414.822500', '155415.282500', '155415.742500', '155416.202500', '155416.662500', '155417.122500', '155417.582500', '155418.042500', '155418.502500', '155418.962500', '155419.422500', '155419.882500', '155420.342500', '155420.802500', '155421.262500', '155421.722500', '155422.182500', '155422.642500', '155423.102500', '155423.562500', '155424.022500', '155424.482500', '155424.942500', '155425.402500', '155425.862500', '155426.322500', '155426.782500', '155427.242500', '155427.702500', '155428.162500', '155428.622500', '155429.082500', '155429.542500', '155430.002500', '155430.462500', '155430.922500', '155431.382500', '155431.842500', '155432.302500', '155432.762500', '155433.222500', '155433.682500', '155434.142500', '155434.602500', '155435.062500', '155435.522500', '155435.982500', '155436.442500', '155436.902500', '155437.362500', '155437.822500', '155438.282500', '155438.742500', '155439.202500', '155439.662500', '155440.122500', '155440.582500', '155441.042500', '155441.502500', '155441.962500', '155442.422500', '155442.882500', '155443.342500', '155443.802500', '155444.262500', '155444.722500', '155445.182500', '155445.642500', '155446.102500', '155446.562500', '155447.022500', '155447.482500', '155447.942500', '155448.402500', '155448.862500', '155449.322500', '155449.782500', '155450.242500', '155450.702500', '155451.162500', '155451.622500', '155452.082500', '155452.542500', '155453.002500', '155453.462500', '155453.922500', '155454.382500', '155454.842500', '155455.302500', '155455.762500', '155456.222500', '155456.682500', '155457.142500', '155457.602500', '155458.062500', '155458.522500', '155458.982500', '155459.442500', '155459.902500', '155500.362500', '155500.822500', '155501.282500', '155501.742500', '155502.202500', '155502.662500', '155503.122500', '155503.582500', '155504.042500', '155504.502500', '155504.962500', '155505.422500', '155505.882500', '155506.342500', '155506.802500', '155507.262500', '155507.722500', '155508.182500', '155508.642500', '155509.102500', '155509.562500', '155510.022500', '155510.482500', '155510.942500', '155511.402500', '155511.862500', '155512.322500', '155512.782500', '155513.242500', '155513.702500', '155514.162500', '155514.622500', '155515.082500', '155515.542500', '155516.002500', '155516.462500', '155516.922500', '155517.382500', '155517.842500', '155518.302500', '155518.762500', '155519.222500', '155519.682500', '155520.142500', '155520.602500', '155521.062500', '155521.522500', '155521.982500', '155522.442500', '155522.902500', '155523.362500', '155523.822500', '155524.282500', '155524.742500', '155525.202500', '155525.662500', '155526.122500', '155526.582500', '155527.042500', '155527.502500', '155527.962500', '155528.422500', '155528.882500', '155529.342500', '155529.802500', '155530.262500', '155530.722500', '155531.182500', '155531.642500', '155532.102500', '155532.562500', '155533.022500', '155533.482500', '155533.942500', '155534.402500', '155534.862500', '155535.322500', '155535.782500', '155536.242500', '155536.702500', '155537.162500', '155537.622500', '155538.082500', '155538.542500', '155539.002500', '155539.462500', '155539.922500', '155540.382500', '155540.842500', '155541.302500', '155541.762500', '155542.222500', '155542.682500', '155543.142500', '155543.602500', '155544.062500', '155544.522500', '155544.982500', '155545.442500', '155545.902500', '155546.362500', '155546.822500', '155547.282500', '155547.742500', '155548.202500', '155548.662500', '155549.122500', '155549.582500', '155550.042500', '155550.502500', '155550.962500', '155551.422500', '155551.882500', '155552.342500', '155552.802500', '155553.262500', '155553.722500', '155554.182500', '155554.642500', '155555.102500', '155555.562500', '155556.022500', '155556.482500', '155556.942500', '155557.402500', '155557.862500', '155558.322500', '155558.782500', '155559.242500', '155559.702500', '155600.162500', '155600.622500', '155601.082500', '155601.542500', '155602.002500', '155602.462500', '155602.922500', '155603.382500', '155603.842500', '155604.302500', '155604.762500', '155605.222500', '155605.682500', '155606.142500', '155606.602500', '155607.062500', '155607.522500', '155607.982500', '155608.442500', '155608.902500', '155609.362500', '155609.822500', '155610.282500', '155610.742500', '155611.202500', '155611.662500', '155612.122500', '155612.582500', '155613.042500', '155613.502500', '155613.962500', '155614.422500', '155614.882500', '155615.342500', '155615.802500', '155616.262500', '155616.722500', '155617.182500', '155617.642500', '155618.102500', '155618.562500', '155619.022500', '155619.482500', '155619.942500', '155620.402500', '155620.862500', '155621.322500', '155621.782500', '155622.242500', '155622.702500', '155623.162500', '155623.622500', '155624.082500', '155624.542500', '155625.002500', '155625.462500', '155625.922500', '155626.382500', '155626.842500', '155627.302500', '155627.762500', '155628.222500', '155628.682500', '155629.142500', '155629.602500', '155630.062500', '155630.522500', '155630.982500', '155631.442500', '155631.902500', '155632.362500', '155632.822500', '155633.282500', '155633.742500', '155634.202500', '155634.662500', '155635.122500', '155635.582500', '155636.042500', '155636.502500', '155636.962500', '155637.422500', '155637.882500', '155638.342500', '155638.802500', '155639.262500', '155639.722500', '155640.182500', '155640.642500', '155641.102500', '155641.562500', '155642.022500', '155642.482500', '155642.942500', '155643.402500', '155643.862500', '155644.322500', '155644.782500', '155645.242500', '155645.702500', '155646.162500', '155646.622500', '155647.082500', '155647.542500', '155648.002500', '155648.462500', '155648.922500', '155649.382500', '155649.842500', '155650.302500', '155650.762500', '155651.222500', '155651.682500', '155652.142500', '155652.602500', '155653.062500', '155653.522500', '155653.982500', '155654.442500', '155654.902500', '155655.362500', '155655.822500', '155656.282500', '155656.742500', '155657.202500', '155657.662500', '155658.122500', '155658.582500', '155659.042500', '155659.502500', '155659.962500', '155700.422500', '155700.882500', '155701.342500', '155701.802500', '155702.262500', '155702.722500', '155703.182500', '155703.642500', '155704.102500', '155704.562500', '155705.022500', '155705.482500', '155705.942500', '155706.402500', '155706.862500', '155707.322500', '155707.782500', '155708.242500', '155708.702500', '155709.162500', '155709.622500', '155710.082500', '155710.542500', '155711.002500', '155711.462500', '155711.922500', '155712.382500', '155712.842500', '155713.302500', '155713.762500', '155714.222500', '155714.682500', '155715.142500', '155715.602500', '155716.062500', '155716.522500', '155716.982500', '155717.442500', '155717.902500', '155718.362500', '155718.822500', '155719.282500', '155719.742500', '155720.202500', '155720.662500', '155721.122500', '155721.582500', '155722.042500', '155722.502500', '155722.962500', '155723.422500', '155723.882500', '155724.342500', '155724.802500', '155725.262500', '155725.722500', '155726.182500', '155726.642500', '155727.102500', '155727.562500', '155728.022500', '155728.482500', '155728.942500', '155729.402500', '155729.862500', '155730.322500', '155730.782500', '155731.242500', '155731.702500', '155732.162500', '155732.622500', '155733.082500', '155733.542500', '155734.002500', '155734.462500', '155734.922500', '155735.382500', '155735.842500', '155736.302500', '155736.762500', '155737.222500', '155737.682500', '155738.142500', '155738.602500', '155739.062500', '155739.522500', '155739.982500', '155740.442500', '155740.902500', '155741.362500', '155741.822500', '155742.282500', '155742.742500', '155743.202500', '155743.662500', '155744.122500', '155744.582500', '155745.042500', '155745.502500', '155745.962500', '155746.422500', '155746.882500', '155747.342500', '155747.802500', '155748.262500', '155748.722500', '155749.182500', '155749.642500', '155750.102500', '155750.562500', '155751.022500', '155751.482500', '155751.942500', '155752.402500', '155752.862500', '155753.322500', '155753.782500', '155754.242500', '155754.702500', '155755.162500', '155755.622500', '155756.082500', '155756.542500', '155757.002500', '155757.462500', '155757.922500', '155758.382500', '155758.842500', '155759.302500', '155759.762500', '155800.222500', '155800.682500', '155801.142500', '155801.602500', '155802.062500', '155802.522500', '155802.982500', '155803.442500', '155803.902500', '155804.362500', '155804.822500', '155805.282500', '155805.742500', '155806.202500', '155806.662500', '155807.122500', '155807.582500', '155808.042500', '155808.502500', '155808.962500', '155809.422500', '155809.882500', '155810.342500', '155810.802500', '155811.262500', '155811.722500', '155812.182500', '155812.642500', '155813.102500', '155813.562500', '155814.022500', '155814.482500', '155814.942500', '155815.402500', '155815.862500', '155816.322500', '155816.782500', '155817.242500', '155817.702500', '155818.162500', '155818.622500', '155819.082500', '155819.542500', '155820.002500', '155820.462500', '155820.922500', '155821.382500', '155821.842500', '155822.302500', '155822.762500', '155823.222500', '155823.682500', '155824.142500', '155824.602500', '155825.062500', '155825.522500', '155825.982500', '155826.442500', '155826.902500', '155827.362500', '155827.822500', '155828.282500', '155828.742500', '155829.202500', '155829.662500', '155830.122500', '155830.582500', '155831.042500', '155831.502500', '155831.962500', '155832.422500', '155832.882500', '155833.342500', '155833.802500', '155834.262500', '155834.722500', '155835.182500', '155835.642500', '155836.102500', '155836.562500', '155837.022500', '155837.482500', '155837.942500', '155838.402500', '155838.862500', '155839.322500', '155839.782500', '155840.242500', '155840.702500', '155841.162500', '155841.622500', '155842.082500', '155842.542500', '155843.002500', '155843.462500', '155843.922500', '155844.382500', '155844.842500', '155845.302500', '155845.762500', '155846.222500', '155846.682500', '155847.142500', '155847.602500', '155848.062500', '155848.522500', '155848.982500', '155849.442500', '155849.902500', '155850.362500', '155850.822500', '155851.282500', '155851.742500', '155852.202500', '155852.662500', '155853.122500', '155853.582500', '155854.042500', '155854.502500', '155854.962500', '155855.422500', '155855.882500', '155856.342500', '155856.802500', '155857.262500', '155857.722500', '155858.182500', '155858.642500', '155859.102500', '155859.562500', '155900.022500', '155900.482500', '155900.942500', '155901.402500', '155901.862500', '155902.322500', '155902.782500', '155903.242500', '155903.702500', '155904.162500', '155904.622500', '155905.082500', '155905.542500', '155906.002500', '155906.462500', '155906.922500', '155907.382500', '155907.842500', '155908.302500', '155908.762500', '155909.222500', '155909.682500', '155910.142500', '155910.602500', '155911.062500', '155911.522500', '155911.982500', '155912.442500', '155912.902500', '155913.362500', '155913.822500', '155914.282500', '155914.742500', '155915.202500', '155915.662500', '155916.122500', '155916.582500', '155917.042500', '155917.502500', '155917.962500', '155918.422500', '155918.882500', '155919.342500', '155919.802500', '155920.262500', '155920.722500', '155921.182500', '155921.642500', '155922.102500', '155922.562500', '155923.022500', '155923.482500', '155923.942500', '155924.402500', '155924.862500', '155925.322500', '155925.782500', '155926.242500', '155926.702500', '155927.162500', '155927.622500', '155928.082500', '155928.542500', '155929.002500', '155929.462500', '155929.922500', '155930.382500', '155930.842500', '155931.302500', '155931.762500', '155932.222500', '155932.682500', '155933.142500', '155933.602500', '155934.062500', '155934.522500', '155934.982500', '155935.442500', '155935.902500', '155936.362500', '155936.822500', '155937.282500', '155937.742500', '155938.202500', '155938.662500', '155939.122500', '155939.582500', '155940.042500', '155940.502500', '155940.962500', '155941.422500', '155941.882500', '155942.342500', '155942.802500', '155943.262500', '155943.722500', '155944.182500', '155944.642500', '155945.102500', '155945.562500', '155946.022500', '155946.482500', '155946.942500', '155947.402500', '155947.862500', '155948.322500', '155948.782500', '155949.242500', '155949.702500', '155950.162500', '155950.622500', '155951.082500', '155951.542500', '155952.002500', '155952.462500', '155952.922500', '155953.382500', '155953.842500', '155954.302500', '155954.762500', '155955.222500', '155955.682500', '155956.142500', '155956.602500', '155957.062500', '155957.522500', '155957.982500', '155958.442500', '155958.902500', '155959.362500', '155959.822500', '160000.282500', '160000.742500', '160001.202500', '160001.662500', '160002.122500', '160002.582500', '160003.042500', '160003.502500', '160003.962500', '160004.422500', '160004.882500', '160005.342500', '160005.802500', '160006.262500', '160006.722500', '160007.182500', '160007.642500', '160008.102500', '160008.562500', '160009.022500', '160009.482500', '160009.942500', '160010.402500', '160010.862500', '160011.322500', '160011.782500', '160012.242500', '160012.702500', '160013.162500', '160013.622500', '160014.082500', '160014.542500', '160015.002500', '160015.462500', '160015.922500', '160016.382500', '160016.842500', '160017.302500', '160017.762500', '160018.222500', '160018.682500', '160019.142500', '160019.602500', '160020.062500', '160020.522500', '160020.982500', '160021.442500', '160021.902500', '160022.362500', '160022.822500', '160023.282500', '160023.742500', '160024.202500', '160024.662500', '160025.122500', '160025.582500', '160026.042500', '160026.502500', '160026.962500', '160027.422500', '160027.882500', '160028.342500', '160028.802500', '160029.262500', '160029.722500', '160030.182500', '160030.642500', '160031.102500', '160031.562500', '160032.022500', '160032.482500', '160032.942500', '160033.402500', '160033.862500', '160034.322500', '160034.782500', '160035.242500', '160035.702500', '160036.162500', '160036.622500', '160037.082500', '160037.542500', '160038.002500', '160038.462500', '160038.922500', '160039.382500', '160039.842500', '160040.302500', '160040.762500', '160041.222500', '160041.682500', '160042.142500', '160042.602500', '160043.062500', '160043.522500', '160043.982500', '160044.442500', '160044.902500'], 'ContentTime': ['155153.683000', '155153.686000', '155153.689000', '155153.692000', '155153.695000', '155153.698000', '155153.700000', '155153.703000', '155153.705000', '155153.708000', '155153.711000', '155153.713000', '155153.716000', '155153.719000', '155153.721000', '155153.724000', '155153.727000', '155153.729000', '155153.732000', '155153.734000', '155153.737000', '155153.740000', '155153.742000', '155153.745000', '155153.747000', '155153.750000', '155153.753000', '155153.755000', '155153.758000', '155153.761000', '155153.763000', '155153.766000', '155153.769000', '155153.771000', '155153.774000', '155153.776000', '155153.779000', '155153.782000', '155153.784000', '155153.787000', '155153.789000', '155153.792000', '155153.795000', '155153.803000', '155153.805000', '155153.808000', '155153.810000', '155153.813000', '155153.816000', '155153.818000', '155153.821000', '155153.824000', '155213.657000', '155213.659000', '155213.662000', '155213.665000', '155213.668000', '155213.670000', '155213.673000', '155213.676000', '155213.678000', '155213.681000', '155213.684000', '155213.686000', '155213.689000', '155213.692000', '155213.694000', '155213.697000', '155213.700000', '155213.702000', '155213.705000', '155213.708000', '155213.710000', '155213.713000', '155213.715000', '155213.718000', '155213.721000', '155213.723000', '155213.734000', '155213.737000', '155213.740000', '155213.742000', '155213.745000', '155213.748000', '155213.750000', '155213.753000', '155213.756000', '155213.758000', '155213.761000', '155213.763000', '155213.766000', '155213.769000', '155213.771000', '155213.774000', '155213.776000', '155233.656000', '155233.659000', '155233.662000', '155233.665000', '155233.667000', '155233.670000', '155233.672000', '155233.675000', '155233.677000', '155233.680000', '155233.683000', '155233.685000', '155233.688000', '155233.690000', '155233.693000', '155233.696000', '155233.698000', '155233.701000', '155233.704000', '155233.706000', '155233.709000', '155233.711000', '155233.714000', '155233.716000', '155233.719000', '155233.722000', '155233.724000', '155233.727000', '155233.729000', '155233.732000', '155233.735000', '155233.737000', '155233.744000', '155233.747000', '155233.750000', '155233.752000', '155233.755000', '155233.757000', '155233.760000', '155233.763000', '155233.765000', '155233.768000', '155233.771000', '155233.773000', '155253.656000', '155253.659000', '155253.662000', '155253.665000', '155253.667000', '155253.670000', '155253.672000', '155253.676000', '155253.678000', '155253.681000', '155253.683000', '155253.686000', '155253.689000', '155253.691000', '155253.694000', '155253.697000', '155253.699000', '155253.702000', '155253.705000', '155253.707000', '155253.710000', '155253.712000', '155253.715000', '155253.718000', '155253.720000', '155253.723000', '155253.726000', '155253.728000', '155253.731000', '155253.734000', '155253.736000', '155253.739000', '155253.742000', '155253.744000', '155253.747000', '155253.749000', '155253.752000', '155253.755000', '155253.757000', '155253.760000', '155253.762000', '155253.765000', '155253.768000', '155313.656000', '155313.670000', '155313.673000', '155313.676000', '155313.679000', '155313.681000', '155313.684000', '155313.686000', '155313.689000', '155313.692000', '155313.695000', '155313.697000', '155313.700000', '155313.703000', '155313.705000', '155313.708000', '155313.711000', '155313.713000', '155313.716000', '155313.719000', '155313.721000', '155313.724000', '155313.727000', '155313.729000', '155313.732000', '155313.735000', '155313.737000', '155313.740000', '155313.743000', '155313.745000', '155313.748000', '155313.751000', '155313.753000', '155313.764000', '155313.766000', '155313.769000', '155313.772000', '155313.774000', '155313.777000', '155313.780000', '155313.782000', '155313.785000', '155313.787000', '155333.656000', '155333.658000', '155333.661000', '155333.664000', '155333.667000', '155333.669000', '155333.672000', '155333.675000', '155333.677000', '155333.680000', '155333.682000', '155333.687000', '155333.690000', '155333.693000', '155333.695000', '155333.698000', '155333.701000', '155333.703000', '155333.706000', '155333.709000', '155333.711000', '155333.714000', '155333.716000', '155333.719000', '155333.722000', '155333.724000', '155333.727000', '155333.730000', '155333.732000', '155333.735000', '155333.737000', '155333.740000', '155333.743000', '155333.745000', '155333.748000', '155333.751000', '155333.753000', '155333.756000', '155333.758000', '155333.761000', '155333.764000', '155333.767000', '155333.769000', '155333.772000', '155353.657000', '155353.660000', '155353.662000', '155353.665000', '155353.667000', '155353.670000', '155353.673000', '155353.675000', '155353.678000', '155353.681000', '155353.684000', '155353.686000', '155353.691000', '155353.694000', '155353.696000', '155353.699000', '155353.702000', '155353.704000', '155353.707000', '155353.710000', '155353.712000', '155353.715000', '155353.718000', '155353.721000', '155353.723000', '155353.726000', '155353.729000', '155353.731000', '155353.734000', '155353.737000', '155353.739000', '155353.742000', '155353.745000', '155353.747000', '155353.750000', '155353.753000', '155353.755000', '155353.758000', '155353.761000', '155353.763000', '155353.766000', '155353.769000', '155353.771000', '155413.657000', '155413.659000', '155413.662000', '155413.665000', '155413.667000', '155413.670000', '155413.673000', '155413.675000', '155413.678000', '155413.680000', '155413.683000', '155413.686000', '155413.688000', '155413.691000', '155413.693000', '155413.696000', '155413.699000', '155413.701000', '155413.704000', '155413.707000', '155413.709000', '155413.712000', '155413.715000', '155413.717000', '155413.720000', '155413.723000', '155413.725000', '155413.728000', '155413.731000', '155413.733000', '155413.736000', '155413.738000', '155413.741000', '155413.744000', '155413.746000', '155413.749000', '155413.752000', '155413.754000', '155413.757000', '155413.760000', '155413.762000', '155413.765000', '155413.768000', '155413.770000', '155433.656000', '155433.659000', '155433.662000', '155433.665000', '155433.667000', '155433.670000', '155433.673000', '155433.675000', '155433.678000', '155433.681000', '155433.683000', '155433.687000', '155433.690000', '155433.693000', '155433.695000', '155433.698000', '155433.701000', '155433.703000', '155433.706000', '155433.709000', '155433.713000', '155433.715000', '155433.718000', '155433.721000', '155433.723000', '155433.726000', '155433.736000', '155433.739000', '155433.741000', '155433.744000', '155433.747000', '155433.750000', '155433.752000', '155433.755000', '155433.758000', '155433.760000', '155433.763000', '155433.766000', '155433.768000', '155433.771000', '155433.774000', '155433.776000', '155433.779000', '155453.657000', '155453.660000', '155453.662000', '155453.665000', '155453.667000', '155453.670000', '155453.673000', '155453.675000', '155453.678000', '155453.681000', '155453.683000', '155453.686000', '155453.689000', '155453.691000', '155453.694000', '155453.697000', '155453.699000', '155453.702000', '155453.705000', '155453.707000', '155453.710000', '155453.712000', '155453.715000', '155453.718000', '155453.720000', '155453.723000', '155453.726000', '155453.728000', '155453.731000', '155453.734000', '155453.736000', '155453.739000', '155453.741000', '155453.744000', '155453.747000', '155453.749000', '155453.752000', '155453.755000', '155453.757000', '155453.760000', '155453.763000', '155453.765000', '155453.768000', '155453.770000', '155513.657000', '155513.660000', '155513.662000', '155513.665000', '155513.668000', '155513.670000', '155513.673000', '155513.676000', '155513.678000', '155513.681000', '155513.684000', '155513.686000', '155513.689000', '155513.692000', '155513.694000', '155513.697000', '155513.699000', '155513.702000', '155513.705000', '155513.707000', '155513.710000', '155513.713000', '155513.715000', '155513.718000', '155513.721000', '155513.723000', '155513.726000', '155513.728000', '155513.731000', '155513.734000', '155513.736000', '155513.739000', '155513.742000', '155513.744000', '155513.747000', '155513.749000', '155513.752000', '155513.755000', '155513.757000', '155513.760000', '155513.763000', '155513.765000', '155513.768000', '155533.657000', '155533.659000', '155533.662000', '155533.665000', '155533.668000', '155533.670000', '155533.673000', '155533.675000', '155533.678000', '155533.681000', '155533.684000', '155533.686000', '155533.689000', '155533.692000', '155533.694000', '155533.697000', '155533.699000', '155533.702000', '155533.705000', '155533.707000', '155533.710000', '155533.713000', '155533.715000', '155533.718000', '155533.721000', '155533.723000', '155533.726000', '155533.728000', '155533.731000', '155533.734000', '155533.736000', '155533.739000', '155533.742000', '155533.744000', '155533.747000', '155533.749000', '155533.752000', '155533.755000', '155533.758000', '155533.760000', '155533.763000', '155533.766000', '155533.768000', '155533.771000', '155553.656000', '155553.658000', '155553.661000', '155553.664000', '155553.666000', '155553.669000', '155553.672000', '155553.674000', '155553.677000', '155553.680000', '155553.682000', '155553.685000', '155553.688000', '155553.690000', '155553.693000', '155553.696000', '155553.698000', '155553.701000', '155553.703000', '155553.706000', '155553.709000', '155553.711000', '155553.714000', '155553.717000', '155553.720000', '155553.723000', '155553.726000', '155553.729000', '155553.731000', '155553.734000', '155553.737000', '155553.739000', '155553.742000', '155553.745000', '155553.747000', '155553.751000', '155553.754000', '155553.757000', '155553.759000', '155553.762000', '155553.764000', '155553.767000', '155553.770000', '155613.656000', '155613.659000', '155613.662000', '155613.665000', '155613.668000', '155613.670000', '155613.673000', '155613.676000', '155613.688000', '155613.691000', '155613.693000', '155613.696000', '155613.699000', '155613.702000', '155613.704000', '155613.707000', '155613.710000', '155613.712000', '155613.715000', '155613.718000', '155613.720000', '155613.723000', '155613.726000', '155613.729000', '155613.731000', '155613.734000', '155613.736000', '155613.739000', '155613.742000', '155613.744000', '155613.747000', '155613.750000', '155613.752000', '155613.755000', '155613.757000', '155613.760000', '155613.763000', '155613.765000', '155613.768000', '155613.771000', '155613.773000', '155613.776000', '155613.778000', '155613.781000', '155633.657000', '155633.660000', '155633.662000', '155633.665000', '155633.668000', '155633.670000', '155633.673000', '155633.676000', '155633.678000', '155633.681000', '155633.684000', '155633.686000', '155633.689000', '155633.692000', '155633.694000', '155633.697000', '155633.700000', '155633.702000', '155633.705000', '155633.708000', '155633.710000', '155633.713000', '155633.716000', '155633.730000', '155633.733000', '155633.735000', '155633.738000', '155633.741000', '155633.744000', '155633.746000', '155633.749000', '155633.752000', '155633.754000', '155633.757000', '155633.759000', '155633.762000', '155633.765000', '155633.768000', '155633.770000', '155633.773000', '155633.775000', '155633.778000', '155633.781000', '155653.657000', '155653.659000', '155653.662000', '155653.665000', '155653.668000', '155653.670000', '155653.673000', '155653.676000', '155653.678000', '155653.681000', '155653.684000', '155653.686000', '155653.689000', '155653.692000', '155653.694000', '155653.697000', '155653.699000', '155653.702000', '155653.705000', '155653.707000', '155653.710000', '155653.713000', '155653.715000', '155653.718000', '155653.723000', '155653.725000', '155653.728000', '155653.731000', '155653.733000', '155653.736000', '155653.745000', '155653.748000', '155653.751000', '155653.753000', '155653.756000', '155653.759000', '155653.762000', '155653.764000', '155653.767000', '155653.770000', '155653.772000', '155653.775000', '155653.778000', '155653.780000', '155713.657000', '155713.660000', '155713.662000', '155713.665000', '155713.668000', '155713.670000', '155713.673000', '155713.675000', '155713.678000', '155713.681000', '155713.683000', '155713.686000', '155713.689000', '155713.691000', '155713.694000', '155713.697000', '155713.699000', '155713.702000', '155713.705000', '155713.707000', '155713.710000', '155713.713000', '155713.715000', '155713.718000', '155713.721000', '155713.723000', '155713.726000', '155713.728000', '155713.731000', '155713.734000', '155713.737000', '155713.740000', '155713.743000', '155713.745000', '155713.748000', '155713.751000', '155713.753000', '155713.756000', '155713.759000', '155713.761000', '155713.764000', '155713.766000', '155713.769000', '155733.657000', '155733.660000', '155733.662000', '155733.665000', '155733.680000', '155733.682000', '155733.685000', '155733.688000', '155733.690000', '155733.693000', '155733.695000', '155733.698000', '155733.701000', '155733.703000', '155733.706000', '155733.708000', '155733.711000', '155733.714000', '155733.716000', '155733.719000', '155733.722000', '155733.724000', '155733.727000', '155733.729000', '155733.732000', '155733.735000', '155733.737000', '155733.740000', '155733.743000', '155733.745000', '155733.748000', '155733.751000', '155733.753000', '155733.756000', '155733.759000', '155733.761000', '155733.764000', '155733.766000', '155733.769000', '155733.772000', '155733.774000', '155733.777000', '155733.779000', '155733.782000', '155753.656000', '155753.659000', '155753.662000', '155753.665000', '155753.668000', '155753.670000', '155753.673000', '155753.676000', '155753.679000', '155753.681000', '155753.684000', '155753.686000', '155753.689000', '155753.692000', '155753.694000', '155753.697000', '155753.700000', '155753.702000', '155753.705000', '155753.708000', '155753.710000', '155753.713000', '155753.715000', '155753.718000', '155753.721000', '155753.723000', '155753.726000', '155753.728000', '155753.731000', '155753.734000', '155753.736000', '155753.739000', '155753.742000', '155753.745000', '155753.748000', '155753.750000', '155753.753000', '155753.756000', '155753.758000', '155753.761000', '155753.764000', '155753.766000', '155753.769000', '155813.656000', '155813.659000', '155813.661000', '155813.664000', '155813.667000', '155813.670000', '155813.672000', '155813.675000', '155813.677000', '155813.680000', '155813.683000', '155813.685000', '155813.688000', '155813.690000', '155813.693000', '155813.696000', '155813.698000', '155813.701000', '155813.704000', '155813.706000', '155813.709000', '155813.712000', '155813.714000', '155813.717000', '155813.719000', '155813.722000', '155813.725000', '155813.727000', '155813.730000', '155813.733000', '155813.735000', '155813.738000', '155813.741000', '155813.743000', '155813.746000', '155813.748000', '155813.751000', '155813.754000', '155813.756000', '155813.759000', '155813.762000', '155813.764000', '155813.767000', '155813.769000', '155833.657000', '155833.660000', '155833.663000', '155833.665000', '155833.668000', '155833.678000', '155833.681000', '155833.684000', '155833.687000', '155833.689000', '155833.692000', '155833.695000', '155833.697000', '155833.700000', '155833.703000', '155833.705000', '155833.708000', '155833.710000', '155833.713000', '155833.716000', '155833.718000', '155833.721000', '155833.724000', '155833.726000', '155833.729000', '155833.732000', '155833.734000', '155833.737000', '155833.740000', '155833.742000', '155833.745000', '155833.748000', '155833.750000', '155833.753000', '155833.755000', '155833.758000', '155833.761000', '155833.763000', '155833.766000', '155833.769000', '155833.772000', '155833.776000', '155833.779000', '155853.657000', '155853.659000', '155853.662000', '155853.665000', '155853.668000', '155853.670000', '155853.673000', '155853.676000', '155853.678000', '155853.681000', '155853.684000', '155853.686000', '155853.689000', '155853.692000', '155853.695000', '155853.713000', '155853.715000', '155853.718000', '155853.721000', '155853.723000', '155853.726000', '155853.729000', '155853.731000', '155853.734000', '155853.737000', '155853.739000', '155853.742000', '155853.745000', '155853.747000', '155853.750000', '155853.752000', '155853.755000', '155853.758000', '155853.760000', '155853.763000', '155853.766000', '155853.768000', '155853.771000', '155853.774000', '155853.776000', '155853.779000', '155853.782000', '155853.784000', '155853.787000', '155913.657000', '155913.660000', '155913.662000', '155913.665000', '155913.667000', '155913.670000', '155913.673000', '155913.675000', '155913.678000', '155913.681000', '155913.683000', '155913.686000', '155913.688000', '155913.691000', '155913.694000', '155913.696000', '155913.699000', '155913.702000', '155913.704000', '155913.707000', '155913.710000', '155913.712000', '155913.715000', '155913.718000', '155913.720000', '155913.723000', '155913.726000', '155913.728000', '155913.731000', '155913.733000', '155913.736000', '155913.739000', '155913.741000', '155913.744000', '155913.747000', '155913.750000', '155913.752000', '155913.755000', '155913.758000', '155913.760000', '155913.763000', '155913.765000', '155913.768000', '155933.657000', '155933.660000', '155933.662000', '155933.665000', '155933.668000', '155933.670000', '155933.673000', '155933.675000', '155933.678000', '155933.681000', '155933.684000', '155933.686000', '155933.689000', '155933.692000', '155933.694000', '155933.697000', '155933.700000', '155933.702000', '155933.705000', '155933.708000', '155933.710000', '155933.713000', '155933.715000', '155933.718000', '155933.721000', '155933.723000', '155933.726000', '155933.729000', '155933.731000', '155933.734000', '155933.737000', '155933.739000', '155933.742000', '155933.750000', '155933.753000', '155933.756000', '155933.758000', '155933.761000', '155933.764000', '155933.766000', '155933.769000', '155933.771000', '155933.774000', '155933.777000', '155953.657000', '155953.660000', '155953.662000', '155953.665000', '155953.668000', '155953.671000', '155953.673000', '155953.676000', '155953.679000', '155953.682000', '155953.684000', '155953.687000', '155953.690000', '155953.692000', '155953.695000', '155953.697000', '155953.700000', '155953.703000', '155953.705000', '155953.708000', '155953.711000', '155953.714000', '155953.716000', '155953.719000', '155953.722000', '155953.724000', '155953.727000', '155953.730000', '155953.733000', '155953.735000', '155953.738000', '155953.740000', '155953.743000', '155953.746000', '155953.748000', '155953.751000', '155953.754000', '155953.756000', '155953.759000', '155953.761000', '155953.764000', '155953.767000', '155953.770000', '160013.657000', '160013.660000', '160013.662000', '160013.665000', '160013.667000', '160013.670000', '160013.673000', '160013.675000', '160013.678000', '160013.681000', '160013.683000', '160013.686000', '160013.695000', '160013.698000', '160013.700000', '160013.703000', '160013.705000', '160013.708000', '160013.711000', '160013.713000', '160013.716000', '160013.719000', '160013.721000', '160013.724000', '160013.726000', '160013.729000', '160013.732000', '160013.734000', '160013.737000', '160013.740000', '160013.742000', '160013.745000', '160013.748000', '160013.750000', '160013.753000', '160013.755000', '160013.758000', '160013.761000', '160013.763000', '160013.766000', '160013.769000', '160013.771000', '160013.774000', '160013.777000', '160033.656000', '160033.659000', '160033.661000', '160033.665000', '160033.667000', '160033.670000', '160033.672000', '160033.675000', '160033.678000', '160033.680000', '160033.683000', '160033.686000', '160033.688000', '160033.691000', '160033.694000', '160033.696000', '160033.699000', '160033.701000', '160033.704000', '160033.707000', '160033.709000', '160033.712000', '160033.715000', '160033.717000', '160033.720000', '160033.723000', '160033.725000', '160033.728000', '160033.731000', '160033.734000', '160033.736000', '160033.739000', '160033.742000', '160033.744000', '160033.747000', '160033.749000', '160033.752000', '160033.755000', '160033.757000', '160033.760000', '160033.763000', '160033.765000', '160033.768000', '160045.808000', '160045.811000', '160045.814000', '160045.816000', '160045.819000', '160045.822000', '160045.824000', '160045.827000', '160045.830000', '160045.832000', '160045.835000', '160045.838000', '160045.840000', '160045.843000', '160045.846000', '160045.848000', '160045.851000', '160045.854000', '160045.856000', '160045.859000', '160045.862000', '160045.864000', '160045.867000', '160045.869000', '160045.872000', '160045.875000', '160045.878000'], 'InstanceCreationTime': ['155153.683000', '155153.686000', '155153.689000', '155153.692000', '155153.695000', '155153.698000', '155153.700000', '155153.703000', '155153.705000', '155153.708000', '155153.711000', '155153.713000', '155153.716000', '155153.719000', '155153.721000', '155153.724000', '155153.727000', '155153.729000', '155153.732000', '155153.734000', '155153.737000', '155153.740000', '155153.742000', '155153.745000', '155153.747000', '155153.750000', '155153.753000', '155153.755000', '155153.758000', '155153.761000', '155153.763000', '155153.766000', '155153.769000', '155153.771000', '155153.774000', '155153.776000', '155153.779000', '155153.782000', '155153.784000', '155153.787000', '155153.789000', '155153.792000', '155153.795000', '155153.803000', '155153.805000', '155153.808000', '155153.810000', '155153.813000', '155153.816000', '155153.818000', '155153.821000', '155153.824000', '155213.657000', '155213.659000', '155213.662000', '155213.665000', '155213.668000', '155213.670000', '155213.673000', '155213.676000', '155213.678000', '155213.681000', '155213.684000', '155213.686000', '155213.689000', '155213.692000', '155213.694000', '155213.697000', '155213.700000', '155213.702000', '155213.705000', '155213.708000', '155213.710000', '155213.713000', '155213.715000', '155213.718000', '155213.721000', '155213.723000', '155213.734000', '155213.737000', '155213.740000', '155213.742000', '155213.745000', '155213.748000', '155213.750000', '155213.753000', '155213.756000', '155213.758000', '155213.761000', '155213.763000', '155213.766000', '155213.769000', '155213.771000', '155213.774000', '155213.776000', '155233.656000', '155233.659000', '155233.662000', '155233.665000', '155233.667000', '155233.670000', '155233.672000', '155233.675000', '155233.677000', '155233.680000', '155233.683000', '155233.685000', '155233.688000', '155233.690000', '155233.693000', '155233.696000', '155233.698000', '155233.701000', '155233.704000', '155233.706000', '155233.709000', '155233.711000', '155233.714000', '155233.716000', '155233.719000', '155233.722000', '155233.724000', '155233.727000', '155233.729000', '155233.732000', '155233.735000', '155233.737000', '155233.744000', '155233.747000', '155233.750000', '155233.752000', '155233.755000', '155233.757000', '155233.760000', '155233.763000', '155233.765000', '155233.768000', '155233.771000', '155233.773000', '155253.656000', '155253.659000', '155253.662000', '155253.665000', '155253.667000', '155253.670000', '155253.672000', '155253.676000', '155253.678000', '155253.681000', '155253.683000', '155253.686000', '155253.689000', '155253.691000', '155253.694000', '155253.697000', '155253.699000', '155253.702000', '155253.705000', '155253.707000', '155253.710000', '155253.712000', '155253.715000', '155253.718000', '155253.720000', '155253.723000', '155253.726000', '155253.728000', '155253.731000', '155253.734000', '155253.736000', '155253.739000', '155253.742000', '155253.744000', '155253.747000', '155253.749000', '155253.752000', '155253.755000', '155253.757000', '155253.760000', '155253.762000', '155253.765000', '155253.768000', '155313.656000', '155313.670000', '155313.673000', '155313.676000', '155313.679000', '155313.681000', '155313.684000', '155313.686000', '155313.689000', '155313.692000', '155313.695000', '155313.697000', '155313.700000', '155313.703000', '155313.705000', '155313.708000', '155313.711000', '155313.713000', '155313.716000', '155313.719000', '155313.721000', '155313.724000', '155313.727000', '155313.729000', '155313.732000', '155313.735000', '155313.737000', '155313.740000', '155313.743000', '155313.745000', '155313.748000', '155313.751000', '155313.753000', '155313.764000', '155313.766000', '155313.769000', '155313.772000', '155313.774000', '155313.777000', '155313.780000', '155313.782000', '155313.785000', '155313.787000', '155333.656000', '155333.658000', '155333.661000', '155333.664000', '155333.667000', '155333.669000', '155333.672000', '155333.675000', '155333.677000', '155333.680000', '155333.682000', '155333.687000', '155333.690000', '155333.693000', '155333.695000', '155333.698000', '155333.701000', '155333.703000', '155333.706000', '155333.709000', '155333.711000', '155333.714000', '155333.716000', '155333.719000', '155333.722000', '155333.724000', '155333.727000', '155333.730000', '155333.732000', '155333.735000', '155333.737000', '155333.740000', '155333.743000', '155333.745000', '155333.748000', '155333.751000', '155333.753000', '155333.756000', '155333.758000', '155333.761000', '155333.764000', '155333.767000', '155333.769000', '155333.772000', '155353.657000', '155353.660000', '155353.662000', '155353.665000', '155353.667000', '155353.670000', '155353.673000', '155353.675000', '155353.678000', '155353.681000', '155353.684000', '155353.686000', '155353.691000', '155353.694000', '155353.696000', '155353.699000', '155353.702000', '155353.704000', '155353.707000', '155353.710000', '155353.712000', '155353.715000', '155353.718000', '155353.721000', '155353.723000', '155353.726000', '155353.729000', '155353.731000', '155353.734000', '155353.737000', '155353.739000', '155353.742000', '155353.745000', '155353.747000', '155353.750000', '155353.753000', '155353.755000', '155353.758000', '155353.761000', '155353.763000', '155353.766000', '155353.769000', '155353.771000', '155413.657000', '155413.659000', '155413.662000', '155413.665000', '155413.667000', '155413.670000', '155413.673000', '155413.675000', '155413.678000', '155413.680000', '155413.683000', '155413.686000', '155413.688000', '155413.691000', '155413.693000', '155413.696000', '155413.699000', '155413.701000', '155413.704000', '155413.707000', '155413.709000', '155413.712000', '155413.715000', '155413.717000', '155413.720000', '155413.723000', '155413.725000', '155413.728000', '155413.731000', '155413.733000', '155413.736000', '155413.738000', '155413.741000', '155413.744000', '155413.746000', '155413.749000', '155413.752000', '155413.754000', '155413.757000', '155413.760000', '155413.762000', '155413.765000', '155413.768000', '155413.770000', '155433.656000', '155433.659000', '155433.662000', '155433.665000', '155433.667000', '155433.670000', '155433.673000', '155433.675000', '155433.678000', '155433.681000', '155433.683000', '155433.687000', '155433.690000', '155433.693000', '155433.695000', '155433.698000', '155433.701000', '155433.703000', '155433.706000', '155433.709000', '155433.713000', '155433.715000', '155433.718000', '155433.721000', '155433.723000', '155433.726000', '155433.736000', '155433.739000', '155433.741000', '155433.744000', '155433.747000', '155433.750000', '155433.752000', '155433.755000', '155433.758000', '155433.760000', '155433.763000', '155433.766000', '155433.768000', '155433.771000', '155433.774000', '155433.776000', '155433.779000', '155453.657000', '155453.660000', '155453.662000', '155453.665000', '155453.667000', '155453.670000', '155453.673000', '155453.675000', '155453.678000', '155453.681000', '155453.683000', '155453.686000', '155453.689000', '155453.691000', '155453.694000', '155453.697000', '155453.699000', '155453.702000', '155453.705000', '155453.707000', '155453.710000', '155453.712000', '155453.715000', '155453.718000', '155453.720000', '155453.723000', '155453.726000', '155453.728000', '155453.731000', '155453.734000', '155453.736000', '155453.739000', '155453.741000', '155453.744000', '155453.747000', '155453.749000', '155453.752000', '155453.755000', '155453.757000', '155453.760000', '155453.763000', '155453.765000', '155453.768000', '155453.770000', '155513.657000', '155513.660000', '155513.662000', '155513.665000', '155513.668000', '155513.670000', '155513.673000', '155513.676000', '155513.678000', '155513.681000', '155513.684000', '155513.686000', '155513.689000', '155513.692000', '155513.694000', '155513.697000', '155513.699000', '155513.702000', '155513.705000', '155513.707000', '155513.710000', '155513.713000', '155513.715000', '155513.718000', '155513.721000', '155513.723000', '155513.726000', '155513.728000', '155513.731000', '155513.734000', '155513.736000', '155513.739000', '155513.742000', '155513.744000', '155513.747000', '155513.749000', '155513.752000', '155513.755000', '155513.757000', '155513.760000', '155513.763000', '155513.765000', '155513.768000', '155533.657000', '155533.659000', '155533.662000', '155533.665000', '155533.668000', '155533.670000', '155533.673000', '155533.675000', '155533.678000', '155533.681000', '155533.684000', '155533.686000', '155533.689000', '155533.692000', '155533.694000', '155533.697000', '155533.699000', '155533.702000', '155533.705000', '155533.707000', '155533.710000', '155533.713000', '155533.715000', '155533.718000', '155533.721000', '155533.723000', '155533.726000', '155533.728000', '155533.731000', '155533.734000', '155533.736000', '155533.739000', '155533.742000', '155533.744000', '155533.747000', '155533.749000', '155533.752000', '155533.755000', '155533.758000', '155533.760000', '155533.763000', '155533.766000', '155533.768000', '155533.771000', '155553.656000', '155553.658000', '155553.661000', '155553.664000', '155553.666000', '155553.669000', '155553.672000', '155553.674000', '155553.677000', '155553.680000', '155553.682000', '155553.685000', '155553.688000', '155553.690000', '155553.693000', '155553.696000', '155553.698000', '155553.701000', '155553.703000', '155553.706000', '155553.709000', '155553.711000', '155553.714000', '155553.717000', '155553.720000', '155553.723000', '155553.726000', '155553.729000', '155553.731000', '155553.734000', '155553.737000', '155553.739000', '155553.742000', '155553.745000', '155553.747000', '155553.751000', '155553.754000', '155553.757000', '155553.759000', '155553.762000', '155553.764000', '155553.767000', '155553.770000', '155613.656000', '155613.659000', '155613.662000', '155613.665000', '155613.668000', '155613.670000', '155613.673000', '155613.676000', '155613.688000', '155613.691000', '155613.693000', '155613.696000', '155613.699000', '155613.702000', '155613.704000', '155613.707000', '155613.710000', '155613.712000', '155613.715000', '155613.718000', '155613.720000', '155613.723000', '155613.726000', '155613.729000', '155613.731000', '155613.734000', '155613.736000', '155613.739000', '155613.742000', '155613.744000', '155613.747000', '155613.750000', '155613.752000', '155613.755000', '155613.757000', '155613.760000', '155613.763000', '155613.765000', '155613.768000', '155613.771000', '155613.773000', '155613.776000', '155613.778000', '155613.781000', '155633.657000', '155633.660000', '155633.662000', '155633.665000', '155633.668000', '155633.670000', '155633.673000', '155633.676000', '155633.678000', '155633.681000', '155633.684000', '155633.686000', '155633.689000', '155633.692000', '155633.694000', '155633.697000', '155633.700000', '155633.702000', '155633.705000', '155633.708000', '155633.710000', '155633.713000', '155633.716000', '155633.730000', '155633.733000', '155633.735000', '155633.738000', '155633.741000', '155633.744000', '155633.746000', '155633.749000', '155633.752000', '155633.754000', '155633.757000', '155633.759000', '155633.762000', '155633.765000', '155633.768000', '155633.770000', '155633.773000', '155633.775000', '155633.778000', '155633.781000', '155653.657000', '155653.659000', '155653.662000', '155653.665000', '155653.668000', '155653.670000', '155653.673000', '155653.676000', '155653.678000', '155653.681000', '155653.684000', '155653.686000', '155653.689000', '155653.692000', '155653.694000', '155653.697000', '155653.699000', '155653.702000', '155653.705000', '155653.707000', '155653.710000', '155653.713000', '155653.715000', '155653.718000', '155653.723000', '155653.725000', '155653.728000', '155653.731000', '155653.733000', '155653.736000', '155653.745000', '155653.748000', '155653.751000', '155653.753000', '155653.756000', '155653.759000', '155653.762000', '155653.764000', '155653.767000', '155653.770000', '155653.772000', '155653.775000', '155653.778000', '155653.780000', '155713.657000', '155713.660000', '155713.662000', '155713.665000', '155713.668000', '155713.670000', '155713.673000', '155713.675000', '155713.678000', '155713.681000', '155713.683000', '155713.686000', '155713.689000', '155713.691000', '155713.694000', '155713.697000', '155713.699000', '155713.702000', '155713.705000', '155713.707000', '155713.710000', '155713.713000', '155713.715000', '155713.718000', '155713.721000', '155713.723000', '155713.726000', '155713.728000', '155713.731000', '155713.734000', '155713.737000', '155713.740000', '155713.743000', '155713.745000', '155713.748000', '155713.751000', '155713.753000', '155713.756000', '155713.759000', '155713.761000', '155713.764000', '155713.766000', '155713.769000', '155733.657000', '155733.660000', '155733.662000', '155733.665000', '155733.680000', '155733.682000', '155733.685000', '155733.688000', '155733.690000', '155733.693000', '155733.695000', '155733.698000', '155733.701000', '155733.703000', '155733.706000', '155733.708000', '155733.711000', '155733.714000', '155733.716000', '155733.719000', '155733.722000', '155733.724000', '155733.727000', '155733.729000', '155733.732000', '155733.735000', '155733.737000', '155733.740000', '155733.743000', '155733.745000', '155733.748000', '155733.751000', '155733.753000', '155733.756000', '155733.759000', '155733.761000', '155733.764000', '155733.766000', '155733.769000', '155733.772000', '155733.774000', '155733.777000', '155733.779000', '155733.782000', '155753.656000', '155753.659000', '155753.662000', '155753.665000', '155753.668000', '155753.670000', '155753.673000', '155753.676000', '155753.679000', '155753.681000', '155753.684000', '155753.686000', '155753.689000', '155753.692000', '155753.694000', '155753.697000', '155753.700000', '155753.702000', '155753.705000', '155753.708000', '155753.710000', '155753.713000', '155753.715000', '155753.718000', '155753.721000', '155753.723000', '155753.726000', '155753.728000', '155753.731000', '155753.734000', '155753.736000', '155753.739000', '155753.742000', '155753.745000', '155753.748000', '155753.750000', '155753.753000', '155753.756000', '155753.758000', '155753.761000', '155753.764000', '155753.766000', '155753.769000', '155813.656000', '155813.659000', '155813.661000', '155813.664000', '155813.667000', '155813.670000', '155813.672000', '155813.675000', '155813.677000', '155813.680000', '155813.683000', '155813.685000', '155813.688000', '155813.690000', '155813.693000', '155813.696000', '155813.698000', '155813.701000', '155813.704000', '155813.706000', '155813.709000', '155813.712000', '155813.714000', '155813.717000', '155813.719000', '155813.722000', '155813.725000', '155813.727000', '155813.730000', '155813.733000', '155813.735000', '155813.738000', '155813.741000', '155813.743000', '155813.746000', '155813.748000', '155813.751000', '155813.754000', '155813.756000', '155813.759000', '155813.762000', '155813.764000', '155813.767000', '155813.769000', '155833.657000', '155833.660000', '155833.663000', '155833.665000', '155833.668000', '155833.678000', '155833.681000', '155833.684000', '155833.687000', '155833.689000', '155833.692000', '155833.695000', '155833.697000', '155833.700000', '155833.703000', '155833.705000', '155833.708000', '155833.710000', '155833.713000', '155833.716000', '155833.718000', '155833.721000', '155833.724000', '155833.726000', '155833.729000', '155833.732000', '155833.734000', '155833.737000', '155833.740000', '155833.742000', '155833.745000', '155833.748000', '155833.750000', '155833.753000', '155833.755000', '155833.758000', '155833.761000', '155833.763000', '155833.766000', '155833.769000', '155833.772000', '155833.776000', '155833.779000', '155853.657000', '155853.659000', '155853.662000', '155853.665000', '155853.668000', '155853.670000', '155853.673000', '155853.676000', '155853.678000', '155853.681000', '155853.684000', '155853.686000', '155853.689000', '155853.692000', '155853.695000', '155853.713000', '155853.715000', '155853.718000', '155853.721000', '155853.723000', '155853.726000', '155853.729000', '155853.731000', '155853.734000', '155853.737000', '155853.739000', '155853.742000', '155853.745000', '155853.747000', '155853.750000', '155853.752000', '155853.755000', '155853.758000', '155853.760000', '155853.763000', '155853.766000', '155853.768000', '155853.771000', '155853.774000', '155853.776000', '155853.779000', '155853.782000', '155853.784000', '155853.787000', '155913.657000', '155913.660000', '155913.662000', '155913.665000', '155913.667000', '155913.670000', '155913.673000', '155913.675000', '155913.678000', '155913.681000', '155913.683000', '155913.686000', '155913.688000', '155913.691000', '155913.694000', '155913.696000', '155913.699000', '155913.702000', '155913.704000', '155913.707000', '155913.710000', '155913.712000', '155913.715000', '155913.718000', '155913.720000', '155913.723000', '155913.726000', '155913.728000', '155913.731000', '155913.733000', '155913.736000', '155913.739000', '155913.741000', '155913.744000', '155913.747000', '155913.750000', '155913.752000', '155913.755000', '155913.758000', '155913.760000', '155913.763000', '155913.765000', '155913.768000', '155933.657000', '155933.660000', '155933.662000', '155933.665000', '155933.668000', '155933.670000', '155933.673000', '155933.675000', '155933.678000', '155933.681000', '155933.684000', '155933.686000', '155933.689000', '155933.692000', '155933.694000', '155933.697000', '155933.700000', '155933.702000', '155933.705000', '155933.708000', '155933.710000', '155933.713000', '155933.715000', '155933.718000', '155933.721000', '155933.723000', '155933.726000', '155933.729000', '155933.731000', '155933.734000', '155933.737000', '155933.739000', '155933.742000', '155933.750000', '155933.753000', '155933.756000', '155933.758000', '155933.761000', '155933.764000', '155933.766000', '155933.769000', '155933.771000', '155933.774000', '155933.777000', '155953.657000', '155953.660000', '155953.662000', '155953.665000', '155953.668000', '155953.671000', '155953.673000', '155953.676000', '155953.679000', '155953.682000', '155953.684000', '155953.687000', '155953.690000', '155953.692000', '155953.695000', '155953.697000', '155953.700000', '155953.703000', '155953.705000', '155953.708000', '155953.711000', '155953.714000', '155953.716000', '155953.719000', '155953.722000', '155953.724000', '155953.727000', '155953.730000', '155953.733000', '155953.735000', '155953.738000', '155953.740000', '155953.743000', '155953.746000', '155953.748000', '155953.751000', '155953.754000', '155953.756000', '155953.759000', '155953.761000', '155953.764000', '155953.767000', '155953.770000', '160013.657000', '160013.660000', '160013.662000', '160013.665000', '160013.667000', '160013.670000', '160013.673000', '160013.675000', '160013.678000', '160013.681000', '160013.683000', '160013.686000', '160013.695000', '160013.698000', '160013.700000', '160013.703000', '160013.705000', '160013.708000', '160013.711000', '160013.713000', '160013.716000', '160013.719000', '160013.721000', '160013.724000', '160013.726000', '160013.729000', '160013.732000', '160013.734000', '160013.737000', '160013.740000', '160013.742000', '160013.745000', '160013.748000', '160013.750000', '160013.753000', '160013.755000', '160013.758000', '160013.761000', '160013.763000', '160013.766000', '160013.769000', '160013.771000', '160013.774000', '160013.777000', '160033.656000', '160033.659000', '160033.661000', '160033.665000', '160033.667000', '160033.670000', '160033.672000', '160033.675000', '160033.678000', '160033.680000', '160033.683000', '160033.686000', '160033.688000', '160033.691000', '160033.694000', '160033.696000', '160033.699000', '160033.701000', '160033.704000', '160033.707000', '160033.709000', '160033.712000', '160033.715000', '160033.717000', '160033.720000', '160033.723000', '160033.725000', '160033.728000', '160033.731000', '160033.734000', '160033.736000', '160033.739000', '160033.742000', '160033.744000', '160033.747000', '160033.749000', '160033.752000', '160033.755000', '160033.757000', '160033.760000', '160033.763000', '160033.765000', '160033.768000', '160045.808000', '160045.811000', '160045.814000', '160045.816000', '160045.819000', '160045.822000', '160045.824000', '160045.827000', '160045.830000', '160045.832000', '160045.835000', '160045.838000', '160045.840000', '160045.843000', '160045.846000', '160045.848000', '160045.851000', '160045.854000', '160045.856000', '160045.859000', '160045.862000', '160045.864000', '160045.867000', '160045.869000', '160045.872000', '160045.875000', '160045.878000'], '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], 'LargestImagePixelValue': [8483, 6767, 8284, 6476, 7930, 6743, 7517, 8213, 7476, 8855, 6999, 8050, 6994, 8360, 6938, 8552, 6736, 7929, 6728, 7864, 6749, 7628, 7337, 7531, 8567, 7155, 8356, 7197, 8024, 7014, 8198, 6707, 8202, 6601, 7533, 6713, 8427, 6720, 8047, 6320, 7471, 7544, 6885, 8795, 6746, 7868, 6601, 8136, 6610, 7624, 6544, 7740, 6805, 8185, 6405, 7792, 6271, 7648, 8600, 7250, 8967, 6901, 8303, 6913, 7968, 7507, 6232, 7459, 6387, 7881, 9317, 7270, 8372, 6760, 7968, 6571, 7659, 9047, 7289, 8667, 7292, 8162, 6960, 7957, 7010, 8700, 6909, 8732, 7097, 8614, 6900, 8486, 6780, 8554, 6763, 7826, 6440, 7577, 9145, 7430, 8509, 6949, 8211, 6942, 8038, 7006, 7798, 6441, 7615, 6884, 7684, 7885, 7718, 8657, 7741, 8669, 7537, 8245, 7451, 8702, 7565, 8530, 7330, 8833, 6944, 7945, 6935, 8021, 6700, 7985, 6453, 8406, 6578, 7748, 6309, 7746, 6845, 7427, 9398, 6626, 8181, 6675, 8280, 6598, 7950, 6700, 7960, 6554, 7982, 6523, 8024, 6392, 7313, 8140, 7376, 8243, 7164, 8982, 6624, 8047, 6572, 7935, 6278, 7880, 6675, 7299, 6647, 7322, 8840, 7263, 8843, 6827, 8288, 7096, 7895, 6927, 8101, 6735, 7928, 6563, 7598, 6647, 7685, 6392, 7950, 6693, 7423, 8277, 7570, 9037, 6917, 8185, 6779, 8226, 6720, 8076, 7069, 8192, 7174, 8198, 6804, 8180, 7061, 8078, 7167, 8136, 6376, 7733, 7786, 7692, 7666, 7656, 8749, 7353, 7783, 7450, 7031, 7444, 6989, 7635, 6536, 7746, 9310, 7629, 8318, 7027, 8397, 7479, 8307, 7139, 8321, 6794, 8155, 6794, 8227, 6844, 7883, 7283, 8135, 6885, 8405, 6921, 8381, 7123, 8441, 7055, 8210, 7141, 8188, 7158, 8281, 6979, 8462, 6928, 8443, 6754, 8359, 7151, 8324, 7097, 8632, 6922, 8410, 6839, 8338, 6887, 8421, 6916, 8260, 6804, 8406, 7026, 8311, 6927, 8229, 6777, 8711, 6400, 8332, 6825, 8364, 6688, 8161, 6462, 7881, 6453, 7949, 6457, 7945, 6991, 8072, 6953, 8303, 7017, 8652, 7196, 8861, 7014, 8511, 6887, 8316, 6795, 7939, 6531, 7883, 7002, 8184, 6264, 8287, 7031, 8170, 6611, 7695, 9336, 7162, 8215, 6998, 7783, 6883, 8308, 6533, 8241, 6694, 8033, 6670, 8263, 6881, 9434, 7398, 6618, 8124, 6883, 7313, 7567, 7220, 7761, 9990, 7236, 8354, 6923, 8072, 6763, 8296, 7097, 8270, 6646, 7970, 7088, 8719, 6657, 8324, 6910, 8339, 7249, 8673, 7130, 8452, 6897, 8252, 6902, 8272, 6535, 8120, 6870, 8384, 6629, 8472, 6527, 8025, 6272, 8029, 6935, 8147, 6783, 9056, 6856, 8613, 7249, 8173, 6689, 9614, 7375, 6439, 8291, 6442, 8653, 11145, 7455, 8862, 6878, 8012, 8811, 7673, 8804, 7396, 8532, 7344, 8528, 7629, 7919, 7978, 7623, 8560, 7750, 9421, 7352, 8038, 7129, 8250, 7231, 7867, 7422, 8623, 7558, 9162, 7541, 9264, 7408, 9211, 7732, 9098, 7582, 8829, 7583, 8723, 7994, 6708, 7816, 7410, 8949, 7060, 9070, 6897, 8305, 6918, 7972, 6735, 7959, 7025, 7838, 6722, 8004, 6680, 7733, 6724, 8435, 7233, 8811, 7318, 7144, 7410, 6831, 9036, 6689, 7755, 6613, 8723, 6694, 9078, 6922, 9298, 7512, 7254, 7520, 6461, 7163, 6723, 7348, 6402, 7355, 6674, 8481, 6408, 8876, 6800, 8564, 6824, 8597, 6868, 8149, 6586, 7857, 6681, 7771, 6557, 8145, 6670, 8718, 6683, 8629, 6909, 7485, 7291, 6516, 7489, 6735, 9713, 7077, 9374, 7001, 8880, 7096, 8339, 7405, 6672, 7597, 6805, 8102, 6990, 8354, 6879, 8470, 6882, 8229, 7008, 8861, 7045, 8180, 7425, 7097, 7457, 7041, 8059, 7234, 8748, 7221, 8822, 7236, 7477, 7398, 6995, 7785, 7030, 8134, 7198, 9007, 7130, 8506, 7293, 6883, 7800, 6841, 8333, 7250, 9205, 7034, 8970, 7195, 6880, 7893, 6922, 8194, 7066, 9171, 7067, 6825, 7756, 7388, 8964, 7262, 9129, 7506, 8477, 7549, 7029, 8151, 6612, 7974, 6943, 9073, 7003, 9378, 7215, 8822, 7596, 6762, 8066, 7262, 8632, 7685, 8930, 7315, 8099, 7472, 7087, 8930, 7287, 6901, 8050, 7557, 9261, 8511, 9225, 7904, 9380, 7794, 8270, 7953, 7782, 7583, 6621, 8052, 7051, 8134, 6873, 8607, 7214, 6864, 7755, 7031, 8321, 7258, 8530, 7080, 8413, 7061, 8379, 6778, 8059, 6954, 8504, 7351, 9115, 7324, 8824, 7090, 8776, 7196, 8566, 7460, 8050, 7575, 8729, 7619, 7951, 7787, 8330, 7730, 7446, 7887, 6750, 7736, 7102, 8484, 7179, 9152, 6997, 8917, 7123, 9117, 7098, 8832, 7452, 6902, 7606, 6961, 8458, 6954, 8595, 7403, 6915, 7638, 8292, 7728, 8598, 7565, 9460, 7167, 8450, 7270, 8119, 7097, 7962, 7021, 8472, 7100, 6463, 7163, 7016, 8012, 7142, 9284, 7252, 9422, 7088, 8796, 7459, 8978, 7160, 8646, 7570, 6904, 7376, 6678, 7847, 7342, 8057, 7373, 9493, 7162, 8584, 7456, 8014, 7609, 7229, 7608, 8031, 7513, 8644, 7420, 7964, 7869, 6701, 7637, 7379, 8460, 6741, 8421, 7061, 7047, 7816, 7019, 7908, 7224, 8961, 7191, 8600, 7333, 8235, 7906, 6939, 7985, 7515, 8785, 7791, 8696, 8222, 7432, 8241, 7675, 8693, 7317, 8628, 7520, 8832, 7296, 7478, 8197, 7550, 8269, 7495, 7266, 8079, 7580, 8934, 7385, 9225, 7540, 8492, 7573, 8132, 7969, 6942, 7950, 6953, 8207, 7192, 8480, 7334, 6805, 7964, 7237, 8291, 7682, 6946, 7890, 7142, 8900, 7316, 9121, 7704, 7994, 8018, 6863, 8190, 7085, 8466, 7420, 6967, 8031, 6942, 8195, 7512, 6783, 8016, 7154, 8899, 7170, 7885, 7867, 7513, 8301, 7570, 6737, 7933, 7709, 8893, 6723, 7135, 7678, 7539, 6717, 7986, 7122, 7008, 8169, 7747, 9145, 7955, 7162, 7996, 7237, 8452, 7530, 7189, 7859, 7227, 7054, 7784, 7208, 8633, 7490, 6690, 8251, 7403, 8905, 7616, 8768, 8013, 6744, 8041, 6858, 8390, 6935, 8414, 7741, 6708, 7778, 7034, 8504, 7527, 6931, 8282, 6949, 6844, 7930, 7406, 7895, 7716, 6555, 7901, 6959, 9482, 7901, 7230, 7959, 7027, 7879, 7818, 7333, 8709, 7042, 9162, 8002, 6441, 8187, 7662, 8985, 7688, 6913, 8175, 7497, 8803, 7796, 6626, 7874, 7306, 8307, 7550, 7013, 8130, 6763, 6569, 7703, 7051, 8713, 7299, 6754, 7902, 6940, 8218, 7057, 8529, 7525, 7218, 8039, 7451, 7671, 7827, 6951, 8157, 7539, 8642, 7492, 7887, 7815, 7197, 8125, 7473, 8671, 7988, 6932, 8052, 7617, 8563, 7469, 8016, 7802, 7181, 8054, 7246, 8584, 7488, 7233, 7752, 7206, 8118, 7646, 8902, 7409, 8972, 7874, 6559, 8014, 7098, 8835, 7705, 6684, 8193, 7258, 8246, 8147, 6970, 7967, 7582, 8366, 7190, 8191, 7375, 8092, 7425, 8516, 7815, 6781, 7813, 6902, 7856, 7703, 7396, 8147, 7359, 8641, 7749, 6871, 8581, 8043, 6836, 8420, 7778, 8667, 7700, 8060, 6932, 8448, 7515, 7925, 7776, 6544, 7876, 6765, 8379, 7208, 8324, 7743, 6611, 8018, 7066, 8380, 7299, 8660, 7911, 7438, 7946, 8028, 7660, 9281, 7658, 6713, 7910, 6827, 8041, 7300, 8288, 7807, 6940, 7845, 7429, 8439, 6765, 8437, 7608, 8143, 7347, 8415, 7477, 8568, 7639, 6881, 7946, 7477, 6770, 7616, 9752, 7023, 9143, 7310, 8071, 7161, 7984, 6924, 8249, 7200, 8017, 7157, 8158, 7316, 8373, 7507, 7694, 7897, 8402, 7791, 8709, 7355, 8481, 7527, 7989, 7677, 6664, 7882, 7197, 8016, 7992, 9093, 7017, 8676, 8072, 7181, 8435, 8151, 8755, 8530, 9666, 8312, 8561, 7517, 8145, 7153, 8017, 7359, 6821, 7649, 6575, 7772, 6970, 8275, 6657, 8098, 6637, 7975, 7244, 7694, 9859, 7313, 7550, 7402, 6522, 7686, 6652, 7789, 7206, 7697, 6509, 8090, 6607, 7929, 6590, 8036, 6999, 8034, 6823, 7967, 8229, 7722, 6890, 7900, 6737, 7692, 7875, 7630, 6895, 7847, 6672, 7638, 6735, 7874, 6758, 7840, 8411, 7792, 6794, 7582, 6776, 7793, 6447, 7628, 6836, 7749, 6727, 7906, 6467, 8921, 7024, 7741, 7732, 6958, 7477, 10145, 7548, 9120, 7180, 8152, 6985, 7906, 7371, 6975, 7554, 6874, 7702, 6858, 8091, 6707, 8219, 6761, 8419, 6833, 8237, 6834, 7859, 7746, 7795, 6667, 7721, 6819, 8909, 6900, 9449, 7400, 9515, 7273, 8608, 7104, 7865, 7002, 7887, 6866, 8301, 7555, 8925, 7858, 6970, 7799, 7187, 7865, 7288, 7892, 6649, 7925, 6642, 8645, 6795, 9100, 7000, 8650, 7574, 6761, 7634, 6589, 8157], 'WindowCenter': [3902.0, 3850.0, 3870.0, 3823.0, 3844.0, 3819.0, 3830.0, 3837.0, 3830.0, 3850.0, 3819.0, 3839.0, 3829.0, 3839.0, 3830.0, 3851.0, 3819.0, 3838.0, 3820.0, 3845.0, 3818.0, 3842.0, 3830.0, 3830.0, 3838.0, 3819.0, 3839.0, 3829.0, 3839.0, 3831.0, 3841.0, 3820.0, 3845.0, 3821.0, 3842.0, 3832.0, 3858.0, 3833.0, 3858.0, 3821.0, 3832.0, 3845.0, 3832.0, 3853.0, 3833.0, 3839.0, 3821.0, 3839.0, 3819.0, 3846.0, 3820.0, 3840.0, 3832.0, 3855.0, 3822.0, 3843.0, 3821.0, 3844.0, 3852.0, 3832.0, 3851.0, 3831.0, 3853.0, 3831.0, 3839.0, 3831.0, 3808.0, 3843.0, 3818.0, 3854.0, 3862.0, 3832.0, 3842.0, 3820.0, 3841.0, 3808.0, 3829.0, 3837.0, 3817.0, 3837.0, 3817.0, 3836.0, 3819.0, 3840.0, 3819.0, 3840.0, 3819.0, 3840.0, 3819.0, 3839.0, 3819.0, 3840.0, 3807.0, 3840.0, 3805.0, 3828.0, 3807.0, 3828.0, 3847.0, 3817.0, 3837.0, 3816.0, 3827.0, 3815.0, 3831.0, 3805.0, 3831.0, 3805.0, 3827.0, 3816.0, 3828.0, 3828.0, 3829.0, 3836.0, 3829.0, 3839.0, 3829.0, 3837.0, 3830.0, 3851.0, 3841.0, 3851.0, 3832.0, 3853.0, 3819.0, 3839.0, 3819.0, 3844.0, 3818.0, 3842.0, 3820.0, 3855.0, 3819.0, 3842.0, 3809.0, 3842.0, 3819.0, 3832.0, 3852.0, 3821.0, 3842.0, 3821.0, 3852.0, 3821.0, 3845.0, 3823.0, 3847.0, 3821.0, 3846.0, 3820.0, 3855.0, 3810.0, 3832.0, 3842.0, 3831.0, 3852.0, 3833.0, 3852.0, 3819.0, 3845.0, 3819.0, 3842.0, 3807.0, 3841.0, 3819.0, 3830.0, 3819.0, 3830.0, 3849.0, 3830.0, 3850.0, 3819.0, 3840.0, 3818.0, 3827.0, 3817.0, 3833.0, 3807.0, 3840.0, 3818.0, 3830.0, 3807.0, 3829.0, 3808.0, 3841.0, 3806.0, 3831.0, 3837.0, 3831.0, 3849.0, 3818.0, 3839.0, 3819.0, 3840.0, 3819.0, 3840.0, 3820.0, 3841.0, 3819.0, 3841.0, 3819.0, 3840.0, 3818.0, 3844.0, 3820.0, 3842.0, 3808.0, 3830.0, 3829.0, 3829.0, 3829.0, 3828.0, 3837.0, 3819.0, 3827.0, 3831.0, 3816.0, 3830.0, 3820.0, 3842.0, 3810.0, 3843.0, 3851.0, 3830.0, 3839.0, 3819.0, 3841.0, 3819.0, 3830.0, 3818.0, 3829.0, 3808.0, 3840.0, 3820.0, 3840.0, 3822.0, 3842.0, 3844.0, 3842.0, 3833.0, 3853.0, 3832.0, 3854.0, 3831.0, 3841.0, 3820.0, 3840.0, 3820.0, 3842.0, 3831.0, 3854.0, 3832.0, 3854.0, 3833.0, 3854.0, 3823.0, 3855.0, 3834.0, 3853.0, 3834.0, 3853.0, 3833.0, 3841.0, 3823.0, 3841.0, 3832.0, 3843.0, 3821.0, 3841.0, 3821.0, 3842.0, 3831.0, 3842.0, 3832.0, 3843.0, 3822.0, 3853.0, 3810.0, 3843.0, 3820.0, 3841.0, 3820.0, 3844.0, 3809.0, 3842.0, 3808.0, 3845.0, 3809.0, 3846.0, 3831.0, 3847.0, 3833.0, 3856.0, 3833.0, 3853.0, 3834.0, 3865.0, 3833.0, 3854.0, 3832.0, 3844.0, 3819.0, 3843.0, 3810.0, 3841.0, 3831.0, 3854.0, 3822.0, 3854.0, 3834.0, 3855.0, 3823.0, 3844.0, 3863.0, 3831.0, 3843.0, 3832.0, 3842.0, 3833.0, 3853.0, 3822.0, 3852.0, 3823.0, 3845.0, 3833.0, 3854.0, 3845.0, 3862.0, 3861.0, 3834.0, 3856.0, 3847.0, 3854.0, 3858.0, 3843.0, 3846.0, 3865.0, 3832.0, 3840.0, 3820.0, 3841.0, 3819.0, 3841.0, 3817.0, 3840.0, 3820.0, 3841.0, 3832.0, 3852.0, 3820.0, 3852.0, 3831.0, 3849.0, 3832.0, 3851.0, 3832.0, 3853.0, 3832.0, 3853.0, 3819.0, 3844.0, 3808.0, 3841.0, 3818.0, 3841.0, 3820.0, 3841.0, 3820.0, 3843.0, 3806.0, 3843.0, 3820.0, 3842.0, 3818.0, 3852.0, 3822.0, 3854.0, 3828.0, 3842.0, 3820.0, 3851.0, 3834.0, 3820.0, 3854.0, 3807.0, 3854.0, 3872.0, 3819.0, 3841.0, 3803.0, 3841.0, 3834.0, 3829.0, 3835.0, 3814.0, 3837.0, 3813.0, 3826.0, 3813.0, 3811.0, 3827.0, 3812.0, 3826.0, 3813.0, 3839.0, 3801.0, 3814.0, 3788.0, 3813.0, 3787.0, 3813.0, 3799.0, 3821.0, 3812.0, 3834.0, 3814.0, 3835.0, 3801.0, 3835.0, 3812.0, 3824.0, 3811.0, 3823.0, 3815.0, 3824.0, 3816.0, 3802.0, 3819.0, 3814.0, 3837.0, 3806.0, 3840.0, 3805.0, 3830.0, 3803.0, 3827.0, 3792.0, 3827.0, 3802.0, 3816.0, 3805.0, 3843.0, 3807.0, 3843.0, 3820.0, 3843.0, 3828.0, 3851.0, 3845.0, 3831.0, 3845.0, 3823.0, 3865.0, 3832.0, 3846.0, 3824.0, 3853.0, 3821.0, 3861.0, 3832.0, 3865.0, 3835.0, 3829.0, 3844.0, 3808.0, 3823.0, 3819.0, 3833.0, 3809.0, 3834.0, 3818.0, 3856.0, 3821.0, 3864.0, 3821.0, 3855.0, 3834.0, 3856.0, 3832.0, 3843.0, 3822.0, 3846.0, 3821.0, 3843.0, 3821.0, 3845.0, 3825.0, 3855.0, 3822.0, 3854.0, 3834.0, 3843.0, 3846.0, 3824.0, 3846.0, 3833.0, 3873.0, 3833.0, 3863.0, 3833.0, 3853.0, 3835.0, 3841.0, 3834.0, 3820.0, 3836.0, 3819.0, 3845.0, 3831.0, 3846.0, 3820.0, 3843.0, 3820.0, 3843.0, 3820.0, 3851.0, 3833.0, 3841.0, 3834.0, 3832.0, 3837.0, 3832.0, 3856.0, 3833.0, 3856.0, 3846.0, 3864.0, 3846.0, 3832.0, 3845.0, 3832.0, 3849.0, 3833.0, 3844.0, 3832.0, 3854.0, 3834.0, 3852.0, 3834.0, 3831.0, 3843.0, 3823.0, 3854.0, 3833.0, 3864.0, 3833.0, 3851.0, 3833.0, 3820.0, 3843.0, 3832.0, 3853.0, 3834.0, 3863.0, 3835.0, 3821.0, 3843.0, 3834.0, 3854.0, 3835.0, 3865.0, 3835.0, 3853.0, 3843.0, 3820.0, 3844.0, 3819.0, 3842.0, 3820.0, 3853.0, 3821.0, 3851.0, 3819.0, 3853.0, 3831.0, 3808.0, 3831.0, 3818.0, 3843.0, 3832.0, 3852.0, 3831.0, 3829.0, 3834.0, 3830.0, 3851.0, 3833.0, 3831.0, 3844.0, 3844.0, 3862.0, 3854.0, 3852.0, 3833.0, 3841.0, 3832.0, 3829.0, 3830.0, 3815.0, 3817.0, 3805.0, 3831.0, 3819.0, 3842.0, 3822.0, 3851.0, 3833.0, 3820.0, 3844.0, 3823.0, 3855.0, 3833.0, 3855.0, 3823.0, 3846.0, 3821.0, 3845.0, 3809.0, 3833.0, 3819.0, 3842.0, 3818.0, 3852.0, 3819.0, 3851.0, 3821.0, 3841.0, 3822.0, 3840.0, 3833.0, 3829.0, 3835.0, 3840.0, 3834.0, 3829.0, 3833.0, 3838.0, 3832.0, 3817.0, 3830.0, 3807.0, 3831.0, 3817.0, 3843.0, 3821.0, 3852.0, 3822.0, 3852.0, 3821.0, 3852.0, 3822.0, 3853.0, 3833.0, 3820.0, 3845.0, 3832.0, 3856.0, 3837.0, 3855.0, 3847.0, 3833.0, 3846.0, 3853.0, 3848.0, 3852.0, 3833.0, 3852.0, 3822.0, 3830.0, 3820.0, 3830.0, 3821.0, 3830.0, 3820.0, 3839.0, 3822.0, 3809.0, 3832.0, 3833.0, 3845.0, 3831.0, 3866.0, 3833.0, 3855.0, 3825.0, 3844.0, 3833.0, 3853.0, 3822.0, 3841.0, 3832.0, 3819.0, 3832.0, 3820.0, 3842.0, 3830.0, 3842.0, 3832.0, 3863.0, 3834.0, 3853.0, 3835.0, 3841.0, 3846.0, 3831.0, 3843.0, 3840.0, 3834.0, 3842.0, 3835.0, 3830.0, 3844.0, 3819.0, 3834.0, 3831.0, 3854.0, 3825.0, 3853.0, 3836.0, 3832.0, 3846.0, 3834.0, 3846.0, 3834.0, 3863.0, 3835.0, 3854.0, 3835.0, 3844.0, 3845.0, 3832.0, 3846.0, 3835.0, 3856.0, 3848.0, 3855.0, 3856.0, 3831.0, 3855.0, 3834.0, 3856.0, 3833.0, 3842.0, 3830.0, 3843.0, 3823.0, 3819.0, 3843.0, 3832.0, 3842.0, 3833.0, 3831.0, 3844.0, 3833.0, 3853.0, 3833.0, 3853.0, 3833.0, 3841.0, 3831.0, 3817.0, 3829.0, 3805.0, 3829.0, 3806.0, 3841.0, 3820.0, 3841.0, 3820.0, 3819.0, 3843.0, 3833.0, 3842.0, 3845.0, 3821.0, 3845.0, 3823.0, 3853.0, 3823.0, 3852.0, 3833.0, 3830.0, 3831.0, 3809.0, 3843.0, 3821.0, 3841.0, 3833.0, 3821.0, 3845.0, 3823.0, 3842.0, 3832.0, 3823.0, 3844.0, 3822.0, 3854.0, 3824.0, 3832.0, 3845.0, 3832.0, 3842.0, 3845.0, 3820.0, 3843.0, 3832.0, 3856.0, 3825.0, 3832.0, 3844.0, 3844.0, 3825.0, 3846.0, 3834.0, 3834.0, 3855.0, 3845.0, 3852.0, 3846.0, 3823.0, 3841.0, 3832.0, 3842.0, 3832.0, 3823.0, 3841.0, 3832.0, 3821.0, 3832.0, 3832.0, 3854.0, 3833.0, 3821.0, 3840.0, 3820.0, 3853.0, 3833.0, 3843.0, 3831.0, 3810.0, 3830.0, 3809.0, 3841.0, 3820.0, 3829.0, 3830.0, 3809.0, 3832.0, 3820.0, 3840.0, 3831.0, 3821.0, 3843.0, 3824.0, 3822.0, 3845.0, 3833.0, 3843.0, 3833.0, 3812.0, 3846.0, 3824.0, 3866.0, 3846.0, 3834.0, 3845.0, 3823.0, 3843.0, 3845.0, 3833.0, 3855.0, 3824.0, 3855.0, 3844.0, 3812.0, 3843.0, 3832.0, 3853.0, 3834.0, 3824.0, 3847.0, 3834.0, 3853.0, 3844.0, 3823.0, 3842.0, 3834.0, 3844.0, 3846.0, 3834.0, 3846.0, 3824.0, 3821.0, 3843.0, 3835.0, 3855.0, 3835.0, 3822.0, 3843.0, 3834.0, 3857.0, 3836.0, 3855.0, 3834.0, 3834.0, 3844.0, 3835.0, 3844.0, 3847.0, 3834.0, 3845.0, 3845.0, 3854.0, 3834.0, 3844.0, 3832.0, 3821.0, 3843.0, 3832.0, 3842.0, 3843.0, 3822.0, 3832.0, 3832.0, 3841.0, 3821.0, 3832.0, 3831.0, 3821.0, 3832.0, 3823.0, 3842.0, 3833.0, 3821.0, 3831.0, 3832.0, 3842.0, 3832.0, 3852.0, 3822.0, 3841.0, 3832.0, 3809.0, 3832.0, 3819.0, 3842.0, 3831.0, 3821.0, 3843.0, 3834.0, 3845.0, 3845.0, 3822.0, 3843.0, 3831.0, 3845.0, 3820.0, 3842.0, 3820.0, 3830.0, 3820.0, 3841.0, 3833.0, 3820.0, 3832.0, 3833.0, 3843.0, 3845.0, 3835.0, 3844.0, 3834.0, 3842.0, 3844.0, 3822.0, 3851.0, 3843.0, 3822.0, 3844.0, 3831.0, 3842.0, 3817.0, 3817.0, 3796.0, 3816.0, 3806.0, 3816.0, 3818.0, 3794.0, 3829.0, 3807.0, 3840.0, 3820.0, 3837.0, 3830.0, 3808.0, 3832.0, 3820.0, 3839.0, 3819.0, 3840.0, 3831.0, 3817.0, 3830.0, 3828.0, 3818.0, 3836.0, 3818.0, 3795.0, 3830.0, 3809.0, 3828.0, 3821.0, 3839.0, 3832.0, 3820.0, 3842.0, 3831.0, 3842.0, 3809.0, 3841.0, 3818.0, 3828.0, 3817.0, 3828.0, 3819.0, 3827.0, 3818.0, 3818.0, 3829.0, 3833.0, 3819.0, 3844.0, 3865.0, 3822.0, 3852.0, 3820.0, 3830.0, 3819.0, 3825.0, 3809.0, 3829.0, 3818.0, 3828.0, 3809.0, 3828.0, 3821.0, 3839.0, 3819.0, 3826.0, 3832.0, 3826.0, 3818.0, 3828.0, 3807.0, 3826.0, 3817.0, 3816.0, 3817.0, 3805.0, 3827.0, 3808.0, 3831.0, 3827.0, 3839.0, 3818.0, 3838.0, 3830.0, 3819.0, 3839.0, 3842.0, 3839.0, 3854.0, 3851.0, 3829.0, 3830.0, 3805.0, 3816.0, 3794.0, 3815.0, 3806.0, 3792.0, 3817.0, 3805.0, 3831.0, 3820.0, 3842.0, 3819.0, 3843.0, 3810.0, 3842.0, 3818.0, 3821.0, 3849.0, 3820.0, 3816.0, 3820.0, 3806.0, 3831.0, 3806.0, 3832.0, 3818.0, 3832.0, 3796.0, 3830.0, 3808.0, 3831.0, 3806.0, 3830.0, 3807.0, 3829.0, 3805.0, 3831.0, 3825.0, 3817.0, 3805.0, 3828.0, 3794.0, 3820.0, 3826.0, 3818.0, 3805.0, 3830.0, 3806.0, 3833.0, 3807.0, 3830.0, 3807.0, 3832.0, 3838.0, 3832.0, 3808.0, 3832.0, 3808.0, 3832.0, 3811.0, 3833.0, 3821.0, 3832.0, 3821.0, 3843.0, 3826.0, 3854.0, 3836.0, 3842.0, 3846.0, 3821.0, 3835.0, 3863.0, 3832.0, 3852.0, 3821.0, 3829.0, 3820.0, 3829.0, 3832.0, 3819.0, 3833.0, 3819.0, 3847.0, 3820.0, 3844.0, 3821.0, 3842.0, 3809.0, 3841.0, 3808.0, 3842.0, 3808.0, 3827.0, 3820.0, 3820.0, 3806.0, 3827.0, 3808.0, 3839.0, 3820.0, 3850.0, 3830.0, 3849.0, 3819.0, 3838.0, 3806.0, 3817.0, 3805.0, 3827.0, 3805.0, 3827.0, 3828.0, 3838.0, 3830.0, 3817.0, 3830.0, 3817.0, 3830.0, 3819.0, 3828.0, 3806.0, 3832.0, 3805.0, 3839.0, 3810.0, 3842.0, 3818.0, 3840.0, 3833.0, 3808.0, 3832.0, 3819.0, 3840.0], 'WindowWidth': [8751.0, 8662.0, 8682.0, 8610.0, 8635.0, 8597.0, 8612.0, 8616.0, 8611.0, 8635.0, 8594.0, 8619.0, 8607.0, 8621.0, 8610.0, 8638.0, 8594.0, 8619.0, 8596.0, 8635.0, 8591.0, 8626.0, 8607.0, 8609.0, 8616.0, 8592.0, 8618.0, 8607.0, 8620.0, 8611.0, 8625.0, 8596.0, 8633.0, 8600.0, 8628.0, 8615.0, 8653.0, 8618.0, 8655.0, 8599.0, 8615.0, 8635.0, 8614.0, 8646.0, 8623.0, 8623.0, 8599.0, 8621.0, 8596.0, 8637.0, 8598.0, 8626.0, 8616.0, 8650.0, 8602.0, 8633.0, 8599.0, 8634.0, 8641.0, 8614.0, 8639.0, 8613.0, 8646.0, 8612.0, 8621.0, 8613.0, 8580.0, 8633.0, 8594.0, 8648.0, 8657.0, 8614.0, 8627.0, 8594.0, 8625.0, 8574.0, 8602.0, 8612.0, 8585.0, 8611.0, 8586.0, 8610.0, 8592.0, 8620.0, 8593.0, 8622.0, 8593.0, 8622.0, 8592.0, 8618.0, 8591.0, 8620.0, 8572.0, 8619.0, 8567.0, 8602.0, 8572.0, 8601.0, 8626.0, 8586.0, 8613.0, 8583.0, 8598.0, 8580.0, 8606.0, 8565.0, 8608.0, 8568.0, 8600.0, 8584.0, 8603.0, 8601.0, 8605.0, 8611.0, 8606.0, 8618.0, 8607.0, 8615.0, 8610.0, 8637.0, 8626.0, 8638.0, 8614.0, 8642.0, 8593.0, 8619.0, 8593.0, 8630.0, 8591.0, 8626.0, 8597.0, 8648.0, 8593.0, 8627.0, 8580.0, 8627.0, 8595.0, 8614.0, 8640.0, 8599.0, 8626.0, 8599.0, 8640.0, 8599.0, 8635.0, 8604.0, 8639.0, 8601.0, 8638.0, 8599.0, 8649.0, 8583.0, 8615.0, 8627.0, 8613.0, 8642.0, 8619.0, 8641.0, 8593.0, 8632.0, 8591.0, 8627.0, 8573.0, 8623.0, 8592.0, 8608.0, 8593.0, 8610.0, 8632.0, 8609.0, 8635.0, 8592.0, 8621.0, 8588.0, 8601.0, 8586.0, 8613.0, 8572.0, 8621.0, 8589.0, 8607.0, 8573.0, 8606.0, 8575.0, 8624.0, 8572.0, 8612.0, 8615.0, 8610.0, 8632.0, 8591.0, 8619.0, 8591.0, 8620.0, 8594.0, 8621.0, 8596.0, 8624.0, 8594.0, 8625.0, 8592.0, 8621.0, 8589.0, 8630.0, 8593.0, 8625.0, 8575.0, 8607.0, 8602.0, 8605.0, 8603.0, 8603.0, 8614.0, 8591.0, 8599.0, 8609.0, 8586.0, 8608.0, 8594.0, 8626.0, 8583.0, 8630.0, 8637.0, 8609.0, 8620.0, 8593.0, 8622.0, 8590.0, 8606.0, 8586.0, 8603.0, 8576.0, 8620.0, 8596.0, 8623.0, 8603.0, 8628.0, 8634.0, 8630.0, 8619.0, 8645.0, 8616.0, 8645.0, 8612.0, 8625.0, 8594.0, 8622.0, 8596.0, 8627.0, 8613.0, 8645.0, 8614.0, 8646.0, 8617.0, 8646.0, 8606.0, 8648.0, 8621.0, 8645.0, 8621.0, 8645.0, 8619.0, 8627.0, 8603.0, 8626.0, 8615.0, 8629.0, 8598.0, 8623.0, 8596.0, 8627.0, 8611.0, 8626.0, 8613.0, 8628.0, 8601.0, 8643.0, 8584.0, 8628.0, 8595.0, 8624.0, 8594.0, 8630.0, 8580.0, 8625.0, 8576.0, 8634.0, 8581.0, 8635.0, 8612.0, 8640.0, 8617.0, 8651.0, 8619.0, 8645.0, 8620.0, 8662.0, 8617.0, 8647.0, 8614.0, 8633.0, 8593.0, 8628.0, 8580.0, 8623.0, 8612.0, 8646.0, 8603.0, 8650.0, 8621.0, 8650.0, 8604.0, 8633.0, 8655.0, 8613.0, 8629.0, 8613.0, 8627.0, 8617.0, 8643.0, 8600.0, 8641.0, 8603.0, 8634.0, 8618.0, 8648.0, 8639.0, 8656.0, 8667.0, 8624.0, 8655.0, 8647.0, 8652.0, 8661.0, 8635.0, 8640.0, 8663.0, 8613.0, 8621.0, 8594.0, 8623.0, 8593.0, 8624.0, 8589.0, 8621.0, 8595.0, 8625.0, 8618.0, 8641.0, 8595.0, 8640.0, 8612.0, 8636.0, 8615.0, 8638.0, 8615.0, 8644.0, 8616.0, 8645.0, 8592.0, 8631.0, 8577.0, 8624.0, 8593.0, 8625.0, 8596.0, 8626.0, 8597.0, 8630.0, 8573.0, 8628.0, 8595.0, 8627.0, 8592.0, 8642.0, 8600.0, 8647.0, 8603.0, 8626.0, 8595.0, 8637.0, 8617.0, 8598.0, 8646.0, 8575.0, 8646.0, 8665.0, 8591.0, 8621.0, 8562.0, 8623.0, 8606.0, 8604.0, 8609.0, 8581.0, 8611.0, 8577.0, 8594.0, 8575.0, 8568.0, 8595.0, 8571.0, 8595.0, 8573.0, 8615.0, 8555.0, 8573.0, 8531.0, 8569.0, 8528.0, 8570.0, 8548.0, 8581.0, 8568.0, 8601.0, 8574.0, 8602.0, 8556.0, 8603.0, 8569.0, 8588.0, 8568.0, 8584.0, 8577.0, 8587.0, 8579.0, 8558.0, 8589.0, 8577.0, 8611.0, 8567.0, 8617.0, 8566.0, 8606.0, 8560.0, 8597.0, 8545.0, 8596.0, 8558.0, 8580.0, 8567.0, 8631.0, 8573.0, 8631.0, 8596.0, 8628.0, 8605.0, 8638.0, 8636.0, 8615.0, 8635.0, 8606.0, 8665.0, 8617.0, 8638.0, 8606.0, 8645.0, 8599.0, 8653.0, 8615.0, 8660.0, 8621.0, 8608.0, 8631.0, 8578.0, 8602.0, 8593.0, 8616.0, 8580.0, 8619.0, 8593.0, 8651.0, 8600.0, 8660.0, 8602.0, 8650.0, 8620.0, 8651.0, 8615.0, 8632.0, 8600.0, 8637.0, 8600.0, 8631.0, 8600.0, 8635.0, 8608.0, 8648.0, 8603.0, 8648.0, 8623.0, 8633.0, 8641.0, 8608.0, 8639.0, 8620.0, 8672.0, 8619.0, 8659.0, 8617.0, 8642.0, 8622.0, 8625.0, 8620.0, 8596.0, 8623.0, 8594.0, 8634.0, 8612.0, 8636.0, 8594.0, 8629.0, 8594.0, 8628.0, 8595.0, 8638.0, 8618.0, 8624.0, 8618.0, 8613.0, 8626.0, 8616.0, 8652.0, 8618.0, 8651.0, 8637.0, 8660.0, 8637.0, 8615.0, 8635.0, 8614.0, 8645.0, 8616.0, 8630.0, 8613.0, 8645.0, 8618.0, 8640.0, 8619.0, 8611.0, 8631.0, 8606.0, 8645.0, 8617.0, 8659.0, 8618.0, 8639.0, 8617.0, 8595.0, 8629.0, 8614.0, 8643.0, 8619.0, 8655.0, 8621.0, 8599.0, 8630.0, 8617.0, 8646.0, 8623.0, 8661.0, 8623.0, 8642.0, 8630.0, 8595.0, 8631.0, 8593.0, 8624.0, 8592.0, 8640.0, 8595.0, 8636.0, 8592.0, 8638.0, 8609.0, 8575.0, 8609.0, 8590.0, 8626.0, 8612.0, 8638.0, 8611.0, 8605.0, 8617.0, 8608.0, 8637.0, 8616.0, 8612.0, 8631.0, 8633.0, 8654.0, 8644.0, 8639.0, 8614.0, 8620.0, 8610.0, 8601.0, 8602.0, 8577.0, 8584.0, 8566.0, 8606.0, 8590.0, 8625.0, 8600.0, 8636.0, 8616.0, 8596.0, 8632.0, 8603.0, 8647.0, 8614.0, 8647.0, 8601.0, 8635.0, 8594.0, 8631.0, 8577.0, 8612.0, 8590.0, 8623.0, 8588.0, 8636.0, 8590.0, 8636.0, 8596.0, 8621.0, 8597.0, 8620.0, 8616.0, 8604.0, 8618.0, 8619.0, 8615.0, 8604.0, 8613.0, 8613.0, 8610.0, 8587.0, 8607.0, 8573.0, 8607.0, 8585.0, 8626.0, 8595.0, 8638.0, 8599.0, 8639.0, 8596.0, 8637.0, 8599.0, 8640.0, 8616.0, 8597.0, 8634.0, 8615.0, 8651.0, 8627.0, 8648.0, 8641.0, 8617.0, 8639.0, 8643.0, 8640.0, 8639.0, 8615.0, 8637.0, 8597.0, 8605.0, 8590.0, 8606.0, 8595.0, 8606.0, 8593.0, 8618.0, 8598.0, 8580.0, 8614.0, 8616.0, 8635.0, 8613.0, 8663.0, 8617.0, 8646.0, 8606.0, 8630.0, 8614.0, 8638.0, 8597.0, 8622.0, 8612.0, 8591.0, 8612.0, 8593.0, 8626.0, 8608.0, 8625.0, 8612.0, 8655.0, 8617.0, 8642.0, 8620.0, 8624.0, 8636.0, 8611.0, 8630.0, 8621.0, 8617.0, 8624.0, 8618.0, 8608.0, 8630.0, 8591.0, 8617.0, 8610.0, 8646.0, 8608.0, 8644.0, 8625.0, 8615.0, 8637.0, 8620.0, 8636.0, 8618.0, 8658.0, 8622.0, 8646.0, 8621.0, 8631.0, 8635.0, 8615.0, 8636.0, 8621.0, 8651.0, 8644.0, 8648.0, 8649.0, 8611.0, 8647.0, 8619.0, 8650.0, 8613.0, 8626.0, 8607.0, 8625.0, 8599.0, 8591.0, 8625.0, 8610.0, 8627.0, 8616.0, 8611.0, 8632.0, 8614.0, 8641.0, 8615.0, 8640.0, 8613.0, 8621.0, 8607.0, 8583.0, 8603.0, 8567.0, 8602.0, 8568.0, 8620.0, 8592.0, 8621.0, 8593.0, 8591.0, 8628.0, 8614.0, 8627.0, 8633.0, 8598.0, 8634.0, 8602.0, 8641.0, 8599.0, 8637.0, 8613.0, 8606.0, 8607.0, 8575.0, 8625.0, 8595.0, 8621.0, 8612.0, 8594.0, 8632.0, 8602.0, 8626.0, 8614.0, 8602.0, 8630.0, 8599.0, 8643.0, 8603.0, 8612.0, 8631.0, 8609.0, 8626.0, 8634.0, 8596.0, 8628.0, 8613.0, 8648.0, 8606.0, 8613.0, 8632.0, 8631.0, 8607.0, 8636.0, 8619.0, 8619.0, 8648.0, 8634.0, 8641.0, 8635.0, 8600.0, 8624.0, 8612.0, 8626.0, 8612.0, 8599.0, 8623.0, 8613.0, 8596.0, 8612.0, 8611.0, 8644.0, 8615.0, 8596.0, 8621.0, 8593.0, 8639.0, 8613.0, 8627.0, 8609.0, 8579.0, 8606.0, 8578.0, 8622.0, 8592.0, 8602.0, 8606.0, 8577.0, 8608.0, 8592.0, 8619.0, 8607.0, 8595.0, 8627.0, 8603.0, 8599.0, 8632.0, 8615.0, 8629.0, 8617.0, 8587.0, 8637.0, 8607.0, 8663.0, 8635.0, 8616.0, 8634.0, 8603.0, 8628.0, 8635.0, 8616.0, 8646.0, 8604.0, 8645.0, 8631.0, 8584.0, 8629.0, 8613.0, 8642.0, 8617.0, 8603.0, 8637.0, 8616.0, 8641.0, 8630.0, 8601.0, 8627.0, 8618.0, 8632.0, 8635.0, 8618.0, 8635.0, 8604.0, 8599.0, 8629.0, 8620.0, 8647.0, 8620.0, 8601.0, 8629.0, 8619.0, 8652.0, 8624.0, 8647.0, 8617.0, 8616.0, 8631.0, 8621.0, 8630.0, 8637.0, 8618.0, 8634.0, 8632.0, 8644.0, 8617.0, 8630.0, 8613.0, 8596.0, 8627.0, 8611.0, 8624.0, 8626.0, 8596.0, 8610.0, 8610.0, 8621.0, 8596.0, 8611.0, 8609.0, 8594.0, 8611.0, 8599.0, 8624.0, 8614.0, 8595.0, 8610.0, 8610.0, 8624.0, 8612.0, 8638.0, 8597.0, 8622.0, 8610.0, 8577.0, 8610.0, 8591.0, 8624.0, 8610.0, 8596.0, 8627.0, 8617.0, 8631.0, 8632.0, 8598.0, 8629.0, 8607.0, 8632.0, 8592.0, 8623.0, 8590.0, 8605.0, 8591.0, 8621.0, 8613.0, 8593.0, 8613.0, 8617.0, 8629.0, 8635.0, 8620.0, 8631.0, 8616.0, 8625.0, 8632.0, 8599.0, 8636.0, 8628.0, 8597.0, 8631.0, 8607.0, 8623.0, 8582.0, 8581.0, 8550.0, 8578.0, 8564.0, 8578.0, 8583.0, 8549.0, 8600.0, 8571.0, 8617.0, 8592.0, 8612.0, 8605.0, 8572.0, 8609.0, 8591.0, 8616.0, 8591.0, 8617.0, 8607.0, 8585.0, 8604.0, 8599.0, 8587.0, 8608.0, 8584.0, 8551.0, 8602.0, 8575.0, 8601.0, 8595.0, 8617.0, 8612.0, 8595.0, 8626.0, 8609.0, 8625.0, 8577.0, 8621.0, 8585.0, 8599.0, 8581.0, 8598.0, 8588.0, 8596.0, 8586.0, 8587.0, 8605.0, 8615.0, 8594.0, 8632.0, 8659.0, 8598.0, 8635.0, 8592.0, 8604.0, 8589.0, 8595.0, 8576.0, 8602.0, 8586.0, 8599.0, 8575.0, 8600.0, 8594.0, 8617.0, 8591.0, 8596.0, 8609.0, 8596.0, 8587.0, 8598.0, 8570.0, 8593.0, 8582.0, 8579.0, 8583.0, 8566.0, 8598.0, 8572.0, 8607.0, 8597.0, 8615.0, 8587.0, 8612.0, 8607.0, 8590.0, 8619.0, 8625.0, 8616.0, 8644.0, 8634.0, 8601.0, 8603.0, 8563.0, 8577.0, 8546.0, 8574.0, 8565.0, 8545.0, 8582.0, 8567.0, 8609.0, 8594.0, 8625.0, 8592.0, 8628.0, 8581.0, 8624.0, 8588.0, 8593.0, 8628.0, 8590.0, 8582.0, 8592.0, 8569.0, 8607.0, 8570.0, 8611.0, 8588.0, 8609.0, 8557.0, 8606.0, 8573.0, 8608.0, 8568.0, 8604.0, 8569.0, 8603.0, 8566.0, 8606.0, 8591.0, 8583.0, 8563.0, 8598.0, 8549.0, 8590.0, 8593.0, 8585.0, 8567.0, 8605.0, 8570.0, 8611.0, 8573.0, 8607.0, 8571.0, 8610.0, 8614.0, 8611.0, 8574.0, 8611.0, 8575.0, 8613.0, 8584.0, 8615.0, 8596.0, 8613.0, 8596.0, 8629.0, 8609.0, 8645.0, 8625.0, 8628.0, 8637.0, 8597.0, 8620.0, 8653.0, 8611.0, 8638.0, 8596.0, 8602.0, 8592.0, 8603.0, 8611.0, 8592.0, 8614.0, 8592.0, 8637.0, 8594.0, 8629.0, 8596.0, 8626.0, 8578.0, 8623.0, 8576.0, 8624.0, 8574.0, 8601.0, 8589.0, 8590.0, 8567.0, 8597.0, 8574.0, 8616.0, 8592.0, 8633.0, 8606.0, 8630.0, 8589.0, 8613.0, 8567.0, 8583.0, 8563.0, 8596.0, 8566.0, 8597.0, 8602.0, 8614.0, 8608.0, 8585.0, 8606.0, 8585.0, 8605.0, 8587.0, 8600.0, 8568.0, 8608.0, 8565.0, 8616.0, 8578.0, 8622.0, 8589.0, 8620.0, 8613.0, 8576.0, 8610.0, 8593.0, 8622.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.00280290215588723</td></tr>
<tr><td colspan=3>aqi</td><td>0.030352323548922054</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.80204135388382</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2102621826307056</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0052895832033197</td></tr>
<tr><td colspan=3>efc</td><td>0.4572</td></tr>
<tr><td colspan=3>fber</td><td>5826.6685</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08060411979451869</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5754560530679933</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.418683901050729</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2916129453636898</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.667631390944166</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.29680736684433</td></tr>
<tr><td colspan=3>gcor</td><td>0.00712707</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015381301753222942</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023383183404803276</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1206</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.851504641353249</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>30.5197</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.7994</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.3779</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>305871.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>653.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>290.3175</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1512</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.1654</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3080.9021</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3261.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70673.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1028.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4050.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.6761</td></tr>
<tr><td colspan=3>tsnr</td><td>34.58825086359866</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>