<?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-0076_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-0076_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-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076/ses-01/func/sub-0076_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>3bcfb09d56df19180b1f9b0321753421</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>11:48:27.515000</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.999302, -0.00784484, -0.0365319, 0.00906958, 0.999398, 0.0334813]</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.10399</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7704, -7204, 690, 28, 46, -33, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.77</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7a6490ce-5088-4e52-893a-20f8f5bdc36c||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.681053400039673, 0.024333029985427856, -0.0978676825761795, 115.04586029052734], [0.021047120913863182, 2.681312322616577, 0.09123091399669647, -96.13279724121094], [-0.09801249951124191, -0.08982782065868378, 2.696682929992676, -35.60719299316406], [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': ['114827.515000', '114827.975000', '114828.435000', '114828.895000', '114829.355000', '114829.815000', '114830.275000', '114830.735000', '114831.195000', '114831.655000', '114832.115000', '114832.575000', '114833.035000', '114833.495000', '114833.955000', '114834.415000', '114834.875000', '114835.335000', '114835.795000', '114836.255000', '114836.715000', '114837.175000', '114837.635000', '114838.095000', '114838.555000', '114839.015000', '114839.475000', '114839.935000', '114840.395000', '114840.855000', '114841.315000', '114841.775000', '114842.235000', '114842.695000', '114843.155000', '114843.615000', '114844.075000', '114844.535000', '114844.995000', '114845.455000', '114845.915000', '114846.375000', '114846.835000', '114847.295000', '114847.755000', '114848.215000', '114848.675000', '114849.135000', '114849.595000', '114850.055000', '114850.515000', '114850.975000', '114851.435000', '114851.895000', '114852.355000', '114852.815000', '114853.275000', '114853.735000', '114854.195000', '114854.655000', '114855.115000', '114855.575000', '114856.035000', '114856.495000', '114856.955000', '114857.415000', '114857.875000', '114858.335000', '114858.795000', '114859.255000', '114859.715000', '114900.175000', '114900.635000', '114901.095000', '114901.555000', '114902.015000', '114902.475000', '114902.935000', '114903.395000', '114903.855000', '114904.315000', '114904.775000', '114905.235000', '114905.695000', '114906.155000', '114906.615000', '114907.075000', '114907.535000', '114907.995000', '114908.455000', '114908.915000', '114909.375000', '114909.835000', '114910.295000', '114910.755000', '114911.215000', '114911.675000', '114912.135000', '114912.595000', '114913.055000', '114913.515000', '114913.975000', '114914.435000', '114914.895000', '114915.355000', '114915.815000', '114916.275000', '114916.735000', '114917.195000', '114917.655000', '114918.115000', '114918.575000', '114919.035000', '114919.495000', '114919.955000', '114920.415000', '114920.875000', '114921.335000', '114921.795000', '114922.255000', '114922.715000', '114923.175000', '114923.635000', '114924.095000', '114924.555000', '114925.015000', '114925.475000', '114925.935000', '114926.395000', '114926.855000', '114927.315000', '114927.775000', '114928.235000', '114928.695000', '114929.155000', '114929.615000', '114930.075000', '114930.535000', '114930.995000', '114931.455000', '114931.915000', '114932.375000', '114932.835000', '114933.295000', '114933.755000', '114934.215000', '114934.675000', '114935.135000', '114935.595000', '114936.055000', '114936.515000', '114936.975000', '114937.435000', '114937.895000', '114938.355000', '114938.815000', '114939.275000', '114939.735000', '114940.195000', '114940.655000', '114941.115000', '114941.575000', '114942.035000', '114942.495000', '114942.955000', '114943.415000', '114943.875000', '114944.335000', '114944.795000', '114945.255000', '114945.715000', '114946.175000', '114946.635000', '114947.095000', '114947.555000', '114948.015000', '114948.475000', '114948.935000', '114949.395000', '114949.855000', '114950.315000', '114950.775000', '114951.235000', '114951.695000', '114952.155000', '114952.615000', '114953.075000', '114953.535000', '114953.995000', '114954.455000', '114954.915000', '114955.375000', '114955.835000', '114956.295000', '114956.755000', '114957.215000', '114957.675000', '114958.135000', '114958.595000', '114959.055000', '114959.515000', '114959.975000', '115000.435000', '115000.895000', '115001.355000', '115001.815000', '115002.275000', '115002.735000', '115003.195000', '115003.655000', '115004.115000', '115004.575000', '115005.035000', '115005.495000', '115005.955000', '115006.415000', '115006.875000', '115007.335000', '115007.795000', '115008.255000', '115008.715000', '115009.175000', '115009.635000', '115010.095000', '115010.555000', '115011.015000', '115011.475000', '115011.935000', '115012.395000', '115012.855000', '115013.315000', '115013.775000', '115014.235000', '115014.695000', '115015.155000', '115015.615000', '115016.075000', '115016.535000', '115016.995000', '115017.455000', '115017.915000', '115018.375000', '115018.835000', '115019.295000', '115019.755000', '115020.215000', '115020.675000', '115021.135000', '115021.595000', '115022.055000', '115022.515000', '115022.975000', '115023.435000', '115023.895000', '115024.355000', '115024.815000', '115025.275000', '115025.735000', '115026.195000', '115026.655000', '115027.115000', '115027.575000', '115028.035000', '115028.495000', '115028.955000', '115029.415000', '115029.875000', '115030.335000', '115030.795000', '115031.255000', '115031.715000', '115032.175000', '115032.635000', '115033.095000', '115033.555000', '115034.015000', '115034.475000', '115034.935000', '115035.395000', '115035.855000', '115036.315000', '115036.775000', '115037.235000', '115037.695000', '115038.155000', '115038.615000', '115039.075000', '115039.535000', '115039.995000', '115040.455000', '115040.915000', '115041.375000', '115041.835000', '115042.295000', '115042.755000', '115043.215000', '115043.675000', '115044.135000', '115044.595000', '115045.055000', '115045.515000', '115045.975000', '115046.435000', '115046.895000', '115047.355000', '115047.815000', '115048.275000', '115048.735000', '115049.195000', '115049.655000', '115050.115000', '115050.575000', '115051.035000', '115051.495000', '115051.955000', '115052.415000', '115052.875000', '115053.335000', '115053.795000', '115054.255000', '115054.715000', '115055.175000', '115055.635000', '115056.095000', '115056.555000', '115057.015000', '115057.475000', '115057.935000', '115058.395000', '115058.855000', '115059.315000', '115059.775000', '115100.235000', '115100.695000', '115101.155000', '115101.615000', '115102.075000', '115102.535000', '115102.995000', '115103.455000', '115103.915000', '115104.375000', '115104.835000', '115105.295000', '115105.755000', '115106.215000', '115106.675000', '115107.135000', '115107.595000', '115108.055000', '115108.515000', '115108.975000', '115109.435000', '115109.895000', '115110.355000', '115110.815000', '115111.275000', '115111.735000', '115112.195000', '115112.655000', '115113.115000', '115113.575000', '115114.035000', '115114.495000', '115114.955000', '115115.415000', '115115.875000', '115116.335000', '115116.795000', '115117.255000', '115117.715000', '115118.175000', '115118.635000', '115119.095000', '115119.555000', '115120.015000', '115120.475000', '115120.935000', '115121.395000', '115121.855000', '115122.315000', '115122.775000', '115123.235000', '115123.695000', '115124.155000', '115124.615000', '115125.075000', '115125.535000', '115125.995000', '115126.455000', '115126.915000', '115127.375000', '115127.835000', '115128.295000', '115128.755000', '115129.215000', '115129.675000', '115130.135000', '115130.595000', '115131.055000', '115131.515000', '115131.975000', '115132.435000', '115132.895000', '115133.355000', '115133.815000', '115134.275000', '115134.735000', '115135.195000', '115135.655000', '115136.115000', '115136.575000', '115137.035000', '115137.495000', '115137.955000', '115138.415000', '115138.875000', '115139.335000', '115139.795000', '115140.255000', '115140.715000', '115141.175000', '115141.635000', '115142.095000', '115142.555000', '115143.015000', '115143.475000', '115143.935000', '115144.395000', '115144.855000', '115145.315000', '115145.775000', '115146.235000', '115146.695000', '115147.155000', '115147.615000', '115148.075000', '115148.535000', '115148.995000', '115149.455000', '115149.915000', '115150.375000', '115150.835000', '115151.295000', '115151.755000', '115152.215000', '115152.675000', '115153.135000', '115153.595000', '115154.055000', '115154.515000', '115154.975000', '115155.435000', '115155.895000', '115156.355000', '115156.815000', '115157.275000', '115157.735000', '115158.195000', '115158.655000', '115159.115000', '115159.575000', '115200.035000', '115200.495000', '115200.955000', '115201.415000', '115201.875000', '115202.335000', '115202.795000', '115203.255000', '115203.715000', '115204.175000', '115204.635000', '115205.095000', '115205.555000', '115206.015000', '115206.475000', '115206.935000', '115207.395000', '115207.855000', '115208.315000', '115208.775000', '115209.235000', '115209.695000', '115210.155000', '115210.615000', '115211.075000', '115211.535000', '115211.995000', '115212.455000', '115212.915000', '115213.375000', '115213.835000', '115214.295000', '115214.755000', '115215.215000', '115215.675000', '115216.135000', '115216.595000', '115217.055000', '115217.515000', '115217.975000', '115218.435000', '115218.895000', '115219.355000', '115219.815000', '115220.275000', '115220.735000', '115221.195000', '115221.655000', '115222.115000', '115222.575000', '115223.035000', '115223.495000', '115223.955000', '115224.415000', '115224.875000', '115225.335000', '115225.795000', '115226.255000', '115226.715000', '115227.175000', '115227.635000', '115228.095000', '115228.555000', '115229.015000', '115229.475000', '115229.935000', '115230.395000', '115230.855000', '115231.315000', '115231.775000', '115232.235000', '115232.695000', '115233.155000', '115233.615000', '115234.075000', '115234.535000', '115234.995000', '115235.455000', '115235.915000', '115236.375000', '115236.835000', '115237.295000', '115237.755000', '115238.215000', '115238.675000', '115239.135000', '115239.595000', '115240.055000', '115240.515000', '115240.975000', '115241.435000', '115241.895000', '115242.355000', '115242.815000', '115243.275000', '115243.735000', '115244.195000', '115244.655000', '115245.115000', '115245.575000', '115246.035000', '115246.495000', '115246.955000', '115247.415000', '115247.875000', '115248.335000', '115248.795000', '115249.255000', '115249.715000', '115250.175000', '115250.635000', '115251.095000', '115251.555000', '115252.015000', '115252.475000', '115252.935000', '115253.395000', '115253.855000', '115254.315000', '115254.775000', '115255.235000', '115255.695000', '115256.155000', '115256.615000', '115257.075000', '115257.535000', '115257.995000', '115258.455000', '115258.915000', '115259.375000', '115259.835000', '115300.295000', '115300.755000', '115301.215000', '115301.675000', '115302.135000', '115302.595000', '115303.055000', '115303.515000', '115303.975000', '115304.435000', '115304.895000', '115305.355000', '115305.815000', '115306.275000', '115306.735000', '115307.195000', '115307.655000', '115308.115000', '115308.575000', '115309.035000', '115309.495000', '115309.955000', '115310.415000', '115310.875000', '115311.335000', '115311.795000', '115312.255000', '115312.715000', '115313.175000', '115313.635000', '115314.095000', '115314.555000', '115315.015000', '115315.475000', '115315.935000', '115316.395000', '115316.855000', '115317.315000', '115317.775000', '115318.235000', '115318.695000', '115319.155000', '115319.615000', '115320.075000', '115320.535000', '115320.995000', '115321.455000', '115321.915000', '115322.375000', '115322.835000', '115323.295000', '115323.755000', '115324.215000', '115324.675000', '115325.135000', '115325.595000', '115326.055000', '115326.515000', '115326.975000', '115327.435000', '115327.895000', '115328.355000', '115328.815000', '115329.275000', '115329.735000', '115330.195000', '115330.655000', '115331.115000', '115331.575000', '115332.035000', '115332.495000', '115332.955000', '115333.415000', '115333.875000', '115334.335000', '115334.795000', '115335.255000', '115335.715000', '115336.175000', '115336.635000', '115337.095000', '115337.555000', '115338.015000', '115338.475000', '115338.935000', '115339.395000', '115339.855000', '115340.315000', '115340.775000', '115341.235000', '115341.695000', '115342.155000', '115342.615000', '115343.075000', '115343.535000', '115343.995000', '115344.455000', '115344.915000', '115345.375000', '115345.835000', '115346.295000', '115346.755000', '115347.215000', '115347.675000', '115348.135000', '115348.595000', '115349.055000', '115349.515000', '115349.975000', '115350.435000', '115350.895000', '115351.355000', '115351.815000', '115352.275000', '115352.735000', '115353.195000', '115353.655000', '115354.115000', '115354.575000', '115355.035000', '115355.495000', '115355.955000', '115356.415000', '115356.875000', '115357.335000', '115357.795000', '115358.255000', '115358.715000', '115359.175000', '115359.635000', '115400.095000', '115400.555000', '115401.015000', '115401.475000', '115401.935000', '115402.395000', '115402.855000', '115403.315000', '115403.775000', '115404.235000', '115404.695000', '115405.155000', '115405.615000', '115406.075000', '115406.535000', '115406.995000', '115407.455000', '115407.915000', '115408.375000', '115408.835000', '115409.295000', '115409.755000', '115410.215000', '115410.675000', '115411.135000', '115411.595000', '115412.055000', '115412.515000', '115412.975000', '115413.435000', '115413.895000', '115414.355000', '115414.815000', '115415.275000', '115415.735000', '115416.195000', '115416.655000', '115417.115000', '115417.575000', '115418.035000', '115418.495000', '115418.955000', '115419.415000', '115419.875000', '115420.335000', '115420.795000', '115421.255000', '115421.715000', '115422.175000', '115422.635000', '115423.095000', '115423.555000', '115424.015000', '115424.475000', '115424.935000', '115425.395000', '115425.855000', '115426.315000', '115426.775000', '115427.235000', '115427.695000', '115428.155000', '115428.615000', '115429.075000', '115429.535000', '115429.995000', '115430.455000', '115430.915000', '115431.375000', '115431.835000', '115432.295000', '115432.755000', '115433.215000', '115433.675000', '115434.135000', '115434.595000', '115435.055000', '115435.515000', '115435.975000', '115436.435000', '115436.895000', '115437.355000', '115437.815000', '115438.275000', '115438.735000', '115439.195000', '115439.655000', '115440.115000', '115440.575000', '115441.035000', '115441.495000', '115441.955000', '115442.415000', '115442.875000', '115443.335000', '115443.795000', '115444.255000', '115444.715000', '115445.175000', '115445.635000', '115446.095000', '115446.555000', '115447.015000', '115447.475000', '115447.935000', '115448.395000', '115448.855000', '115449.315000', '115449.775000', '115450.235000', '115450.695000', '115451.155000', '115451.615000', '115452.075000', '115452.535000', '115452.995000', '115453.455000', '115453.915000', '115454.375000', '115454.835000', '115455.295000', '115455.755000', '115456.215000', '115456.675000', '115457.135000', '115457.595000', '115458.055000', '115458.515000', '115458.975000', '115459.435000', '115459.895000', '115500.355000', '115500.815000', '115501.275000', '115501.735000', '115502.195000', '115502.655000', '115503.115000', '115503.575000', '115504.035000', '115504.495000', '115504.955000', '115505.415000', '115505.875000', '115506.335000', '115506.795000', '115507.255000', '115507.715000', '115508.175000', '115508.635000', '115509.095000', '115509.555000', '115510.015000', '115510.475000', '115510.935000', '115511.395000', '115511.855000', '115512.315000', '115512.775000', '115513.235000', '115513.695000', '115514.155000', '115514.615000', '115515.075000', '115515.535000', '115515.995000', '115516.455000', '115516.915000', '115517.375000', '115517.835000', '115518.295000', '115518.755000', '115519.215000', '115519.675000', '115520.135000', '115520.595000', '115521.055000', '115521.515000', '115521.975000', '115522.435000', '115522.895000', '115523.355000', '115523.815000', '115524.275000', '115524.735000', '115525.195000', '115525.655000', '115526.115000', '115526.575000', '115527.035000', '115527.495000', '115527.955000', '115528.415000', '115528.875000', '115529.335000', '115529.795000', '115530.255000', '115530.715000', '115531.175000', '115531.635000', '115532.095000', '115532.555000', '115533.015000', '115533.475000', '115533.935000', '115534.395000', '115534.855000', '115535.315000', '115535.775000', '115536.235000', '115536.695000', '115537.155000', '115537.615000', '115538.075000', '115538.535000', '115538.995000', '115539.455000', '115539.915000', '115540.375000', '115540.835000', '115541.295000', '115541.755000', '115542.215000', '115542.675000', '115543.135000', '115543.595000', '115544.055000', '115544.515000', '115544.975000', '115545.435000', '115545.895000', '115546.355000', '115546.815000', '115547.275000', '115547.735000', '115548.195000', '115548.655000', '115549.115000', '115549.575000', '115550.035000', '115550.495000', '115550.955000', '115551.415000', '115551.875000', '115552.335000', '115552.795000', '115553.255000', '115553.715000', '115554.175000', '115554.635000', '115555.095000', '115555.555000', '115556.015000', '115556.475000', '115556.935000', '115557.395000', '115557.855000', '115558.315000', '115558.775000', '115559.235000', '115559.695000', '115600.155000', '115600.615000', '115601.075000', '115601.535000', '115601.995000', '115602.455000', '115602.915000', '115603.375000', '115603.835000', '115604.295000', '115604.755000', '115605.215000', '115605.675000', '115606.135000', '115606.595000', '115607.055000', '115607.515000', '115607.975000', '115608.435000', '115608.895000', '115609.355000', '115609.815000', '115610.275000', '115610.735000', '115611.195000', '115611.655000', '115612.115000', '115612.575000', '115613.035000', '115613.495000', '115613.955000', '115614.415000', '115614.875000', '115615.335000', '115615.795000', '115616.255000', '115616.715000', '115617.175000', '115617.635000', '115618.095000', '115618.555000', '115619.015000', '115619.475000', '115619.935000', '115620.395000', '115620.855000', '115621.315000', '115621.775000', '115622.235000', '115622.695000', '115623.155000', '115623.615000', '115624.075000', '115624.535000', '115624.995000', '115625.455000', '115625.915000', '115626.375000', '115626.835000', '115627.295000', '115627.755000', '115628.215000', '115628.675000', '115629.135000', '115629.595000', '115630.055000', '115630.515000', '115630.975000', '115631.435000', '115631.895000', '115632.355000', '115632.815000', '115633.275000', '115633.735000', '115634.195000', '115634.655000', '115635.115000', '115635.575000', '115636.035000', '115636.495000', '115636.955000', '115637.415000', '115637.875000', '115638.335000', '115638.795000', '115639.255000', '115639.715000', '115640.175000', '115640.635000', '115641.095000', '115641.555000', '115642.015000', '115642.475000', '115642.935000', '115643.395000', '115643.855000', '115644.315000', '115644.775000', '115645.235000', '115645.695000', '115646.155000', '115646.615000', '115647.075000', '115647.535000', '115647.995000', '115648.455000', '115648.915000', '115649.375000', '115649.835000', '115650.295000', '115650.755000', '115651.215000', '115651.675000', '115652.135000', '115652.595000', '115653.055000', '115653.515000', '115653.975000', '115654.435000', '115654.895000', '115655.355000', '115655.815000', '115656.275000', '115656.735000', '115657.195000', '115657.655000', '115658.115000', '115658.575000', '115659.035000', '115659.495000', '115659.955000', '115700.415000', '115700.875000', '115701.335000', '115701.795000', '115702.255000', '115702.715000', '115703.175000', '115703.635000', '115704.095000', '115704.555000', '115705.015000', '115705.475000', '115705.935000', '115706.395000', '115706.855000', '115707.315000', '115707.775000', '115708.235000', '115708.695000', '115709.155000', '115709.615000', '115710.075000', '115710.535000', '115710.995000', '115711.455000', '115711.915000', '115712.375000', '115712.835000', '115713.295000', '115713.755000', '115714.215000', '115714.675000', '115715.135000', '115715.595000', '115716.055000', '115716.515000', '115716.975000', '115717.435000', '115717.895000', '115718.355000', '115718.815000', '115719.275000', '115719.735000', '115720.195000', '115720.655000', '115721.115000', '115721.575000', '115722.035000', '115722.495000', '115722.955000', '115723.415000', '115723.875000', '115724.335000', '115724.795000', '115725.255000', '115725.715000', '115726.175000', '115726.635000', '115727.095000', '115727.555000', '115728.015000', '115728.475000', '115728.935000', '115729.395000', '115729.855000', '115730.315000', '115730.775000', '115731.235000', '115731.695000', '115732.155000', '115732.615000', '115733.075000', '115733.535000', '115733.995000', '115734.455000', '115734.915000', '115735.375000', '115735.835000', '115736.295000', '115736.755000', '115737.215000', '115737.675000', '115738.135000', '115738.595000', '115739.055000', '115739.515000', '115739.975000', '115740.435000', '115740.895000', '115741.355000', '115741.815000', '115742.275000', '115742.735000', '115743.195000'], 'ContentTime': ['114855.370000', '114855.373000', '114855.376000', '114855.378000', '114855.381000', '114855.383000', '114855.386000', '114855.388000', '114855.391000', '114855.393000', '114855.396000', '114855.399000', '114855.401000', '114855.404000', '114855.406000', '114855.409000', '114855.411000', '114855.414000', '114855.417000', '114855.419000', '114855.422000', '114855.432000', '114855.434000', '114855.437000', '114855.440000', '114855.442000', '114855.445000', '114855.447000', '114855.450000', '114855.453000', '114855.455000', '114855.458000', '114855.461000', '114855.463000', '114855.466000', '114855.468000', '114855.471000', '114855.473000', '114855.476000', '114855.478000', '114855.481000', '114855.483000', '114855.486000', '114855.489000', '114855.491000', '114855.494000', '114855.497000', '114855.499000', '114855.502000', '114855.504000', '114855.507000', '114855.509000', '114855.512000', '114855.514000', '114855.517000', '114855.519000', '114855.522000', '114855.525000', '114915.339000', '114915.342000', '114915.345000', '114915.347000', '114915.350000', '114915.353000', '114915.381000', '114915.384000', '114915.386000', '114915.389000', '114915.391000', '114915.394000', '114915.397000', '114915.399000', '114915.402000', '114915.404000', '114915.407000', '114915.409000', '114915.412000', '114915.415000', '114915.417000', '114915.420000', '114915.422000', '114915.425000', '114915.427000', '114915.430000', '114915.433000', '114915.435000', '114915.438000', '114915.441000', '114915.443000', '114915.446000', '114915.448000', '114915.451000', '114915.453000', '114915.456000', '114915.458000', '114915.461000', '114915.464000', '114915.466000', '114915.469000', '114915.471000', '114915.474000', '114915.477000', '114935.339000', '114935.342000', '114935.345000', '114935.347000', '114935.350000', '114935.353000', '114935.355000', '114935.358000', '114935.360000', '114935.363000', '114935.387000', '114935.390000', '114935.393000', '114935.395000', '114935.398000', '114935.408000', '114935.411000', '114935.413000', '114935.416000', '114935.418000', '114935.421000', '114935.423000', '114935.426000', '114935.429000', '114935.432000', '114935.435000', '114935.438000', '114935.440000', '114935.443000', '114935.445000', '114935.448000', '114935.451000', '114935.453000', '114935.456000', '114935.458000', '114935.461000', '114935.464000', '114935.467000', '114935.469000', '114935.472000', '114935.474000', '114935.477000', '114935.480000', '114955.340000', '114955.342000', '114955.345000', '114955.348000', '114955.350000', '114955.385000', '114955.387000', '114955.390000', '114955.392000', '114955.395000', '114955.398000', '114955.400000', '114955.403000', '114955.405000', '114955.408000', '114955.411000', '114955.413000', '114955.416000', '114955.418000', '114955.421000', '114955.423000', '114955.426000', '114955.429000', '114955.431000', '114955.434000', '114955.437000', '114955.439000', '114955.442000', '114955.444000', '114955.447000', '114955.450000', '114955.452000', '114955.455000', '114955.457000', '114955.460000', '114955.462000', '114955.465000', '114955.468000', '114955.470000', '114955.473000', '114955.475000', '114955.478000', '114955.481000', '114955.483000', '115015.339000', '115015.342000', '115015.345000', '115015.348000', '115015.350000', '115015.353000', '115015.355000', '115015.358000', '115015.361000', '115015.363000', '115015.366000', '115015.368000', '115015.371000', '115015.373000', '115015.376000', '115015.379000', '115015.381000', '115015.384000', '115015.386000', '115015.389000', '115015.391000', '115015.394000', '115015.397000', '115015.399000', '115015.402000', '115015.404000', '115015.407000', '115015.410000', '115015.412000', '115015.415000', '115015.417000', '115015.420000', '115015.423000', '115015.425000', '115015.428000', '115015.430000', '115015.433000', '115015.436000', '115015.438000', '115015.441000', '115015.443000', '115015.446000', '115015.449000', '115035.340000', '115035.343000', '115035.346000', '115035.348000', '115035.351000', '115035.354000', '115035.356000', '115035.359000', '115035.361000', '115035.364000', '115035.367000', '115035.369000', '115035.372000', '115035.374000', '115035.377000', '115035.379000', '115035.382000', '115035.384000', '115035.387000', '115035.390000', '115035.392000', '115035.395000', '115035.397000', '115035.400000', '115035.403000', '115035.405000', '115035.408000', '115035.410000', '115035.413000', '115035.415000', '115035.418000', '115035.421000', '115035.423000', '115035.426000', '115035.428000', '115035.431000', '115035.434000', '115035.436000', '115035.439000', '115035.441000', '115035.444000', '115035.446000', '115035.449000', '115035.452000', '115055.340000', '115055.343000', '115055.345000', '115055.348000', '115055.350000', '115055.353000', '115055.356000', '115055.358000', '115055.361000', '115055.363000', '115055.366000', '115055.368000', '115055.371000', '115055.373000', '115055.376000', '115055.379000', '115055.381000', '115055.384000', '115055.386000', '115055.389000', '115055.391000', '115055.394000', '115055.397000', '115055.399000', '115055.402000', '115055.405000', '115055.407000', '115055.410000', '115055.412000', '115055.415000', '115055.417000', '115055.420000', '115055.422000', '115055.425000', '115055.428000', '115055.430000', '115055.433000', '115055.436000', '115055.438000', '115055.441000', '115055.444000', '115055.446000', '115055.449000', '115115.340000', '115115.342000', '115115.345000', '115115.348000', '115115.350000', '115115.353000', '115115.355000', '115115.358000', '115115.361000', '115115.363000', '115115.366000', '115115.368000', '115115.371000', '115115.373000', '115115.376000', '115115.378000', '115115.381000', '115115.384000', '115115.386000', '115115.389000', '115115.412000', '115115.415000', '115115.417000', '115115.420000', '115115.423000', '115115.425000', '115115.428000', '115115.430000', '115115.433000', '115115.435000', '115115.438000', '115115.441000', '115115.443000', '115115.446000', '115115.448000', '115115.451000', '115115.454000', '115115.456000', '115115.459000', '115115.461000', '115115.464000', '115115.467000', '115115.469000', '115115.472000', '115135.339000', '115135.342000', '115135.345000', '115135.348000', '115135.350000', '115135.353000', '115135.356000', '115135.358000', '115135.361000', '115135.363000', '115135.366000', '115135.369000', '115135.371000', '115135.374000', '115135.376000', '115135.379000', '115135.382000', '115135.384000', '115135.387000', '115135.389000', '115135.392000', '115135.395000', '115135.397000', '115135.400000', '115135.402000', '115135.405000', '115135.407000', '115135.410000', '115135.412000', '115135.415000', '115135.418000', '115135.420000', '115135.423000', '115135.425000', '115135.428000', '115135.430000', '115135.433000', '115135.436000', '115135.438000', '115135.441000', '115135.443000', '115135.446000', '115135.448000', '115155.340000', '115155.342000', '115155.345000', '115155.348000', '115155.350000', '115155.353000', '115155.356000', '115155.358000', '115155.361000', '115155.364000', '115155.366000', '115155.369000', '115155.371000', '115155.374000', '115155.376000', '115155.379000', '115155.382000', '115155.384000', '115155.387000', '115155.389000', '115155.392000', '115155.395000', '115155.397000', '115155.400000', '115155.402000', '115155.405000', '115155.407000', '115155.410000', '115155.412000', '115155.415000', '115155.418000', '115155.420000', '115155.423000', '115155.425000', '115155.428000', '115155.431000', '115155.433000', '115155.436000', '115155.438000', '115155.441000', '115155.443000', '115155.446000', '115155.449000', '115155.451000', '115215.340000', '115215.342000', '115215.345000', '115215.348000', '115215.350000', '115215.353000', '115215.356000', '115215.358000', '115215.361000', '115215.363000', '115215.366000', '115215.368000', '115215.371000', '115215.373000', '115215.376000', '115215.379000', '115215.381000', '115215.384000', '115215.387000', '115215.389000', '115215.392000', '115215.394000', '115215.397000', '115215.399000', '115215.402000', '115215.405000', '115215.407000', '115215.410000', '115215.412000', '115215.415000', '115215.417000', '115215.420000', '115215.423000', '115215.425000', '115215.428000', '115215.430000', '115215.433000', '115215.436000', '115215.438000', '115215.441000', '115215.443000', '115215.446000', '115215.449000', '115235.339000', '115235.352000', '115235.355000', '115235.362000', '115235.364000', '115235.367000', '115235.369000', '115235.372000', '115235.374000', '115235.377000', '115235.379000', '115235.382000', '115235.385000', '115235.387000', '115235.390000', '115235.392000', '115235.395000', '115235.397000', '115235.400000', '115235.403000', '115235.405000', '115235.408000', '115235.410000', '115235.413000', '115235.415000', '115235.418000', '115235.421000', '115235.423000', '115235.426000', '115235.428000', '115235.431000', '115235.434000', '115235.436000', '115235.439000', '115235.441000', '115235.444000', '115235.446000', '115235.449000', '115235.452000', '115235.454000', '115235.457000', '115235.459000', '115235.462000', '115235.464000', '115255.340000', '115255.343000', '115255.346000', '115255.349000', '115255.351000', '115255.354000', '115255.356000', '115255.359000', '115255.362000', '115255.364000', '115255.367000', '115255.370000', '115255.372000', '115255.375000', '115255.377000', '115255.380000', '115255.383000', '115255.385000', '115255.388000', '115255.391000', '115255.393000', '115255.396000', '115255.398000', '115255.401000', '115255.403000', '115255.406000', '115255.409000', '115255.411000', '115255.414000', '115255.416000', '115255.419000', '115255.422000', '115255.424000', '115255.427000', '115255.429000', '115255.432000', '115255.434000', '115255.437000', '115255.440000', '115255.442000', '115255.445000', '115255.447000', '115255.450000', '115315.339000', '115315.344000', '115315.347000', '115315.350000', '115315.353000', '115315.355000', '115315.358000', '115315.360000', '115315.363000', '115315.366000', '115315.368000', '115315.371000', '115315.373000', '115315.376000', '115315.379000', '115315.381000', '115315.384000', '115315.387000', '115315.389000', '115315.392000', '115315.394000', '115315.397000', '115315.400000', '115315.402000', '115315.405000', '115315.407000', '115315.410000', '115315.413000', '115315.415000', '115315.418000', '115315.421000', '115315.423000', '115315.426000', '115315.428000', '115315.431000', '115315.434000', '115315.436000', '115315.439000', '115315.441000', '115315.444000', '115315.446000', '115315.449000', '115315.451000', '115335.340000', '115335.343000', '115335.345000', '115335.348000', '115335.350000', '115335.353000', '115335.355000', '115335.358000', '115335.361000', '115335.363000', '115335.366000', '115335.368000', '115335.371000', '115335.373000', '115335.376000', '115335.379000', '115335.381000', '115335.384000', '115335.386000', '115335.389000', '115335.392000', '115335.394000', '115335.397000', '115335.399000', '115335.402000', '115335.405000', '115335.407000', '115335.410000', '115335.412000', '115335.415000', '115335.418000', '115335.420000', '115335.423000', '115335.425000', '115335.428000', '115335.430000', '115335.433000', '115335.436000', '115335.439000', '115335.441000', '115335.444000', '115335.446000', '115335.449000', '115335.452000', '115355.340000', '115355.342000', '115355.345000', '115355.348000', '115355.350000', '115355.353000', '115355.356000', '115355.358000', '115355.361000', '115355.363000', '115355.366000', '115355.368000', '115355.371000', '115355.374000', '115355.376000', '115355.379000', '115355.381000', '115355.384000', '115355.387000', '115355.389000', '115355.392000', '115355.394000', '115355.397000', '115355.400000', '115355.402000', '115355.405000', '115355.407000', '115355.410000', '115355.413000', '115355.415000', '115355.418000', '115355.420000', '115355.423000', '115355.425000', '115355.428000', '115355.431000', '115355.433000', '115355.436000', '115355.438000', '115355.441000', '115355.446000', '115355.448000', '115355.451000', '115415.340000', '115415.343000', '115415.345000', '115415.348000', '115415.350000', '115415.353000', '115415.355000', '115415.358000', '115415.360000', '115415.363000', '115415.365000', '115415.368000', '115415.371000', '115415.378000', '115415.381000', '115415.383000', '115415.386000', '115415.388000', '115415.391000', '115415.394000', '115415.396000', '115415.399000', '115415.401000', '115415.404000', '115415.407000', '115415.409000', '115415.412000', '115415.414000', '115415.417000', '115415.420000', '115415.422000', '115415.425000', '115415.427000', '115415.430000', '115415.432000', '115415.435000', '115415.438000', '115415.440000', '115415.443000', '115415.445000', '115415.448000', '115415.451000', '115415.453000', '115415.456000', '115435.340000', '115435.342000', '115435.345000', '115435.348000', '115435.350000', '115435.353000', '115435.355000', '115435.358000', '115435.361000', '115435.363000', '115435.366000', '115435.368000', '115435.371000', '115435.373000', '115435.376000', '115435.379000', '115435.382000', '115435.385000', '115435.388000', '115435.390000', '115435.393000', '115435.395000', '115435.398000', '115435.401000', '115435.403000', '115435.406000', '115435.409000', '115435.412000', '115435.415000', '115435.418000', '115435.421000', '115435.424000', '115435.426000', '115435.429000', '115435.432000', '115435.435000', '115435.438000', '115435.441000', '115435.444000', '115435.446000', '115435.449000', '115435.452000', '115435.455000', '115455.339000', '115455.342000', '115455.345000', '115455.347000', '115455.350000', '115455.353000', '115455.355000', '115455.358000', '115455.360000', '115455.363000', '115455.365000', '115455.368000', '115455.371000', '115455.373000', '115455.376000', '115455.378000', '115455.381000', '115455.383000', '115455.386000', '115455.389000', '115455.391000', '115455.394000', '115455.396000', '115455.399000', '115455.401000', '115455.404000', '115455.407000', '115455.409000', '115455.412000', '115455.414000', '115455.417000', '115455.419000', '115455.422000', '115455.425000', '115455.427000', '115455.430000', '115455.432000', '115455.435000', '115455.438000', '115455.440000', '115455.443000', '115455.445000', '115455.448000', '115455.451000', '115515.341000', '115515.343000', '115515.346000', '115515.349000', '115515.351000', '115515.354000', '115515.356000', '115515.359000', '115515.361000', '115515.364000', '115515.367000', '115515.369000', '115515.372000', '115515.374000', '115515.377000', '115515.379000', '115515.382000', '115515.385000', '115515.387000', '115515.390000', '115515.392000', '115515.395000', '115515.397000', '115515.400000', '115515.402000', '115515.405000', '115515.408000', '115515.410000', '115515.413000', '115515.415000', '115515.418000', '115515.421000', '115515.423000', '115515.426000', '115515.428000', '115515.431000', '115515.434000', '115515.436000', '115515.439000', '115515.441000', '115515.444000', '115515.447000', '115515.449000', '115535.339000', '115535.342000', '115535.345000', '115535.347000', '115535.350000', '115535.353000', '115535.355000', '115535.358000', '115535.360000', '115535.363000', '115535.365000', '115535.368000', '115535.371000', '115535.373000', '115535.376000', '115535.378000', '115535.381000', '115535.383000', '115535.386000', '115535.388000', '115535.391000', '115535.393000', '115535.396000', '115535.399000', '115535.406000', '115535.409000', '115535.412000', '115535.414000', '115535.417000', '115535.419000', '115535.422000', '115535.424000', '115535.427000', '115535.429000', '115535.432000', '115535.435000', '115535.437000', '115535.440000', '115535.443000', '115535.445000', '115535.448000', '115535.450000', '115535.453000', '115535.456000', '115555.340000', '115555.343000', '115555.345000', '115555.348000', '115555.350000', '115555.353000', '115555.355000', '115555.358000', '115555.361000', '115555.364000', '115555.367000', '115555.370000', '115555.372000', '115555.375000', '115555.378000', '115555.380000', '115555.383000', '115555.385000', '115555.388000', '115555.391000', '115555.393000', '115555.396000', '115555.398000', '115555.401000', '115555.404000', '115555.406000', '115555.409000', '115555.411000', '115555.414000', '115555.416000', '115555.419000', '115555.422000', '115555.425000', '115555.428000', '115555.430000', '115555.433000', '115555.436000', '115555.438000', '115555.441000', '115555.443000', '115555.446000', '115555.449000', '115555.451000', '115615.340000', '115615.342000', '115615.345000', '115615.348000', '115615.350000', '115615.353000', '115615.355000', '115615.358000', '115615.361000', '115615.363000', '115615.366000', '115615.368000', '115615.371000', '115615.373000', '115615.376000', '115615.379000', '115615.381000', '115615.384000', '115615.386000', '115615.389000', '115615.392000', '115615.394000', '115615.397000', '115615.400000', '115615.402000', '115615.405000', '115615.407000', '115615.410000', '115615.413000', '115615.415000', '115615.418000', '115615.420000', '115615.423000', '115615.425000', '115615.428000', '115615.431000', '115615.433000', '115615.436000', '115615.438000', '115615.441000', '115615.444000', '115615.446000', '115615.449000', '115615.451000', '115635.340000', '115635.344000', '115635.346000', '115635.349000', '115635.351000', '115635.354000', '115635.356000', '115635.359000', '115635.362000', '115635.364000', '115635.367000', '115635.369000', '115635.372000', '115635.375000', '115635.378000', '115635.381000', '115635.383000', '115635.386000', '115635.388000', '115635.391000', '115635.394000', '115635.396000', '115635.399000', '115635.401000', '115635.404000', '115635.406000', '115635.409000', '115635.412000', '115635.414000', '115635.417000', '115635.419000', '115635.422000', '115635.425000', '115635.427000', '115635.430000', '115635.432000', '115635.435000', '115635.438000', '115635.440000', '115635.443000', '115635.445000', '115635.448000', '115635.451000', '115655.340000', '115655.342000', '115655.345000', '115655.348000', '115655.350000', '115655.353000', '115655.355000', '115655.358000', '115655.361000', '115655.363000', '115655.366000', '115655.368000', '115655.371000', '115655.374000', '115655.376000', '115655.379000', '115655.381000', '115655.384000', '115655.386000', '115655.389000', '115655.408000', '115655.411000', '115655.413000', '115655.416000', '115655.418000', '115655.421000', '115655.424000', '115655.426000', '115655.429000', '115655.432000', '115655.434000', '115655.437000', '115655.440000', '115655.442000', '115655.445000', '115655.447000', '115655.450000', '115655.452000', '115655.455000', '115655.458000', '115655.460000', '115655.463000', '115655.465000', '115655.468000', '115715.340000', '115715.343000', '115715.345000', '115715.348000', '115715.350000', '115715.353000', '115715.356000', '115715.358000', '115715.361000', '115715.363000', '115715.366000', '115715.368000', '115715.371000', '115715.373000', '115715.376000', '115715.378000', '115715.381000', '115715.384000', '115715.386000', '115715.389000', '115715.392000', '115715.394000', '115715.397000', '115715.399000', '115715.402000', '115715.404000', '115715.407000', '115715.409000', '115715.412000', '115715.415000', '115715.417000', '115715.420000', '115715.422000', '115715.425000', '115715.428000', '115715.431000', '115715.434000', '115715.437000', '115715.440000', '115715.442000', '115715.445000', '115715.447000', '115715.450000', '115735.341000', '115735.343000', '115735.346000', '115735.349000', '115735.351000', '115735.354000', '115735.356000', '115735.359000', '115735.362000', '115735.364000', '115735.367000', '115735.369000', '115735.372000', '115735.374000', '115735.377000', '115735.379000', '115735.382000', '115735.385000', '115735.387000', '115735.390000', '115735.392000', '115735.395000', '115735.398000', '115735.400000', '115735.403000', '115735.405000', '115735.408000', '115735.410000', '115735.413000', '115735.416000', '115735.418000', '115735.421000', '115735.423000', '115735.426000', '115735.429000', '115735.431000', '115735.434000', '115735.437000', '115735.439000', '115735.442000', '115735.444000', '115735.447000', '115735.450000', '115735.452000', '115744.393000', '115744.396000', '115744.398000', '115744.401000', '115744.404000', '115744.406000', '115744.409000', '115744.411000', '115744.414000', '115744.417000', '115744.419000', '115744.422000', '115744.424000', '115744.427000', '115744.429000', '115744.432000', '115744.435000', '115744.437000', '115744.440000', '115744.442000'], 'InstanceCreationTime': ['114855.370000', '114855.373000', '114855.376000', '114855.378000', '114855.381000', '114855.383000', '114855.386000', '114855.388000', '114855.391000', '114855.393000', '114855.396000', '114855.399000', '114855.401000', '114855.404000', '114855.406000', '114855.409000', '114855.411000', '114855.414000', '114855.417000', '114855.419000', '114855.422000', '114855.432000', '114855.434000', '114855.437000', '114855.440000', '114855.442000', '114855.445000', '114855.447000', '114855.450000', '114855.453000', '114855.455000', '114855.458000', '114855.461000', '114855.463000', '114855.466000', '114855.468000', '114855.471000', '114855.473000', '114855.476000', '114855.478000', '114855.481000', '114855.483000', '114855.486000', '114855.489000', '114855.491000', '114855.494000', '114855.497000', '114855.499000', '114855.502000', '114855.504000', '114855.507000', '114855.509000', '114855.512000', '114855.514000', '114855.517000', '114855.519000', '114855.522000', '114855.525000', '114915.339000', '114915.342000', '114915.345000', '114915.347000', '114915.350000', '114915.353000', '114915.381000', '114915.384000', '114915.386000', '114915.389000', '114915.391000', '114915.394000', '114915.397000', '114915.399000', '114915.402000', '114915.404000', '114915.407000', '114915.409000', '114915.412000', '114915.415000', '114915.417000', '114915.420000', '114915.422000', '114915.425000', '114915.427000', '114915.430000', '114915.433000', '114915.435000', '114915.438000', '114915.441000', '114915.443000', '114915.446000', '114915.448000', '114915.451000', '114915.453000', '114915.456000', '114915.458000', '114915.461000', '114915.464000', '114915.466000', '114915.469000', '114915.471000', '114915.474000', '114915.477000', '114935.339000', '114935.342000', '114935.345000', '114935.347000', '114935.350000', '114935.353000', '114935.355000', '114935.358000', '114935.360000', '114935.363000', '114935.387000', '114935.390000', '114935.393000', '114935.395000', '114935.398000', '114935.408000', '114935.411000', '114935.413000', '114935.416000', '114935.418000', '114935.421000', '114935.423000', '114935.426000', '114935.429000', '114935.432000', '114935.435000', '114935.438000', '114935.440000', '114935.443000', '114935.445000', '114935.448000', '114935.451000', '114935.453000', '114935.456000', '114935.458000', '114935.461000', '114935.464000', '114935.467000', '114935.469000', '114935.472000', '114935.474000', '114935.477000', '114935.480000', '114955.340000', '114955.342000', '114955.345000', '114955.348000', '114955.350000', '114955.385000', '114955.387000', '114955.390000', '114955.392000', '114955.395000', '114955.398000', '114955.400000', '114955.403000', '114955.405000', '114955.408000', '114955.411000', '114955.413000', '114955.416000', '114955.418000', '114955.421000', '114955.423000', '114955.426000', '114955.429000', '114955.431000', '114955.434000', '114955.437000', '114955.439000', '114955.442000', '114955.444000', '114955.447000', '114955.450000', '114955.452000', '114955.455000', '114955.457000', '114955.460000', '114955.462000', '114955.465000', '114955.468000', '114955.470000', '114955.473000', '114955.475000', '114955.478000', '114955.481000', '114955.483000', '115015.339000', '115015.342000', '115015.345000', '115015.348000', '115015.350000', '115015.353000', '115015.355000', '115015.358000', '115015.361000', '115015.363000', '115015.366000', '115015.368000', '115015.371000', '115015.373000', '115015.376000', '115015.379000', '115015.381000', '115015.384000', '115015.386000', '115015.389000', '115015.391000', '115015.394000', '115015.397000', '115015.399000', '115015.402000', '115015.404000', '115015.407000', '115015.410000', '115015.412000', '115015.415000', '115015.417000', '115015.420000', '115015.423000', '115015.425000', '115015.428000', '115015.430000', '115015.433000', '115015.436000', '115015.438000', '115015.441000', '115015.443000', '115015.446000', '115015.449000', '115035.340000', '115035.343000', '115035.346000', '115035.348000', '115035.351000', '115035.354000', '115035.356000', '115035.359000', '115035.361000', '115035.364000', '115035.367000', '115035.369000', '115035.372000', '115035.374000', '115035.377000', '115035.379000', '115035.382000', '115035.384000', '115035.387000', '115035.390000', '115035.392000', '115035.395000', '115035.397000', '115035.400000', '115035.403000', '115035.405000', '115035.408000', '115035.410000', '115035.413000', '115035.415000', '115035.418000', '115035.421000', '115035.423000', '115035.426000', '115035.428000', '115035.431000', '115035.434000', '115035.436000', '115035.439000', '115035.441000', '115035.444000', '115035.446000', '115035.449000', '115035.452000', '115055.340000', '115055.343000', '115055.345000', '115055.348000', '115055.350000', '115055.353000', '115055.356000', '115055.358000', '115055.361000', '115055.363000', '115055.366000', '115055.368000', '115055.371000', '115055.373000', '115055.376000', '115055.379000', '115055.381000', '115055.384000', '115055.386000', '115055.389000', '115055.391000', '115055.394000', '115055.397000', '115055.399000', '115055.402000', '115055.405000', '115055.407000', '115055.410000', '115055.412000', '115055.415000', '115055.417000', '115055.420000', '115055.422000', '115055.425000', '115055.428000', '115055.430000', '115055.433000', '115055.436000', '115055.438000', '115055.441000', '115055.444000', '115055.446000', '115055.449000', '115115.340000', '115115.342000', '115115.345000', '115115.348000', '115115.350000', '115115.353000', '115115.355000', '115115.358000', '115115.361000', '115115.363000', '115115.366000', '115115.368000', '115115.371000', '115115.373000', '115115.376000', '115115.378000', '115115.381000', '115115.384000', '115115.386000', '115115.389000', '115115.412000', '115115.415000', '115115.417000', '115115.420000', '115115.423000', '115115.425000', '115115.428000', '115115.430000', '115115.433000', '115115.435000', '115115.438000', '115115.441000', '115115.443000', '115115.446000', '115115.448000', '115115.451000', '115115.454000', '115115.456000', '115115.459000', '115115.461000', '115115.464000', '115115.467000', '115115.469000', '115115.472000', '115135.339000', '115135.342000', '115135.345000', '115135.348000', '115135.350000', '115135.353000', '115135.356000', '115135.358000', '115135.361000', '115135.363000', '115135.366000', '115135.369000', '115135.371000', '115135.374000', '115135.376000', '115135.379000', '115135.382000', '115135.384000', '115135.387000', '115135.389000', '115135.392000', '115135.395000', '115135.397000', '115135.400000', '115135.402000', '115135.405000', '115135.407000', '115135.410000', '115135.412000', '115135.415000', '115135.418000', '115135.420000', '115135.423000', '115135.425000', '115135.428000', '115135.430000', '115135.433000', '115135.436000', '115135.438000', '115135.441000', '115135.443000', '115135.446000', '115135.448000', '115155.340000', '115155.342000', '115155.345000', '115155.348000', '115155.350000', '115155.353000', '115155.356000', '115155.358000', '115155.361000', '115155.364000', '115155.366000', '115155.369000', '115155.371000', '115155.374000', '115155.376000', '115155.379000', '115155.382000', '115155.384000', '115155.387000', '115155.389000', '115155.392000', '115155.395000', '115155.397000', '115155.400000', '115155.402000', '115155.405000', '115155.407000', '115155.410000', '115155.412000', '115155.415000', '115155.418000', '115155.420000', '115155.423000', '115155.425000', '115155.428000', '115155.431000', '115155.433000', '115155.436000', '115155.438000', '115155.441000', '115155.443000', '115155.446000', '115155.449000', '115155.451000', '115215.340000', '115215.342000', '115215.345000', '115215.348000', '115215.350000', '115215.353000', '115215.356000', '115215.358000', '115215.361000', '115215.363000', '115215.366000', '115215.368000', '115215.371000', '115215.373000', '115215.376000', '115215.379000', '115215.381000', '115215.384000', '115215.387000', '115215.389000', '115215.392000', '115215.394000', '115215.397000', '115215.399000', '115215.402000', '115215.405000', '115215.407000', '115215.410000', '115215.412000', '115215.415000', '115215.417000', '115215.420000', '115215.423000', '115215.425000', '115215.428000', '115215.430000', '115215.433000', '115215.436000', '115215.438000', '115215.441000', '115215.443000', '115215.446000', '115215.449000', '115235.339000', '115235.352000', '115235.355000', '115235.362000', '115235.364000', '115235.367000', '115235.369000', '115235.372000', '115235.374000', '115235.377000', '115235.379000', '115235.382000', '115235.385000', '115235.387000', '115235.390000', '115235.392000', '115235.395000', '115235.397000', '115235.400000', '115235.403000', '115235.405000', '115235.408000', '115235.410000', '115235.413000', '115235.415000', '115235.418000', '115235.421000', '115235.423000', '115235.426000', '115235.428000', '115235.431000', '115235.434000', '115235.436000', '115235.439000', '115235.441000', '115235.444000', '115235.446000', '115235.449000', '115235.452000', '115235.454000', '115235.457000', '115235.459000', '115235.462000', '115235.464000', '115255.340000', '115255.343000', '115255.346000', '115255.349000', '115255.351000', '115255.354000', '115255.356000', '115255.359000', '115255.362000', '115255.364000', '115255.367000', '115255.370000', '115255.372000', '115255.375000', '115255.377000', '115255.380000', '115255.383000', '115255.385000', '115255.388000', '115255.391000', '115255.393000', '115255.396000', '115255.398000', '115255.401000', '115255.403000', '115255.406000', '115255.409000', '115255.411000', '115255.414000', '115255.416000', '115255.419000', '115255.422000', '115255.424000', '115255.427000', '115255.429000', '115255.432000', '115255.434000', '115255.437000', '115255.440000', '115255.442000', '115255.445000', '115255.447000', '115255.450000', '115315.339000', '115315.344000', '115315.347000', '115315.350000', '115315.353000', '115315.355000', '115315.358000', '115315.360000', '115315.363000', '115315.366000', '115315.368000', '115315.371000', '115315.373000', '115315.376000', '115315.379000', '115315.381000', '115315.384000', '115315.387000', '115315.389000', '115315.392000', '115315.394000', '115315.397000', '115315.400000', '115315.402000', '115315.405000', '115315.407000', '115315.410000', '115315.413000', '115315.415000', '115315.418000', '115315.421000', '115315.423000', '115315.426000', '115315.428000', '115315.431000', '115315.434000', '115315.436000', '115315.439000', '115315.441000', '115315.444000', '115315.446000', '115315.449000', '115315.451000', '115335.340000', '115335.343000', '115335.345000', '115335.348000', '115335.350000', '115335.353000', '115335.355000', '115335.358000', '115335.361000', '115335.363000', '115335.366000', '115335.368000', '115335.371000', '115335.373000', '115335.376000', '115335.379000', '115335.381000', '115335.384000', '115335.386000', '115335.389000', '115335.392000', '115335.394000', '115335.397000', '115335.399000', '115335.402000', '115335.405000', '115335.407000', '115335.410000', '115335.412000', '115335.415000', '115335.418000', '115335.420000', '115335.423000', '115335.425000', '115335.428000', '115335.430000', '115335.433000', '115335.436000', '115335.439000', '115335.441000', '115335.444000', '115335.446000', '115335.449000', '115335.452000', '115355.340000', '115355.342000', '115355.345000', '115355.348000', '115355.350000', '115355.353000', '115355.356000', '115355.358000', '115355.361000', '115355.363000', '115355.366000', '115355.368000', '115355.371000', '115355.374000', '115355.376000', '115355.379000', '115355.381000', '115355.384000', '115355.387000', '115355.389000', '115355.392000', '115355.394000', '115355.397000', '115355.400000', '115355.402000', '115355.405000', '115355.407000', '115355.410000', '115355.413000', '115355.415000', '115355.418000', '115355.420000', '115355.423000', '115355.425000', '115355.428000', '115355.431000', '115355.433000', '115355.436000', '115355.438000', '115355.441000', '115355.446000', '115355.448000', '115355.451000', '115415.340000', '115415.343000', '115415.345000', '115415.348000', '115415.350000', '115415.353000', '115415.355000', '115415.358000', '115415.360000', '115415.363000', '115415.365000', '115415.368000', '115415.371000', '115415.378000', '115415.381000', '115415.383000', '115415.386000', '115415.388000', '115415.391000', '115415.394000', '115415.396000', '115415.399000', '115415.401000', '115415.404000', '115415.407000', '115415.409000', '115415.412000', '115415.414000', '115415.417000', '115415.420000', '115415.422000', '115415.425000', '115415.427000', '115415.430000', '115415.432000', '115415.435000', '115415.438000', '115415.440000', '115415.443000', '115415.445000', '115415.448000', '115415.451000', '115415.453000', '115415.456000', '115435.340000', '115435.342000', '115435.345000', '115435.348000', '115435.350000', '115435.353000', '115435.355000', '115435.358000', '115435.361000', '115435.363000', '115435.366000', '115435.368000', '115435.371000', '115435.373000', '115435.376000', '115435.379000', '115435.382000', '115435.385000', '115435.388000', '115435.390000', '115435.393000', '115435.395000', '115435.398000', '115435.401000', '115435.403000', '115435.406000', '115435.409000', '115435.412000', '115435.415000', '115435.418000', '115435.421000', '115435.424000', '115435.426000', '115435.429000', '115435.432000', '115435.435000', '115435.438000', '115435.441000', '115435.444000', '115435.446000', '115435.449000', '115435.452000', '115435.455000', '115455.339000', '115455.342000', '115455.345000', '115455.347000', '115455.350000', '115455.353000', '115455.355000', '115455.358000', '115455.360000', '115455.363000', '115455.365000', '115455.368000', '115455.371000', '115455.373000', '115455.376000', '115455.378000', '115455.381000', '115455.383000', '115455.386000', '115455.389000', '115455.391000', '115455.394000', '115455.396000', '115455.399000', '115455.401000', '115455.404000', '115455.407000', '115455.409000', '115455.412000', '115455.414000', '115455.417000', '115455.419000', '115455.422000', '115455.425000', '115455.427000', '115455.430000', '115455.432000', '115455.435000', '115455.438000', '115455.440000', '115455.443000', '115455.445000', '115455.448000', '115455.451000', '115515.341000', '115515.343000', '115515.346000', '115515.349000', '115515.351000', '115515.354000', '115515.356000', '115515.359000', '115515.361000', '115515.364000', '115515.367000', '115515.369000', '115515.372000', '115515.374000', '115515.377000', '115515.379000', '115515.382000', '115515.385000', '115515.387000', '115515.390000', '115515.392000', '115515.395000', '115515.397000', '115515.400000', '115515.402000', '115515.405000', '115515.408000', '115515.410000', '115515.413000', '115515.415000', '115515.418000', '115515.421000', '115515.423000', '115515.426000', '115515.428000', '115515.431000', '115515.434000', '115515.436000', '115515.439000', '115515.441000', '115515.444000', '115515.447000', '115515.449000', '115535.339000', '115535.342000', '115535.345000', '115535.347000', '115535.350000', '115535.353000', '115535.355000', '115535.358000', '115535.360000', '115535.363000', '115535.365000', '115535.368000', '115535.371000', '115535.373000', '115535.376000', '115535.378000', '115535.381000', '115535.383000', '115535.386000', '115535.388000', '115535.391000', '115535.393000', '115535.396000', '115535.399000', '115535.406000', '115535.409000', '115535.412000', '115535.414000', '115535.417000', '115535.419000', '115535.422000', '115535.424000', '115535.427000', '115535.429000', '115535.432000', '115535.435000', '115535.437000', '115535.440000', '115535.443000', '115535.445000', '115535.448000', '115535.450000', '115535.453000', '115535.456000', '115555.340000', '115555.343000', '115555.345000', '115555.348000', '115555.350000', '115555.353000', '115555.355000', '115555.358000', '115555.361000', '115555.364000', '115555.367000', '115555.370000', '115555.372000', '115555.375000', '115555.378000', '115555.380000', '115555.383000', '115555.385000', '115555.388000', '115555.391000', '115555.393000', '115555.396000', '115555.398000', '115555.401000', '115555.404000', '115555.406000', '115555.409000', '115555.411000', '115555.414000', '115555.416000', '115555.419000', '115555.422000', '115555.425000', '115555.428000', '115555.430000', '115555.433000', '115555.436000', '115555.438000', '115555.441000', '115555.443000', '115555.446000', '115555.449000', '115555.451000', '115615.340000', '115615.342000', '115615.345000', '115615.348000', '115615.350000', '115615.353000', '115615.355000', '115615.358000', '115615.361000', '115615.363000', '115615.366000', '115615.368000', '115615.371000', '115615.373000', '115615.376000', '115615.379000', '115615.381000', '115615.384000', '115615.386000', '115615.389000', '115615.392000', '115615.394000', '115615.397000', '115615.400000', '115615.402000', '115615.405000', '115615.407000', '115615.410000', '115615.413000', '115615.415000', '115615.418000', '115615.420000', '115615.423000', '115615.425000', '115615.428000', '115615.431000', '115615.433000', '115615.436000', '115615.438000', '115615.441000', '115615.444000', '115615.446000', '115615.449000', '115615.451000', '115635.340000', '115635.344000', '115635.346000', '115635.349000', '115635.351000', '115635.354000', '115635.356000', '115635.359000', '115635.362000', '115635.364000', '115635.367000', '115635.369000', '115635.372000', '115635.375000', '115635.378000', '115635.381000', '115635.383000', '115635.386000', '115635.388000', '115635.391000', '115635.394000', '115635.396000', '115635.399000', '115635.401000', '115635.404000', '115635.406000', '115635.409000', '115635.412000', '115635.414000', '115635.417000', '115635.419000', '115635.422000', '115635.425000', '115635.427000', '115635.430000', '115635.432000', '115635.435000', '115635.438000', '115635.440000', '115635.443000', '115635.445000', '115635.448000', '115635.451000', '115655.340000', '115655.342000', '115655.345000', '115655.348000', '115655.350000', '115655.353000', '115655.355000', '115655.358000', '115655.361000', '115655.363000', '115655.366000', '115655.368000', '115655.371000', '115655.374000', '115655.376000', '115655.379000', '115655.381000', '115655.384000', '115655.386000', '115655.389000', '115655.408000', '115655.411000', '115655.413000', '115655.416000', '115655.418000', '115655.421000', '115655.424000', '115655.426000', '115655.429000', '115655.432000', '115655.434000', '115655.437000', '115655.440000', '115655.442000', '115655.445000', '115655.447000', '115655.450000', '115655.452000', '115655.455000', '115655.458000', '115655.460000', '115655.463000', '115655.465000', '115655.468000', '115715.340000', '115715.343000', '115715.345000', '115715.348000', '115715.350000', '115715.353000', '115715.356000', '115715.358000', '115715.361000', '115715.363000', '115715.366000', '115715.368000', '115715.371000', '115715.373000', '115715.376000', '115715.378000', '115715.381000', '115715.384000', '115715.386000', '115715.389000', '115715.392000', '115715.394000', '115715.397000', '115715.399000', '115715.402000', '115715.404000', '115715.407000', '115715.409000', '115715.412000', '115715.415000', '115715.417000', '115715.420000', '115715.422000', '115715.425000', '115715.428000', '115715.431000', '115715.434000', '115715.437000', '115715.440000', '115715.442000', '115715.445000', '115715.447000', '115715.450000', '115735.341000', '115735.343000', '115735.346000', '115735.349000', '115735.351000', '115735.354000', '115735.356000', '115735.359000', '115735.362000', '115735.364000', '115735.367000', '115735.369000', '115735.372000', '115735.374000', '115735.377000', '115735.379000', '115735.382000', '115735.385000', '115735.387000', '115735.390000', '115735.392000', '115735.395000', '115735.398000', '115735.400000', '115735.403000', '115735.405000', '115735.408000', '115735.410000', '115735.413000', '115735.416000', '115735.418000', '115735.421000', '115735.423000', '115735.426000', '115735.429000', '115735.431000', '115735.434000', '115735.437000', '115735.439000', '115735.442000', '115735.444000', '115735.447000', '115735.450000', '115735.452000', '115744.393000', '115744.396000', '115744.398000', '115744.401000', '115744.404000', '115744.406000', '115744.409000', '115744.411000', '115744.414000', '115744.417000', '115744.419000', '115744.422000', '115744.424000', '115744.427000', '115744.429000', '115744.432000', '115744.435000', '115744.437000', '115744.440000', '115744.442000'], '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': [13409, 13339, 14197, 17801, 12622, 14298, 15333, 12677, 13862, 16181, 12981, 14331, 15637, 12517, 13991, 14327, 12430, 13881, 14073, 12250, 13694, 14315, 11697, 13978, 14003, 11799, 13779, 14430, 12833, 13967, 15606, 11381, 14201, 14880, 12217, 13998, 14729, 11696, 14211, 14404, 15863, 14015, 14813, 16833, 13894, 14815, 15938, 14061, 14601, 15861, 13612, 14774, 15119, 12024, 14373, 14648, 13024, 14782, 14901, 16860, 14105, 14539, 14950, 12121, 14329, 14520, 11271, 14500, 14712, 15764, 14067, 14779, 14723, 12572, 14342, 14549, 15949, 14060, 14842, 14509, 11528, 14290, 14721, 15577, 13812, 14556, 14963, 12186, 14269, 14782, 15282, 14091, 14873, 14324, 11752, 14271, 14725, 13219, 14176, 14635, 14623, 12355, 14284, 14691, 10932, 14278, 14838, 12976, 13016, 14388, 13446, 11650, 13919, 14284, 12071, 13266, 14328, 10955, 13617, 14263, 15783, 13296, 14096, 16274, 11555, 13963, 14531, 13954, 13372, 14537, 15345, 12706, 13808, 15484, 11220, 13025, 13950, 11250, 12567, 13853, 11519, 12335, 14003, 10778, 12758, 13710, 14199, 12288, 13236, 15330, 11458, 13214, 15676, 11678, 13302, 16207, 11342, 13214, 14023, 12032, 13151, 14036, 11548, 13331, 13765, 15901, 12799, 13722, 16006, 12050, 13525, 15016, 12567, 13745, 16046, 12642, 13620, 16083, 11234, 13574, 14698, 11208, 13205, 15261, 15194, 13410, 13780, 17142, 12583, 13742, 15123, 12620, 13396, 15288, 11952, 13799, 14711, 11453, 13208, 13879, 11264, 13208, 13831, 15101, 13507, 13907, 15964, 13515, 13743, 15567, 12346, 13825, 13860, 11498, 13543, 13701, 11182, 13651, 14161, 11280, 13923, 14254, 11381, 14262, 14001, 11323, 13453, 14351, 11543, 13782, 14438, 12196, 13663, 14304, 11878, 13560, 14322, 11723, 14100, 14090, 12595, 13527, 14448, 11586, 13346, 14474, 12502, 13890, 14307, 11797, 13979, 14452, 12059, 13595, 14382, 11350, 13548, 13597, 11498, 13609, 14349, 12186, 13620, 14838, 12323, 14327, 14415, 14667, 14577, 14500, 12632, 14210, 14441, 11758, 14315, 14443, 11900, 14637, 13382, 12114, 14349, 15606, 12225, 14457, 14364, 12068, 14137, 13130, 12397, 14224, 14816, 12180, 13992, 14611, 13416, 13864, 14729, 11993, 13611, 14295, 11879, 13870, 13955, 14468, 13403, 14283, 12071, 13532, 14009, 11641, 13461, 13628, 13264, 13156, 14000, 11932, 13073, 13753, 13800, 13419, 13540, 13187, 13274, 14019, 11390, 13435, 14316, 11156, 13465, 14921, 12419, 13375, 16451, 12739, 13856, 17010, 12379, 14059, 17150, 13302, 14169, 17133, 12140, 14026, 16834, 11558, 13894, 13928, 13620, 14077, 13563, 13346, 12081, 12159, 14244, 12696, 13768, 15668, 13924, 14730, 17783, 13929, 14412, 17674, 12683, 14240, 17348, 13041, 14305, 16696, 12184, 14121, 15349, 12856, 14134, 15047, 12080, 14106, 13206, 12460, 13950, 13977, 13198, 14534, 14712, 13204, 13965, 15796, 13566, 14261, 17332, 13883, 13858, 16881, 13382, 14352, 16573, 13877, 14270, 16627, 13544, 14403, 15892, 13415, 14416, 16140, 13545, 14222, 15183, 12063, 14140, 14254, 12951, 14455, 14695, 11797, 13927, 14466, 11576, 14163, 14384, 15517, 14101, 14570, 16636, 13648, 14108, 15466, 12215, 14325, 14648, 13258, 14733, 14373, 16440, 14151, 14791, 16926, 13516, 14363, 14299, 13198, 14344, 14814, 12029, 14402, 14421, 12118, 13919, 14670, 11506, 14468, 14679, 16476, 13101, 14345, 14631, 13481, 14279, 14499, 16480, 13251, 14178, 13815, 11765, 13441, 14497, 12355, 13544, 14524, 14060, 12976, 14136, 14474, 12935, 14248, 14005, 11761, 13438, 14318, 11508, 13280, 14324, 12161, 13884, 14524, 14762, 13089, 14050, 14896, 12553, 14142, 14463, 11880, 13512, 14729, 11549, 14202, 14590, 11678, 13883, 14734, 11742, 13670, 14422, 13779, 13946, 14057, 14294, 13487, 14128, 16374, 12865, 14152, 15543, 12237, 13407, 14799, 11298, 13554, 14506, 11695, 13580, 14746, 11766, 13573, 14482, 11936, 13992, 14860, 12052, 13385, 14650, 11803, 13774, 14838, 12697, 13571, 14710, 11937, 13478, 14462, 16222, 13724, 14538, 16748, 13068, 14357, 16492, 12801, 14291, 15933, 11766, 14019, 14707, 11823, 14097, 14935, 11914, 14368, 14859, 11949, 13963, 14500, 15146, 14314, 14668, 14836, 13928, 14653, 15131, 14179, 14940, 16480, 13554, 14685, 15755, 14263, 14546, 15539, 12106, 14359, 14968, 11900, 14216, 15042, 14818, 14769, 14966, 16925, 14099, 14938, 15997, 12421, 14368, 14037, 12578, 14171, 14368, 11929, 14279, 15016, 12354, 14608, 14834, 12159, 14069, 14786, 11865, 14353, 14726, 15020, 14107, 14450, 12541, 14448, 14418, 18446, 14118, 14863, 16511, 13380, 14282, 16445, 12446, 14464, 15790, 12101, 14302, 15025, 12527, 14381, 14817, 17526, 14197, 14730, 16434, 13767, 14720, 15606, 14063, 14634, 15202, 13453, 14262, 14780, 12209, 14308, 14812, 13385, 14293, 14864, 16214, 13597, 14422, 14880, 12789, 14115, 14092, 12163, 14071, 13412, 13132, 14258, 15428, 11983, 14166, 14755, 12808, 13914, 15152, 13116, 14428, 14877, 17272, 13858, 14710, 16437, 12149, 14094, 14533, 13425, 14105, 14468, 15263, 13503, 14231, 15384, 13221, 14214, 14565, 12464, 13917, 14399, 12494, 13940, 14791, 12421, 13634, 15003, 12169, 13449, 14192, 14809, 14027, 14507, 14640, 13489, 14104, 13244, 13831, 14479, 16294, 13516, 14571, 16160, 13464, 14356, 16243, 13306, 14706, 15716, 12828, 14346, 15727, 12772, 14183, 15941, 11873, 13905, 16133, 12772, 13881, 16044, 12183, 13724, 14899, 12211, 13814, 14408, 11861, 13920, 14491, 12540, 13513, 14722, 12640, 13078, 14265, 12691, 13663, 15343, 12622, 13956, 16881, 13178, 14344, 17221, 12935, 14085, 16993, 13695, 14486, 17581, 13308, 14576, 17674, 14291, 14622, 17372, 13532, 14504, 16890, 13508, 14457, 17192, 13831, 14650, 16456, 13204, 14173, 15560, 13457, 14400, 15761, 12675, 14275, 15287, 12469, 14275, 15567, 12374, 14658, 15732, 13137, 14419, 15765, 13845, 14780, 15875, 13167, 14580, 15875, 13734, 14656, 15943, 13301, 14603, 16305, 14138, 14482, 13852, 14689, 14802, 12946, 14212, 14708, 12313, 14573, 14890, 12600, 14432, 15480, 12558, 14206, 15380, 13010, 14348, 15252, 13743, 14894, 16481, 13569, 14795, 12653, 14540, 14677, 15220, 14307, 14867, 14144, 14348, 15063, 12760, 14535, 15137, 12579, 13847, 14690, 11975, 14005, 14702, 12446, 13661, 14356, 12549, 13850, 16572, 12009, 14331, 15478, 12133, 13648, 14833, 12417, 13851, 15540, 12516, 13892, 15500, 12456, 14255, 14870, 12777, 14382, 16221, 11746, 14287, 15981, 12229, 14202, 16225, 11903, 14482, 15659, 12120, 14173, 14619, 12425, 14046, 15245, 11846, 14393, 15195, 11971, 14433, 14787, 13219, 14203, 16228, 12117, 14753, 15756, 12684, 14429, 15509, 12419, 14428, 16207, 12196, 14854, 16268, 12428, 14694, 15036, 13111, 14581, 14598, 16020, 14770, 14973, 17606, 14195, 14962, 16366, 14167, 14523, 16302, 14673, 15055, 16744, 13928, 15017, 16221, 14630, 14818, 16942, 13836, 14887, 15955, 13621, 14886, 15592, 13944, 14985, 15543, 12103, 14451, 14953, 12878, 14393, 15212, 13812, 14817, 14815, 15139, 14605, 14700, 16755, 13566, 14249, 15824, 13606, 14302, 15135, 12077, 14367, 14772, 12833, 13928, 15475, 12313, 14189, 15795, 12261, 13784, 14775, 13193, 13763, 14231, 15715, 14150, 14258, 18198, 13482, 14235, 16707, 13630, 14260, 17036, 13332, 14000, 15877, 12457, 13762, 14063, 12185, 13482, 14234, 12405, 14452, 14376, 14116, 13318, 14264, 17474, 13143, 13982, 16352, 12158, 14018, 14889, 12710, 13335, 14389, 12560, 13472, 14114, 12273, 13446, 13818, 12296, 13370, 13944, 13853, 12654, 13584, 16535, 12491, 13413, 15865, 13177, 12891, 15376, 9725, 13544, 16129, 13182, 13953, 12051, 13790, 16112, 13281, 14086, 17290, 13637, 14231, 17597, 12401, 14267, 17155, 12085, 14120, 15988, 12340, 14419, 14620, 12135, 14160, 14629, 12613, 14440, 14350, 13601, 13549, 14453, 15982, 13994, 14674, 16621, 13248, 14250, 16083, 13321, 14255, 16053, 13275, 14377, 15807, 12900, 14551, 15857, 12638, 14612, 15586, 12670, 13930, 14947, 13188, 14081, 14686, 17945, 13546, 14557, 17006, 12864, 14228, 15929, 12161, 14090, 14887, 12054, 13815, 14101, 12517, 13458, 13935, 14405, 13540, 14183, 16349, 12872, 13677, 15730, 12921, 13924, 16135, 12732, 14047, 15247, 12964, 13361, 16095, 12657, 13029, 15873, 12514, 13593, 15717, 12574, 13115, 15529, 12795, 12954, 16064, 12466, 13533, 16050, 12453, 13337, 16486, 12491, 13676, 18478, 12569, 14147, 14442, 12798, 14103, 12164, 13191, 15318, 12403, 13628, 15935, 12536, 13292, 16710, 12924, 13890, 16953, 12672, 14078, 17871, 13233, 14116, 18524, 13472, 14851, 12204, 14182, 12270, 13874, 14751, 12217, 14068, 14552, 14836, 14043, 14421, 12183, 14316, 14860, 12651, 14585, 14656, 12175, 14089, 16771, 13415, 14585, 16467, 13753, 14440, 17286, 14795, 14283, 15374, 14431, 14469, 13478, 14675, 14479, 12627, 14919, 14546, 12098, 14483, 13948], 'WindowCenter': [4422.0, 4406.0, 4404.0, 4410.0, 4366.0, 4385.0, 4382.0, 4362.0, 4374.0, 4382.0, 4363.0, 4373.0, 4371.0, 4351.0, 4373.0, 4373.0, 4362.0, 4373.0, 4373.0, 4350.0, 4372.0, 4375.0, 4352.0, 4373.0, 4373.0, 4351.0, 4374.0, 4373.0, 4362.0, 4373.0, 4386.0, 4351.0, 4372.0, 4373.0, 4350.0, 4361.0, 4372.0, 4348.0, 4370.0, 4372.0, 4371.0, 4360.0, 4371.0, 4371.0, 4359.0, 4372.0, 4370.0, 4358.0, 4372.0, 4370.0, 4358.0, 4371.0, 4371.0, 4347.0, 4359.0, 4372.0, 4348.0, 4359.0, 4370.0, 4369.0, 4345.0, 4357.0, 4358.0, 4333.0, 4356.0, 4358.0, 4334.0, 4355.0, 4359.0, 4357.0, 4344.0, 4356.0, 4356.0, 4335.0, 4355.0, 4357.0, 4367.0, 4355.0, 4357.0, 4359.0, 4335.0, 4359.0, 4369.0, 4368.0, 4357.0, 4370.0, 4370.0, 4347.0, 4357.0, 4370.0, 4357.0, 4357.0, 4368.0, 4359.0, 4335.0, 4358.0, 4371.0, 4346.0, 4358.0, 4370.0, 4359.0, 4347.0, 4357.0, 4368.0, 4326.0, 4357.0, 4369.0, 4348.0, 4357.0, 4372.0, 4361.0, 4350.0, 4371.0, 4372.0, 4359.0, 4371.0, 4372.0, 4351.0, 4373.0, 4385.0, 4384.0, 4371.0, 4373.0, 4383.0, 4350.0, 4370.0, 4372.0, 4359.0, 4359.0, 4371.0, 4370.0, 4358.0, 4371.0, 4372.0, 4339.0, 4358.0, 4359.0, 4338.0, 4359.0, 4372.0, 4350.0, 4361.0, 4374.0, 4352.0, 4362.0, 4372.0, 4371.0, 4360.0, 4372.0, 4371.0, 4351.0, 4376.0, 4383.0, 4351.0, 4373.0, 4385.0, 4338.0, 4361.0, 4371.0, 4347.0, 4360.0, 4370.0, 4349.0, 4360.0, 4373.0, 4381.0, 4359.0, 4362.0, 4368.0, 4349.0, 4360.0, 4370.0, 4359.0, 4374.0, 4381.0, 4359.0, 4371.0, 4372.0, 4338.0, 4359.0, 4371.0, 4338.0, 4358.0, 4373.0, 4369.0, 4358.0, 4360.0, 4366.0, 4346.0, 4358.0, 4356.0, 4345.0, 4358.0, 4368.0, 4335.0, 4357.0, 4358.0, 4335.0, 4347.0, 4355.0, 4334.0, 4346.0, 4358.0, 4355.0, 4345.0, 4357.0, 4354.0, 4344.0, 4356.0, 4357.0, 4335.0, 4356.0, 4347.0, 4335.0, 4357.0, 4357.0, 4335.0, 4358.0, 4359.0, 4336.0, 4358.0, 4357.0, 4333.0, 4357.0, 4358.0, 4336.0, 4358.0, 4371.0, 4347.0, 4359.0, 4371.0, 4347.0, 4358.0, 4371.0, 4348.0, 4361.0, 4373.0, 4348.0, 4370.0, 4370.0, 4359.0, 4359.0, 4370.0, 4349.0, 4370.0, 4372.0, 4360.0, 4370.0, 4373.0, 4348.0, 4369.0, 4369.0, 4348.0, 4371.0, 4373.0, 4349.0, 4360.0, 4362.0, 4348.0, 4371.0, 4373.0, 4349.0, 4370.0, 4372.0, 4348.0, 4359.0, 4360.0, 4356.0, 4358.0, 4359.0, 4345.0, 4357.0, 4360.0, 4346.0, 4368.0, 4361.0, 4336.0, 4358.0, 4358.0, 4347.0, 4370.0, 4371.0, 4347.0, 4368.0, 4359.0, 4347.0, 4370.0, 4360.0, 4358.0, 4371.0, 4372.0, 4348.0, 4370.0, 4372.0, 4358.0, 4359.0, 4370.0, 4347.0, 4358.0, 4372.0, 4350.0, 4358.0, 4371.0, 4357.0, 4357.0, 4369.0, 4347.0, 4360.0, 4371.0, 4350.0, 4359.0, 4362.0, 4357.0, 4358.0, 4369.0, 4347.0, 4360.0, 4372.0, 4360.0, 4360.0, 4359.0, 4357.0, 4372.0, 4372.0, 4349.0, 4370.0, 4373.0, 4350.0, 4372.0, 4382.0, 4361.0, 4373.0, 4383.0, 4360.0, 4372.0, 4383.0, 4347.0, 4359.0, 4379.0, 4357.0, 4360.0, 4382.0, 4347.0, 4357.0, 4368.0, 4324.0, 4359.0, 4356.0, 4346.0, 4358.0, 4345.0, 4343.0, 4334.0, 4345.0, 4368.0, 4358.0, 4361.0, 4373.0, 4359.0, 4372.0, 4381.0, 4348.0, 4348.0, 4366.0, 4333.0, 4343.0, 4367.0, 4333.0, 4344.0, 4354.0, 4320.0, 4344.0, 4342.0, 4331.0, 4342.0, 4343.0, 4321.0, 4341.0, 4331.0, 4332.0, 4346.0, 4344.0, 4343.0, 4356.0, 4355.0, 4343.0, 4356.0, 4354.0, 4345.0, 4359.0, 4367.0, 4358.0, 4359.0, 4367.0, 4347.0, 4361.0, 4367.0, 4357.0, 4361.0, 4368.0, 4346.0, 4360.0, 4366.0, 4346.0, 4359.0, 4370.0, 4346.0, 4357.0, 4357.0, 4335.0, 4357.0, 4358.0, 4347.0, 4358.0, 4360.0, 4335.0, 4357.0, 4358.0, 4334.0, 4358.0, 4361.0, 4357.0, 4346.0, 4359.0, 4366.0, 4344.0, 4357.0, 4358.0, 4335.0, 4356.0, 4358.0, 4344.0, 4355.0, 4358.0, 4365.0, 4344.0, 4357.0, 4365.0, 4345.0, 4355.0, 4344.0, 4345.0, 4357.0, 4359.0, 4345.0, 4358.0, 4358.0, 4336.0, 4358.0, 4370.0, 4337.0, 4358.0, 4371.0, 4368.0, 4347.0, 4357.0, 4359.0, 4347.0, 4356.0, 4361.0, 4367.0, 4346.0, 4357.0, 4347.0, 4334.0, 4357.0, 4359.0, 4345.0, 4357.0, 4358.0, 4356.0, 4357.0, 4360.0, 4357.0, 4357.0, 4369.0, 4361.0, 4347.0, 4359.0, 4369.0, 4348.0, 4359.0, 4371.0, 4349.0, 4369.0, 4372.0, 4369.0, 4359.0, 4372.0, 4370.0, 4360.0, 4371.0, 4372.0, 4350.0, 4372.0, 4373.0, 4350.0, 4371.0, 4371.0, 4347.0, 4359.0, 4371.0, 4349.0, 4371.0, 4371.0, 4359.0, 4371.0, 4372.0, 4370.0, 4359.0, 4371.0, 4380.0, 4359.0, 4370.0, 4371.0, 4350.0, 4361.0, 4372.0, 4348.0, 4360.0, 4371.0, 4348.0, 4371.0, 4372.0, 4348.0, 4372.0, 4373.0, 4350.0, 4370.0, 4371.0, 4348.0, 4370.0, 4372.0, 4349.0, 4370.0, 4372.0, 4359.0, 4372.0, 4383.0, 4351.0, 4371.0, 4384.0, 4381.0, 4372.0, 4372.0, 4380.0, 4361.0, 4372.0, 4384.0, 4359.0, 4371.0, 4381.0, 4348.0, 4371.0, 4372.0, 4348.0, 4371.0, 4372.0, 4347.0, 4369.0, 4371.0, 4348.0, 4369.0, 4371.0, 4370.0, 4370.0, 4373.0, 4359.0, 4368.0, 4372.0, 4370.0, 4359.0, 4372.0, 4369.0, 4358.0, 4369.0, 4368.0, 4357.0, 4368.0, 4369.0, 4347.0, 4358.0, 4369.0, 4337.0, 4357.0, 4371.0, 4357.0, 4358.0, 4369.0, 4378.0, 4357.0, 4370.0, 4369.0, 4347.0, 4357.0, 4358.0, 4347.0, 4357.0, 4358.0, 4347.0, 4368.0, 4370.0, 4347.0, 4369.0, 4368.0, 4346.0, 4370.0, 4371.0, 4349.0, 4370.0, 4370.0, 4368.0, 4360.0, 4370.0, 4348.0, 4370.0, 4372.0, 4391.0, 4359.0, 4370.0, 4368.0, 4357.0, 4370.0, 4370.0, 4347.0, 4359.0, 4371.0, 4337.0, 4358.0, 4360.0, 4345.0, 4356.0, 4359.0, 4367.0, 4356.0, 4359.0, 4366.0, 4346.0, 4358.0, 4367.0, 4356.0, 4368.0, 4368.0, 4358.0, 4358.0, 4360.0, 4346.0, 4358.0, 4370.0, 4358.0, 4358.0, 4360.0, 4366.0, 4348.0, 4369.0, 4368.0, 4347.0, 4359.0, 4359.0, 4348.0, 4360.0, 4358.0, 4360.0, 4373.0, 4383.0, 4349.0, 4372.0, 4370.0, 4360.0, 4370.0, 4385.0, 4359.0, 4371.0, 4372.0, 4381.0, 4358.0, 4371.0, 4370.0, 4346.0, 4358.0, 4361.0, 4347.0, 4356.0, 4359.0, 4357.0, 4357.0, 4358.0, 4367.0, 4346.0, 4360.0, 4357.0, 4347.0, 4360.0, 4370.0, 4348.0, 4370.0, 4370.0, 4348.0, 4360.0, 4370.0, 4347.0, 4360.0, 4374.0, 4370.0, 4370.0, 4371.0, 4369.0, 4360.0, 4372.0, 4359.0, 4370.0, 4373.0, 4382.0, 4370.0, 4384.0, 4381.0, 4371.0, 4384.0, 4382.0, 4362.0, 4383.0, 4372.0, 4361.0, 4372.0, 4383.0, 4361.0, 4373.0, 4383.0, 4349.0, 4370.0, 4382.0, 4359.0, 4371.0, 4381.0, 4348.0, 4359.0, 4370.0, 4346.0, 4359.0, 4360.0, 4348.0, 4359.0, 4361.0, 4346.0, 4359.0, 4369.0, 4347.0, 4360.0, 4371.0, 4348.0, 4360.0, 4370.0, 4348.0, 4372.0, 4382.0, 4360.0, 4370.0, 4379.0, 4347.0, 4360.0, 4379.0, 4358.0, 4371.0, 4382.0, 4347.0, 4370.0, 4378.0, 4357.0, 4361.0, 4367.0, 4346.0, 4357.0, 4366.0, 4355.0, 4359.0, 4379.0, 4357.0, 4360.0, 4367.0, 4345.0, 4358.0, 4369.0, 4347.0, 4358.0, 4368.0, 4346.0, 4359.0, 4369.0, 4346.0, 4358.0, 4370.0, 4346.0, 4357.0, 4368.0, 4346.0, 4370.0, 4369.0, 4358.0, 4368.0, 4368.0, 4348.0, 4370.0, 4368.0, 4358.0, 4370.0, 4369.0, 4358.0, 4371.0, 4368.0, 4359.0, 4370.0, 4359.0, 4370.0, 4370.0, 4358.0, 4370.0, 4372.0, 4348.0, 4370.0, 4372.0, 4358.0, 4372.0, 4373.0, 4350.0, 4371.0, 4371.0, 4360.0, 4372.0, 4371.0, 4370.0, 4381.0, 4380.0, 4360.0, 4374.0, 4359.0, 4370.0, 4374.0, 4369.0, 4370.0, 4372.0, 4360.0, 4370.0, 4374.0, 4360.0, 4372.0, 4372.0, 4359.0, 4371.0, 4374.0, 4349.0, 4371.0, 4372.0, 4349.0, 4359.0, 4369.0, 4349.0, 4370.0, 4384.0, 4348.0, 4369.0, 4371.0, 4348.0, 4360.0, 4370.0, 4348.0, 4361.0, 4370.0, 4349.0, 4360.0, 4370.0, 4349.0, 4371.0, 4370.0, 4359.0, 4371.0, 4382.0, 4348.0, 4360.0, 4370.0, 4347.0, 4369.0, 4381.0, 4338.0, 4358.0, 4370.0, 4347.0, 4360.0, 4359.0, 4348.0, 4369.0, 4371.0, 4348.0, 4369.0, 4371.0, 4348.0, 4370.0, 4369.0, 4360.0, 4372.0, 4384.0, 4348.0, 4370.0, 4371.0, 4347.0, 4359.0, 4369.0, 4347.0, 4369.0, 4381.0, 4348.0, 4369.0, 4370.0, 4336.0, 4358.0, 4369.0, 4344.0, 4357.0, 4358.0, 4367.0, 4355.0, 4356.0, 4366.0, 4344.0, 4357.0, 4364.0, 4354.0, 4356.0, 4367.0, 4356.0, 4359.0, 4365.0, 4356.0, 4368.0, 4366.0, 4356.0, 4360.0, 4367.0, 4346.0, 4356.0, 4355.0, 4344.0, 4357.0, 4356.0, 4344.0, 4357.0, 4357.0, 4334.0, 4354.0, 4357.0, 4334.0, 4356.0, 4369.0, 4343.0, 4355.0, 4358.0, 4357.0, 4356.0, 4359.0, 4366.0, 4346.0, 4358.0, 4367.0, 4346.0, 4356.0, 4357.0, 4335.0, 4356.0, 4357.0, 4346.0, 4370.0, 4369.0, 4348.0, 4358.0, 4370.0, 4348.0, 4359.0, 4370.0, 4345.0, 4358.0, 4362.0, 4368.0, 4355.0, 4359.0, 4368.0, 4344.0, 4348.0, 4366.0, 4345.0, 4358.0, 4366.0, 4344.0, 4346.0, 4356.0, 4333.0, 4346.0, 4346.0, 4332.0, 4345.0, 4358.0, 4333.0, 4355.0, 4356.0, 4346.0, 4344.0, 4357.0, 4364.0, 4343.0, 4347.0, 4357.0, 4333.0, 4344.0, 4344.0, 4332.0, 4343.0, 4345.0, 4333.0, 4345.0, 4357.0, 4335.0, 4346.0, 4357.0, 4335.0, 4347.0, 4359.0, 4345.0, 4348.0, 4359.0, 4369.0, 4346.0, 4359.0, 4370.0, 4359.0, 4360.0, 4358.0, 4326.0, 4373.0, 4370.0, 4373.0, 4373.0, 4362.0, 4373.0, 4383.0, 4373.0, 4374.0, 4383.0, 4361.0, 4361.0, 4382.0, 4348.0, 4359.0, 4370.0, 4336.0, 4357.0, 4370.0, 4336.0, 4345.0, 4345.0, 4332.0, 4345.0, 4356.0, 4334.0, 4345.0, 4348.0, 4344.0, 4346.0, 4359.0, 4356.0, 4346.0, 4356.0, 4366.0, 4345.0, 4357.0, 4355.0, 4345.0, 4357.0, 4357.0, 4345.0, 4356.0, 4356.0, 4334.0, 4359.0, 4370.0, 4347.0, 4358.0, 4369.0, 4347.0, 4358.0, 4359.0, 4346.0, 4346.0, 4360.0, 4367.0, 4346.0, 4348.0, 4357.0, 4335.0, 4346.0, 4357.0, 4332.0, 4345.0, 4356.0, 4323.0, 4345.0, 4346.0, 4333.0, 4344.0, 4347.0, 4344.0, 4344.0, 4357.0, 4354.0, 4334.0, 4346.0, 4354.0, 4345.0, 4358.0, 4355.0, 4347.0, 4359.0, 4355.0, 4346.0, 4360.0, 4368.0, 4348.0, 4358.0, 4367.0, 4348.0, 4358.0, 4370.0, 4348.0, 4360.0, 4370.0, 4348.0, 4349.0, 4370.0, 4348.0, 4359.0, 4366.0, 4347.0, 4362.0, 4369.0, 4350.0, 4362.0, 4380.0, 4349.0, 4361.0, 4357.0, 4348.0, 4360.0, 4335.0, 4347.0, 4370.0, 4336.0, 4346.0, 4358.0, 4346.0, 4347.0, 4367.0, 4347.0, 4358.0, 4367.0, 4335.0, 4359.0, 4366.0, 4346.0, 4359.0, 4367.0, 4347.0, 4357.0, 4333.0, 4345.0, 4334.0, 4345.0, 4358.0, 4333.0, 4345.0, 4358.0, 4345.0, 4346.0, 4347.0, 4324.0, 4345.0, 4346.0, 4322.0, 4342.0, 4343.0, 4321.0, 4342.0, 4354.0, 4330.0, 4342.0, 4353.0, 4330.0, 4343.0, 4351.0, 4340.0, 4343.0, 4341.0, 4332.0, 4343.0, 4330.0, 4343.0, 4344.0, 4319.0, 4342.0, 4343.0, 4319.0, 4341.0, 4342.0], 'WindowWidth': [9749.0, 9712.0, 9706.0, 9706.0, 9637.0, 9663.0, 9654.0, 9624.0, 9646.0, 9652.0, 9625.0, 9642.0, 9635.0, 9606.0, 9640.0, 9638.0, 9621.0, 9639.0, 9640.0, 9604.0, 9638.0, 9646.0, 9609.0, 9640.0, 9640.0, 9609.0, 9642.0, 9640.0, 9622.0, 9641.0, 9665.0, 9605.0, 9635.0, 9640.0, 9601.0, 9619.0, 9638.0, 9599.0, 9632.0, 9641.0, 9638.0, 9617.0, 9635.0, 9634.0, 9614.0, 9636.0, 9631.0, 9614.0, 9637.0, 9634.0, 9611.0, 9633.0, 9635.0, 9596.0, 9615.0, 9636.0, 9597.0, 9613.0, 9633.0, 9634.0, 9591.0, 9609.0, 9613.0, 9572.0, 9606.0, 9614.0, 9576.0, 9604.0, 9614.0, 9612.0, 9587.0, 9607.0, 9609.0, 9576.0, 9603.0, 9611.0, 9624.0, 9604.0, 9610.0, 9617.0, 9576.0, 9614.0, 9630.0, 9628.0, 9610.0, 9632.0, 9634.0, 9595.0, 9610.0, 9634.0, 9612.0, 9609.0, 9627.0, 9618.0, 9578.0, 9612.0, 9635.0, 9594.0, 9610.0, 9633.0, 9619.0, 9595.0, 9611.0, 9629.0, 9565.0, 9609.0, 9630.0, 9601.0, 9612.0, 9638.0, 9624.0, 9604.0, 9635.0, 9639.0, 9618.0, 9637.0, 9641.0, 9610.0, 9642.0, 9662.0, 9660.0, 9636.0, 9643.0, 9659.0, 9604.0, 9632.0, 9640.0, 9617.0, 9617.0, 9637.0, 9635.0, 9614.0, 9637.0, 9640.0, 9588.0, 9614.0, 9618.0, 9586.0, 9618.0, 9638.0, 9604.0, 9624.0, 9647.0, 9611.0, 9626.0, 9642.0, 9639.0, 9621.0, 9640.0, 9639.0, 9609.0, 9648.0, 9656.0, 9608.0, 9642.0, 9663.0, 9588.0, 9621.0, 9637.0, 9598.0, 9619.0, 9635.0, 9601.0, 9619.0, 9641.0, 9653.0, 9616.0, 9625.0, 9630.0, 9603.0, 9622.0, 9634.0, 9618.0, 9645.0, 9652.0, 9618.0, 9636.0, 9641.0, 9586.0, 9618.0, 9637.0, 9586.0, 9616.0, 9643.0, 9632.0, 9612.0, 9618.0, 9626.0, 9593.0, 9612.0, 9610.0, 9592.0, 9614.0, 9629.0, 9579.0, 9610.0, 9616.0, 9576.0, 9596.0, 9607.0, 9574.0, 9594.0, 9616.0, 9607.0, 9590.0, 9610.0, 9605.0, 9588.0, 9608.0, 9612.0, 9577.0, 9607.0, 9596.0, 9577.0, 9611.0, 9613.0, 9579.0, 9614.0, 9620.0, 9579.0, 9611.0, 9610.0, 9571.0, 9609.0, 9613.0, 9581.0, 9613.0, 9638.0, 9598.0, 9617.0, 9636.0, 9597.0, 9615.0, 9635.0, 9601.0, 9621.0, 9642.0, 9603.0, 9633.0, 9635.0, 9618.0, 9618.0, 9634.0, 9602.0, 9635.0, 9642.0, 9620.0, 9632.0, 9641.0, 9601.0, 9630.0, 9632.0, 9600.0, 9636.0, 9643.0, 9604.0, 9620.0, 9627.0, 9601.0, 9636.0, 9643.0, 9603.0, 9632.0, 9643.0, 9602.0, 9614.0, 9621.0, 9611.0, 9611.0, 9615.0, 9592.0, 9612.0, 9620.0, 9596.0, 9627.0, 9623.0, 9582.0, 9613.0, 9614.0, 9596.0, 9632.0, 9639.0, 9597.0, 9627.0, 9619.0, 9598.0, 9633.0, 9621.0, 9616.0, 9637.0, 9643.0, 9602.0, 9632.0, 9640.0, 9614.0, 9615.0, 9632.0, 9598.0, 9614.0, 9640.0, 9605.0, 9614.0, 9635.0, 9614.0, 9611.0, 9630.0, 9597.0, 9618.0, 9637.0, 9604.0, 9616.0, 9625.0, 9613.0, 9613.0, 9630.0, 9598.0, 9620.0, 9642.0, 9622.0, 9618.0, 9620.0, 9612.0, 9640.0, 9640.0, 9602.0, 9634.0, 9642.0, 9605.0, 9638.0, 9654.0, 9623.0, 9643.0, 9656.0, 9619.0, 9638.0, 9655.0, 9598.0, 9616.0, 9644.0, 9609.0, 9620.0, 9654.0, 9594.0, 9610.0, 9628.0, 9560.0, 9615.0, 9611.0, 9593.0, 9612.0, 9589.0, 9583.0, 9577.0, 9591.0, 9627.0, 9616.0, 9621.0, 9640.0, 9616.0, 9637.0, 9654.0, 9596.0, 9596.0, 9624.0, 9568.0, 9584.0, 9624.0, 9569.0, 9584.0, 9601.0, 9549.0, 9582.0, 9579.0, 9562.0, 9579.0, 9586.0, 9550.0, 9578.0, 9565.0, 9567.0, 9591.0, 9586.0, 9584.0, 9606.0, 9604.0, 9585.0, 9606.0, 9603.0, 9590.0, 9616.0, 9624.0, 9610.0, 9614.0, 9623.0, 9594.0, 9621.0, 9625.0, 9609.0, 9620.0, 9628.0, 9593.0, 9615.0, 9620.0, 9592.0, 9615.0, 9631.0, 9594.0, 9610.0, 9612.0, 9576.0, 9610.0, 9611.0, 9595.0, 9612.0, 9620.0, 9578.0, 9609.0, 9613.0, 9574.0, 9610.0, 9622.0, 9613.0, 9593.0, 9614.0, 9623.0, 9587.0, 9610.0, 9614.0, 9577.0, 9606.0, 9614.0, 9587.0, 9605.0, 9613.0, 9622.0, 9588.0, 9610.0, 9622.0, 9587.0, 9603.0, 9589.0, 9589.0, 9611.0, 9616.0, 9591.0, 9612.0, 9616.0, 9578.0, 9612.0, 9633.0, 9584.0, 9613.0, 9634.0, 9631.0, 9595.0, 9611.0, 9618.0, 9595.0, 9608.0, 9621.0, 9628.0, 9593.0, 9611.0, 9599.0, 9576.0, 9610.0, 9618.0, 9591.0, 9611.0, 9615.0, 9611.0, 9610.0, 9619.0, 9613.0, 9611.0, 9631.0, 9623.0, 9598.0, 9617.0, 9631.0, 9599.0, 9616.0, 9638.0, 9604.0, 9630.0, 9639.0, 9632.0, 9618.0, 9640.0, 9635.0, 9620.0, 9638.0, 9639.0, 9604.0, 9637.0, 9644.0, 9604.0, 9634.0, 9637.0, 9598.0, 9618.0, 9636.0, 9602.0, 9635.0, 9639.0, 9619.0, 9634.0, 9639.0, 9635.0, 9617.0, 9639.0, 9648.0, 9616.0, 9633.0, 9635.0, 9603.0, 9623.0, 9639.0, 9601.0, 9619.0, 9637.0, 9601.0, 9635.0, 9639.0, 9602.0, 9638.0, 9644.0, 9606.0, 9635.0, 9637.0, 9602.0, 9635.0, 9641.0, 9603.0, 9634.0, 9640.0, 9617.0, 9637.0, 9657.0, 9607.0, 9637.0, 9659.0, 9655.0, 9637.0, 9641.0, 9649.0, 9620.0, 9639.0, 9659.0, 9617.0, 9636.0, 9651.0, 9601.0, 9635.0, 9640.0, 9601.0, 9634.0, 9640.0, 9597.0, 9630.0, 9635.0, 9600.0, 9632.0, 9639.0, 9634.0, 9631.0, 9640.0, 9618.0, 9628.0, 9639.0, 9633.0, 9616.0, 9637.0, 9631.0, 9612.0, 9633.0, 9629.0, 9611.0, 9629.0, 9632.0, 9596.0, 9614.0, 9631.0, 9582.0, 9611.0, 9636.0, 9612.0, 9612.0, 9630.0, 9642.0, 9610.0, 9632.0, 9634.0, 9595.0, 9610.0, 9614.0, 9595.0, 9611.0, 9615.0, 9596.0, 9627.0, 9634.0, 9595.0, 9629.0, 9629.0, 9596.0, 9633.0, 9638.0, 9603.0, 9631.0, 9634.0, 9630.0, 9617.0, 9635.0, 9601.0, 9632.0, 9641.0, 9667.0, 9615.0, 9633.0, 9629.0, 9610.0, 9633.0, 9634.0, 9595.0, 9616.0, 9637.0, 9582.0, 9613.0, 9617.0, 9591.0, 9607.0, 9617.0, 9628.0, 9606.0, 9613.0, 9620.0, 9593.0, 9615.0, 9625.0, 9608.0, 9628.0, 9627.0, 9611.0, 9614.0, 9619.0, 9593.0, 9612.0, 9634.0, 9612.0, 9613.0, 9619.0, 9626.0, 9598.0, 9630.0, 9628.0, 9597.0, 9617.0, 9618.0, 9598.0, 9617.0, 9616.0, 9618.0, 9640.0, 9655.0, 9604.0, 9637.0, 9637.0, 9617.0, 9634.0, 9659.0, 9618.0, 9633.0, 9640.0, 9651.0, 9613.0, 9634.0, 9635.0, 9594.0, 9613.0, 9623.0, 9597.0, 9608.0, 9616.0, 9612.0, 9609.0, 9615.0, 9625.0, 9595.0, 9618.0, 9612.0, 9595.0, 9618.0, 9633.0, 9598.0, 9631.0, 9634.0, 9598.0, 9618.0, 9633.0, 9597.0, 9619.0, 9644.0, 9635.0, 9632.0, 9637.0, 9631.0, 9618.0, 9640.0, 9617.0, 9632.0, 9643.0, 9653.0, 9633.0, 9657.0, 9650.0, 9635.0, 9659.0, 9654.0, 9624.0, 9655.0, 9638.0, 9621.0, 9640.0, 9655.0, 9620.0, 9640.0, 9656.0, 9602.0, 9634.0, 9652.0, 9615.0, 9635.0, 9654.0, 9599.0, 9615.0, 9634.0, 9595.0, 9617.0, 9622.0, 9597.0, 9614.0, 9620.0, 9593.0, 9615.0, 9633.0, 9598.0, 9620.0, 9638.0, 9600.0, 9619.0, 9633.0, 9601.0, 9637.0, 9655.0, 9617.0, 9632.0, 9645.0, 9597.0, 9620.0, 9645.0, 9612.0, 9636.0, 9655.0, 9597.0, 9630.0, 9641.0, 9609.0, 9621.0, 9626.0, 9592.0, 9612.0, 9622.0, 9606.0, 9617.0, 9643.0, 9610.0, 9617.0, 9625.0, 9592.0, 9614.0, 9629.0, 9595.0, 9613.0, 9629.0, 9593.0, 9614.0, 9629.0, 9593.0, 9613.0, 9633.0, 9594.0, 9612.0, 9627.0, 9595.0, 9633.0, 9630.0, 9612.0, 9629.0, 9629.0, 9600.0, 9633.0, 9629.0, 9613.0, 9634.0, 9630.0, 9613.0, 9635.0, 9628.0, 9615.0, 9635.0, 9617.0, 9633.0, 9634.0, 9612.0, 9633.0, 9641.0, 9601.0, 9634.0, 9640.0, 9615.0, 9637.0, 9643.0, 9605.0, 9635.0, 9638.0, 9618.0, 9639.0, 9639.0, 9632.0, 9652.0, 9648.0, 9619.0, 9645.0, 9619.0, 9633.0, 9645.0, 9634.0, 9632.0, 9638.0, 9617.0, 9633.0, 9644.0, 9618.0, 9637.0, 9638.0, 9615.0, 9636.0, 9644.0, 9602.0, 9634.0, 9640.0, 9601.0, 9617.0, 9631.0, 9602.0, 9635.0, 9659.0, 9600.0, 9629.0, 9635.0, 9598.0, 9618.0, 9633.0, 9598.0, 9621.0, 9635.0, 9601.0, 9618.0, 9633.0, 9601.0, 9635.0, 9633.0, 9616.0, 9636.0, 9654.0, 9598.0, 9617.0, 9632.0, 9596.0, 9630.0, 9653.0, 9585.0, 9614.0, 9634.0, 9597.0, 9617.0, 9618.0, 9599.0, 9630.0, 9638.0, 9599.0, 9630.0, 9635.0, 9599.0, 9633.0, 9631.0, 9617.0, 9639.0, 9661.0, 9601.0, 9632.0, 9638.0, 9596.0, 9616.0, 9631.0, 9596.0, 9630.0, 9652.0, 9598.0, 9628.0, 9635.0, 9580.0, 9611.0, 9629.0, 9590.0, 9610.0, 9616.0, 9625.0, 9603.0, 9609.0, 9622.0, 9588.0, 9611.0, 9616.0, 9603.0, 9610.0, 9624.0, 9606.0, 9615.0, 9620.0, 9606.0, 9627.0, 9620.0, 9606.0, 9618.0, 9626.0, 9592.0, 9607.0, 9604.0, 9587.0, 9608.0, 9607.0, 9587.0, 9609.0, 9614.0, 9575.0, 9602.0, 9609.0, 9573.0, 9606.0, 9628.0, 9585.0, 9604.0, 9613.0, 9609.0, 9606.0, 9615.0, 9622.0, 9591.0, 9613.0, 9625.0, 9591.0, 9606.0, 9611.0, 9577.0, 9607.0, 9609.0, 9594.0, 9632.0, 9632.0, 9599.0, 9613.0, 9634.0, 9597.0, 9614.0, 9632.0, 9591.0, 9612.0, 9624.0, 9628.0, 9604.0, 9615.0, 9627.0, 9588.0, 9597.0, 9618.0, 9589.0, 9611.0, 9621.0, 9587.0, 9593.0, 9607.0, 9571.0, 9592.0, 9595.0, 9568.0, 9591.0, 9613.0, 9572.0, 9602.0, 9608.0, 9594.0, 9586.0, 9609.0, 9618.0, 9585.0, 9595.0, 9611.0, 9570.0, 9588.0, 9590.0, 9570.0, 9586.0, 9590.0, 9569.0, 9591.0, 9610.0, 9576.0, 9592.0, 9611.0, 9579.0, 9596.0, 9616.0, 9593.0, 9598.0, 9618.0, 9630.0, 9594.0, 9617.0, 9632.0, 9614.0, 9617.0, 9613.0, 9566.0, 9641.0, 9634.0, 9642.0, 9642.0, 9625.0, 9642.0, 9656.0, 9640.0, 9644.0, 9658.0, 9618.0, 9621.0, 9652.0, 9598.0, 9615.0, 9632.0, 9577.0, 9608.0, 9629.0, 9575.0, 9587.0, 9589.0, 9566.0, 9587.0, 9607.0, 9572.0, 9588.0, 9596.0, 9589.0, 9592.0, 9614.0, 9606.0, 9590.0, 9607.0, 9620.0, 9589.0, 9610.0, 9602.0, 9587.0, 9609.0, 9609.0, 9589.0, 9605.0, 9605.0, 9574.0, 9613.0, 9630.0, 9593.0, 9612.0, 9629.0, 9593.0, 9610.0, 9615.0, 9593.0, 9592.0, 9617.0, 9627.0, 9590.0, 9596.0, 9608.0, 9574.0, 9592.0, 9610.0, 9568.0, 9588.0, 9608.0, 9555.0, 9587.0, 9591.0, 9568.0, 9586.0, 9596.0, 9587.0, 9584.0, 9608.0, 9602.0, 9572.0, 9592.0, 9601.0, 9590.0, 9612.0, 9606.0, 9593.0, 9614.0, 9605.0, 9594.0, 9617.0, 9625.0, 9597.0, 9615.0, 9626.0, 9598.0, 9614.0, 9632.0, 9597.0, 9616.0, 9632.0, 9596.0, 9599.0, 9631.0, 9597.0, 9615.0, 9623.0, 9596.0, 9624.0, 9630.0, 9603.0, 9627.0, 9649.0, 9601.0, 9621.0, 9611.0, 9598.0, 9617.0, 9576.0, 9595.0, 9633.0, 9579.0, 9593.0, 9613.0, 9592.0, 9596.0, 9624.0, 9594.0, 9613.0, 9626.0, 9576.0, 9614.0, 9622.0, 9591.0, 9616.0, 9625.0, 9593.0, 9608.0, 9569.0, 9588.0, 9573.0, 9591.0, 9611.0, 9572.0, 9589.0, 9613.0, 9593.0, 9590.0, 9594.0, 9556.0, 9586.0, 9592.0, 9554.0, 9577.0, 9583.0, 9547.0, 9581.0, 9601.0, 9559.0, 9580.0, 9596.0, 9561.0, 9582.0, 9592.0, 9572.0, 9583.0, 9579.0, 9564.0, 9582.0, 9560.0, 9580.0, 9587.0, 9546.0, 9579.0, 9584.0, 9545.0, 9577.0, 9579.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.0002567081260364843</td></tr>
<tr><td colspan=3>aqi</td><td>0.01810678192371476</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.59192419727809</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2557479529045656</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9946417908464734</td></tr>
<tr><td colspan=3>efc</td><td>0.5165</td></tr>
<tr><td colspan=3>fber</td><td>4183.0581</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0820329652365617</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4975124378109453</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5348367175942053</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.56399830250588</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7395192983211336</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3009925519556016</td></tr>
<tr><td colspan=3>gcor</td><td>0.00926799</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004687985870987177</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03176993504166603</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1206</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9743164807642954</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>31.5527</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.8517</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>217.2492</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287827.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1085.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.5003</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5086</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.7975</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3460.697</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3626.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88717.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4578.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>912.353</td></tr>
<tr><td colspan=3>tsnr</td><td>43.00287453783676</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>