<?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-0091_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-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091/ses-01/func/sub-0091_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>312b0a6c8988afa16b1b12da7007735c</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:20:2.267500</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.999615, 0.0272682, 0.00513923, -0.0249537, 0.964392, -0.263296]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.119273</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>37</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7701, -7278, 588, -49, -174, -75, 67]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>275.061</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f65b124f-6c63-4ffb-aba1-bb8e8cd10474||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.681893825531006, -0.06694908440113068, 0.03276680409908295, 115.04230499267578], [-0.07315869629383087, 2.5873939990997314, -0.7102794647216797, -72.86293029785156], [0.013788172043859959, 0.7064042091369629, 2.604693651199341, -105.16327667236328], [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': ['222002.267500', '222002.727500', '222003.187500', '222003.647500', '222004.107500', '222004.567500', '222005.027500', '222005.487500', '222005.947500', '222006.407500', '222006.867500', '222007.327500', '222007.787500', '222008.247500', '222008.707500', '222009.167500', '222009.627500', '222010.087500', '222010.547500', '222011.007500', '222011.467500', '222011.927500', '222012.387500', '222012.847500', '222013.307500', '222013.767500', '222014.227500', '222014.687500', '222015.147500', '222015.607500', '222016.067500', '222016.527500', '222016.987500', '222017.447500', '222017.907500', '222018.367500', '222018.827500', '222019.287500', '222019.747500', '222020.207500', '222020.667500', '222021.127500', '222021.587500', '222022.047500', '222022.507500', '222022.967500', '222023.427500', '222023.887500', '222024.347500', '222024.807500', '222025.267500', '222025.727500', '222026.187500', '222026.647500', '222027.107500', '222027.567500', '222028.027500', '222028.487500', '222028.947500', '222029.407500', '222029.867500', '222030.327500', '222030.787500', '222031.247500', '222031.707500', '222032.167500', '222032.627500', '222033.087500', '222033.547500', '222034.007500', '222034.467500', '222034.927500', '222035.387500', '222035.847500', '222036.307500', '222036.767500', '222037.227500', '222037.687500', '222038.147500', '222038.607500', '222039.067500', '222039.527500', '222039.987500', '222040.447500', '222040.907500', '222041.367500', '222041.827500', '222042.287500', '222042.747500', '222043.207500', '222043.667500', '222044.127500', '222044.587500', '222045.047500', '222045.507500', '222045.967500', '222046.427500', '222046.887500', '222047.347500', '222047.807500', '222048.267500', '222048.727500', '222049.187500', '222049.647500', '222050.107500', '222050.567500', '222051.027500', '222051.487500', '222051.947500', '222052.407500', '222052.867500', '222053.327500', '222053.787500', '222054.247500', '222054.707500', '222055.167500', '222055.627500', '222056.087500', '222056.547500', '222057.007500', '222057.467500', '222057.927500', '222058.387500', '222058.847500', '222059.307500', '222059.767500', '222100.227500', '222100.687500', '222101.147500', '222101.607500', '222102.067500', '222102.527500', '222102.987500', '222103.447500', '222103.907500', '222104.367500', '222104.827500', '222105.287500', '222105.747500', '222106.207500', '222106.667500', '222107.127500', '222107.587500', '222108.047500', '222108.507500', '222108.967500', '222109.427500', '222109.887500', '222110.347500', '222110.807500', '222111.267500', '222111.727500', '222112.187500', '222112.647500', '222113.107500', '222113.567500', '222114.027500', '222114.487500', '222114.947500', '222115.407500', '222115.867500', '222116.327500', '222116.787500', '222117.247500', '222117.707500', '222118.167500', '222118.627500', '222119.087500', '222119.547500', '222120.007500', '222120.467500', '222120.927500', '222121.387500', '222121.847500', '222122.307500', '222122.767500', '222123.227500', '222123.687500', '222124.147500', '222124.607500', '222125.067500', '222125.527500', '222125.987500', '222126.447500', '222126.907500', '222127.367500', '222127.827500', '222128.287500', '222128.747500', '222129.207500', '222129.667500', '222130.127500', '222130.587500', '222131.047500', '222131.507500', '222131.967500', '222132.427500', '222132.887500', '222133.347500', '222133.807500', '222134.267500', '222134.727500', '222135.187500', '222135.647500', '222136.107500', '222136.567500', '222137.027500', '222137.487500', '222137.947500', '222138.407500', '222138.867500', '222139.327500', '222139.787500', '222140.247500', '222140.707500', '222141.167500', '222141.627500', '222142.087500', '222142.547500', '222143.007500', '222143.467500', '222143.927500', '222144.387500', '222144.847500', '222145.307500', '222145.767500', '222146.227500', '222146.687500', '222147.147500', '222147.607500', '222148.067500', '222148.527500', '222148.987500', '222149.447500', '222149.907500', '222150.367500', '222150.827500', '222151.287500', '222151.747500', '222152.207500', '222152.667500', '222153.127500', '222153.587500', '222154.047500', '222154.507500', '222154.967500', '222155.427500', '222155.887500', '222156.347500', '222156.807500', '222157.267500', '222157.727500', '222158.187500', '222158.647500', '222159.107500', '222159.567500', '222200.027500', '222200.487500', '222200.947500', '222201.407500', '222201.867500', '222202.327500', '222202.787500', '222203.247500', '222203.707500', '222204.167500', '222204.627500', '222205.087500', '222205.547500', '222206.007500', '222206.467500', '222206.927500', '222207.387500', '222207.847500', '222208.307500', '222208.767500', '222209.227500', '222209.687500', '222210.147500', '222210.607500', '222211.067500', '222211.527500', '222211.987500', '222212.447500', '222212.907500', '222213.367500', '222213.827500', '222214.287500', '222214.747500', '222215.207500', '222215.667500', '222216.127500', '222216.587500', '222217.047500', '222217.507500', '222217.967500', '222218.427500', '222218.887500', '222219.347500', '222219.807500', '222220.267500', '222220.727500', '222221.187500', '222221.647500', '222222.107500', '222222.567500', '222223.027500', '222223.487500', '222223.947500', '222224.407500', '222224.867500', '222225.327500', '222225.787500', '222226.247500', '222226.707500', '222227.167500', '222227.627500', '222228.087500', '222228.547500', '222229.007500', '222229.467500', '222229.927500', '222230.387500', '222230.847500', '222231.307500', '222231.767500', '222232.227500', '222232.687500', '222233.147500', '222233.607500', '222234.067500', '222234.527500', '222234.987500', '222235.447500', '222235.907500', '222236.367500', '222236.827500', '222237.287500', '222237.747500', '222238.207500', '222238.667500', '222239.127500', '222239.587500', '222240.047500', '222240.507500', '222240.967500', '222241.427500', '222241.887500', '222242.347500', '222242.807500', '222243.267500', '222243.727500', '222244.187500', '222244.647500', '222245.107500', '222245.567500', '222246.027500', '222246.487500', '222246.947500', '222247.407500', '222247.867500', '222248.327500', '222248.787500', '222249.247500', '222249.707500', '222250.167500', '222250.627500', '222251.087500', '222251.547500', '222252.007500', '222252.467500', '222252.927500', '222253.387500', '222253.847500', '222254.307500', '222254.767500', '222255.227500', '222255.687500', '222256.147500', '222256.607500', '222257.067500', '222257.527500', '222257.987500', '222258.447500', '222258.907500', '222259.367500', '222259.827500', '222300.287500', '222300.747500', '222301.207500', '222301.667500', '222302.127500', '222302.587500', '222303.047500', '222303.507500', '222303.967500', '222304.427500', '222304.887500', '222305.347500', '222305.807500', '222306.267500', '222306.727500', '222307.187500', '222307.647500', '222308.107500', '222308.567500', '222309.027500', '222309.487500', '222309.947500', '222310.407500', '222310.867500', '222311.327500', '222311.787500', '222312.247500', '222312.707500', '222313.167500', '222313.627500', '222314.087500', '222314.547500', '222315.007500', '222315.467500', '222315.927500', '222316.387500', '222316.847500', '222317.307500', '222317.767500', '222318.227500', '222318.687500', '222319.147500', '222319.607500', '222320.067500', '222320.527500', '222320.987500', '222321.447500', '222321.907500', '222322.367500', '222322.827500', '222323.287500', '222323.747500', '222324.207500', '222324.667500', '222325.127500', '222325.587500', '222326.047500', '222326.507500', '222326.967500', '222327.427500', '222327.887500', '222328.347500', '222328.807500', '222329.267500', '222329.727500', '222330.187500', '222330.647500', '222331.107500', '222331.567500', '222332.027500', '222332.487500', '222332.947500', '222333.407500', '222333.867500', '222334.327500', '222334.787500', '222335.247500', '222335.707500', '222336.167500', '222336.627500', '222337.087500', '222337.547500', '222338.007500', '222338.467500', '222338.927500', '222339.387500', '222339.847500', '222340.307500', '222340.767500', '222341.227500', '222341.687500', '222342.147500', '222342.607500', '222343.067500', '222343.527500', '222343.987500', '222344.447500', '222344.907500', '222345.367500', '222345.827500', '222346.287500', '222346.747500', '222347.207500', '222347.667500', '222348.127500', '222348.587500', '222349.047500', '222349.507500', '222349.967500', '222350.427500', '222350.887500', '222351.347500', '222351.807500', '222352.267500', '222352.727500', '222353.187500', '222353.647500', '222354.107500', '222354.567500', '222355.027500', '222355.487500', '222355.947500', '222356.407500', '222356.867500', '222357.327500', '222357.787500', '222358.247500', '222358.707500', '222359.167500', '222359.627500', '222400.087500', '222400.547500', '222401.007500', '222401.467500', '222401.927500', '222402.387500', '222402.847500', '222403.307500', '222403.767500', '222404.227500', '222404.687500', '222405.147500', '222405.607500', '222406.067500', '222406.527500', '222406.987500', '222407.447500', '222407.907500', '222408.367500', '222408.827500', '222409.287500', '222409.747500', '222410.207500', '222410.667500', '222411.127500', '222411.587500', '222412.047500', '222412.507500', '222412.967500', '222413.427500', '222413.887500', '222414.347500', '222414.807500', '222415.267500', '222415.727500', '222416.187500', '222416.647500', '222417.107500', '222417.567500', '222418.027500', '222418.487500', '222418.947500', '222419.407500', '222419.867500', '222420.327500', '222420.787500', '222421.247500', '222421.707500', '222422.167500', '222422.627500', '222423.087500', '222423.547500', '222424.007500', '222424.467500', '222424.927500', '222425.387500', '222425.847500', '222426.307500', '222426.767500', '222427.227500', '222427.687500', '222428.147500', '222428.607500', '222429.067500', '222429.527500', '222429.987500', '222430.447500', '222430.907500', '222431.367500', '222431.827500', '222432.287500', '222432.747500', '222433.207500', '222433.667500', '222434.127500', '222434.587500', '222435.047500', '222435.507500', '222435.967500', '222436.427500', '222436.887500', '222437.347500', '222437.807500', '222438.267500', '222438.727500', '222439.187500', '222439.647500', '222440.107500', '222440.567500', '222441.027500', '222441.487500', '222441.947500', '222442.407500', '222442.867500', '222443.327500', '222443.787500', '222444.247500', '222444.707500', '222445.167500', '222445.627500', '222446.087500', '222446.547500', '222447.007500', '222447.467500', '222447.927500', '222448.387500', '222448.847500', '222449.307500', '222449.767500', '222450.227500', '222450.687500', '222451.147500', '222451.607500', '222452.067500', '222452.527500', '222452.987500', '222453.447500', '222453.907500', '222454.367500', '222454.827500', '222455.287500', '222455.747500', '222456.207500', '222456.667500', '222457.127500', '222457.587500', '222458.047500', '222458.507500', '222458.967500', '222459.427500', '222459.887500', '222500.347500', '222500.807500', '222501.267500', '222501.727500', '222502.187500', '222502.647500', '222503.107500', '222503.567500', '222504.027500', '222504.487500', '222504.947500', '222505.407500', '222505.867500', '222506.327500', '222506.787500', '222507.247500', '222507.707500', '222508.167500', '222508.627500', '222509.087500', '222509.547500', '222510.007500', '222510.467500', '222510.927500', '222511.387500', '222511.847500', '222512.307500', '222512.767500', '222513.227500', '222513.687500', '222514.147500', '222514.607500', '222515.067500', '222515.527500', '222515.987500', '222516.447500', '222516.907500', '222517.367500', '222517.827500', '222518.287500', '222518.747500', '222519.207500', '222519.667500', '222520.127500', '222520.587500', '222521.047500', '222521.507500', '222521.967500', '222522.427500', '222522.887500', '222523.347500', '222523.807500', '222524.267500', '222524.727500', '222525.187500', '222525.647500', '222526.107500', '222526.567500', '222527.027500', '222527.487500', '222527.947500', '222528.407500', '222528.867500', '222529.327500', '222529.787500', '222530.247500', '222530.707500', '222531.167500', '222531.627500', '222532.087500', '222532.547500', '222533.007500', '222533.467500', '222533.927500', '222534.387500', '222534.847500', '222535.307500', '222535.767500', '222536.227500', '222536.687500', '222537.147500', '222537.607500', '222538.067500', '222538.527500', '222538.987500', '222539.447500', '222539.907500', '222540.367500', '222540.827500', '222541.287500', '222541.747500', '222542.207500', '222542.667500', '222543.127500', '222543.587500', '222544.047500', '222544.507500', '222544.967500', '222545.427500', '222545.887500', '222546.347500', '222546.807500', '222547.267500', '222547.727500', '222548.187500', '222548.647500', '222549.107500', '222549.567500', '222550.027500', '222550.487500', '222550.947500', '222551.407500', '222551.867500', '222552.327500', '222552.787500', '222553.247500', '222553.707500', '222554.167500', '222554.627500', '222555.087500', '222555.547500', '222556.007500', '222556.467500', '222556.927500', '222557.387500', '222557.847500', '222558.307500', '222558.767500', '222559.227500', '222559.687500', '222600.147500', '222600.607500', '222601.067500', '222601.527500', '222601.987500', '222602.447500', '222602.907500', '222603.367500', '222603.827500', '222604.287500', '222604.747500', '222605.207500', '222605.667500', '222606.127500', '222606.587500', '222607.047500', '222607.507500', '222607.967500', '222608.427500', '222608.887500', '222609.347500', '222609.807500', '222610.267500', '222610.727500', '222611.187500', '222611.647500', '222612.107500', '222612.567500', '222613.027500', '222613.487500', '222613.947500', '222614.407500', '222614.867500', '222615.327500', '222615.787500', '222616.247500', '222616.707500', '222617.167500', '222617.627500', '222618.087500', '222618.547500', '222619.007500', '222619.467500', '222619.927500', '222620.387500', '222620.847500', '222621.307500', '222621.767500', '222622.227500', '222622.687500', '222623.147500', '222623.607500', '222624.067500', '222624.527500', '222624.987500', '222625.447500', '222625.907500', '222626.367500', '222626.827500', '222627.287500', '222627.747500', '222628.207500', '222628.667500', '222629.127500', '222629.587500', '222630.047500', '222630.507500', '222630.967500', '222631.427500', '222631.887500', '222632.347500', '222632.807500', '222633.267500', '222633.727500', '222634.187500', '222634.647500', '222635.107500', '222635.567500', '222636.027500', '222636.487500', '222636.947500', '222637.407500', '222637.867500', '222638.327500', '222638.787500', '222639.247500', '222639.707500', '222640.167500', '222640.627500', '222641.087500', '222641.547500', '222642.007500', '222642.467500', '222642.927500', '222643.387500', '222643.847500', '222644.307500', '222644.767500', '222645.227500', '222645.687500', '222646.147500', '222646.607500', '222647.067500', '222647.527500', '222647.987500', '222648.447500', '222648.907500', '222649.367500', '222649.827500', '222650.287500', '222650.747500', '222651.207500', '222651.667500', '222652.127500', '222652.587500', '222653.047500', '222653.507500', '222653.967500', '222654.427500', '222654.887500', '222655.347500', '222655.807500', '222656.267500', '222656.727500', '222657.187500', '222657.647500', '222658.107500', '222658.567500', '222659.027500', '222659.487500', '222659.947500', '222700.407500', '222700.867500', '222701.327500', '222701.787500', '222702.247500', '222702.707500', '222703.167500', '222703.627500', '222704.087500', '222704.547500', '222705.007500', '222705.467500', '222705.927500', '222706.387500', '222706.847500', '222707.307500', '222707.767500', '222708.227500', '222708.687500', '222709.147500', '222709.607500', '222710.067500', '222710.527500', '222710.987500', '222711.447500', '222711.907500', '222712.367500', '222712.827500', '222713.287500', '222713.747500', '222714.207500', '222714.667500', '222715.127500', '222715.587500', '222716.047500', '222716.507500', '222716.967500', '222717.427500', '222717.887500', '222718.347500', '222718.807500', '222719.267500', '222719.727500', '222720.187500', '222720.647500', '222721.107500', '222721.567500', '222722.027500', '222722.487500', '222722.947500', '222723.407500', '222723.867500', '222724.327500', '222724.787500', '222725.247500', '222725.707500', '222726.167500', '222726.627500', '222727.087500', '222727.547500', '222728.007500', '222728.467500', '222728.927500', '222729.387500', '222729.847500', '222730.307500', '222730.767500', '222731.227500', '222731.687500', '222732.147500', '222732.607500', '222733.067500', '222733.527500', '222733.987500', '222734.447500', '222734.907500', '222735.367500', '222735.827500', '222736.287500', '222736.747500', '222737.207500', '222737.667500', '222738.127500', '222738.587500', '222739.047500', '222739.507500', '222739.967500', '222740.427500', '222740.887500', '222741.347500', '222741.807500', '222742.267500', '222742.727500', '222743.187500', '222743.647500', '222744.107500', '222744.567500', '222745.027500', '222745.487500', '222745.947500', '222746.407500', '222746.867500', '222747.327500', '222747.787500', '222748.247500', '222748.707500', '222749.167500', '222749.627500', '222750.087500', '222750.547500', '222751.007500', '222751.467500', '222751.927500', '222752.387500', '222752.847500', '222753.307500', '222753.767500', '222754.227500', '222754.687500', '222755.147500', '222755.607500', '222756.067500', '222756.527500', '222756.987500', '222757.447500', '222757.907500', '222758.367500', '222758.827500', '222759.287500', '222759.747500', '222800.207500', '222800.667500', '222801.127500', '222801.587500', '222802.047500', '222802.507500', '222802.967500', '222803.427500', '222803.887500', '222804.347500', '222804.807500', '222805.267500', '222805.727500', '222806.187500', '222806.647500', '222807.107500', '222807.567500', '222808.027500', '222808.487500', '222808.947500', '222809.407500', '222809.867500', '222810.327500', '222810.787500', '222811.247500', '222811.707500', '222812.167500', '222812.627500', '222813.087500', '222813.547500', '222814.007500', '222814.467500', '222814.927500', '222815.387500', '222815.847500', '222816.307500', '222816.767500', '222817.227500', '222817.687500', '222818.147500', '222818.607500', '222819.067500', '222819.527500', '222819.987500', '222820.447500', '222820.907500', '222821.367500', '222821.827500', '222822.287500', '222822.747500', '222823.207500', '222823.667500', '222824.127500', '222824.587500', '222825.047500', '222825.507500', '222825.967500', '222826.427500', '222826.887500', '222827.347500', '222827.807500', '222828.267500', '222828.727500', '222829.187500', '222829.647500', '222830.107500', '222830.567500', '222831.027500', '222831.487500', '222831.947500', '222832.407500', '222832.867500', '222833.327500', '222833.787500', '222834.247500', '222834.707500', '222835.167500', '222835.627500', '222836.087500', '222836.547500', '222837.007500', '222837.467500', '222837.927500', '222838.387500', '222838.847500', '222839.307500', '222839.767500', '222840.227500', '222840.687500', '222841.147500', '222841.607500', '222842.067500', '222842.527500', '222842.987500', '222843.447500', '222843.907500', '222844.367500', '222844.827500', '222845.287500', '222845.747500', '222846.207500', '222846.667500', '222847.127500', '222847.587500', '222848.047500', '222848.507500', '222848.967500', '222849.427500', '222849.887500', '222850.347500', '222850.807500', '222851.267500', '222851.727500', '222852.187500', '222852.647500', '222853.107500', '222853.567500', '222854.027500', '222854.487500', '222854.947500', '222855.407500', '222855.867500', '222856.327500', '222856.787500', '222857.247500', '222857.707500', '222858.167500', '222858.627500', '222859.087500', '222859.547500', '222900.007500', '222900.467500', '222900.927500', '222901.387500', '222901.847500', '222902.307500', '222902.767500', '222903.227500', '222903.687500', '222904.147500', '222904.607500', '222905.067500', '222905.527500', '222905.987500', '222906.447500', '222906.907500', '222907.367500', '222907.827500', '222908.287500', '222908.747500', '222909.207500', '222909.667500', '222910.127500', '222910.587500', '222911.047500', '222911.507500', '222911.967500', '222912.427500', '222912.887500', '222913.347500', '222913.807500', '222914.267500', '222914.727500', '222915.187500', '222915.647500', '222916.107500', '222916.567500', '222917.027500', '222917.487500', '222917.947500'], 'ContentTime': ['222031.921000', '222031.931000', '222031.934000', '222031.936000', '222031.939000', '222031.942000', '222031.944000', '222031.947000', '222031.950000', '222031.952000', '222031.955000', '222031.957000', '222031.960000', '222031.963000', '222031.965000', '222031.968000', '222031.971000', '222031.973000', '222031.976000', '222031.978000', '222031.981000', '222031.984000', '222031.986000', '222031.989000', '222031.991000', '222031.994000', '222031.997000', '222032.000000', '222032.003000', '222032.006000', '222032.008000', '222032.011000', '222032.013000', '222032.016000', '222032.019000', '222032.021000', '222032.024000', '222032.026000', '222032.029000', '222032.035000', '222032.038000', '222032.040000', '222032.043000', '222032.046000', '222032.048000', '222032.051000', '222032.053000', '222032.056000', '222032.059000', '222032.061000', '222032.064000', '222032.066000', '222032.069000', '222032.072000', '222032.074000', '222032.077000', '222032.080000', '222032.082000', '222032.085000', '222032.088000', '222032.090000', '222032.093000', '222032.096000', '222051.868000', '222051.871000', '222051.874000', '222051.877000', '222051.879000', '222051.882000', '222051.884000', '222051.887000', '222051.890000', '222051.892000', '222051.895000', '222051.898000', '222051.900000', '222051.903000', '222051.905000', '222051.908000', '222051.911000', '222051.913000', '222051.916000', '222051.919000', '222051.921000', '222051.924000', '222051.927000', '222051.929000', '222051.932000', '222051.934000', '222051.937000', '222051.940000', '222051.942000', '222051.945000', '222051.947000', '222051.950000', '222051.953000', '222051.955000', '222051.958000', '222051.960000', '222051.963000', '222051.966000', '222051.968000', '222051.971000', '222051.973000', '222051.976000', '222051.979000', '222111.869000', '222111.876000', '222111.879000', '222111.881000', '222111.884000', '222111.886000', '222111.889000', '222111.892000', '222111.895000', '222111.897000', '222111.900000', '222111.903000', '222111.905000', '222111.908000', '222111.910000', '222111.913000', '222111.916000', '222111.919000', '222111.921000', '222111.924000', '222111.927000', '222111.929000', '222111.932000', '222111.935000', '222111.937000', '222111.940000', '222111.942000', '222111.945000', '222111.948000', '222111.950000', '222111.953000', '222111.956000', '222111.958000', '222111.961000', '222111.964000', '222111.966000', '222111.969000', '222111.971000', '222111.974000', '222111.977000', '222111.979000', '222111.982000', '222111.985000', '222111.987000', '222131.869000', '222131.872000', '222131.875000', '222131.878000', '222131.880000', '222131.883000', '222131.886000', '222131.888000', '222131.891000', '222131.894000', '222131.896000', '222131.899000', '222131.902000', '222131.904000', '222131.907000', '222131.910000', '222131.912000', '222131.915000', '222131.917000', '222131.920000', '222131.923000', '222131.925000', '222131.928000', '222131.931000', '222131.933000', '222131.936000', '222131.939000', '222131.941000', '222131.944000', '222131.946000', '222131.949000', '222131.952000', '222131.954000', '222131.957000', '222131.960000', '222131.962000', '222131.965000', '222131.967000', '222131.970000', '222131.973000', '222131.975000', '222131.978000', '222131.981000', '222151.869000', '222151.872000', '222151.875000', '222151.878000', '222151.880000', '222151.883000', '222151.886000', '222151.888000', '222151.891000', '222151.894000', '222151.896000', '222151.899000', '222151.901000', '222151.904000', '222151.907000', '222151.909000', '222151.912000', '222151.914000', '222151.917000', '222151.920000', '222151.922000', '222151.925000', '222151.928000', '222151.930000', '222151.933000', '222151.935000', '222151.938000', '222151.941000', '222151.943000', '222151.946000', '222151.948000', '222151.951000', '222151.953000', '222151.977000', '222151.979000', '222151.982000', '222151.985000', '222151.987000', '222151.990000', '222151.992000', '222151.995000', '222151.998000', '222152.001000', '222152.004000', '222211.870000', '222211.873000', '222211.875000', '222211.878000', '222211.881000', '222211.883000', '222211.886000', '222211.889000', '222211.891000', '222211.894000', '222211.896000', '222211.899000', '222211.902000', '222211.904000', '222211.907000', '222211.909000', '222211.912000', '222211.915000', '222211.917000', '222211.920000', '222211.923000', '222211.925000', '222211.928000', '222211.931000', '222211.933000', '222211.936000', '222211.939000', '222211.941000', '222211.944000', '222211.947000', '222211.949000', '222211.952000', '222211.954000', '222211.957000', '222211.960000', '222211.962000', '222211.965000', '222211.967000', '222211.970000', '222211.973000', '222211.975000', '222211.978000', '222211.980000', '222231.870000', '222231.872000', '222231.875000', '222231.878000', '222231.880000', '222231.883000', '222231.886000', '222231.889000', '222231.891000', '222231.894000', '222231.896000', '222231.900000', '222231.903000', '222231.905000', '222231.908000', '222231.911000', '222231.913000', '222231.916000', '222231.919000', '222231.922000', '222231.924000', '222231.927000', '222231.929000', '222231.932000', '222231.935000', '222231.937000', '222231.940000', '222231.943000', '222231.945000', '222231.948000', '222231.951000', '222231.953000', '222231.956000', '222231.959000', '222231.961000', '222231.964000', '222231.967000', '222231.969000', '222231.972000', '222231.975000', '222231.977000', '222231.980000', '222231.982000', '222251.869000', '222251.872000', '222251.874000', '222251.877000', '222251.880000', '222251.883000', '222251.885000', '222251.888000', '222251.891000', '222251.893000', '222251.896000', '222251.899000', '222251.901000', '222251.904000', '222251.907000', '222251.909000', '222251.912000', '222251.915000', '222251.917000', '222251.920000', '222251.922000', '222251.925000', '222251.928000', '222251.930000', '222251.933000', '222251.936000', '222251.938000', '222251.941000', '222251.943000', '222251.946000', '222251.949000', '222251.951000', '222251.954000', '222251.957000', '222251.959000', '222251.962000', '222251.965000', '222251.967000', '222251.970000', '222251.972000', '222251.975000', '222251.978000', '222251.980000', '222251.983000', '222311.868000', '222311.871000', '222311.874000', '222311.876000', '222311.879000', '222311.882000', '222311.885000', '222311.887000', '222311.890000', '222311.893000', '222311.895000', '222311.898000', '222311.901000', '222311.904000', '222311.906000', '222311.909000', '222311.912000', '222311.914000', '222311.917000', '222311.919000', '222311.922000', '222311.925000', '222311.927000', '222311.930000', '222311.933000', '222311.935000', '222311.938000', '222311.941000', '222311.943000', '222311.946000', '222311.949000', '222311.951000', '222311.954000', '222311.956000', '222311.959000', '222311.962000', '222311.964000', '222311.967000', '222311.970000', '222311.972000', '222311.976000', '222311.979000', '222311.981000', '222311.984000', '222331.869000', '222331.872000', '222331.875000', '222331.878000', '222331.880000', '222331.883000', '222331.886000', '222331.889000', '222331.891000', '222331.894000', '222331.896000', '222331.899000', '222331.902000', '222331.904000', '222331.917000', '222331.920000', '222331.922000', '222331.925000', '222331.928000', '222331.930000', '222331.933000', '222331.935000', '222331.938000', '222331.941000', '222331.943000', '222331.946000', '222331.949000', '222331.951000', '222331.954000', '222331.956000', '222331.959000', '222331.962000', '222331.964000', '222331.967000', '222331.970000', '222331.972000', '222331.975000', '222331.978000', '222331.980000', '222331.983000', '222331.986000', '222331.988000', '222331.991000', '222351.869000', '222351.873000', '222351.875000', '222351.878000', '222351.880000', '222351.883000', '222351.886000', '222351.888000', '222351.891000', '222351.894000', '222351.896000', '222351.899000', '222351.902000', '222351.904000', '222351.907000', '222351.910000', '222351.913000', '222351.915000', '222351.918000', '222351.921000', '222351.923000', '222351.926000', '222351.929000', '222351.931000', '222351.934000', '222351.937000', '222351.939000', '222351.943000', '222351.945000', '222351.948000', '222351.951000', '222351.953000', '222351.956000', '222351.958000', '222351.961000', '222351.964000', '222351.966000', '222351.969000', '222351.972000', '222351.974000', '222351.977000', '222351.979000', '222351.982000', '222411.869000', '222411.872000', '222411.875000', '222411.878000', '222411.880000', '222411.883000', '222411.886000', '222411.888000', '222411.891000', '222411.893000', '222411.896000', '222411.899000', '222411.901000', '222411.904000', '222411.907000', '222411.909000', '222411.912000', '222411.922000', '222411.925000', '222411.928000', '222411.930000', '222411.933000', '222411.935000', '222411.938000', '222411.941000', '222411.943000', '222411.946000', '222411.949000', '222411.951000', '222411.954000', '222411.957000', '222411.959000', '222411.962000', '222411.964000', '222411.967000', '222411.970000', '222411.972000', '222411.975000', '222411.978000', '222411.980000', '222411.983000', '222411.986000', '222411.988000', '222411.991000', '222431.870000', '222431.873000', '222431.875000', '222431.878000', '222431.881000', '222431.883000', '222431.886000', '222431.889000', '222431.893000', '222431.896000', '222431.899000', '222431.901000', '222431.904000', '222431.907000', '222431.910000', '222431.913000', '222431.916000', '222431.919000', '222431.921000', '222431.924000', '222431.927000', '222431.929000', '222431.932000', '222431.935000', '222431.937000', '222431.940000', '222431.943000', '222431.945000', '222431.948000', '222431.951000', '222431.953000', '222431.956000', '222431.959000', '222431.961000', '222431.964000', '222431.967000', '222431.969000', '222431.972000', '222431.974000', '222431.977000', '222431.980000', '222431.982000', '222431.985000', '222451.870000', '222451.873000', '222451.875000', '222451.878000', '222451.881000', '222451.883000', '222451.886000', '222451.889000', '222451.891000', '222451.894000', '222451.896000', '222451.899000', '222451.902000', '222451.904000', '222451.907000', '222451.910000', '222451.912000', '222451.915000', '222451.917000', '222451.920000', '222451.923000', '222451.925000', '222451.928000', '222451.931000', '222451.933000', '222451.936000', '222451.939000', '222451.941000', '222451.944000', '222451.946000', '222451.949000', '222451.952000', '222451.954000', '222451.957000', '222451.960000', '222451.962000', '222451.965000', '222451.968000', '222451.970000', '222451.973000', '222451.975000', '222451.978000', '222451.981000', '222451.983000', '222511.869000', '222511.871000', '222511.874000', '222511.877000', '222511.880000', '222511.882000', '222511.885000', '222511.887000', '222511.890000', '222511.893000', '222511.895000', '222511.898000', '222511.901000', '222511.903000', '222511.906000', '222511.909000', '222511.911000', '222511.914000', '222511.916000', '222511.919000', '222511.922000', '222511.924000', '222511.927000', '222511.930000', '222511.932000', '222511.935000', '222511.938000', '222511.940000', '222511.943000', '222511.946000', '222511.949000', '222511.951000', '222511.954000', '222511.957000', '222511.960000', '222511.962000', '222511.965000', '222511.967000', '222511.970000', '222511.973000', '222511.975000', '222511.979000', '222511.982000', '222531.869000', '222531.872000', '222531.875000', '222531.878000', '222531.880000', '222531.883000', '222531.886000', '222531.890000', '222531.900000', '222531.903000', '222531.906000', '222531.908000', '222531.911000', '222531.914000', '222531.916000', '222531.919000', '222531.922000', '222531.924000', '222531.927000', '222531.930000', '222531.932000', '222531.935000', '222531.937000', '222531.940000', '222531.943000', '222531.945000', '222531.948000', '222531.951000', '222531.953000', '222531.956000', '222531.958000', '222531.961000', '222531.964000', '222531.966000', '222531.969000', '222531.972000', '222531.974000', '222531.977000', '222531.980000', '222531.982000', '222531.985000', '222531.988000', '222531.990000', '222531.993000', '222551.869000', '222551.872000', '222551.875000', '222551.878000', '222551.880000', '222551.883000', '222551.886000', '222551.888000', '222551.891000', '222551.894000', '222551.896000', '222551.899000', '222551.901000', '222551.904000', '222551.907000', '222551.909000', '222551.912000', '222551.915000', '222551.917000', '222551.920000', '222551.923000', '222551.925000', '222551.928000', '222551.931000', '222551.933000', '222551.936000', '222551.939000', '222551.941000', '222551.944000', '222551.947000', '222551.949000', '222551.952000', '222551.956000', '222551.959000', '222551.961000', '222551.964000', '222551.967000', '222551.969000', '222551.972000', '222551.974000', '222551.977000', '222551.980000', '222551.982000', '222611.870000', '222611.873000', '222611.876000', '222611.878000', '222611.881000', '222611.884000', '222611.886000', '222611.889000', '222611.892000', '222611.894000', '222611.897000', '222611.900000', '222611.902000', '222611.905000', '222611.908000', '222611.910000', '222611.913000', '222611.915000', '222611.918000', '222611.921000', '222611.923000', '222611.926000', '222611.929000', '222611.931000', '222611.934000', '222611.937000', '222611.939000', '222611.942000', '222611.944000', '222611.947000', '222611.950000', '222611.952000', '222611.955000', '222611.958000', '222611.960000', '222611.963000', '222611.966000', '222611.968000', '222611.971000', '222611.973000', '222611.976000', '222611.979000', '222611.981000', '222611.984000', '222631.869000', '222631.872000', '222631.875000', '222631.878000', '222631.880000', '222631.883000', '222631.886000', '222631.888000', '222631.891000', '222631.894000', '222631.896000', '222631.899000', '222631.902000', '222631.904000', '222631.907000', '222631.910000', '222631.912000', '222631.915000', '222631.917000', '222631.920000', '222631.923000', '222631.925000', '222631.928000', '222631.931000', '222631.934000', '222631.936000', '222631.939000', '222631.941000', '222631.944000', '222631.947000', '222631.949000', '222631.952000', '222631.955000', '222631.957000', '222631.960000', '222631.962000', '222631.965000', '222631.968000', '222631.970000', '222631.973000', '222631.976000', '222631.978000', '222631.981000', '222651.870000', '222651.873000', '222651.875000', '222651.878000', '222651.880000', '222651.883000', '222651.886000', '222651.888000', '222651.891000', '222651.894000', '222651.896000', '222651.899000', '222651.901000', '222651.904000', '222651.907000', '222651.909000', '222651.912000', '222651.915000', '222651.917000', '222651.920000', '222651.922000', '222651.925000', '222651.928000', '222651.930000', '222651.933000', '222651.936000', '222651.938000', '222651.941000', '222651.943000', '222651.946000', '222651.949000', '222651.951000', '222651.954000', '222651.957000', '222651.959000', '222651.962000', '222651.965000', '222651.967000', '222651.970000', '222651.973000', '222651.975000', '222651.978000', '222651.980000', '222651.983000', '222711.870000', '222711.872000', '222711.875000', '222711.878000', '222711.881000', '222711.883000', '222711.886000', '222711.889000', '222711.891000', '222711.894000', '222711.896000', '222711.899000', '222711.902000', '222711.904000', '222711.907000', '222711.910000', '222711.912000', '222711.915000', '222711.917000', '222711.920000', '222711.923000', '222711.925000', '222711.928000', '222711.931000', '222711.933000', '222711.936000', '222711.939000', '222711.941000', '222711.944000', '222711.947000', '222711.949000', '222711.952000', '222711.954000', '222711.957000', '222711.960000', '222711.962000', '222711.965000', '222711.968000', '222711.970000', '222711.973000', '222711.976000', '222711.978000', '222711.981000', '222731.869000', '222731.872000', '222731.874000', '222731.877000', '222731.880000', '222731.882000', '222731.885000', '222731.888000', '222731.890000', '222731.893000', '222731.896000', '222731.898000', '222731.901000', '222731.904000', '222731.906000', '222731.909000', '222731.912000', '222731.914000', '222731.917000', '222731.919000', '222731.922000', '222731.925000', '222731.927000', '222731.930000', '222731.933000', '222731.935000', '222731.938000', '222731.941000', '222731.943000', '222731.946000', '222731.948000', '222731.951000', '222731.954000', '222731.957000', '222731.959000', '222731.962000', '222731.964000', '222731.967000', '222731.970000', '222731.972000', '222731.975000', '222731.978000', '222731.980000', '222731.983000', '222751.870000', '222751.873000', '222751.876000', '222751.887000', '222751.890000', '222751.892000', '222751.895000', '222751.897000', '222751.900000', '222751.903000', '222751.905000', '222751.908000', '222751.910000', '222751.913000', '222751.916000', '222751.918000', '222751.921000', '222751.924000', '222751.927000', '222751.929000', '222751.932000', '222751.934000', '222751.937000', '222751.940000', '222751.942000', '222751.945000', '222751.948000', '222751.950000', '222751.953000', '222751.955000', '222751.958000', '222751.961000', '222751.964000', '222751.966000', '222751.969000', '222751.971000', '222751.974000', '222751.977000', '222751.979000', '222751.982000', '222751.985000', '222751.987000', '222751.990000', '222811.870000', '222811.872000', '222811.875000', '222811.878000', '222811.880000', '222811.883000', '222811.886000', '222811.888000', '222811.891000', '222811.894000', '222811.896000', '222811.899000', '222811.902000', '222811.904000', '222811.907000', '222811.910000', '222811.912000', '222811.915000', '222811.918000', '222811.920000', '222811.923000', '222811.926000', '222811.928000', '222811.931000', '222811.934000', '222811.936000', '222811.939000', '222811.941000', '222811.944000', '222811.947000', '222811.949000', '222811.952000', '222811.955000', '222811.957000', '222811.960000', '222811.963000', '222811.965000', '222811.968000', '222811.971000', '222811.973000', '222811.976000', '222811.978000', '222811.981000', '222811.984000', '222831.870000', '222831.873000', '222831.875000', '222831.878000', '222831.881000', '222831.883000', '222831.886000', '222831.889000', '222831.891000', '222831.894000', '222831.897000', '222831.899000', '222831.902000', '222831.905000', '222831.907000', '222831.910000', '222831.913000', '222831.915000', '222831.918000', '222831.921000', '222831.923000', '222831.926000', '222831.929000', '222831.931000', '222831.934000', '222831.937000', '222831.939000', '222831.942000', '222831.945000', '222831.948000', '222831.950000', '222831.953000', '222831.955000', '222831.958000', '222831.961000', '222831.964000', '222831.966000', '222831.969000', '222831.972000', '222831.974000', '222831.977000', '222831.980000', '222831.982000', '222851.870000', '222851.872000', '222851.875000', '222851.878000', '222851.881000', '222851.883000', '222851.886000', '222851.888000', '222851.891000', '222851.894000', '222851.896000', '222851.899000', '222851.902000', '222851.904000', '222851.907000', '222851.910000', '222851.913000', '222851.916000', '222851.919000', '222851.921000', '222851.924000', '222851.927000', '222851.929000', '222851.932000', '222851.935000', '222851.937000', '222851.940000', '222851.943000', '222851.945000', '222851.948000', '222851.951000', '222851.953000', '222851.956000', '222851.959000', '222851.961000', '222851.964000', '222851.967000', '222851.969000', '222851.972000', '222851.974000', '222851.977000', '222851.980000', '222851.982000', '222851.985000', '222911.870000', '222911.872000', '222911.875000', '222911.878000', '222911.880000', '222911.883000', '222911.886000', '222911.889000', '222911.891000', '222911.894000', '222911.896000', '222911.899000', '222911.902000', '222911.904000', '222911.907000', '222911.910000', '222911.912000', '222911.915000', '222911.917000', '222911.920000', '222911.923000', '222911.925000', '222911.928000', '222911.931000', '222911.933000', '222911.936000', '222911.942000', '222911.945000', '222911.948000', '222911.950000', '222911.953000', '222911.956000', '222911.958000', '222911.961000', '222911.964000', '222911.966000', '222911.969000', '222911.972000', '222911.974000', '222911.977000', '222911.979000', '222911.982000', '222911.985000', '222918.979000', '222918.982000', '222918.985000', '222918.988000', '222918.990000', '222918.993000', '222918.996000', '222918.998000', '222919.002000', '222919.004000', '222919.007000', '222919.010000', '222919.012000', '222919.015000', '222919.018000', '222919.020000'], 'InstanceCreationTime': ['222031.921000', '222031.931000', '222031.934000', '222031.936000', '222031.939000', '222031.942000', '222031.944000', '222031.947000', '222031.950000', '222031.952000', '222031.955000', '222031.957000', '222031.960000', '222031.963000', '222031.965000', '222031.968000', '222031.971000', '222031.973000', '222031.976000', '222031.978000', '222031.981000', '222031.984000', '222031.986000', '222031.989000', '222031.991000', '222031.994000', '222031.997000', '222032.000000', '222032.003000', '222032.006000', '222032.008000', '222032.011000', '222032.013000', '222032.016000', '222032.019000', '222032.021000', '222032.024000', '222032.026000', '222032.029000', '222032.035000', '222032.038000', '222032.040000', '222032.043000', '222032.046000', '222032.048000', '222032.051000', '222032.053000', '222032.056000', '222032.059000', '222032.061000', '222032.064000', '222032.066000', '222032.069000', '222032.072000', '222032.074000', '222032.077000', '222032.080000', '222032.082000', '222032.085000', '222032.088000', '222032.090000', '222032.093000', '222032.096000', '222051.868000', '222051.871000', '222051.874000', '222051.877000', '222051.879000', '222051.882000', '222051.884000', '222051.887000', '222051.890000', '222051.892000', '222051.895000', '222051.898000', '222051.900000', '222051.903000', '222051.905000', '222051.908000', '222051.911000', '222051.913000', '222051.916000', '222051.919000', '222051.921000', '222051.924000', '222051.927000', '222051.929000', '222051.932000', '222051.934000', '222051.937000', '222051.940000', '222051.942000', '222051.945000', '222051.947000', '222051.950000', '222051.953000', '222051.955000', '222051.958000', '222051.960000', '222051.963000', '222051.966000', '222051.968000', '222051.971000', '222051.973000', '222051.976000', '222051.979000', '222111.869000', '222111.876000', '222111.879000', '222111.881000', '222111.884000', '222111.886000', '222111.889000', '222111.892000', '222111.895000', '222111.897000', '222111.900000', '222111.903000', '222111.905000', '222111.908000', '222111.910000', '222111.913000', '222111.916000', '222111.919000', '222111.921000', '222111.924000', '222111.927000', '222111.929000', '222111.932000', '222111.935000', '222111.937000', '222111.940000', '222111.942000', '222111.945000', '222111.948000', '222111.950000', '222111.953000', '222111.956000', '222111.958000', '222111.961000', '222111.964000', '222111.966000', '222111.969000', '222111.971000', '222111.974000', '222111.977000', '222111.979000', '222111.982000', '222111.985000', '222111.987000', '222131.869000', '222131.872000', '222131.875000', '222131.878000', '222131.880000', '222131.883000', '222131.886000', '222131.888000', '222131.891000', '222131.894000', '222131.896000', '222131.899000', '222131.902000', '222131.904000', '222131.907000', '222131.910000', '222131.912000', '222131.915000', '222131.917000', '222131.920000', '222131.923000', '222131.925000', '222131.928000', '222131.931000', '222131.933000', '222131.936000', '222131.939000', '222131.941000', '222131.944000', '222131.946000', '222131.949000', '222131.952000', '222131.954000', '222131.957000', '222131.960000', '222131.962000', '222131.965000', '222131.967000', '222131.970000', '222131.973000', '222131.975000', '222131.978000', '222131.981000', '222151.869000', '222151.872000', '222151.875000', '222151.878000', '222151.880000', '222151.883000', '222151.886000', '222151.888000', '222151.891000', '222151.894000', '222151.896000', '222151.899000', '222151.901000', '222151.904000', '222151.907000', '222151.909000', '222151.912000', '222151.914000', '222151.917000', '222151.920000', '222151.922000', '222151.925000', '222151.928000', '222151.930000', '222151.933000', '222151.935000', '222151.938000', '222151.941000', '222151.943000', '222151.946000', '222151.948000', '222151.951000', '222151.953000', '222151.977000', '222151.979000', '222151.982000', '222151.985000', '222151.987000', '222151.990000', '222151.992000', '222151.995000', '222151.998000', '222152.001000', '222152.004000', '222211.870000', '222211.873000', '222211.875000', '222211.878000', '222211.881000', '222211.883000', '222211.886000', '222211.889000', '222211.891000', '222211.894000', '222211.896000', '222211.899000', '222211.902000', '222211.904000', '222211.907000', '222211.909000', '222211.912000', '222211.915000', '222211.917000', '222211.920000', '222211.923000', '222211.925000', '222211.928000', '222211.931000', '222211.933000', '222211.936000', '222211.939000', '222211.941000', '222211.944000', '222211.947000', '222211.949000', '222211.952000', '222211.954000', '222211.957000', '222211.960000', '222211.962000', '222211.965000', '222211.967000', '222211.970000', '222211.973000', '222211.975000', '222211.978000', '222211.980000', '222231.870000', '222231.872000', '222231.875000', '222231.878000', '222231.880000', '222231.883000', '222231.886000', '222231.889000', '222231.891000', '222231.894000', '222231.896000', '222231.900000', '222231.903000', '222231.905000', '222231.908000', '222231.911000', '222231.913000', '222231.916000', '222231.919000', '222231.922000', '222231.924000', '222231.927000', '222231.929000', '222231.932000', '222231.935000', '222231.937000', '222231.940000', '222231.943000', '222231.945000', '222231.948000', '222231.951000', '222231.953000', '222231.956000', '222231.959000', '222231.961000', '222231.964000', '222231.967000', '222231.969000', '222231.972000', '222231.975000', '222231.977000', '222231.980000', '222231.982000', '222251.869000', '222251.872000', '222251.874000', '222251.877000', '222251.880000', '222251.883000', '222251.885000', '222251.888000', '222251.891000', '222251.893000', '222251.896000', '222251.899000', '222251.901000', '222251.904000', '222251.907000', '222251.909000', '222251.912000', '222251.915000', '222251.917000', '222251.920000', '222251.922000', '222251.925000', '222251.928000', '222251.930000', '222251.933000', '222251.936000', '222251.938000', '222251.941000', '222251.943000', '222251.946000', '222251.949000', '222251.951000', '222251.954000', '222251.957000', '222251.959000', '222251.962000', '222251.965000', '222251.967000', '222251.970000', '222251.972000', '222251.975000', '222251.978000', '222251.980000', '222251.983000', '222311.868000', '222311.871000', '222311.874000', '222311.876000', '222311.879000', '222311.882000', '222311.885000', '222311.887000', '222311.890000', '222311.893000', '222311.895000', '222311.898000', '222311.901000', '222311.904000', '222311.906000', '222311.909000', '222311.912000', '222311.914000', '222311.917000', '222311.919000', '222311.922000', '222311.925000', '222311.927000', '222311.930000', '222311.933000', '222311.935000', '222311.938000', '222311.941000', '222311.943000', '222311.946000', '222311.949000', '222311.951000', '222311.954000', '222311.956000', '222311.959000', '222311.962000', '222311.964000', '222311.967000', '222311.970000', '222311.972000', '222311.976000', '222311.979000', '222311.981000', '222311.984000', '222331.869000', '222331.872000', '222331.875000', '222331.878000', '222331.880000', '222331.883000', '222331.886000', '222331.889000', '222331.891000', '222331.894000', '222331.896000', '222331.899000', '222331.902000', '222331.904000', '222331.917000', '222331.920000', '222331.922000', '222331.925000', '222331.928000', '222331.930000', '222331.933000', '222331.935000', '222331.938000', '222331.941000', '222331.943000', '222331.946000', '222331.949000', '222331.951000', '222331.954000', '222331.956000', '222331.959000', '222331.962000', '222331.964000', '222331.967000', '222331.970000', '222331.972000', '222331.975000', '222331.978000', '222331.980000', '222331.983000', '222331.986000', '222331.988000', '222331.991000', '222351.869000', '222351.873000', '222351.875000', '222351.878000', '222351.880000', '222351.883000', '222351.886000', '222351.888000', '222351.891000', '222351.894000', '222351.896000', '222351.899000', '222351.902000', '222351.904000', '222351.907000', '222351.910000', '222351.913000', '222351.915000', '222351.918000', '222351.921000', '222351.923000', '222351.926000', '222351.929000', '222351.931000', '222351.934000', '222351.937000', '222351.939000', '222351.943000', '222351.945000', '222351.948000', '222351.951000', '222351.953000', '222351.956000', '222351.958000', '222351.961000', '222351.964000', '222351.966000', '222351.969000', '222351.972000', '222351.974000', '222351.977000', '222351.979000', '222351.982000', '222411.869000', '222411.872000', '222411.875000', '222411.878000', '222411.880000', '222411.883000', '222411.886000', '222411.888000', '222411.891000', '222411.893000', '222411.896000', '222411.899000', '222411.901000', '222411.904000', '222411.907000', '222411.909000', '222411.912000', '222411.922000', '222411.925000', '222411.928000', '222411.930000', '222411.933000', '222411.935000', '222411.938000', '222411.941000', '222411.943000', '222411.946000', '222411.949000', '222411.951000', '222411.954000', '222411.957000', '222411.959000', '222411.962000', '222411.964000', '222411.967000', '222411.970000', '222411.972000', '222411.975000', '222411.978000', '222411.980000', '222411.983000', '222411.986000', '222411.988000', '222411.991000', '222431.870000', '222431.873000', '222431.875000', '222431.878000', '222431.881000', '222431.883000', '222431.886000', '222431.889000', '222431.893000', '222431.896000', '222431.899000', '222431.901000', '222431.904000', '222431.907000', '222431.910000', '222431.913000', '222431.916000', '222431.919000', '222431.921000', '222431.924000', '222431.927000', '222431.929000', '222431.932000', '222431.935000', '222431.937000', '222431.940000', '222431.943000', '222431.945000', '222431.948000', '222431.951000', '222431.953000', '222431.956000', '222431.959000', '222431.961000', '222431.964000', '222431.967000', '222431.969000', '222431.972000', '222431.974000', '222431.977000', '222431.980000', '222431.982000', '222431.985000', '222451.870000', '222451.873000', '222451.875000', '222451.878000', '222451.881000', '222451.883000', '222451.886000', '222451.889000', '222451.891000', '222451.894000', '222451.896000', '222451.899000', '222451.902000', '222451.904000', '222451.907000', '222451.910000', '222451.912000', '222451.915000', '222451.917000', '222451.920000', '222451.923000', '222451.925000', '222451.928000', '222451.931000', '222451.933000', '222451.936000', '222451.939000', '222451.941000', '222451.944000', '222451.946000', '222451.949000', '222451.952000', '222451.954000', '222451.957000', '222451.960000', '222451.962000', '222451.965000', '222451.968000', '222451.970000', '222451.973000', '222451.975000', '222451.978000', '222451.981000', '222451.983000', '222511.869000', '222511.871000', '222511.874000', '222511.877000', '222511.880000', '222511.882000', '222511.885000', '222511.887000', '222511.890000', '222511.893000', '222511.895000', '222511.898000', '222511.901000', '222511.903000', '222511.906000', '222511.909000', '222511.911000', '222511.914000', '222511.916000', '222511.919000', '222511.922000', '222511.924000', '222511.927000', '222511.930000', '222511.932000', '222511.935000', '222511.938000', '222511.940000', '222511.943000', '222511.946000', '222511.949000', '222511.951000', '222511.954000', '222511.957000', '222511.960000', '222511.962000', '222511.965000', '222511.967000', '222511.970000', '222511.973000', '222511.975000', '222511.979000', '222511.982000', '222531.869000', '222531.872000', '222531.875000', '222531.878000', '222531.880000', '222531.883000', '222531.886000', '222531.890000', '222531.900000', '222531.903000', '222531.906000', '222531.908000', '222531.911000', '222531.914000', '222531.916000', '222531.919000', '222531.922000', '222531.924000', '222531.927000', '222531.930000', '222531.932000', '222531.935000', '222531.937000', '222531.940000', '222531.943000', '222531.945000', '222531.948000', '222531.951000', '222531.953000', '222531.956000', '222531.958000', '222531.961000', '222531.964000', '222531.966000', '222531.969000', '222531.972000', '222531.974000', '222531.977000', '222531.980000', '222531.982000', '222531.985000', '222531.988000', '222531.990000', '222531.993000', '222551.869000', '222551.872000', '222551.875000', '222551.878000', '222551.880000', '222551.883000', '222551.886000', '222551.888000', '222551.891000', '222551.894000', '222551.896000', '222551.899000', '222551.901000', '222551.904000', '222551.907000', '222551.909000', '222551.912000', '222551.915000', '222551.917000', '222551.920000', '222551.923000', '222551.925000', '222551.928000', '222551.931000', '222551.933000', '222551.936000', '222551.939000', '222551.941000', '222551.944000', '222551.947000', '222551.949000', '222551.952000', '222551.956000', '222551.959000', '222551.961000', '222551.964000', '222551.967000', '222551.969000', '222551.972000', '222551.974000', '222551.977000', '222551.980000', '222551.982000', '222611.870000', '222611.873000', '222611.876000', '222611.878000', '222611.881000', '222611.884000', '222611.886000', '222611.889000', '222611.892000', '222611.894000', '222611.897000', '222611.900000', '222611.902000', '222611.905000', '222611.908000', '222611.910000', '222611.913000', '222611.915000', '222611.918000', '222611.921000', '222611.923000', '222611.926000', '222611.929000', '222611.931000', '222611.934000', '222611.937000', '222611.939000', '222611.942000', '222611.944000', '222611.947000', '222611.950000', '222611.952000', '222611.955000', '222611.958000', '222611.960000', '222611.963000', '222611.966000', '222611.968000', '222611.971000', '222611.973000', '222611.976000', '222611.979000', '222611.981000', '222611.984000', '222631.869000', '222631.872000', '222631.875000', '222631.878000', '222631.880000', '222631.883000', '222631.886000', '222631.888000', '222631.891000', '222631.894000', '222631.896000', '222631.899000', '222631.902000', '222631.904000', '222631.907000', '222631.910000', '222631.912000', '222631.915000', '222631.917000', '222631.920000', '222631.923000', '222631.925000', '222631.928000', '222631.931000', '222631.934000', '222631.936000', '222631.939000', '222631.941000', '222631.944000', '222631.947000', '222631.949000', '222631.952000', '222631.955000', '222631.957000', '222631.960000', '222631.962000', '222631.965000', '222631.968000', '222631.970000', '222631.973000', '222631.976000', '222631.978000', '222631.981000', '222651.870000', '222651.873000', '222651.875000', '222651.878000', '222651.880000', '222651.883000', '222651.886000', '222651.888000', '222651.891000', '222651.894000', '222651.896000', '222651.899000', '222651.901000', '222651.904000', '222651.907000', '222651.909000', '222651.912000', '222651.915000', '222651.917000', '222651.920000', '222651.922000', '222651.925000', '222651.928000', '222651.930000', '222651.933000', '222651.936000', '222651.938000', '222651.941000', '222651.943000', '222651.946000', '222651.949000', '222651.951000', '222651.954000', '222651.957000', '222651.959000', '222651.962000', '222651.965000', '222651.967000', '222651.970000', '222651.973000', '222651.975000', '222651.978000', '222651.980000', '222651.983000', '222711.870000', '222711.872000', '222711.875000', '222711.878000', '222711.881000', '222711.883000', '222711.886000', '222711.889000', '222711.891000', '222711.894000', '222711.896000', '222711.899000', '222711.902000', '222711.904000', '222711.907000', '222711.910000', '222711.912000', '222711.915000', '222711.917000', '222711.920000', '222711.923000', '222711.925000', '222711.928000', '222711.931000', '222711.933000', '222711.936000', '222711.939000', '222711.941000', '222711.944000', '222711.947000', '222711.949000', '222711.952000', '222711.954000', '222711.957000', '222711.960000', '222711.962000', '222711.965000', '222711.968000', '222711.970000', '222711.973000', '222711.976000', '222711.978000', '222711.981000', '222731.869000', '222731.872000', '222731.874000', '222731.877000', '222731.880000', '222731.882000', '222731.885000', '222731.888000', '222731.890000', '222731.893000', '222731.896000', '222731.898000', '222731.901000', '222731.904000', '222731.906000', '222731.909000', '222731.912000', '222731.914000', '222731.917000', '222731.919000', '222731.922000', '222731.925000', '222731.927000', '222731.930000', '222731.933000', '222731.935000', '222731.938000', '222731.941000', '222731.943000', '222731.946000', '222731.948000', '222731.951000', '222731.954000', '222731.957000', '222731.959000', '222731.962000', '222731.964000', '222731.967000', '222731.970000', '222731.972000', '222731.975000', '222731.978000', '222731.980000', '222731.983000', '222751.870000', '222751.873000', '222751.876000', '222751.887000', '222751.890000', '222751.892000', '222751.895000', '222751.897000', '222751.900000', '222751.903000', '222751.905000', '222751.908000', '222751.910000', '222751.913000', '222751.916000', '222751.918000', '222751.921000', '222751.924000', '222751.927000', '222751.929000', '222751.932000', '222751.934000', '222751.937000', '222751.940000', '222751.942000', '222751.945000', '222751.948000', '222751.950000', '222751.953000', '222751.955000', '222751.958000', '222751.961000', '222751.964000', '222751.966000', '222751.969000', '222751.971000', '222751.974000', '222751.977000', '222751.979000', '222751.982000', '222751.985000', '222751.987000', '222751.990000', '222811.870000', '222811.872000', '222811.875000', '222811.878000', '222811.880000', '222811.883000', '222811.886000', '222811.888000', '222811.891000', '222811.894000', '222811.896000', '222811.899000', '222811.902000', '222811.904000', '222811.907000', '222811.910000', '222811.912000', '222811.915000', '222811.918000', '222811.920000', '222811.923000', '222811.926000', '222811.928000', '222811.931000', '222811.934000', '222811.936000', '222811.939000', '222811.941000', '222811.944000', '222811.947000', '222811.949000', '222811.952000', '222811.955000', '222811.957000', '222811.960000', '222811.963000', '222811.965000', '222811.968000', '222811.971000', '222811.973000', '222811.976000', '222811.978000', '222811.981000', '222811.984000', '222831.870000', '222831.873000', '222831.875000', '222831.878000', '222831.881000', '222831.883000', '222831.886000', '222831.889000', '222831.891000', '222831.894000', '222831.897000', '222831.899000', '222831.902000', '222831.905000', '222831.907000', '222831.910000', '222831.913000', '222831.915000', '222831.918000', '222831.921000', '222831.923000', '222831.926000', '222831.929000', '222831.931000', '222831.934000', '222831.937000', '222831.939000', '222831.942000', '222831.945000', '222831.948000', '222831.950000', '222831.953000', '222831.955000', '222831.958000', '222831.961000', '222831.964000', '222831.966000', '222831.969000', '222831.972000', '222831.974000', '222831.977000', '222831.980000', '222831.982000', '222851.870000', '222851.872000', '222851.875000', '222851.878000', '222851.881000', '222851.883000', '222851.886000', '222851.888000', '222851.891000', '222851.894000', '222851.896000', '222851.899000', '222851.902000', '222851.904000', '222851.907000', '222851.910000', '222851.913000', '222851.916000', '222851.919000', '222851.921000', '222851.924000', '222851.927000', '222851.929000', '222851.932000', '222851.935000', '222851.937000', '222851.940000', '222851.943000', '222851.945000', '222851.948000', '222851.951000', '222851.953000', '222851.956000', '222851.959000', '222851.961000', '222851.964000', '222851.967000', '222851.969000', '222851.972000', '222851.974000', '222851.977000', '222851.980000', '222851.982000', '222851.985000', '222911.870000', '222911.872000', '222911.875000', '222911.878000', '222911.880000', '222911.883000', '222911.886000', '222911.889000', '222911.891000', '222911.894000', '222911.896000', '222911.899000', '222911.902000', '222911.904000', '222911.907000', '222911.910000', '222911.912000', '222911.915000', '222911.917000', '222911.920000', '222911.923000', '222911.925000', '222911.928000', '222911.931000', '222911.933000', '222911.936000', '222911.942000', '222911.945000', '222911.948000', '222911.950000', '222911.953000', '222911.956000', '222911.958000', '222911.961000', '222911.964000', '222911.966000', '222911.969000', '222911.972000', '222911.974000', '222911.977000', '222911.979000', '222911.982000', '222911.985000', '222918.979000', '222918.982000', '222918.985000', '222918.988000', '222918.990000', '222918.993000', '222918.996000', '222918.998000', '222919.002000', '222919.004000', '222919.007000', '222919.010000', '222919.012000', '222919.015000', '222919.018000', '222919.020000'], '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': [7799, 9063, 7291, 8893, 7646, 7688, 8250, 6960, 7363, 7446, 7492, 7037, 7530, 7612, 8386, 7850, 8848, 7867, 10276, 7842, 9254, 7841, 8955, 7937, 9850, 8115, 10293, 7878, 7033, 8098, 6970, 8039, 7354, 8077, 7470, 10489, 7419, 8361, 7091, 7821, 7307, 8148, 8068, 8458, 8161, 8692, 8004, 7377, 8269, 8734, 7653, 10636, 8259, 11369, 7844, 11959, 7707, 9414, 7853, 8850, 7627, 8381, 7669, 8730, 7798, 8330, 7875, 8569, 7343, 8319, 8006, 6921, 7949, 7182, 7205, 7267, 7321, 7206, 7514, 7667, 7557, 7662, 7541, 7456, 8135, 7255, 10730, 7518, 11757, 7901, 10630, 7293, 8138, 7430, 8036, 7198, 8247, 7665, 8250, 7455, 9314, 7280, 9583, 7391, 9167, 7534, 10201, 7720, 11078, 8129, 10748, 7600, 9700, 7741, 10347, 8072, 11893, 9481, 11984, 8030, 7725, 8335, 7175, 7423, 7386, 7562, 7478, 8033, 7614, 7953, 8299, 7447, 8676, 9006, 8676, 7810, 8520, 7682, 8515, 11260, 8146, 11065, 7904, 11082, 7881, 10071, 7839, 8456, 7834, 8659, 7974, 8145, 7740, 7839, 7557, 8281, 7838, 8467, 7806, 7504, 8091, 7606, 8718, 7523, 8271, 7083, 8413, 8906, 8990, 9791, 8361, 7648, 8493, 8046, 8085, 10334, 7883, 9871, 7509, 9141, 7988, 9198, 7646, 7879, 7695, 7250, 7873, 7476, 8080, 7519, 8543, 7537, 8362, 7314, 8305, 9595, 7999, 11040, 7262, 9635, 7694, 9227, 7735, 9393, 7742, 7820, 7756, 7570, 8027, 7813, 8117, 8173, 8163, 7579, 8257, 9401, 7738, 10486, 7649, 10162, 8054, 9980, 7960, 9026, 7978, 8786, 7555, 8188, 7531, 7772, 7959, 7784, 8180, 7677, 7700, 8388, 7834, 7288, 7977, 7548, 8509, 8650, 8250, 7512, 8984, 7776, 9164, 7533, 7782, 8595, 8165, 7809, 12328, 8272, 9240, 8623, 7977, 8479, 9265, 8744, 10782, 16522, 14512, 13174, 11794, 11455, 9056, 12750, 7618, 12498, 8636, 7634, 8210, 8470, 8599, 10717, 7551, 13795, 10404, 13194, 12037, 7773, 10690, 8159, 13211, 12668, 9301, 14408, 10468, 14368, 13063, 7367, 8142, 7875, 8805, 7512, 11963, 8786, 8190, 7021, 7095, 7790, 7402, 7837, 7760, 7835, 7487, 7122, 6687, 6828, 7298, 6909, 7726, 11549, 12016, 10330, 11890, 9849, 7265, 7922, 7384, 8122, 7563, 8050, 7124, 10065, 7219, 10005, 7258, 10616, 7379, 11829, 7386, 12228, 9057, 9412, 7722, 7848, 7897, 7795, 7879, 8530, 8458, 8955, 8280, 7280, 7730, 7049, 7664, 7650, 7221, 7578, 7213, 7994, 7104, 7620, 7252, 7436, 7358, 6894, 7366, 7333, 7488, 7249, 8733, 7342, 8923, 7160, 8736, 7298, 9016, 7089, 9066, 7594, 8203, 7419, 8333, 7295, 8612, 7462, 8643, 7022, 9409, 7060, 8512, 7473, 9079, 7119, 9029, 7120, 8076, 7103, 7163, 7482, 7345, 8543, 7447, 8318, 7345, 8146, 7507, 8763, 7558, 8559, 8562, 9180, 9579, 11463, 11978, 12537, 10439, 10938, 10019, 13295, 13955, 13385, 14223, 11277, 11017, 7924, 11417, 7368, 9861, 9730, 7364, 8443, 7667, 8421, 7190, 7238, 8134, 7441, 10857, 7701, 9019, 7457, 8950, 7427, 11597, 9579, 12430, 7425, 10924, 7243, 10426, 7385, 12305, 7585, 11878, 7373, 9573, 7480, 8826, 7231, 9772, 7606, 8366, 7764, 8001, 7767, 8048, 7243, 8455, 7271, 8772, 7057, 8564, 7007, 8374, 7476, 8490, 7967, 9085, 7401, 9918, 7230, 9004, 7796, 9274, 7701, 9559, 7292, 9917, 7213, 9145, 7236, 8254, 7350, 8462, 7543, 9307, 7532, 8919, 7227, 8284, 7235, 7844, 7535, 7427, 8368, 7592, 8187, 8110, 8144, 7860, 8758, 7568, 9941, 7553, 10842, 7547, 9449, 7547, 9473, 7541, 8804, 8241, 8918, 7590, 7264, 8034, 7811, 8528, 7429, 9893, 7417, 9465, 6976, 8014, 7654, 7377, 10678, 7147, 13242, 9117, 10966, 7582, 9310, 7488, 9692, 7142, 10833, 7377, 13207, 7209, 8748, 7200, 8482, 7301, 7168, 8064, 7147, 8368, 7313, 8631, 7469, 8727, 7489, 8290, 8471, 7291, 7513, 7154, 8514, 6928, 9230, 7096, 10782, 7314, 12132, 7682, 9279, 7340, 9247, 8601, 9645, 9475, 7347, 7879, 7026, 8440, 6960, 8980, 6976, 9699, 7492, 8855, 7288, 8170, 7351, 7455, 9655, 7261, 10534, 7348, 9755, 7477, 9654, 7437, 9741, 7459, 10717, 7552, 9861, 7570, 8978, 7589, 8996, 7474, 9717, 7295, 8490, 7328, 7832, 7463, 7451, 8202, 7121, 8780, 7410, 9054, 7428, 9199, 7519, 9500, 7138, 12001, 8451, 8501, 7296, 7270, 7969, 7098, 11707, 7436, 10149, 7378, 9452, 7547, 9285, 7848, 9683, 7559, 9662, 7456, 7269, 7365, 7220, 8725, 7464, 10541, 7247, 9051, 7653, 9001, 7581, 9274, 7637, 9700, 7223, 10457, 7443, 7405, 7449, 7718, 7744, 6706, 8768, 7527, 9219, 7181, 9022, 7470, 9310, 7155, 10441, 7322, 12049, 7680, 9727, 7352, 9525, 7471, 9729, 7408, 10455, 7502, 7294, 7241, 7441, 7702, 7423, 8314, 7333, 8795, 7493, 8800, 7266, 8942, 7138, 7948, 7619, 7197, 7541, 7138, 7567, 7535, 10399, 7381, 12462, 7462, 12845, 9069, 10110, 7701, 9380, 7851, 9078, 7294, 8993, 7490, 8818, 7210, 8039, 7593, 7678, 7754, 7039, 8266, 7557, 8899, 7659, 8882, 7598, 9262, 7136, 7789, 8854, 7290, 9025, 7571, 9767, 8287, 9845, 7563, 7825, 8685, 7902, 8669, 8096, 7908, 10006, 7850, 8174, 7783, 8665, 7981, 8902, 7464, 7831, 7875, 7721, 7657, 7963, 8164, 7953, 9046, 7846, 9350, 8065, 9920, 7946, 9013, 7784, 8358, 8301, 7609, 9490, 7632, 8882, 7729, 8747, 7972, 9036, 7832, 8158, 8419, 7865, 7829, 7554, 8523, 7859, 10726, 7592, 12655, 8203, 11474, 8599, 11666, 7954, 9889, 7684, 8778, 8355, 8074, 8184, 7887, 7994, 8122, 8275, 8134, 8833, 8055, 8472, 7770, 7615, 7797, 7811, 8013, 7861, 9155, 7775, 8404, 7783, 7678, 7869, 7892, 9063, 7924, 11178, 8449, 12139, 7993, 7843, 7616, 7798, 8567, 7725, 8066, 7657, 8408, 7988, 8370, 7971, 7605, 8312, 7575, 7966, 8028, 8678, 8031, 9170, 7885, 10805, 8257, 8646, 7671, 7540, 8422, 8034, 8989, 7749, 9410, 7648, 7981, 7926, 7659, 8060, 7607, 8091, 7778, 8909, 7881, 9423, 7741, 10046, 7780, 9589, 7650, 8892, 7610, 7306, 7983, 7649, 7836, 7609, 8128, 8088, 8310, 8200, 9128, 8022, 8062, 7565, 7865, 8220, 7917, 7797, 7635, 8741, 7851, 9728, 8017, 10464, 7793, 10876, 7705, 10504, 7564, 10088, 7751, 9823, 7566, 7808, 7845, 7907, 7791, 7941, 8340, 7816, 8142, 7905, 8698, 7821, 9043, 7933, 9074, 7734, 9700, 7881, 9451, 7735, 8649, 7562, 7675, 7833, 7462, 8013, 7937, 8125, 7956, 8772, 7793, 9052, 7861, 9221, 7648, 8761, 7823, 8417, 7533, 8517, 8752, 7842, 7902, 7712, 7841, 7672, 8063, 7934, 8720, 7617, 8972, 7874, 9262, 8028, 9001, 7948, 9319, 7421, 8625, 7600, 7623, 7606, 7860, 7772, 7438, 7870, 7695, 8454, 7657, 8895, 8116, 9396, 8015, 10066, 7766, 11084, 7839, 9539, 7753, 8574, 7574, 8019, 7423, 7321, 7337, 7875, 7762, 7873, 7968, 7535, 7488, 7690, 9295, 7733, 8992, 7944, 8677, 7796, 8796, 7749, 8886, 7904, 9859, 7954, 9161, 7823, 8666, 7510, 7259, 7747, 7456, 7881, 7783, 7831, 7560, 8743, 7686, 8347, 7842, 9104, 7860, 9993, 7874, 9668, 7734, 9419, 7442, 9512, 7540, 8636, 7621, 7533, 7950, 7696, 7763, 7527, 7507, 7436, 7436, 7663, 8047, 7550, 7506, 7549, 7615, 7555, 8352, 7728, 8496, 7272, 8530, 7282, 9153, 8306, 11411, 9472, 11659, 8669, 11554, 9505, 11473, 10206, 12180, 8400, 10958, 7783, 11442, 7685, 11423, 8183, 10807, 7724, 7474, 7724, 7888, 7607, 7506, 7406, 7517, 8119, 7469, 7586, 7626, 7607, 7519, 7664, 10433, 7985, 8951, 7960, 9163, 7773, 8825, 10847, 8537, 12525, 8858, 8907, 7541, 7460, 7490, 8034, 7251, 8205, 7636, 7606, 7598, 7739, 7746, 7362, 7162, 7374, 7784, 7650, 7917, 8128, 8257, 7954, 8544, 7770, 8419, 7681, 8415, 7749, 8892, 7831, 8672, 7417, 8363, 7968, 7839, 7766, 7461, 7643, 7563, 7391, 8819, 8065, 7656, 7668, 7495, 8625, 8143, 8461, 9679, 8484, 8613, 8539, 7689, 7852, 8006, 8571, 7839, 8498, 7740, 9040, 8014, 8515, 7900, 9115, 7710, 9416, 7444, 9024, 7421, 9104, 7760, 9467, 7912, 9884, 7705, 10056, 7739, 10641, 7855, 10149, 7665, 9330, 7653, 8465, 7595, 8366, 7782, 8810, 7585, 8395, 7420, 7721, 7575, 7423, 8050, 7773, 8426, 8103, 10606, 7848, 13511], 'WindowCenter': [4447.0, 4437.0, 4415.0, 4436.0, 4401.0, 4399.0, 4395.0, 4374.0, 4385.0, 4387.0, 4386.0, 4386.0, 4395.0, 4397.0, 4410.0, 4409.0, 4408.0, 4398.0, 4429.0, 4400.0, 4407.0, 4397.0, 4406.0, 4398.0, 4416.0, 4395.0, 4415.0, 4384.0, 4372.0, 4384.0, 4372.0, 4385.0, 4372.0, 4385.0, 4384.0, 4415.0, 4373.0, 4395.0, 4374.0, 4383.0, 4385.0, 4394.0, 4397.0, 4408.0, 4408.0, 4408.0, 4399.0, 4388.0, 4408.0, 4407.0, 4387.0, 4417.0, 4396.0, 4427.0, 4385.0, 4425.0, 4383.0, 4392.0, 4380.0, 4392.0, 4383.0, 4380.0, 4370.0, 4391.0, 4380.0, 4380.0, 4381.0, 4392.0, 4382.0, 4406.0, 4408.0, 4387.0, 4396.0, 4387.0, 4400.0, 4398.0, 4401.0, 4401.0, 4414.0, 4415.0, 4413.0, 4411.0, 4414.0, 4404.0, 4414.0, 4402.0, 4442.0, 4403.0, 4453.0, 4412.0, 4431.0, 4400.0, 4409.0, 4399.0, 4410.0, 4401.0, 4409.0, 4413.0, 4421.0, 4402.0, 4419.0, 4403.0, 4431.0, 4400.0, 4419.0, 4399.0, 4430.0, 4400.0, 4428.0, 4400.0, 4428.0, 4399.0, 4417.0, 4388.0, 4418.0, 4399.0, 4426.0, 4404.0, 4423.0, 4385.0, 4383.0, 4392.0, 4374.0, 4384.0, 4385.0, 4385.0, 4385.0, 4397.0, 4398.0, 4398.0, 4410.0, 4401.0, 4408.0, 4408.0, 4407.0, 4387.0, 4398.0, 4387.0, 4407.0, 4423.0, 4398.0, 4428.0, 4385.0, 4413.0, 4383.0, 4414.0, 4384.0, 4394.0, 4384.0, 4406.0, 4397.0, 4384.0, 4383.0, 4383.0, 4395.0, 4395.0, 4396.0, 4407.0, 4410.0, 4399.0, 4409.0, 4399.0, 4420.0, 4412.0, 4412.0, 4389.0, 4412.0, 4419.0, 4408.0, 4416.0, 4397.0, 4398.0, 4411.0, 4398.0, 4400.0, 4428.0, 4399.0, 4419.0, 4401.0, 4421.0, 4409.0, 4415.0, 4399.0, 4408.0, 4401.0, 4399.0, 4411.0, 4413.0, 4413.0, 4400.0, 4408.0, 4400.0, 4412.0, 4401.0, 4410.0, 4417.0, 4400.0, 4429.0, 4389.0, 4433.0, 4412.0, 4419.0, 4397.0, 4418.0, 4401.0, 4400.0, 4401.0, 4401.0, 4414.0, 4402.0, 4410.0, 4410.0, 4412.0, 4412.0, 4411.0, 4421.0, 4400.0, 4443.0, 4398.0, 4419.0, 4398.0, 4417.0, 4397.0, 4407.0, 4398.0, 4406.0, 4386.0, 4395.0, 4396.0, 4397.0, 4424.0, 4412.0, 4410.0, 4398.0, 4410.0, 4421.0, 4412.0, 4413.0, 4427.0, 4425.0, 4450.0, 4454.0, 4428.0, 4405.0, 4414.0, 4387.0, 4393.0, 4375.0, 4373.0, 4382.0, 4381.0, 4372.0, 4411.0, 4369.0, 4377.0, 4379.0, 4371.0, 4368.0, 4362.0, 4353.0, 4372.0, 4427.0, 4409.0, 4423.0, 4414.0, 4408.0, 4376.0, 4418.0, 4369.0, 4408.0, 4363.0, 4395.0, 4418.0, 4401.0, 4401.0, 4419.0, 4382.0, 4446.0, 4427.0, 4448.0, 4447.0, 4395.0, 4425.0, 4408.0, 4444.0, 4431.0, 4402.0, 4443.0, 4412.0, 4442.0, 4431.0, 4368.0, 4380.0, 4379.0, 4387.0, 4381.0, 4409.0, 4376.0, 4377.0, 4356.0, 4371.0, 4381.0, 4384.0, 4385.0, 4383.0, 4331.0, 4347.0, 4308.0, 4263.0, 4283.0, 4291.0, 4289.0, 4267.0, 4410.0, 4409.0, 4387.0, 4409.0, 4403.0, 4386.0, 4396.0, 4384.0, 4395.0, 4386.0, 4395.0, 4373.0, 4416.0, 4386.0, 4415.0, 4387.0, 4414.0, 4385.0, 4427.0, 4385.0, 4425.0, 4395.0, 4393.0, 4384.0, 4383.0, 4386.0, 4384.0, 4385.0, 4397.0, 4394.0, 4392.0, 4393.0, 4372.0, 4383.0, 4372.0, 4383.0, 4382.0, 4372.0, 4384.0, 4384.0, 4394.0, 4384.0, 4384.0, 4385.0, 4386.0, 4395.0, 4388.0, 4388.0, 4402.0, 4387.0, 4386.0, 4409.0, 4388.0, 4395.0, 4375.0, 4394.0, 4386.0, 4405.0, 4386.0, 4404.0, 4386.0, 4408.0, 4389.0, 4408.0, 4401.0, 4410.0, 4388.0, 4408.0, 4400.0, 4420.0, 4388.0, 4407.0, 4399.0, 4405.0, 4386.0, 4420.0, 4403.0, 4410.0, 4401.0, 4403.0, 4399.0, 4402.0, 4421.0, 4411.0, 4409.0, 4411.0, 4422.0, 4414.0, 4435.0, 4427.0, 4437.0, 4439.0, 4434.0, 4436.0, 4442.0, 4454.0, 4451.0, 4444.0, 4441.0, 4436.0, 4479.0, 4445.0, 4434.0, 4433.0, 4423.0, 4411.0, 4392.0, 4423.0, 4380.0, 4399.0, 4399.0, 4371.0, 4392.0, 4381.0, 4392.0, 4385.0, 4386.0, 4395.0, 4386.0, 4428.0, 4399.0, 4406.0, 4386.0, 4394.0, 4385.0, 4424.0, 4404.0, 4424.0, 4383.0, 4411.0, 4369.0, 4400.0, 4370.0, 4408.0, 4368.0, 4408.0, 4368.0, 4387.0, 4367.0, 4388.0, 4368.0, 4386.0, 4368.0, 4377.0, 4379.0, 4378.0, 4383.0, 4382.0, 4381.0, 4391.0, 4382.0, 4392.0, 4384.0, 4391.0, 4372.0, 4391.0, 4382.0, 4392.0, 4394.0, 4393.0, 4384.0, 4414.0, 4385.0, 4404.0, 4384.0, 4401.0, 4383.0, 4404.0, 4384.0, 4414.0, 4384.0, 4404.0, 4385.0, 4394.0, 4385.0, 4394.0, 4397.0, 4404.0, 4398.0, 4406.0, 4397.0, 4406.0, 4397.0, 4396.0, 4396.0, 4397.0, 4407.0, 4397.0, 4408.0, 4407.0, 4408.0, 4408.0, 4407.0, 4409.0, 4428.0, 4398.0, 4439.0, 4409.0, 4428.0, 4399.0, 4417.0, 4398.0, 4418.0, 4408.0, 4417.0, 4409.0, 4398.0, 4408.0, 4405.0, 4408.0, 4399.0, 4427.0, 4398.0, 4430.0, 4399.0, 4409.0, 4410.0, 4397.0, 4440.0, 4398.0, 4449.0, 4418.0, 4428.0, 4397.0, 4416.0, 4397.0, 4416.0, 4387.0, 4425.0, 4385.0, 4446.0, 4384.0, 4404.0, 4385.0, 4404.0, 4396.0, 4382.0, 4395.0, 4386.0, 4407.0, 4397.0, 4418.0, 4397.0, 4418.0, 4397.0, 4407.0, 4408.0, 4397.0, 4397.0, 4386.0, 4406.0, 4387.0, 4417.0, 4385.0, 4427.0, 4397.0, 4437.0, 4397.0, 4405.0, 4396.0, 4406.0, 4408.0, 4414.0, 4416.0, 4385.0, 4395.0, 4373.0, 4393.0, 4385.0, 4405.0, 4384.0, 4403.0, 4384.0, 4404.0, 4385.0, 4405.0, 4385.0, 4385.0, 4414.0, 4383.0, 4415.0, 4385.0, 4416.0, 4385.0, 4403.0, 4372.0, 4403.0, 4383.0, 4411.0, 4381.0, 4401.0, 4382.0, 4391.0, 4380.0, 4403.0, 4383.0, 4401.0, 4372.0, 4391.0, 4382.0, 4381.0, 4371.0, 4383.0, 4391.0, 4372.0, 4392.0, 4383.0, 4392.0, 4382.0, 4403.0, 4382.0, 4415.0, 4374.0, 4423.0, 4394.0, 4393.0, 4383.0, 4372.0, 4382.0, 4374.0, 4422.0, 4371.0, 4413.0, 4372.0, 4402.0, 4381.0, 4391.0, 4393.0, 4401.0, 4381.0, 4402.0, 4382.0, 4371.0, 4382.0, 4369.0, 4392.0, 4384.0, 4413.0, 4371.0, 4403.0, 4382.0, 4391.0, 4381.0, 4390.0, 4384.0, 4402.0, 4372.0, 4412.0, 4372.0, 4371.0, 4371.0, 4380.0, 4382.0, 4373.0, 4392.0, 4382.0, 4402.0, 4374.0, 4392.0, 4383.0, 4402.0, 4373.0, 4413.0, 4372.0, 4422.0, 4383.0, 4401.0, 4371.0, 4390.0, 4371.0, 4401.0, 4371.0, 4399.0, 4370.0, 4369.0, 4368.0, 4370.0, 4378.0, 4383.0, 4393.0, 4383.0, 4392.0, 4384.0, 4404.0, 4385.0, 4404.0, 4386.0, 4408.0, 4397.0, 4386.0, 4396.0, 4386.0, 4395.0, 4396.0, 4427.0, 4385.0, 4437.0, 4387.0, 4435.0, 4404.0, 4414.0, 4381.0, 4402.0, 4382.0, 4391.0, 4383.0, 4392.0, 4383.0, 4403.0, 4384.0, 4394.0, 4395.0, 4384.0, 4394.0, 4386.0, 4394.0, 4395.0, 4405.0, 4396.0, 4405.0, 4396.0, 4404.0, 4374.0, 4398.0, 4419.0, 4398.0, 4417.0, 4411.0, 4430.0, 4409.0, 4417.0, 4397.0, 4396.0, 4406.0, 4398.0, 4406.0, 4397.0, 4396.0, 4414.0, 4396.0, 4396.0, 4395.0, 4405.0, 4395.0, 4405.0, 4397.0, 4397.0, 4397.0, 4398.0, 4398.0, 4410.0, 4409.0, 4409.0, 4419.0, 4409.0, 4419.0, 4409.0, 4417.0, 4408.0, 4418.0, 4399.0, 4407.0, 4408.0, 4397.0, 4418.0, 4396.0, 4405.0, 4397.0, 4407.0, 4408.0, 4417.0, 4398.0, 4409.0, 4410.0, 4398.0, 4399.0, 4399.0, 4419.0, 4406.0, 4428.0, 4398.0, 4448.0, 4407.0, 4426.0, 4395.0, 4424.0, 4394.0, 4402.0, 4383.0, 4405.0, 4394.0, 4391.0, 4394.0, 4394.0, 4394.0, 4395.0, 4394.0, 4395.0, 4406.0, 4396.0, 4395.0, 4397.0, 4397.0, 4397.0, 4395.0, 4396.0, 4410.0, 4416.0, 4398.0, 4407.0, 4400.0, 4410.0, 4412.0, 4420.0, 4421.0, 4406.0, 4438.0, 4407.0, 4436.0, 4392.0, 4393.0, 4383.0, 4382.0, 4393.0, 4382.0, 4382.0, 4385.0, 4392.0, 4393.0, 4392.0, 4392.0, 4383.0, 4392.0, 4384.0, 4396.0, 4396.0, 4405.0, 4396.0, 4405.0, 4397.0, 4415.0, 4396.0, 4405.0, 4398.0, 4394.0, 4391.0, 4395.0, 4403.0, 4383.0, 4402.0, 4394.0, 4393.0, 4394.0, 4382.0, 4394.0, 4384.0, 4382.0, 4384.0, 4404.0, 4393.0, 4403.0, 4383.0, 4402.0, 4384.0, 4403.0, 4382.0, 4392.0, 4383.0, 4383.0, 4393.0, 4381.0, 4383.0, 4394.0, 4383.0, 4395.0, 4395.0, 4407.0, 4416.0, 4395.0, 4408.0, 4398.0, 4396.0, 4406.0, 4397.0, 4397.0, 4395.0, 4405.0, 4398.0, 4417.0, 4396.0, 4416.0, 4385.0, 4413.0, 4383.0, 4412.0, 4384.0, 4402.0, 4383.0, 4402.0, 4382.0, 4381.0, 4381.0, 4382.0, 4384.0, 4395.0, 4393.0, 4384.0, 4394.0, 4392.0, 4394.0, 4383.0, 4392.0, 4395.0, 4404.0, 4383.0, 4403.0, 4394.0, 4404.0, 4382.0, 4392.0, 4381.0, 4382.0, 4383.0, 4372.0, 4395.0, 4383.0, 4384.0, 4383.0, 4392.0, 4397.0, 4404.0, 4383.0, 4403.0, 4383.0, 4391.0, 4383.0, 4391.0, 4384.0, 4393.0, 4392.0, 4382.0, 4385.0, 4383.0, 4394.0, 4383.0, 4394.0, 4395.0, 4393.0, 4382.0, 4394.0, 4394.0, 4404.0, 4395.0, 4403.0, 4396.0, 4405.0, 4385.0, 4394.0, 4385.0, 4385.0, 4394.0, 4393.0, 4385.0, 4397.0, 4394.0, 4384.0, 4394.0, 4386.0, 4404.0, 4383.0, 4402.0, 4393.0, 4404.0, 4382.0, 4409.0, 4369.0, 4389.0, 4381.0, 4390.0, 4381.0, 4381.0, 4383.0, 4384.0, 4383.0, 4395.0, 4394.0, 4394.0, 4394.0, 4384.0, 4387.0, 4384.0, 4403.0, 4383.0, 4392.0, 4382.0, 4393.0, 4380.0, 4392.0, 4383.0, 4391.0, 4381.0, 4400.0, 4382.0, 4390.0, 4382.0, 4391.0, 4383.0, 4381.0, 4382.0, 4371.0, 4383.0, 4382.0, 4382.0, 4382.0, 4394.0, 4385.0, 4392.0, 4382.0, 4392.0, 4383.0, 4403.0, 4383.0, 4400.0, 4381.0, 4405.0, 4382.0, 4401.0, 4382.0, 4391.0, 4382.0, 4381.0, 4382.0, 4384.0, 4383.0, 4395.0, 4383.0, 4380.0, 4384.0, 4396.0, 4395.0, 4394.0, 4385.0, 4409.0, 4408.0, 4407.0, 4408.0, 4410.0, 4420.0, 4400.0, 4406.0, 4399.0, 4416.0, 4410.0, 4440.0, 4420.0, 4429.0, 4396.0, 4426.0, 4405.0, 4413.0, 4399.0, 4412.0, 4379.0, 4397.0, 4367.0, 4397.0, 4356.0, 4395.0, 4364.0, 4383.0, 4354.0, 4353.0, 4355.0, 4364.0, 4365.0, 4369.0, 4368.0, 4370.0, 4381.0, 4383.0, 4383.0, 4383.0, 4382.0, 4385.0, 4385.0, 4415.0, 4384.0, 4404.0, 4383.0, 4405.0, 4383.0, 4403.0, 4414.0, 4393.0, 4421.0, 4392.0, 4390.0, 4370.0, 4369.0, 4369.0, 4380.0, 4371.0, 4378.0, 4370.0, 4379.0, 4381.0, 4380.0, 4380.0, 4384.0, 4371.0, 4371.0, 4381.0, 4383.0, 4383.0, 4383.0, 4393.0, 4395.0, 4405.0, 4386.0, 4410.0, 4396.0, 4381.0, 4383.0, 4391.0, 4383.0, 4390.0, 4384.0, 4393.0, 4397.0, 4397.0, 4398.0, 4384.0, 4396.0, 4396.0, 4388.0, 4392.0, 4381.0, 4382.0, 4382.0, 4372.0, 4405.0, 4381.0, 4395.0, 4404.0, 4391.0, 4379.0, 4391.0, 4368.0, 4379.0, 4379.0, 4389.0, 4379.0, 4390.0, 4381.0, 4390.0, 4382.0, 4392.0, 4393.0, 4393.0, 4384.0, 4404.0, 4388.0, 4405.0, 4384.0, 4404.0, 4384.0, 4405.0, 4384.0, 4403.0, 4385.0, 4404.0, 4381.0, 4402.0, 4383.0, 4411.0, 4380.0, 4391.0, 4380.0, 4379.0, 4380.0, 4380.0, 4381.0, 4391.0, 4383.0, 4393.0, 4382.0, 4397.0, 4384.0, 4384.0, 4396.0, 4385.0, 4395.0, 4393.0, 4415.0, 4383.0, 4446.0], 'WindowWidth': [9805.0, 9774.0, 9740.0, 9767.0, 9711.0, 9704.0, 9692.0, 9663.0, 9677.0, 9683.0, 9685.0, 9682.0, 9694.0, 9699.0, 9719.0, 9718.0, 9713.0, 9699.0, 9744.0, 9704.0, 9708.0, 9696.0, 9709.0, 9701.0, 9722.0, 9692.0, 9718.0, 9676.0, 9658.0, 9674.0, 9656.0, 9676.0, 9657.0, 9677.0, 9678.0, 9717.0, 9659.0, 9691.0, 9664.0, 9675.0, 9680.0, 9693.0, 9699.0, 9714.0, 9717.0, 9715.0, 9704.0, 9689.0, 9715.0, 9710.0, 9683.0, 9725.0, 9695.0, 9737.0, 9675.0, 9729.0, 9670.0, 9679.0, 9662.0, 9681.0, 9674.0, 9664.0, 9649.0, 9679.0, 9665.0, 9663.0, 9668.0, 9682.0, 9671.0, 9709.0, 9715.0, 9685.0, 9696.0, 9687.0, 9706.0, 9703.0, 9710.0, 9712.0, 9733.0, 9735.0, 9727.0, 9724.0, 9729.0, 9717.0, 9731.0, 9712.0, 9764.0, 9715.0, 9783.0, 9726.0, 9747.0, 9707.0, 9718.0, 9706.0, 9720.0, 9709.0, 9719.0, 9729.0, 9739.0, 9714.0, 9734.0, 9714.0, 9749.0, 9706.0, 9730.0, 9706.0, 9747.0, 9707.0, 9741.0, 9704.0, 9740.0, 9701.0, 9724.0, 9684.0, 9728.0, 9701.0, 9735.0, 9701.0, 9726.0, 9675.0, 9671.0, 9683.0, 9661.0, 9677.0, 9679.0, 9679.0, 9681.0, 9699.0, 9703.0, 9701.0, 9716.0, 9709.0, 9718.0, 9713.0, 9709.0, 9681.0, 9697.0, 9684.0, 9710.0, 9728.0, 9700.0, 9738.0, 9675.0, 9710.0, 9672.0, 9714.0, 9674.0, 9686.0, 9673.0, 9707.0, 9697.0, 9673.0, 9672.0, 9673.0, 9694.0, 9692.0, 9696.0, 9713.0, 9722.0, 9704.0, 9718.0, 9704.0, 9735.0, 9727.0, 9725.0, 9691.0, 9724.0, 9733.0, 9714.0, 9721.0, 9696.0, 9699.0, 9718.0, 9701.0, 9705.0, 9741.0, 9701.0, 9728.0, 9709.0, 9735.0, 9717.0, 9721.0, 9704.0, 9714.0, 9709.0, 9706.0, 9722.0, 9730.0, 9728.0, 9706.0, 9716.0, 9706.0, 9724.0, 9708.0, 9718.0, 9726.0, 9704.0, 9743.0, 9688.0, 9755.0, 9727.0, 9730.0, 9700.0, 9727.0, 9709.0, 9706.0, 9709.0, 9709.0, 9730.0, 9711.0, 9720.0, 9719.0, 9723.0, 9724.0, 9725.0, 9736.0, 9705.0, 9769.0, 9702.0, 9728.0, 9696.0, 9722.0, 9697.0, 9711.0, 9700.0, 9707.0, 9680.0, 9692.0, 9694.0, 9699.0, 9743.0, 9725.0, 9720.0, 9702.0, 9722.0, 9740.0, 9728.0, 9730.0, 9752.0, 9750.0, 9792.0, 9801.0, 9752.0, 9718.0, 9725.0, 9678.0, 9681.0, 9659.0, 9651.0, 9661.0, 9659.0, 9646.0, 9700.0, 9640.0, 9647.0, 9655.0, 9646.0, 9637.0, 9619.0, 9608.0, 9635.0, 9720.0, 9702.0, 9721.0, 9710.0, 9695.0, 9648.0, 9709.0, 9646.0, 9692.0, 9627.0, 9697.0, 9735.0, 9704.0, 9704.0, 9725.0, 9672.0, 9761.0, 9737.0, 9770.0, 9770.0, 9693.0, 9736.0, 9715.0, 9761.0, 9739.0, 9699.0, 9755.0, 9709.0, 9758.0, 9738.0, 9650.0, 9664.0, 9662.0, 9672.0, 9668.0, 9701.0, 9653.0, 9656.0, 9629.0, 9654.0, 9669.0, 9677.0, 9676.0, 9670.0, 9568.0, 9605.0, 9531.0, 9446.0, 9481.0, 9490.0, 9484.0, 9447.0, 9708.0, 9699.0, 9661.0, 9694.0, 9694.0, 9677.0, 9694.0, 9672.0, 9688.0, 9679.0, 9689.0, 9656.0, 9720.0, 9676.0, 9715.0, 9679.0, 9711.0, 9675.0, 9735.0, 9674.0, 9725.0, 9686.0, 9681.0, 9671.0, 9670.0, 9675.0, 9670.0, 9673.0, 9693.0, 9684.0, 9679.0, 9683.0, 9652.0, 9668.0, 9653.0, 9669.0, 9667.0, 9655.0, 9672.0, 9675.0, 9688.0, 9673.0, 9673.0, 9678.0, 9679.0, 9693.0, 9684.0, 9685.0, 9710.0, 9683.0, 9679.0, 9713.0, 9682.0, 9687.0, 9661.0, 9687.0, 9676.0, 9704.0, 9678.0, 9701.0, 9678.0, 9710.0, 9687.0, 9712.0, 9707.0, 9716.0, 9685.0, 9713.0, 9707.0, 9731.0, 9685.0, 9709.0, 9700.0, 9705.0, 9682.0, 9730.0, 9713.0, 9717.0, 9709.0, 9714.0, 9703.0, 9709.0, 9735.0, 9723.0, 9719.0, 9724.0, 9742.0, 9735.0, 9761.0, 9754.0, 9768.0, 9773.0, 9758.0, 9761.0, 9767.0, 9785.0, 9777.0, 9771.0, 9764.0, 9764.0, 9828.0, 9761.0, 9741.0, 9740.0, 9726.0, 9713.0, 9687.0, 9726.0, 9668.0, 9689.0, 9690.0, 9656.0, 9686.0, 9672.0, 9687.0, 9682.0, 9685.0, 9696.0, 9684.0, 9743.0, 9706.0, 9710.0, 9685.0, 9690.0, 9681.0, 9732.0, 9703.0, 9732.0, 9674.0, 9709.0, 9651.0, 9691.0, 9651.0, 9703.0, 9646.0, 9701.0, 9646.0, 9670.0, 9645.0, 9672.0, 9647.0, 9670.0, 9646.0, 9658.0, 9663.0, 9660.0, 9677.0, 9672.0, 9669.0, 9681.0, 9673.0, 9685.0, 9680.0, 9684.0, 9659.0, 9683.0, 9674.0, 9685.0, 9691.0, 9688.0, 9677.0, 9718.0, 9682.0, 9704.0, 9679.0, 9698.0, 9675.0, 9704.0, 9677.0, 9716.0, 9679.0, 9703.0, 9681.0, 9692.0, 9682.0, 9693.0, 9701.0, 9709.0, 9703.0, 9713.0, 9703.0, 9713.0, 9701.0, 9698.0, 9699.0, 9703.0, 9715.0, 9700.0, 9717.0, 9716.0, 9717.0, 9718.0, 9716.0, 9720.0, 9744.0, 9704.0, 9760.0, 9721.0, 9745.0, 9707.0, 9728.0, 9707.0, 9732.0, 9718.0, 9729.0, 9721.0, 9705.0, 9718.0, 9714.0, 9717.0, 9707.0, 9743.0, 9705.0, 9751.0, 9710.0, 9720.0, 9724.0, 9705.0, 9762.0, 9705.0, 9774.0, 9731.0, 9745.0, 9701.0, 9726.0, 9700.0, 9726.0, 9689.0, 9735.0, 9680.0, 9763.0, 9681.0, 9706.0, 9682.0, 9707.0, 9699.0, 9678.0, 9695.0, 9684.0, 9714.0, 9702.0, 9731.0, 9704.0, 9732.0, 9705.0, 9715.0, 9717.0, 9702.0, 9703.0, 9687.0, 9713.0, 9687.0, 9729.0, 9685.0, 9739.0, 9701.0, 9753.0, 9699.0, 9709.0, 9697.0, 9709.0, 9713.0, 9718.0, 9721.0, 9679.0, 9692.0, 9662.0, 9689.0, 9682.0, 9707.0, 9678.0, 9702.0, 9679.0, 9705.0, 9683.0, 9708.0, 9681.0, 9683.0, 9720.0, 9677.0, 9721.0, 9679.0, 9724.0, 9679.0, 9703.0, 9658.0, 9701.0, 9674.0, 9708.0, 9669.0, 9696.0, 9671.0, 9683.0, 9667.0, 9702.0, 9676.0, 9694.0, 9657.0, 9681.0, 9671.0, 9670.0, 9657.0, 9675.0, 9684.0, 9658.0, 9685.0, 9673.0, 9686.0, 9675.0, 9701.0, 9674.0, 9720.0, 9666.0, 9727.0, 9689.0, 9687.0, 9674.0, 9657.0, 9672.0, 9663.0, 9724.0, 9655.0, 9713.0, 9657.0, 9696.0, 9667.0, 9680.0, 9688.0, 9693.0, 9669.0, 9697.0, 9672.0, 9656.0, 9670.0, 9652.0, 9685.0, 9679.0, 9712.0, 9656.0, 9701.0, 9671.0, 9683.0, 9669.0, 9681.0, 9677.0, 9699.0, 9658.0, 9712.0, 9658.0, 9654.0, 9655.0, 9666.0, 9670.0, 9663.0, 9684.0, 9671.0, 9699.0, 9664.0, 9686.0, 9676.0, 9697.0, 9662.0, 9714.0, 9658.0, 9724.0, 9674.0, 9696.0, 9656.0, 9678.0, 9653.0, 9693.0, 9653.0, 9687.0, 9650.0, 9650.0, 9649.0, 9651.0, 9663.0, 9674.0, 9688.0, 9673.0, 9684.0, 9678.0, 9703.0, 9682.0, 9705.0, 9686.0, 9718.0, 9701.0, 9683.0, 9697.0, 9684.0, 9697.0, 9697.0, 9740.0, 9681.0, 9751.0, 9682.0, 9746.0, 9703.0, 9715.0, 9670.0, 9698.0, 9670.0, 9682.0, 9676.0, 9685.0, 9674.0, 9701.0, 9679.0, 9690.0, 9695.0, 9677.0, 9692.0, 9684.0, 9692.0, 9694.0, 9710.0, 9698.0, 9708.0, 9696.0, 9701.0, 9660.0, 9702.0, 9735.0, 9705.0, 9730.0, 9727.0, 9750.0, 9718.0, 9726.0, 9700.0, 9698.0, 9710.0, 9701.0, 9709.0, 9700.0, 9697.0, 9720.0, 9695.0, 9696.0, 9695.0, 9706.0, 9695.0, 9707.0, 9700.0, 9701.0, 9701.0, 9701.0, 9703.0, 9722.0, 9721.0, 9721.0, 9733.0, 9718.0, 9732.0, 9718.0, 9727.0, 9715.0, 9729.0, 9707.0, 9715.0, 9716.0, 9701.0, 9729.0, 9697.0, 9709.0, 9700.0, 9713.0, 9716.0, 9726.0, 9703.0, 9722.0, 9722.0, 9703.0, 9706.0, 9706.0, 9733.0, 9713.0, 9744.0, 9702.0, 9771.0, 9713.0, 9738.0, 9694.0, 9730.0, 9689.0, 9700.0, 9676.0, 9708.0, 9693.0, 9685.0, 9692.0, 9691.0, 9693.0, 9693.0, 9692.0, 9697.0, 9712.0, 9697.0, 9696.0, 9702.0, 9700.0, 9701.0, 9698.0, 9698.0, 9722.0, 9727.0, 9705.0, 9718.0, 9708.0, 9722.0, 9730.0, 9740.0, 9738.0, 9712.0, 9756.0, 9713.0, 9749.0, 9686.0, 9686.0, 9674.0, 9669.0, 9684.0, 9670.0, 9671.0, 9678.0, 9685.0, 9687.0, 9684.0, 9684.0, 9673.0, 9687.0, 9678.0, 9697.0, 9695.0, 9707.0, 9696.0, 9708.0, 9697.0, 9718.0, 9695.0, 9706.0, 9703.0, 9691.0, 9684.0, 9691.0, 9700.0, 9672.0, 9700.0, 9692.0, 9689.0, 9691.0, 9674.0, 9692.0, 9678.0, 9672.0, 9676.0, 9704.0, 9688.0, 9700.0, 9673.0, 9696.0, 9676.0, 9699.0, 9671.0, 9683.0, 9674.0, 9672.0, 9688.0, 9671.0, 9675.0, 9691.0, 9673.0, 9693.0, 9692.0, 9711.0, 9723.0, 9697.0, 9716.0, 9701.0, 9697.0, 9710.0, 9698.0, 9700.0, 9694.0, 9707.0, 9702.0, 9725.0, 9695.0, 9722.0, 9679.0, 9714.0, 9673.0, 9711.0, 9678.0, 9699.0, 9671.0, 9698.0, 9672.0, 9669.0, 9669.0, 9671.0, 9677.0, 9692.0, 9688.0, 9676.0, 9690.0, 9686.0, 9689.0, 9673.0, 9683.0, 9691.0, 9701.0, 9672.0, 9699.0, 9688.0, 9701.0, 9671.0, 9682.0, 9670.0, 9674.0, 9674.0, 9657.0, 9691.0, 9674.0, 9675.0, 9672.0, 9686.0, 9697.0, 9703.0, 9673.0, 9699.0, 9673.0, 9681.0, 9671.0, 9681.0, 9676.0, 9685.0, 9682.0, 9670.0, 9676.0, 9672.0, 9689.0, 9672.0, 9690.0, 9694.0, 9687.0, 9671.0, 9688.0, 9690.0, 9701.0, 9692.0, 9701.0, 9694.0, 9708.0, 9679.0, 9688.0, 9679.0, 9678.0, 9692.0, 9688.0, 9679.0, 9698.0, 9690.0, 9675.0, 9689.0, 9679.0, 9701.0, 9672.0, 9697.0, 9686.0, 9701.0, 9669.0, 9703.0, 9649.0, 9674.0, 9666.0, 9677.0, 9667.0, 9668.0, 9675.0, 9674.0, 9673.0, 9692.0, 9691.0, 9689.0, 9690.0, 9674.0, 9683.0, 9676.0, 9699.0, 9672.0, 9685.0, 9670.0, 9685.0, 9665.0, 9681.0, 9673.0, 9679.0, 9664.0, 9691.0, 9668.0, 9679.0, 9670.0, 9681.0, 9674.0, 9671.0, 9670.0, 9655.0, 9672.0, 9671.0, 9672.0, 9671.0, 9686.0, 9679.0, 9685.0, 9670.0, 9684.0, 9672.0, 9697.0, 9672.0, 9692.0, 9669.0, 9704.0, 9673.0, 9694.0, 9669.0, 9681.0, 9669.0, 9668.0, 9670.0, 9673.0, 9674.0, 9693.0, 9674.0, 9667.0, 9676.0, 9694.0, 9692.0, 9692.0, 9680.0, 9719.0, 9714.0, 9714.0, 9716.0, 9722.0, 9735.0, 9709.0, 9714.0, 9706.0, 9725.0, 9719.0, 9760.0, 9732.0, 9742.0, 9695.0, 9734.0, 9703.0, 9713.0, 9688.0, 9708.0, 9659.0, 9682.0, 9640.0, 9679.0, 9623.0, 9676.0, 9632.0, 9655.0, 9617.0, 9616.0, 9621.0, 9633.0, 9637.0, 9651.0, 9645.0, 9651.0, 9669.0, 9675.0, 9675.0, 9676.0, 9673.0, 9680.0, 9677.0, 9717.0, 9675.0, 9703.0, 9673.0, 9704.0, 9671.0, 9700.0, 9716.0, 9685.0, 9718.0, 9680.0, 9676.0, 9650.0, 9648.0, 9648.0, 9665.0, 9653.0, 9659.0, 9650.0, 9662.0, 9666.0, 9665.0, 9665.0, 9676.0, 9658.0, 9655.0, 9667.0, 9672.0, 9673.0, 9673.0, 9687.0, 9691.0, 9706.0, 9682.0, 9722.0, 9695.0, 9667.0, 9669.0, 9680.0, 9671.0, 9683.0, 9677.0, 9688.0, 9697.0, 9697.0, 9702.0, 9679.0, 9694.0, 9694.0, 9686.0, 9682.0, 9666.0, 9668.0, 9669.0, 9656.0, 9704.0, 9669.0, 9692.0, 9702.0, 9678.0, 9660.0, 9678.0, 9645.0, 9660.0, 9660.0, 9674.0, 9661.0, 9677.0, 9665.0, 9674.0, 9668.0, 9682.0, 9686.0, 9686.0, 9675.0, 9703.0, 9685.0, 9702.0, 9674.0, 9702.0, 9675.0, 9702.0, 9673.0, 9697.0, 9677.0, 9700.0, 9666.0, 9694.0, 9671.0, 9708.0, 9664.0, 9679.0, 9662.0, 9662.0, 9664.0, 9660.0, 9664.0, 9679.0, 9672.0, 9685.0, 9673.0, 9696.0, 9677.0, 9674.0, 9693.0, 9678.0, 9690.0, 9687.0, 9717.0, 9671.0, 9760.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.01040550124275062</td></tr>
<tr><td colspan=3>aqi</td><td>0.05590091060480531</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.834884156417914</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2586771274875639</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1176776140464375</td></tr>
<tr><td colspan=3>efc</td><td>0.5435</td></tr>
<tr><td colspan=3>fber</td><td>3268.9976</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15593192286512675</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>148</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.261806130903066</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4535601021729345</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3769749433285012</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7191646624427896</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2645407007475127</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106236</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010716650635004044</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07151490449905396</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1207</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>4.625898501429329</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>13.9044</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.0676</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>250.0794</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>282153.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1145.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.1047</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.916</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>484.8576</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3546.3454</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3662.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>94391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4503.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>791.6258</td></tr>
<tr><td colspan=3>tsnr</td><td>27.121529736206867</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>