<?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-0060_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-0060_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-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060/ses-01/func/sub-0060_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>2f6fbce4830252a691635265e942d2a2</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>18:05:24.880000</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.996531, 0.0829526, 0.00666396, -0.0819298, 0.963888, 0.25339]</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.0937778</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7750, -7295, 764, -54, -27, -25, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.487</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4c307719-c6bd-44c0-894d-93f3ceeb5d84||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.6736204624176025, -0.21981164813041687, -0.03940938413143158, 117.91502380371094], [-0.22255566716194153, 2.5860421657562256, 0.6832549571990967, -100.50200653076172], [0.01787891425192356, -0.6798278093338013, 2.611821174621582, -39.87395477294922], [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': ['180524.880000', '180525.340000', '180525.800000', '180526.260000', '180526.720000', '180527.180000', '180527.640000', '180528.100000', '180528.560000', '180529.020000', '180529.480000', '180529.940000', '180530.400000', '180530.860000', '180531.320000', '180531.780000', '180532.240000', '180532.700000', '180533.160000', '180533.620000', '180534.080000', '180534.540000', '180535.000000', '180535.460000', '180535.920000', '180536.380000', '180536.840000', '180537.300000', '180537.760000', '180538.220000', '180538.680000', '180539.140000', '180539.600000', '180540.060000', '180540.520000', '180540.980000', '180541.440000', '180541.900000', '180542.360000', '180542.820000', '180543.280000', '180543.740000', '180544.200000', '180544.660000', '180545.120000', '180545.580000', '180546.040000', '180546.500000', '180546.960000', '180547.420000', '180547.880000', '180548.340000', '180548.800000', '180549.260000', '180549.720000', '180550.180000', '180550.640000', '180551.100000', '180551.560000', '180552.020000', '180552.480000', '180552.940000', '180553.400000', '180553.860000', '180554.320000', '180554.780000', '180555.240000', '180555.700000', '180556.160000', '180556.620000', '180557.080000', '180557.540000', '180558.000000', '180558.460000', '180558.920000', '180559.380000', '180559.840000', '180600.300000', '180600.760000', '180601.220000', '180601.680000', '180602.140000', '180602.600000', '180603.060000', '180603.520000', '180603.980000', '180604.440000', '180604.900000', '180605.360000', '180605.820000', '180606.280000', '180606.740000', '180607.200000', '180607.660000', '180608.120000', '180608.580000', '180609.040000', '180609.500000', '180609.960000', '180610.420000', '180610.880000', '180611.340000', '180611.800000', '180612.260000', '180612.720000', '180613.180000', '180613.640000', '180614.100000', '180614.560000', '180615.020000', '180615.480000', '180615.940000', '180616.400000', '180616.860000', '180617.320000', '180617.780000', '180618.240000', '180618.700000', '180619.160000', '180619.620000', '180620.080000', '180620.540000', '180621.000000', '180621.460000', '180621.920000', '180622.380000', '180622.840000', '180623.300000', '180623.760000', '180624.220000', '180624.680000', '180625.140000', '180625.600000', '180626.060000', '180626.520000', '180626.980000', '180627.440000', '180627.900000', '180628.360000', '180628.820000', '180629.280000', '180629.740000', '180630.200000', '180630.660000', '180631.120000', '180631.580000', '180632.040000', '180632.500000', '180632.960000', '180633.420000', '180633.880000', '180634.340000', '180634.800000', '180635.260000', '180635.720000', '180636.180000', '180636.640000', '180637.100000', '180637.560000', '180638.020000', '180638.480000', '180638.940000', '180639.400000', '180639.860000', '180640.320000', '180640.780000', '180641.240000', '180641.700000', '180642.160000', '180642.620000', '180643.080000', '180643.540000', '180644.000000', '180644.460000', '180644.920000', '180645.380000', '180645.840000', '180646.300000', '180646.760000', '180647.220000', '180647.680000', '180648.140000', '180648.600000', '180649.060000', '180649.520000', '180649.980000', '180650.440000', '180650.900000', '180651.360000', '180651.820000', '180652.280000', '180652.740000', '180653.200000', '180653.660000', '180654.120000', '180654.580000', '180655.040000', '180655.500000', '180655.960000', '180656.420000', '180656.880000', '180657.340000', '180657.800000', '180658.260000', '180658.720000', '180659.180000', '180659.640000', '180700.100000', '180700.560000', '180701.020000', '180701.480000', '180701.940000', '180702.400000', '180702.860000', '180703.320000', '180703.780000', '180704.240000', '180704.700000', '180705.160000', '180705.620000', '180706.080000', '180706.540000', '180707.000000', '180707.460000', '180707.920000', '180708.380000', '180708.840000', '180709.300000', '180709.760000', '180710.220000', '180710.680000', '180711.140000', '180711.600000', '180712.060000', '180712.520000', '180712.980000', '180713.440000', '180713.900000', '180714.360000', '180714.820000', '180715.280000', '180715.740000', '180716.200000', '180716.660000', '180717.120000', '180717.580000', '180718.040000', '180718.500000', '180718.960000', '180719.420000', '180719.880000', '180720.340000', '180720.800000', '180721.260000', '180721.720000', '180722.180000', '180722.640000', '180723.100000', '180723.560000', '180724.020000', '180724.480000', '180724.940000', '180725.400000', '180725.860000', '180726.320000', '180726.780000', '180727.240000', '180727.700000', '180728.160000', '180728.620000', '180729.080000', '180729.540000', '180730.000000', '180730.460000', '180730.920000', '180731.380000', '180731.840000', '180732.300000', '180732.760000', '180733.220000', '180733.680000', '180734.140000', '180734.600000', '180735.060000', '180735.520000', '180735.980000', '180736.440000', '180736.900000', '180737.360000', '180737.820000', '180738.280000', '180738.740000', '180739.200000', '180739.660000', '180740.120000', '180740.580000', '180741.040000', '180741.500000', '180741.960000', '180742.420000', '180742.880000', '180743.340000', '180743.800000', '180744.260000', '180744.720000', '180745.180000', '180745.640000', '180746.100000', '180746.560000', '180747.020000', '180747.480000', '180747.940000', '180748.400000', '180748.860000', '180749.320000', '180749.780000', '180750.240000', '180750.700000', '180751.160000', '180751.620000', '180752.080000', '180752.540000', '180753.000000', '180753.460000', '180753.920000', '180754.380000', '180754.840000', '180755.300000', '180755.760000', '180756.220000', '180756.680000', '180757.140000', '180757.600000', '180758.060000', '180758.520000', '180758.980000', '180759.440000', '180759.900000', '180800.360000', '180800.820000', '180801.280000', '180801.740000', '180802.200000', '180802.660000', '180803.120000', '180803.580000', '180804.040000', '180804.500000', '180804.960000', '180805.420000', '180805.880000', '180806.340000', '180806.800000', '180807.260000', '180807.720000', '180808.180000', '180808.640000', '180809.100000', '180809.560000', '180810.020000', '180810.480000', '180810.940000', '180811.400000', '180811.860000', '180812.320000', '180812.780000', '180813.240000', '180813.700000', '180814.160000', '180814.620000', '180815.080000', '180815.540000', '180816.000000', '180816.460000', '180816.920000', '180817.380000', '180817.840000', '180818.300000', '180818.760000', '180819.220000', '180819.680000', '180820.140000', '180820.600000', '180821.060000', '180821.520000', '180821.980000', '180822.440000', '180822.900000', '180823.360000', '180823.820000', '180824.280000', '180824.740000', '180825.200000', '180825.660000', '180826.120000', '180826.580000', '180827.040000', '180827.500000', '180827.960000', '180828.420000', '180828.880000', '180829.340000', '180829.800000', '180830.260000', '180830.720000', '180831.180000', '180831.640000', '180832.100000', '180832.560000', '180833.020000', '180833.480000', '180833.940000', '180834.400000', '180834.860000', '180835.320000', '180835.780000', '180836.240000', '180836.700000', '180837.160000', '180837.620000', '180838.080000', '180838.540000', '180839.000000', '180839.460000', '180839.920000', '180840.380000', '180840.840000', '180841.300000', '180841.760000', '180842.220000', '180842.680000', '180843.140000', '180843.600000', '180844.060000', '180844.520000', '180844.980000', '180845.440000', '180845.900000', '180846.360000', '180846.820000', '180847.280000', '180847.740000', '180848.200000', '180848.660000', '180849.120000', '180849.580000', '180850.040000', '180850.500000', '180850.960000', '180851.420000', '180851.880000', '180852.340000', '180852.800000', '180853.260000', '180853.720000', '180854.180000', '180854.640000', '180855.100000', '180855.560000', '180856.020000', '180856.480000', '180856.940000', '180857.400000', '180857.860000', '180858.320000', '180858.780000', '180859.240000', '180859.700000', '180900.160000', '180900.620000', '180901.080000', '180901.540000', '180902.000000', '180902.460000', '180902.920000', '180903.380000', '180903.840000', '180904.300000', '180904.760000', '180905.220000', '180905.680000', '180906.140000', '180906.600000', '180907.060000', '180907.520000', '180907.980000', '180908.440000', '180908.900000', '180909.360000', '180909.820000', '180910.280000', '180910.740000', '180911.200000', '180911.660000', '180912.120000', '180912.580000', '180913.040000', '180913.500000', '180913.960000', '180914.420000', '180914.880000', '180915.340000', '180915.800000', '180916.260000', '180916.720000', '180917.180000', '180917.640000', '180918.100000', '180918.560000', '180919.020000', '180919.480000', '180919.940000', '180920.400000', '180920.860000', '180921.320000', '180921.780000', '180922.240000', '180922.700000', '180923.160000', '180923.620000', '180924.080000', '180924.540000', '180925.000000', '180925.460000', '180925.920000', '180926.380000', '180926.840000', '180927.300000', '180927.760000', '180928.220000', '180928.680000', '180929.140000', '180929.600000', '180930.060000', '180930.520000', '180930.980000', '180931.440000', '180931.900000', '180932.360000', '180932.820000', '180933.280000', '180933.740000', '180934.200000', '180934.660000', '180935.120000', '180935.580000', '180936.040000', '180936.500000', '180936.960000', '180937.420000', '180937.880000', '180938.340000', '180938.800000', '180939.260000', '180939.720000', '180940.180000', '180940.640000', '180941.100000', '180941.560000', '180942.020000', '180942.480000', '180942.940000', '180943.400000', '180943.860000', '180944.320000', '180944.780000', '180945.240000', '180945.700000', '180946.160000', '180946.620000', '180947.080000', '180947.540000', '180948.000000', '180948.460000', '180948.920000', '180949.380000', '180949.840000', '180950.300000', '180950.760000', '180951.220000', '180951.680000', '180952.140000', '180952.600000', '180953.060000', '180953.520000', '180953.980000', '180954.440000', '180954.900000', '180955.360000', '180955.820000', '180956.280000', '180956.740000', '180957.200000', '180957.660000', '180958.120000', '180958.580000', '180959.040000', '180959.500000', '180959.960000', '181000.420000', '181000.880000', '181001.340000', '181001.800000', '181002.260000', '181002.720000', '181003.180000', '181003.640000', '181004.100000', '181004.560000', '181005.020000', '181005.480000', '181005.940000', '181006.400000', '181006.860000', '181007.320000', '181007.780000', '181008.240000', '181008.700000', '181009.160000', '181009.620000', '181010.080000', '181010.540000', '181011.000000', '181011.460000', '181011.920000', '181012.380000', '181012.840000', '181013.300000', '181013.760000', '181014.220000', '181014.680000', '181015.140000', '181015.600000', '181016.060000', '181016.520000', '181016.980000', '181017.440000', '181017.900000', '181018.360000', '181018.820000', '181019.280000', '181019.740000', '181020.200000', '181020.660000', '181021.120000', '181021.580000', '181022.040000', '181022.500000', '181022.960000', '181023.420000', '181023.880000', '181024.340000', '181024.800000', '181025.260000', '181025.720000', '181026.180000', '181026.640000', '181027.100000', '181027.560000', '181028.020000', '181028.480000', '181028.940000', '181029.400000', '181029.860000', '181030.320000', '181030.780000', '181031.240000', '181031.700000', '181032.160000', '181032.620000', '181033.080000', '181033.540000', '181034.000000', '181034.460000', '181034.920000', '181035.380000', '181035.840000', '181036.300000', '181036.760000', '181037.220000', '181037.680000', '181038.140000', '181038.600000', '181039.060000', '181039.520000', '181039.980000', '181040.440000', '181040.900000', '181041.360000', '181041.820000', '181042.280000', '181042.740000', '181043.200000', '181043.660000', '181044.120000', '181044.580000', '181045.040000', '181045.500000', '181045.960000', '181046.420000', '181046.880000', '181047.340000', '181047.800000', '181048.260000', '181048.720000', '181049.180000', '181049.640000', '181050.100000', '181050.560000', '181051.020000', '181051.480000', '181051.940000', '181052.400000', '181052.860000', '181053.320000', '181053.780000', '181054.240000', '181054.700000', '181055.160000', '181055.620000', '181056.080000', '181056.540000', '181057.000000', '181057.460000', '181057.920000', '181058.380000', '181058.840000', '181059.300000', '181059.760000', '181100.220000', '181100.680000', '181101.140000', '181101.600000', '181102.060000', '181102.520000', '181102.980000', '181103.440000', '181103.900000', '181104.360000', '181104.820000', '181105.280000', '181105.740000', '181106.200000', '181106.660000', '181107.120000', '181107.580000', '181108.040000', '181108.500000', '181108.960000', '181109.420000', '181109.880000', '181110.340000', '181110.800000', '181111.260000', '181111.720000', '181112.180000', '181112.640000', '181113.100000', '181113.560000', '181114.020000', '181114.480000', '181114.940000', '181115.400000', '181115.860000', '181116.320000', '181116.780000', '181117.240000', '181117.700000', '181118.160000', '181118.620000', '181119.080000', '181119.540000', '181120.000000', '181120.460000', '181120.920000', '181121.380000', '181121.840000', '181122.300000', '181122.760000', '181123.220000', '181123.680000', '181124.140000', '181124.600000', '181125.060000', '181125.520000', '181125.980000', '181126.440000', '181126.900000', '181127.360000', '181127.820000', '181128.280000', '181128.740000', '181129.200000', '181129.660000', '181130.120000', '181130.580000', '181131.040000', '181131.500000', '181131.960000', '181132.420000', '181132.880000', '181133.340000', '181133.800000', '181134.260000', '181134.720000', '181135.180000', '181135.640000', '181136.100000', '181136.560000', '181137.020000', '181137.480000', '181137.940000', '181138.400000', '181138.860000', '181139.320000', '181139.780000', '181140.240000', '181140.700000', '181141.160000', '181141.620000', '181142.080000', '181142.540000', '181143.000000', '181143.460000', '181143.920000', '181144.380000', '181144.840000', '181145.300000', '181145.760000', '181146.220000', '181146.680000', '181147.140000', '181147.600000', '181148.060000', '181148.520000', '181148.980000', '181149.440000', '181149.900000', '181150.360000', '181150.820000', '181151.280000', '181151.740000', '181152.200000', '181152.660000', '181153.120000', '181153.580000', '181154.040000', '181154.500000', '181154.960000', '181155.420000', '181155.880000', '181156.340000', '181156.800000', '181157.260000', '181157.720000', '181158.180000', '181158.640000', '181159.100000', '181159.560000', '181200.020000', '181200.480000', '181200.940000', '181201.400000', '181201.860000', '181202.320000', '181202.780000', '181203.240000', '181203.700000', '181204.160000', '181204.620000', '181205.080000', '181205.540000', '181206.000000', '181206.460000', '181206.920000', '181207.380000', '181207.840000', '181208.300000', '181208.760000', '181209.220000', '181209.680000', '181210.140000', '181210.600000', '181211.060000', '181211.520000', '181211.980000', '181212.440000', '181212.900000', '181213.360000', '181213.820000', '181214.280000', '181214.740000', '181215.200000', '181215.660000', '181216.120000', '181216.580000', '181217.040000', '181217.500000', '181217.960000', '181218.420000', '181218.880000', '181219.340000', '181219.800000', '181220.260000', '181220.720000', '181221.180000', '181221.640000', '181222.100000', '181222.560000', '181223.020000', '181223.480000', '181223.940000', '181224.400000', '181224.860000', '181225.320000', '181225.780000', '181226.240000', '181226.700000', '181227.160000', '181227.620000', '181228.080000', '181228.540000', '181229.000000', '181229.460000', '181229.920000', '181230.380000', '181230.840000', '181231.300000', '181231.760000', '181232.220000', '181232.680000', '181233.140000', '181233.600000', '181234.060000', '181234.520000', '181234.980000', '181235.440000', '181235.900000', '181236.360000', '181236.820000', '181237.280000', '181237.740000', '181238.200000', '181238.660000', '181239.120000', '181239.580000', '181240.040000', '181240.500000', '181240.960000', '181241.420000', '181241.880000', '181242.340000', '181242.800000', '181243.260000', '181243.720000', '181244.180000', '181244.640000', '181245.100000', '181245.560000', '181246.020000', '181246.480000', '181246.940000', '181247.400000', '181247.860000', '181248.320000', '181248.780000', '181249.240000', '181249.700000', '181250.160000', '181250.620000', '181251.080000', '181251.540000', '181252.000000', '181252.460000', '181252.920000', '181253.380000', '181253.840000', '181254.300000', '181254.760000', '181255.220000', '181255.680000', '181256.140000', '181256.600000', '181257.060000', '181257.520000', '181257.980000', '181258.440000', '181258.900000', '181259.360000', '181259.820000', '181300.280000', '181300.740000', '181301.200000', '181301.660000', '181302.120000', '181302.580000', '181303.040000', '181303.500000', '181303.960000', '181304.420000', '181304.880000', '181305.340000', '181305.800000', '181306.260000', '181306.720000', '181307.180000', '181307.640000', '181308.100000', '181308.560000', '181309.020000', '181309.480000', '181309.940000', '181310.400000', '181310.860000', '181311.320000', '181311.780000', '181312.240000', '181312.700000', '181313.160000', '181313.620000', '181314.080000', '181314.540000', '181315.000000', '181315.460000', '181315.920000', '181316.380000', '181316.840000', '181317.300000', '181317.760000', '181318.220000', '181318.680000', '181319.140000', '181319.600000', '181320.060000', '181320.520000', '181320.980000', '181321.440000', '181321.900000', '181322.360000', '181322.820000', '181323.280000', '181323.740000', '181324.200000', '181324.660000', '181325.120000', '181325.580000', '181326.040000', '181326.500000', '181326.960000', '181327.420000', '181327.880000', '181328.340000', '181328.800000', '181329.260000', '181329.720000', '181330.180000', '181330.640000', '181331.100000', '181331.560000', '181332.020000', '181332.480000', '181332.940000', '181333.400000', '181333.860000', '181334.320000', '181334.780000', '181335.240000', '181335.700000', '181336.160000', '181336.620000', '181337.080000', '181337.540000', '181338.000000', '181338.460000', '181338.920000', '181339.380000', '181339.840000', '181340.300000', '181340.760000', '181341.220000', '181341.680000', '181342.140000', '181342.600000', '181343.060000', '181343.520000', '181343.980000', '181344.440000', '181344.900000', '181345.360000', '181345.820000', '181346.280000', '181346.740000', '181347.200000', '181347.660000', '181348.120000', '181348.580000', '181349.040000', '181349.500000', '181349.960000', '181350.420000', '181350.880000', '181351.340000', '181351.800000', '181352.260000', '181352.720000', '181353.180000', '181353.640000', '181354.100000', '181354.560000', '181355.020000', '181355.480000', '181355.940000', '181356.400000', '181356.860000', '181357.320000', '181357.780000', '181358.240000', '181358.700000', '181359.160000', '181359.620000', '181400.080000', '181400.540000', '181401.000000', '181401.460000', '181401.920000', '181402.380000', '181402.840000', '181403.300000', '181403.760000', '181404.220000', '181404.680000', '181405.140000', '181405.600000', '181406.060000', '181406.520000', '181406.980000', '181407.440000', '181407.900000', '181408.360000', '181408.820000', '181409.280000', '181409.740000', '181410.200000', '181410.660000', '181411.120000', '181411.580000', '181412.040000', '181412.500000', '181412.960000', '181413.420000', '181413.880000', '181414.340000', '181414.800000', '181415.260000', '181415.720000', '181416.180000', '181416.640000', '181417.100000', '181417.560000', '181418.020000', '181418.480000', '181418.940000', '181419.400000', '181419.860000', '181420.320000', '181420.780000', '181421.240000', '181421.700000', '181422.160000', '181422.620000', '181423.080000', '181423.540000', '181424.000000', '181424.460000', '181424.920000', '181425.380000', '181425.840000', '181426.300000', '181426.760000', '181427.220000', '181427.680000', '181428.140000', '181428.600000', '181429.060000', '181429.520000', '181429.980000', '181430.440000', '181430.900000', '181431.360000', '181431.820000', '181432.280000', '181432.740000', '181433.200000', '181433.660000', '181434.120000', '181434.580000', '181435.040000', '181435.500000', '181435.960000', '181436.420000', '181436.880000', '181437.340000', '181437.800000', '181438.260000', '181438.720000', '181439.180000', '181439.640000', '181440.100000', '181440.560000'], 'ContentTime': ['180536.837000', '180536.841000', '180536.844000', '180536.847000', '180536.849000', '180536.852000', '180536.855000', '180536.857000', '180536.866000', '180536.868000', '180536.875000', '180536.877000', '180536.888000', '180536.890000', '180536.893000', '180536.896000', '180536.899000', '180536.902000', '180536.905000', '180536.907000', '180536.910000', '180536.913000', '180536.915000', '180536.918000', '180556.776000', '180556.780000', '180556.782000', '180556.785000', '180556.787000', '180556.796000', '180556.799000', '180556.801000', '180556.804000', '180556.806000', '180556.809000', '180556.811000', '180556.814000', '180556.817000', '180556.819000', '180556.822000', '180556.825000', '180556.827000', '180556.830000', '180556.832000', '180556.835000', '180556.838000', '180556.840000', '180556.843000', '180556.846000', '180556.848000', '180556.851000', '180556.854000', '180556.858000', '180556.860000', '180556.863000', '180556.866000', '180556.868000', '180556.871000', '180556.879000', '180556.881000', '180556.885000', '180556.888000', '180556.890000', '180556.893000', '180556.896000', '180556.899000', '180556.901000', '180616.776000', '180616.779000', '180616.782000', '180616.784000', '180616.787000', '180616.790000', '180616.792000', '180616.795000', '180616.797000', '180616.800000', '180616.803000', '180616.805000', '180616.808000', '180616.810000', '180616.813000', '180616.816000', '180616.827000', '180616.830000', '180616.833000', '180616.835000', '180616.838000', '180616.840000', '180616.843000', '180616.845000', '180616.848000', '180616.851000', '180616.853000', '180616.856000', '180616.858000', '180616.861000', '180616.864000', '180616.866000', '180616.869000', '180616.871000', '180616.874000', '180616.876000', '180616.879000', '180616.882000', '180616.884000', '180616.887000', '180616.889000', '180616.892000', '180616.895000', '180616.897000', '180636.776000', '180636.779000', '180636.782000', '180636.785000', '180636.794000', '180636.796000', '180636.799000', '180636.801000', '180636.804000', '180636.807000', '180636.809000', '180636.812000', '180636.814000', '180636.817000', '180636.820000', '180636.822000', '180636.825000', '180636.827000', '180636.830000', '180636.833000', '180636.835000', '180636.838000', '180636.840000', '180636.843000', '180636.846000', '180636.848000', '180636.851000', '180636.854000', '180636.856000', '180636.859000', '180636.861000', '180636.864000', '180636.867000', '180636.869000', '180636.872000', '180636.874000', '180636.877000', '180636.880000', '180636.883000', '180636.885000', '180636.888000', '180636.891000', '180636.893000', '180656.776000', '180656.779000', '180656.782000', '180656.785000', '180656.787000', '180656.790000', '180656.793000', '180656.795000', '180656.798000', '180656.800000', '180656.803000', '180656.806000', '180656.808000', '180656.811000', '180656.813000', '180656.816000', '180656.819000', '180656.821000', '180656.824000', '180656.826000', '180656.829000', '180656.832000', '180656.834000', '180656.837000', '180656.839000', '180656.842000', '180656.845000', '180656.848000', '180656.850000', '180656.853000', '180656.855000', '180656.858000', '180656.861000', '180656.863000', '180656.866000', '180656.869000', '180656.871000', '180656.874000', '180656.876000', '180656.879000', '180656.882000', '180656.884000', '180656.887000', '180656.889000', '180716.776000', '180716.779000', '180716.782000', '180716.784000', '180716.787000', '180716.790000', '180716.792000', '180716.795000', '180716.797000', '180716.800000', '180716.803000', '180716.805000', '180716.808000', '180716.810000', '180716.813000', '180716.816000', '180716.818000', '180716.821000', '180716.824000', '180716.826000', '180716.829000', '180716.831000', '180716.834000', '180716.837000', '180716.839000', '180716.842000', '180716.844000', '180716.847000', '180716.850000', '180716.852000', '180716.855000', '180716.858000', '180716.860000', '180716.863000', '180716.865000', '180716.868000', '180716.871000', '180716.873000', '180716.876000', '180716.878000', '180716.881000', '180716.884000', '180716.886000', '180736.776000', '180736.779000', '180736.782000', '180736.784000', '180736.787000', '180736.790000', '180736.793000', '180736.795000', '180736.798000', '180736.801000', '180736.803000', '180736.806000', '180736.809000', '180736.811000', '180736.814000', '180736.816000', '180736.819000', '180736.822000', '180736.824000', '180736.827000', '180736.830000', '180736.832000', '180736.835000', '180736.838000', '180736.840000', '180736.843000', '180736.845000', '180736.848000', '180736.851000', '180736.853000', '180736.856000', '180736.859000', '180736.861000', '180736.864000', '180736.866000', '180736.869000', '180736.872000', '180736.874000', '180736.877000', '180736.879000', '180736.882000', '180736.885000', '180736.887000', '180736.890000', '180756.777000', '180756.779000', '180756.782000', '180756.785000', '180756.787000', '180756.790000', '180756.793000', '180756.795000', '180756.798000', '180756.800000', '180756.803000', '180756.806000', '180756.821000', '180756.823000', '180756.826000', '180756.829000', '180756.831000', '180756.834000', '180756.837000', '180756.839000', '180756.842000', '180756.844000', '180756.847000', '180756.850000', '180756.852000', '180756.855000', '180756.858000', '180756.860000', '180756.863000', '180756.865000', '180756.868000', '180756.871000', '180756.873000', '180756.876000', '180756.879000', '180756.881000', '180756.884000', '180756.886000', '180756.889000', '180756.892000', '180756.894000', '180756.897000', '180756.900000', '180816.777000', '180816.780000', '180816.782000', '180816.785000', '180816.788000', '180816.790000', '180816.793000', '180816.796000', '180816.798000', '180816.801000', '180816.803000', '180816.806000', '180816.809000', '180816.811000', '180816.814000', '180816.817000', '180816.819000', '180816.822000', '180816.825000', '180816.827000', '180816.830000', '180816.832000', '180816.835000', '180816.838000', '180816.840000', '180816.843000', '180816.846000', '180816.848000', '180816.851000', '180816.854000', '180816.856000', '180816.859000', '180816.861000', '180816.864000', '180816.867000', '180816.869000', '180816.872000', '180816.874000', '180816.877000', '180816.880000', '180816.882000', '180816.885000', '180816.887000', '180816.890000', '180836.776000', '180836.779000', '180836.782000', '180836.784000', '180836.787000', '180836.790000', '180836.792000', '180836.795000', '180836.798000', '180836.800000', '180836.803000', '180836.805000', '180836.808000', '180836.811000', '180836.813000', '180836.816000', '180836.818000', '180836.821000', '180836.823000', '180836.826000', '180836.829000', '180836.831000', '180836.834000', '180836.837000', '180836.839000', '180836.842000', '180836.845000', '180836.847000', '180836.850000', '180836.853000', '180836.855000', '180836.858000', '180836.860000', '180836.863000', '180836.866000', '180836.868000', '180836.871000', '180836.873000', '180836.876000', '180836.879000', '180836.881000', '180836.884000', '180836.886000', '180856.776000', '180856.779000', '180856.782000', '180856.784000', '180856.787000', '180856.790000', '180856.792000', '180856.795000', '180856.798000', '180856.800000', '180856.803000', '180856.806000', '180856.808000', '180856.811000', '180856.814000', '180856.816000', '180856.819000', '180856.822000', '180856.825000', '180856.827000', '180856.830000', '180856.832000', '180856.835000', '180856.838000', '180856.840000', '180856.843000', '180856.846000', '180856.848000', '180856.851000', '180856.853000', '180856.856000', '180856.859000', '180856.861000', '180856.864000', '180856.866000', '180856.869000', '180856.872000', '180856.874000', '180856.877000', '180856.879000', '180856.882000', '180856.885000', '180856.887000', '180916.776000', '180916.779000', '180916.782000', '180916.785000', '180916.787000', '180916.790000', '180916.793000', '180916.795000', '180916.798000', '180916.801000', '180916.803000', '180916.806000', '180916.808000', '180916.811000', '180916.814000', '180916.816000', '180916.819000', '180916.821000', '180916.824000', '180916.826000', '180916.829000', '180916.832000', '180916.834000', '180916.837000', '180916.840000', '180916.842000', '180916.845000', '180916.847000', '180916.850000', '180916.853000', '180916.856000', '180916.858000', '180916.861000', '180916.863000', '180916.866000', '180916.868000', '180916.871000', '180916.874000', '180916.901000', '180916.904000', '180916.906000', '180916.909000', '180916.911000', '180916.914000', '180936.777000', '180936.780000', '180936.782000', '180936.785000', '180936.787000', '180936.790000', '180936.793000', '180936.795000', '180936.798000', '180936.801000', '180936.803000', '180936.806000', '180936.808000', '180936.811000', '180936.814000', '180936.817000', '180936.819000', '180936.822000', '180936.825000', '180936.827000', '180936.830000', '180936.832000', '180936.835000', '180936.838000', '180936.840000', '180936.843000', '180936.846000', '180936.848000', '180936.851000', '180936.853000', '180936.856000', '180936.859000', '180936.861000', '180936.864000', '180936.867000', '180936.870000', '180936.872000', '180936.875000', '180936.878000', '180936.880000', '180936.883000', '180936.885000', '180936.888000', '180936.891000', '180956.776000', '180956.779000', '180956.782000', '180956.784000', '180956.787000', '180956.790000', '180956.792000', '180956.795000', '180956.798000', '180956.800000', '180956.803000', '180956.805000', '180956.808000', '180956.810000', '180956.813000', '180956.816000', '180956.818000', '180956.821000', '180956.823000', '180956.826000', '180956.829000', '180956.831000', '180956.834000', '180956.837000', '180956.839000', '180956.842000', '180956.845000', '180956.847000', '180956.850000', '180956.853000', '180956.855000', '180956.858000', '180956.861000', '180956.863000', '180956.866000', '180956.869000', '180956.871000', '180956.874000', '180956.876000', '180956.879000', '180956.882000', '180956.884000', '180956.887000', '181016.777000', '181016.779000', '181016.782000', '181016.785000', '181016.787000', '181016.790000', '181016.793000', '181016.795000', '181016.798000', '181016.801000', '181016.803000', '181016.806000', '181016.809000', '181016.811000', '181016.814000', '181016.816000', '181016.819000', '181016.822000', '181016.824000', '181016.827000', '181016.830000', '181016.832000', '181016.835000', '181016.838000', '181016.841000', '181016.844000', '181016.846000', '181016.849000', '181016.852000', '181016.854000', '181016.857000', '181016.860000', '181016.862000', '181016.865000', '181016.868000', '181016.870000', '181016.873000', '181016.876000', '181016.878000', '181016.881000', '181016.884000', '181016.886000', '181016.889000', '181016.891000', '181036.776000', '181036.779000', '181036.782000', '181036.785000', '181036.787000', '181036.790000', '181036.793000', '181036.795000', '181036.798000', '181036.800000', '181036.803000', '181036.806000', '181036.808000', '181036.811000', '181036.813000', '181036.816000', '181036.819000', '181036.821000', '181036.824000', '181036.826000', '181036.829000', '181036.832000', '181036.834000', '181036.837000', '181036.840000', '181036.842000', '181036.845000', '181036.847000', '181036.850000', '181036.853000', '181036.856000', '181036.858000', '181036.861000', '181036.864000', '181036.866000', '181036.869000', '181036.871000', '181036.874000', '181036.877000', '181036.879000', '181036.882000', '181036.884000', '181036.887000', '181056.777000', '181056.780000', '181056.783000', '181056.785000', '181056.790000', '181056.793000', '181056.796000', '181056.798000', '181056.801000', '181056.803000', '181056.806000', '181056.809000', '181056.812000', '181056.816000', '181056.818000', '181056.821000', '181056.824000', '181056.827000', '181056.843000', '181056.846000', '181056.848000', '181056.851000', '181056.854000', '181056.856000', '181056.859000', '181056.861000', '181056.865000', '181056.868000', '181056.871000', '181056.873000', '181056.876000', '181056.879000', '181056.881000', '181056.884000', '181056.886000', '181056.893000', '181056.896000', '181056.899000', '181056.901000', '181056.904000', '181056.907000', '181056.909000', '181056.912000', '181116.776000', '181116.779000', '181116.782000', '181116.785000', '181116.787000', '181116.790000', '181116.792000', '181116.795000', '181116.798000', '181116.800000', '181116.803000', '181116.805000', '181116.808000', '181116.810000', '181116.818000', '181116.820000', '181116.823000', '181116.825000', '181116.828000', '181116.831000', '181116.833000', '181116.836000', '181116.839000', '181116.841000', '181116.844000', '181116.847000', '181116.849000', '181116.852000', '181116.854000', '181116.857000', '181116.859000', '181116.862000', '181116.865000', '181116.867000', '181116.870000', '181116.873000', '181116.875000', '181116.878000', '181116.880000', '181116.883000', '181116.886000', '181116.888000', '181116.891000', '181116.893000', '181136.777000', '181136.779000', '181136.782000', '181136.785000', '181136.787000', '181136.790000', '181136.793000', '181136.795000', '181136.798000', '181136.801000', '181136.803000', '181136.806000', '181136.808000', '181136.811000', '181136.814000', '181136.817000', '181136.820000', '181136.823000', '181136.827000', '181136.830000', '181136.832000', '181136.835000', '181136.838000', '181136.840000', '181136.843000', '181136.845000', '181136.848000', '181136.851000', '181136.853000', '181136.856000', '181136.859000', '181136.861000', '181136.864000', '181136.866000', '181136.869000', '181136.872000', '181136.874000', '181136.877000', '181136.880000', '181136.882000', '181136.885000', '181136.887000', '181136.890000', '181156.776000', '181156.780000', '181156.782000', '181156.785000', '181156.788000', '181156.790000', '181156.793000', '181156.795000', '181156.798000', '181156.801000', '181156.803000', '181156.806000', '181156.809000', '181156.811000', '181156.814000', '181156.816000', '181156.819000', '181156.822000', '181156.824000', '181156.827000', '181156.830000', '181156.832000', '181156.835000', '181156.837000', '181156.840000', '181156.843000', '181156.846000', '181156.848000', '181156.851000', '181156.853000', '181156.856000', '181156.859000', '181156.861000', '181156.864000', '181156.866000', '181156.869000', '181156.872000', '181156.874000', '181156.877000', '181156.880000', '181156.882000', '181156.885000', '181156.887000', '181156.890000', '181216.777000', '181216.779000', '181216.782000', '181216.785000', '181216.787000', '181216.790000', '181216.793000', '181216.795000', '181216.798000', '181216.801000', '181216.803000', '181216.806000', '181216.808000', '181216.811000', '181216.814000', '181216.816000', '181216.819000', '181216.824000', '181216.826000', '181216.829000', '181216.832000', '181216.834000', '181216.837000', '181216.840000', '181216.842000', '181216.847000', '181216.850000', '181216.852000', '181216.855000', '181216.870000', '181216.873000', '181216.875000', '181216.878000', '181216.880000', '181216.883000', '181216.886000', '181216.888000', '181216.891000', '181216.894000', '181216.896000', '181216.899000', '181216.902000', '181216.905000', '181236.776000', '181236.779000', '181236.782000', '181236.784000', '181236.787000', '181236.790000', '181236.792000', '181236.795000', '181236.798000', '181236.800000', '181236.803000', '181236.806000', '181236.808000', '181236.811000', '181236.814000', '181236.816000', '181236.819000', '181236.822000', '181236.824000', '181236.827000', '181236.829000', '181236.832000', '181236.835000', '181236.837000', '181236.840000', '181236.842000', '181236.845000', '181236.848000', '181236.850000', '181236.853000', '181236.855000', '181236.858000', '181236.861000', '181236.863000', '181236.866000', '181236.868000', '181236.871000', '181236.874000', '181236.876000', '181236.879000', '181236.882000', '181236.884000', '181236.887000', '181236.889000', '181256.777000', '181256.779000', '181256.782000', '181256.785000', '181256.788000', '181256.790000', '181256.793000', '181256.796000', '181256.798000', '181256.801000', '181256.804000', '181256.806000', '181256.809000', '181256.812000', '181256.814000', '181256.817000', '181256.820000', '181256.822000', '181256.825000', '181256.827000', '181256.830000', '181256.833000', '181256.835000', '181256.838000', '181256.841000', '181256.843000', '181256.846000', '181256.849000', '181256.851000', '181256.854000', '181256.857000', '181256.859000', '181256.862000', '181256.865000', '181256.867000', '181256.870000', '181256.873000', '181256.876000', '181256.879000', '181256.881000', '181256.884000', '181256.887000', '181256.889000', '181316.777000', '181316.780000', '181316.782000', '181316.785000', '181316.788000', '181316.791000', '181316.793000', '181316.796000', '181316.799000', '181316.801000', '181316.804000', '181316.806000', '181316.809000', '181316.812000', '181316.814000', '181316.817000', '181316.820000', '181316.822000', '181316.825000', '181316.827000', '181316.830000', '181316.833000', '181316.835000', '181316.838000', '181316.840000', '181316.843000', '181316.846000', '181316.848000', '181316.851000', '181316.854000', '181316.856000', '181316.859000', '181316.861000', '181316.864000', '181316.867000', '181316.869000', '181316.872000', '181316.875000', '181316.877000', '181316.880000', '181316.883000', '181316.885000', '181316.888000', '181316.891000', '181336.776000', '181336.780000', '181336.782000', '181336.785000', '181336.787000', '181336.790000', '181336.793000', '181336.795000', '181336.798000', '181336.801000', '181336.803000', '181336.806000', '181336.809000', '181336.811000', '181336.814000', '181336.816000', '181336.819000', '181336.822000', '181336.824000', '181336.827000', '181336.829000', '181336.832000', '181336.835000', '181336.837000', '181336.840000', '181336.843000', '181336.863000', '181336.865000', '181336.868000', '181336.870000', '181336.873000', '181336.876000', '181336.878000', '181336.881000', '181336.885000', '181336.889000', '181336.892000', '181336.894000', '181336.897000', '181336.900000', '181336.902000', '181336.905000', '181336.908000', '181356.777000', '181356.779000', '181356.782000', '181356.785000', '181356.788000', '181356.790000', '181356.793000', '181356.796000', '181356.798000', '181356.801000', '181356.803000', '181356.806000', '181356.809000', '181356.811000', '181356.814000', '181356.817000', '181356.819000', '181356.822000', '181356.824000', '181356.827000', '181356.830000', '181356.832000', '181356.835000', '181356.837000', '181356.840000', '181356.843000', '181356.845000', '181356.848000', '181356.851000', '181356.853000', '181356.856000', '181356.859000', '181356.861000', '181356.864000', '181356.866000', '181356.869000', '181356.872000', '181356.874000', '181356.877000', '181356.880000', '181356.882000', '181356.885000', '181356.888000', '181356.890000', '181416.777000', '181416.780000', '181416.782000', '181416.785000', '181416.788000', '181416.790000', '181416.793000', '181416.795000', '181416.798000', '181416.801000', '181416.804000', '181416.806000', '181416.809000', '181416.811000', '181416.814000', '181416.817000', '181416.819000', '181416.822000', '181416.825000', '181416.827000', '181416.830000', '181416.832000', '181416.835000', '181416.838000', '181416.840000', '181416.843000', '181416.846000', '181416.848000', '181416.851000', '181416.853000', '181416.856000', '181416.859000', '181416.861000', '181416.864000', '181416.866000', '181416.869000', '181416.872000', '181416.874000', '181416.877000', '181416.880000', '181416.883000', '181416.885000', '181416.890000', '181436.777000', '181436.780000', '181436.782000', '181436.785000', '181436.787000', '181436.790000', '181436.793000', '181436.795000', '181436.798000', '181436.801000', '181436.803000', '181436.806000', '181436.808000', '181436.811000', '181436.814000', '181436.816000', '181436.819000', '181436.822000', '181436.824000', '181436.827000', '181436.830000', '181436.832000', '181436.835000', '181436.837000', '181436.840000', '181436.843000', '181436.845000', '181436.848000', '181436.851000', '181436.853000', '181436.856000', '181436.859000', '181436.861000', '181436.864000', '181436.866000', '181436.869000', '181436.872000', '181436.874000', '181436.877000', '181436.880000', '181436.882000', '181436.885000', '181436.887000', '181436.890000', '181441.704000', '181441.707000', '181441.710000', '181441.712000', '181441.715000', '181441.718000', '181441.720000', '181441.723000', '181441.726000', '181441.728000', '181441.731000'], 'InstanceCreationTime': ['180536.837000', '180536.841000', '180536.844000', '180536.847000', '180536.849000', '180536.852000', '180536.855000', '180536.857000', '180536.866000', '180536.868000', '180536.875000', '180536.877000', '180536.888000', '180536.890000', '180536.893000', '180536.896000', '180536.899000', '180536.902000', '180536.905000', '180536.907000', '180536.910000', '180536.913000', '180536.915000', '180536.918000', '180556.776000', '180556.780000', '180556.782000', '180556.785000', '180556.787000', '180556.796000', '180556.799000', '180556.801000', '180556.804000', '180556.806000', '180556.809000', '180556.811000', '180556.814000', '180556.817000', '180556.819000', '180556.822000', '180556.825000', '180556.827000', '180556.830000', '180556.832000', '180556.835000', '180556.838000', '180556.840000', '180556.843000', '180556.846000', '180556.848000', '180556.851000', '180556.854000', '180556.858000', '180556.860000', '180556.863000', '180556.866000', '180556.868000', '180556.871000', '180556.879000', '180556.881000', '180556.885000', '180556.888000', '180556.890000', '180556.893000', '180556.896000', '180556.899000', '180556.901000', '180616.776000', '180616.779000', '180616.782000', '180616.784000', '180616.787000', '180616.790000', '180616.792000', '180616.795000', '180616.797000', '180616.800000', '180616.803000', '180616.805000', '180616.808000', '180616.810000', '180616.813000', '180616.816000', '180616.827000', '180616.830000', '180616.833000', '180616.835000', '180616.838000', '180616.840000', '180616.843000', '180616.845000', '180616.848000', '180616.851000', '180616.853000', '180616.856000', '180616.858000', '180616.861000', '180616.864000', '180616.866000', '180616.869000', '180616.871000', '180616.874000', '180616.876000', '180616.879000', '180616.882000', '180616.884000', '180616.887000', '180616.889000', '180616.892000', '180616.895000', '180616.897000', '180636.776000', '180636.779000', '180636.782000', '180636.785000', '180636.794000', '180636.796000', '180636.799000', '180636.801000', '180636.804000', '180636.807000', '180636.809000', '180636.812000', '180636.814000', '180636.817000', '180636.820000', '180636.822000', '180636.825000', '180636.827000', '180636.830000', '180636.833000', '180636.835000', '180636.838000', '180636.840000', '180636.843000', '180636.846000', '180636.848000', '180636.851000', '180636.854000', '180636.856000', '180636.859000', '180636.861000', '180636.864000', '180636.867000', '180636.869000', '180636.872000', '180636.874000', '180636.877000', '180636.880000', '180636.883000', '180636.885000', '180636.888000', '180636.891000', '180636.893000', '180656.776000', '180656.779000', '180656.782000', '180656.785000', '180656.787000', '180656.790000', '180656.793000', '180656.795000', '180656.798000', '180656.800000', '180656.803000', '180656.806000', '180656.808000', '180656.811000', '180656.813000', '180656.816000', '180656.819000', '180656.821000', '180656.824000', '180656.826000', '180656.829000', '180656.832000', '180656.834000', '180656.837000', '180656.839000', '180656.842000', '180656.845000', '180656.848000', '180656.850000', '180656.853000', '180656.855000', '180656.858000', '180656.861000', '180656.863000', '180656.866000', '180656.869000', '180656.871000', '180656.874000', '180656.876000', '180656.879000', '180656.882000', '180656.884000', '180656.887000', '180656.889000', '180716.776000', '180716.779000', '180716.782000', '180716.784000', '180716.787000', '180716.790000', '180716.792000', '180716.795000', '180716.797000', '180716.800000', '180716.803000', '180716.805000', '180716.808000', '180716.810000', '180716.813000', '180716.816000', '180716.818000', '180716.821000', '180716.824000', '180716.826000', '180716.829000', '180716.831000', '180716.834000', '180716.837000', '180716.839000', '180716.842000', '180716.844000', '180716.847000', '180716.850000', '180716.852000', '180716.855000', '180716.858000', '180716.860000', '180716.863000', '180716.865000', '180716.868000', '180716.871000', '180716.873000', '180716.876000', '180716.878000', '180716.881000', '180716.884000', '180716.886000', '180736.776000', '180736.779000', '180736.782000', '180736.784000', '180736.787000', '180736.790000', '180736.793000', '180736.795000', '180736.798000', '180736.801000', '180736.803000', '180736.806000', '180736.809000', '180736.811000', '180736.814000', '180736.816000', '180736.819000', '180736.822000', '180736.824000', '180736.827000', '180736.830000', '180736.832000', '180736.835000', '180736.838000', '180736.840000', '180736.843000', '180736.845000', '180736.848000', '180736.851000', '180736.853000', '180736.856000', '180736.859000', '180736.861000', '180736.864000', '180736.866000', '180736.869000', '180736.872000', '180736.874000', '180736.877000', '180736.879000', '180736.882000', '180736.885000', '180736.887000', '180736.890000', '180756.777000', '180756.779000', '180756.782000', '180756.785000', '180756.787000', '180756.790000', '180756.793000', '180756.795000', '180756.798000', '180756.800000', '180756.803000', '180756.806000', '180756.821000', '180756.823000', '180756.826000', '180756.829000', '180756.831000', '180756.834000', '180756.837000', '180756.839000', '180756.842000', '180756.844000', '180756.847000', '180756.850000', '180756.852000', '180756.855000', '180756.858000', '180756.860000', '180756.863000', '180756.865000', '180756.868000', '180756.871000', '180756.873000', '180756.876000', '180756.879000', '180756.881000', '180756.884000', '180756.886000', '180756.889000', '180756.892000', '180756.894000', '180756.897000', '180756.900000', '180816.777000', '180816.780000', '180816.782000', '180816.785000', '180816.788000', '180816.790000', '180816.793000', '180816.796000', '180816.798000', '180816.801000', '180816.803000', '180816.806000', '180816.809000', '180816.811000', '180816.814000', '180816.817000', '180816.819000', '180816.822000', '180816.825000', '180816.827000', '180816.830000', '180816.832000', '180816.835000', '180816.838000', '180816.840000', '180816.843000', '180816.846000', '180816.848000', '180816.851000', '180816.854000', '180816.856000', '180816.859000', '180816.861000', '180816.864000', '180816.867000', '180816.869000', '180816.872000', '180816.874000', '180816.877000', '180816.880000', '180816.882000', '180816.885000', '180816.887000', '180816.890000', '180836.776000', '180836.779000', '180836.782000', '180836.784000', '180836.787000', '180836.790000', '180836.792000', '180836.795000', '180836.798000', '180836.800000', '180836.803000', '180836.805000', '180836.808000', '180836.811000', '180836.813000', '180836.816000', '180836.818000', '180836.821000', '180836.823000', '180836.826000', '180836.829000', '180836.831000', '180836.834000', '180836.837000', '180836.839000', '180836.842000', '180836.845000', '180836.847000', '180836.850000', '180836.853000', '180836.855000', '180836.858000', '180836.860000', '180836.863000', '180836.866000', '180836.868000', '180836.871000', '180836.873000', '180836.876000', '180836.879000', '180836.881000', '180836.884000', '180836.886000', '180856.776000', '180856.779000', '180856.782000', '180856.784000', '180856.787000', '180856.790000', '180856.792000', '180856.795000', '180856.798000', '180856.800000', '180856.803000', '180856.806000', '180856.808000', '180856.811000', '180856.814000', '180856.816000', '180856.819000', '180856.822000', '180856.825000', '180856.827000', '180856.830000', '180856.832000', '180856.835000', '180856.838000', '180856.840000', '180856.843000', '180856.846000', '180856.848000', '180856.851000', '180856.853000', '180856.856000', '180856.859000', '180856.861000', '180856.864000', '180856.866000', '180856.869000', '180856.872000', '180856.874000', '180856.877000', '180856.879000', '180856.882000', '180856.885000', '180856.887000', '180916.776000', '180916.779000', '180916.782000', '180916.785000', '180916.787000', '180916.790000', '180916.793000', '180916.795000', '180916.798000', '180916.801000', '180916.803000', '180916.806000', '180916.808000', '180916.811000', '180916.814000', '180916.816000', '180916.819000', '180916.821000', '180916.824000', '180916.826000', '180916.829000', '180916.832000', '180916.834000', '180916.837000', '180916.840000', '180916.842000', '180916.845000', '180916.847000', '180916.850000', '180916.853000', '180916.856000', '180916.858000', '180916.861000', '180916.863000', '180916.866000', '180916.868000', '180916.871000', '180916.874000', '180916.901000', '180916.904000', '180916.906000', '180916.909000', '180916.911000', '180916.914000', '180936.777000', '180936.780000', '180936.782000', '180936.785000', '180936.787000', '180936.790000', '180936.793000', '180936.795000', '180936.798000', '180936.801000', '180936.803000', '180936.806000', '180936.808000', '180936.811000', '180936.814000', '180936.817000', '180936.819000', '180936.822000', '180936.825000', '180936.827000', '180936.830000', '180936.832000', '180936.835000', '180936.838000', '180936.840000', '180936.843000', '180936.846000', '180936.848000', '180936.851000', '180936.853000', '180936.856000', '180936.859000', '180936.861000', '180936.864000', '180936.867000', '180936.870000', '180936.872000', '180936.875000', '180936.878000', '180936.880000', '180936.883000', '180936.885000', '180936.888000', '180936.891000', '180956.776000', '180956.779000', '180956.782000', '180956.784000', '180956.787000', '180956.790000', '180956.792000', '180956.795000', '180956.798000', '180956.800000', '180956.803000', '180956.805000', '180956.808000', '180956.810000', '180956.813000', '180956.816000', '180956.818000', '180956.821000', '180956.823000', '180956.826000', '180956.829000', '180956.831000', '180956.834000', '180956.837000', '180956.839000', '180956.842000', '180956.845000', '180956.847000', '180956.850000', '180956.853000', '180956.855000', '180956.858000', '180956.861000', '180956.863000', '180956.866000', '180956.869000', '180956.871000', '180956.874000', '180956.876000', '180956.879000', '180956.882000', '180956.884000', '180956.887000', '181016.777000', '181016.779000', '181016.782000', '181016.785000', '181016.787000', '181016.790000', '181016.793000', '181016.795000', '181016.798000', '181016.801000', '181016.803000', '181016.806000', '181016.809000', '181016.811000', '181016.814000', '181016.816000', '181016.819000', '181016.822000', '181016.824000', '181016.827000', '181016.830000', '181016.832000', '181016.835000', '181016.838000', '181016.841000', '181016.844000', '181016.846000', '181016.849000', '181016.852000', '181016.854000', '181016.857000', '181016.860000', '181016.862000', '181016.865000', '181016.868000', '181016.870000', '181016.873000', '181016.876000', '181016.878000', '181016.881000', '181016.884000', '181016.886000', '181016.889000', '181016.891000', '181036.776000', '181036.779000', '181036.782000', '181036.785000', '181036.787000', '181036.790000', '181036.793000', '181036.795000', '181036.798000', '181036.800000', '181036.803000', '181036.806000', '181036.808000', '181036.811000', '181036.813000', '181036.816000', '181036.819000', '181036.821000', '181036.824000', '181036.826000', '181036.829000', '181036.832000', '181036.834000', '181036.837000', '181036.840000', '181036.842000', '181036.845000', '181036.847000', '181036.850000', '181036.853000', '181036.856000', '181036.858000', '181036.861000', '181036.864000', '181036.866000', '181036.869000', '181036.871000', '181036.874000', '181036.877000', '181036.879000', '181036.882000', '181036.884000', '181036.887000', '181056.777000', '181056.780000', '181056.783000', '181056.785000', '181056.790000', '181056.793000', '181056.796000', '181056.798000', '181056.801000', '181056.803000', '181056.806000', '181056.809000', '181056.812000', '181056.816000', '181056.818000', '181056.821000', '181056.824000', '181056.827000', '181056.843000', '181056.846000', '181056.848000', '181056.851000', '181056.854000', '181056.856000', '181056.859000', '181056.861000', '181056.865000', '181056.868000', '181056.871000', '181056.873000', '181056.876000', '181056.879000', '181056.881000', '181056.884000', '181056.886000', '181056.893000', '181056.896000', '181056.899000', '181056.901000', '181056.904000', '181056.907000', '181056.909000', '181056.912000', '181116.776000', '181116.779000', '181116.782000', '181116.785000', '181116.787000', '181116.790000', '181116.792000', '181116.795000', '181116.798000', '181116.800000', '181116.803000', '181116.805000', '181116.808000', '181116.810000', '181116.818000', '181116.820000', '181116.823000', '181116.825000', '181116.828000', '181116.831000', '181116.833000', '181116.836000', '181116.839000', '181116.841000', '181116.844000', '181116.847000', '181116.849000', '181116.852000', '181116.854000', '181116.857000', '181116.859000', '181116.862000', '181116.865000', '181116.867000', '181116.870000', '181116.873000', '181116.875000', '181116.878000', '181116.880000', '181116.883000', '181116.886000', '181116.888000', '181116.891000', '181116.893000', '181136.777000', '181136.779000', '181136.782000', '181136.785000', '181136.787000', '181136.790000', '181136.793000', '181136.795000', '181136.798000', '181136.801000', '181136.803000', '181136.806000', '181136.808000', '181136.811000', '181136.814000', '181136.817000', '181136.820000', '181136.823000', '181136.827000', '181136.830000', '181136.832000', '181136.835000', '181136.838000', '181136.840000', '181136.843000', '181136.845000', '181136.848000', '181136.851000', '181136.853000', '181136.856000', '181136.859000', '181136.861000', '181136.864000', '181136.866000', '181136.869000', '181136.872000', '181136.874000', '181136.877000', '181136.880000', '181136.882000', '181136.885000', '181136.887000', '181136.890000', '181156.776000', '181156.780000', '181156.782000', '181156.785000', '181156.788000', '181156.790000', '181156.793000', '181156.795000', '181156.798000', '181156.801000', '181156.803000', '181156.806000', '181156.809000', '181156.811000', '181156.814000', '181156.816000', '181156.819000', '181156.822000', '181156.824000', '181156.827000', '181156.830000', '181156.832000', '181156.835000', '181156.837000', '181156.840000', '181156.843000', '181156.846000', '181156.848000', '181156.851000', '181156.853000', '181156.856000', '181156.859000', '181156.861000', '181156.864000', '181156.866000', '181156.869000', '181156.872000', '181156.874000', '181156.877000', '181156.880000', '181156.882000', '181156.885000', '181156.887000', '181156.890000', '181216.777000', '181216.779000', '181216.782000', '181216.785000', '181216.787000', '181216.790000', '181216.793000', '181216.795000', '181216.798000', '181216.801000', '181216.803000', '181216.806000', '181216.808000', '181216.811000', '181216.814000', '181216.816000', '181216.819000', '181216.824000', '181216.826000', '181216.829000', '181216.832000', '181216.834000', '181216.837000', '181216.840000', '181216.842000', '181216.847000', '181216.850000', '181216.852000', '181216.855000', '181216.870000', '181216.873000', '181216.875000', '181216.878000', '181216.880000', '181216.883000', '181216.886000', '181216.888000', '181216.891000', '181216.894000', '181216.896000', '181216.899000', '181216.902000', '181216.905000', '181236.776000', '181236.779000', '181236.782000', '181236.784000', '181236.787000', '181236.790000', '181236.792000', '181236.795000', '181236.798000', '181236.800000', '181236.803000', '181236.806000', '181236.808000', '181236.811000', '181236.814000', '181236.816000', '181236.819000', '181236.822000', '181236.824000', '181236.827000', '181236.829000', '181236.832000', '181236.835000', '181236.837000', '181236.840000', '181236.842000', '181236.845000', '181236.848000', '181236.850000', '181236.853000', '181236.855000', '181236.858000', '181236.861000', '181236.863000', '181236.866000', '181236.868000', '181236.871000', '181236.874000', '181236.876000', '181236.879000', '181236.882000', '181236.884000', '181236.887000', '181236.889000', '181256.777000', '181256.779000', '181256.782000', '181256.785000', '181256.788000', '181256.790000', '181256.793000', '181256.796000', '181256.798000', '181256.801000', '181256.804000', '181256.806000', '181256.809000', '181256.812000', '181256.814000', '181256.817000', '181256.820000', '181256.822000', '181256.825000', '181256.827000', '181256.830000', '181256.833000', '181256.835000', '181256.838000', '181256.841000', '181256.843000', '181256.846000', '181256.849000', '181256.851000', '181256.854000', '181256.857000', '181256.859000', '181256.862000', '181256.865000', '181256.867000', '181256.870000', '181256.873000', '181256.876000', '181256.879000', '181256.881000', '181256.884000', '181256.887000', '181256.889000', '181316.777000', '181316.780000', '181316.782000', '181316.785000', '181316.788000', '181316.791000', '181316.793000', '181316.796000', '181316.799000', '181316.801000', '181316.804000', '181316.806000', '181316.809000', '181316.812000', '181316.814000', '181316.817000', '181316.820000', '181316.822000', '181316.825000', '181316.827000', '181316.830000', '181316.833000', '181316.835000', '181316.838000', '181316.840000', '181316.843000', '181316.846000', '181316.848000', '181316.851000', '181316.854000', '181316.856000', '181316.859000', '181316.861000', '181316.864000', '181316.867000', '181316.869000', '181316.872000', '181316.875000', '181316.877000', '181316.880000', '181316.883000', '181316.885000', '181316.888000', '181316.891000', '181336.776000', '181336.780000', '181336.782000', '181336.785000', '181336.787000', '181336.790000', '181336.793000', '181336.795000', '181336.798000', '181336.801000', '181336.803000', '181336.806000', '181336.809000', '181336.811000', '181336.814000', '181336.816000', '181336.819000', '181336.822000', '181336.824000', '181336.827000', '181336.829000', '181336.832000', '181336.835000', '181336.837000', '181336.840000', '181336.843000', '181336.863000', '181336.865000', '181336.868000', '181336.870000', '181336.873000', '181336.876000', '181336.878000', '181336.881000', '181336.885000', '181336.889000', '181336.892000', '181336.894000', '181336.897000', '181336.900000', '181336.902000', '181336.905000', '181336.908000', '181356.777000', '181356.779000', '181356.782000', '181356.785000', '181356.788000', '181356.790000', '181356.793000', '181356.796000', '181356.798000', '181356.801000', '181356.803000', '181356.806000', '181356.809000', '181356.811000', '181356.814000', '181356.817000', '181356.819000', '181356.822000', '181356.824000', '181356.827000', '181356.830000', '181356.832000', '181356.835000', '181356.837000', '181356.840000', '181356.843000', '181356.845000', '181356.848000', '181356.851000', '181356.853000', '181356.856000', '181356.859000', '181356.861000', '181356.864000', '181356.866000', '181356.869000', '181356.872000', '181356.874000', '181356.877000', '181356.880000', '181356.882000', '181356.885000', '181356.888000', '181356.890000', '181416.777000', '181416.780000', '181416.782000', '181416.785000', '181416.788000', '181416.790000', '181416.793000', '181416.795000', '181416.798000', '181416.801000', '181416.804000', '181416.806000', '181416.809000', '181416.811000', '181416.814000', '181416.817000', '181416.819000', '181416.822000', '181416.825000', '181416.827000', '181416.830000', '181416.832000', '181416.835000', '181416.838000', '181416.840000', '181416.843000', '181416.846000', '181416.848000', '181416.851000', '181416.853000', '181416.856000', '181416.859000', '181416.861000', '181416.864000', '181416.866000', '181416.869000', '181416.872000', '181416.874000', '181416.877000', '181416.880000', '181416.883000', '181416.885000', '181416.890000', '181436.777000', '181436.780000', '181436.782000', '181436.785000', '181436.787000', '181436.790000', '181436.793000', '181436.795000', '181436.798000', '181436.801000', '181436.803000', '181436.806000', '181436.808000', '181436.811000', '181436.814000', '181436.816000', '181436.819000', '181436.822000', '181436.824000', '181436.827000', '181436.830000', '181436.832000', '181436.835000', '181436.837000', '181436.840000', '181436.843000', '181436.845000', '181436.848000', '181436.851000', '181436.853000', '181436.856000', '181436.859000', '181436.861000', '181436.864000', '181436.866000', '181436.869000', '181436.872000', '181436.874000', '181436.877000', '181436.880000', '181436.882000', '181436.885000', '181436.887000', '181436.890000', '181441.704000', '181441.707000', '181441.710000', '181441.712000', '181441.715000', '181441.718000', '181441.720000', '181441.723000', '181441.726000', '181441.728000', '181441.731000'], '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': [7871, 7321, 7573, 7550, 7367, 8108, 7041, 7589, 7836, 7266, 7864, 7027, 7708, 7534, 7457, 8036, 7431, 7872, 7339, 7940, 7838, 8639, 8119, 7703, 7773, 7941, 7478, 8096, 7600, 7939, 8070, 7652, 8028, 7538, 7912, 7917, 7575, 7881, 7461, 7820, 7921, 7488, 8046, 7895, 7857, 8328, 8990, 7982, 7916, 7851, 8003, 7606, 8088, 7494, 7965, 8012, 8919, 8029, 7576, 7860, 7509, 8716, 8075, 8555, 8087, 7543, 7853, 7687, 9124, 7876, 7487, 7939, 7968, 7580, 7772, 7319, 7833, 7294, 7787, 7845, 7412, 8007, 7109, 7937, 7915, 7593, 7877, 7318, 7852, 7993, 8588, 7930, 7788, 7904, 7271, 7793, 7621, 7774, 7995, 7482, 7867, 6989, 7975, 7966, 7569, 7872, 7092, 7954, 7885, 8575, 7728, 7239, 7942, 7997, 7732, 7674, 7065, 7891, 7887, 7658, 7930, 6988, 7882, 7746, 7889, 8184, 7419, 8021, 7795, 6692, 8118, 8059, 8806, 8020, 7478, 7796, 7693, 9575, 7776, 7269, 7729, 7811, 8916, 7968, 8347, 7739, 7604, 7556, 7831, 7743, 7845, 7349, 7495, 7832, 7254, 7660, 7048, 7684, 7931, 7370, 7987, 7228, 7755, 7752, 8173, 7920, 7670, 7562, 7759, 6954, 7711, 7821, 8156, 7826, 7064, 7926, 6955, 8237, 7647, 7028, 7794, 7862, 7454, 7664, 6766, 7566, 7798, 9771, 7911, 7513, 7884, 7815, 7356, 7749, 7075, 7848, 7974, 7618, 7765, 6833, 7828, 6644, 7941, 7815, 8794, 7810, 6889, 7854, 7182, 8186, 7714, 7706, 7900, 7107, 7847, 7725, 9028, 7815, 7358, 7809, 7872, 7457, 7643, 6764, 7813, 7950, 7271, 7935, 7300, 7792, 7662, 7866, 8031, 7742, 7804, 7865, 7202, 7868, 7825, 8761, 8100, 7417, 8113, 7964, 7840, 7714, 8085, 8066, 8022, 7528, 7924, 6819, 7897, 7539, 7760, 7891, 7248, 8015, 7605, 7848, 7834, 8487, 7875, 7948, 7591, 7959, 7085, 8058, 7284, 7833, 8274, 8836, 8121, 7537, 7931, 7915, 7980, 8052, 9600, 7829, 7659, 7751, 8202, 7035, 7953, 7286, 7736, 7378, 8495, 7846, 7222, 7906, 8175, 7451, 8145, 7127, 8202, 7507, 7647, 7613, 8679, 7822, 7822, 8080, 7236, 8022, 7469, 7871, 7461, 8318, 7864, 7026, 8050, 7645, 7880, 7794, 7706, 7968, 7399, 7864, 7281, 7918, 7893, 7960, 7965, 6948, 8221, 7625, 8070, 8024, 7845, 7857, 7242, 8179, 8105, 7930, 8020, 7314, 8069, 8152, 7601, 8009, 7341, 8118, 7377, 8672, 7369, 6955, 10929, 9231, 7863, 6388, 7853, 6446, 7683, 6802, 7918, 7533, 7969, 7707, 7871, 7888, 8040, 8623, 8886, 7954, 10811, 8026, 10592, 7940, 7864, 7371, 8019, 9500, 7482, 10437, 7625, 9879, 7656, 8485, 7515, 7389, 7047, 7935, 7062, 7837, 7856, 7789, 7988, 7139, 8000, 8040, 8083, 8178, 7534, 8304, 7718, 7998, 8005, 7823, 7561, 7991, 7709, 7686, 8292, 7647, 8231, 7075, 7499, 8280, 7682, 8076, 6634, 7988, 8235, 7865, 7306, 7951, 8092, 7709, 7761, 7955, 7391, 8286, 8462, 7715, 8096, 8343, 7231, 8219, 7946, 7957, 8098, 7562, 8239, 8085, 8052, 8444, 7653, 8325, 7790, 8047, 8312, 8301, 8274, 8144, 7731, 8247, 7669, 8435, 7987, 7891, 8315, 8231, 8250, 8712, 7802, 8284, 7724, 8272, 8528, 7907, 8589, 7906, 8398, 8368, 7820, 8420, 8496, 8014, 8445, 8206, 8149, 8665, 7550, 8344, 7624, 8380, 8379, 7856, 8432, 7998, 8612, 8047, 8286, 8475, 7917, 8757, 7967, 8345, 8457, 8024, 8483, 8452, 7976, 8304, 7722, 8380, 8653, 8404, 8202, 7835, 8296, 8333, 9337, 8339, 7958, 8184, 8380, 7927, 8419, 8151, 7708, 8311, 7896, 8285, 8293, 8642, 8357, 7995, 8273, 8397, 7545, 8323, 8138, 7743, 8195, 8043, 8282, 8324, 8121, 8242, 8354, 7903, 8500, 7756, 8251, 8369, 7491, 8499, 8132, 8102, 8204, 7954, 8232, 8340, 7507, 8340, 7932, 8726, 8310, 8101, 8054, 8327, 7513, 8258, 8446, 8691, 8484, 7940, 7980, 8120, 7560, 8125, 8524, 7965, 8150, 7796, 7997, 8236, 9927, 8235, 8303, 7540, 8093, 7788, 7808, 8339, 7523, 8226, 8125, 8637, 8111, 7732, 7702, 8220, 7430, 8273, 8195, 8520, 8286, 7751, 8078, 8392, 8155, 8270, 8282, 7660, 8196, 7750, 8131, 8236, 7225, 8161, 8125, 7812, 8080, 7680, 7909, 8283, 7310, 8280, 8281, 8617, 8140, 8229, 7779, 8107, 7611, 7890, 8106, 7663, 8113, 7947, 9708, 8217, 7578, 7949, 8218, 7788, 8027, 8199, 9238, 8067, 7964, 7723, 8154, 7533, 7913, 8187, 7486, 8127, 7796, 7803, 7807, 7828, 7699, 8129, 7856, 7852, 8286, 8055, 8269, 7765, 7689, 8137, 7665, 8321, 7845, 7918, 8189, 7615, 8250, 8108, 8268, 8129, 7901, 7764, 8344, 8769, 8142, 7655, 7669, 8255, 8308, 7808, 7964, 7698, 8100, 7571, 7856, 8273, 7301, 8058, 7758, 7796, 8338, 7854, 8128, 7875, 7805, 8406, 7107, 8124, 8287, 7341, 8356, 8188, 7797, 8186, 7518, 8035, 8242, 7506, 8113, 7516, 8173, 8307, 8104, 8190, 7477, 8220, 8015, 8099, 8334, 7498, 7871, 8069, 7955, 8305, 7655, 8297, 8156, 7753, 8246, 7236, 8538, 8118, 7828, 8467, 8043, 8100, 8248, 7910, 8273, 7947, 8165, 8236, 7577, 8193, 8491, 7535, 8239, 8071, 8205, 8422, 8404, 8318, 7873, 7926, 8243, 8525, 8316, 10646, 8930, 8437, 7489, 8404, 7984, 8101, 8263, 8351, 8081, 7955, 7870, 8309, 9047, 8162, 7668, 8031, 8299, 8105, 8429, 7944, 7959, 8269, 7879, 8402, 7885, 7903, 8353, 7278, 8194, 8012, 7758, 8181, 7882, 7956, 8341, 7940, 8313, 7929, 7949, 8167, 7216, 8134, 8084, 8173, 8110, 7936, 7931, 8047, 7396, 7993, 8295, 7697, 8315, 7733, 8048, 8139, 9014, 8046, 7760, 7897, 8250, 8981, 7977, 8248, 8790, 8194, 8494, 7763, 8318, 7777, 8258, 8107, 8725, 8091, 8001, 7954, 8210, 8359, 8023, 8110, 7510, 8493, 8244, 8089, 7782, 9244, 8279, 10335, 7940, 7939, 7739, 8258, 9883, 7850, 8141, 7626, 8102, 7686, 7991, 8386, 7247, 8289, 7906, 7651, 8273, 7677, 8126, 8325, 7566, 8227, 8271, 7778, 8157, 7529, 8115, 7751, 7501, 8310, 7547, 8340, 7904, 8178, 7881, 8046, 8269, 7500, 7991, 7370, 8063, 8049, 7638, 8064, 7620, 8155, 7927, 8027, 8230, 7858, 8196, 7822, 8211, 8124, 8052, 8212, 8403, 7698, 8115, 7745, 8194, 7983, 9138, 8140, 7789, 8305, 8284, 7753, 8103, 7526, 7662, 8239, 7482, 8076, 7706, 7845, 8241, 7561, 8076, 8120, 8290, 8035, 7710, 7745, 8303, 7862, 8069, 7985, 7740, 8190, 7425, 7892, 8251, 7684, 8247, 7373, 7672, 7925, 8854, 11597, 8267, 8312, 7412, 7949, 7120, 7964, 7173, 7957, 8020, 7881, 9613, 7741, 7862, 7270, 7968, 8048, 7443, 7812, 8473, 8357, 7957, 10815, 9063, 8300, 7618, 7472, 7764, 7074, 8027, 7413, 7446, 9624, 7041, 7506, 7298, 7838, 7401, 7420, 8469, 6526, 7670, 7994, 6905, 7916, 7256, 7537, 8201, 7349, 7661, 8105, 7464, 8205, 7897, 8111, 8155, 6985, 7942, 8321, 7557, 8286, 7756, 8090, 8605, 7421, 8260, 7848, 8138, 8404, 7797, 8151, 8219, 7710, 8330, 8081, 8023, 8292, 7530, 8193, 7790, 8082, 8484, 7969, 8310, 8474, 7737, 8354, 8248, 8226, 8486, 8001, 8165, 8149, 7737, 8538, 8630, 8134, 8400, 7508, 8338, 8019, 8005, 8355, 7522, 8212, 10141, 8069, 8471, 6964, 8149, 8031, 7585, 8463, 7620, 8012, 7998, 7395, 8044, 7165, 7813, 8196, 7323, 8160, 10384, 8591, 8220, 7016, 8365, 7829, 8119, 8211, 7533, 8232, 8653, 7767, 8041, 7051, 8015, 6768, 7670, 7578, 7716, 8098, 7914, 8137, 7787, 7976, 8176, 7188, 8185, 7721, 7777, 8396, 7061, 8135, 7519, 7859, 8095, 7756, 7866, 7841, 7669, 8129, 7540, 7859, 7989, 7313, 7884, 7921, 7676, 7993, 7042, 8172, 7785, 7435, 8022, 7240, 7847, 8016, 7440, 8174, 7811, 7707, 8241, 6935, 7993, 7809, 7768, 8081, 6778, 7895, 7864, 7239, 8133, 6945, 8037, 8105, 7583, 8114, 7894, 8136, 8356, 7185, 7925, 7927, 7424, 7979, 6943, 8200, 8305, 7224, 7915, 7885, 7373, 8067, 6917, 7873, 7761, 7448, 8118, 7586, 7782, 7932, 7501, 7849, 7689, 7391, 7898, 7153, 7716, 7849, 7636, 7970, 8753, 7381, 7967, 6957, 7549, 8038, 7720, 7898, 7140, 7976, 7841, 7760, 7979, 6943, 7832, 7814, 7361, 7962, 6724, 8014, 8035, 7018, 7958, 7666, 7598, 7950, 7621, 7933, 8235, 7703, 8063, 7130, 7905, 6934, 8012], 'WindowCenter': [3857.0, 3830.0, 3830.0, 3827.0, 3816.0, 3825.0, 3803.0, 3813.0, 3813.0, 3812.0, 3823.0, 3814.0, 3825.0, 3824.0, 3814.0, 3824.0, 3814.0, 3826.0, 3814.0, 3825.0, 3824.0, 3825.0, 3824.0, 3814.0, 3825.0, 3825.0, 3815.0, 3826.0, 3827.0, 3827.0, 3827.0, 3826.0, 3826.0, 3826.0, 3827.0, 3837.0, 3828.0, 3838.0, 3828.0, 3828.0, 3839.0, 3828.0, 3839.0, 3839.0, 3839.0, 3839.0, 3849.0, 3839.0, 3838.0, 3839.0, 3839.0, 3828.0, 3840.0, 3829.0, 3840.0, 3839.0, 3849.0, 3839.0, 3827.0, 3838.0, 3828.0, 3838.0, 3838.0, 3837.0, 3827.0, 3827.0, 3838.0, 3828.0, 3848.0, 3827.0, 3826.0, 3826.0, 3826.0, 3827.0, 3828.0, 3826.0, 3828.0, 3828.0, 3827.0, 3837.0, 3828.0, 3840.0, 3829.0, 3838.0, 3839.0, 3827.0, 3839.0, 3829.0, 3839.0, 3839.0, 3839.0, 3840.0, 3828.0, 3840.0, 3829.0, 3829.0, 3828.0, 3827.0, 3837.0, 3827.0, 3838.0, 3828.0, 3839.0, 3839.0, 3827.0, 3839.0, 3828.0, 3840.0, 3840.0, 3849.0, 3839.0, 3828.0, 3839.0, 3838.0, 3839.0, 3840.0, 3829.0, 3839.0, 3838.0, 3839.0, 3840.0, 3830.0, 3841.0, 3840.0, 3841.0, 3849.0, 3840.0, 3850.0, 3853.0, 3831.0, 3852.0, 3840.0, 3850.0, 3841.0, 3829.0, 3841.0, 3841.0, 3849.0, 3829.0, 3827.0, 3828.0, 3828.0, 3848.0, 3838.0, 3837.0, 3827.0, 3826.0, 3827.0, 3827.0, 3827.0, 3837.0, 3826.0, 3827.0, 3827.0, 3815.0, 3827.0, 3816.0, 3827.0, 3837.0, 3826.0, 3837.0, 3828.0, 3839.0, 3839.0, 3839.0, 3839.0, 3828.0, 3828.0, 3829.0, 3829.0, 3839.0, 3839.0, 3839.0, 3829.0, 3827.0, 3838.0, 3829.0, 3839.0, 3828.0, 3829.0, 3828.0, 3838.0, 3827.0, 3840.0, 3819.0, 3839.0, 3829.0, 3859.0, 3839.0, 3829.0, 3839.0, 3829.0, 3829.0, 3839.0, 3829.0, 3839.0, 3838.0, 3828.0, 3838.0, 3817.0, 3840.0, 3818.0, 3839.0, 3828.0, 3838.0, 3827.0, 3817.0, 3838.0, 3817.0, 3836.0, 3827.0, 3825.0, 3825.0, 3815.0, 3826.0, 3827.0, 3836.0, 3827.0, 3815.0, 3826.0, 3826.0, 3826.0, 3828.0, 3817.0, 3826.0, 3827.0, 3827.0, 3838.0, 3828.0, 3839.0, 3838.0, 3838.0, 3838.0, 3838.0, 3838.0, 3840.0, 3828.0, 3840.0, 3840.0, 3849.0, 3840.0, 3829.0, 3838.0, 3839.0, 3839.0, 3840.0, 3839.0, 3839.0, 3838.0, 3828.0, 3838.0, 3817.0, 3838.0, 3828.0, 3827.0, 3839.0, 3829.0, 3839.0, 3840.0, 3840.0, 3830.0, 3839.0, 3840.0, 3839.0, 3828.0, 3841.0, 3830.0, 3841.0, 3830.0, 3839.0, 3840.0, 3850.0, 3839.0, 3829.0, 3829.0, 3839.0, 3839.0, 3839.0, 3849.0, 3828.0, 3828.0, 3828.0, 3837.0, 3816.0, 3829.0, 3827.0, 3829.0, 3827.0, 3839.0, 3828.0, 3828.0, 3828.0, 3838.0, 3828.0, 3839.0, 3818.0, 3840.0, 3828.0, 3828.0, 3828.0, 3837.0, 3826.0, 3827.0, 3827.0, 3816.0, 3827.0, 3816.0, 3827.0, 3828.0, 3838.0, 3827.0, 3816.0, 3826.0, 3826.0, 3827.0, 3827.0, 3826.0, 3827.0, 3827.0, 3837.0, 3826.0, 3839.0, 3839.0, 3839.0, 3840.0, 3829.0, 3839.0, 3840.0, 3840.0, 3851.0, 3841.0, 3841.0, 3830.0, 3850.0, 3841.0, 3839.0, 3840.0, 3829.0, 3840.0, 3840.0, 3840.0, 3841.0, 3830.0, 3840.0, 3830.0, 3851.0, 3830.0, 3830.0, 3861.0, 3862.0, 3840.0, 3819.0, 3839.0, 3818.0, 3839.0, 3828.0, 3840.0, 3852.0, 3851.0, 3839.0, 3839.0, 3838.0, 3838.0, 3837.0, 3837.0, 3825.0, 3844.0, 3812.0, 3832.0, 3811.0, 3810.0, 3800.0, 3810.0, 3821.0, 3799.0, 3819.0, 3797.0, 3818.0, 3797.0, 3806.0, 3798.0, 3797.0, 3787.0, 3809.0, 3797.0, 3809.0, 3809.0, 3811.0, 3811.0, 3802.0, 3823.0, 3823.0, 3823.0, 3824.0, 3825.0, 3825.0, 3813.0, 3824.0, 3824.0, 3815.0, 3813.0, 3825.0, 3813.0, 3813.0, 3824.0, 3825.0, 3825.0, 3816.0, 3840.0, 3838.0, 3826.0, 3836.0, 3815.0, 3837.0, 3836.0, 3838.0, 3829.0, 3840.0, 3840.0, 3828.0, 3826.0, 3838.0, 3827.0, 3838.0, 3838.0, 3839.0, 3839.0, 3839.0, 3828.0, 3839.0, 3838.0, 3838.0, 3838.0, 3829.0, 3839.0, 3838.0, 3838.0, 3839.0, 3828.0, 3839.0, 3827.0, 3838.0, 3839.0, 3839.0, 3840.0, 3839.0, 3829.0, 3840.0, 3839.0, 3839.0, 3841.0, 3840.0, 3840.0, 3839.0, 3839.0, 3849.0, 3840.0, 3841.0, 3840.0, 3839.0, 3849.0, 3840.0, 3851.0, 3839.0, 3850.0, 3841.0, 3840.0, 3850.0, 3851.0, 3841.0, 3852.0, 3841.0, 3840.0, 3850.0, 3839.0, 3839.0, 3840.0, 3851.0, 3839.0, 3840.0, 3840.0, 3839.0, 3851.0, 3840.0, 3851.0, 3850.0, 3839.0, 3850.0, 3841.0, 3851.0, 3851.0, 3840.0, 3851.0, 3851.0, 3841.0, 3852.0, 3840.0, 3851.0, 3851.0, 3840.0, 3840.0, 3839.0, 3850.0, 3840.0, 3851.0, 3840.0, 3840.0, 3839.0, 3840.0, 3839.0, 3850.0, 3840.0, 3840.0, 3840.0, 3840.0, 3840.0, 3851.0, 3850.0, 3851.0, 3840.0, 3851.0, 3851.0, 3841.0, 3850.0, 3839.0, 3840.0, 3841.0, 3839.0, 3851.0, 3851.0, 3841.0, 3850.0, 3851.0, 3840.0, 3851.0, 3841.0, 3851.0, 3851.0, 3829.0, 3851.0, 3852.0, 3851.0, 3852.0, 3841.0, 3850.0, 3852.0, 3840.0, 3851.0, 3840.0, 3852.0, 3851.0, 3841.0, 3841.0, 3851.0, 3841.0, 3852.0, 3851.0, 3850.0, 3851.0, 3840.0, 3840.0, 3841.0, 3840.0, 3841.0, 3850.0, 3840.0, 3839.0, 3840.0, 3840.0, 3839.0, 3849.0, 3838.0, 3838.0, 3828.0, 3839.0, 3829.0, 3838.0, 3838.0, 3828.0, 3839.0, 3840.0, 3839.0, 3838.0, 3828.0, 3827.0, 3839.0, 3828.0, 3839.0, 3839.0, 3838.0, 3839.0, 3828.0, 3838.0, 3838.0, 3839.0, 3839.0, 3837.0, 3827.0, 3838.0, 3828.0, 3838.0, 3839.0, 3828.0, 3839.0, 3839.0, 3839.0, 3840.0, 3839.0, 3838.0, 3840.0, 3829.0, 3850.0, 3850.0, 3851.0, 3839.0, 3839.0, 3840.0, 3840.0, 3829.0, 3839.0, 3839.0, 3839.0, 3839.0, 3839.0, 3849.0, 3838.0, 3827.0, 3837.0, 3837.0, 3827.0, 3839.0, 3838.0, 3847.0, 3837.0, 3826.0, 3826.0, 3838.0, 3827.0, 3826.0, 3836.0, 3827.0, 3837.0, 3827.0, 3828.0, 3829.0, 3829.0, 3828.0, 3839.0, 3838.0, 3837.0, 3839.0, 3838.0, 3839.0, 3828.0, 3827.0, 3838.0, 3827.0, 3837.0, 3837.0, 3838.0, 3838.0, 3829.0, 3838.0, 3828.0, 3837.0, 3838.0, 3827.0, 3827.0, 3837.0, 3836.0, 3827.0, 3826.0, 3827.0, 3825.0, 3825.0, 3826.0, 3826.0, 3826.0, 3826.0, 3826.0, 3826.0, 3837.0, 3826.0, 3827.0, 3825.0, 3826.0, 3836.0, 3837.0, 3826.0, 3837.0, 3828.0, 3838.0, 3817.0, 3837.0, 3837.0, 3828.0, 3839.0, 3839.0, 3840.0, 3840.0, 3828.0, 3838.0, 3839.0, 3828.0, 3838.0, 3828.0, 3839.0, 3838.0, 3837.0, 3837.0, 3826.0, 3837.0, 3826.0, 3826.0, 3837.0, 3827.0, 3839.0, 3838.0, 3838.0, 3838.0, 3827.0, 3838.0, 3837.0, 3838.0, 3840.0, 3829.0, 3850.0, 3839.0, 3839.0, 3840.0, 3839.0, 3840.0, 3839.0, 3839.0, 3840.0, 3840.0, 3839.0, 3839.0, 3839.0, 3840.0, 3839.0, 3839.0, 3851.0, 3840.0, 3851.0, 3850.0, 3839.0, 3841.0, 3839.0, 3840.0, 3838.0, 3839.0, 3839.0, 3858.0, 3837.0, 3836.0, 3815.0, 3836.0, 3827.0, 3837.0, 3838.0, 3837.0, 3838.0, 3837.0, 3837.0, 3838.0, 3847.0, 3838.0, 3827.0, 3827.0, 3838.0, 3837.0, 3839.0, 3838.0, 3838.0, 3838.0, 3838.0, 3837.0, 3838.0, 3839.0, 3839.0, 3827.0, 3837.0, 3838.0, 3828.0, 3839.0, 3827.0, 3827.0, 3837.0, 3838.0, 3838.0, 3839.0, 3838.0, 3851.0, 3829.0, 3840.0, 3840.0, 3840.0, 3840.0, 3840.0, 3838.0, 3841.0, 3829.0, 3839.0, 3839.0, 3838.0, 3840.0, 3839.0, 3839.0, 3839.0, 3850.0, 3838.0, 3829.0, 3838.0, 3840.0, 3850.0, 3839.0, 3838.0, 3838.0, 3838.0, 3837.0, 3828.0, 3839.0, 3828.0, 3840.0, 3839.0, 3839.0, 3839.0, 3837.0, 3827.0, 3837.0, 3837.0, 3828.0, 3826.0, 3826.0, 3836.0, 3837.0, 3828.0, 3826.0, 3836.0, 3825.0, 3846.0, 3826.0, 3824.0, 3826.0, 3825.0, 3834.0, 3824.0, 3824.0, 3813.0, 3825.0, 3825.0, 3826.0, 3836.0, 3814.0, 3837.0, 3826.0, 3827.0, 3836.0, 3827.0, 3828.0, 3838.0, 3827.0, 3837.0, 3839.0, 3839.0, 3839.0, 3827.0, 3839.0, 3828.0, 3827.0, 3837.0, 3827.0, 3836.0, 3825.0, 3837.0, 3825.0, 3826.0, 3835.0, 3825.0, 3837.0, 3826.0, 3827.0, 3826.0, 3826.0, 3825.0, 3826.0, 3838.0, 3826.0, 3837.0, 3838.0, 3838.0, 3839.0, 3838.0, 3838.0, 3839.0, 3839.0, 3838.0, 3839.0, 3839.0, 3838.0, 3827.0, 3839.0, 3838.0, 3848.0, 3839.0, 3828.0, 3837.0, 3838.0, 3828.0, 3837.0, 3827.0, 3826.0, 3837.0, 3826.0, 3838.0, 3827.0, 3837.0, 3836.0, 3827.0, 3836.0, 3838.0, 3837.0, 3837.0, 3827.0, 3826.0, 3838.0, 3838.0, 3839.0, 3839.0, 3828.0, 3838.0, 3827.0, 3838.0, 3838.0, 3827.0, 3839.0, 3828.0, 3828.0, 3839.0, 3851.0, 3859.0, 3836.0, 3837.0, 3826.0, 3838.0, 3816.0, 3826.0, 3814.0, 3825.0, 3825.0, 3827.0, 3834.0, 3825.0, 3824.0, 3816.0, 3824.0, 3824.0, 3814.0, 3824.0, 3823.0, 3824.0, 3811.0, 3832.0, 3823.0, 3810.0, 3799.0, 3787.0, 3798.0, 3788.0, 3797.0, 3788.0, 3787.0, 3807.0, 3788.0, 3787.0, 3788.0, 3798.0, 3798.0, 3797.0, 3809.0, 3788.0, 3811.0, 3810.0, 3800.0, 3811.0, 3800.0, 3811.0, 3812.0, 3802.0, 3812.0, 3812.0, 3813.0, 3826.0, 3826.0, 3826.0, 3826.0, 3815.0, 3827.0, 3837.0, 3827.0, 3838.0, 3826.0, 3826.0, 3838.0, 3826.0, 3838.0, 3826.0, 3827.0, 3837.0, 3827.0, 3827.0, 3838.0, 3827.0, 3838.0, 3838.0, 3840.0, 3839.0, 3828.0, 3838.0, 3827.0, 3828.0, 3839.0, 3838.0, 3839.0, 3840.0, 3840.0, 3851.0, 3852.0, 3841.0, 3839.0, 3840.0, 3839.0, 3829.0, 3829.0, 3839.0, 3839.0, 3839.0, 3838.0, 3828.0, 3838.0, 3838.0, 3838.0, 3837.0, 3828.0, 3838.0, 3847.0, 3826.0, 3826.0, 3815.0, 3826.0, 3826.0, 3826.0, 3837.0, 3826.0, 3826.0, 3826.0, 3815.0, 3826.0, 3816.0, 3827.0, 3826.0, 3816.0, 3826.0, 3847.0, 3836.0, 3825.0, 3815.0, 3826.0, 3827.0, 3827.0, 3837.0, 3829.0, 3838.0, 3839.0, 3827.0, 3826.0, 3815.0, 3825.0, 3804.0, 3827.0, 3825.0, 3826.0, 3825.0, 3826.0, 3825.0, 3825.0, 3826.0, 3826.0, 3817.0, 3838.0, 3825.0, 3826.0, 3826.0, 3816.0, 3826.0, 3815.0, 3827.0, 3825.0, 3826.0, 3826.0, 3825.0, 3826.0, 3825.0, 3826.0, 3827.0, 3825.0, 3815.0, 3826.0, 3825.0, 3825.0, 3825.0, 3815.0, 3827.0, 3816.0, 3816.0, 3825.0, 3816.0, 3826.0, 3826.0, 3828.0, 3838.0, 3828.0, 3827.0, 3837.0, 3816.0, 3828.0, 3827.0, 3827.0, 3826.0, 3817.0, 3826.0, 3826.0, 3827.0, 3838.0, 3816.0, 3839.0, 3838.0, 3827.0, 3838.0, 3838.0, 3840.0, 3839.0, 3829.0, 3839.0, 3839.0, 3828.0, 3839.0, 3828.0, 3839.0, 3839.0, 3828.0, 3839.0, 3839.0, 3828.0, 3840.0, 3828.0, 3839.0, 3828.0, 3828.0, 3839.0, 3828.0, 3839.0, 3839.0, 3829.0, 3839.0, 3829.0, 3828.0, 3828.0, 3818.0, 3828.0, 3839.0, 3828.0, 3838.0, 3838.0, 3828.0, 3827.0, 3817.0, 3828.0, 3827.0, 3827.0, 3826.0, 3816.0, 3828.0, 3826.0, 3829.0, 3839.0, 3828.0, 3828.0, 3828.0, 3829.0, 3838.0, 3818.0, 3840.0, 3839.0, 3828.0, 3839.0, 3838.0, 3839.0, 3839.0, 3839.0, 3839.0, 3839.0, 3840.0, 3838.0, 3828.0, 3840.0, 3828.0, 3839.0], 'WindowWidth': [8657.0, 8608.0, 8603.0, 8593.0, 8574.0, 8584.0, 8554.0, 8567.0, 8565.0, 8565.0, 8580.0, 8567.0, 8585.0, 8581.0, 8569.0, 8583.0, 8568.0, 8587.0, 8569.0, 8584.0, 8582.0, 8584.0, 8581.0, 8569.0, 8585.0, 8585.0, 8571.0, 8588.0, 8591.0, 8591.0, 8590.0, 8589.0, 8590.0, 8588.0, 8591.0, 8607.0, 8596.0, 8608.0, 8593.0, 8594.0, 8610.0, 8595.0, 8609.0, 8609.0, 8612.0, 8612.0, 8624.0, 8610.0, 8607.0, 8609.0, 8611.0, 8595.0, 8613.0, 8599.0, 8612.0, 8610.0, 8623.0, 8609.0, 8592.0, 8609.0, 8595.0, 8608.0, 8607.0, 8605.0, 8591.0, 8591.0, 8607.0, 8595.0, 8621.0, 8592.0, 8588.0, 8589.0, 8589.0, 8591.0, 8595.0, 8591.0, 8595.0, 8594.0, 8592.0, 8606.0, 8595.0, 8614.0, 8599.0, 8610.0, 8611.0, 8594.0, 8612.0, 8600.0, 8612.0, 8611.0, 8611.0, 8613.0, 8595.0, 8613.0, 8598.0, 8597.0, 8593.0, 8592.0, 8605.0, 8592.0, 8609.0, 8596.0, 8611.0, 8610.0, 8593.0, 8612.0, 8596.0, 8614.0, 8615.0, 8624.0, 8610.0, 8595.0, 8610.0, 8610.0, 8611.0, 8614.0, 8599.0, 8612.0, 8609.0, 8611.0, 8616.0, 8602.0, 8617.0, 8614.0, 8617.0, 8626.0, 8615.0, 8629.0, 8636.0, 8605.0, 8633.0, 8617.0, 8628.0, 8616.0, 8599.0, 8618.0, 8617.0, 8625.0, 8599.0, 8593.0, 8595.0, 8594.0, 8622.0, 8608.0, 8605.0, 8590.0, 8588.0, 8591.0, 8592.0, 8591.0, 8605.0, 8587.0, 8590.0, 8591.0, 8573.0, 8592.0, 8576.0, 8592.0, 8604.0, 8589.0, 8605.0, 8593.0, 8611.0, 8610.0, 8609.0, 8611.0, 8595.0, 8595.0, 8597.0, 8597.0, 8612.0, 8610.0, 8611.0, 8598.0, 8593.0, 8608.0, 8597.0, 8610.0, 8596.0, 8596.0, 8595.0, 8609.0, 8594.0, 8615.0, 8585.0, 8611.0, 8596.0, 8637.0, 8611.0, 8596.0, 8610.0, 8598.0, 8598.0, 8612.0, 8598.0, 8610.0, 8609.0, 8595.0, 8609.0, 8580.0, 8613.0, 8582.0, 8610.0, 8594.0, 8606.0, 8591.0, 8578.0, 8609.0, 8578.0, 8603.0, 8590.0, 8586.0, 8587.0, 8572.0, 8588.0, 8589.0, 8601.0, 8589.0, 8572.0, 8589.0, 8590.0, 8589.0, 8593.0, 8577.0, 8589.0, 8591.0, 8590.0, 8605.0, 8594.0, 8612.0, 8610.0, 8610.0, 8609.0, 8609.0, 8609.0, 8614.0, 8597.0, 8616.0, 8613.0, 8625.0, 8614.0, 8597.0, 8608.0, 8610.0, 8612.0, 8613.0, 8610.0, 8610.0, 8608.0, 8593.0, 8607.0, 8580.0, 8609.0, 8595.0, 8594.0, 8611.0, 8596.0, 8610.0, 8613.0, 8613.0, 8599.0, 8611.0, 8612.0, 8609.0, 8595.0, 8615.0, 8599.0, 8615.0, 8601.0, 8612.0, 8613.0, 8626.0, 8611.0, 8595.0, 8595.0, 8609.0, 8610.0, 8610.0, 8622.0, 8595.0, 8592.0, 8592.0, 8605.0, 8576.0, 8595.0, 8592.0, 8596.0, 8593.0, 8608.0, 8595.0, 8593.0, 8593.0, 8606.0, 8594.0, 8610.0, 8581.0, 8611.0, 8594.0, 8594.0, 8593.0, 8604.0, 8586.0, 8588.0, 8589.0, 8574.0, 8590.0, 8575.0, 8591.0, 8593.0, 8606.0, 8591.0, 8574.0, 8589.0, 8588.0, 8592.0, 8592.0, 8590.0, 8590.0, 8591.0, 8605.0, 8591.0, 8609.0, 8611.0, 8612.0, 8613.0, 8599.0, 8612.0, 8615.0, 8615.0, 8631.0, 8617.0, 8618.0, 8600.0, 8626.0, 8615.0, 8611.0, 8615.0, 8599.0, 8613.0, 8613.0, 8614.0, 8616.0, 8600.0, 8614.0, 8601.0, 8629.0, 8600.0, 8601.0, 8641.0, 8648.0, 8614.0, 8585.0, 8610.0, 8580.0, 8611.0, 8597.0, 8615.0, 8637.0, 8633.0, 8613.0, 8611.0, 8607.0, 8607.0, 8604.0, 8601.0, 8584.0, 8608.0, 8562.0, 8587.0, 8559.0, 8556.0, 8542.0, 8553.0, 8570.0, 8538.0, 8564.0, 8532.0, 8559.0, 8532.0, 8542.0, 8535.0, 8531.0, 8519.0, 8551.0, 8534.0, 8554.0, 8554.0, 8560.0, 8560.0, 8549.0, 8580.0, 8579.0, 8579.0, 8581.0, 8584.0, 8585.0, 8567.0, 8583.0, 8581.0, 8571.0, 8565.0, 8585.0, 8566.0, 8567.0, 8581.0, 8584.0, 8585.0, 8576.0, 8618.0, 8609.0, 8588.0, 8604.0, 8573.0, 8606.0, 8602.0, 8608.0, 8598.0, 8614.0, 8614.0, 8593.0, 8590.0, 8607.0, 8593.0, 8609.0, 8607.0, 8610.0, 8611.0, 8610.0, 8596.0, 8610.0, 8607.0, 8607.0, 8606.0, 8596.0, 8609.0, 8608.0, 8606.0, 8609.0, 8594.0, 8609.0, 8592.0, 8607.0, 8609.0, 8609.0, 8612.0, 8610.0, 8596.0, 8613.0, 8610.0, 8612.0, 8616.0, 8614.0, 8613.0, 8611.0, 8611.0, 8625.0, 8613.0, 8616.0, 8613.0, 8611.0, 8624.0, 8612.0, 8629.0, 8613.0, 8627.0, 8615.0, 8615.0, 8626.0, 8629.0, 8616.0, 8631.0, 8616.0, 8613.0, 8626.0, 8611.0, 8612.0, 8614.0, 8630.0, 8611.0, 8614.0, 8614.0, 8612.0, 8631.0, 8614.0, 8631.0, 8627.0, 8613.0, 8629.0, 8616.0, 8629.0, 8630.0, 8616.0, 8631.0, 8632.0, 8618.0, 8633.0, 8616.0, 8630.0, 8628.0, 8615.0, 8613.0, 8612.0, 8629.0, 8614.0, 8629.0, 8614.0, 8613.0, 8612.0, 8614.0, 8612.0, 8628.0, 8615.0, 8614.0, 8615.0, 8614.0, 8614.0, 8629.0, 8627.0, 8629.0, 8615.0, 8628.0, 8630.0, 8616.0, 8629.0, 8612.0, 8614.0, 8616.0, 8613.0, 8630.0, 8630.0, 8617.0, 8628.0, 8630.0, 8615.0, 8631.0, 8617.0, 8631.0, 8630.0, 8600.0, 8631.0, 8632.0, 8633.0, 8634.0, 8618.0, 8629.0, 8633.0, 8617.0, 8633.0, 8615.0, 8635.0, 8630.0, 8618.0, 8616.0, 8632.0, 8617.0, 8632.0, 8630.0, 8628.0, 8630.0, 8615.0, 8615.0, 8618.0, 8616.0, 8616.0, 8627.0, 8613.0, 8612.0, 8614.0, 8613.0, 8611.0, 8624.0, 8608.0, 8608.0, 8595.0, 8612.0, 8596.0, 8610.0, 8610.0, 8596.0, 8611.0, 8612.0, 8610.0, 8609.0, 8594.0, 8592.0, 8609.0, 8596.0, 8612.0, 8609.0, 8609.0, 8609.0, 8594.0, 8607.0, 8608.0, 8610.0, 8609.0, 8606.0, 8592.0, 8608.0, 8594.0, 8609.0, 8609.0, 8596.0, 8610.0, 8611.0, 8612.0, 8613.0, 8612.0, 8610.0, 8614.0, 8599.0, 8628.0, 8627.0, 8630.0, 8611.0, 8610.0, 8613.0, 8615.0, 8598.0, 8612.0, 8612.0, 8612.0, 8612.0, 8611.0, 8623.0, 8608.0, 8592.0, 8605.0, 8606.0, 8593.0, 8609.0, 8608.0, 8619.0, 8605.0, 8589.0, 8590.0, 8607.0, 8591.0, 8588.0, 8601.0, 8590.0, 8605.0, 8592.0, 8595.0, 8597.0, 8596.0, 8595.0, 8609.0, 8608.0, 8605.0, 8610.0, 8607.0, 8610.0, 8593.0, 8590.0, 8608.0, 8593.0, 8606.0, 8605.0, 8609.0, 8608.0, 8596.0, 8607.0, 8593.0, 8606.0, 8608.0, 8591.0, 8589.0, 8602.0, 8602.0, 8591.0, 8588.0, 8589.0, 8586.0, 8585.0, 8588.0, 8588.0, 8589.0, 8588.0, 8587.0, 8587.0, 8602.0, 8588.0, 8590.0, 8585.0, 8589.0, 8602.0, 8604.0, 8589.0, 8605.0, 8594.0, 8608.0, 8580.0, 8606.0, 8605.0, 8595.0, 8609.0, 8612.0, 8613.0, 8613.0, 8595.0, 8609.0, 8610.0, 8594.0, 8609.0, 8595.0, 8610.0, 8607.0, 8605.0, 8605.0, 8589.0, 8605.0, 8589.0, 8589.0, 8604.0, 8590.0, 8612.0, 8611.0, 8609.0, 8608.0, 8591.0, 8607.0, 8605.0, 8608.0, 8612.0, 8597.0, 8627.0, 8611.0, 8611.0, 8614.0, 8611.0, 8612.0, 8611.0, 8611.0, 8614.0, 8613.0, 8610.0, 8612.0, 8612.0, 8613.0, 8611.0, 8611.0, 8629.0, 8614.0, 8629.0, 8628.0, 8612.0, 8615.0, 8612.0, 8612.0, 8608.0, 8612.0, 8610.0, 8633.0, 8605.0, 8601.0, 8572.0, 8602.0, 8590.0, 8605.0, 8608.0, 8604.0, 8608.0, 8604.0, 8605.0, 8607.0, 8618.0, 8605.0, 8590.0, 8590.0, 8606.0, 8605.0, 8613.0, 8608.0, 8607.0, 8607.0, 8606.0, 8606.0, 8610.0, 8611.0, 8610.0, 8592.0, 8606.0, 8607.0, 8595.0, 8609.0, 8591.0, 8591.0, 8604.0, 8606.0, 8608.0, 8610.0, 8609.0, 8630.0, 8600.0, 8615.0, 8614.0, 8614.0, 8613.0, 8613.0, 8611.0, 8616.0, 8598.0, 8613.0, 8611.0, 8610.0, 8614.0, 8612.0, 8612.0, 8611.0, 8625.0, 8609.0, 8597.0, 8608.0, 8613.0, 8627.0, 8611.0, 8607.0, 8607.0, 8605.0, 8605.0, 8594.0, 8611.0, 8594.0, 8612.0, 8610.0, 8612.0, 8608.0, 8604.0, 8592.0, 8605.0, 8605.0, 8593.0, 8588.0, 8588.0, 8602.0, 8604.0, 8593.0, 8587.0, 8600.0, 8585.0, 8613.0, 8587.0, 8582.0, 8586.0, 8585.0, 8596.0, 8582.0, 8581.0, 8566.0, 8585.0, 8586.0, 8588.0, 8600.0, 8571.0, 8604.0, 8587.0, 8591.0, 8603.0, 8591.0, 8593.0, 8607.0, 8591.0, 8605.0, 8610.0, 8610.0, 8611.0, 8594.0, 8610.0, 8593.0, 8590.0, 8604.0, 8589.0, 8601.0, 8585.0, 8602.0, 8586.0, 8588.0, 8600.0, 8586.0, 8604.0, 8589.0, 8592.0, 8588.0, 8588.0, 8587.0, 8589.0, 8607.0, 8588.0, 8605.0, 8607.0, 8607.0, 8610.0, 8609.0, 8608.0, 8609.0, 8610.0, 8607.0, 8610.0, 8610.0, 8610.0, 8593.0, 8612.0, 8608.0, 8622.0, 8609.0, 8595.0, 8606.0, 8608.0, 8595.0, 8606.0, 8591.0, 8589.0, 8605.0, 8587.0, 8608.0, 8592.0, 8605.0, 8603.0, 8591.0, 8603.0, 8606.0, 8605.0, 8606.0, 8592.0, 8590.0, 8608.0, 8608.0, 8610.0, 8611.0, 8596.0, 8609.0, 8593.0, 8606.0, 8606.0, 8591.0, 8612.0, 8596.0, 8596.0, 8608.0, 8629.0, 8637.0, 8603.0, 8605.0, 8588.0, 8606.0, 8574.0, 8589.0, 8570.0, 8587.0, 8585.0, 8590.0, 8595.0, 8586.0, 8582.0, 8574.0, 8583.0, 8582.0, 8568.0, 8583.0, 8578.0, 8578.0, 8558.0, 8588.0, 8574.0, 8553.0, 8537.0, 8518.0, 8533.0, 8521.0, 8531.0, 8519.0, 8517.0, 8544.0, 8520.0, 8519.0, 8520.0, 8533.0, 8533.0, 8533.0, 8551.0, 8522.0, 8557.0, 8554.0, 8543.0, 8557.0, 8542.0, 8559.0, 8559.0, 8547.0, 8561.0, 8561.0, 8564.0, 8586.0, 8585.0, 8587.0, 8587.0, 8571.0, 8591.0, 8602.0, 8591.0, 8607.0, 8588.0, 8588.0, 8607.0, 8588.0, 8605.0, 8587.0, 8590.0, 8603.0, 8590.0, 8590.0, 8606.0, 8591.0, 8608.0, 8607.0, 8611.0, 8609.0, 8594.0, 8608.0, 8591.0, 8591.0, 8609.0, 8608.0, 8611.0, 8614.0, 8613.0, 8630.0, 8631.0, 8615.0, 8610.0, 8610.0, 8609.0, 8595.0, 8595.0, 8609.0, 8609.0, 8609.0, 8605.0, 8592.0, 8607.0, 8606.0, 8607.0, 8603.0, 8593.0, 8605.0, 8616.0, 8587.0, 8586.0, 8570.0, 8587.0, 8588.0, 8587.0, 8603.0, 8589.0, 8588.0, 8586.0, 8571.0, 8586.0, 8573.0, 8589.0, 8587.0, 8573.0, 8585.0, 8615.0, 8599.0, 8584.0, 8570.0, 8587.0, 8589.0, 8590.0, 8604.0, 8594.0, 8606.0, 8607.0, 8590.0, 8586.0, 8569.0, 8584.0, 8554.0, 8588.0, 8584.0, 8587.0, 8585.0, 8587.0, 8585.0, 8585.0, 8586.0, 8586.0, 8578.0, 8606.0, 8586.0, 8588.0, 8586.0, 8573.0, 8587.0, 8573.0, 8590.0, 8584.0, 8587.0, 8586.0, 8583.0, 8587.0, 8584.0, 8586.0, 8590.0, 8585.0, 8570.0, 8585.0, 8582.0, 8584.0, 8583.0, 8572.0, 8588.0, 8572.0, 8572.0, 8584.0, 8572.0, 8588.0, 8589.0, 8594.0, 8607.0, 8592.0, 8590.0, 8603.0, 8574.0, 8592.0, 8591.0, 8590.0, 8588.0, 8576.0, 8589.0, 8588.0, 8590.0, 8607.0, 8577.0, 8608.0, 8607.0, 8593.0, 8609.0, 8608.0, 8613.0, 8612.0, 8597.0, 8610.0, 8610.0, 8594.0, 8608.0, 8595.0, 8611.0, 8610.0, 8595.0, 8610.0, 8609.0, 8595.0, 8611.0, 8596.0, 8611.0, 8595.0, 8595.0, 8609.0, 8594.0, 8611.0, 8611.0, 8598.0, 8611.0, 8596.0, 8594.0, 8592.0, 8580.0, 8593.0, 8609.0, 8593.0, 8606.0, 8605.0, 8592.0, 8590.0, 8578.0, 8591.0, 8590.0, 8590.0, 8588.0, 8573.0, 8592.0, 8590.0, 8597.0, 8610.0, 8595.0, 8595.0, 8593.0, 8595.0, 8608.0, 8580.0, 8613.0, 8609.0, 8595.0, 8611.0, 8609.0, 8611.0, 8611.0, 8610.0, 8609.0, 8610.0, 8612.0, 8608.0, 8594.0, 8613.0, 8596.0, 8611.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.0014050454921422663</td></tr>
<tr><td colspan=3>aqi</td><td>0.018395065260545906</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.630603124023185</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1723706887748355</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0206627732864244</td></tr>
<tr><td colspan=3>efc</td><td>0.4446</td></tr>
<tr><td colspan=3>fber</td><td>7628.4478</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05022761477553979</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7444168734491315</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.530304117319942</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.45450221420738</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.803091660441814</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3333184773106312</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127281</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015451479703187943</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02106310985982418</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1209</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.584706910463858</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>32.4607</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.0101</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.0633</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308248.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>666.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.4794</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7201</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>482.159</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3054.4086</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68296.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>776.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4033.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.8023</td></tr>
<tr><td colspan=3>tsnr</td><td>45.59352784254588</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>