<?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-0109_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-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109/ses-01/func/sub-0109_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>bf14ecc32e4f80b888fd2e49ab7bcd6e</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>22:31:17.065000</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.998256, 0.0325358, 0.049262, -0.0373022, 0.994373, 0.0991508]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0946538</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>46</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7781, -7254, 314, -89, 26, -22, 90]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.594</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>50ee7262-1f11-4cf4-9ba5-e5cd2475632c||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.6782474517822266, -0.10007905960083008, 0.12354899197816849, 113.94733428955078], [-0.08729127794504166, 2.667829990386963, 0.27220168709754944, -109.62559509277344], [0.13216644525527954, -0.26601433753967285, 2.683401107788086, -75.91313171386719], [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': ['223117.065000', '223117.525000', '223117.985000', '223118.445000', '223118.905000', '223119.365000', '223119.825000', '223120.285000', '223120.745000', '223121.205000', '223121.665000', '223122.125000', '223122.585000', '223123.045000', '223123.505000', '223123.965000', '223124.425000', '223124.885000', '223125.345000', '223125.805000', '223126.265000', '223126.725000', '223127.185000', '223127.645000', '223128.105000', '223128.565000', '223129.025000', '223129.485000', '223129.945000', '223130.405000', '223130.865000', '223131.325000', '223131.785000', '223132.245000', '223132.705000', '223133.165000', '223133.625000', '223134.085000', '223134.545000', '223135.005000', '223135.465000', '223135.925000', '223136.385000', '223136.845000', '223137.305000', '223137.765000', '223138.225000', '223138.685000', '223139.145000', '223139.605000', '223140.065000', '223140.525000', '223140.985000', '223141.445000', '223141.905000', '223142.365000', '223142.825000', '223143.285000', '223143.745000', '223144.205000', '223144.665000', '223145.125000', '223145.585000', '223146.045000', '223146.505000', '223146.965000', '223147.425000', '223147.885000', '223148.345000', '223148.805000', '223149.265000', '223149.725000', '223150.185000', '223150.645000', '223151.105000', '223151.565000', '223152.025000', '223152.485000', '223152.945000', '223153.405000', '223153.865000', '223154.325000', '223154.785000', '223155.245000', '223155.705000', '223156.165000', '223156.625000', '223157.085000', '223157.545000', '223158.005000', '223158.465000', '223158.925000', '223159.385000', '223159.845000', '223200.305000', '223200.765000', '223201.225000', '223201.685000', '223202.145000', '223202.605000', '223203.065000', '223203.525000', '223203.985000', '223204.445000', '223204.905000', '223205.365000', '223205.825000', '223206.285000', '223206.745000', '223207.205000', '223207.665000', '223208.125000', '223208.585000', '223209.045000', '223209.505000', '223209.965000', '223210.425000', '223210.885000', '223211.345000', '223211.805000', '223212.265000', '223212.725000', '223213.185000', '223213.645000', '223214.105000', '223214.565000', '223215.025000', '223215.485000', '223215.945000', '223216.405000', '223216.865000', '223217.325000', '223217.785000', '223218.245000', '223218.705000', '223219.165000', '223219.625000', '223220.085000', '223220.545000', '223221.005000', '223221.465000', '223221.925000', '223222.385000', '223222.845000', '223223.305000', '223223.765000', '223224.225000', '223224.685000', '223225.145000', '223225.605000', '223226.065000', '223226.525000', '223226.985000', '223227.445000', '223227.905000', '223228.365000', '223228.825000', '223229.285000', '223229.745000', '223230.205000', '223230.665000', '223231.125000', '223231.585000', '223232.045000', '223232.505000', '223232.965000', '223233.425000', '223233.885000', '223234.345000', '223234.805000', '223235.265000', '223235.725000', '223236.185000', '223236.645000', '223237.105000', '223237.565000', '223238.025000', '223238.485000', '223238.945000', '223239.405000', '223239.865000', '223240.325000', '223240.785000', '223241.245000', '223241.705000', '223242.165000', '223242.625000', '223243.085000', '223243.545000', '223244.005000', '223244.465000', '223244.925000', '223245.385000', '223245.845000', '223246.305000', '223246.765000', '223247.225000', '223247.685000', '223248.145000', '223248.605000', '223249.065000', '223249.525000', '223249.985000', '223250.445000', '223250.905000', '223251.365000', '223251.825000', '223252.285000', '223252.745000', '223253.205000', '223253.665000', '223254.125000', '223254.585000', '223255.045000', '223255.505000', '223255.965000', '223256.425000', '223256.885000', '223257.345000', '223257.805000', '223258.265000', '223258.725000', '223259.185000', '223259.645000', '223300.105000', '223300.565000', '223301.025000', '223301.485000', '223301.945000', '223302.405000', '223302.865000', '223303.325000', '223303.785000', '223304.245000', '223304.705000', '223305.165000', '223305.625000', '223306.085000', '223306.545000', '223307.005000', '223307.465000', '223307.925000', '223308.385000', '223308.845000', '223309.305000', '223309.765000', '223310.225000', '223310.685000', '223311.145000', '223311.605000', '223312.065000', '223312.525000', '223312.985000', '223313.445000', '223313.905000', '223314.365000', '223314.825000', '223315.285000', '223315.745000', '223316.205000', '223316.665000', '223317.125000', '223317.585000', '223318.045000', '223318.505000', '223318.965000', '223319.425000', '223319.885000', '223320.345000', '223320.805000', '223321.265000', '223321.725000', '223322.185000', '223322.645000', '223323.105000', '223323.565000', '223324.025000', '223324.485000', '223324.945000', '223325.405000', '223325.865000', '223326.325000', '223326.785000', '223327.245000', '223327.705000', '223328.165000', '223328.625000', '223329.085000', '223329.545000', '223330.005000', '223330.465000', '223330.925000', '223331.385000', '223331.845000', '223332.305000', '223332.765000', '223333.225000', '223333.685000', '223334.145000', '223334.605000', '223335.065000', '223335.525000', '223335.985000', '223336.445000', '223336.905000', '223337.365000', '223337.825000', '223338.285000', '223338.745000', '223339.205000', '223339.665000', '223340.125000', '223340.585000', '223341.045000', '223341.505000', '223341.965000', '223342.425000', '223342.885000', '223343.345000', '223343.805000', '223344.265000', '223344.725000', '223345.185000', '223345.645000', '223346.105000', '223346.565000', '223347.025000', '223347.485000', '223347.945000', '223348.405000', '223348.865000', '223349.325000', '223349.785000', '223350.245000', '223350.705000', '223351.165000', '223351.625000', '223352.085000', '223352.545000', '223353.005000', '223353.465000', '223353.925000', '223354.385000', '223354.845000', '223355.305000', '223355.765000', '223356.225000', '223356.685000', '223357.145000', '223357.605000', '223358.065000', '223358.525000', '223358.985000', '223359.445000', '223359.905000', '223400.365000', '223400.825000', '223401.285000', '223401.745000', '223402.205000', '223402.665000', '223403.125000', '223403.585000', '223404.045000', '223404.505000', '223404.965000', '223405.425000', '223405.885000', '223406.345000', '223406.805000', '223407.265000', '223407.725000', '223408.185000', '223408.645000', '223409.105000', '223409.565000', '223410.025000', '223410.485000', '223410.945000', '223411.405000', '223411.865000', '223412.325000', '223412.785000', '223413.245000', '223413.705000', '223414.165000', '223414.625000', '223415.085000', '223415.545000', '223416.005000', '223416.465000', '223416.925000', '223417.385000', '223417.845000', '223418.305000', '223418.765000', '223419.225000', '223419.685000', '223420.145000', '223420.605000', '223421.065000', '223421.525000', '223421.985000', '223422.445000', '223422.905000', '223423.365000', '223423.825000', '223424.285000', '223424.745000', '223425.205000', '223425.665000', '223426.125000', '223426.585000', '223427.045000', '223427.505000', '223427.965000', '223428.425000', '223428.885000', '223429.345000', '223429.805000', '223430.265000', '223430.725000', '223431.185000', '223431.645000', '223432.105000', '223432.565000', '223433.025000', '223433.485000', '223433.945000', '223434.405000', '223434.865000', '223435.325000', '223435.785000', '223436.245000', '223436.705000', '223437.165000', '223437.625000', '223438.085000', '223438.545000', '223439.005000', '223439.465000', '223439.925000', '223440.385000', '223440.845000', '223441.305000', '223441.765000', '223442.225000', '223442.685000', '223443.145000', '223443.605000', '223444.065000', '223444.525000', '223444.985000', '223445.445000', '223445.905000', '223446.365000', '223446.825000', '223447.285000', '223447.745000', '223448.205000', '223448.665000', '223449.125000', '223449.585000', '223450.045000', '223450.505000', '223450.965000', '223451.425000', '223451.885000', '223452.345000', '223452.805000', '223453.265000', '223453.725000', '223454.185000', '223454.645000', '223455.105000', '223455.565000', '223456.025000', '223456.485000', '223456.945000', '223457.405000', '223457.865000', '223458.325000', '223458.785000', '223459.245000', '223459.705000', '223500.165000', '223500.625000', '223501.085000', '223501.545000', '223502.005000', '223502.465000', '223502.925000', '223503.385000', '223503.845000', '223504.305000', '223504.765000', '223505.225000', '223505.685000', '223506.145000', '223506.605000', '223507.065000', '223507.525000', '223507.985000', '223508.445000', '223508.905000', '223509.365000', '223509.825000', '223510.285000', '223510.745000', '223511.205000', '223511.665000', '223512.125000', '223512.585000', '223513.045000', '223513.505000', '223513.965000', '223514.425000', '223514.885000', '223515.345000', '223515.805000', '223516.265000', '223516.725000', '223517.185000', '223517.645000', '223518.105000', '223518.565000', '223519.025000', '223519.485000', '223519.945000', '223520.405000', '223520.865000', '223521.325000', '223521.785000', '223522.245000', '223522.705000', '223523.165000', '223523.625000', '223524.085000', '223524.545000', '223525.005000', '223525.465000', '223525.925000', '223526.385000', '223526.845000', '223527.305000', '223527.765000', '223528.225000', '223528.685000', '223529.145000', '223529.605000', '223530.065000', '223530.525000', '223530.985000', '223531.445000', '223531.905000', '223532.365000', '223532.825000', '223533.285000', '223533.745000', '223534.205000', '223534.665000', '223535.125000', '223535.585000', '223536.045000', '223536.505000', '223536.965000', '223537.425000', '223537.885000', '223538.345000', '223538.805000', '223539.265000', '223539.725000', '223540.185000', '223540.645000', '223541.105000', '223541.565000', '223542.025000', '223542.485000', '223542.945000', '223543.405000', '223543.865000', '223544.325000', '223544.785000', '223545.245000', '223545.705000', '223546.165000', '223546.625000', '223547.085000', '223547.545000', '223548.005000', '223548.465000', '223548.925000', '223549.385000', '223549.845000', '223550.305000', '223550.765000', '223551.225000', '223551.685000', '223552.145000', '223552.605000', '223553.065000', '223553.525000', '223553.985000', '223554.445000', '223554.905000', '223555.365000', '223555.825000', '223556.285000', '223556.745000', '223557.205000', '223557.665000', '223558.125000', '223558.585000', '223559.045000', '223559.505000', '223559.965000', '223600.425000', '223600.885000', '223601.345000', '223601.805000', '223602.265000', '223602.725000', '223603.185000', '223603.645000', '223604.105000', '223604.565000', '223605.025000', '223605.485000', '223605.945000', '223606.405000', '223606.865000', '223607.325000', '223607.785000', '223608.245000', '223608.705000', '223609.165000', '223609.625000', '223610.085000', '223610.545000', '223611.005000', '223611.465000', '223611.925000', '223612.385000', '223612.845000', '223613.305000', '223613.765000', '223614.225000', '223614.685000', '223615.145000', '223615.605000', '223616.065000', '223616.525000', '223616.985000', '223617.445000', '223617.905000', '223618.365000', '223618.825000', '223619.285000', '223619.745000', '223620.205000', '223620.665000', '223621.125000', '223621.585000', '223622.045000', '223622.505000', '223622.965000', '223623.425000', '223623.885000', '223624.345000', '223624.805000', '223625.265000', '223625.725000', '223626.185000', '223626.645000', '223627.105000', '223627.565000', '223628.025000', '223628.485000', '223628.945000', '223629.405000', '223629.865000', '223630.325000', '223630.785000', '223631.245000', '223631.705000', '223632.165000', '223632.625000', '223633.085000', '223633.545000', '223634.005000', '223634.465000', '223634.925000', '223635.385000', '223635.845000', '223636.305000', '223636.765000', '223637.225000', '223637.685000', '223638.145000', '223638.605000', '223639.065000', '223639.525000', '223639.985000', '223640.445000', '223640.905000', '223641.365000', '223641.825000', '223642.285000', '223642.745000', '223643.205000', '223643.665000', '223644.125000', '223644.585000', '223645.045000', '223645.505000', '223645.965000', '223646.425000', '223646.885000', '223647.345000', '223647.805000', '223648.265000', '223648.725000', '223649.185000', '223649.645000', '223650.105000', '223650.565000', '223651.025000', '223651.485000', '223651.945000', '223652.405000', '223652.865000', '223653.325000', '223653.785000', '223654.245000', '223654.705000', '223655.165000', '223655.625000', '223656.085000', '223656.545000', '223657.005000', '223657.465000', '223657.925000', '223658.385000', '223658.845000', '223659.305000', '223659.765000', '223700.225000', '223700.685000', '223701.145000', '223701.605000', '223702.065000', '223702.525000', '223702.985000', '223703.445000', '223703.905000', '223704.365000', '223704.825000', '223705.285000', '223705.745000', '223706.205000', '223706.665000', '223707.125000', '223707.585000', '223708.045000', '223708.505000', '223708.965000', '223709.425000', '223709.885000', '223710.345000', '223710.805000', '223711.265000', '223711.725000', '223712.185000', '223712.645000', '223713.105000', '223713.565000', '223714.025000', '223714.485000', '223714.945000', '223715.405000', '223715.865000', '223716.325000', '223716.785000', '223717.245000', '223717.705000', '223718.165000', '223718.625000', '223719.085000', '223719.545000', '223720.005000', '223720.465000', '223720.925000', '223721.385000', '223721.845000', '223722.305000', '223722.765000', '223723.225000', '223723.685000', '223724.145000', '223724.605000', '223725.065000', '223725.525000', '223725.985000', '223726.445000', '223726.905000', '223727.365000', '223727.825000', '223728.285000', '223728.745000', '223729.205000', '223729.665000', '223730.125000', '223730.585000', '223731.045000', '223731.505000', '223731.965000', '223732.425000', '223732.885000', '223733.345000', '223733.805000', '223734.265000', '223734.725000', '223735.185000', '223735.645000', '223736.105000', '223736.565000', '223737.025000', '223737.485000', '223737.945000', '223738.405000', '223738.865000', '223739.325000', '223739.785000', '223740.245000', '223740.705000', '223741.165000', '223741.625000', '223742.085000', '223742.545000', '223743.005000', '223743.465000', '223743.925000', '223744.385000', '223744.845000', '223745.305000', '223745.765000', '223746.225000', '223746.685000', '223747.145000', '223747.605000', '223748.065000', '223748.525000', '223748.985000', '223749.445000', '223749.905000', '223750.365000', '223750.825000', '223751.285000', '223751.745000', '223752.205000', '223752.665000', '223753.125000', '223753.585000', '223754.045000', '223754.505000', '223754.965000', '223755.425000', '223755.885000', '223756.345000', '223756.805000', '223757.265000', '223757.725000', '223758.185000', '223758.645000', '223759.105000', '223759.565000', '223800.025000', '223800.485000', '223800.945000', '223801.405000', '223801.865000', '223802.325000', '223802.785000', '223803.245000', '223803.705000', '223804.165000', '223804.625000', '223805.085000', '223805.545000', '223806.005000', '223806.465000', '223806.925000', '223807.385000', '223807.845000', '223808.305000', '223808.765000', '223809.225000', '223809.685000', '223810.145000', '223810.605000', '223811.065000', '223811.525000', '223811.985000', '223812.445000', '223812.905000', '223813.365000', '223813.825000', '223814.285000', '223814.745000', '223815.205000', '223815.665000', '223816.125000', '223816.585000', '223817.045000', '223817.505000', '223817.965000', '223818.425000', '223818.885000', '223819.345000', '223819.805000', '223820.265000', '223820.725000', '223821.185000', '223821.645000', '223822.105000', '223822.565000', '223823.025000', '223823.485000', '223823.945000', '223824.405000', '223824.865000', '223825.325000', '223825.785000', '223826.245000', '223826.705000', '223827.165000', '223827.625000', '223828.085000', '223828.545000', '223829.005000', '223829.465000', '223829.925000', '223830.385000', '223830.845000', '223831.305000', '223831.765000', '223832.225000', '223832.685000', '223833.145000', '223833.605000', '223834.065000', '223834.525000', '223834.985000', '223835.445000', '223835.905000', '223836.365000', '223836.825000', '223837.285000', '223837.745000', '223838.205000', '223838.665000', '223839.125000', '223839.585000', '223840.045000', '223840.505000', '223840.965000', '223841.425000', '223841.885000', '223842.345000', '223842.805000', '223843.265000', '223843.725000', '223844.185000', '223844.645000', '223845.105000', '223845.565000', '223846.025000', '223846.485000', '223846.945000', '223847.405000', '223847.865000', '223848.325000', '223848.785000', '223849.245000', '223849.705000', '223850.165000', '223850.625000', '223851.085000', '223851.545000', '223852.005000', '223852.465000', '223852.925000', '223853.385000', '223853.845000', '223854.305000', '223854.765000', '223855.225000', '223855.685000', '223856.145000', '223856.605000', '223857.065000', '223857.525000', '223857.985000', '223858.445000', '223858.905000', '223859.365000', '223859.825000', '223900.285000', '223900.745000', '223901.205000', '223901.665000', '223902.125000', '223902.585000', '223903.045000', '223903.505000', '223903.965000', '223904.425000', '223904.885000', '223905.345000', '223905.805000', '223906.265000', '223906.725000', '223907.185000', '223907.645000', '223908.105000', '223908.565000', '223909.025000', '223909.485000', '223909.945000', '223910.405000', '223910.865000', '223911.325000', '223911.785000', '223912.245000', '223912.705000', '223913.165000', '223913.625000', '223914.085000', '223914.545000', '223915.005000', '223915.465000', '223915.925000', '223916.385000', '223916.845000', '223917.305000', '223917.765000', '223918.225000', '223918.685000', '223919.145000', '223919.605000', '223920.065000', '223920.525000', '223920.985000', '223921.445000', '223921.905000', '223922.365000', '223922.825000', '223923.285000', '223923.745000', '223924.205000', '223924.665000', '223925.125000', '223925.585000', '223926.045000', '223926.505000', '223926.965000', '223927.425000', '223927.885000', '223928.345000', '223928.805000', '223929.265000', '223929.725000', '223930.185000', '223930.645000', '223931.105000', '223931.565000', '223932.025000', '223932.485000', '223932.945000', '223933.405000', '223933.865000', '223934.325000', '223934.785000', '223935.245000', '223935.705000', '223936.165000', '223936.625000', '223937.085000', '223937.545000', '223938.005000', '223938.465000', '223938.925000', '223939.385000', '223939.845000', '223940.305000', '223940.765000', '223941.225000', '223941.685000', '223942.145000', '223942.605000', '223943.065000', '223943.525000', '223943.985000', '223944.445000', '223944.905000', '223945.365000', '223945.825000', '223946.285000', '223946.745000', '223947.205000', '223947.665000', '223948.125000', '223948.585000', '223949.045000', '223949.505000', '223949.965000', '223950.425000', '223950.885000', '223951.345000', '223951.805000', '223952.265000', '223952.725000', '223953.185000', '223953.645000', '223954.105000', '223954.565000', '223955.025000', '223955.485000', '223955.945000', '223956.405000', '223956.865000', '223957.325000', '223957.785000', '223958.245000', '223958.705000', '223959.165000', '223959.625000', '224000.085000', '224000.545000', '224001.005000', '224001.465000', '224001.925000', '224002.385000', '224002.845000', '224003.305000', '224003.765000', '224004.225000', '224004.685000', '224005.145000', '224005.605000', '224006.065000', '224006.525000', '224006.985000', '224007.445000', '224007.905000', '224008.365000', '224008.825000', '224009.285000', '224009.745000', '224010.205000', '224010.665000', '224011.125000', '224011.585000', '224012.045000', '224012.505000', '224012.965000', '224013.425000', '224013.885000', '224014.345000', '224014.805000', '224015.265000', '224015.725000', '224016.185000', '224016.645000', '224017.105000', '224017.565000', '224018.025000', '224018.485000', '224018.945000', '224019.405000', '224019.865000', '224020.325000', '224020.785000', '224021.245000', '224021.705000', '224022.165000', '224022.625000', '224023.085000', '224023.545000', '224024.005000', '224024.465000', '224024.925000', '224025.385000', '224025.845000', '224026.305000', '224026.765000', '224027.225000', '224027.685000', '224028.145000', '224028.605000', '224029.065000', '224029.525000', '224029.985000', '224030.445000', '224030.905000', '224031.365000', '224031.825000', '224032.285000', '224032.745000'], 'ContentTime': ['223133.859000', '223133.862000', '223133.865000', '223133.868000', '223133.870000', '223133.873000', '223133.875000', '223133.878000', '223133.880000', '223133.883000', '223133.890000', '223133.893000', '223133.895000', '223133.898000', '223133.901000', '223133.903000', '223133.906000', '223133.908000', '223133.911000', '223133.914000', '223133.916000', '223133.919000', '223133.927000', '223133.930000', '223133.932000', '223133.935000', '223133.937000', '223133.940000', '223133.943000', '223133.945000', '223133.948000', '223133.950000', '223133.953000', '223133.955000', '223133.958000', '223153.796000', '223153.799000', '223153.802000', '223153.804000', '223153.807000', '223153.810000', '223153.812000', '223153.821000', '223153.824000', '223153.826000', '223153.829000', '223153.832000', '223153.834000', '223153.837000', '223153.839000', '223153.842000', '223153.844000', '223153.847000', '223153.849000', '223153.852000', '223153.855000', '223153.857000', '223153.860000', '223153.862000', '223153.865000', '223153.868000', '223153.870000', '223153.873000', '223153.875000', '223153.878000', '223153.880000', '223153.883000', '223153.885000', '223153.888000', '223153.891000', '223153.893000', '223153.896000', '223153.898000', '223153.901000', '223153.903000', '223153.906000', '223153.909000', '223153.911000', '223213.796000', '223213.799000', '223213.802000', '223213.804000', '223213.807000', '223213.814000', '223213.817000', '223213.820000', '223213.824000', '223213.827000', '223213.829000', '223213.832000', '223213.837000', '223213.839000', '223213.842000', '223213.844000', '223213.847000', '223213.849000', '223213.852000', '223213.854000', '223213.857000', '223213.859000', '223213.862000', '223213.865000', '223213.867000', '223213.870000', '223213.872000', '223213.875000', '223213.878000', '223213.880000', '223213.883000', '223213.885000', '223213.888000', '223213.890000', '223213.893000', '223213.896000', '223213.898000', '223213.901000', '223213.904000', '223213.906000', '223213.909000', '223213.911000', '223213.914000', '223213.916000', '223233.795000', '223233.798000', '223233.801000', '223233.804000', '223233.806000', '223233.809000', '223233.811000', '223233.814000', '223233.816000', '223233.819000', '223233.822000', '223233.832000', '223233.835000', '223233.837000', '223233.840000', '223233.842000', '223233.845000', '223233.848000', '223233.850000', '223233.853000', '223233.855000', '223233.858000', '223233.860000', '223233.863000', '223233.866000', '223233.868000', '223233.871000', '223233.873000', '223233.876000', '223233.878000', '223233.881000', '223233.884000', '223233.886000', '223233.889000', '223233.891000', '223233.894000', '223233.896000', '223233.899000', '223233.902000', '223233.904000', '223233.907000', '223233.909000', '223233.912000', '223253.795000', '223253.798000', '223253.801000', '223253.803000', '223253.806000', '223253.809000', '223253.811000', '223253.814000', '223253.816000', '223253.819000', '223253.821000', '223253.824000', '223253.827000', '223253.829000', '223253.832000', '223253.835000', '223253.837000', '223253.840000', '223253.842000', '223253.845000', '223253.848000', '223253.850000', '223253.853000', '223253.855000', '223253.858000', '223253.861000', '223253.863000', '223253.866000', '223253.869000', '223253.871000', '223253.874000', '223253.876000', '223253.879000', '223253.881000', '223253.884000', '223253.887000', '223253.889000', '223253.892000', '223253.894000', '223253.897000', '223253.900000', '223253.902000', '223253.905000', '223313.795000', '223313.798000', '223313.836000', '223313.838000', '223313.841000', '223313.843000', '223313.846000', '223313.849000', '223313.851000', '223313.854000', '223313.856000', '223313.859000', '223313.862000', '223313.864000', '223313.867000', '223313.869000', '223313.872000', '223313.875000', '223313.877000', '223313.880000', '223313.882000', '223313.885000', '223313.888000', '223313.890000', '223313.893000', '223313.895000', '223313.898000', '223313.900000', '223313.903000', '223313.906000', '223313.908000', '223313.911000', '223313.913000', '223313.916000', '223313.919000', '223313.921000', '223313.924000', '223313.926000', '223313.929000', '223313.932000', '223313.934000', '223313.937000', '223313.939000', '223313.942000', '223333.796000', '223333.798000', '223333.801000', '223333.804000', '223333.806000', '223333.809000', '223333.812000', '223333.814000', '223333.817000', '223333.820000', '223333.822000', '223333.825000', '223333.827000', '223333.830000', '223333.832000', '223333.835000', '223333.838000', '223333.840000', '223333.843000', '223333.846000', '223333.848000', '223333.851000', '223333.853000', '223333.856000', '223333.859000', '223333.862000', '223333.865000', '223333.867000', '223333.870000', '223333.873000', '223333.875000', '223333.878000', '223333.880000', '223333.883000', '223333.886000', '223333.888000', '223333.891000', '223333.893000', '223333.896000', '223333.899000', '223333.901000', '223333.904000', '223333.906000', '223353.795000', '223353.798000', '223353.807000', '223353.810000', '223353.812000', '223353.815000', '223353.817000', '223353.820000', '223353.822000', '223353.825000', '223353.828000', '223353.830000', '223353.833000', '223353.835000', '223353.838000', '223353.840000', '223353.843000', '223353.846000', '223353.848000', '223353.851000', '223353.853000', '223353.856000', '223353.859000', '223353.861000', '223353.864000', '223353.866000', '223353.869000', '223353.872000', '223353.874000', '223353.877000', '223353.879000', '223353.882000', '223353.884000', '223353.887000', '223353.890000', '223353.892000', '223353.895000', '223353.897000', '223353.900000', '223353.903000', '223353.905000', '223353.908000', '223353.910000', '223353.913000', '223413.796000', '223413.799000', '223413.833000', '223413.835000', '223413.838000', '223413.840000', '223413.843000', '223413.846000', '223413.848000', '223413.851000', '223413.853000', '223413.856000', '223413.858000', '223413.861000', '223413.864000', '223413.866000', '223413.869000', '223413.871000', '223413.874000', '223413.877000', '223413.879000', '223413.882000', '223413.884000', '223413.887000', '223413.889000', '223413.892000', '223413.895000', '223413.897000', '223413.900000', '223413.902000', '223413.905000', '223413.908000', '223413.910000', '223413.913000', '223413.915000', '223413.918000', '223413.921000', '223413.923000', '223413.926000', '223413.928000', '223413.931000', '223413.934000', '223413.936000', '223433.796000', '223433.799000', '223433.802000', '223433.805000', '223433.807000', '223433.810000', '223433.812000', '223433.815000', '223433.818000', '223433.820000', '223433.823000', '223433.825000', '223433.828000', '223433.831000', '223433.833000', '223433.836000', '223433.839000', '223433.841000', '223433.844000', '223433.847000', '223433.849000', '223433.852000', '223433.854000', '223433.857000', '223433.860000', '223433.862000', '223433.865000', '223433.867000', '223433.870000', '223433.872000', '223433.875000', '223433.878000', '223433.880000', '223433.883000', '223433.885000', '223433.888000', '223433.890000', '223433.893000', '223433.896000', '223433.898000', '223433.901000', '223433.903000', '223433.906000', '223433.909000', '223453.795000', '223453.798000', '223453.839000', '223453.842000', '223453.845000', '223453.847000', '223453.850000', '223453.852000', '223453.855000', '223453.858000', '223453.860000', '223453.863000', '223453.865000', '223453.868000', '223453.871000', '223453.873000', '223453.876000', '223453.878000', '223453.881000', '223453.884000', '223453.886000', '223453.889000', '223453.892000', '223453.894000', '223453.897000', '223453.900000', '223453.903000', '223453.906000', '223453.909000', '223453.911000', '223453.914000', '223453.917000', '223453.919000', '223453.922000', '223453.924000', '223453.927000', '223453.929000', '223453.932000', '223453.935000', '223453.937000', '223453.940000', '223453.942000', '223453.945000', '223513.795000', '223513.798000', '223513.801000', '223513.804000', '223513.806000', '223513.809000', '223513.811000', '223513.814000', '223513.816000', '223513.819000', '223513.822000', '223513.824000', '223513.827000', '223513.829000', '223513.832000', '223513.835000', '223513.837000', '223513.840000', '223513.842000', '223513.845000', '223513.848000', '223513.850000', '223513.853000', '223513.855000', '223513.858000', '223513.860000', '223513.863000', '223513.866000', '223513.869000', '223513.871000', '223513.874000', '223513.877000', '223513.879000', '223513.882000', '223513.884000', '223513.887000', '223513.889000', '223513.892000', '223513.895000', '223513.897000', '223513.900000', '223513.913000', '223513.916000', '223513.918000', '223533.796000', '223533.799000', '223533.801000', '223533.804000', '223533.807000', '223533.809000', '223533.812000', '223533.814000', '223533.817000', '223533.819000', '223533.822000', '223533.825000', '223533.827000', '223533.830000', '223533.833000', '223533.835000', '223533.838000', '223533.840000', '223533.843000', '223533.846000', '223533.848000', '223533.851000', '223533.858000', '223533.861000', '223533.864000', '223533.866000', '223533.869000', '223533.871000', '223533.874000', '223533.877000', '223533.879000', '223533.882000', '223533.884000', '223533.887000', '223533.890000', '223533.894000', '223533.896000', '223533.899000', '223533.901000', '223533.904000', '223533.907000', '223533.909000', '223533.912000', '223553.796000', '223553.798000', '223553.801000', '223553.804000', '223553.806000', '223553.809000', '223553.811000', '223553.814000', '223553.816000', '223553.819000', '223553.822000', '223553.824000', '223553.827000', '223553.829000', '223553.832000', '223553.835000', '223553.837000', '223553.840000', '223553.842000', '223553.845000', '223553.848000', '223553.850000', '223553.853000', '223553.855000', '223553.858000', '223553.861000', '223553.863000', '223553.866000', '223553.868000', '223553.871000', '223553.874000', '223553.876000', '223553.879000', '223553.881000', '223553.884000', '223553.887000', '223553.889000', '223553.892000', '223553.894000', '223553.897000', '223553.900000', '223553.902000', '223553.905000', '223553.907000', '223613.795000', '223613.798000', '223613.801000', '223613.803000', '223613.806000', '223613.833000', '223613.835000', '223613.838000', '223613.840000', '223613.843000', '223613.846000', '223613.848000', '223613.851000', '223613.853000', '223613.856000', '223613.859000', '223613.861000', '223613.864000', '223613.866000', '223613.869000', '223613.871000', '223613.874000', '223613.877000', '223613.879000', '223613.882000', '223613.884000', '223613.887000', '223613.890000', '223613.892000', '223613.895000', '223613.898000', '223613.900000', '223613.903000', '223613.905000', '223613.908000', '223613.911000', '223613.913000', '223613.916000', '223613.918000', '223613.921000', '223613.924000', '223613.926000', '223613.929000', '223633.797000', '223633.838000', '223633.841000', '223633.843000', '223633.846000', '223633.848000', '223633.851000', '223633.854000', '223633.856000', '223633.859000', '223633.861000', '223633.864000', '223633.866000', '223633.869000', '223633.872000', '223633.874000', '223633.877000', '223633.880000', '223633.882000', '223633.885000', '223633.888000', '223633.890000', '223633.893000', '223633.895000', '223633.898000', '223633.901000', '223633.903000', '223633.906000', '223633.909000', '223633.911000', '223633.914000', '223633.916000', '223633.919000', '223633.922000', '223633.924000', '223633.927000', '223633.930000', '223633.932000', '223633.937000', '223633.939000', '223633.942000', '223633.945000', '223633.947000', '223633.950000', '223653.796000', '223653.799000', '223653.801000', '223653.804000', '223653.806000', '223653.809000', '223653.811000', '223653.831000', '223653.833000', '223653.836000', '223653.838000', '223653.841000', '223653.843000', '223653.846000', '223653.849000', '223653.851000', '223653.854000', '223653.856000', '223653.859000', '223653.861000', '223653.864000', '223653.867000', '223653.869000', '223653.872000', '223653.874000', '223653.877000', '223653.880000', '223653.882000', '223653.885000', '223653.887000', '223653.890000', '223653.892000', '223653.895000', '223653.898000', '223653.901000', '223653.904000', '223653.907000', '223653.910000', '223653.912000', '223653.915000', '223653.917000', '223653.920000', '223653.923000', '223713.795000', '223713.798000', '223713.846000', '223713.849000', '223713.851000', '223713.854000', '223713.857000', '223713.859000', '223713.862000', '223713.864000', '223713.867000', '223713.869000', '223713.872000', '223713.875000', '223713.877000', '223713.880000', '223713.883000', '223713.885000', '223713.888000', '223713.890000', '223713.893000', '223713.895000', '223713.898000', '223713.901000', '223713.903000', '223713.906000', '223713.908000', '223713.911000', '223713.913000', '223713.916000', '223713.919000', '223713.921000', '223713.924000', '223713.926000', '223713.929000', '223713.932000', '223713.934000', '223713.937000', '223713.939000', '223713.942000', '223713.945000', '223713.947000', '223713.950000', '223713.952000', '223733.796000', '223733.798000', '223733.849000', '223733.852000', '223733.854000', '223733.857000', '223733.859000', '223733.862000', '223733.864000', '223733.867000', '223733.870000', '223733.872000', '223733.875000', '223733.877000', '223733.880000', '223733.883000', '223733.885000', '223733.888000', '223733.890000', '223733.893000', '223733.896000', '223733.898000', '223733.901000', '223733.903000', '223733.906000', '223733.917000', '223733.919000', '223733.922000', '223733.925000', '223733.927000', '223733.930000', '223733.933000', '223733.935000', '223733.938000', '223733.941000', '223733.943000', '223733.946000', '223733.949000', '223733.951000', '223733.954000', '223733.956000', '223733.959000', '223733.961000', '223753.796000', '223753.798000', '223753.862000', '223753.864000', '223753.867000', '223753.870000', '223753.872000', '223753.875000', '223753.877000', '223753.880000', '223753.882000', '223753.885000', '223753.888000', '223753.890000', '223753.893000', '223753.895000', '223753.898000', '223753.900000', '223753.903000', '223753.906000', '223753.908000', '223753.911000', '223753.913000', '223753.916000', '223753.918000', '223753.921000', '223753.924000', '223753.926000', '223753.929000', '223753.931000', '223753.934000', '223753.936000', '223753.939000', '223753.942000', '223753.944000', '223753.947000', '223753.949000', '223753.952000', '223753.955000', '223753.957000', '223753.960000', '223753.963000', '223753.965000', '223753.968000', '223813.796000', '223813.798000', '223813.801000', '223813.804000', '223813.806000', '223813.809000', '223813.811000', '223813.814000', '223813.817000', '223813.819000', '223813.822000', '223813.824000', '223813.827000', '223813.830000', '223813.832000', '223813.835000', '223813.837000', '223813.840000', '223813.856000', '223813.859000', '223813.862000', '223813.864000', '223813.867000', '223813.869000', '223813.872000', '223813.874000', '223813.877000', '223813.880000', '223813.882000', '223813.885000', '223813.888000', '223813.890000', '223813.893000', '223813.895000', '223813.898000', '223813.901000', '223813.903000', '223813.906000', '223813.908000', '223813.911000', '223813.913000', '223813.916000', '223813.919000', '223833.797000', '223833.869000', '223833.872000', '223833.874000', '223833.877000', '223833.880000', '223833.882000', '223833.885000', '223833.887000', '223833.890000', '223833.893000', '223833.895000', '223833.898000', '223833.900000', '223833.903000', '223833.906000', '223833.908000', '223833.911000', '223833.914000', '223833.916000', '223833.919000', '223833.922000', '223833.924000', '223833.927000', '223833.929000', '223833.932000', '223833.935000', '223833.937000', '223833.940000', '223833.943000', '223833.945000', '223833.948000', '223833.950000', '223833.953000', '223833.956000', '223833.958000', '223833.961000', '223833.963000', '223833.966000', '223833.969000', '223833.971000', '223833.974000', '223833.977000', '223833.979000', '223853.797000', '223853.846000', '223853.849000', '223853.852000', '223853.854000', '223853.857000', '223853.859000', '223853.862000', '223853.864000', '223853.867000', '223853.869000', '223853.872000', '223853.875000', '223853.877000', '223853.880000', '223853.882000', '223853.885000', '223853.888000', '223853.890000', '223853.893000', '223853.895000', '223853.898000', '223853.900000', '223853.911000', '223853.914000', '223853.917000', '223853.919000', '223853.922000', '223853.924000', '223853.927000', '223853.930000', '223853.932000', '223853.935000', '223853.937000', '223853.940000', '223853.943000', '223853.945000', '223853.948000', '223853.950000', '223853.953000', '223853.956000', '223853.958000', '223853.961000', '223913.796000', '223913.799000', '223913.846000', '223913.849000', '223913.851000', '223913.854000', '223913.856000', '223913.859000', '223913.861000', '223913.864000', '223913.867000', '223913.869000', '223913.872000', '223913.874000', '223913.877000', '223913.879000', '223913.882000', '223913.885000', '223913.887000', '223913.890000', '223913.892000', '223913.895000', '223913.898000', '223913.900000', '223913.903000', '223913.905000', '223913.908000', '223913.910000', '223913.913000', '223913.916000', '223913.918000', '223913.921000', '223913.924000', '223913.926000', '223913.929000', '223913.931000', '223913.934000', '223913.937000', '223913.939000', '223913.942000', '223913.944000', '223913.947000', '223913.950000', '223913.952000', '223933.796000', '223933.798000', '223933.870000', '223933.873000', '223933.875000', '223933.878000', '223933.881000', '223933.883000', '223933.886000', '223933.888000', '223933.891000', '223933.893000', '223933.896000', '223933.899000', '223933.901000', '223933.918000', '223933.921000', '223933.923000', '223933.926000', '223933.929000', '223933.931000', '223933.934000', '223933.936000', '223933.939000', '223933.942000', '223933.944000', '223933.947000', '223933.949000', '223933.952000', '223933.954000', '223933.957000', '223933.960000', '223933.962000', '223933.965000', '223933.967000', '223933.970000', '223933.972000', '223933.975000', '223933.978000', '223933.980000', '223933.983000', '223933.985000', '223933.988000', '223953.796000', '223953.799000', '223953.870000', '223953.873000', '223953.875000', '223953.878000', '223953.881000', '223953.883000', '223953.886000', '223953.888000', '223953.891000', '223953.893000', '223953.896000', '223953.898000', '223953.901000', '223953.904000', '223953.906000', '223953.909000', '223953.911000', '223953.914000', '223953.916000', '223953.919000', '223953.922000', '223953.924000', '223953.927000', '223953.929000', '223953.932000', '223953.934000', '223953.937000', '223953.940000', '223953.942000', '223953.945000', '223953.947000', '223953.950000', '223953.953000', '223953.955000', '223953.958000', '223953.960000', '223953.963000', '223953.965000', '223953.968000', '223953.971000', '223953.973000', '223953.976000', '224013.795000', '224013.798000', '224013.856000', '224013.859000', '224013.861000', '224013.864000', '224013.866000', '224013.869000', '224013.871000', '224013.874000', '224013.877000', '224013.879000', '224013.882000', '224013.884000', '224013.887000', '224013.890000', '224013.892000', '224013.895000', '224013.897000', '224013.900000', '224013.902000', '224013.905000', '224013.908000', '224013.910000', '224013.913000', '224013.915000', '224013.918000', '224013.921000', '224013.923000', '224013.926000', '224013.928000', '224013.931000', '224013.934000', '224013.936000', '224013.939000', '224013.941000', '224013.944000', '224013.946000', '224013.949000', '224013.952000', '224013.954000', '224013.957000', '224013.959000', '224033.776000', '224033.779000', '224033.781000', '224033.784000', '224033.787000', '224033.789000', '224033.792000', '224033.794000', '224033.797000', '224033.878000', '224033.880000', '224033.883000', '224033.886000', '224033.888000', '224033.891000', '224033.894000', '224033.896000', '224033.899000', '224033.901000', '224033.904000', '224033.906000', '224033.909000', '224033.912000', '224033.914000', '224033.917000', '224033.919000', '224033.922000', '224033.925000', '224033.927000', '224033.930000', '224033.932000', '224033.935000', '224033.937000', '224033.940000', '224033.943000', '224033.945000', '224033.948000', '224033.950000', '224033.953000', '224033.956000', '224033.958000', '224033.961000', '224033.963000', '224033.966000'], 'InstanceCreationTime': ['223133.859000', '223133.862000', '223133.865000', '223133.868000', '223133.870000', '223133.873000', '223133.875000', '223133.878000', '223133.880000', '223133.883000', '223133.890000', '223133.893000', '223133.895000', '223133.898000', '223133.901000', '223133.903000', '223133.906000', '223133.908000', '223133.911000', '223133.914000', '223133.916000', '223133.919000', '223133.927000', '223133.930000', '223133.932000', '223133.935000', '223133.937000', '223133.940000', '223133.943000', '223133.945000', '223133.948000', '223133.950000', '223133.953000', '223133.955000', '223133.958000', '223153.796000', '223153.799000', '223153.802000', '223153.804000', '223153.807000', '223153.810000', '223153.812000', '223153.821000', '223153.824000', '223153.826000', '223153.829000', '223153.832000', '223153.834000', '223153.837000', '223153.839000', '223153.842000', '223153.844000', '223153.847000', '223153.849000', '223153.852000', '223153.855000', '223153.857000', '223153.860000', '223153.862000', '223153.865000', '223153.868000', '223153.870000', '223153.873000', '223153.875000', '223153.878000', '223153.880000', '223153.883000', '223153.885000', '223153.888000', '223153.891000', '223153.893000', '223153.896000', '223153.898000', '223153.901000', '223153.903000', '223153.906000', '223153.909000', '223153.911000', '223213.796000', '223213.799000', '223213.802000', '223213.804000', '223213.807000', '223213.814000', '223213.817000', '223213.820000', '223213.824000', '223213.827000', '223213.829000', '223213.832000', '223213.837000', '223213.839000', '223213.842000', '223213.844000', '223213.847000', '223213.849000', '223213.852000', '223213.854000', '223213.857000', '223213.859000', '223213.862000', '223213.865000', '223213.867000', '223213.870000', '223213.872000', '223213.875000', '223213.878000', '223213.880000', '223213.883000', '223213.885000', '223213.888000', '223213.890000', '223213.893000', '223213.896000', '223213.898000', '223213.901000', '223213.904000', '223213.906000', '223213.909000', '223213.911000', '223213.914000', '223213.916000', '223233.795000', '223233.798000', '223233.801000', '223233.804000', '223233.806000', '223233.809000', '223233.811000', '223233.814000', '223233.816000', '223233.819000', '223233.822000', '223233.832000', '223233.835000', '223233.837000', '223233.840000', '223233.842000', '223233.845000', '223233.848000', '223233.850000', '223233.853000', '223233.855000', '223233.858000', '223233.860000', '223233.863000', '223233.866000', '223233.868000', '223233.871000', '223233.873000', '223233.876000', '223233.878000', '223233.881000', '223233.884000', '223233.886000', '223233.889000', '223233.891000', '223233.894000', '223233.896000', '223233.899000', '223233.902000', '223233.904000', '223233.907000', '223233.909000', '223233.912000', '223253.795000', '223253.798000', '223253.801000', '223253.803000', '223253.806000', '223253.809000', '223253.811000', '223253.814000', '223253.816000', '223253.819000', '223253.821000', '223253.824000', '223253.827000', '223253.829000', '223253.832000', '223253.835000', '223253.837000', '223253.840000', '223253.842000', '223253.845000', '223253.848000', '223253.850000', '223253.853000', '223253.855000', '223253.858000', '223253.861000', '223253.863000', '223253.866000', '223253.869000', '223253.871000', '223253.874000', '223253.876000', '223253.879000', '223253.881000', '223253.884000', '223253.887000', '223253.889000', '223253.892000', '223253.894000', '223253.897000', '223253.900000', '223253.902000', '223253.905000', '223313.795000', '223313.798000', '223313.836000', '223313.838000', '223313.841000', '223313.843000', '223313.846000', '223313.849000', '223313.851000', '223313.854000', '223313.856000', '223313.859000', '223313.862000', '223313.864000', '223313.867000', '223313.869000', '223313.872000', '223313.875000', '223313.877000', '223313.880000', '223313.882000', '223313.885000', '223313.888000', '223313.890000', '223313.893000', '223313.895000', '223313.898000', '223313.900000', '223313.903000', '223313.906000', '223313.908000', '223313.911000', '223313.913000', '223313.916000', '223313.919000', '223313.921000', '223313.924000', '223313.926000', '223313.929000', '223313.932000', '223313.934000', '223313.937000', '223313.939000', '223313.942000', '223333.796000', '223333.798000', '223333.801000', '223333.804000', '223333.806000', '223333.809000', '223333.812000', '223333.814000', '223333.817000', '223333.820000', '223333.822000', '223333.825000', '223333.827000', '223333.830000', '223333.832000', '223333.835000', '223333.838000', '223333.840000', '223333.843000', '223333.846000', '223333.848000', '223333.851000', '223333.853000', '223333.856000', '223333.859000', '223333.862000', '223333.865000', '223333.867000', '223333.870000', '223333.873000', '223333.875000', '223333.878000', '223333.880000', '223333.883000', '223333.886000', '223333.888000', '223333.891000', '223333.893000', '223333.896000', '223333.899000', '223333.901000', '223333.904000', '223333.906000', '223353.795000', '223353.798000', '223353.807000', '223353.810000', '223353.812000', '223353.815000', '223353.817000', '223353.820000', '223353.822000', '223353.825000', '223353.828000', '223353.830000', '223353.833000', '223353.835000', '223353.838000', '223353.840000', '223353.843000', '223353.846000', '223353.848000', '223353.851000', '223353.853000', '223353.856000', '223353.859000', '223353.861000', '223353.864000', '223353.866000', '223353.869000', '223353.872000', '223353.874000', '223353.877000', '223353.879000', '223353.882000', '223353.884000', '223353.887000', '223353.890000', '223353.892000', '223353.895000', '223353.897000', '223353.900000', '223353.903000', '223353.905000', '223353.908000', '223353.910000', '223353.913000', '223413.796000', '223413.799000', '223413.833000', '223413.835000', '223413.838000', '223413.840000', '223413.843000', '223413.846000', '223413.848000', '223413.851000', '223413.853000', '223413.856000', '223413.858000', '223413.861000', '223413.864000', '223413.866000', '223413.869000', '223413.871000', '223413.874000', '223413.877000', '223413.879000', '223413.882000', '223413.884000', '223413.887000', '223413.889000', '223413.892000', '223413.895000', '223413.897000', '223413.900000', '223413.902000', '223413.905000', '223413.908000', '223413.910000', '223413.913000', '223413.915000', '223413.918000', '223413.921000', '223413.923000', '223413.926000', '223413.928000', '223413.931000', '223413.934000', '223413.936000', '223433.796000', '223433.799000', '223433.802000', '223433.805000', '223433.807000', '223433.810000', '223433.812000', '223433.815000', '223433.818000', '223433.820000', '223433.823000', '223433.825000', '223433.828000', '223433.831000', '223433.833000', '223433.836000', '223433.839000', '223433.841000', '223433.844000', '223433.847000', '223433.849000', '223433.852000', '223433.854000', '223433.857000', '223433.860000', '223433.862000', '223433.865000', '223433.867000', '223433.870000', '223433.872000', '223433.875000', '223433.878000', '223433.880000', '223433.883000', '223433.885000', '223433.888000', '223433.890000', '223433.893000', '223433.896000', '223433.898000', '223433.901000', '223433.903000', '223433.906000', '223433.909000', '223453.795000', '223453.798000', '223453.839000', '223453.842000', '223453.845000', '223453.847000', '223453.850000', '223453.852000', '223453.855000', '223453.858000', '223453.860000', '223453.863000', '223453.865000', '223453.868000', '223453.871000', '223453.873000', '223453.876000', '223453.878000', '223453.881000', '223453.884000', '223453.886000', '223453.889000', '223453.892000', '223453.894000', '223453.897000', '223453.900000', '223453.903000', '223453.906000', '223453.909000', '223453.911000', '223453.914000', '223453.917000', '223453.919000', '223453.922000', '223453.924000', '223453.927000', '223453.929000', '223453.932000', '223453.935000', '223453.937000', '223453.940000', '223453.942000', '223453.945000', '223513.795000', '223513.798000', '223513.801000', '223513.804000', '223513.806000', '223513.809000', '223513.811000', '223513.814000', '223513.816000', '223513.819000', '223513.822000', '223513.824000', '223513.827000', '223513.829000', '223513.832000', '223513.835000', '223513.837000', '223513.840000', '223513.842000', '223513.845000', '223513.848000', '223513.850000', '223513.853000', '223513.855000', '223513.858000', '223513.860000', '223513.863000', '223513.866000', '223513.869000', '223513.871000', '223513.874000', '223513.877000', '223513.879000', '223513.882000', '223513.884000', '223513.887000', '223513.889000', '223513.892000', '223513.895000', '223513.897000', '223513.900000', '223513.913000', '223513.916000', '223513.918000', '223533.796000', '223533.799000', '223533.801000', '223533.804000', '223533.807000', '223533.809000', '223533.812000', '223533.814000', '223533.817000', '223533.819000', '223533.822000', '223533.825000', '223533.827000', '223533.830000', '223533.833000', '223533.835000', '223533.838000', '223533.840000', '223533.843000', '223533.846000', '223533.848000', '223533.851000', '223533.858000', '223533.861000', '223533.864000', '223533.866000', '223533.869000', '223533.871000', '223533.874000', '223533.877000', '223533.879000', '223533.882000', '223533.884000', '223533.887000', '223533.890000', '223533.894000', '223533.896000', '223533.899000', '223533.901000', '223533.904000', '223533.907000', '223533.909000', '223533.912000', '223553.796000', '223553.798000', '223553.801000', '223553.804000', '223553.806000', '223553.809000', '223553.811000', '223553.814000', '223553.816000', '223553.819000', '223553.822000', '223553.824000', '223553.827000', '223553.829000', '223553.832000', '223553.835000', '223553.837000', '223553.840000', '223553.842000', '223553.845000', '223553.848000', '223553.850000', '223553.853000', '223553.855000', '223553.858000', '223553.861000', '223553.863000', '223553.866000', '223553.868000', '223553.871000', '223553.874000', '223553.876000', '223553.879000', '223553.881000', '223553.884000', '223553.887000', '223553.889000', '223553.892000', '223553.894000', '223553.897000', '223553.900000', '223553.902000', '223553.905000', '223553.907000', '223613.795000', '223613.798000', '223613.801000', '223613.803000', '223613.806000', '223613.833000', '223613.835000', '223613.838000', '223613.840000', '223613.843000', '223613.846000', '223613.848000', '223613.851000', '223613.853000', '223613.856000', '223613.859000', '223613.861000', '223613.864000', '223613.866000', '223613.869000', '223613.871000', '223613.874000', '223613.877000', '223613.879000', '223613.882000', '223613.884000', '223613.887000', '223613.890000', '223613.892000', '223613.895000', '223613.898000', '223613.900000', '223613.903000', '223613.905000', '223613.908000', '223613.911000', '223613.913000', '223613.916000', '223613.918000', '223613.921000', '223613.924000', '223613.926000', '223613.929000', '223633.797000', '223633.838000', '223633.841000', '223633.843000', '223633.846000', '223633.848000', '223633.851000', '223633.854000', '223633.856000', '223633.859000', '223633.861000', '223633.864000', '223633.866000', '223633.869000', '223633.872000', '223633.874000', '223633.877000', '223633.880000', '223633.882000', '223633.885000', '223633.888000', '223633.890000', '223633.893000', '223633.895000', '223633.898000', '223633.901000', '223633.903000', '223633.906000', '223633.909000', '223633.911000', '223633.914000', '223633.916000', '223633.919000', '223633.922000', '223633.924000', '223633.927000', '223633.930000', '223633.932000', '223633.937000', '223633.939000', '223633.942000', '223633.945000', '223633.947000', '223633.950000', '223653.796000', '223653.799000', '223653.801000', '223653.804000', '223653.806000', '223653.809000', '223653.811000', '223653.831000', '223653.833000', '223653.836000', '223653.838000', '223653.841000', '223653.843000', '223653.846000', '223653.849000', '223653.851000', '223653.854000', '223653.856000', '223653.859000', '223653.861000', '223653.864000', '223653.867000', '223653.869000', '223653.872000', '223653.874000', '223653.877000', '223653.880000', '223653.882000', '223653.885000', '223653.887000', '223653.890000', '223653.892000', '223653.895000', '223653.898000', '223653.901000', '223653.904000', '223653.907000', '223653.910000', '223653.912000', '223653.915000', '223653.917000', '223653.920000', '223653.923000', '223713.795000', '223713.798000', '223713.846000', '223713.849000', '223713.851000', '223713.854000', '223713.857000', '223713.859000', '223713.862000', '223713.864000', '223713.867000', '223713.869000', '223713.872000', '223713.875000', '223713.877000', '223713.880000', '223713.883000', '223713.885000', '223713.888000', '223713.890000', '223713.893000', '223713.895000', '223713.898000', '223713.901000', '223713.903000', '223713.906000', '223713.908000', '223713.911000', '223713.913000', '223713.916000', '223713.919000', '223713.921000', '223713.924000', '223713.926000', '223713.929000', '223713.932000', '223713.934000', '223713.937000', '223713.939000', '223713.942000', '223713.945000', '223713.947000', '223713.950000', '223713.952000', '223733.796000', '223733.798000', '223733.849000', '223733.852000', '223733.854000', '223733.857000', '223733.859000', '223733.862000', '223733.864000', '223733.867000', '223733.870000', '223733.872000', '223733.875000', '223733.877000', '223733.880000', '223733.883000', '223733.885000', '223733.888000', '223733.890000', '223733.893000', '223733.896000', '223733.898000', '223733.901000', '223733.903000', '223733.906000', '223733.917000', '223733.919000', '223733.922000', '223733.925000', '223733.927000', '223733.930000', '223733.933000', '223733.935000', '223733.938000', '223733.941000', '223733.943000', '223733.946000', '223733.949000', '223733.951000', '223733.954000', '223733.956000', '223733.959000', '223733.961000', '223753.796000', '223753.798000', '223753.862000', '223753.864000', '223753.867000', '223753.870000', '223753.872000', '223753.875000', '223753.877000', '223753.880000', '223753.882000', '223753.885000', '223753.888000', '223753.890000', '223753.893000', '223753.895000', '223753.898000', '223753.900000', '223753.903000', '223753.906000', '223753.908000', '223753.911000', '223753.913000', '223753.916000', '223753.918000', '223753.921000', '223753.924000', '223753.926000', '223753.929000', '223753.931000', '223753.934000', '223753.936000', '223753.939000', '223753.942000', '223753.944000', '223753.947000', '223753.949000', '223753.952000', '223753.955000', '223753.957000', '223753.960000', '223753.963000', '223753.965000', '223753.968000', '223813.796000', '223813.798000', '223813.801000', '223813.804000', '223813.806000', '223813.809000', '223813.811000', '223813.814000', '223813.817000', '223813.819000', '223813.822000', '223813.824000', '223813.827000', '223813.830000', '223813.832000', '223813.835000', '223813.837000', '223813.840000', '223813.856000', '223813.859000', '223813.862000', '223813.864000', '223813.867000', '223813.869000', '223813.872000', '223813.874000', '223813.877000', '223813.880000', '223813.882000', '223813.885000', '223813.888000', '223813.890000', '223813.893000', '223813.895000', '223813.898000', '223813.901000', '223813.903000', '223813.906000', '223813.908000', '223813.911000', '223813.913000', '223813.916000', '223813.919000', '223833.797000', '223833.869000', '223833.872000', '223833.874000', '223833.877000', '223833.880000', '223833.882000', '223833.885000', '223833.887000', '223833.890000', '223833.893000', '223833.895000', '223833.898000', '223833.900000', '223833.903000', '223833.906000', '223833.908000', '223833.911000', '223833.914000', '223833.916000', '223833.919000', '223833.922000', '223833.924000', '223833.927000', '223833.929000', '223833.932000', '223833.935000', '223833.937000', '223833.940000', '223833.943000', '223833.945000', '223833.948000', '223833.950000', '223833.953000', '223833.956000', '223833.958000', '223833.961000', '223833.963000', '223833.966000', '223833.969000', '223833.971000', '223833.974000', '223833.977000', '223833.979000', '223853.797000', '223853.846000', '223853.849000', '223853.852000', '223853.854000', '223853.857000', '223853.859000', '223853.862000', '223853.864000', '223853.867000', '223853.869000', '223853.872000', '223853.875000', '223853.877000', '223853.880000', '223853.882000', '223853.885000', '223853.888000', '223853.890000', '223853.893000', '223853.895000', '223853.898000', '223853.900000', '223853.911000', '223853.914000', '223853.917000', '223853.919000', '223853.922000', '223853.924000', '223853.927000', '223853.930000', '223853.932000', '223853.935000', '223853.937000', '223853.940000', '223853.943000', '223853.945000', '223853.948000', '223853.950000', '223853.953000', '223853.956000', '223853.958000', '223853.961000', '223913.796000', '223913.799000', '223913.846000', '223913.849000', '223913.851000', '223913.854000', '223913.856000', '223913.859000', '223913.861000', '223913.864000', '223913.867000', '223913.869000', '223913.872000', '223913.874000', '223913.877000', '223913.879000', '223913.882000', '223913.885000', '223913.887000', '223913.890000', '223913.892000', '223913.895000', '223913.898000', '223913.900000', '223913.903000', '223913.905000', '223913.908000', '223913.910000', '223913.913000', '223913.916000', '223913.918000', '223913.921000', '223913.924000', '223913.926000', '223913.929000', '223913.931000', '223913.934000', '223913.937000', '223913.939000', '223913.942000', '223913.944000', '223913.947000', '223913.950000', '223913.952000', '223933.796000', '223933.798000', '223933.870000', '223933.873000', '223933.875000', '223933.878000', '223933.881000', '223933.883000', '223933.886000', '223933.888000', '223933.891000', '223933.893000', '223933.896000', '223933.899000', '223933.901000', '223933.918000', '223933.921000', '223933.923000', '223933.926000', '223933.929000', '223933.931000', '223933.934000', '223933.936000', '223933.939000', '223933.942000', '223933.944000', '223933.947000', '223933.949000', '223933.952000', '223933.954000', '223933.957000', '223933.960000', '223933.962000', '223933.965000', '223933.967000', '223933.970000', '223933.972000', '223933.975000', '223933.978000', '223933.980000', '223933.983000', '223933.985000', '223933.988000', '223953.796000', '223953.799000', '223953.870000', '223953.873000', '223953.875000', '223953.878000', '223953.881000', '223953.883000', '223953.886000', '223953.888000', '223953.891000', '223953.893000', '223953.896000', '223953.898000', '223953.901000', '223953.904000', '223953.906000', '223953.909000', '223953.911000', '223953.914000', '223953.916000', '223953.919000', '223953.922000', '223953.924000', '223953.927000', '223953.929000', '223953.932000', '223953.934000', '223953.937000', '223953.940000', '223953.942000', '223953.945000', '223953.947000', '223953.950000', '223953.953000', '223953.955000', '223953.958000', '223953.960000', '223953.963000', '223953.965000', '223953.968000', '223953.971000', '223953.973000', '223953.976000', '224013.795000', '224013.798000', '224013.856000', '224013.859000', '224013.861000', '224013.864000', '224013.866000', '224013.869000', '224013.871000', '224013.874000', '224013.877000', '224013.879000', '224013.882000', '224013.884000', '224013.887000', '224013.890000', '224013.892000', '224013.895000', '224013.897000', '224013.900000', '224013.902000', '224013.905000', '224013.908000', '224013.910000', '224013.913000', '224013.915000', '224013.918000', '224013.921000', '224013.923000', '224013.926000', '224013.928000', '224013.931000', '224013.934000', '224013.936000', '224013.939000', '224013.941000', '224013.944000', '224013.946000', '224013.949000', '224013.952000', '224013.954000', '224013.957000', '224013.959000', '224033.776000', '224033.779000', '224033.781000', '224033.784000', '224033.787000', '224033.789000', '224033.792000', '224033.794000', '224033.797000', '224033.878000', '224033.880000', '224033.883000', '224033.886000', '224033.888000', '224033.891000', '224033.894000', '224033.896000', '224033.899000', '224033.901000', '224033.904000', '224033.906000', '224033.909000', '224033.912000', '224033.914000', '224033.917000', '224033.919000', '224033.922000', '224033.925000', '224033.927000', '224033.930000', '224033.932000', '224033.935000', '224033.937000', '224033.940000', '224033.943000', '224033.945000', '224033.948000', '224033.950000', '224033.953000', '224033.956000', '224033.958000', '224033.961000', '224033.963000', '224033.966000'], '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': [9520, 13766, 11735, 9451, 12008, 9887, 10774, 12191, 9346, 8636, 11212, 9169, 11431, 10906, 8547, 11864, 10343, 13301, 11654, 8535, 12368, 9919, 11841, 11707, 9575, 12240, 9741, 8286, 11855, 10709, 9058, 9170, 8512, 12153, 10238, 8274, 10796, 9767, 8404, 12155, 11004, 9509, 13738, 11421, 11935, 11018, 8740, 12727, 11359, 8560, 10641, 8866, 11246, 10522, 8141, 11233, 8415, 6977, 11541, 10162, 8360, 11988, 10654, 8409, 13868, 10647, 8440, 12348, 9568, 13873, 11749, 8232, 11657, 8884, 10929, 10663, 8825, 10980, 8884, 9071, 10053, 8156, 10786, 9298, 7795, 10405, 9264, 10756, 10035, 8686, 11901, 9729, 9541, 11807, 8098, 11428, 10437, 11860, 12481, 10026, 8912, 12218, 9867, 8187, 10270, 8711, 11969, 9843, 13026, 10958, 11250, 9736, 9110, 11626, 9147, 11456, 9058, 7690, 10334, 9584, 11173, 10873, 8301, 11292, 9937, 11724, 11001, 8775, 11433, 8713, 12497, 11409, 10078, 12042, 9079, 12651, 11236, 8468, 12231, 10634, 9522, 11676, 9592, 10611, 10772, 8322, 11895, 11045, 8112, 12150, 10309, 10523, 10569, 8732, 12753, 11283, 9416, 12925, 12510, 9381, 11649, 10929, 8719, 11729, 11343, 8298, 11364, 9096, 11038, 11402, 8989, 10609, 10115, 7666, 11284, 10661, 8161, 11265, 9217, 11242, 11001, 8776, 11666, 10182, 8411, 11678, 10638, 8208, 11180, 9072, 11586, 11173, 7938, 11595, 9408, 11460, 11106, 8623, 11997, 10080, 8444, 11855, 10513, 9112, 11156, 9075, 11178, 11068, 8547, 11304, 10293, 8700, 11850, 10109, 10557, 9748, 9272, 9078, 11089, 9779, 8262, 11598, 10488, 8040, 12287, 10150, 12646, 11663, 11849, 13378, 9387, 13033, 10141, 12283, 12314, 8726, 11606, 9022, 7877, 10733, 9694, 7910, 10678, 8577, 9640, 10096, 8320, 10868, 9725, 9740, 10670, 8423, 13796, 11032, 12368, 11423, 8391, 12288, 11376, 8920, 10194, 9550, 10296, 10891, 8628, 11264, 10623, 8597, 11412, 10463, 7756, 11583, 10309, 11847, 11213, 8234, 12186, 9511, 12143, 11744, 8124, 11629, 9155, 10725, 10210, 7910, 10793, 8581, 9395, 9991, 8089, 11216, 10066, 10850, 10528, 8431, 11823, 10119, 9055, 9367, 9839, 10295, 11661, 10425, 8781, 12432, 10010, 9085, 12609, 9920, 14903, 12207, 9199, 12396, 9809, 13641, 12410, 9269, 10205, 8253, 7939, 11377, 9096, 8277, 11101, 9600, 7544, 8881, 9369, 8241, 10048, 11064, 9921, 13493, 10434, 8698, 11005, 10593, 14669, 13284, 12206, 13967, 12435, 9513, 14700, 12308, 9014, 13755, 10392, 10642, 12571, 9860, 13656, 11066, 7992, 11732, 10242, 8128, 11384, 9115, 9022, 11254, 9678, 10597, 10558, 8321, 11442, 10734, 9074, 12454, 11163, 8293, 12366, 11121, 9608, 12506, 10106, 9264, 12659, 11342, 8960, 12276, 9947, 8172, 11644, 10602, 8399, 11326, 9121, 10877, 10944, 8796, 11729, 9992, 7966, 11913, 10801, 8529, 11799, 9520, 7746, 11456, 10617, 7795, 11131, 9928, 8316, 11041, 9202, 10036, 10794, 9424, 12347, 10758, 8579, 12695, 11889, 8657, 11985, 10752, 8133, 11860, 9720, 8268, 11773, 10939, 8247, 11667, 9583, 9948, 10344, 8511, 9835, 11159, 9997, 8356, 12118, 11565, 8485, 12293, 10435, 10631, 12229, 9937, 11550, 10713, 8253, 12310, 10640, 8479, 10697, 8668, 10190, 10130, 8640, 9804, 8028, 7878, 11361, 10419, 8378, 11941, 10830, 8622, 13001, 10370, 7946, 13081, 11205, 8734, 11668, 9056, 9979, 11237, 9612, 9521, 10735, 9004, 9808, 9516, 8912, 10733, 10567, 8968, 10021, 13694, 11103, 8906, 12656, 10147, 12485, 12456, 9622, 14523, 10908, 7964, 12826, 11555, 8023, 11303, 9144, 7542, 11542, 10492, 7947, 12456, 9688, 15027, 10601, 9757, 10483, 9692, 7715, 9140, 9388, 7858, 10966, 10223, 8738, 11820, 10482, 9695, 14849, 13535, 11143, 13952, 10031, 9005, 11736, 11996, 10581, 9784, 12040, 10879, 9718, 11849, 10045, 8686, 10220, 9169, 8696, 11083, 9603, 10436, 9304, 8071, 11090, 10096, 9343, 11217, 9438, 9726, 10661, 9145, 9983, 10810, 9391, 10013, 10795, 9037, 10747, 10716, 9284, 10707, 11284, 9289, 11263, 11459, 9523, 10621, 11526, 9339, 11025, 11735, 10114, 9486, 11859, 10453, 8921, 12594, 10633, 7985, 12159, 11142, 9544, 13618, 10559, 14501, 11894, 8700, 12536, 11739, 8716, 11875, 9425, 7818, 11476, 9390, 7485, 10045, 8510, 8751, 11266, 9768, 8339, 10796, 9367, 9657, 11696, 10843, 8860, 11798, 9661, 10445, 11838, 10675, 8602, 11651, 9714, 10628, 11286, 9883, 13290, 11861, 8600, 13805, 12222, 9819, 12765, 9920, 11688, 12235, 9418, 9522, 10725, 9486, 10560, 10893, 9024, 10815, 10375, 8632, 12547, 10854, 7774, 11698, 10732, 9399, 11762, 9661, 10991, 11591, 8913, 12263, 10654, 8155, 11238, 10920, 8225, 11540, 9849, 9243, 10784, 9218, 9694, 10746, 9348, 11345, 10913, 8972, 10949, 10171, 7955, 11856, 11046, 7924, 11266, 10354, 8095, 10858, 9673, 7785, 10742, 10580, 9418, 10686, 10107, 9345, 10868, 10892, 9126, 9028, 11071, 11109, 9022, 15034, 13084, 9592, 11234, 12385, 10505, 12099, 12475, 9943, 12336, 11876, 9388, 13296, 11135, 7911, 11826, 9698, 10135, 10997, 9004, 9325, 10261, 8843, 9516, 10801, 9093, 9573, 10617, 9248, 11436, 10851, 8411, 12765, 11719, 14497, 13783, 9436, 13149, 10709, 8551, 12470, 11179, 7721, 11516, 9411, 8689, 10946, 9202, 10160, 10804, 8365, 12818, 11453, 8443, 12615, 10290, 10491, 11839, 9053, 11096, 11144, 8573, 11271, 9583, 8072, 11102, 10521, 8302, 11696, 9582, 10687, 11638, 8974, 13529, 11329, 8267, 12571, 11561, 8641, 11988, 9854, 9432, 11679, 9687, 8147, 11243, 9962, 8080, 11518, 10064, 7583, 11890, 10564, 8494, 12433, 10322, 8828, 12534, 9790, 11754, 12808, 10822, 8336, 11840, 9410, 10219, 11942, 9299, 11224, 10831, 8020, 11913, 10544, 10237, 10963, 8589, 12882, 11606, 8564, 12389, 10038, 7814, 11984, 10809, 8490, 11832, 9984, 8685, 12104, 10663, 9995, 11417, 8974, 12907, 11940, 8710, 12626, 10756, 9383, 12758, 11090, 9840, 11303, 9167, 10886, 11246, 8515, 10793, 10208, 8194, 11251, 9301, 7673, 11116, 10055, 8297, 9950, 9139, 11015, 9642, 8062, 10909, 10009, 8946, 12973, 11600, 9338, 12979, 12240, 8924, 12927, 11583, 10834, 11439, 7943, 11760, 9317, 10481, 10746, 8445, 10284, 9366, 7838, 11074, 9266, 8365, 11179, 9189, 10105, 11125, 8470, 12492, 11017, 10322, 13824, 10535, 11363, 12548, 10192, 10952, 11863, 8635, 11648, 11680, 9044, 12724, 10765, 9437, 11974, 9506, 15559, 11436, 8397, 11506, 11094, 8005, 11129, 8863, 9701, 10675, 8861, 9749, 8957, 7993, 11353, 10193, 11187, 11725, 9531, 10996, 11137, 8511, 13440, 11609, 7160, 9654, 9260, 9527, 11359, 10675, 8812, 13729, 11350, 8782, 11492, 11083, 9805, 12049, 9395, 10211, 11064, 9455, 11063, 10629, 7988, 10688, 9899, 8066, 10613, 9097, 7604, 11124, 9827, 9455, 10650, 8409, 13392, 11689, 9209, 13459, 10852, 9812, 12077, 10571, 9386, 10987, 8855, 10745, 10335, 8037, 10522, 8584, 8131, 10392, 9171, 7061, 9638, 9355, 9350, 11335, 10266, 10857, 13432, 10213, 13834, 12296, 9677, 15372, 12149, 10621, 11928, 9659, 11966, 11897, 8922, 11186, 10915, 8413, 11086, 9811, 8098, 10252, 10369, 8290, 11654, 10148, 8504, 11829, 10304, 14115, 12886, 9490, 13523, 12151, 9325, 14721, 11982, 8285, 12786, 11568, 10103, 12518, 11535, 10635, 10688, 8801, 9962, 11665, 9451, 10018, 11477, 10788, 7885, 11813, 10112, 8535, 11583, 10618, 8859, 10975, 8350, 10830, 10617, 8470, 11534, 10100, 7599, 11209, 10412, 9383, 11321, 8856, 10545, 11205, 9104, 12059, 11074, 8421, 11924, 10703, 9008, 11865, 9945, 10348, 11589, 9492, 11456, 11109, 8367, 11944, 10797, 8373, 11740, 9818, 8561, 11746, 10427, 9513, 11494, 9645, 9811, 11012, 8964, 11769, 11577, 8858, 11531, 10258, 8229, 11717, 10710, 8938, 11263, 9313, 10600, 11217, 9049, 11801, 10467, 8183, 11729, 10635, 7516, 9404, 9458, 9394, 11646, 10374, 8014, 12152, 10600, 7719, 11612, 10639, 10298, 11165, 8278, 11920, 10314, 9631, 11835, 9315, 10014, 10647, 9532, 8304, 8823, 9089, 9556, 10533, 9010, 9941, 12403, 10398, 10240, 12260, 10952, 14014, 13626, 10030, 14501, 12433, 9421, 14286, 10654, 9497, 12874, 11011, 11586, 12519, 8889, 12531, 11903, 9371, 11884, 10002, 8193, 11028, 10849, 8709, 11530, 11030, 8733, 13145, 11677, 8367, 12700, 11199, 10534, 14441, 11630, 10023, 11675, 9240, 11064, 11845, 8860, 11481, 10856, 8532, 11366, 10834, 8508, 12339, 11347, 9458, 11697, 10258, 8622, 11032, 11082, 8585, 10054, 11445, 9961, 9037, 12663, 11777, 8475, 12588, 10117, 10521, 12320, 11283], 'WindowCenter': [4166.0, 4179.0, 4153.0, 4117.0, 4122.0, 4117.0, 4114.0, 4120.0, 4088.0, 4090.0, 4122.0, 4102.0, 4119.0, 4111.0, 4075.0, 4106.0, 4098.0, 4117.0, 4111.0, 4077.0, 4103.0, 4085.0, 4105.0, 4109.0, 4084.0, 4103.0, 4086.0, 4075.0, 4108.0, 4099.0, 4076.0, 4076.0, 4076.0, 4109.0, 4098.0, 4067.0, 4083.0, 4088.0, 4067.0, 4108.0, 4099.0, 4090.0, 4120.0, 4107.0, 4096.0, 4083.0, 4077.0, 4108.0, 4099.0, 4067.0, 4086.0, 4073.0, 4098.0, 4099.0, 4082.0, 4109.0, 4078.0, 4057.0, 4105.0, 4099.0, 4079.0, 4123.0, 4114.0, 4081.0, 4121.0, 4100.0, 4078.0, 4106.0, 4098.0, 4116.0, 4110.0, 4079.0, 4098.0, 4078.0, 4096.0, 4100.0, 4086.0, 4095.0, 4089.0, 4089.0, 4102.0, 4080.0, 4110.0, 4091.0, 4065.0, 4100.0, 4099.0, 4112.0, 4101.0, 4080.0, 4110.0, 4090.0, 4090.0, 4111.0, 4065.0, 4106.0, 4100.0, 4110.0, 4106.0, 4089.0, 4090.0, 4110.0, 4100.0, 4079.0, 4100.0, 4081.0, 4123.0, 4103.0, 4121.0, 4109.0, 4098.0, 4089.0, 4085.0, 4111.0, 4089.0, 4109.0, 4078.0, 4067.0, 4097.0, 4099.0, 4107.0, 4112.0, 4081.0, 4111.0, 4101.0, 4111.0, 4112.0, 4079.0, 4109.0, 4078.0, 4107.0, 4111.0, 4088.0, 4108.0, 4076.0, 4120.0, 4110.0, 4068.0, 4109.0, 4098.0, 4084.0, 4110.0, 4089.0, 4095.0, 4094.0, 4066.0, 4109.0, 4110.0, 4068.0, 4108.0, 4087.0, 4087.0, 4087.0, 4076.0, 4107.0, 4097.0, 4090.0, 4109.0, 4110.0, 4088.0, 4096.0, 4098.0, 4078.0, 4108.0, 4099.0, 4066.0, 4096.0, 4079.0, 4106.0, 4110.0, 4077.0, 4086.0, 4099.0, 4082.0, 4110.0, 4101.0, 4075.0, 4105.0, 4086.0, 4110.0, 4110.0, 4079.0, 4109.0, 4095.0, 4078.0, 4107.0, 4100.0, 4076.0, 4106.0, 4089.0, 4108.0, 4111.0, 4068.0, 4105.0, 4088.0, 4109.0, 4111.0, 4079.0, 4110.0, 4098.0, 4075.0, 4107.0, 4099.0, 4075.0, 4094.0, 4078.0, 4106.0, 4111.0, 4079.0, 4095.0, 4088.0, 4078.0, 4111.0, 4099.0, 4098.0, 4086.0, 4076.0, 4075.0, 4098.0, 4086.0, 4079.0, 4120.0, 4113.0, 4081.0, 4121.0, 4100.0, 4109.0, 4108.0, 4108.0, 4105.0, 4076.0, 4102.0, 4087.0, 4108.0, 4108.0, 4066.0, 4095.0, 4076.0, 4075.0, 4099.0, 4089.0, 4079.0, 4096.0, 4090.0, 4098.0, 4112.0, 4082.0, 4111.0, 4087.0, 4089.0, 4108.0, 4077.0, 4117.0, 4100.0, 4107.0, 4096.0, 4075.0, 4109.0, 4109.0, 4078.0, 4087.0, 4083.0, 4087.0, 4111.0, 4079.0, 4110.0, 4112.0, 4080.0, 4110.0, 4099.0, 4067.0, 4109.0, 4098.0, 4110.0, 4111.0, 4064.0, 4104.0, 4086.0, 4109.0, 4109.0, 4067.0, 4093.0, 4087.0, 4098.0, 4100.0, 4068.0, 4099.0, 4076.0, 4085.0, 4098.0, 4082.0, 4108.0, 4101.0, 4095.0, 4099.0, 4075.0, 4106.0, 4097.0, 4074.0, 4088.0, 4096.0, 4096.0, 4122.0, 4121.0, 4093.0, 4123.0, 4098.0, 4087.0, 4122.0, 4099.0, 4128.0, 4111.0, 4085.0, 4109.0, 4097.0, 4119.0, 4108.0, 4074.0, 4083.0, 4067.0, 4055.0, 4097.0, 4079.0, 4091.0, 4121.0, 4103.0, 4082.0, 4091.0, 4098.0, 4093.0, 4112.0, 4121.0, 4115.0, 4131.0, 4102.0, 4076.0, 4097.0, 4097.0, 4132.0, 4129.0, 4111.0, 4120.0, 4105.0, 4088.0, 4130.0, 4109.0, 4074.0, 4118.0, 4084.0, 4086.0, 4105.0, 4084.0, 4107.0, 4097.0, 4052.0, 4096.0, 4099.0, 4067.0, 4097.0, 4077.0, 4077.0, 4110.0, 4099.0, 4099.0, 4095.0, 4064.0, 4097.0, 4110.0, 4087.0, 4106.0, 4099.0, 4068.0, 4108.0, 4106.0, 4084.0, 4104.0, 4083.0, 4076.0, 4119.0, 4095.0, 4073.0, 4105.0, 4088.0, 4063.0, 4105.0, 4099.0, 4074.0, 4095.0, 4089.0, 4094.0, 4096.0, 4075.0, 4105.0, 4088.0, 4067.0, 4106.0, 4101.0, 4075.0, 4108.0, 4087.0, 4068.0, 4106.0, 4097.0, 4069.0, 4109.0, 4101.0, 4077.0, 4107.0, 4087.0, 4100.0, 4110.0, 4090.0, 4108.0, 4098.0, 4076.0, 4109.0, 4111.0, 4077.0, 4108.0, 4099.0, 4064.0, 4105.0, 4084.0, 4067.0, 4105.0, 4095.0, 4067.0, 4097.0, 4085.0, 4085.0, 4084.0, 4077.0, 4084.0, 4097.0, 4088.0, 4076.0, 4121.0, 4112.0, 4078.0, 4108.0, 4095.0, 4099.0, 4106.0, 4085.0, 4097.0, 4097.0, 4078.0, 4105.0, 4098.0, 4063.0, 4097.0, 4075.0, 4099.0, 4087.0, 4077.0, 4087.0, 4068.0, 4076.0, 4108.0, 4112.0, 4077.0, 4120.0, 4113.0, 4091.0, 4121.0, 4097.0, 4069.0, 4118.0, 4111.0, 4080.0, 4107.0, 4086.0, 4100.0, 4112.0, 4097.0, 4090.0, 4096.0, 4086.0, 4095.0, 4086.0, 4086.0, 4107.0, 4101.0, 4091.0, 4110.0, 4132.0, 4109.0, 4086.0, 4118.0, 4097.0, 4117.0, 4110.0, 4086.0, 4115.0, 4098.0, 4068.0, 4117.0, 4110.0, 4068.0, 4098.0, 4088.0, 4080.0, 4118.0, 4112.0, 4078.0, 4123.0, 4088.0, 4158.0, 4126.0, 4087.0, 4100.0, 4084.0, 4054.0, 4077.0, 4087.0, 4080.0, 4108.0, 4112.0, 4087.0, 4107.0, 4099.0, 4084.0, 4114.0, 4119.0, 4097.0, 4105.0, 4070.0, 4062.0, 4095.0, 4092.0, 4082.0, 4076.0, 4095.0, 4097.0, 4086.0, 4095.0, 4086.0, 4064.0, 4085.0, 4084.0, 4076.0, 4110.0, 4101.0, 4096.0, 4086.0, 4065.0, 4098.0, 4097.0, 4103.0, 4111.0, 4087.0, 4084.0, 4095.0, 4087.0, 4109.0, 4108.0, 4088.0, 4096.0, 4110.0, 4088.0, 4120.0, 4112.0, 4088.0, 4099.0, 4106.0, 4099.0, 4112.0, 4111.0, 4102.0, 4099.0, 4107.0, 4092.0, 4107.0, 4107.0, 4096.0, 4089.0, 4109.0, 4108.0, 4087.0, 4118.0, 4101.0, 4079.0, 4106.0, 4111.0, 4101.0, 4117.0, 4096.0, 4115.0, 4108.0, 4077.0, 4109.0, 4108.0, 4077.0, 4104.0, 4088.0, 4081.0, 4122.0, 4090.0, 4068.0, 4099.0, 4090.0, 4092.0, 4120.0, 4103.0, 4081.0, 4108.0, 4098.0, 4100.0, 4123.0, 4114.0, 4090.0, 4117.0, 4101.0, 4111.0, 4118.0, 4111.0, 4090.0, 4107.0, 4101.0, 4108.0, 4109.0, 4101.0, 4116.0, 4109.0, 4080.0, 4116.0, 4106.0, 4087.0, 4107.0, 4088.0, 4109.0, 4106.0, 4084.0, 4086.0, 4097.0, 4099.0, 4099.0, 4110.0, 4090.0, 4106.0, 4100.0, 4088.0, 4120.0, 4100.0, 4068.0, 4105.0, 4110.0, 4085.0, 4109.0, 4085.0, 4098.0, 4110.0, 4085.0, 4109.0, 4095.0, 4064.0, 4107.0, 4107.0, 4079.0, 4108.0, 4096.0, 4088.0, 4110.0, 4087.0, 4085.0, 4095.0, 4089.0, 4108.0, 4110.0, 4090.0, 4109.0, 4101.0, 4081.0, 4107.0, 4107.0, 4076.0, 4111.0, 4108.0, 4077.0, 4108.0, 4097.0, 4080.0, 4109.0, 4109.0, 4099.0, 4111.0, 4099.0, 4099.0, 4109.0, 4109.0, 4087.0, 4089.0, 4108.0, 4108.0, 4088.0, 4142.0, 4120.0, 4098.0, 4107.0, 4118.0, 4109.0, 4107.0, 4117.0, 4099.0, 4105.0, 4110.0, 4086.0, 4120.0, 4095.0, 4066.0, 4105.0, 4086.0, 4087.0, 4094.0, 4088.0, 4085.0, 4096.0, 4088.0, 4097.0, 4111.0, 4091.0, 4097.0, 4112.0, 4099.0, 4111.0, 4107.0, 4080.0, 4119.0, 4118.0, 4130.0, 4117.0, 4088.0, 4104.0, 4094.0, 4075.0, 4105.0, 4109.0, 4067.0, 4105.0, 4087.0, 4076.0, 4107.0, 4087.0, 4096.0, 4112.0, 4089.0, 4121.0, 4107.0, 4078.0, 4105.0, 4100.0, 4098.0, 4108.0, 4088.0, 4097.0, 4110.0, 4090.0, 4107.0, 4090.0, 4068.0, 4111.0, 4111.0, 4077.0, 4107.0, 4087.0, 4107.0, 4110.0, 4090.0, 4120.0, 4106.0, 4079.0, 4117.0, 4111.0, 4075.0, 4106.0, 4097.0, 4101.0, 4108.0, 4101.0, 4076.0, 4109.0, 4098.0, 4078.0, 4119.0, 4102.0, 4067.0, 4119.0, 4113.0, 4077.0, 4117.0, 4100.0, 4086.0, 4118.0, 4099.0, 4119.0, 4118.0, 4111.0, 4075.0, 4106.0, 4087.0, 4098.0, 4121.0, 4088.0, 4109.0, 4110.0, 4077.0, 4122.0, 4101.0, 4097.0, 4097.0, 4075.0, 4121.0, 4111.0, 4079.0, 4109.0, 4099.0, 4065.0, 4118.0, 4111.0, 4087.0, 4107.0, 4097.0, 4090.0, 4118.0, 4098.0, 4096.0, 4107.0, 4087.0, 4123.0, 4111.0, 4077.0, 4105.0, 4095.0, 4085.0, 4106.0, 4106.0, 4087.0, 4094.0, 4087.0, 4099.0, 4110.0, 4076.0, 4100.0, 4101.0, 4077.0, 4107.0, 4086.0, 4068.0, 4111.0, 4102.0, 4076.0, 4096.0, 4086.0, 4095.0, 4089.0, 4069.0, 4095.0, 4086.0, 4086.0, 4118.0, 4120.0, 4104.0, 4123.0, 4111.0, 4089.0, 4120.0, 4108.0, 4099.0, 4108.0, 4067.0, 4108.0, 4086.0, 4095.0, 4099.0, 4075.0, 4099.0, 4091.0, 4066.0, 4111.0, 4101.0, 4094.0, 4124.0, 4104.0, 4113.0, 4112.0, 4081.0, 4122.0, 4121.0, 4102.0, 4128.0, 4100.0, 4109.0, 4121.0, 4101.0, 4100.0, 4107.0, 4079.0, 4111.0, 4122.0, 4090.0, 4117.0, 4107.0, 4103.0, 4124.0, 4101.0, 4130.0, 4099.0, 4078.0, 4109.0, 4099.0, 4067.0, 4097.0, 4089.0, 4099.0, 4096.0, 4075.0, 4087.0, 4079.0, 4069.0, 4112.0, 4113.0, 4111.0, 4110.0, 4089.0, 4097.0, 4098.0, 4079.0, 4119.0, 4109.0, 4046.0, 4087.0, 4089.0, 4088.0, 4110.0, 4113.0, 4092.0, 4132.0, 4108.0, 4077.0, 4108.0, 4108.0, 4101.0, 4107.0, 4089.0, 4098.0, 4110.0, 4098.0, 4110.0, 4100.0, 4065.0, 4111.0, 4113.0, 4078.0, 4112.0, 4091.0, 4077.0, 4121.0, 4114.0, 4103.0, 4110.0, 4078.0, 4130.0, 4123.0, 4091.0, 4116.0, 4098.0, 4086.0, 4121.0, 4097.0, 4089.0, 4106.0, 4086.0, 4096.0, 4113.0, 4080.0, 4097.0, 4076.0, 4068.0, 4098.0, 4088.0, 4059.0, 4086.0, 4089.0, 4101.0, 4112.0, 4115.0, 4114.0, 4133.0, 4085.0, 4118.0, 4111.0, 4098.0, 4131.0, 4110.0, 4098.0, 4106.0, 4098.0, 4106.0, 4106.0, 4085.0, 4108.0, 4108.0, 4076.0, 4110.0, 4099.0, 4079.0, 4101.0, 4112.0, 4081.0, 4108.0, 4097.0, 4075.0, 4106.0, 4098.0, 4117.0, 4110.0, 4088.0, 4107.0, 4109.0, 4088.0, 4115.0, 4108.0, 4067.0, 4104.0, 4098.0, 4096.0, 4105.0, 4098.0, 4086.0, 4081.0, 4076.0, 4084.0, 4093.0, 4087.0, 4099.0, 4110.0, 4110.0, 4064.0, 4104.0, 4095.0, 4078.0, 4108.0, 4100.0, 4075.0, 4096.0, 4079.0, 4099.0, 4097.0, 4076.0, 4107.0, 4096.0, 4065.0, 4110.0, 4097.0, 4086.0, 4106.0, 4086.0, 4098.0, 4110.0, 4090.0, 4107.0, 4106.0, 4074.0, 4107.0, 4100.0, 4075.0, 4107.0, 4085.0, 4086.0, 4109.0, 4086.0, 4098.0, 4095.0, 4067.0, 4109.0, 4109.0, 4080.0, 4106.0, 4088.0, 4073.0, 4105.0, 4100.0, 4084.0, 4095.0, 4085.0, 4083.0, 4095.0, 4087.0, 4105.0, 4109.0, 4078.0, 4094.0, 4095.0, 4076.0, 4105.0, 4099.0, 4074.0, 4094.0, 4086.0, 4096.0, 4096.0, 4074.0, 4093.0, 4097.0, 4074.0, 4104.0, 4098.0, 4055.0, 4083.0, 4084.0, 4088.0, 4105.0, 4111.0, 4078.0, 4117.0, 4100.0, 4065.0, 4106.0, 4108.0, 4096.0, 4108.0, 4078.0, 4104.0, 4100.0, 4089.0, 4106.0, 4085.0, 4084.0, 4096.0, 4098.0, 4074.0, 4088.0, 4086.0, 4090.0, 4109.0, 4101.0, 4124.0, 4133.0, 4115.0, 4109.0, 4121.0, 4122.0, 4133.0, 4119.0, 4087.0, 4127.0, 4119.0, 4091.0, 4127.0, 4099.0, 4088.0, 4121.0, 4096.0, 4105.0, 4106.0, 4074.0, 4105.0, 4108.0, 4089.0, 4105.0, 4088.0, 4078.0, 4107.0, 4096.0, 4076.0, 4104.0, 4095.0, 4076.0, 4118.0, 4107.0, 4063.0, 4115.0, 4109.0, 4095.0, 4115.0, 4093.0, 4071.0, 4095.0, 4074.0, 4094.0, 4104.0, 4077.0, 4104.0, 4099.0, 4075.0, 4098.0, 4097.0, 4077.0, 4120.0, 4100.0, 4085.0, 4104.0, 4087.0, 4086.0, 4098.0, 4096.0, 4073.0, 4087.0, 4094.0, 4088.0, 4091.0, 4130.0, 4110.0, 4068.0, 4108.0, 4098.0, 4094.0, 4105.0, 4099.0], 'WindowWidth': [9277.0, 9275.0, 9228.0, 9166.0, 9167.0, 9163.0, 9154.0, 9157.0, 9113.0, 9115.0, 9166.0, 9138.0, 9155.0, 9143.0, 9090.0, 9131.0, 9123.0, 9149.0, 9142.0, 9090.0, 9122.0, 9102.0, 9129.0, 9134.0, 9096.0, 9123.0, 9101.0, 9088.0, 9135.0, 9124.0, 9089.0, 9087.0, 9087.0, 9136.0, 9121.0, 9075.0, 9092.0, 9105.0, 9078.0, 9135.0, 9123.0, 9113.0, 9152.0, 9132.0, 9114.0, 9094.0, 9089.0, 9132.0, 9121.0, 9076.0, 9099.0, 9080.0, 9121.0, 9123.0, 9108.0, 9138.0, 9093.0, 9064.0, 9128.0, 9124.0, 9097.0, 9165.0, 9154.0, 9103.0, 9155.0, 9126.0, 9094.0, 9129.0, 9123.0, 9145.0, 9138.0, 9095.0, 9118.0, 9092.0, 9118.0, 9125.0, 9103.0, 9115.0, 9109.0, 9109.0, 9134.0, 9100.0, 9140.0, 9116.0, 9076.0, 9126.0, 9127.0, 9147.0, 9129.0, 9101.0, 9138.0, 9112.0, 9110.0, 9142.0, 9074.0, 9129.0, 9124.0, 9138.0, 9130.0, 9108.0, 9113.0, 9139.0, 9127.0, 9098.0, 9126.0, 9102.0, 9161.0, 9135.0, 9154.0, 9139.0, 9121.0, 9108.0, 9101.0, 9143.0, 9110.0, 9135.0, 9095.0, 9077.0, 9120.0, 9127.0, 9136.0, 9145.0, 9103.0, 9141.0, 9129.0, 9145.0, 9145.0, 9096.0, 9137.0, 9093.0, 9133.0, 9141.0, 9107.0, 9134.0, 9089.0, 9154.0, 9139.0, 9080.0, 9135.0, 9118.0, 9099.0, 9140.0, 9108.0, 9112.0, 9111.0, 9075.0, 9135.0, 9140.0, 9080.0, 9132.0, 9103.0, 9101.0, 9100.0, 9087.0, 9129.0, 9118.0, 9113.0, 9136.0, 9137.0, 9105.0, 9114.0, 9120.0, 9096.0, 9133.0, 9123.0, 9074.0, 9114.0, 9096.0, 9133.0, 9137.0, 9090.0, 9102.0, 9123.0, 9108.0, 9141.0, 9129.0, 9089.0, 9129.0, 9105.0, 9142.0, 9141.0, 9096.0, 9136.0, 9114.0, 9094.0, 9134.0, 9128.0, 9090.0, 9130.0, 9110.0, 9137.0, 9141.0, 9082.0, 9128.0, 9108.0, 9138.0, 9142.0, 9096.0, 9136.0, 9119.0, 9087.0, 9133.0, 9123.0, 9086.0, 9112.0, 9093.0, 9133.0, 9142.0, 9096.0, 9113.0, 9105.0, 9092.0, 9143.0, 9123.0, 9118.0, 9099.0, 9086.0, 9084.0, 9120.0, 9104.0, 9098.0, 9159.0, 9150.0, 9105.0, 9156.0, 9125.0, 9136.0, 9136.0, 9134.0, 9127.0, 9085.0, 9117.0, 9104.0, 9133.0, 9133.0, 9072.0, 9111.0, 9088.0, 9089.0, 9123.0, 9112.0, 9098.0, 9118.0, 9115.0, 9127.0, 9148.0, 9107.0, 9142.0, 9107.0, 9110.0, 9136.0, 9095.0, 9147.0, 9124.0, 9130.0, 9114.0, 9087.0, 9135.0, 9135.0, 9091.0, 9101.0, 9094.0, 9103.0, 9142.0, 9097.0, 9142.0, 9146.0, 9099.0, 9140.0, 9124.0, 9078.0, 9135.0, 9123.0, 9139.0, 9141.0, 9071.0, 9124.0, 9104.0, 9139.0, 9134.0, 9076.0, 9107.0, 9103.0, 9121.0, 9126.0, 9081.0, 9123.0, 9092.0, 9103.0, 9126.0, 9107.0, 9136.0, 9128.0, 9113.0, 9122.0, 9088.0, 9130.0, 9120.0, 9083.0, 9104.0, 9118.0, 9119.0, 9161.0, 9162.0, 9123.0, 9162.0, 9125.0, 9106.0, 9159.0, 9126.0, 9163.0, 9141.0, 9102.0, 9135.0, 9121.0, 9149.0, 9131.0, 9081.0, 9092.0, 9075.0, 9055.0, 9115.0, 9095.0, 9118.0, 9160.0, 9136.0, 9108.0, 9118.0, 9125.0, 9125.0, 9150.0, 9162.0, 9156.0, 9172.0, 9130.0, 9091.0, 9118.0, 9120.0, 9172.0, 9167.0, 9142.0, 9151.0, 9127.0, 9106.0, 9166.0, 9137.0, 9086.0, 9145.0, 9096.0, 9100.0, 9128.0, 9099.0, 9132.0, 9117.0, 9051.0, 9114.0, 9122.0, 9076.0, 9117.0, 9091.0, 9092.0, 9140.0, 9125.0, 9122.0, 9113.0, 9070.0, 9118.0, 9141.0, 9108.0, 9133.0, 9123.0, 9079.0, 9133.0, 9131.0, 9098.0, 9123.0, 9093.0, 9087.0, 9149.0, 9113.0, 9082.0, 9127.0, 9105.0, 9068.0, 9128.0, 9123.0, 9086.0, 9114.0, 9109.0, 9112.0, 9118.0, 9089.0, 9128.0, 9105.0, 9076.0, 9130.0, 9127.0, 9087.0, 9133.0, 9105.0, 9081.0, 9132.0, 9121.0, 9084.0, 9138.0, 9131.0, 9093.0, 9134.0, 9106.0, 9128.0, 9140.0, 9112.0, 9134.0, 9119.0, 9091.0, 9137.0, 9140.0, 9091.0, 9133.0, 9124.0, 9073.0, 9127.0, 9098.0, 9075.0, 9128.0, 9114.0, 9077.0, 9117.0, 9101.0, 9101.0, 9096.0, 9088.0, 9095.0, 9118.0, 9107.0, 9092.0, 9157.0, 9143.0, 9094.0, 9131.0, 9115.0, 9123.0, 9130.0, 9100.0, 9115.0, 9117.0, 9094.0, 9126.0, 9120.0, 9069.0, 9115.0, 9090.0, 9123.0, 9104.0, 9091.0, 9103.0, 9078.0, 9092.0, 9137.0, 9146.0, 9095.0, 9158.0, 9150.0, 9117.0, 9154.0, 9119.0, 9083.0, 9152.0, 9142.0, 9098.0, 9133.0, 9105.0, 9126.0, 9145.0, 9122.0, 9111.0, 9118.0, 9105.0, 9114.0, 9103.0, 9103.0, 9132.0, 9128.0, 9118.0, 9145.0, 9174.0, 9141.0, 9105.0, 9147.0, 9119.0, 9148.0, 9138.0, 9102.0, 9139.0, 9117.0, 9081.0, 9148.0, 9139.0, 9080.0, 9118.0, 9107.0, 9101.0, 9151.0, 9150.0, 9100.0, 9163.0, 9106.0, 9226.0, 9176.0, 9106.0, 9127.0, 9097.0, 9054.0, 9090.0, 9108.0, 9102.0, 9139.0, 9146.0, 9109.0, 9136.0, 9123.0, 9097.0, 9138.0, 9149.0, 9114.0, 9122.0, 9068.0, 9062.0, 9108.0, 9104.0, 9091.0, 9085.0, 9110.0, 9117.0, 9100.0, 9109.0, 9099.0, 9068.0, 9096.0, 9096.0, 9087.0, 9139.0, 9128.0, 9119.0, 9104.0, 9074.0, 9121.0, 9122.0, 9137.0, 9144.0, 9107.0, 9099.0, 9114.0, 9109.0, 9141.0, 9137.0, 9111.0, 9118.0, 9138.0, 9111.0, 9157.0, 9144.0, 9110.0, 9123.0, 9131.0, 9126.0, 9148.0, 9144.0, 9132.0, 9122.0, 9132.0, 9118.0, 9134.0, 9134.0, 9119.0, 9109.0, 9137.0, 9138.0, 9109.0, 9151.0, 9129.0, 9097.0, 9132.0, 9142.0, 9130.0, 9148.0, 9118.0, 9140.0, 9131.0, 9091.0, 9137.0, 9134.0, 9090.0, 9125.0, 9109.0, 9107.0, 9160.0, 9116.0, 9083.0, 9124.0, 9115.0, 9123.0, 9158.0, 9136.0, 9104.0, 9136.0, 9126.0, 9132.0, 9162.0, 9150.0, 9114.0, 9148.0, 9129.0, 9143.0, 9150.0, 9143.0, 9114.0, 9134.0, 9129.0, 9138.0, 9139.0, 9129.0, 9145.0, 9137.0, 9101.0, 9144.0, 9132.0, 9104.0, 9131.0, 9108.0, 9135.0, 9129.0, 9099.0, 9101.0, 9117.0, 9125.0, 9125.0, 9140.0, 9113.0, 9131.0, 9129.0, 9111.0, 9155.0, 9127.0, 9080.0, 9128.0, 9141.0, 9101.0, 9136.0, 9101.0, 9120.0, 9140.0, 9103.0, 9136.0, 9114.0, 9072.0, 9134.0, 9134.0, 9096.0, 9136.0, 9118.0, 9108.0, 9141.0, 9107.0, 9103.0, 9116.0, 9111.0, 9137.0, 9142.0, 9113.0, 9139.0, 9130.0, 9105.0, 9136.0, 9135.0, 9090.0, 9143.0, 9138.0, 9095.0, 9139.0, 9122.0, 9102.0, 9143.0, 9141.0, 9128.0, 9143.0, 9125.0, 9128.0, 9140.0, 9141.0, 9109.0, 9111.0, 9138.0, 9137.0, 9113.0, 9191.0, 9157.0, 9126.0, 9134.0, 9150.0, 9142.0, 9134.0, 9147.0, 9124.0, 9127.0, 9139.0, 9106.0, 9152.0, 9115.0, 9075.0, 9126.0, 9105.0, 9105.0, 9112.0, 9106.0, 9101.0, 9118.0, 9112.0, 9122.0, 9144.0, 9117.0, 9122.0, 9148.0, 9127.0, 9144.0, 9135.0, 9099.0, 9151.0, 9152.0, 9167.0, 9146.0, 9105.0, 9123.0, 9111.0, 9089.0, 9127.0, 9136.0, 9078.0, 9127.0, 9109.0, 9091.0, 9134.0, 9108.0, 9117.0, 9145.0, 9114.0, 9155.0, 9135.0, 9093.0, 9129.0, 9127.0, 9120.0, 9134.0, 9108.0, 9118.0, 9140.0, 9115.0, 9135.0, 9113.0, 9081.0, 9142.0, 9144.0, 9096.0, 9134.0, 9107.0, 9134.0, 9141.0, 9113.0, 9154.0, 9130.0, 9096.0, 9149.0, 9142.0, 9089.0, 9129.0, 9122.0, 9130.0, 9137.0, 9128.0, 9091.0, 9139.0, 9126.0, 9096.0, 9153.0, 9131.0, 9081.0, 9155.0, 9147.0, 9095.0, 9147.0, 9126.0, 9102.0, 9151.0, 9125.0, 9153.0, 9151.0, 9141.0, 9089.0, 9129.0, 9108.0, 9125.0, 9156.0, 9110.0, 9137.0, 9139.0, 9096.0, 9160.0, 9130.0, 9119.0, 9118.0, 9087.0, 9155.0, 9142.0, 9097.0, 9136.0, 9123.0, 9075.0, 9150.0, 9144.0, 9108.0, 9133.0, 9120.0, 9113.0, 9150.0, 9122.0, 9117.0, 9133.0, 9107.0, 9162.0, 9141.0, 9092.0, 9127.0, 9113.0, 9101.0, 9128.0, 9129.0, 9103.0, 9111.0, 9107.0, 9124.0, 9140.0, 9090.0, 9126.0, 9131.0, 9093.0, 9132.0, 9104.0, 9081.0, 9142.0, 9132.0, 9092.0, 9118.0, 9105.0, 9114.0, 9107.0, 9081.0, 9113.0, 9104.0, 9104.0, 9150.0, 9156.0, 9139.0, 9161.0, 9141.0, 9109.0, 9152.0, 9135.0, 9121.0, 9134.0, 9076.0, 9130.0, 9105.0, 9113.0, 9123.0, 9088.0, 9124.0, 9117.0, 9080.0, 9143.0, 9135.0, 9128.0, 9166.0, 9140.0, 9149.0, 9146.0, 9103.0, 9159.0, 9160.0, 9132.0, 9162.0, 9125.0, 9134.0, 9156.0, 9129.0, 9124.0, 9132.0, 9098.0, 9143.0, 9159.0, 9112.0, 9145.0, 9133.0, 9138.0, 9168.0, 9130.0, 9167.0, 9119.0, 9092.0, 9138.0, 9121.0, 9077.0, 9117.0, 9109.0, 9125.0, 9116.0, 9087.0, 9103.0, 9095.0, 9081.0, 9143.0, 9148.0, 9142.0, 9138.0, 9108.0, 9117.0, 9121.0, 9097.0, 9150.0, 9135.0, 9048.0, 9100.0, 9108.0, 9107.0, 9140.0, 9149.0, 9122.0, 9172.0, 9137.0, 9093.0, 9134.0, 9136.0, 9129.0, 9134.0, 9108.0, 9118.0, 9141.0, 9125.0, 9138.0, 9125.0, 9077.0, 9143.0, 9150.0, 9099.0, 9146.0, 9117.0, 9096.0, 9161.0, 9152.0, 9137.0, 9143.0, 9097.0, 9168.0, 9160.0, 9114.0, 9144.0, 9120.0, 9101.0, 9155.0, 9120.0, 9109.0, 9131.0, 9104.0, 9117.0, 9149.0, 9101.0, 9121.0, 9091.0, 9080.0, 9124.0, 9112.0, 9071.0, 9104.0, 9112.0, 9131.0, 9147.0, 9157.0, 9152.0, 9176.0, 9098.0, 9148.0, 9142.0, 9123.0, 9167.0, 9137.0, 9118.0, 9129.0, 9123.0, 9131.0, 9130.0, 9102.0, 9133.0, 9136.0, 9092.0, 9139.0, 9124.0, 9095.0, 9129.0, 9147.0, 9102.0, 9136.0, 9119.0, 9088.0, 9131.0, 9124.0, 9146.0, 9137.0, 9104.0, 9130.0, 9135.0, 9107.0, 9141.0, 9133.0, 9074.0, 9122.0, 9118.0, 9116.0, 9125.0, 9119.0, 9097.0, 9087.0, 9085.0, 9093.0, 9108.0, 9102.0, 9122.0, 9142.0, 9138.0, 9073.0, 9123.0, 9114.0, 9095.0, 9136.0, 9125.0, 9088.0, 9116.0, 9096.0, 9122.0, 9121.0, 9091.0, 9132.0, 9116.0, 9072.0, 9139.0, 9122.0, 9102.0, 9131.0, 9104.0, 9120.0, 9140.0, 9114.0, 9133.0, 9131.0, 9085.0, 9132.0, 9128.0, 9088.0, 9131.0, 9099.0, 9100.0, 9135.0, 9103.0, 9118.0, 9113.0, 9076.0, 9135.0, 9139.0, 9097.0, 9130.0, 9106.0, 9080.0, 9127.0, 9126.0, 9099.0, 9114.0, 9099.0, 9094.0, 9112.0, 9107.0, 9129.0, 9137.0, 9092.0, 9109.0, 9114.0, 9090.0, 9128.0, 9122.0, 9083.0, 9110.0, 9104.0, 9118.0, 9116.0, 9086.0, 9108.0, 9115.0, 9086.0, 9125.0, 9118.0, 9058.0, 9095.0, 9098.0, 9106.0, 9128.0, 9143.0, 9099.0, 9149.0, 9127.0, 9075.0, 9130.0, 9137.0, 9117.0, 9134.0, 9093.0, 9124.0, 9125.0, 9109.0, 9130.0, 9101.0, 9096.0, 9118.0, 9122.0, 9085.0, 9107.0, 9104.0, 9111.0, 9140.0, 9133.0, 9172.0, 9182.0, 9156.0, 9140.0, 9159.0, 9162.0, 9173.0, 9151.0, 9105.0, 9159.0, 9154.0, 9117.0, 9160.0, 9122.0, 9105.0, 9154.0, 9118.0, 9127.0, 9128.0, 9083.0, 9129.0, 9133.0, 9108.0, 9127.0, 9105.0, 9095.0, 9136.0, 9117.0, 9090.0, 9125.0, 9112.0, 9089.0, 9148.0, 9133.0, 9069.0, 9141.0, 9141.0, 9114.0, 9139.0, 9107.0, 9073.0, 9108.0, 9083.0, 9110.0, 9124.0, 9089.0, 9125.0, 9124.0, 9088.0, 9119.0, 9115.0, 9090.0, 9152.0, 9123.0, 9101.0, 9122.0, 9103.0, 9106.0, 9121.0, 9116.0, 9082.0, 9101.0, 9111.0, 9107.0, 9115.0, 9171.0, 9140.0, 9078.0, 9131.0, 9119.0, 9108.0, 9127.0, 9123.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.0008195273631840796</td></tr>
<tr><td colspan=3>aqi</td><td>0.024517230514096183</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.667327165319485</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1832340849294607</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9971822009543555</td></tr>
<tr><td colspan=3>efc</td><td>0.4709</td></tr>
<tr><td colspan=3>fber</td><td>5247.4082</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09434680376884173</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.316749585406302</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.478871785284965</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5043880311998272</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5639088479625585</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.368318476692509</td></tr>
<tr><td colspan=3>gcor</td><td>0.00576535</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016049103811383247</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027510371059179306</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.946061820988179</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>33.6682</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.4379</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.781</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300689.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>686.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.3758</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8743</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>477.7617</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3311.7607</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3493.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75855.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1108.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4329.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.1805</td></tr>
<tr><td colspan=3>tsnr</td><td>40.00430725608021</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>