<?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-0084_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-0084_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-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084/ses-01/func/sub-0084_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>b566a30dad1d258be4076999e36c85ad</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:55:52.367500</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.999116, 0.0159636, 0.0388966, -0.0155209, 0.999812, -0.0116558]</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.108367</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>[4149, -7740, -7256, 536, -85, -306, 129, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>282.93</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>287f95df-cae0-421d-be96-d7736dbf48d2||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.6805543899536133, -0.0416414849460125, 0.10550351440906525, 113.43882751464844], [-0.04282908886671066, 2.6824214458465576, -0.029812777414917946, -92.00482177734375], [0.10435683280229568, 0.03127162531018257, 2.6977732181549072, -83.01593780517578], [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': ['135552.367500', '135552.827500', '135553.287500', '135553.747500', '135554.207500', '135554.667500', '135555.127500', '135555.587500', '135556.047500', '135556.507500', '135556.967500', '135557.427500', '135557.887500', '135558.347500', '135558.807500', '135559.267500', '135559.727500', '135600.187500', '135600.647500', '135601.107500', '135601.567500', '135602.027500', '135602.487500', '135602.947500', '135603.407500', '135603.867500', '135604.327500', '135604.787500', '135605.247500', '135605.707500', '135606.167500', '135606.627500', '135607.087500', '135607.547500', '135608.007500', '135608.467500', '135608.927500', '135609.387500', '135609.847500', '135610.307500', '135610.767500', '135611.227500', '135611.687500', '135612.147500', '135612.607500', '135613.067500', '135613.527500', '135613.987500', '135614.447500', '135614.907500', '135615.367500', '135615.827500', '135616.287500', '135616.747500', '135617.207500', '135617.667500', '135618.127500', '135618.587500', '135619.047500', '135619.507500', '135619.967500', '135620.427500', '135620.887500', '135621.347500', '135621.807500', '135622.267500', '135622.727500', '135623.187500', '135623.647500', '135624.107500', '135624.567500', '135625.027500', '135625.487500', '135625.947500', '135626.407500', '135626.867500', '135627.327500', '135627.787500', '135628.247500', '135628.707500', '135629.167500', '135629.627500', '135630.087500', '135630.547500', '135631.007500', '135631.467500', '135631.927500', '135632.387500', '135632.847500', '135633.307500', '135633.767500', '135634.227500', '135634.687500', '135635.147500', '135635.607500', '135636.067500', '135636.527500', '135636.987500', '135637.447500', '135637.907500', '135638.367500', '135638.827500', '135639.287500', '135639.747500', '135640.207500', '135640.667500', '135641.127500', '135641.587500', '135642.047500', '135642.507500', '135642.967500', '135643.427500', '135643.887500', '135644.347500', '135644.807500', '135645.267500', '135645.727500', '135646.187500', '135646.647500', '135647.107500', '135647.567500', '135648.027500', '135648.487500', '135648.947500', '135649.407500', '135649.867500', '135650.327500', '135650.787500', '135651.247500', '135651.707500', '135652.167500', '135652.627500', '135653.087500', '135653.547500', '135654.007500', '135654.467500', '135654.927500', '135655.387500', '135655.847500', '135656.307500', '135656.767500', '135657.227500', '135657.687500', '135658.147500', '135658.607500', '135659.067500', '135659.527500', '135659.987500', '135700.447500', '135700.907500', '135701.367500', '135701.827500', '135702.287500', '135702.747500', '135703.207500', '135703.667500', '135704.127500', '135704.587500', '135705.047500', '135705.507500', '135705.967500', '135706.427500', '135706.887500', '135707.347500', '135707.807500', '135708.267500', '135708.727500', '135709.187500', '135709.647500', '135710.107500', '135710.567500', '135711.027500', '135711.487500', '135711.947500', '135712.407500', '135712.867500', '135713.327500', '135713.787500', '135714.247500', '135714.707500', '135715.167500', '135715.627500', '135716.087500', '135716.547500', '135717.007500', '135717.467500', '135717.927500', '135718.387500', '135718.847500', '135719.307500', '135719.767500', '135720.227500', '135720.687500', '135721.147500', '135721.607500', '135722.067500', '135722.527500', '135722.987500', '135723.447500', '135723.907500', '135724.367500', '135724.827500', '135725.287500', '135725.747500', '135726.207500', '135726.667500', '135727.127500', '135727.587500', '135728.047500', '135728.507500', '135728.967500', '135729.427500', '135729.887500', '135730.347500', '135730.807500', '135731.267500', '135731.727500', '135732.187500', '135732.647500', '135733.107500', '135733.567500', '135734.027500', '135734.487500', '135734.947500', '135735.407500', '135735.867500', '135736.327500', '135736.787500', '135737.247500', '135737.707500', '135738.167500', '135738.627500', '135739.087500', '135739.547500', '135740.007500', '135740.467500', '135740.927500', '135741.387500', '135741.847500', '135742.307500', '135742.767500', '135743.227500', '135743.687500', '135744.147500', '135744.607500', '135745.067500', '135745.527500', '135745.987500', '135746.447500', '135746.907500', '135747.367500', '135747.827500', '135748.287500', '135748.747500', '135749.207500', '135749.667500', '135750.127500', '135750.587500', '135751.047500', '135751.507500', '135751.967500', '135752.427500', '135752.887500', '135753.347500', '135753.807500', '135754.267500', '135754.727500', '135755.187500', '135755.647500', '135756.107500', '135756.567500', '135757.027500', '135757.487500', '135757.947500', '135758.407500', '135758.867500', '135759.327500', '135759.787500', '135800.247500', '135800.707500', '135801.167500', '135801.627500', '135802.087500', '135802.547500', '135803.007500', '135803.467500', '135803.927500', '135804.387500', '135804.847500', '135805.307500', '135805.767500', '135806.227500', '135806.687500', '135807.147500', '135807.607500', '135808.067500', '135808.527500', '135808.987500', '135809.447500', '135809.907500', '135810.367500', '135810.827500', '135811.287500', '135811.747500', '135812.207500', '135812.667500', '135813.127500', '135813.587500', '135814.047500', '135814.507500', '135814.967500', '135815.427500', '135815.887500', '135816.347500', '135816.807500', '135817.267500', '135817.727500', '135818.187500', '135818.647500', '135819.107500', '135819.567500', '135820.027500', '135820.487500', '135820.947500', '135821.407500', '135821.867500', '135822.327500', '135822.787500', '135823.247500', '135823.707500', '135824.167500', '135824.627500', '135825.087500', '135825.547500', '135826.007500', '135826.467500', '135826.927500', '135827.387500', '135827.847500', '135828.307500', '135828.767500', '135829.227500', '135829.687500', '135830.147500', '135830.607500', '135831.067500', '135831.527500', '135831.987500', '135832.447500', '135832.907500', '135833.367500', '135833.827500', '135834.287500', '135834.747500', '135835.207500', '135835.667500', '135836.127500', '135836.587500', '135837.047500', '135837.507500', '135837.967500', '135838.427500', '135838.887500', '135839.347500', '135839.807500', '135840.267500', '135840.727500', '135841.187500', '135841.647500', '135842.107500', '135842.567500', '135843.027500', '135843.487500', '135843.947500', '135844.407500', '135844.867500', '135845.327500', '135845.787500', '135846.247500', '135846.707500', '135847.167500', '135847.627500', '135848.087500', '135848.547500', '135849.007500', '135849.467500', '135849.927500', '135850.387500', '135850.847500', '135851.307500', '135851.767500', '135852.227500', '135852.687500', '135853.147500', '135853.607500', '135854.067500', '135854.527500', '135854.987500', '135855.447500', '135855.907500', '135856.367500', '135856.827500', '135857.287500', '135857.747500', '135858.207500', '135858.667500', '135859.127500', '135859.587500', '135900.047500', '135900.507500', '135900.967500', '135901.427500', '135901.887500', '135902.347500', '135902.807500', '135903.267500', '135903.727500', '135904.187500', '135904.647500', '135905.107500', '135905.567500', '135906.027500', '135906.487500', '135906.947500', '135907.407500', '135907.867500', '135908.327500', '135908.787500', '135909.247500', '135909.707500', '135910.167500', '135910.627500', '135911.087500', '135911.547500', '135912.007500', '135912.467500', '135912.927500', '135913.387500', '135913.847500', '135914.307500', '135914.767500', '135915.227500', '135915.687500', '135916.147500', '135916.607500', '135917.067500', '135917.527500', '135917.987500', '135918.447500', '135918.907500', '135919.367500', '135919.827500', '135920.287500', '135920.747500', '135921.207500', '135921.667500', '135922.127500', '135922.587500', '135923.047500', '135923.507500', '135923.967500', '135924.427500', '135924.887500', '135925.347500', '135925.807500', '135926.267500', '135926.727500', '135927.187500', '135927.647500', '135928.107500', '135928.567500', '135929.027500', '135929.487500', '135929.947500', '135930.407500', '135930.867500', '135931.327500', '135931.787500', '135932.247500', '135932.707500', '135933.167500', '135933.627500', '135934.087500', '135934.547500', '135935.007500', '135935.467500', '135935.927500', '135936.387500', '135936.847500', '135937.307500', '135937.767500', '135938.227500', '135938.687500', '135939.147500', '135939.607500', '135940.067500', '135940.527500', '135940.987500', '135941.447500', '135941.907500', '135942.367500', '135942.827500', '135943.287500', '135943.747500', '135944.207500', '135944.667500', '135945.127500', '135945.587500', '135946.047500', '135946.507500', '135946.967500', '135947.427500', '135947.887500', '135948.347500', '135948.807500', '135949.267500', '135949.727500', '135950.187500', '135950.647500', '135951.107500', '135951.567500', '135952.027500', '135952.487500', '135952.947500', '135953.407500', '135953.867500', '135954.327500', '135954.787500', '135955.247500', '135955.707500', '135956.167500', '135956.627500', '135957.087500', '135957.547500', '135958.007500', '135958.467500', '135958.927500', '135959.387500', '135959.847500', '140000.307500', '140000.767500', '140001.227500', '140001.687500', '140002.147500', '140002.607500', '140003.067500', '140003.527500', '140003.987500', '140004.447500', '140004.907500', '140005.367500', '140005.827500', '140006.287500', '140006.747500', '140007.207500', '140007.667500', '140008.127500', '140008.587500', '140009.047500', '140009.507500', '140009.967500', '140010.427500', '140010.887500', '140011.347500', '140011.807500', '140012.267500', '140012.727500', '140013.187500', '140013.647500', '140014.107500', '140014.567500', '140015.027500', '140015.487500', '140015.947500', '140016.407500', '140016.867500', '140017.327500', '140017.787500', '140018.247500', '140018.707500', '140019.167500', '140019.627500', '140020.087500', '140020.547500', '140021.007500', '140021.467500', '140021.927500', '140022.387500', '140022.847500', '140023.307500', '140023.767500', '140024.227500', '140024.687500', '140025.147500', '140025.607500', '140026.067500', '140026.527500', '140026.987500', '140027.447500', '140027.907500', '140028.367500', '140028.827500', '140029.287500', '140029.747500', '140030.207500', '140030.667500', '140031.127500', '140031.587500', '140032.047500', '140032.507500', '140032.967500', '140033.427500', '140033.887500', '140034.347500', '140034.807500', '140035.267500', '140035.727500', '140036.187500', '140036.647500', '140037.107500', '140037.567500', '140038.027500', '140038.487500', '140038.947500', '140039.407500', '140039.867500', '140040.327500', '140040.787500', '140041.247500', '140041.707500', '140042.167500', '140042.627500', '140043.087500', '140043.547500', '140044.007500', '140044.467500', '140044.927500', '140045.387500', '140045.847500', '140046.307500', '140046.767500', '140047.227500', '140047.687500', '140048.147500', '140048.607500', '140049.067500', '140049.527500', '140049.987500', '140050.447500', '140050.907500', '140051.367500', '140051.827500', '140052.287500', '140052.747500', '140053.207500', '140053.667500', '140054.127500', '140054.587500', '140055.047500', '140055.507500', '140055.967500', '140056.427500', '140056.887500', '140057.347500', '140057.807500', '140058.267500', '140058.727500', '140059.187500', '140059.647500', '140100.107500', '140100.567500', '140101.027500', '140101.487500', '140101.947500', '140102.407500', '140102.867500', '140103.327500', '140103.787500', '140104.247500', '140104.707500', '140105.167500', '140105.627500', '140106.087500', '140106.547500', '140107.007500', '140107.467500', '140107.927500', '140108.387500', '140108.847500', '140109.307500', '140109.767500', '140110.227500', '140110.687500', '140111.147500', '140111.607500', '140112.067500', '140112.527500', '140112.987500', '140113.447500', '140113.907500', '140114.367500', '140114.827500', '140115.287500', '140115.747500', '140116.207500', '140116.667500', '140117.127500', '140117.587500', '140118.047500', '140118.507500', '140118.967500', '140119.427500', '140119.887500', '140120.347500', '140120.807500', '140121.267500', '140121.727500', '140122.187500', '140122.647500', '140123.107500', '140123.567500', '140124.027500', '140124.487500', '140124.947500', '140125.407500', '140125.867500', '140126.327500', '140126.787500', '140127.247500', '140127.707500', '140128.167500', '140128.627500', '140129.087500', '140129.547500', '140130.007500', '140130.467500', '140130.927500', '140131.387500', '140131.847500', '140132.307500', '140132.767500', '140133.227500', '140133.687500', '140134.147500', '140134.607500', '140135.067500', '140135.527500', '140135.987500', '140136.447500', '140136.907500', '140137.367500', '140137.827500', '140138.287500', '140138.747500', '140139.207500', '140139.667500', '140140.127500', '140140.587500', '140141.047500', '140141.507500', '140141.967500', '140142.427500', '140142.887500', '140143.347500', '140143.807500', '140144.267500', '140144.727500', '140145.187500', '140145.647500', '140146.107500', '140146.567500', '140147.027500', '140147.487500', '140147.947500', '140148.407500', '140148.867500', '140149.327500', '140149.787500', '140150.247500', '140150.707500', '140151.167500', '140151.627500', '140152.087500', '140152.547500', '140153.007500', '140153.467500', '140153.927500', '140154.387500', '140154.847500', '140155.307500', '140155.767500', '140156.227500', '140156.687500', '140157.147500', '140157.607500', '140158.067500', '140158.527500', '140158.987500', '140159.447500', '140159.907500', '140200.367500', '140200.827500', '140201.287500', '140201.747500', '140202.207500', '140202.667500', '140203.127500', '140203.587500', '140204.047500', '140204.507500', '140204.967500', '140205.427500', '140205.887500', '140206.347500', '140206.807500', '140207.267500', '140207.727500', '140208.187500', '140208.647500', '140209.107500', '140209.567500', '140210.027500', '140210.487500', '140210.947500', '140211.407500', '140211.867500', '140212.327500', '140212.787500', '140213.247500', '140213.707500', '140214.167500', '140214.627500', '140215.087500', '140215.547500', '140216.007500', '140216.467500', '140216.927500', '140217.387500', '140217.847500', '140218.307500', '140218.767500', '140219.227500', '140219.687500', '140220.147500', '140220.607500', '140221.067500', '140221.527500', '140221.987500', '140222.447500', '140222.907500', '140223.367500', '140223.827500', '140224.287500', '140224.747500', '140225.207500', '140225.667500', '140226.127500', '140226.587500', '140227.047500', '140227.507500', '140227.967500', '140228.427500', '140228.887500', '140229.347500', '140229.807500', '140230.267500', '140230.727500', '140231.187500', '140231.647500', '140232.107500', '140232.567500', '140233.027500', '140233.487500', '140233.947500', '140234.407500', '140234.867500', '140235.327500', '140235.787500', '140236.247500', '140236.707500', '140237.167500', '140237.627500', '140238.087500', '140238.547500', '140239.007500', '140239.467500', '140239.927500', '140240.387500', '140240.847500', '140241.307500', '140241.767500', '140242.227500', '140242.687500', '140243.147500', '140243.607500', '140244.067500', '140244.527500', '140244.987500', '140245.447500', '140245.907500', '140246.367500', '140246.827500', '140247.287500', '140247.747500', '140248.207500', '140248.667500', '140249.127500', '140249.587500', '140250.047500', '140250.507500', '140250.967500', '140251.427500', '140251.887500', '140252.347500', '140252.807500', '140253.267500', '140253.727500', '140254.187500', '140254.647500', '140255.107500', '140255.567500', '140256.027500', '140256.487500', '140256.947500', '140257.407500', '140257.867500', '140258.327500', '140258.787500', '140259.247500', '140259.707500', '140300.167500', '140300.627500', '140301.087500', '140301.547500', '140302.007500', '140302.467500', '140302.927500', '140303.387500', '140303.847500', '140304.307500', '140304.767500', '140305.227500', '140305.687500', '140306.147500', '140306.607500', '140307.067500', '140307.527500', '140307.987500', '140308.447500', '140308.907500', '140309.367500', '140309.827500', '140310.287500', '140310.747500', '140311.207500', '140311.667500', '140312.127500', '140312.587500', '140313.047500', '140313.507500', '140313.967500', '140314.427500', '140314.887500', '140315.347500', '140315.807500', '140316.267500', '140316.727500', '140317.187500', '140317.647500', '140318.107500', '140318.567500', '140319.027500', '140319.487500', '140319.947500', '140320.407500', '140320.867500', '140321.327500', '140321.787500', '140322.247500', '140322.707500', '140323.167500', '140323.627500', '140324.087500', '140324.547500', '140325.007500', '140325.467500', '140325.927500', '140326.387500', '140326.847500', '140327.307500', '140327.767500', '140328.227500', '140328.687500', '140329.147500', '140329.607500', '140330.067500', '140330.527500', '140330.987500', '140331.447500', '140331.907500', '140332.367500', '140332.827500', '140333.287500', '140333.747500', '140334.207500', '140334.667500', '140335.127500', '140335.587500', '140336.047500', '140336.507500', '140336.967500', '140337.427500', '140337.887500', '140338.347500', '140338.807500', '140339.267500', '140339.727500', '140340.187500', '140340.647500', '140341.107500', '140341.567500', '140342.027500', '140342.487500', '140342.947500', '140343.407500', '140343.867500', '140344.327500', '140344.787500', '140345.247500', '140345.707500', '140346.167500', '140346.627500', '140347.087500', '140347.547500', '140348.007500', '140348.467500', '140348.927500', '140349.387500', '140349.847500', '140350.307500', '140350.767500', '140351.227500', '140351.687500', '140352.147500', '140352.607500', '140353.067500', '140353.527500', '140353.987500', '140354.447500', '140354.907500', '140355.367500', '140355.827500', '140356.287500', '140356.747500', '140357.207500', '140357.667500', '140358.127500', '140358.587500', '140359.047500', '140359.507500', '140359.967500', '140400.427500', '140400.887500', '140401.347500', '140401.807500', '140402.267500', '140402.727500', '140403.187500', '140403.647500', '140404.107500', '140404.567500', '140405.027500', '140405.487500', '140405.947500', '140406.407500', '140406.867500', '140407.327500', '140407.787500', '140408.247500', '140408.707500', '140409.167500', '140409.627500', '140410.087500', '140410.547500', '140411.007500', '140411.467500', '140411.927500', '140412.387500', '140412.847500', '140413.307500', '140413.767500', '140414.227500', '140414.687500', '140415.147500', '140415.607500', '140416.067500', '140416.527500', '140416.987500', '140417.447500', '140417.907500', '140418.367500', '140418.827500', '140419.287500', '140419.747500', '140420.207500', '140420.667500', '140421.127500', '140421.587500', '140422.047500', '140422.507500', '140422.967500', '140423.427500', '140423.887500', '140424.347500', '140424.807500', '140425.267500', '140425.727500', '140426.187500', '140426.647500', '140427.107500', '140427.567500', '140428.027500', '140428.487500', '140428.947500', '140429.407500', '140429.867500', '140430.327500', '140430.787500', '140431.247500', '140431.707500', '140432.167500', '140432.627500', '140433.087500', '140433.547500', '140434.007500', '140434.467500', '140434.927500', '140435.387500', '140435.847500', '140436.307500', '140436.767500', '140437.227500', '140437.687500', '140438.147500', '140438.607500', '140439.067500', '140439.527500', '140439.987500', '140440.447500', '140440.907500', '140441.367500', '140441.827500', '140442.287500', '140442.747500', '140443.207500', '140443.667500', '140444.127500', '140444.587500', '140445.047500', '140445.507500', '140445.967500', '140446.427500', '140446.887500', '140447.347500', '140447.807500', '140448.267500', '140448.727500', '140449.187500', '140449.647500', '140450.107500', '140450.567500', '140451.027500', '140451.487500', '140451.947500', '140452.407500', '140452.867500', '140453.327500', '140453.787500', '140454.247500', '140454.707500', '140455.167500', '140455.627500', '140456.087500', '140456.547500', '140457.007500', '140457.467500', '140457.927500', '140458.387500', '140458.847500', '140459.307500', '140459.767500', '140500.227500', '140500.687500', '140501.147500', '140501.607500', '140502.067500', '140502.527500', '140502.987500', '140503.447500', '140503.907500', '140504.367500', '140504.827500', '140505.287500', '140505.747500', '140506.207500', '140506.667500', '140507.127500', '140507.587500', '140508.047500'], 'ContentTime': ['135616.831000', '135616.834000', '135616.837000', '135616.840000', '135616.842000', '135616.845000', '135616.847000', '135616.850000', '135616.853000', '135616.855000', '135616.858000', '135616.860000', '135616.863000', '135616.865000', '135616.868000', '135616.871000', '135616.873000', '135616.876000', '135616.879000', '135616.881000', '135616.884000', '135616.886000', '135616.889000', '135616.892000', '135616.894000', '135616.897000', '135616.899000', '135616.902000', '135616.905000', '135616.907000', '135616.910000', '135616.912000', '135616.915000', '135616.917000', '135616.929000', '135616.931000', '135616.934000', '135616.937000', '135616.939000', '135616.942000', '135616.945000', '135616.947000', '135616.950000', '135616.952000', '135616.955000', '135616.957000', '135616.960000', '135616.963000', '135616.965000', '135616.968000', '135636.791000', '135636.794000', '135636.798000', '135636.800000', '135636.803000', '135636.805000', '135636.808000', '135636.811000', '135636.813000', '135636.816000', '135636.819000', '135636.821000', '135636.824000', '135636.826000', '135636.829000', '135636.832000', '135636.834000', '135636.837000', '135636.839000', '135636.842000', '135636.850000', '135636.853000', '135636.855000', '135636.858000', '135636.860000', '135636.863000', '135636.865000', '135636.868000', '135636.871000', '135636.873000', '135636.876000', '135636.878000', '135636.881000', '135636.883000', '135636.886000', '135636.889000', '135636.891000', '135636.894000', '135636.896000', '135636.899000', '135636.902000', '135636.904000', '135636.907000', '135636.909000', '135656.791000', '135656.794000', '135656.797000', '135656.799000', '135656.802000', '135656.805000', '135656.807000', '135656.810000', '135656.812000', '135656.815000', '135656.818000', '135656.820000', '135656.823000', '135656.826000', '135656.828000', '135656.831000', '135656.833000', '135656.836000', '135656.839000', '135656.841000', '135656.844000', '135656.846000', '135656.849000', '135656.852000', '135656.854000', '135656.857000', '135656.860000', '135656.863000', '135656.865000', '135656.868000', '135656.871000', '135656.873000', '135656.876000', '135656.878000', '135656.881000', '135656.889000', '135656.892000', '135656.894000', '135656.897000', '135656.901000', '135656.904000', '135656.907000', '135656.910000', '135716.790000', '135716.793000', '135716.796000', '135716.798000', '135716.801000', '135716.804000', '135716.807000', '135716.809000', '135716.812000', '135716.815000', '135716.817000', '135716.820000', '135716.822000', '135716.831000', '135716.834000', '135716.836000', '135716.839000', '135716.842000', '135716.844000', '135716.847000', '135716.849000', '135716.852000', '135716.855000', '135716.857000', '135716.860000', '135716.862000', '135716.865000', '135716.868000', '135716.870000', '135716.873000', '135716.875000', '135716.878000', '135716.881000', '135716.883000', '135716.886000', '135716.888000', '135716.891000', '135716.894000', '135716.896000', '135716.899000', '135716.901000', '135716.904000', '135716.907000', '135716.909000', '135736.791000', '135736.793000', '135736.796000', '135736.799000', '135736.801000', '135736.804000', '135736.806000', '135736.809000', '135736.812000', '135736.814000', '135736.817000', '135736.819000', '135736.822000', '135736.824000', '135736.827000', '135736.830000', '135736.832000', '135736.835000', '135736.837000', '135736.840000', '135736.843000', '135736.845000', '135736.848000', '135736.851000', '135736.853000', '135736.856000', '135736.858000', '135736.861000', '135736.863000', '135736.866000', '135736.869000', '135736.871000', '135736.874000', '135736.876000', '135736.879000', '135736.882000', '135736.884000', '135736.887000', '135736.891000', '135736.894000', '135736.905000', '135736.908000', '135736.910000', '135756.792000', '135756.794000', '135756.797000', '135756.800000', '135756.803000', '135756.805000', '135756.808000', '135756.813000', '135756.816000', '135756.819000', '135756.821000', '135756.824000', '135756.826000', '135756.829000', '135756.832000', '135756.834000', '135756.837000', '135756.839000', '135756.842000', '135756.845000', '135756.847000', '135756.850000', '135756.852000', '135756.855000', '135756.858000', '135756.860000', '135756.863000', '135756.866000', '135756.868000', '135756.871000', '135756.874000', '135756.876000', '135756.879000', '135756.881000', '135756.884000', '135756.887000', '135756.889000', '135756.892000', '135756.894000', '135756.897000', '135756.900000', '135756.902000', '135756.905000', '135756.907000', '135816.792000', '135816.795000', '135816.797000', '135816.800000', '135816.803000', '135816.805000', '135816.808000', '135816.810000', '135816.813000', '135816.816000', '135816.819000', '135816.821000', '135816.824000', '135816.826000', '135816.829000', '135816.832000', '135816.834000', '135816.837000', '135816.839000', '135816.842000', '135816.845000', '135816.847000', '135816.850000', '135816.852000', '135816.855000', '135816.858000', '135816.860000', '135816.863000', '135816.865000', '135816.868000', '135816.871000', '135816.873000', '135816.876000', '135816.879000', '135816.882000', '135816.885000', '135816.888000', '135816.891000', '135816.893000', '135816.896000', '135816.899000', '135816.901000', '135816.904000', '135836.791000', '135836.794000', '135836.797000', '135836.800000', '135836.802000', '135836.805000', '135836.808000', '135836.810000', '135836.813000', '135836.816000', '135836.818000', '135836.821000', '135836.823000', '135836.826000', '135836.829000', '135836.831000', '135836.834000', '135836.836000', '135836.839000', '135836.841000', '135836.844000', '135836.847000', '135836.849000', '135836.852000', '135836.854000', '135836.857000', '135836.860000', '135836.862000', '135836.865000', '135836.867000', '135836.870000', '135836.873000', '135836.875000', '135836.878000', '135836.880000', '135836.883000', '135836.886000', '135836.888000', '135836.891000', '135836.893000', '135836.896000', '135836.898000', '135836.901000', '135856.791000', '135856.794000', '135856.797000', '135856.800000', '135856.802000', '135856.805000', '135856.807000', '135856.810000', '135856.813000', '135856.815000', '135856.818000', '135856.820000', '135856.823000', '135856.825000', '135856.828000', '135856.831000', '135856.833000', '135856.836000', '135856.839000', '135856.841000', '135856.844000', '135856.847000', '135856.849000', '135856.852000', '135856.854000', '135856.857000', '135856.860000', '135856.862000', '135856.865000', '135856.868000', '135856.870000', '135856.873000', '135856.876000', '135856.878000', '135856.881000', '135856.884000', '135856.886000', '135856.889000', '135856.891000', '135856.894000', '135856.897000', '135856.899000', '135856.902000', '135856.904000', '135916.792000', '135916.795000', '135916.797000', '135916.800000', '135916.802000', '135916.805000', '135916.808000', '135916.810000', '135916.813000', '135916.815000', '135916.818000', '135916.821000', '135916.824000', '135916.826000', '135916.829000', '135916.831000', '135916.834000', '135916.837000', '135916.839000', '135916.842000', '135916.844000', '135916.847000', '135916.850000', '135916.856000', '135916.859000', '135916.861000', '135916.864000', '135916.879000', '135916.882000', '135916.885000', '135916.887000', '135916.890000', '135916.893000', '135916.895000', '135916.898000', '135916.900000', '135916.903000', '135916.905000', '135916.908000', '135916.911000', '135916.913000', '135916.916000', '135916.919000', '135916.921000', '135936.790000', '135936.793000', '135936.796000', '135936.798000', '135936.801000', '135936.804000', '135936.806000', '135936.809000', '135936.812000', '135936.814000', '135936.817000', '135936.819000', '135936.822000', '135936.825000', '135936.827000', '135936.830000', '135936.832000', '135936.835000', '135936.838000', '135936.840000', '135936.843000', '135936.845000', '135936.848000', '135936.850000', '135936.853000', '135936.856000', '135936.858000', '135936.861000', '135936.864000', '135936.866000', '135936.869000', '135936.872000', '135936.874000', '135936.877000', '135936.879000', '135936.882000', '135936.885000', '135936.887000', '135936.890000', '135936.892000', '135936.895000', '135936.898000', '135936.900000', '135956.790000', '135956.793000', '135956.796000', '135956.799000', '135956.801000', '135956.804000', '135956.807000', '135956.809000', '135956.812000', '135956.815000', '135956.824000', '135956.826000', '135956.829000', '135956.832000', '135956.834000', '135956.837000', '135956.839000', '135956.842000', '135956.845000', '135956.847000', '135956.850000', '135956.852000', '135956.855000', '135956.858000', '135956.860000', '135956.863000', '135956.865000', '135956.868000', '135956.871000', '135956.873000', '135956.876000', '135956.879000', '135956.881000', '135956.884000', '135956.886000', '135956.889000', '135956.892000', '135956.894000', '135956.897000', '135956.900000', '135956.902000', '135956.905000', '135956.907000', '135956.910000', '140016.791000', '140016.794000', '140016.797000', '140016.800000', '140016.802000', '140016.805000', '140016.808000', '140016.810000', '140016.813000', '140016.815000', '140016.818000', '140016.821000', '140016.823000', '140016.826000', '140016.828000', '140016.831000', '140016.834000', '140016.836000', '140016.839000', '140016.842000', '140016.844000', '140016.847000', '140016.849000', '140016.852000', '140016.855000', '140016.857000', '140016.860000', '140016.863000', '140016.865000', '140016.868000', '140016.870000', '140016.873000', '140016.875000', '140016.878000', '140016.881000', '140016.884000', '140016.886000', '140016.889000', '140016.891000', '140016.894000', '140016.897000', '140016.899000', '140016.902000', '140036.791000', '140036.794000', '140036.797000', '140036.800000', '140036.802000', '140036.805000', '140036.808000', '140036.810000', '140036.813000', '140036.815000', '140036.818000', '140036.821000', '140036.823000', '140036.826000', '140036.828000', '140036.831000', '140036.835000', '140036.837000', '140036.840000', '140036.843000', '140036.845000', '140036.848000', '140036.851000', '140036.853000', '140036.856000', '140036.858000', '140036.861000', '140036.864000', '140036.866000', '140036.869000', '140036.871000', '140036.874000', '140036.877000', '140036.879000', '140036.882000', '140036.884000', '140036.887000', '140036.890000', '140036.892000', '140036.895000', '140036.897000', '140036.900000', '140036.902000', '140036.905000', '140056.791000', '140056.794000', '140056.797000', '140056.800000', '140056.802000', '140056.805000', '140056.808000', '140056.823000', '140056.826000', '140056.829000', '140056.831000', '140056.834000', '140056.837000', '140056.839000', '140056.842000', '140056.845000', '140056.847000', '140056.850000', '140056.853000', '140056.855000', '140056.858000', '140056.860000', '140056.863000', '140056.866000', '140056.868000', '140056.871000', '140056.873000', '140056.876000', '140056.879000', '140056.881000', '140056.884000', '140056.887000', '140056.889000', '140056.892000', '140056.894000', '140056.897000', '140056.900000', '140056.902000', '140056.905000', '140056.907000', '140056.910000', '140056.913000', '140056.915000', '140116.792000', '140116.795000', '140116.797000', '140116.800000', '140116.803000', '140116.805000', '140116.808000', '140116.811000', '140116.813000', '140116.816000', '140116.818000', '140116.821000', '140116.824000', '140116.826000', '140116.829000', '140116.831000', '140116.834000', '140116.836000', '140116.839000', '140116.842000', '140116.844000', '140116.847000', '140116.850000', '140116.852000', '140116.855000', '140116.859000', '140116.862000', '140116.865000', '140116.867000', '140116.870000', '140116.872000', '140116.875000', '140116.878000', '140116.880000', '140116.883000', '140116.886000', '140116.888000', '140116.891000', '140116.893000', '140116.896000', '140116.899000', '140116.901000', '140116.904000', '140116.906000', '140136.792000', '140136.795000', '140136.797000', '140136.800000', '140136.802000', '140136.805000', '140136.808000', '140136.810000', '140136.813000', '140136.816000', '140136.818000', '140136.821000', '140136.824000', '140136.826000', '140136.829000', '140136.831000', '140136.834000', '140136.837000', '140136.839000', '140136.842000', '140136.844000', '140136.847000', '140136.850000', '140136.852000', '140136.855000', '140136.857000', '140136.860000', '140136.863000', '140136.865000', '140136.868000', '140136.871000', '140136.873000', '140136.876000', '140136.878000', '140136.881000', '140136.884000', '140136.886000', '140136.889000', '140136.891000', '140136.894000', '140136.897000', '140136.899000', '140136.902000', '140156.791000', '140156.793000', '140156.796000', '140156.799000', '140156.801000', '140156.804000', '140156.807000', '140156.809000', '140156.812000', '140156.814000', '140156.817000', '140156.821000', '140156.823000', '140156.826000', '140156.829000', '140156.831000', '140156.834000', '140156.836000', '140156.839000', '140156.842000', '140156.845000', '140156.847000', '140156.850000', '140156.853000', '140156.855000', '140156.858000', '140156.860000', '140156.863000', '140156.865000', '140156.868000', '140156.871000', '140156.873000', '140156.876000', '140156.879000', '140156.881000', '140156.884000', '140156.887000', '140156.889000', '140156.892000', '140156.895000', '140156.897000', '140156.900000', '140156.903000', '140216.791000', '140216.794000', '140216.797000', '140216.799000', '140216.802000', '140216.805000', '140216.807000', '140216.810000', '140216.812000', '140216.815000', '140216.818000', '140216.820000', '140216.823000', '140216.826000', '140216.828000', '140216.831000', '140216.833000', '140216.836000', '140216.839000', '140216.850000', '140216.852000', '140216.855000', '140216.858000', '140216.860000', '140216.863000', '140216.865000', '140216.868000', '140216.871000', '140216.873000', '140216.876000', '140216.878000', '140216.881000', '140216.884000', '140216.886000', '140216.889000', '140216.891000', '140216.894000', '140216.897000', '140216.899000', '140216.902000', '140216.905000', '140216.907000', '140216.910000', '140216.912000', '140236.792000', '140236.794000', '140236.797000', '140236.800000', '140236.802000', '140236.805000', '140236.808000', '140236.810000', '140236.813000', '140236.815000', '140236.818000', '140236.820000', '140236.823000', '140236.826000', '140236.828000', '140236.831000', '140236.834000', '140236.836000', '140236.839000', '140236.842000', '140236.844000', '140236.847000', '140236.849000', '140236.852000', '140236.854000', '140236.857000', '140236.860000', '140236.862000', '140236.865000', '140236.867000', '140236.870000', '140236.873000', '140236.875000', '140236.878000', '140236.880000', '140236.883000', '140236.886000', '140236.888000', '140236.891000', '140236.893000', '140236.896000', '140236.899000', '140236.901000', '140236.904000', '140256.792000', '140256.794000', '140256.797000', '140256.800000', '140256.802000', '140256.805000', '140256.808000', '140256.810000', '140256.813000', '140256.816000', '140256.818000', '140256.827000', '140256.830000', '140256.832000', '140256.835000', '140256.838000', '140256.840000', '140256.843000', '140256.846000', '140256.848000', '140256.851000', '140256.853000', '140256.856000', '140256.859000', '140256.861000', '140256.864000', '140256.866000', '140256.869000', '140256.872000', '140256.874000', '140256.877000', '140256.879000', '140256.882000', '140256.885000', '140256.887000', '140256.890000', '140256.892000', '140256.895000', '140256.897000', '140256.900000', '140256.903000', '140256.905000', '140256.908000', '140316.791000', '140316.794000', '140316.797000', '140316.800000', '140316.803000', '140316.805000', '140316.808000', '140316.811000', '140316.813000', '140316.816000', '140316.819000', '140316.821000', '140316.824000', '140316.826000', '140316.829000', '140316.832000', '140316.835000', '140316.837000', '140316.840000', '140316.843000', '140316.845000', '140316.848000', '140316.851000', '140316.853000', '140316.856000', '140316.859000', '140316.862000', '140316.864000', '140316.867000', '140316.870000', '140316.872000', '140316.875000', '140316.878000', '140316.880000', '140316.883000', '140316.885000', '140316.888000', '140316.891000', '140316.893000', '140316.896000', '140316.899000', '140316.901000', '140316.904000', '140336.791000', '140336.794000', '140336.797000', '140336.800000', '140336.802000', '140336.805000', '140336.808000', '140336.810000', '140336.813000', '140336.815000', '140336.818000', '140336.821000', '140336.823000', '140336.827000', '140336.830000', '140336.832000', '140336.846000', '140336.849000', '140336.851000', '140336.854000', '140336.857000', '140336.859000', '140336.862000', '140336.864000', '140336.867000', '140336.869000', '140336.872000', '140336.875000', '140336.877000', '140336.880000', '140336.883000', '140336.885000', '140336.888000', '140336.890000', '140336.893000', '140336.896000', '140336.898000', '140336.901000', '140336.903000', '140336.906000', '140336.909000', '140336.911000', '140336.914000', '140336.916000', '140356.791000', '140356.794000', '140356.797000', '140356.800000', '140356.802000', '140356.805000', '140356.808000', '140356.811000', '140356.813000', '140356.816000', '140356.819000', '140356.821000', '140356.824000', '140356.826000', '140356.829000', '140356.832000', '140356.834000', '140356.837000', '140356.839000', '140356.842000', '140356.845000', '140356.847000', '140356.850000', '140356.853000', '140356.856000', '140356.858000', '140356.861000', '140356.863000', '140356.866000', '140356.869000', '140356.871000', '140356.874000', '140356.877000', '140356.879000', '140356.882000', '140356.884000', '140356.887000', '140356.890000', '140356.892000', '140356.895000', '140356.898000', '140356.900000', '140356.903000', '140416.791000', '140416.793000', '140416.796000', '140416.799000', '140416.802000', '140416.804000', '140416.807000', '140416.809000', '140416.812000', '140416.815000', '140416.817000', '140416.820000', '140416.822000', '140416.825000', '140416.828000', '140416.830000', '140416.833000', '140416.836000', '140416.838000', '140416.841000', '140416.843000', '140416.846000', '140416.848000', '140416.851000', '140416.854000', '140416.856000', '140416.859000', '140416.862000', '140416.865000', '140416.867000', '140416.870000', '140416.873000', '140416.875000', '140416.878000', '140416.880000', '140416.883000', '140416.886000', '140416.888000', '140416.891000', '140416.893000', '140416.896000', '140416.899000', '140416.901000', '140416.904000', '140436.791000', '140436.794000', '140436.796000', '140436.799000', '140436.801000', '140436.804000', '140436.807000', '140436.809000', '140436.812000', '140436.815000', '140436.817000', '140436.820000', '140436.822000', '140436.825000', '140436.828000', '140436.830000', '140436.833000', '140436.836000', '140436.838000', '140436.841000', '140436.843000', '140436.846000', '140436.849000', '140436.851000', '140436.854000', '140436.857000', '140436.859000', '140436.862000', '140436.865000', '140436.867000', '140436.870000', '140436.873000', '140436.875000', '140436.878000', '140436.880000', '140436.883000', '140436.886000', '140436.888000', '140436.891000', '140436.894000', '140436.897000', '140436.901000', '140436.903000', '140456.792000', '140456.795000', '140456.798000', '140456.800000', '140456.803000', '140456.806000', '140456.808000', '140456.811000', '140456.814000', '140456.816000', '140456.819000', '140456.821000', '140456.835000', '140456.838000', '140456.840000', '140456.843000', '140456.845000', '140456.848000', '140456.851000', '140456.853000', '140456.856000', '140456.859000', '140456.861000', '140456.864000', '140456.867000', '140456.869000', '140456.872000', '140456.875000', '140456.877000', '140456.880000', '140456.883000', '140456.885000', '140456.888000', '140456.891000', '140456.893000', '140456.896000', '140456.898000', '140456.901000', '140456.904000', '140456.906000', '140456.909000', '140456.912000', '140456.914000', '140456.917000', '140509.539000', '140509.542000', '140509.544000', '140509.547000', '140509.549000', '140509.552000', '140509.555000', '140509.557000', '140509.560000', '140509.563000', '140509.565000', '140509.568000', '140509.571000', '140509.573000', '140509.576000', '140509.578000', '140509.581000', '140509.584000', '140509.586000', '140509.589000', '140509.592000', '140509.594000', '140509.597000', '140509.600000', '140509.602000', '140509.605000', '140509.608000', '140509.610000'], 'InstanceCreationTime': ['135616.831000', '135616.834000', '135616.837000', '135616.840000', '135616.842000', '135616.845000', '135616.847000', '135616.850000', '135616.853000', '135616.855000', '135616.858000', '135616.860000', '135616.863000', '135616.865000', '135616.868000', '135616.871000', '135616.873000', '135616.876000', '135616.879000', '135616.881000', '135616.884000', '135616.886000', '135616.889000', '135616.892000', '135616.894000', '135616.897000', '135616.899000', '135616.902000', '135616.905000', '135616.907000', '135616.910000', '135616.912000', '135616.915000', '135616.917000', '135616.929000', '135616.931000', '135616.934000', '135616.937000', '135616.939000', '135616.942000', '135616.945000', '135616.947000', '135616.950000', '135616.952000', '135616.955000', '135616.957000', '135616.960000', '135616.963000', '135616.965000', '135616.968000', '135636.791000', '135636.794000', '135636.798000', '135636.800000', '135636.803000', '135636.805000', '135636.808000', '135636.811000', '135636.813000', '135636.816000', '135636.819000', '135636.821000', '135636.824000', '135636.826000', '135636.829000', '135636.832000', '135636.834000', '135636.837000', '135636.839000', '135636.842000', '135636.850000', '135636.853000', '135636.855000', '135636.858000', '135636.860000', '135636.863000', '135636.865000', '135636.868000', '135636.871000', '135636.873000', '135636.876000', '135636.878000', '135636.881000', '135636.883000', '135636.886000', '135636.889000', '135636.891000', '135636.894000', '135636.896000', '135636.899000', '135636.902000', '135636.904000', '135636.907000', '135636.909000', '135656.791000', '135656.794000', '135656.797000', '135656.799000', '135656.802000', '135656.805000', '135656.807000', '135656.810000', '135656.812000', '135656.815000', '135656.818000', '135656.820000', '135656.823000', '135656.826000', '135656.828000', '135656.831000', '135656.833000', '135656.836000', '135656.839000', '135656.841000', '135656.844000', '135656.846000', '135656.849000', '135656.852000', '135656.854000', '135656.857000', '135656.860000', '135656.863000', '135656.865000', '135656.868000', '135656.871000', '135656.873000', '135656.876000', '135656.878000', '135656.881000', '135656.889000', '135656.892000', '135656.894000', '135656.897000', '135656.901000', '135656.904000', '135656.907000', '135656.910000', '135716.790000', '135716.793000', '135716.796000', '135716.798000', '135716.801000', '135716.804000', '135716.807000', '135716.809000', '135716.812000', '135716.815000', '135716.817000', '135716.820000', '135716.822000', '135716.831000', '135716.834000', '135716.836000', '135716.839000', '135716.842000', '135716.844000', '135716.847000', '135716.849000', '135716.852000', '135716.855000', '135716.857000', '135716.860000', '135716.862000', '135716.865000', '135716.868000', '135716.870000', '135716.873000', '135716.875000', '135716.878000', '135716.881000', '135716.883000', '135716.886000', '135716.888000', '135716.891000', '135716.894000', '135716.896000', '135716.899000', '135716.901000', '135716.904000', '135716.907000', '135716.909000', '135736.791000', '135736.793000', '135736.796000', '135736.799000', '135736.801000', '135736.804000', '135736.806000', '135736.809000', '135736.812000', '135736.814000', '135736.817000', '135736.819000', '135736.822000', '135736.824000', '135736.827000', '135736.830000', '135736.832000', '135736.835000', '135736.837000', '135736.840000', '135736.843000', '135736.845000', '135736.848000', '135736.851000', '135736.853000', '135736.856000', '135736.858000', '135736.861000', '135736.863000', '135736.866000', '135736.869000', '135736.871000', '135736.874000', '135736.876000', '135736.879000', '135736.882000', '135736.884000', '135736.887000', '135736.891000', '135736.894000', '135736.905000', '135736.908000', '135736.910000', '135756.792000', '135756.794000', '135756.797000', '135756.800000', '135756.803000', '135756.805000', '135756.808000', '135756.813000', '135756.816000', '135756.819000', '135756.821000', '135756.824000', '135756.826000', '135756.829000', '135756.832000', '135756.834000', '135756.837000', '135756.839000', '135756.842000', '135756.845000', '135756.847000', '135756.850000', '135756.852000', '135756.855000', '135756.858000', '135756.860000', '135756.863000', '135756.866000', '135756.868000', '135756.871000', '135756.874000', '135756.876000', '135756.879000', '135756.881000', '135756.884000', '135756.887000', '135756.889000', '135756.892000', '135756.894000', '135756.897000', '135756.900000', '135756.902000', '135756.905000', '135756.907000', '135816.792000', '135816.795000', '135816.797000', '135816.800000', '135816.803000', '135816.805000', '135816.808000', '135816.810000', '135816.813000', '135816.816000', '135816.819000', '135816.821000', '135816.824000', '135816.826000', '135816.829000', '135816.832000', '135816.834000', '135816.837000', '135816.839000', '135816.842000', '135816.845000', '135816.847000', '135816.850000', '135816.852000', '135816.855000', '135816.858000', '135816.860000', '135816.863000', '135816.865000', '135816.868000', '135816.871000', '135816.873000', '135816.876000', '135816.879000', '135816.882000', '135816.885000', '135816.888000', '135816.891000', '135816.893000', '135816.896000', '135816.899000', '135816.901000', '135816.904000', '135836.791000', '135836.794000', '135836.797000', '135836.800000', '135836.802000', '135836.805000', '135836.808000', '135836.810000', '135836.813000', '135836.816000', '135836.818000', '135836.821000', '135836.823000', '135836.826000', '135836.829000', '135836.831000', '135836.834000', '135836.836000', '135836.839000', '135836.841000', '135836.844000', '135836.847000', '135836.849000', '135836.852000', '135836.854000', '135836.857000', '135836.860000', '135836.862000', '135836.865000', '135836.867000', '135836.870000', '135836.873000', '135836.875000', '135836.878000', '135836.880000', '135836.883000', '135836.886000', '135836.888000', '135836.891000', '135836.893000', '135836.896000', '135836.898000', '135836.901000', '135856.791000', '135856.794000', '135856.797000', '135856.800000', '135856.802000', '135856.805000', '135856.807000', '135856.810000', '135856.813000', '135856.815000', '135856.818000', '135856.820000', '135856.823000', '135856.825000', '135856.828000', '135856.831000', '135856.833000', '135856.836000', '135856.839000', '135856.841000', '135856.844000', '135856.847000', '135856.849000', '135856.852000', '135856.854000', '135856.857000', '135856.860000', '135856.862000', '135856.865000', '135856.868000', '135856.870000', '135856.873000', '135856.876000', '135856.878000', '135856.881000', '135856.884000', '135856.886000', '135856.889000', '135856.891000', '135856.894000', '135856.897000', '135856.899000', '135856.902000', '135856.904000', '135916.792000', '135916.795000', '135916.797000', '135916.800000', '135916.802000', '135916.805000', '135916.808000', '135916.810000', '135916.813000', '135916.815000', '135916.818000', '135916.821000', '135916.824000', '135916.826000', '135916.829000', '135916.831000', '135916.834000', '135916.837000', '135916.839000', '135916.842000', '135916.844000', '135916.847000', '135916.850000', '135916.856000', '135916.859000', '135916.861000', '135916.864000', '135916.879000', '135916.882000', '135916.885000', '135916.887000', '135916.890000', '135916.893000', '135916.895000', '135916.898000', '135916.900000', '135916.903000', '135916.905000', '135916.908000', '135916.911000', '135916.913000', '135916.916000', '135916.919000', '135916.921000', '135936.790000', '135936.793000', '135936.796000', '135936.798000', '135936.801000', '135936.804000', '135936.806000', '135936.809000', '135936.812000', '135936.814000', '135936.817000', '135936.819000', '135936.822000', '135936.825000', '135936.827000', '135936.830000', '135936.832000', '135936.835000', '135936.838000', '135936.840000', '135936.843000', '135936.845000', '135936.848000', '135936.850000', '135936.853000', '135936.856000', '135936.858000', '135936.861000', '135936.864000', '135936.866000', '135936.869000', '135936.872000', '135936.874000', '135936.877000', '135936.879000', '135936.882000', '135936.885000', '135936.887000', '135936.890000', '135936.892000', '135936.895000', '135936.898000', '135936.900000', '135956.790000', '135956.793000', '135956.796000', '135956.799000', '135956.801000', '135956.804000', '135956.807000', '135956.809000', '135956.812000', '135956.815000', '135956.824000', '135956.826000', '135956.829000', '135956.832000', '135956.834000', '135956.837000', '135956.839000', '135956.842000', '135956.845000', '135956.847000', '135956.850000', '135956.852000', '135956.855000', '135956.858000', '135956.860000', '135956.863000', '135956.865000', '135956.868000', '135956.871000', '135956.873000', '135956.876000', '135956.879000', '135956.881000', '135956.884000', '135956.886000', '135956.889000', '135956.892000', '135956.894000', '135956.897000', '135956.900000', '135956.902000', '135956.905000', '135956.907000', '135956.910000', '140016.791000', '140016.794000', '140016.797000', '140016.800000', '140016.802000', '140016.805000', '140016.808000', '140016.810000', '140016.813000', '140016.815000', '140016.818000', '140016.821000', '140016.823000', '140016.826000', '140016.828000', '140016.831000', '140016.834000', '140016.836000', '140016.839000', '140016.842000', '140016.844000', '140016.847000', '140016.849000', '140016.852000', '140016.855000', '140016.857000', '140016.860000', '140016.863000', '140016.865000', '140016.868000', '140016.870000', '140016.873000', '140016.875000', '140016.878000', '140016.881000', '140016.884000', '140016.886000', '140016.889000', '140016.891000', '140016.894000', '140016.897000', '140016.899000', '140016.902000', '140036.791000', '140036.794000', '140036.797000', '140036.800000', '140036.802000', '140036.805000', '140036.808000', '140036.810000', '140036.813000', '140036.815000', '140036.818000', '140036.821000', '140036.823000', '140036.826000', '140036.828000', '140036.831000', '140036.835000', '140036.837000', '140036.840000', '140036.843000', '140036.845000', '140036.848000', '140036.851000', '140036.853000', '140036.856000', '140036.858000', '140036.861000', '140036.864000', '140036.866000', '140036.869000', '140036.871000', '140036.874000', '140036.877000', '140036.879000', '140036.882000', '140036.884000', '140036.887000', '140036.890000', '140036.892000', '140036.895000', '140036.897000', '140036.900000', '140036.902000', '140036.905000', '140056.791000', '140056.794000', '140056.797000', '140056.800000', '140056.802000', '140056.805000', '140056.808000', '140056.823000', '140056.826000', '140056.829000', '140056.831000', '140056.834000', '140056.837000', '140056.839000', '140056.842000', '140056.845000', '140056.847000', '140056.850000', '140056.853000', '140056.855000', '140056.858000', '140056.860000', '140056.863000', '140056.866000', '140056.868000', '140056.871000', '140056.873000', '140056.876000', '140056.879000', '140056.881000', '140056.884000', '140056.887000', '140056.889000', '140056.892000', '140056.894000', '140056.897000', '140056.900000', '140056.902000', '140056.905000', '140056.907000', '140056.910000', '140056.913000', '140056.915000', '140116.792000', '140116.795000', '140116.797000', '140116.800000', '140116.803000', '140116.805000', '140116.808000', '140116.811000', '140116.813000', '140116.816000', '140116.818000', '140116.821000', '140116.824000', '140116.826000', '140116.829000', '140116.831000', '140116.834000', '140116.836000', '140116.839000', '140116.842000', '140116.844000', '140116.847000', '140116.850000', '140116.852000', '140116.855000', '140116.859000', '140116.862000', '140116.865000', '140116.867000', '140116.870000', '140116.872000', '140116.875000', '140116.878000', '140116.880000', '140116.883000', '140116.886000', '140116.888000', '140116.891000', '140116.893000', '140116.896000', '140116.899000', '140116.901000', '140116.904000', '140116.906000', '140136.792000', '140136.795000', '140136.797000', '140136.800000', '140136.802000', '140136.805000', '140136.808000', '140136.810000', '140136.813000', '140136.816000', '140136.818000', '140136.821000', '140136.824000', '140136.826000', '140136.829000', '140136.831000', '140136.834000', '140136.837000', '140136.839000', '140136.842000', '140136.844000', '140136.847000', '140136.850000', '140136.852000', '140136.855000', '140136.857000', '140136.860000', '140136.863000', '140136.865000', '140136.868000', '140136.871000', '140136.873000', '140136.876000', '140136.878000', '140136.881000', '140136.884000', '140136.886000', '140136.889000', '140136.891000', '140136.894000', '140136.897000', '140136.899000', '140136.902000', '140156.791000', '140156.793000', '140156.796000', '140156.799000', '140156.801000', '140156.804000', '140156.807000', '140156.809000', '140156.812000', '140156.814000', '140156.817000', '140156.821000', '140156.823000', '140156.826000', '140156.829000', '140156.831000', '140156.834000', '140156.836000', '140156.839000', '140156.842000', '140156.845000', '140156.847000', '140156.850000', '140156.853000', '140156.855000', '140156.858000', '140156.860000', '140156.863000', '140156.865000', '140156.868000', '140156.871000', '140156.873000', '140156.876000', '140156.879000', '140156.881000', '140156.884000', '140156.887000', '140156.889000', '140156.892000', '140156.895000', '140156.897000', '140156.900000', '140156.903000', '140216.791000', '140216.794000', '140216.797000', '140216.799000', '140216.802000', '140216.805000', '140216.807000', '140216.810000', '140216.812000', '140216.815000', '140216.818000', '140216.820000', '140216.823000', '140216.826000', '140216.828000', '140216.831000', '140216.833000', '140216.836000', '140216.839000', '140216.850000', '140216.852000', '140216.855000', '140216.858000', '140216.860000', '140216.863000', '140216.865000', '140216.868000', '140216.871000', '140216.873000', '140216.876000', '140216.878000', '140216.881000', '140216.884000', '140216.886000', '140216.889000', '140216.891000', '140216.894000', '140216.897000', '140216.899000', '140216.902000', '140216.905000', '140216.907000', '140216.910000', '140216.912000', '140236.792000', '140236.794000', '140236.797000', '140236.800000', '140236.802000', '140236.805000', '140236.808000', '140236.810000', '140236.813000', '140236.815000', '140236.818000', '140236.820000', '140236.823000', '140236.826000', '140236.828000', '140236.831000', '140236.834000', '140236.836000', '140236.839000', '140236.842000', '140236.844000', '140236.847000', '140236.849000', '140236.852000', '140236.854000', '140236.857000', '140236.860000', '140236.862000', '140236.865000', '140236.867000', '140236.870000', '140236.873000', '140236.875000', '140236.878000', '140236.880000', '140236.883000', '140236.886000', '140236.888000', '140236.891000', '140236.893000', '140236.896000', '140236.899000', '140236.901000', '140236.904000', '140256.792000', '140256.794000', '140256.797000', '140256.800000', '140256.802000', '140256.805000', '140256.808000', '140256.810000', '140256.813000', '140256.816000', '140256.818000', '140256.827000', '140256.830000', '140256.832000', '140256.835000', '140256.838000', '140256.840000', '140256.843000', '140256.846000', '140256.848000', '140256.851000', '140256.853000', '140256.856000', '140256.859000', '140256.861000', '140256.864000', '140256.866000', '140256.869000', '140256.872000', '140256.874000', '140256.877000', '140256.879000', '140256.882000', '140256.885000', '140256.887000', '140256.890000', '140256.892000', '140256.895000', '140256.897000', '140256.900000', '140256.903000', '140256.905000', '140256.908000', '140316.791000', '140316.794000', '140316.797000', '140316.800000', '140316.803000', '140316.805000', '140316.808000', '140316.811000', '140316.813000', '140316.816000', '140316.819000', '140316.821000', '140316.824000', '140316.826000', '140316.829000', '140316.832000', '140316.835000', '140316.837000', '140316.840000', '140316.843000', '140316.845000', '140316.848000', '140316.851000', '140316.853000', '140316.856000', '140316.859000', '140316.862000', '140316.864000', '140316.867000', '140316.870000', '140316.872000', '140316.875000', '140316.878000', '140316.880000', '140316.883000', '140316.885000', '140316.888000', '140316.891000', '140316.893000', '140316.896000', '140316.899000', '140316.901000', '140316.904000', '140336.791000', '140336.794000', '140336.797000', '140336.800000', '140336.802000', '140336.805000', '140336.808000', '140336.810000', '140336.813000', '140336.815000', '140336.818000', '140336.821000', '140336.823000', '140336.827000', '140336.830000', '140336.832000', '140336.846000', '140336.849000', '140336.851000', '140336.854000', '140336.857000', '140336.859000', '140336.862000', '140336.864000', '140336.867000', '140336.869000', '140336.872000', '140336.875000', '140336.877000', '140336.880000', '140336.883000', '140336.885000', '140336.888000', '140336.890000', '140336.893000', '140336.896000', '140336.898000', '140336.901000', '140336.903000', '140336.906000', '140336.909000', '140336.911000', '140336.914000', '140336.916000', '140356.791000', '140356.794000', '140356.797000', '140356.800000', '140356.802000', '140356.805000', '140356.808000', '140356.811000', '140356.813000', '140356.816000', '140356.819000', '140356.821000', '140356.824000', '140356.826000', '140356.829000', '140356.832000', '140356.834000', '140356.837000', '140356.839000', '140356.842000', '140356.845000', '140356.847000', '140356.850000', '140356.853000', '140356.856000', '140356.858000', '140356.861000', '140356.863000', '140356.866000', '140356.869000', '140356.871000', '140356.874000', '140356.877000', '140356.879000', '140356.882000', '140356.884000', '140356.887000', '140356.890000', '140356.892000', '140356.895000', '140356.898000', '140356.900000', '140356.903000', '140416.791000', '140416.793000', '140416.796000', '140416.799000', '140416.802000', '140416.804000', '140416.807000', '140416.809000', '140416.812000', '140416.815000', '140416.817000', '140416.820000', '140416.822000', '140416.825000', '140416.828000', '140416.830000', '140416.833000', '140416.836000', '140416.838000', '140416.841000', '140416.843000', '140416.846000', '140416.848000', '140416.851000', '140416.854000', '140416.856000', '140416.859000', '140416.862000', '140416.865000', '140416.867000', '140416.870000', '140416.873000', '140416.875000', '140416.878000', '140416.880000', '140416.883000', '140416.886000', '140416.888000', '140416.891000', '140416.893000', '140416.896000', '140416.899000', '140416.901000', '140416.904000', '140436.791000', '140436.794000', '140436.796000', '140436.799000', '140436.801000', '140436.804000', '140436.807000', '140436.809000', '140436.812000', '140436.815000', '140436.817000', '140436.820000', '140436.822000', '140436.825000', '140436.828000', '140436.830000', '140436.833000', '140436.836000', '140436.838000', '140436.841000', '140436.843000', '140436.846000', '140436.849000', '140436.851000', '140436.854000', '140436.857000', '140436.859000', '140436.862000', '140436.865000', '140436.867000', '140436.870000', '140436.873000', '140436.875000', '140436.878000', '140436.880000', '140436.883000', '140436.886000', '140436.888000', '140436.891000', '140436.894000', '140436.897000', '140436.901000', '140436.903000', '140456.792000', '140456.795000', '140456.798000', '140456.800000', '140456.803000', '140456.806000', '140456.808000', '140456.811000', '140456.814000', '140456.816000', '140456.819000', '140456.821000', '140456.835000', '140456.838000', '140456.840000', '140456.843000', '140456.845000', '140456.848000', '140456.851000', '140456.853000', '140456.856000', '140456.859000', '140456.861000', '140456.864000', '140456.867000', '140456.869000', '140456.872000', '140456.875000', '140456.877000', '140456.880000', '140456.883000', '140456.885000', '140456.888000', '140456.891000', '140456.893000', '140456.896000', '140456.898000', '140456.901000', '140456.904000', '140456.906000', '140456.909000', '140456.912000', '140456.914000', '140456.917000', '140509.539000', '140509.542000', '140509.544000', '140509.547000', '140509.549000', '140509.552000', '140509.555000', '140509.557000', '140509.560000', '140509.563000', '140509.565000', '140509.568000', '140509.571000', '140509.573000', '140509.576000', '140509.578000', '140509.581000', '140509.584000', '140509.586000', '140509.589000', '140509.592000', '140509.594000', '140509.597000', '140509.600000', '140509.602000', '140509.605000', '140509.608000', '140509.610000'], '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': [6987, 9906, 6960, 10113, 8271, 11111, 8526, 11609, 10153, 12151, 9413, 7085, 9027, 7935, 10702, 8024, 11245, 9102, 11555, 10117, 9215, 8968, 7462, 10201, 7778, 11771, 7987, 11187, 8709, 9998, 8590, 9279, 8589, 10655, 8654, 11084, 8675, 7406, 8449, 8007, 10502, 8561, 8428, 10919, 8090, 14042, 9177, 9420, 8560, 7065, 10061, 7229, 14022, 11181, 13422, 10702, 7346, 8846, 7380, 10202, 7041, 13353, 9895, 12848, 9554, 7111, 8434, 6958, 10369, 7526, 12375, 10264, 9706, 10236, 7606, 9364, 7827, 12298, 9289, 10911, 9045, 7682, 10878, 7993, 10197, 8195, 8685, 8035, 7920, 11121, 8668, 11303, 10034, 7566, 9194, 8332, 11403, 8745, 11856, 10219, 10629, 8694, 7730, 9056, 8272, 11025, 8285, 11950, 8556, 8641, 7584, 6511, 7804, 6539, 10925, 7635, 11375, 8745, 6555, 7975, 7303, 9126, 8160, 9469, 11118, 7427, 10032, 7815, 7624, 8414, 7425, 11180, 8597, 12253, 8045, 9538, 8077, 8162, 8686, 9931, 13117, 8590, 9892, 8253, 9175, 8283, 9813, 8146, 8215, 8143, 7738, 9669, 8181, 10310, 8143, 10627, 8034, 8911, 8206, 7482, 8405, 7993, 10482, 7660, 9345, 7513, 7182, 8162, 8054, 10443, 12275, 8061, 10411, 9080, 7349, 10414, 8013, 11705, 9473, 11544, 10782, 12331, 13621, 9201, 10710, 8097, 10891, 8176, 10324, 8125, 9342, 8620, 7471, 9035, 7861, 10049, 7817, 11990, 8337, 11590, 8136, 7638, 8282, 7201, 9707, 8340, 12479, 10597, 10358, 10115, 7092, 9804, 8194, 9232, 10781, 9666, 13667, 9665, 9649, 8746, 7633, 11199, 7988, 7536, 8152, 7504, 8989, 8001, 7711, 9594, 8629, 11847, 9111, 7276, 8646, 7745, 6979, 12604, 9553, 6772, 8994, 7017, 6979, 7705, 7640, 11796, 10590, 7326, 7607, 7292, 7332, 7153, 8557, 8206, 9197, 11916, 10603, 7955, 7548, 9013, 7701, 12851, 10534, 7047, 10588, 7394, 10155, 7623, 6833, 7968, 7771, 8897, 7711, 9107, 8046, 7453, 10518, 6877, 8858, 7190, 6785, 8376, 7073, 6755, 12860, 11041, 7363, 10482, 8598, 8592, 10245, 6958, 10913, 6569, 11187, 6931, 10327, 7284, 9271, 7486, 7229, 8362, 6510, 9312, 7071, 7867, 6768, 6623, 7686, 6715, 10073, 10760, 6895, 10712, 7379, 6725, 8828, 6979, 8704, 10488, 7560, 12937, 8515, 9231, 8291, 7256, 9937, 7451, 10837, 8479, 10227, 8222, 10236, 12554, 9121, 10940, 7472, 9148, 7876, 7835, 8159, 7788, 8855, 8092, 11645, 8046, 13509, 7552, 8071, 7831, 7506, 8223, 7244, 9823, 8331, 10829, 7563, 7395, 8257, 7582, 10398, 8782, 9039, 12285, 9044, 12749, 8935, 7520, 9754, 7278, 11265, 7484, 10578, 7817, 12889, 9506, 15030, 8384, 7852, 8039, 7390, 8429, 7244, 10731, 8141, 10702, 8112, 12581, 7668, 7663, 8136, 7454, 9558, 7996, 9949, 10150, 7504, 7779, 6481, 6551, 7701, 7348, 11616, 8361, 10757, 8331, 7148, 12700, 9330, 12662, 9070, 7398, 8155, 6773, 8307, 6791, 9804, 8791, 12329, 7622, 7009, 7258, 7067, 7724, 7037, 9806, 6908, 9763, 7977, 12422, 7366, 7489, 7566, 7178, 8579, 7341, 11680, 8246, 9633, 9396, 6835, 11659, 9751, 9343, 8631, 7355, 8031, 8260, 7171, 12499, 10473, 12386, 10414, 7571, 13432, 7612, 8119, 7539, 6819, 8966, 6836, 9814, 7777, 13554, 8296, 8748, 7716, 6653, 8412, 7182, 10515, 7800, 8703, 10331, 6905, 9527, 6492, 5990, 7106, 6513, 6992, 7582, 7030, 9513, 7308, 6449, 9132, 6239, 12147, 10780, 9656, 9300, 6478, 7404, 6475, 6200, 7666, 6595, 9588, 9497, 10720, 8668, 6883, 6794, 6181, 8745, 7699, 9121, 11280, 8034, 11273, 6600, 6525, 7222, 6751, 9086, 6915, 9438, 10511, 7897, 11342, 6509, 6886, 7110, 6860, 8207, 6881, 9086, 8340, 6720, 10886, 7843, 10228, 6319, 6226, 8363, 6705, 9326, 9654, 10057, 9160, 6702, 6468, 6562, 7135, 6755, 6860, 10298, 6712, 10304, 6791, 6190, 6756, 6717, 10290, 10784, 8813, 8092, 6917, 6963, 6687, 7327, 11125, 7144, 10102, 7897, 8947, 6809, 6523, 6949, 6821, 8582, 11695, 8585, 10092, 6765, 6823, 6831, 6993, 8579, 9745, 11434, 9783, 7073, 6596, 7187, 7728, 7294, 6868, 9268, 8576, 11110, 8399, 7114, 6743, 7142, 8528, 7024, 9382, 8448, 7048, 10365, 7180, 9800, 7246, 7141, 8152, 7133, 11460, 8601, 8449, 11187, 7561, 11676, 8440, 6653, 8819, 6948, 8926, 8340, 7561, 9965, 6755, 9960, 6940, 11523, 10298, 11113, 10305, 7055, 7584, 7111, 6703, 8357, 7094, 10201, 7234, 9561, 8085, 6862, 11832, 6974, 9565, 7327, 9792, 9977, 10531, 10967, 7162, 6848, 6862, 7281, 10500, 12390, 7658, 10055, 8936, 7356, 8621, 7555, 7287, 8837, 7464, 9845, 7127, 9442, 11316, 10653, 12027, 12666, 7262, 6587, 7786, 8062, 7424, 9225, 9098, 9129, 6910, 8252, 11298, 7998, 11030, 6861, 6592, 6994, 6771, 7025, 6966, 6810, 11017, 7249, 11920, 8536, 9364, 10040, 6736, 9052, 7036, 6854, 7170, 8945, 7495, 7857, 7409, 8573, 7806, 8352, 9391, 6420, 10071, 6251, 10407, 6310, 10334, 7531, 7043, 7604, 7319, 6906, 8036, 6914, 8986, 11276, 7128, 8186, 7528, 8146, 8589, 7577, 9216, 7735, 9489, 9512, 7403, 12044, 8649, 12209, 8478, 6217, 6907, 6271, 6841, 6320, 7035, 6323, 7619, 6410, 8051, 7241, 6456, 8596, 6510, 10515, 8535, 9300, 9629, 6599, 8050, 7354, 5961, 7204, 6378, 7717, 10707, 8162, 13102, 9520, 6318, 8507, 7121, 8367, 8718, 9570, 12247, 8226, 13647, 10265, 7517, 7474, 7508, 9741, 7548, 11652, 8180, 9978, 12783, 8545, 12512, 7532, 7752, 7111, 7700, 7994, 7518, 11122, 7543, 11432, 9662, 9737, 10518, 7465, 8890, 7483, 7639, 11042, 7492, 10761, 7377, 11104, 7395, 9730, 10174, 8113, 9413, 7136, 7119, 6748, 7022, 8581, 7149, 10376, 10848, 8968, 9578, 7000, 8125, 9842, 7106, 10059, 8611, 11455, 10822, 9725, 11362, 6917, 8405, 7111, 7154, 10029, 7105, 10190, 7185, 8865, 10384, 8772, 8846, 7138, 7044, 7052, 7316, 9387, 7148, 10350, 8526, 7956, 10594, 8499, 11264, 9303, 7022, 8195, 7525, 8404, 9500, 7680, 11393, 9563, 10650, 10004, 6790, 8662, 6937, 8897, 8309, 8015, 8974, 6892, 9516, 8107, 7483, 12147, 7469, 10970, 9274, 9823, 7168, 6907, 7965, 7233, 7760, 11137, 8248, 11761, 9048, 7266, 6906, 6717, 9926, 7914, 8253, 12605, 9066, 12047, 9791, 9738, 7372, 6701, 8899, 7765, 7022, 8572, 9376, 11146, 7847, 6225, 6257, 6664, 6469, 8156, 7444, 10620, 11887, 8279, 8938, 6702, 6617, 8504, 7034, 8621, 6791, 10262, 9926, 9330, 8717, 7355, 6393, 7235, 7894, 6951, 7157, 9246, 7006, 9381, 6911, 11011, 9914, 9235, 7651, 6837, 6948, 7000, 7178, 8200, 7132, 11152, 10908, 8912, 8900, 6840, 6897, 7392, 7074, 10086, 8254, 7921, 9342, 9370, 11731, 10373, 7799, 7337, 6854, 7018, 7603, 7235, 8269, 6870, 9406, 9869, 8730, 9383, 7248, 6552, 6930, 8318, 6979, 7225, 8628, 6909, 9448, 9333, 9150, 7992, 7232, 6953, 7224, 7581, 7682, 7408, 9639, 10118, 7949, 10633, 7963, 7785, 7062, 7740, 7599, 7300, 7603, 7834, 8265, 10449, 10492, 7754, 9257, 6820, 7396, 7388, 7359, 7372, 11568, 11336, 9033, 9129, 7082, 7202, 7983, 6894, 8021, 10411, 8269, 9767, 7479, 7193, 7760, 7116, 7411, 7600, 7016, 7806, 6509, 7431, 8530, 7642, 9974, 7498, 7202, 7782, 7953, 7418, 7572, 9316, 8902, 8424, 7394, 7353, 7160, 7433, 7664, 7162, 7986, 9171, 8260, 9328, 7440, 7449, 7442, 7460, 7256, 7448, 7605, 6975, 7628, 7434, 7386, 7386, 7958, 7631, 9236, 6959, 7475, 7410, 7634, 7532, 6260, 7439, 7212, 6967, 7434, 7097, 6872, 7325, 7770, 7236, 7353, 8490, 7368, 10651, 7701, 8981, 10537, 8236, 12406, 9078, 6711, 7090, 7033, 7240, 7778, 7147, 7115, 7777, 11383, 8407, 6400, 7851, 11192, 7722, 11377, 7533, 6649, 7210, 7071, 6735, 9013, 10168, 8435, 8124, 6748, 6390, 7119, 6829, 8016, 6931, 8997, 11290, 8174, 7914, 6623, 6630, 6909, 7131, 7763, 7881, 7528, 9421, 6628, 6395, 7135, 6656, 7519, 6724, 6804, 8625, 7535, 9200, 7175, 6602, 7421, 6476, 7751, 6815, 7066, 8510, 7400, 10183, 7383, 8544, 8580, 6455, 8166, 6834, 6913, 8450, 6702, 9920, 9696, 10311, 10337, 6427, 7059, 6627, 7305, 7606, 6728, 9281, 8755, 10824, 8396, 6300, 7226, 6983, 6839, 8436, 6559, 9672, 10000, 11632, 9474, 6826, 7137, 6840, 6494, 8026, 6831, 9293, 7410], 'WindowCenter': [3735.0, 3764.0, 3722.0, 3761.0, 3729.0, 3758.0, 3728.0, 3758.0, 3748.0, 3768.0, 3738.0, 3706.0, 3737.0, 3727.0, 3758.0, 3728.0, 3758.0, 3752.0, 3772.0, 3762.0, 3750.0, 3741.0, 3718.0, 3748.0, 3715.0, 3756.0, 3713.0, 3745.0, 3724.0, 3734.0, 3724.0, 3725.0, 3726.0, 3747.0, 3726.0, 3745.0, 3724.0, 3703.0, 3715.0, 3715.0, 3746.0, 3737.0, 3726.0, 3760.0, 3728.0, 3782.0, 3751.0, 3750.0, 3741.0, 3707.0, 3749.0, 3717.0, 3781.0, 3759.0, 3770.0, 3759.0, 3717.0, 3738.0, 3705.0, 3745.0, 3705.0, 3767.0, 3747.0, 3769.0, 3736.0, 3704.0, 3726.0, 3704.0, 3746.0, 3717.0, 3768.0, 3749.0, 3748.0, 3750.0, 3718.0, 3738.0, 3718.0, 3757.0, 3739.0, 3747.0, 3738.0, 3717.0, 3758.0, 3715.0, 3749.0, 3727.0, 3726.0, 3715.0, 3729.0, 3772.0, 3740.0, 3772.0, 3763.0, 3733.0, 3752.0, 3742.0, 3771.0, 3753.0, 3770.0, 3761.0, 3761.0, 3741.0, 3718.0, 3741.0, 3728.0, 3773.0, 3729.0, 3771.0, 3739.0, 3738.0, 3732.0, 3698.0, 3730.0, 3698.0, 3772.0, 3729.0, 3769.0, 3740.0, 3709.0, 3741.0, 3731.0, 3749.0, 3741.0, 3761.0, 3773.0, 3731.0, 3764.0, 3742.0, 3731.0, 3740.0, 3718.0, 3772.0, 3738.0, 3771.0, 3730.0, 3749.0, 3729.0, 3725.0, 3726.0, 3736.0, 3768.0, 3724.0, 3735.0, 3714.0, 3723.0, 3712.0, 3731.0, 3712.0, 3711.0, 3703.0, 3701.0, 3723.0, 3713.0, 3733.0, 3713.0, 3732.0, 3701.0, 3711.0, 3711.0, 3690.0, 3713.0, 3715.0, 3745.0, 3718.0, 3749.0, 3731.0, 3734.0, 3751.0, 3742.0, 3771.0, 3783.0, 3743.0, 3773.0, 3754.0, 3732.0, 3773.0, 3741.0, 3772.0, 3753.0, 3770.0, 3763.0, 3769.0, 3782.0, 3738.0, 3747.0, 3715.0, 3745.0, 3713.0, 3732.0, 3713.0, 3723.0, 3724.0, 3703.0, 3724.0, 3713.0, 3748.0, 3714.0, 3755.0, 3724.0, 3756.0, 3714.0, 3713.0, 3725.0, 3715.0, 3747.0, 3738.0, 3779.0, 3762.0, 3760.0, 3760.0, 3719.0, 3761.0, 3739.0, 3747.0, 3772.0, 3751.0, 3794.0, 3763.0, 3751.0, 3742.0, 3730.0, 3770.0, 3728.0, 3717.0, 3715.0, 3706.0, 3737.0, 3728.0, 3718.0, 3751.0, 3742.0, 3772.0, 3750.0, 3718.0, 3737.0, 3716.0, 3706.0, 3781.0, 3750.0, 3709.0, 3753.0, 3720.0, 3720.0, 3744.0, 3743.0, 3770.0, 3759.0, 3719.0, 3731.0, 3717.0, 3716.0, 3718.0, 3725.0, 3713.0, 3738.0, 3772.0, 3760.0, 3729.0, 3714.0, 3736.0, 3716.0, 3770.0, 3749.0, 3705.0, 3746.0, 3703.0, 3733.0, 3701.0, 3681.0, 3701.0, 3701.0, 3711.0, 3703.0, 3722.0, 3715.0, 3703.0, 3745.0, 3694.0, 3736.0, 3705.0, 3708.0, 3753.0, 3722.0, 3722.0, 3797.0, 3788.0, 3736.0, 3788.0, 3757.0, 3754.0, 3765.0, 3720.0, 3761.0, 3709.0, 3760.0, 3707.0, 3748.0, 3706.0, 3726.0, 3706.0, 3693.0, 3713.0, 3671.0, 3724.0, 3692.0, 3715.0, 3694.0, 3694.0, 3716.0, 3697.0, 3748.0, 3758.0, 3707.0, 3761.0, 3720.0, 3710.0, 3752.0, 3722.0, 3751.0, 3774.0, 3733.0, 3796.0, 3765.0, 3765.0, 3755.0, 3732.0, 3763.0, 3720.0, 3760.0, 3739.0, 3748.0, 3729.0, 3748.0, 3771.0, 3738.0, 3758.0, 3716.0, 3735.0, 3714.0, 3703.0, 3714.0, 3714.0, 3736.0, 3727.0, 3769.0, 3727.0, 3780.0, 3716.0, 3714.0, 3715.0, 3703.0, 3714.0, 3706.0, 3750.0, 3741.0, 3772.0, 3732.0, 3730.0, 3727.0, 3715.0, 3746.0, 3726.0, 3738.0, 3771.0, 3751.0, 3783.0, 3753.0, 3729.0, 3749.0, 3716.0, 3758.0, 3704.0, 3746.0, 3704.0, 3767.0, 3736.0, 3777.0, 3726.0, 3713.0, 3712.0, 3690.0, 3711.0, 3690.0, 3743.0, 3712.0, 3745.0, 3715.0, 3767.0, 3715.0, 3714.0, 3713.0, 3702.0, 3732.0, 3714.0, 3748.0, 3750.0, 3721.0, 3733.0, 3713.0, 3710.0, 3731.0, 3720.0, 3772.0, 3742.0, 3762.0, 3743.0, 3722.0, 3785.0, 3753.0, 3783.0, 3740.0, 3706.0, 3716.0, 3694.0, 3714.0, 3683.0, 3736.0, 3727.0, 3758.0, 3716.0, 3693.0, 3703.0, 3691.0, 3702.0, 3690.0, 3732.0, 3691.0, 3734.0, 3715.0, 3757.0, 3705.0, 3703.0, 3703.0, 3692.0, 3713.0, 3702.0, 3756.0, 3713.0, 3734.0, 3737.0, 3696.0, 3760.0, 3751.0, 3752.0, 3740.0, 3731.0, 3728.0, 3728.0, 3705.0, 3769.0, 3762.0, 3785.0, 3764.0, 3733.0, 3796.0, 3733.0, 3730.0, 3719.0, 3695.0, 3726.0, 3693.0, 3738.0, 3716.0, 3782.0, 3730.0, 3740.0, 3716.0, 3694.0, 3714.0, 3692.0, 3733.0, 3704.0, 3724.0, 3748.0, 3719.0, 3763.0, 3700.0, 3687.0, 3709.0, 3696.0, 3706.0, 3716.0, 3708.0, 3750.0, 3721.0, 3712.0, 3753.0, 3689.0, 3773.0, 3762.0, 3750.0, 3751.0, 3699.0, 3717.0, 3697.0, 3687.0, 3718.0, 3708.0, 3751.0, 3752.0, 3773.0, 3743.0, 3722.0, 3721.0, 3699.0, 3727.0, 3719.0, 3739.0, 3761.0, 3729.0, 3762.0, 3709.0, 3698.0, 3719.0, 3697.0, 3726.0, 3706.0, 3736.0, 3760.0, 3729.0, 3760.0, 3697.0, 3707.0, 3708.0, 3696.0, 3726.0, 3706.0, 3725.0, 3727.0, 3697.0, 3760.0, 3729.0, 3749.0, 3697.0, 3674.0, 3714.0, 3682.0, 3725.0, 3736.0, 3735.0, 3737.0, 3695.0, 3685.0, 3696.0, 3706.0, 3696.0, 3696.0, 3760.0, 3709.0, 3762.0, 3710.0, 3698.0, 3709.0, 3709.0, 3761.0, 3761.0, 3740.0, 3731.0, 3709.0, 3707.0, 3708.0, 3705.0, 3760.0, 3707.0, 3749.0, 3731.0, 3740.0, 3708.0, 3697.0, 3706.0, 3696.0, 3726.0, 3759.0, 3727.0, 3749.0, 3708.0, 3707.0, 3707.0, 3707.0, 3727.0, 3738.0, 3758.0, 3749.0, 3707.0, 3695.0, 3705.0, 3715.0, 3706.0, 3694.0, 3738.0, 3727.0, 3760.0, 3729.0, 3707.0, 3695.0, 3706.0, 3725.0, 3706.0, 3735.0, 3726.0, 3707.0, 3748.0, 3708.0, 3749.0, 3718.0, 3706.0, 3717.0, 3707.0, 3758.0, 3727.0, 3727.0, 3760.0, 3720.0, 3771.0, 3740.0, 3708.0, 3738.0, 3708.0, 3737.0, 3727.0, 3717.0, 3761.0, 3708.0, 3750.0, 3709.0, 3772.0, 3762.0, 3772.0, 3750.0, 3707.0, 3704.0, 3694.0, 3693.0, 3716.0, 3695.0, 3747.0, 3708.0, 3737.0, 3717.0, 3694.0, 3758.0, 3693.0, 3735.0, 3704.0, 3746.0, 3748.0, 3748.0, 3761.0, 3709.0, 3708.0, 3707.0, 3718.0, 3771.0, 3784.0, 3731.0, 3761.0, 3766.0, 3735.0, 3752.0, 3731.0, 3718.0, 3740.0, 3719.0, 3751.0, 3720.0, 3766.0, 3762.0, 3749.0, 3756.0, 3766.0, 3702.0, 3692.0, 3729.0, 3727.0, 3688.0, 3739.0, 3753.0, 3738.0, 3708.0, 3730.0, 3760.0, 3718.0, 3759.0, 3696.0, 3696.0, 3706.0, 3696.0, 3705.0, 3707.0, 3695.0, 3762.0, 3720.0, 3785.0, 3743.0, 3741.0, 3751.0, 3709.0, 3740.0, 3709.0, 3695.0, 3707.0, 3726.0, 3708.0, 3717.0, 3719.0, 3739.0, 3719.0, 3728.0, 3737.0, 3682.0, 3733.0, 3669.0, 3733.0, 3683.0, 3719.0, 3690.0, 3678.0, 3688.0, 3703.0, 3692.0, 3714.0, 3707.0, 3739.0, 3773.0, 3709.0, 3743.0, 3732.0, 3731.0, 3741.0, 3731.0, 3740.0, 3718.0, 3737.0, 3737.0, 3705.0, 3757.0, 3726.0, 3758.0, 3715.0, 3673.0, 3695.0, 3685.0, 3693.0, 3684.0, 3694.0, 3684.0, 3704.0, 3686.0, 3717.0, 3708.0, 3696.0, 3739.0, 3697.0, 3760.0, 3740.0, 3739.0, 3750.0, 3708.0, 3729.0, 3720.0, 3700.0, 3731.0, 3711.0, 3732.0, 3775.0, 3755.0, 3797.0, 3766.0, 3713.0, 3754.0, 3723.0, 3742.0, 3698.0, 3765.0, 3771.0, 3728.0, 3783.0, 3747.0, 3718.0, 3717.0, 3704.0, 3734.0, 3715.0, 3756.0, 3725.0, 3748.0, 3769.0, 3727.0, 3769.0, 3717.0, 3716.0, 3705.0, 3715.0, 3715.0, 3706.0, 3758.0, 3718.0, 3769.0, 3750.0, 3748.0, 3760.0, 3706.0, 3736.0, 3705.0, 3703.0, 3746.0, 3706.0, 3745.0, 3706.0, 3757.0, 3707.0, 3748.0, 3757.0, 3727.0, 3738.0, 3706.0, 3703.0, 3695.0, 3706.0, 3738.0, 3708.0, 3761.0, 3775.0, 3753.0, 3764.0, 3732.0, 3741.0, 3762.0, 3708.0, 3750.0, 3740.0, 3770.0, 3761.0, 3751.0, 3773.0, 3720.0, 3727.0, 3707.0, 3704.0, 3736.0, 3695.0, 3746.0, 3707.0, 3736.0, 3750.0, 3739.0, 3738.0, 3708.0, 3705.0, 3705.0, 3703.0, 3735.0, 3706.0, 3747.0, 3739.0, 3729.0, 3760.0, 3741.0, 3771.0, 3739.0, 3707.0, 3726.0, 3718.0, 3726.0, 3749.0, 3730.0, 3773.0, 3763.0, 3773.0, 3762.0, 3709.0, 3738.0, 3708.0, 3737.0, 3728.0, 3718.0, 3738.0, 3708.0, 3737.0, 3729.0, 3706.0, 3769.0, 3706.0, 3747.0, 3738.0, 3747.0, 3706.0, 3707.0, 3728.0, 3720.0, 3718.0, 3773.0, 3730.0, 3772.0, 3753.0, 3721.0, 3719.0, 3711.0, 3762.0, 3730.0, 3729.0, 3783.0, 3741.0, 3772.0, 3763.0, 3752.0, 3720.0, 3708.0, 3736.0, 3715.0, 3695.0, 3725.0, 3737.0, 3772.0, 3732.0, 3689.0, 3699.0, 3709.0, 3698.0, 3728.0, 3718.0, 3747.0, 3760.0, 3728.0, 3739.0, 3709.0, 3709.0, 3740.0, 3707.0, 3728.0, 3695.0, 3749.0, 3749.0, 3738.0, 3729.0, 3718.0, 3697.0, 3719.0, 3727.0, 3707.0, 3706.0, 3738.0, 3706.0, 3739.0, 3709.0, 3761.0, 3751.0, 3739.0, 3717.0, 3698.0, 3707.0, 3707.0, 3707.0, 3728.0, 3708.0, 3772.0, 3774.0, 3753.0, 3753.0, 3723.0, 3721.0, 3721.0, 3709.0, 3750.0, 3729.0, 3730.0, 3739.0, 3752.0, 3773.0, 3763.0, 3731.0, 3719.0, 3708.0, 3706.0, 3717.0, 3705.0, 3726.0, 3696.0, 3738.0, 3750.0, 3728.0, 3739.0, 3718.0, 3684.0, 3706.0, 3713.0, 3694.0, 3704.0, 3726.0, 3695.0, 3749.0, 3751.0, 3749.0, 3728.0, 3707.0, 3694.0, 3704.0, 3716.0, 3717.0, 3707.0, 3750.0, 3762.0, 3731.0, 3775.0, 3744.0, 3732.0, 3721.0, 3731.0, 3718.0, 3708.0, 3718.0, 3718.0, 3741.0, 3775.0, 3777.0, 3737.0, 3753.0, 3710.0, 3721.0, 3719.0, 3732.0, 3721.0, 3772.0, 3774.0, 3753.0, 3765.0, 3734.0, 3731.0, 3729.0, 3710.0, 3728.0, 3762.0, 3730.0, 3752.0, 3719.0, 3722.0, 3730.0, 3720.0, 3707.0, 3717.0, 3696.0, 3705.0, 3697.0, 3707.0, 3728.0, 3719.0, 3750.0, 3719.0, 3719.0, 3731.0, 3731.0, 3719.0, 3719.0, 3752.0, 3742.0, 3743.0, 3732.0, 3721.0, 3721.0, 3719.0, 3718.0, 3708.0, 3718.0, 3739.0, 3729.0, 3740.0, 3720.0, 3719.0, 3719.0, 3707.0, 3705.0, 3706.0, 3706.0, 3705.0, 3718.0, 3706.0, 3719.0, 3719.0, 3729.0, 3717.0, 3739.0, 3707.0, 3718.0, 3719.0, 3718.0, 3705.0, 3685.0, 3707.0, 3707.0, 3709.0, 3721.0, 3720.0, 3711.0, 3722.0, 3730.0, 3722.0, 3720.0, 3742.0, 3722.0, 3762.0, 3732.0, 3742.0, 3763.0, 3742.0, 3760.0, 3741.0, 3697.0, 3708.0, 3708.0, 3708.0, 3719.0, 3707.0, 3709.0, 3731.0, 3774.0, 3742.0, 3697.0, 3728.0, 3771.0, 3731.0, 3773.0, 3731.0, 3710.0, 3720.0, 3709.0, 3698.0, 3739.0, 3750.0, 3730.0, 3730.0, 3711.0, 3697.0, 3707.0, 3697.0, 3717.0, 3707.0, 3738.0, 3760.0, 3729.0, 3729.0, 3698.0, 3708.0, 3707.0, 3707.0, 3717.0, 3729.0, 3717.0, 3740.0, 3698.0, 3697.0, 3708.0, 3698.0, 3707.0, 3696.0, 3684.0, 3728.0, 3705.0, 3737.0, 3707.0, 3696.0, 3706.0, 3685.0, 3705.0, 3695.0, 3694.0, 3728.0, 3706.0, 3748.0, 3707.0, 3727.0, 3727.0, 3684.0, 3715.0, 3695.0, 3694.0, 3715.0, 3695.0, 3749.0, 3750.0, 3750.0, 3750.0, 3698.0, 3708.0, 3697.0, 3704.0, 3705.0, 3684.0, 3737.0, 3727.0, 3748.0, 3728.0, 3697.0, 3706.0, 3706.0, 3694.0, 3727.0, 3697.0, 3750.0, 3762.0, 3785.0, 3778.0, 3735.0, 3734.0, 3720.0, 3697.0, 3727.0, 3708.0, 3749.0, 3718.0], 'WindowWidth': [8432.0, 8464.0, 8406.0, 8454.0, 8409.0, 8445.0, 8403.0, 8442.0, 8430.0, 8457.0, 8418.0, 8375.0, 8417.0, 8404.0, 8443.0, 8405.0, 8444.0, 8443.0, 8468.0, 8457.0, 8439.0, 8427.0, 8392.0, 8431.0, 8383.0, 8436.0, 8376.0, 8419.0, 8390.0, 8404.0, 8391.0, 8393.0, 8399.0, 8428.0, 8399.0, 8420.0, 8391.0, 8364.0, 8381.0, 8383.0, 8423.0, 8415.0, 8399.0, 8451.0, 8407.0, 8481.0, 8441.0, 8440.0, 8427.0, 8377.0, 8433.0, 8392.0, 8477.0, 8448.0, 8462.0, 8448.0, 8389.0, 8418.0, 8371.0, 8421.0, 8370.0, 8453.0, 8427.0, 8460.0, 8412.0, 8369.0, 8399.0, 8369.0, 8424.0, 8387.0, 8455.0, 8434.0, 8431.0, 8435.0, 8391.0, 8417.0, 8391.0, 8439.0, 8418.0, 8426.0, 8416.0, 8389.0, 8442.0, 8383.0, 8431.0, 8402.0, 8398.0, 8385.0, 8407.0, 8468.0, 8426.0, 8470.0, 8461.0, 8422.0, 8443.0, 8433.0, 8466.0, 8447.0, 8463.0, 8452.0, 8452.0, 8425.0, 8392.0, 8424.0, 8405.0, 8471.0, 8408.0, 8464.0, 8420.0, 8417.0, 8417.0, 8366.0, 8408.0, 8366.0, 8467.0, 8407.0, 8460.0, 8424.0, 8383.0, 8428.0, 8416.0, 8437.0, 8430.0, 8455.0, 8473.0, 8418.0, 8464.0, 8434.0, 8416.0, 8427.0, 8394.0, 8468.0, 8419.0, 8465.0, 8410.0, 8432.0, 8407.0, 8396.0, 8401.0, 8410.0, 8458.0, 8393.0, 8407.0, 8378.0, 8387.0, 8374.0, 8397.0, 8373.0, 8370.0, 8361.0, 8357.0, 8388.0, 8375.0, 8401.0, 8375.0, 8399.0, 8358.0, 8369.0, 8370.0, 8341.0, 8377.0, 8385.0, 8423.0, 8395.0, 8435.0, 8419.0, 8428.0, 8444.0, 8435.0, 8470.0, 8490.0, 8436.0, 8476.0, 8451.0, 8421.0, 8474.0, 8429.0, 8470.0, 8444.0, 8462.0, 8458.0, 8462.0, 8482.0, 8416.0, 8428.0, 8382.0, 8420.0, 8376.0, 8399.0, 8377.0, 8389.0, 8392.0, 8364.0, 8393.0, 8377.0, 8430.0, 8381.0, 8436.0, 8393.0, 8438.0, 8382.0, 8378.0, 8396.0, 8386.0, 8428.0, 8421.0, 8477.0, 8456.0, 8452.0, 8453.0, 8399.0, 8455.0, 8423.0, 8432.0, 8470.0, 8441.0, 8503.0, 8460.0, 8442.0, 8429.0, 8412.0, 8463.0, 8406.0, 8388.0, 8383.0, 8373.0, 8413.0, 8404.0, 8393.0, 8441.0, 8431.0, 8471.0, 8438.0, 8395.0, 8415.0, 8386.0, 8374.0, 8480.0, 8440.0, 8384.0, 8445.0, 8402.0, 8401.0, 8441.0, 8436.0, 8463.0, 8447.0, 8396.0, 8415.0, 8390.0, 8385.0, 8394.0, 8394.0, 8375.0, 8419.0, 8467.0, 8447.0, 8409.0, 8380.0, 8411.0, 8385.0, 8463.0, 8432.0, 8369.0, 8422.0, 8362.0, 8398.0, 8358.0, 8330.0, 8355.0, 8355.0, 8368.0, 8360.0, 8385.0, 8382.0, 8363.0, 8421.0, 8355.0, 8410.0, 8372.0, 8384.0, 8448.0, 8406.0, 8406.0, 8510.0, 8503.0, 8429.0, 8500.0, 8458.0, 8449.0, 8463.0, 8396.0, 8450.0, 8381.0, 8445.0, 8374.0, 8427.0, 8371.0, 8393.0, 8370.0, 8347.0, 8374.0, 8314.0, 8388.0, 8345.0, 8380.0, 8352.0, 8353.0, 8385.0, 8361.0, 8429.0, 8444.0, 8375.0, 8452.0, 8399.0, 8386.0, 8442.0, 8405.0, 8440.0, 8477.0, 8422.0, 8508.0, 8469.0, 8466.0, 8453.0, 8421.0, 8459.0, 8398.0, 8448.0, 8420.0, 8428.0, 8407.0, 8431.0, 8467.0, 8418.0, 8443.0, 8386.0, 8408.0, 8380.0, 8363.0, 8380.0, 8378.0, 8412.0, 8402.0, 8461.0, 8402.0, 8475.0, 8386.0, 8381.0, 8383.0, 8364.0, 8378.0, 8371.0, 8437.0, 8430.0, 8471.0, 8418.0, 8413.0, 8403.0, 8384.0, 8422.0, 8399.0, 8416.0, 8466.0, 8442.0, 8486.0, 8445.0, 8410.0, 8436.0, 8387.0, 8443.0, 8366.0, 8420.0, 8364.0, 8451.0, 8411.0, 8468.0, 8397.0, 8375.0, 8375.0, 8341.0, 8370.0, 8339.0, 8414.0, 8374.0, 8423.0, 8383.0, 8454.0, 8384.0, 8380.0, 8379.0, 8361.0, 8400.0, 8378.0, 8431.0, 8435.0, 8401.0, 8422.0, 8394.0, 8386.0, 8412.0, 8396.0, 8467.0, 8428.0, 8454.0, 8430.0, 8402.0, 8490.0, 8444.0, 8484.0, 8422.0, 8371.0, 8383.0, 8350.0, 8376.0, 8334.0, 8409.0, 8397.0, 8441.0, 8384.0, 8350.0, 8364.0, 8344.0, 8359.0, 8339.0, 8398.0, 8343.0, 8403.0, 8381.0, 8438.0, 8369.0, 8364.0, 8362.0, 8348.0, 8374.0, 8360.0, 8434.0, 8376.0, 8406.0, 8415.0, 8360.0, 8450.0, 8441.0, 8442.0, 8424.0, 8415.0, 8405.0, 8405.0, 8372.0, 8460.0, 8456.0, 8490.0, 8462.0, 8419.0, 8506.0, 8420.0, 8410.0, 8395.0, 8357.0, 8397.0, 8350.0, 8413.0, 8385.0, 8480.0, 8410.0, 8421.0, 8386.0, 8355.0, 8377.0, 8345.0, 8399.0, 8365.0, 8394.0, 8429.0, 8396.0, 8459.0, 8373.0, 8348.0, 8378.0, 8359.0, 8371.0, 8384.0, 8380.0, 8435.0, 8398.0, 8388.0, 8444.0, 8356.0, 8468.0, 8454.0, 8434.0, 8439.0, 8370.0, 8388.0, 8362.0, 8350.0, 8391.0, 8378.0, 8438.0, 8441.0, 8470.0, 8433.0, 8403.0, 8403.0, 8370.0, 8401.0, 8393.0, 8417.0, 8450.0, 8406.0, 8453.0, 8382.0, 8367.0, 8393.0, 8362.0, 8397.0, 8372.0, 8409.0, 8448.0, 8405.0, 8448.0, 8363.0, 8377.0, 8378.0, 8360.0, 8396.0, 8369.0, 8392.0, 8400.0, 8360.0, 8448.0, 8405.0, 8431.0, 8360.0, 8325.0, 8375.0, 8332.0, 8391.0, 8408.0, 8407.0, 8412.0, 8355.0, 8342.0, 8360.0, 8370.0, 8361.0, 8360.0, 8449.0, 8382.0, 8454.0, 8384.0, 8368.0, 8380.0, 8381.0, 8450.0, 8452.0, 8421.0, 8414.0, 8381.0, 8377.0, 8378.0, 8371.0, 8447.0, 8375.0, 8433.0, 8412.0, 8423.0, 8377.0, 8363.0, 8371.0, 8358.0, 8397.0, 8444.0, 8402.0, 8433.0, 8378.0, 8377.0, 8376.0, 8375.0, 8402.0, 8415.0, 8444.0, 8434.0, 8374.0, 8356.0, 8370.0, 8382.0, 8371.0, 8352.0, 8415.0, 8400.0, 8448.0, 8406.0, 8374.0, 8356.0, 8371.0, 8395.0, 8370.0, 8407.0, 8398.0, 8373.0, 8430.0, 8377.0, 8434.0, 8390.0, 8371.0, 8385.0, 8373.0, 8441.0, 8400.0, 8399.0, 8448.0, 8395.0, 8464.0, 8423.0, 8379.0, 8418.0, 8379.0, 8414.0, 8403.0, 8389.0, 8452.0, 8378.0, 8436.0, 8382.0, 8468.0, 8456.0, 8469.0, 8434.0, 8373.0, 8365.0, 8351.0, 8350.0, 8382.0, 8356.0, 8424.0, 8376.0, 8412.0, 8387.0, 8352.0, 8440.0, 8348.0, 8404.0, 8365.0, 8424.0, 8429.0, 8428.0, 8450.0, 8381.0, 8380.0, 8379.0, 8394.0, 8467.0, 8488.0, 8414.0, 8456.0, 8469.0, 8426.0, 8443.0, 8413.0, 8392.0, 8423.0, 8395.0, 8437.0, 8398.0, 8465.0, 8452.0, 8432.0, 8435.0, 8450.0, 8361.0, 8347.0, 8411.0, 8403.0, 8332.0, 8418.0, 8443.0, 8417.0, 8377.0, 8408.0, 8450.0, 8388.0, 8444.0, 8359.0, 8359.0, 8371.0, 8360.0, 8370.0, 8373.0, 8358.0, 8453.0, 8396.0, 8490.0, 8432.0, 8424.0, 8440.0, 8384.0, 8422.0, 8381.0, 8357.0, 8373.0, 8396.0, 8375.0, 8386.0, 8394.0, 8420.0, 8395.0, 8402.0, 8411.0, 8331.0, 8399.0, 8309.0, 8399.0, 8336.0, 8373.0, 8338.0, 8320.0, 8333.0, 8363.0, 8348.0, 8376.0, 8376.0, 8419.0, 8469.0, 8379.0, 8432.0, 8415.0, 8410.0, 8425.0, 8412.0, 8421.0, 8391.0, 8413.0, 8410.0, 8365.0, 8439.0, 8397.0, 8439.0, 8380.0, 8324.0, 8354.0, 8341.0, 8350.0, 8337.0, 8349.0, 8338.0, 8365.0, 8345.0, 8386.0, 8376.0, 8359.0, 8420.0, 8361.0, 8448.0, 8424.0, 8420.0, 8435.0, 8377.0, 8407.0, 8397.0, 8374.0, 8417.0, 8390.0, 8418.0, 8477.0, 8451.0, 8511.0, 8469.0, 8395.0, 8450.0, 8407.0, 8427.0, 8347.0, 8466.0, 8465.0, 8405.0, 8486.0, 8427.0, 8392.0, 8389.0, 8367.0, 8405.0, 8381.0, 8435.0, 8396.0, 8429.0, 8461.0, 8400.0, 8458.0, 8389.0, 8384.0, 8370.0, 8382.0, 8382.0, 8372.0, 8442.0, 8391.0, 8460.0, 8437.0, 8431.0, 8448.0, 8373.0, 8411.0, 8367.0, 8362.0, 8421.0, 8369.0, 8422.0, 8370.0, 8439.0, 8376.0, 8430.0, 8443.0, 8402.0, 8418.0, 8372.0, 8367.0, 8358.0, 8372.0, 8419.0, 8380.0, 8456.0, 8478.0, 8447.0, 8463.0, 8421.0, 8431.0, 8457.0, 8380.0, 8435.0, 8422.0, 8464.0, 8454.0, 8439.0, 8471.0, 8398.0, 8402.0, 8376.0, 8367.0, 8410.0, 8355.0, 8423.0, 8375.0, 8413.0, 8436.0, 8420.0, 8419.0, 8378.0, 8371.0, 8370.0, 8366.0, 8409.0, 8372.0, 8427.0, 8419.0, 8406.0, 8451.0, 8427.0, 8466.0, 8420.0, 8375.0, 8398.0, 8390.0, 8398.0, 8433.0, 8409.0, 8471.0, 8459.0, 8473.0, 8456.0, 8382.0, 8418.0, 8378.0, 8415.0, 8403.0, 8389.0, 8417.0, 8376.0, 8415.0, 8406.0, 8373.0, 8458.0, 8372.0, 8428.0, 8416.0, 8427.0, 8373.0, 8376.0, 8405.0, 8397.0, 8391.0, 8469.0, 8410.0, 8470.0, 8445.0, 8401.0, 8398.0, 8389.0, 8454.0, 8412.0, 8406.0, 8483.0, 8425.0, 8470.0, 8459.0, 8441.0, 8397.0, 8380.0, 8413.0, 8383.0, 8355.0, 8396.0, 8415.0, 8471.0, 8419.0, 8354.0, 8369.0, 8382.0, 8366.0, 8403.0, 8392.0, 8428.0, 8448.0, 8405.0, 8421.0, 8382.0, 8381.0, 8424.0, 8377.0, 8403.0, 8357.0, 8431.0, 8432.0, 8416.0, 8405.0, 8390.0, 8361.0, 8393.0, 8401.0, 8375.0, 8372.0, 8417.0, 8372.0, 8418.0, 8379.0, 8450.0, 8437.0, 8420.0, 8389.0, 8365.0, 8373.0, 8375.0, 8374.0, 8403.0, 8379.0, 8468.0, 8474.0, 8444.0, 8447.0, 8407.0, 8402.0, 8401.0, 8382.0, 8434.0, 8407.0, 8407.0, 8419.0, 8441.0, 8471.0, 8459.0, 8412.0, 8394.0, 8379.0, 8371.0, 8385.0, 8366.0, 8397.0, 8357.0, 8415.0, 8435.0, 8403.0, 8420.0, 8390.0, 8340.0, 8370.0, 8374.0, 8351.0, 8365.0, 8397.0, 8356.0, 8432.0, 8438.0, 8435.0, 8405.0, 8375.0, 8354.0, 8366.0, 8382.0, 8386.0, 8375.0, 8436.0, 8456.0, 8415.0, 8479.0, 8436.0, 8418.0, 8402.0, 8413.0, 8392.0, 8376.0, 8389.0, 8391.0, 8428.0, 8479.0, 8483.0, 8431.0, 8444.0, 8381.0, 8397.0, 8394.0, 8418.0, 8400.0, 8467.0, 8475.0, 8446.0, 8466.0, 8424.0, 8416.0, 8407.0, 8383.0, 8404.0, 8455.0, 8410.0, 8441.0, 8397.0, 8404.0, 8413.0, 8399.0, 8376.0, 8388.0, 8356.0, 8368.0, 8361.0, 8376.0, 8404.0, 8394.0, 8436.0, 8393.0, 8395.0, 8414.0, 8414.0, 8395.0, 8395.0, 8443.0, 8428.0, 8431.0, 8418.0, 8402.0, 8399.0, 8395.0, 8390.0, 8375.0, 8389.0, 8418.0, 8406.0, 8423.0, 8396.0, 8394.0, 8392.0, 8375.0, 8369.0, 8370.0, 8369.0, 8369.0, 8387.0, 8371.0, 8394.0, 8395.0, 8405.0, 8389.0, 8417.0, 8375.0, 8391.0, 8393.0, 8391.0, 8366.0, 8340.0, 8374.0, 8374.0, 8382.0, 8401.0, 8399.0, 8388.0, 8403.0, 8412.0, 8401.0, 8397.0, 8429.0, 8400.0, 8454.0, 8416.0, 8427.0, 8458.0, 8430.0, 8446.0, 8422.0, 8360.0, 8374.0, 8374.0, 8374.0, 8389.0, 8373.0, 8377.0, 8413.0, 8475.0, 8430.0, 8363.0, 8404.0, 8465.0, 8413.0, 8471.0, 8413.0, 8386.0, 8396.0, 8380.0, 8363.0, 8418.0, 8435.0, 8407.0, 8410.0, 8387.0, 8363.0, 8375.0, 8360.0, 8387.0, 8375.0, 8414.0, 8448.0, 8405.0, 8405.0, 8365.0, 8377.0, 8373.0, 8374.0, 8387.0, 8406.0, 8388.0, 8421.0, 8364.0, 8362.0, 8376.0, 8362.0, 8372.0, 8358.0, 8337.0, 8400.0, 8368.0, 8413.0, 8372.0, 8359.0, 8372.0, 8342.0, 8366.0, 8355.0, 8351.0, 8402.0, 8371.0, 8430.0, 8374.0, 8401.0, 8400.0, 8340.0, 8381.0, 8354.0, 8352.0, 8380.0, 8354.0, 8432.0, 8434.0, 8434.0, 8435.0, 8363.0, 8375.0, 8360.0, 8365.0, 8366.0, 8338.0, 8410.0, 8398.0, 8430.0, 8404.0, 8361.0, 8370.0, 8371.0, 8353.0, 8400.0, 8361.0, 8434.0, 8455.0, 8492.0, 8489.0, 8431.0, 8424.0, 8401.0, 8365.0, 8403.0, 8378.0, 8434.0, 8391.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.0027021918941273785</td></tr>
<tr><td colspan=3>aqi</td><td>0.06206085566583954</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.12491750091058</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1313241950082789</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0019933413079471</td></tr>
<tr><td colspan=3>efc</td><td>0.471</td></tr>
<tr><td colspan=3>fber</td><td>5275.0029</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.22140236427194943</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>439</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>36.31100082712986</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6561733492810506</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5335166668689832</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.910381203338378</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5246221776357904</td></tr>
<tr><td colspan=3>gcor</td><td>0.00441001</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019810697063803673</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03065960854291916</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1209</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.8909340653770554</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>21.141</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8131</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.7465</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>303503.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>659.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>281.8182</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1808</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>465.8107</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2958.5286</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3133.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73041.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>989.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>805.1996</td></tr>
<tr><td colspan=3>tsnr</td><td>24.198412445373833</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>