<?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-0043_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-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043/ses-01/func/sub-0043_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>691209d65e33ed897e5b224fedf79a56</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:37:49.115000</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_VE11C_LATEST_20160120</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.984272, 0.174706, 0.0262094, -0.175503, 0.983959, 0.0319906]</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.0894276</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7769, -7282, 604, -147, -322, -30, 97]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.381</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3e938ca8-a31c-49d8-9d14-ebde40136932||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6407289505004883, -0.4708611071109772, 0.05454012006521225, 124.70523834228516], [-0.4687245190143585, 2.639890193939209, 0.0974356010556221, -81.6279296875], [0.07031798362731934, -0.08582840859889984, 2.697690010070801, -75.99595642089844], [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': ['183749.115000', '183749.575000', '183750.035000', '183750.495000', '183750.955000', '183751.415000', '183751.875000', '183752.335000', '183752.795000', '183753.255000', '183753.715000', '183754.175000', '183754.635000', '183755.095000', '183755.555000', '183756.015000', '183756.475000', '183756.935000', '183757.395000', '183757.855000', '183758.315000', '183758.775000', '183759.235000', '183759.695000', '183800.155000', '183800.615000', '183801.075000', '183801.535000', '183801.995000', '183802.455000', '183802.915000', '183803.375000', '183803.835000', '183804.295000', '183804.755000', '183805.215000', '183805.675000', '183806.135000', '183806.595000', '183807.055000', '183807.515000', '183807.975000', '183808.435000', '183808.895000', '183809.355000', '183809.815000', '183810.275000', '183810.735000', '183811.195000', '183811.655000', '183812.115000', '183812.575000', '183813.035000', '183813.495000', '183813.955000', '183814.415000', '183814.875000', '183815.335000', '183815.795000', '183816.255000', '183816.715000', '183817.175000', '183817.635000', '183818.095000', '183818.555000', '183819.015000', '183819.475000', '183819.935000', '183820.395000', '183820.855000', '183821.315000', '183821.775000', '183822.235000', '183822.695000', '183823.155000', '183823.615000', '183824.075000', '183824.535000', '183824.995000', '183825.455000', '183825.915000', '183826.375000', '183826.835000', '183827.295000', '183827.755000', '183828.215000', '183828.675000', '183829.135000', '183829.595000', '183830.055000', '183830.515000', '183830.975000', '183831.435000', '183831.895000', '183832.355000', '183832.815000', '183833.275000', '183833.735000', '183834.195000', '183834.655000', '183835.115000', '183835.575000', '183836.035000', '183836.495000', '183836.955000', '183837.415000', '183837.875000', '183838.335000', '183838.795000', '183839.255000', '183839.715000', '183840.175000', '183840.635000', '183841.095000', '183841.555000', '183842.015000', '183842.475000', '183842.935000', '183843.395000', '183843.855000', '183844.315000', '183844.775000', '183845.235000', '183845.695000', '183846.155000', '183846.615000', '183847.075000', '183847.535000', '183847.995000', '183848.455000', '183848.915000', '183849.375000', '183849.835000', '183850.295000', '183850.755000', '183851.215000', '183851.675000', '183852.135000', '183852.595000', '183853.055000', '183853.515000', '183853.975000', '183854.435000', '183854.895000', '183855.355000', '183855.815000', '183856.275000', '183856.735000', '183857.195000', '183857.655000', '183858.115000', '183858.575000', '183859.035000', '183859.495000', '183859.955000', '183900.415000', '183900.875000', '183901.335000', '183901.795000', '183902.255000', '183902.715000', '183903.175000', '183903.635000', '183904.095000', '183904.555000', '183905.015000', '183905.475000', '183905.935000', '183906.395000', '183906.855000', '183907.315000', '183907.775000', '183908.235000', '183908.695000', '183909.155000', '183909.615000', '183910.075000', '183910.535000', '183910.995000', '183911.455000', '183911.915000', '183912.375000', '183912.835000', '183913.295000', '183913.755000', '183914.215000', '183914.675000', '183915.135000', '183915.595000', '183916.055000', '183916.515000', '183916.975000', '183917.435000', '183917.895000', '183918.355000', '183918.815000', '183919.275000', '183919.735000', '183920.195000', '183920.655000', '183921.115000', '183921.575000', '183922.035000', '183922.495000', '183922.955000', '183923.415000', '183923.875000', '183924.335000', '183924.795000', '183925.255000', '183925.715000', '183926.175000', '183926.635000', '183927.095000', '183927.555000', '183928.015000', '183928.475000', '183928.935000', '183929.395000', '183929.855000', '183930.315000', '183930.775000', '183931.235000', '183931.695000', '183932.155000', '183932.615000', '183933.075000', '183933.535000', '183933.995000', '183934.455000', '183934.915000', '183935.375000', '183935.835000', '183936.295000', '183936.755000', '183937.215000', '183937.675000', '183938.135000', '183938.595000', '183939.055000', '183939.515000', '183939.975000', '183940.435000', '183940.895000', '183941.355000', '183941.815000', '183942.275000', '183942.735000', '183943.195000', '183943.655000', '183944.115000', '183944.575000', '183945.035000', '183945.495000', '183945.955000', '183946.415000', '183946.875000', '183947.335000', '183947.795000', '183948.255000', '183948.715000', '183949.175000', '183949.635000', '183950.095000', '183950.555000', '183951.015000', '183951.475000', '183951.935000', '183952.395000', '183952.855000', '183953.315000', '183953.775000', '183954.235000', '183954.695000', '183955.155000', '183955.615000', '183956.075000', '183956.535000', '183956.995000', '183957.455000', '183957.915000', '183958.375000', '183958.835000', '183959.295000', '183959.755000', '184000.215000', '184000.675000', '184001.135000', '184001.595000', '184002.055000', '184002.515000', '184002.975000', '184003.435000', '184003.895000', '184004.355000', '184004.815000', '184005.275000', '184005.735000', '184006.195000', '184006.655000', '184007.115000', '184007.575000', '184008.035000', '184008.495000', '184008.955000', '184009.415000', '184009.875000', '184010.335000', '184010.795000', '184011.255000', '184011.715000', '184012.175000', '184012.635000', '184013.095000', '184013.555000', '184014.015000', '184014.475000', '184014.935000', '184015.395000', '184015.855000', '184016.315000', '184016.775000', '184017.235000', '184017.695000', '184018.155000', '184018.615000', '184019.075000', '184019.535000', '184019.995000', '184020.455000', '184020.915000', '184021.375000', '184021.835000', '184022.295000', '184022.755000', '184023.215000', '184023.675000', '184024.135000', '184024.595000', '184025.055000', '184025.515000', '184025.975000', '184026.435000', '184026.895000', '184027.355000', '184027.815000', '184028.275000', '184028.735000', '184029.195000', '184029.655000', '184030.115000', '184030.575000', '184031.035000', '184031.495000', '184031.955000', '184032.415000', '184032.875000', '184033.335000', '184033.795000', '184034.255000', '184034.715000', '184035.175000', '184035.635000', '184036.095000', '184036.555000', '184037.015000', '184037.475000', '184037.935000', '184038.395000', '184038.855000', '184039.315000', '184039.775000', '184040.235000', '184040.695000', '184041.155000', '184041.615000', '184042.075000', '184042.535000', '184042.995000', '184043.455000', '184043.915000', '184044.375000', '184044.835000', '184045.295000', '184045.755000', '184046.215000', '184046.675000', '184047.135000', '184047.595000', '184048.055000', '184048.515000', '184048.975000', '184049.435000', '184049.895000', '184050.355000', '184050.815000', '184051.275000', '184051.735000', '184052.195000', '184052.655000', '184053.115000', '184053.575000', '184054.035000', '184054.495000', '184054.955000', '184055.415000', '184055.875000', '184056.335000', '184056.795000', '184057.255000', '184057.715000', '184058.175000', '184058.635000', '184059.095000', '184059.555000', '184100.015000', '184100.475000', '184100.935000', '184101.395000', '184101.855000', '184102.315000', '184102.775000', '184103.235000', '184103.695000', '184104.155000', '184104.615000', '184105.075000', '184105.535000', '184105.995000', '184106.455000', '184106.915000', '184107.375000', '184107.835000', '184108.295000', '184108.755000', '184109.215000', '184109.675000', '184110.135000', '184110.595000', '184111.055000', '184111.515000', '184111.975000', '184112.435000', '184112.895000', '184113.355000', '184113.815000', '184114.275000', '184114.735000', '184115.195000', '184115.655000', '184116.115000', '184116.575000', '184117.035000', '184117.495000', '184117.955000', '184118.415000', '184118.875000', '184119.335000', '184119.795000', '184120.255000', '184120.715000', '184121.175000', '184121.635000', '184122.095000', '184122.555000', '184123.015000', '184123.475000', '184123.935000', '184124.395000', '184124.855000', '184125.315000', '184125.775000', '184126.235000', '184126.695000', '184127.155000', '184127.615000', '184128.075000', '184128.535000', '184128.995000', '184129.455000', '184129.915000', '184130.375000', '184130.835000', '184131.295000', '184131.755000', '184132.215000', '184132.675000', '184133.135000', '184133.595000', '184134.055000', '184134.515000', '184134.975000', '184135.435000', '184135.895000', '184136.355000', '184136.815000', '184137.275000', '184137.735000', '184138.195000', '184138.655000', '184139.115000', '184139.575000', '184140.035000', '184140.495000', '184140.955000', '184141.415000', '184141.875000', '184142.335000', '184142.795000', '184143.255000', '184143.715000', '184144.175000', '184144.635000', '184145.095000', '184145.555000', '184146.015000', '184146.475000', '184146.935000', '184147.395000', '184147.855000', '184148.315000', '184148.775000', '184149.235000', '184149.695000', '184150.155000', '184150.615000', '184151.075000', '184151.535000', '184151.995000', '184152.455000', '184152.915000', '184153.375000', '184153.835000', '184154.295000', '184154.755000', '184155.215000', '184155.675000', '184156.135000', '184156.595000', '184157.055000', '184157.515000', '184157.975000', '184158.435000', '184158.895000', '184159.355000', '184159.815000', '184200.275000', '184200.735000', '184201.195000', '184201.655000', '184202.115000', '184202.575000', '184203.035000', '184203.495000', '184203.955000', '184204.415000', '184204.875000', '184205.335000', '184205.795000', '184206.255000', '184206.715000', '184207.175000', '184207.635000', '184208.095000', '184208.555000', '184209.015000', '184209.475000', '184209.935000', '184210.395000', '184210.855000', '184211.315000', '184211.775000', '184212.235000', '184212.695000', '184213.155000', '184213.615000', '184214.075000', '184214.535000', '184214.995000', '184215.455000', '184215.915000', '184216.375000', '184216.835000', '184217.295000', '184217.755000', '184218.215000', '184218.675000', '184219.135000', '184219.595000', '184220.055000', '184220.515000', '184220.975000', '184221.435000', '184221.895000', '184222.355000', '184222.815000', '184223.275000', '184223.735000', '184224.195000', '184224.655000', '184225.115000', '184225.575000', '184226.035000', '184226.495000', '184226.955000', '184227.415000', '184227.875000', '184228.335000', '184228.795000', '184229.255000', '184229.715000', '184230.175000', '184230.635000', '184231.095000', '184231.555000', '184232.015000', '184232.475000', '184232.935000', '184233.395000', '184233.855000', '184234.315000', '184234.775000', '184235.235000', '184235.695000', '184236.155000', '184236.615000', '184237.075000', '184237.535000', '184237.995000', '184238.455000', '184238.915000', '184239.375000', '184239.835000', '184240.295000', '184240.755000', '184241.215000', '184241.675000', '184242.135000', '184242.595000', '184243.055000', '184243.515000', '184243.975000', '184244.435000', '184244.895000', '184245.355000', '184245.815000', '184246.275000', '184246.735000', '184247.195000', '184247.655000', '184248.115000', '184248.575000', '184249.035000', '184249.495000', '184249.955000', '184250.415000', '184250.875000', '184251.335000', '184251.795000', '184252.255000', '184252.715000', '184253.175000', '184253.635000', '184254.095000', '184254.555000', '184255.015000', '184255.475000', '184255.935000', '184256.395000', '184256.855000', '184257.315000', '184257.775000', '184258.235000', '184258.695000', '184259.155000', '184259.615000', '184300.075000', '184300.535000', '184300.995000', '184301.455000', '184301.915000', '184302.375000', '184302.835000', '184303.295000', '184303.755000', '184304.215000', '184304.675000', '184305.135000', '184305.595000', '184306.055000', '184306.515000', '184306.975000', '184307.435000', '184307.895000', '184308.355000', '184308.815000', '184309.275000', '184309.735000', '184310.195000', '184310.655000', '184311.115000', '184311.575000', '184312.035000', '184312.495000', '184312.955000', '184313.415000', '184313.875000', '184314.335000', '184314.795000', '184315.255000', '184315.715000', '184316.175000', '184316.635000', '184317.095000', '184317.555000', '184318.015000', '184318.475000', '184318.935000', '184319.395000', '184319.855000', '184320.315000', '184320.775000', '184321.235000', '184321.695000', '184322.155000', '184322.615000', '184323.075000', '184323.535000', '184323.995000', '184324.455000', '184324.915000', '184325.375000', '184325.835000', '184326.295000', '184326.755000', '184327.215000', '184327.675000', '184328.135000', '184328.595000', '184329.055000', '184329.515000', '184329.975000', '184330.435000', '184330.895000', '184331.355000', '184331.815000', '184332.275000', '184332.735000', '184333.195000', '184333.655000', '184334.115000', '184334.575000', '184335.035000', '184335.495000', '184335.955000', '184336.415000', '184336.875000', '184337.335000', '184337.795000', '184338.255000', '184338.715000', '184339.175000', '184339.635000', '184340.095000', '184340.555000', '184341.015000', '184341.475000', '184341.935000', '184342.395000', '184342.855000', '184343.315000', '184343.775000', '184344.235000', '184344.695000', '184345.155000', '184345.615000', '184346.075000', '184346.535000', '184346.995000', '184347.455000', '184347.915000', '184348.375000', '184348.835000', '184349.295000', '184349.755000', '184350.215000', '184350.675000', '184351.135000', '184351.595000', '184352.055000', '184352.515000', '184352.975000', '184353.435000', '184353.895000', '184354.355000', '184354.815000', '184355.275000', '184355.735000', '184356.195000', '184356.655000', '184357.115000', '184357.575000', '184358.035000', '184358.495000', '184358.955000', '184359.415000', '184359.875000', '184400.335000', '184400.795000', '184401.255000', '184401.715000', '184402.175000', '184402.635000', '184403.095000', '184403.555000', '184404.015000', '184404.475000', '184404.935000', '184405.395000', '184405.855000', '184406.315000', '184406.775000', '184407.235000', '184407.695000', '184408.155000', '184408.615000', '184409.075000', '184409.535000', '184409.995000', '184410.455000', '184410.915000', '184411.375000', '184411.835000', '184412.295000', '184412.755000', '184413.215000', '184413.675000', '184414.135000', '184414.595000', '184415.055000', '184415.515000', '184415.975000', '184416.435000', '184416.895000', '184417.355000', '184417.815000', '184418.275000', '184418.735000', '184419.195000', '184419.655000', '184420.115000', '184420.575000', '184421.035000', '184421.495000', '184421.955000', '184422.415000', '184422.875000', '184423.335000', '184423.795000', '184424.255000', '184424.715000', '184425.175000', '184425.635000', '184426.095000', '184426.555000', '184427.015000', '184427.475000', '184427.935000', '184428.395000', '184428.855000', '184429.315000', '184429.775000', '184430.235000', '184430.695000', '184431.155000', '184431.615000', '184432.075000', '184432.535000', '184432.995000', '184433.455000', '184433.915000', '184434.375000', '184434.835000', '184435.295000', '184435.755000', '184436.215000', '184436.675000', '184437.135000', '184437.595000', '184438.055000', '184438.515000', '184438.975000', '184439.435000', '184439.895000', '184440.355000', '184440.815000', '184441.275000', '184441.735000', '184442.195000', '184442.655000', '184443.115000', '184443.575000', '184444.035000', '184444.495000', '184444.955000', '184445.415000', '184445.875000', '184446.335000', '184446.795000', '184447.255000', '184447.715000', '184448.175000', '184448.635000', '184449.095000', '184449.555000', '184450.015000', '184450.475000', '184450.935000', '184451.395000', '184451.855000', '184452.315000', '184452.775000', '184453.235000', '184453.695000', '184454.155000', '184454.615000', '184455.075000', '184455.535000', '184455.995000', '184456.455000', '184456.915000', '184457.375000', '184457.835000', '184458.295000', '184458.755000', '184459.215000', '184459.675000', '184500.135000', '184500.595000', '184501.055000', '184501.515000', '184501.975000', '184502.435000', '184502.895000', '184503.355000', '184503.815000', '184504.275000', '184504.735000', '184505.195000', '184505.655000', '184506.115000', '184506.575000', '184507.035000', '184507.495000', '184507.955000', '184508.415000', '184508.875000', '184509.335000', '184509.795000', '184510.255000', '184510.715000', '184511.175000', '184511.635000', '184512.095000', '184512.555000', '184513.015000', '184513.475000', '184513.935000', '184514.395000', '184514.855000', '184515.315000', '184515.775000', '184516.235000', '184516.695000', '184517.155000', '184517.615000', '184518.075000', '184518.535000', '184518.995000', '184519.455000', '184519.915000', '184520.375000', '184520.835000', '184521.295000', '184521.755000', '184522.215000', '184522.675000', '184523.135000', '184523.595000', '184524.055000', '184524.515000', '184524.975000', '184525.435000', '184525.895000', '184526.355000', '184526.815000', '184527.275000', '184527.735000', '184528.195000', '184528.655000', '184529.115000', '184529.575000', '184530.035000', '184530.495000', '184530.955000', '184531.415000', '184531.875000', '184532.335000', '184532.795000', '184533.255000', '184533.715000', '184534.175000', '184534.635000', '184535.095000', '184535.555000', '184536.015000', '184536.475000', '184536.935000', '184537.395000', '184537.855000', '184538.315000', '184538.775000', '184539.235000', '184539.695000', '184540.155000', '184540.615000', '184541.075000', '184541.535000', '184541.995000', '184542.455000', '184542.915000', '184543.375000', '184543.835000', '184544.295000', '184544.755000', '184545.215000', '184545.675000', '184546.135000', '184546.595000', '184547.055000', '184547.515000', '184547.975000', '184548.435000', '184548.895000', '184549.355000', '184549.815000', '184550.275000', '184550.735000', '184551.195000', '184551.655000', '184552.115000', '184552.575000', '184553.035000', '184553.495000', '184553.955000', '184554.415000', '184554.875000', '184555.335000', '184555.795000', '184556.255000', '184556.715000', '184557.175000', '184557.635000', '184558.095000', '184558.555000', '184559.015000', '184559.475000', '184559.935000', '184600.395000', '184600.855000', '184601.315000', '184601.775000', '184602.235000', '184602.695000', '184603.155000', '184603.615000', '184604.075000', '184604.535000', '184604.995000', '184605.455000', '184605.915000', '184606.375000', '184606.835000', '184607.295000', '184607.755000', '184608.215000', '184608.675000', '184609.135000', '184609.595000', '184610.055000', '184610.515000', '184610.975000', '184611.435000', '184611.895000', '184612.355000', '184612.815000', '184613.275000', '184613.735000', '184614.195000', '184614.655000', '184615.115000', '184615.575000', '184616.035000', '184616.495000', '184616.955000', '184617.415000', '184617.875000', '184618.335000', '184618.795000', '184619.255000', '184619.715000', '184620.175000', '184620.635000', '184621.095000', '184621.555000', '184622.015000', '184622.475000', '184622.935000', '184623.395000', '184623.855000', '184624.315000', '184624.775000', '184625.235000', '184625.695000', '184626.155000', '184626.615000', '184627.075000', '184627.535000', '184627.995000', '184628.455000', '184628.915000', '184629.375000', '184629.835000', '184630.295000', '184630.755000', '184631.215000', '184631.675000', '184632.135000', '184632.595000', '184633.055000', '184633.515000', '184633.975000', '184634.435000', '184634.895000', '184635.355000', '184635.815000', '184636.275000', '184636.735000', '184637.195000', '184637.655000', '184638.115000', '184638.575000', '184639.035000', '184639.495000', '184639.955000', '184640.415000', '184640.875000', '184641.335000', '184641.795000', '184642.255000', '184642.715000', '184643.175000', '184643.635000', '184644.095000', '184644.555000', '184645.015000', '184645.475000', '184645.935000', '184646.395000', '184646.855000', '184647.315000', '184647.775000', '184648.235000', '184648.695000', '184649.155000', '184649.615000', '184650.075000', '184650.535000', '184650.995000', '184651.455000', '184651.915000', '184652.375000', '184652.835000', '184653.295000', '184653.755000', '184654.215000', '184654.675000', '184655.135000', '184655.595000', '184656.055000', '184656.515000', '184656.975000', '184657.435000', '184657.895000', '184658.355000', '184658.815000', '184659.275000', '184659.735000', '184700.195000', '184700.655000', '184701.115000', '184701.575000', '184702.035000', '184702.495000', '184702.955000', '184703.415000', '184703.875000', '184704.335000', '184704.795000'], 'ContentTime': ['183800.316000', '183800.320000', '183800.323000', '183800.326000', '183800.329000', '183800.342000', '183800.345000', '183800.348000', '183800.351000', '183800.354000', '183800.357000', '183800.360000', '183800.363000', '183800.366000', '183800.369000', '183800.372000', '183800.384000', '183800.387000', '183800.390000', '183800.406000', '183800.409000', '183800.412000', '183800.415000', '183820.277000', '183820.280000', '183820.283000', '183820.286000', '183820.289000', '183820.292000', '183820.295000', '183820.298000', '183820.300000', '183820.303000', '183820.308000', '183820.311000', '183820.313000', '183820.316000', '183820.319000', '183820.322000', '183820.325000', '183820.328000', '183820.331000', '183820.334000', '183820.336000', '183820.339000', '183820.342000', '183820.345000', '183820.348000', '183820.351000', '183820.353000', '183820.356000', '183820.359000', '183820.362000', '183820.365000', '183820.368000', '183820.377000', '183820.380000', '183820.383000', '183820.386000', '183820.388000', '183820.391000', '183820.394000', '183820.397000', '183820.400000', '183820.405000', '183820.408000', '183840.278000', '183840.281000', '183840.284000', '183840.287000', '183840.290000', '183840.293000', '183840.295000', '183840.298000', '183840.301000', '183840.304000', '183840.307000', '183840.310000', '183840.313000', '183840.315000', '183840.318000', '183840.321000', '183840.324000', '183840.327000', '183840.330000', '183840.333000', '183840.336000', '183840.339000', '183840.342000', '183840.344000', '183840.347000', '183840.350000', '183840.353000', '183840.356000', '183840.359000', '183840.362000', '183840.365000', '183840.368000', '183840.371000', '183840.373000', '183840.376000', '183840.379000', '183840.382000', '183840.385000', '183840.388000', '183840.391000', '183840.394000', '183840.397000', '183840.399000', '183840.402000', '183900.277000', '183900.280000', '183900.283000', '183900.286000', '183900.289000', '183900.292000', '183900.295000', '183900.301000', '183900.304000', '183900.307000', '183900.310000', '183900.312000', '183900.315000', '183900.318000', '183900.321000', '183900.324000', '183900.327000', '183900.330000', '183900.333000', '183900.336000', '183900.339000', '183900.341000', '183900.344000', '183900.347000', '183900.350000', '183900.353000', '183900.356000', '183900.359000', '183900.362000', '183900.365000', '183900.367000', '183900.370000', '183900.373000', '183900.376000', '183900.379000', '183900.382000', '183900.385000', '183900.388000', '183900.391000', '183900.393000', '183900.396000', '183900.399000', '183900.402000', '183920.277000', '183920.280000', '183920.283000', '183920.286000', '183920.289000', '183920.292000', '183920.295000', '183920.297000', '183920.300000', '183920.303000', '183920.306000', '183920.309000', '183920.312000', '183920.315000', '183920.318000', '183920.321000', '183920.324000', '183920.326000', '183920.329000', '183920.332000', '183920.335000', '183920.338000', '183920.341000', '183920.344000', '183920.347000', '183920.350000', '183920.352000', '183920.355000', '183920.358000', '183920.361000', '183920.364000', '183920.367000', '183920.370000', '183920.373000', '183920.376000', '183920.379000', '183920.382000', '183920.384000', '183920.387000', '183920.390000', '183920.393000', '183920.396000', '183920.399000', '183920.402000', '183940.277000', '183940.280000', '183940.283000', '183940.286000', '183940.289000', '183940.292000', '183940.295000', '183940.298000', '183940.301000', '183940.305000', '183940.308000', '183940.310000', '183940.313000', '183940.316000', '183940.319000', '183940.322000', '183940.325000', '183940.328000', '183940.331000', '183940.334000', '183940.336000', '183940.339000', '183940.342000', '183940.345000', '183940.348000', '183940.351000', '183940.354000', '183940.357000', '183940.360000', '183940.363000', '183940.365000', '183940.368000', '183940.371000', '183940.374000', '183940.377000', '183940.380000', '183940.383000', '183940.386000', '183940.389000', '183940.391000', '183940.394000', '183940.397000', '183940.400000', '184000.277000', '184000.280000', '184000.283000', '184000.286000', '184000.289000', '184000.292000', '184000.294000', '184000.297000', '184000.300000', '184000.303000', '184000.306000', '184000.309000', '184000.312000', '184000.315000', '184000.318000', '184000.321000', '184000.324000', '184000.327000', '184000.330000', '184000.333000', '184000.336000', '184000.338000', '184000.341000', '184000.344000', '184000.347000', '184000.350000', '184000.353000', '184000.356000', '184000.367000', '184000.370000', '184000.373000', '184000.376000', '184000.379000', '184000.382000', '184000.385000', '184000.388000', '184000.390000', '184000.393000', '184000.396000', '184000.399000', '184000.402000', '184000.405000', '184000.408000', '184000.411000', '184020.277000', '184020.280000', '184020.283000', '184020.286000', '184020.289000', '184020.292000', '184020.294000', '184020.297000', '184020.300000', '184020.303000', '184020.306000', '184020.309000', '184020.312000', '184020.315000', '184020.320000', '184020.324000', '184020.327000', '184020.330000', '184020.333000', '184020.336000', '184020.339000', '184020.341000', '184020.344000', '184020.347000', '184020.350000', '184020.353000', '184020.356000', '184020.359000', '184020.362000', '184020.365000', '184020.367000', '184020.370000', '184020.373000', '184020.376000', '184020.379000', '184020.382000', '184020.385000', '184020.388000', '184020.391000', '184020.394000', '184020.396000', '184020.399000', '184020.402000', '184040.277000', '184040.280000', '184040.283000', '184040.286000', '184040.289000', '184040.292000', '184040.294000', '184040.297000', '184040.300000', '184040.303000', '184040.306000', '184040.309000', '184040.312000', '184040.315000', '184040.318000', '184040.321000', '184040.324000', '184040.326000', '184040.329000', '184040.332000', '184040.335000', '184040.338000', '184040.341000', '184040.344000', '184040.347000', '184040.350000', '184040.353000', '184040.356000', '184040.358000', '184040.361000', '184040.364000', '184040.367000', '184040.370000', '184040.373000', '184040.376000', '184040.379000', '184040.382000', '184040.385000', '184040.388000', '184040.390000', '184040.393000', '184040.396000', '184040.399000', '184040.402000', '184100.278000', '184100.283000', '184100.286000', '184100.289000', '184100.291000', '184100.294000', '184100.297000', '184100.300000', '184100.303000', '184100.306000', '184100.309000', '184100.312000', '184100.314000', '184100.317000', '184100.320000', '184100.323000', '184100.326000', '184100.329000', '184100.332000', '184100.335000', '184100.338000', '184100.341000', '184100.344000', '184100.347000', '184100.352000', '184100.356000', '184100.359000', '184100.362000', '184100.364000', '184100.367000', '184100.370000', '184100.373000', '184100.376000', '184100.379000', '184100.382000', '184100.385000', '184100.387000', '184100.390000', '184100.393000', '184100.396000', '184100.399000', '184100.402000', '184100.405000', '184120.277000', '184120.280000', '184120.283000', '184120.286000', '184120.289000', '184120.292000', '184120.294000', '184120.297000', '184120.300000', '184120.303000', '184120.306000', '184120.309000', '184120.312000', '184120.315000', '184120.318000', '184120.321000', '184120.323000', '184120.326000', '184120.329000', '184120.332000', '184120.335000', '184120.338000', '184120.341000', '184120.344000', '184120.347000', '184120.350000', '184120.353000', '184120.355000', '184120.358000', '184120.361000', '184120.364000', '184120.367000', '184120.370000', '184120.373000', '184120.376000', '184120.379000', '184120.382000', '184120.384000', '184120.387000', '184120.390000', '184120.393000', '184120.396000', '184120.399000', '184120.402000', '184140.277000', '184140.280000', '184140.283000', '184140.286000', '184140.289000', '184140.292000', '184140.294000', '184140.297000', '184140.300000', '184140.318000', '184140.321000', '184140.324000', '184140.327000', '184140.330000', '184140.332000', '184140.335000', '184140.338000', '184140.341000', '184140.344000', '184140.347000', '184140.350000', '184140.355000', '184140.359000', '184140.362000', '184140.365000', '184140.368000', '184140.371000', '184140.374000', '184140.377000', '184140.380000', '184140.383000', '184140.385000', '184140.388000', '184140.391000', '184140.394000', '184140.397000', '184140.400000', '184140.403000', '184140.406000', '184140.409000', '184140.412000', '184140.415000', '184140.417000', '184200.277000', '184200.280000', '184200.283000', '184200.286000', '184200.289000', '184200.292000', '184200.295000', '184200.297000', '184200.300000', '184200.303000', '184200.306000', '184200.309000', '184200.312000', '184200.315000', '184200.318000', '184200.321000', '184200.324000', '184200.327000', '184200.330000', '184200.333000', '184200.335000', '184200.338000', '184200.341000', '184200.344000', '184200.347000', '184200.350000', '184200.353000', '184200.356000', '184200.359000', '184200.362000', '184200.365000', '184200.367000', '184200.370000', '184200.373000', '184200.376000', '184200.379000', '184200.382000', '184200.385000', '184200.388000', '184200.391000', '184200.394000', '184200.397000', '184200.400000', '184200.402000', '184220.277000', '184220.280000', '184220.283000', '184220.286000', '184220.289000', '184220.292000', '184220.295000', '184220.298000', '184220.301000', '184220.303000', '184220.306000', '184220.309000', '184220.312000', '184220.315000', '184220.319000', '184220.323000', '184220.325000', '184220.328000', '184220.331000', '184220.334000', '184220.337000', '184220.340000', '184220.343000', '184220.346000', '184220.349000', '184220.352000', '184220.354000', '184220.357000', '184220.360000', '184220.363000', '184220.366000', '184220.369000', '184220.372000', '184220.375000', '184220.378000', '184220.381000', '184220.385000', '184220.388000', '184220.391000', '184220.394000', '184220.397000', '184220.400000', '184220.403000', '184240.277000', '184240.280000', '184240.283000', '184240.286000', '184240.289000', '184240.292000', '184240.295000', '184240.298000', '184240.301000', '184240.304000', '184240.307000', '184240.309000', '184240.312000', '184240.315000', '184240.318000', '184240.321000', '184240.324000', '184240.327000', '184240.330000', '184240.333000', '184240.336000', '184240.339000', '184240.342000', '184240.345000', '184240.348000', '184240.351000', '184240.354000', '184240.357000', '184240.360000', '184240.363000', '184240.365000', '184240.368000', '184240.371000', '184240.374000', '184240.377000', '184240.380000', '184240.383000', '184240.386000', '184240.389000', '184240.391000', '184240.394000', '184240.397000', '184240.400000', '184240.403000', '184300.277000', '184300.280000', '184300.283000', '184300.286000', '184300.289000', '184300.292000', '184300.295000', '184300.297000', '184300.300000', '184300.303000', '184300.306000', '184300.309000', '184300.312000', '184300.315000', '184300.318000', '184300.321000', '184300.324000', '184300.327000', '184300.330000', '184300.332000', '184300.335000', '184300.338000', '184300.341000', '184300.344000', '184300.347000', '184300.350000', '184300.353000', '184300.356000', '184300.359000', '184300.362000', '184300.365000', '184300.367000', '184300.370000', '184300.373000', '184300.388000', '184300.393000', '184300.398000', '184300.401000', '184300.404000', '184300.407000', '184300.410000', '184300.412000', '184300.415000', '184320.278000', '184320.281000', '184320.284000', '184320.287000', '184320.290000', '184320.295000', '184320.298000', '184320.301000', '184320.304000', '184320.307000', '184320.309000', '184320.312000', '184320.315000', '184320.318000', '184320.321000', '184320.324000', '184320.327000', '184320.330000', '184320.333000', '184320.336000', '184320.338000', '184320.341000', '184320.344000', '184320.347000', '184320.350000', '184320.353000', '184320.356000', '184320.359000', '184320.362000', '184320.365000', '184320.367000', '184320.370000', '184320.373000', '184320.376000', '184320.379000', '184320.382000', '184320.385000', '184320.388000', '184320.391000', '184320.394000', '184320.397000', '184320.399000', '184320.402000', '184320.405000', '184340.277000', '184340.280000', '184340.283000', '184340.286000', '184340.289000', '184340.292000', '184340.295000', '184340.297000', '184340.300000', '184340.303000', '184340.306000', '184340.309000', '184340.312000', '184340.315000', '184340.318000', '184340.321000', '184340.323000', '184340.326000', '184340.329000', '184340.332000', '184340.335000', '184340.338000', '184340.341000', '184340.344000', '184340.347000', '184340.350000', '184340.353000', '184340.357000', '184340.360000', '184340.363000', '184340.366000', '184340.369000', '184340.372000', '184340.375000', '184340.378000', '184340.381000', '184340.384000', '184340.387000', '184340.389000', '184340.392000', '184340.395000', '184340.398000', '184340.401000', '184400.277000', '184400.280000', '184400.283000', '184400.286000', '184400.289000', '184400.292000', '184400.295000', '184400.298000', '184400.301000', '184400.303000', '184400.306000', '184400.309000', '184400.312000', '184400.315000', '184400.318000', '184400.321000', '184400.324000', '184400.327000', '184400.330000', '184400.333000', '184400.336000', '184400.338000', '184400.341000', '184400.344000', '184400.347000', '184400.350000', '184400.353000', '184400.356000', '184400.359000', '184400.362000', '184400.365000', '184400.367000', '184400.370000', '184400.373000', '184400.376000', '184400.379000', '184400.382000', '184400.385000', '184400.388000', '184400.391000', '184400.394000', '184400.397000', '184400.399000', '184400.402000', '184420.277000', '184420.280000', '184420.283000', '184420.286000', '184420.297000', '184420.300000', '184420.302000', '184420.305000', '184420.308000', '184420.311000', '184420.314000', '184420.317000', '184420.320000', '184420.323000', '184420.326000', '184420.328000', '184420.331000', '184420.334000', '184420.337000', '184420.340000', '184420.343000', '184420.346000', '184420.349000', '184420.352000', '184420.355000', '184420.357000', '184420.360000', '184420.363000', '184420.366000', '184420.369000', '184420.372000', '184420.375000', '184420.378000', '184420.381000', '184420.384000', '184420.386000', '184420.389000', '184420.392000', '184420.395000', '184420.398000', '184420.401000', '184420.404000', '184420.407000', '184440.277000', '184440.280000', '184440.283000', '184440.286000', '184440.289000', '184440.292000', '184440.295000', '184440.298000', '184440.300000', '184440.303000', '184440.306000', '184440.309000', '184440.312000', '184440.315000', '184440.318000', '184440.321000', '184440.324000', '184440.326000', '184440.329000', '184440.332000', '184440.335000', '184440.338000', '184440.341000', '184440.344000', '184440.347000', '184440.350000', '184440.352000', '184440.355000', '184440.358000', '184440.361000', '184440.364000', '184440.367000', '184440.370000', '184440.373000', '184440.376000', '184440.379000', '184440.382000', '184440.385000', '184440.387000', '184440.390000', '184440.393000', '184440.396000', '184440.399000', '184440.402000', '184500.277000', '184500.280000', '184500.283000', '184500.286000', '184500.289000', '184500.292000', '184500.295000', '184500.298000', '184500.301000', '184500.303000', '184500.306000', '184500.309000', '184500.312000', '184500.315000', '184500.318000', '184500.321000', '184500.324000', '184500.327000', '184500.330000', '184500.332000', '184500.335000', '184500.338000', '184500.341000', '184500.344000', '184500.347000', '184500.350000', '184500.353000', '184500.356000', '184500.359000', '184500.362000', '184500.365000', '184500.367000', '184500.370000', '184500.373000', '184500.376000', '184500.379000', '184500.382000', '184500.385000', '184500.388000', '184500.391000', '184500.395000', '184500.399000', '184500.402000', '184520.277000', '184520.280000', '184520.283000', '184520.286000', '184520.289000', '184520.292000', '184520.295000', '184520.298000', '184520.301000', '184520.303000', '184520.306000', '184520.309000', '184520.312000', '184520.315000', '184520.318000', '184520.321000', '184520.324000', '184520.327000', '184520.330000', '184520.333000', '184520.335000', '184520.338000', '184520.341000', '184520.344000', '184520.347000', '184520.350000', '184520.353000', '184520.356000', '184520.359000', '184520.362000', '184520.365000', '184520.368000', '184520.371000', '184520.374000', '184520.376000', '184520.379000', '184520.382000', '184520.385000', '184520.388000', '184520.391000', '184520.394000', '184520.397000', '184520.400000', '184520.403000', '184540.278000', '184540.281000', '184540.284000', '184540.287000', '184540.290000', '184540.293000', '184540.296000', '184540.298000', '184540.301000', '184540.304000', '184540.307000', '184540.310000', '184540.313000', '184540.316000', '184540.319000', '184540.322000', '184540.325000', '184540.328000', '184540.331000', '184540.333000', '184540.336000', '184540.339000', '184540.342000', '184540.345000', '184540.348000', '184540.351000', '184540.354000', '184540.357000', '184540.360000', '184540.362000', '184540.365000', '184540.368000', '184540.371000', '184540.374000', '184540.377000', '184540.380000', '184540.383000', '184540.386000', '184540.389000', '184540.392000', '184540.395000', '184540.406000', '184540.409000', '184600.277000', '184600.280000', '184600.283000', '184600.286000', '184600.289000', '184600.292000', '184600.295000', '184600.298000', '184600.301000', '184600.303000', '184600.306000', '184600.309000', '184600.312000', '184600.315000', '184600.318000', '184600.321000', '184600.324000', '184600.327000', '184600.330000', '184600.333000', '184600.336000', '184600.338000', '184600.341000', '184600.344000', '184600.347000', '184600.350000', '184600.353000', '184600.356000', '184600.359000', '184600.362000', '184600.365000', '184600.367000', '184600.370000', '184600.373000', '184600.376000', '184600.379000', '184600.382000', '184600.385000', '184600.388000', '184600.391000', '184600.394000', '184600.397000', '184600.400000', '184620.277000', '184620.280000', '184620.283000', '184620.286000', '184620.289000', '184620.292000', '184620.295000', '184620.298000', '184620.300000', '184620.303000', '184620.306000', '184620.309000', '184620.312000', '184620.315000', '184620.318000', '184620.321000', '184620.324000', '184620.327000', '184620.330000', '184620.333000', '184620.336000', '184620.339000', '184620.341000', '184620.344000', '184620.347000', '184620.350000', '184620.353000', '184620.356000', '184620.359000', '184620.362000', '184620.365000', '184620.368000', '184620.371000', '184620.374000', '184620.377000', '184620.380000', '184620.383000', '184620.385000', '184620.388000', '184620.391000', '184620.394000', '184620.397000', '184620.400000', '184620.403000', '184640.277000', '184640.280000', '184640.283000', '184640.286000', '184640.289000', '184640.292000', '184640.295000', '184640.298000', '184640.301000', '184640.304000', '184640.307000', '184640.310000', '184640.313000', '184640.316000', '184640.319000', '184640.321000', '184640.324000', '184640.327000', '184640.330000', '184640.333000', '184640.336000', '184640.339000', '184640.342000', '184640.345000', '184640.347000', '184640.350000', '184640.353000', '184640.356000', '184640.359000', '184640.362000', '184640.365000', '184640.368000', '184640.371000', '184640.374000', '184640.377000', '184640.380000', '184640.383000', '184640.386000', '184640.388000', '184640.391000', '184640.394000', '184640.398000', '184640.401000', '184700.277000', '184700.280000', '184700.283000', '184700.286000', '184700.289000', '184700.292000', '184700.294000', '184700.297000', '184700.300000', '184700.303000', '184700.306000', '184700.309000', '184700.312000', '184700.315000', '184700.318000', '184700.321000', '184700.324000', '184700.327000', '184700.330000', '184700.333000', '184700.335000', '184700.338000', '184700.341000', '184700.344000', '184700.347000', '184700.350000', '184700.353000', '184700.356000', '184700.359000', '184700.362000', '184700.364000', '184700.367000', '184700.370000', '184700.373000', '184700.376000', '184700.379000', '184700.382000', '184700.385000', '184700.388000', '184700.408000', '184700.411000', '184700.414000', '184700.417000', '184700.419000', '184705.646000', '184705.650000', '184705.653000', '184705.656000', '184705.659000', '184705.661000', '184705.664000', '184705.667000', '184705.670000', '184705.673000', '184705.676000', '184705.679000'], 'InstanceCreationTime': ['183800.316000', '183800.320000', '183800.323000', '183800.326000', '183800.329000', '183800.342000', '183800.345000', '183800.348000', '183800.351000', '183800.354000', '183800.357000', '183800.360000', '183800.363000', '183800.366000', '183800.369000', '183800.372000', '183800.384000', '183800.387000', '183800.390000', '183800.406000', '183800.409000', '183800.412000', '183800.415000', '183820.277000', '183820.280000', '183820.283000', '183820.286000', '183820.289000', '183820.292000', '183820.295000', '183820.298000', '183820.300000', '183820.303000', '183820.308000', '183820.311000', '183820.313000', '183820.316000', '183820.319000', '183820.322000', '183820.325000', '183820.328000', '183820.331000', '183820.334000', '183820.336000', '183820.339000', '183820.342000', '183820.345000', '183820.348000', '183820.351000', '183820.353000', '183820.356000', '183820.359000', '183820.362000', '183820.365000', '183820.368000', '183820.377000', '183820.380000', '183820.383000', '183820.386000', '183820.388000', '183820.391000', '183820.394000', '183820.397000', '183820.400000', '183820.405000', '183820.408000', '183840.278000', '183840.281000', '183840.284000', '183840.287000', '183840.290000', '183840.293000', '183840.295000', '183840.298000', '183840.301000', '183840.304000', '183840.307000', '183840.310000', '183840.313000', '183840.315000', '183840.318000', '183840.321000', '183840.324000', '183840.327000', '183840.330000', '183840.333000', '183840.336000', '183840.339000', '183840.342000', '183840.344000', '183840.347000', '183840.350000', '183840.353000', '183840.356000', '183840.359000', '183840.362000', '183840.365000', '183840.368000', '183840.371000', '183840.373000', '183840.376000', '183840.379000', '183840.382000', '183840.385000', '183840.388000', '183840.391000', '183840.394000', '183840.397000', '183840.399000', '183840.402000', '183900.277000', '183900.280000', '183900.283000', '183900.286000', '183900.289000', '183900.292000', '183900.295000', '183900.301000', '183900.304000', '183900.307000', '183900.310000', '183900.312000', '183900.315000', '183900.318000', '183900.321000', '183900.324000', '183900.327000', '183900.330000', '183900.333000', '183900.336000', '183900.339000', '183900.341000', '183900.344000', '183900.347000', '183900.350000', '183900.353000', '183900.356000', '183900.359000', '183900.362000', '183900.365000', '183900.367000', '183900.370000', '183900.373000', '183900.376000', '183900.379000', '183900.382000', '183900.385000', '183900.388000', '183900.391000', '183900.393000', '183900.396000', '183900.399000', '183900.402000', '183920.277000', '183920.280000', '183920.283000', '183920.286000', '183920.289000', '183920.292000', '183920.295000', '183920.297000', '183920.300000', '183920.303000', '183920.306000', '183920.309000', '183920.312000', '183920.315000', '183920.318000', '183920.321000', '183920.324000', '183920.326000', '183920.329000', '183920.332000', '183920.335000', '183920.338000', '183920.341000', '183920.344000', '183920.347000', '183920.350000', '183920.352000', '183920.355000', '183920.358000', '183920.361000', '183920.364000', '183920.367000', '183920.370000', '183920.373000', '183920.376000', '183920.379000', '183920.382000', '183920.384000', '183920.387000', '183920.390000', '183920.393000', '183920.396000', '183920.399000', '183920.402000', '183940.277000', '183940.280000', '183940.283000', '183940.286000', '183940.289000', '183940.292000', '183940.295000', '183940.298000', '183940.301000', '183940.305000', '183940.308000', '183940.310000', '183940.313000', '183940.316000', '183940.319000', '183940.322000', '183940.325000', '183940.328000', '183940.331000', '183940.334000', '183940.336000', '183940.339000', '183940.342000', '183940.345000', '183940.348000', '183940.351000', '183940.354000', '183940.357000', '183940.360000', '183940.363000', '183940.365000', '183940.368000', '183940.371000', '183940.374000', '183940.377000', '183940.380000', '183940.383000', '183940.386000', '183940.389000', '183940.391000', '183940.394000', '183940.397000', '183940.400000', '184000.277000', '184000.280000', '184000.283000', '184000.286000', '184000.289000', '184000.292000', '184000.294000', '184000.297000', '184000.300000', '184000.303000', '184000.306000', '184000.309000', '184000.312000', '184000.315000', '184000.318000', '184000.321000', '184000.324000', '184000.327000', '184000.330000', '184000.333000', '184000.336000', '184000.338000', '184000.341000', '184000.344000', '184000.347000', '184000.350000', '184000.353000', '184000.356000', '184000.367000', '184000.370000', '184000.373000', '184000.376000', '184000.379000', '184000.382000', '184000.385000', '184000.388000', '184000.390000', '184000.393000', '184000.396000', '184000.399000', '184000.402000', '184000.405000', '184000.408000', '184000.411000', '184020.277000', '184020.280000', '184020.283000', '184020.286000', '184020.289000', '184020.292000', '184020.294000', '184020.297000', '184020.300000', '184020.303000', '184020.306000', '184020.309000', '184020.312000', '184020.315000', '184020.320000', '184020.324000', '184020.327000', '184020.330000', '184020.333000', '184020.336000', '184020.339000', '184020.341000', '184020.344000', '184020.347000', '184020.350000', '184020.353000', '184020.356000', '184020.359000', '184020.362000', '184020.365000', '184020.367000', '184020.370000', '184020.373000', '184020.376000', '184020.379000', '184020.382000', '184020.385000', '184020.388000', '184020.391000', '184020.394000', '184020.396000', '184020.399000', '184020.402000', '184040.277000', '184040.280000', '184040.283000', '184040.286000', '184040.289000', '184040.292000', '184040.294000', '184040.297000', '184040.300000', '184040.303000', '184040.306000', '184040.309000', '184040.312000', '184040.315000', '184040.318000', '184040.321000', '184040.324000', '184040.326000', '184040.329000', '184040.332000', '184040.335000', '184040.338000', '184040.341000', '184040.344000', '184040.347000', '184040.350000', '184040.353000', '184040.356000', '184040.358000', '184040.361000', '184040.364000', '184040.367000', '184040.370000', '184040.373000', '184040.376000', '184040.379000', '184040.382000', '184040.385000', '184040.388000', '184040.390000', '184040.393000', '184040.396000', '184040.399000', '184040.402000', '184100.278000', '184100.283000', '184100.286000', '184100.289000', '184100.291000', '184100.294000', '184100.297000', '184100.300000', '184100.303000', '184100.306000', '184100.309000', '184100.312000', '184100.314000', '184100.317000', '184100.320000', '184100.323000', '184100.326000', '184100.329000', '184100.332000', '184100.335000', '184100.338000', '184100.341000', '184100.344000', '184100.347000', '184100.352000', '184100.356000', '184100.359000', '184100.362000', '184100.364000', '184100.367000', '184100.370000', '184100.373000', '184100.376000', '184100.379000', '184100.382000', '184100.385000', '184100.387000', '184100.390000', '184100.393000', '184100.396000', '184100.399000', '184100.402000', '184100.405000', '184120.277000', '184120.280000', '184120.283000', '184120.286000', '184120.289000', '184120.292000', '184120.294000', '184120.297000', '184120.300000', '184120.303000', '184120.306000', '184120.309000', '184120.312000', '184120.315000', '184120.318000', '184120.321000', '184120.323000', '184120.326000', '184120.329000', '184120.332000', '184120.335000', '184120.338000', '184120.341000', '184120.344000', '184120.347000', '184120.350000', '184120.353000', '184120.355000', '184120.358000', '184120.361000', '184120.364000', '184120.367000', '184120.370000', '184120.373000', '184120.376000', '184120.379000', '184120.382000', '184120.384000', '184120.387000', '184120.390000', '184120.393000', '184120.396000', '184120.399000', '184120.402000', '184140.277000', '184140.280000', '184140.283000', '184140.286000', '184140.289000', '184140.292000', '184140.294000', '184140.297000', '184140.300000', '184140.318000', '184140.321000', '184140.324000', '184140.327000', '184140.330000', '184140.332000', '184140.335000', '184140.338000', '184140.341000', '184140.344000', '184140.347000', '184140.350000', '184140.355000', '184140.359000', '184140.362000', '184140.365000', '184140.368000', '184140.371000', '184140.374000', '184140.377000', '184140.380000', '184140.383000', '184140.385000', '184140.388000', '184140.391000', '184140.394000', '184140.397000', '184140.400000', '184140.403000', '184140.406000', '184140.409000', '184140.412000', '184140.415000', '184140.417000', '184200.277000', '184200.280000', '184200.283000', '184200.286000', '184200.289000', '184200.292000', '184200.295000', '184200.297000', '184200.300000', '184200.303000', '184200.306000', '184200.309000', '184200.312000', '184200.315000', '184200.318000', '184200.321000', '184200.324000', '184200.327000', '184200.330000', '184200.333000', '184200.335000', '184200.338000', '184200.341000', '184200.344000', '184200.347000', '184200.350000', '184200.353000', '184200.356000', '184200.359000', '184200.362000', '184200.365000', '184200.367000', '184200.370000', '184200.373000', '184200.376000', '184200.379000', '184200.382000', '184200.385000', '184200.388000', '184200.391000', '184200.394000', '184200.397000', '184200.400000', '184200.402000', '184220.277000', '184220.280000', '184220.283000', '184220.286000', '184220.289000', '184220.292000', '184220.295000', '184220.298000', '184220.301000', '184220.303000', '184220.306000', '184220.309000', '184220.312000', '184220.315000', '184220.319000', '184220.323000', '184220.325000', '184220.328000', '184220.331000', '184220.334000', '184220.337000', '184220.340000', '184220.343000', '184220.346000', '184220.349000', '184220.352000', '184220.354000', '184220.357000', '184220.360000', '184220.363000', '184220.366000', '184220.369000', '184220.372000', '184220.375000', '184220.378000', '184220.381000', '184220.385000', '184220.388000', '184220.391000', '184220.394000', '184220.397000', '184220.400000', '184220.403000', '184240.277000', '184240.280000', '184240.283000', '184240.286000', '184240.289000', '184240.292000', '184240.295000', '184240.298000', '184240.301000', '184240.304000', '184240.307000', '184240.309000', '184240.312000', '184240.315000', '184240.318000', '184240.321000', '184240.324000', '184240.327000', '184240.330000', '184240.333000', '184240.336000', '184240.339000', '184240.342000', '184240.345000', '184240.348000', '184240.351000', '184240.354000', '184240.357000', '184240.360000', '184240.363000', '184240.365000', '184240.368000', '184240.371000', '184240.374000', '184240.377000', '184240.380000', '184240.383000', '184240.386000', '184240.389000', '184240.391000', '184240.394000', '184240.397000', '184240.400000', '184240.403000', '184300.277000', '184300.280000', '184300.283000', '184300.286000', '184300.289000', '184300.292000', '184300.295000', '184300.297000', '184300.300000', '184300.303000', '184300.306000', '184300.309000', '184300.312000', '184300.315000', '184300.318000', '184300.321000', '184300.324000', '184300.327000', '184300.330000', '184300.332000', '184300.335000', '184300.338000', '184300.341000', '184300.344000', '184300.347000', '184300.350000', '184300.353000', '184300.356000', '184300.359000', '184300.362000', '184300.365000', '184300.367000', '184300.370000', '184300.373000', '184300.388000', '184300.393000', '184300.398000', '184300.401000', '184300.404000', '184300.407000', '184300.410000', '184300.412000', '184300.415000', '184320.278000', '184320.281000', '184320.284000', '184320.287000', '184320.290000', '184320.295000', '184320.298000', '184320.301000', '184320.304000', '184320.307000', '184320.309000', '184320.312000', '184320.315000', '184320.318000', '184320.321000', '184320.324000', '184320.327000', '184320.330000', '184320.333000', '184320.336000', '184320.338000', '184320.341000', '184320.344000', '184320.347000', '184320.350000', '184320.353000', '184320.356000', '184320.359000', '184320.362000', '184320.365000', '184320.367000', '184320.370000', '184320.373000', '184320.376000', '184320.379000', '184320.382000', '184320.385000', '184320.388000', '184320.391000', '184320.394000', '184320.397000', '184320.399000', '184320.402000', '184320.405000', '184340.277000', '184340.280000', '184340.283000', '184340.286000', '184340.289000', '184340.292000', '184340.295000', '184340.297000', '184340.300000', '184340.303000', '184340.306000', '184340.309000', '184340.312000', '184340.315000', '184340.318000', '184340.321000', '184340.323000', '184340.326000', '184340.329000', '184340.332000', '184340.335000', '184340.338000', '184340.341000', '184340.344000', '184340.347000', '184340.350000', '184340.353000', '184340.357000', '184340.360000', '184340.363000', '184340.366000', '184340.369000', '184340.372000', '184340.375000', '184340.378000', '184340.381000', '184340.384000', '184340.387000', '184340.389000', '184340.392000', '184340.395000', '184340.398000', '184340.401000', '184400.277000', '184400.280000', '184400.283000', '184400.286000', '184400.289000', '184400.292000', '184400.295000', '184400.298000', '184400.301000', '184400.303000', '184400.306000', '184400.309000', '184400.312000', '184400.315000', '184400.318000', '184400.321000', '184400.324000', '184400.327000', '184400.330000', '184400.333000', '184400.336000', '184400.338000', '184400.341000', '184400.344000', '184400.347000', '184400.350000', '184400.353000', '184400.356000', '184400.359000', '184400.362000', '184400.365000', '184400.367000', '184400.370000', '184400.373000', '184400.376000', '184400.379000', '184400.382000', '184400.385000', '184400.388000', '184400.391000', '184400.394000', '184400.397000', '184400.399000', '184400.402000', '184420.277000', '184420.280000', '184420.283000', '184420.286000', '184420.297000', '184420.300000', '184420.302000', '184420.305000', '184420.308000', '184420.311000', '184420.314000', '184420.317000', '184420.320000', '184420.323000', '184420.326000', '184420.328000', '184420.331000', '184420.334000', '184420.337000', '184420.340000', '184420.343000', '184420.346000', '184420.349000', '184420.352000', '184420.355000', '184420.357000', '184420.360000', '184420.363000', '184420.366000', '184420.369000', '184420.372000', '184420.375000', '184420.378000', '184420.381000', '184420.384000', '184420.386000', '184420.389000', '184420.392000', '184420.395000', '184420.398000', '184420.401000', '184420.404000', '184420.407000', '184440.277000', '184440.280000', '184440.283000', '184440.286000', '184440.289000', '184440.292000', '184440.295000', '184440.298000', '184440.300000', '184440.303000', '184440.306000', '184440.309000', '184440.312000', '184440.315000', '184440.318000', '184440.321000', '184440.324000', '184440.326000', '184440.329000', '184440.332000', '184440.335000', '184440.338000', '184440.341000', '184440.344000', '184440.347000', '184440.350000', '184440.352000', '184440.355000', '184440.358000', '184440.361000', '184440.364000', '184440.367000', '184440.370000', '184440.373000', '184440.376000', '184440.379000', '184440.382000', '184440.385000', '184440.387000', '184440.390000', '184440.393000', '184440.396000', '184440.399000', '184440.402000', '184500.277000', '184500.280000', '184500.283000', '184500.286000', '184500.289000', '184500.292000', '184500.295000', '184500.298000', '184500.301000', '184500.303000', '184500.306000', '184500.309000', '184500.312000', '184500.315000', '184500.318000', '184500.321000', '184500.324000', '184500.327000', '184500.330000', '184500.332000', '184500.335000', '184500.338000', '184500.341000', '184500.344000', '184500.347000', '184500.350000', '184500.353000', '184500.356000', '184500.359000', '184500.362000', '184500.365000', '184500.367000', '184500.370000', '184500.373000', '184500.376000', '184500.379000', '184500.382000', '184500.385000', '184500.388000', '184500.391000', '184500.395000', '184500.399000', '184500.402000', '184520.277000', '184520.280000', '184520.283000', '184520.286000', '184520.289000', '184520.292000', '184520.295000', '184520.298000', '184520.301000', '184520.303000', '184520.306000', '184520.309000', '184520.312000', '184520.315000', '184520.318000', '184520.321000', '184520.324000', '184520.327000', '184520.330000', '184520.333000', '184520.335000', '184520.338000', '184520.341000', '184520.344000', '184520.347000', '184520.350000', '184520.353000', '184520.356000', '184520.359000', '184520.362000', '184520.365000', '184520.368000', '184520.371000', '184520.374000', '184520.376000', '184520.379000', '184520.382000', '184520.385000', '184520.388000', '184520.391000', '184520.394000', '184520.397000', '184520.400000', '184520.403000', '184540.278000', '184540.281000', '184540.284000', '184540.287000', '184540.290000', '184540.293000', '184540.296000', '184540.298000', '184540.301000', '184540.304000', '184540.307000', '184540.310000', '184540.313000', '184540.316000', '184540.319000', '184540.322000', '184540.325000', '184540.328000', '184540.331000', '184540.333000', '184540.336000', '184540.339000', '184540.342000', '184540.345000', '184540.348000', '184540.351000', '184540.354000', '184540.357000', '184540.360000', '184540.362000', '184540.365000', '184540.368000', '184540.371000', '184540.374000', '184540.377000', '184540.380000', '184540.383000', '184540.386000', '184540.389000', '184540.392000', '184540.395000', '184540.406000', '184540.409000', '184600.277000', '184600.280000', '184600.283000', '184600.286000', '184600.289000', '184600.292000', '184600.295000', '184600.298000', '184600.301000', '184600.303000', '184600.306000', '184600.309000', '184600.312000', '184600.315000', '184600.318000', '184600.321000', '184600.324000', '184600.327000', '184600.330000', '184600.333000', '184600.336000', '184600.338000', '184600.341000', '184600.344000', '184600.347000', '184600.350000', '184600.353000', '184600.356000', '184600.359000', '184600.362000', '184600.365000', '184600.367000', '184600.370000', '184600.373000', '184600.376000', '184600.379000', '184600.382000', '184600.385000', '184600.388000', '184600.391000', '184600.394000', '184600.397000', '184600.400000', '184620.277000', '184620.280000', '184620.283000', '184620.286000', '184620.289000', '184620.292000', '184620.295000', '184620.298000', '184620.300000', '184620.303000', '184620.306000', '184620.309000', '184620.312000', '184620.315000', '184620.318000', '184620.321000', '184620.324000', '184620.327000', '184620.330000', '184620.333000', '184620.336000', '184620.339000', '184620.341000', '184620.344000', '184620.347000', '184620.350000', '184620.353000', '184620.356000', '184620.359000', '184620.362000', '184620.365000', '184620.368000', '184620.371000', '184620.374000', '184620.377000', '184620.380000', '184620.383000', '184620.385000', '184620.388000', '184620.391000', '184620.394000', '184620.397000', '184620.400000', '184620.403000', '184640.277000', '184640.280000', '184640.283000', '184640.286000', '184640.289000', '184640.292000', '184640.295000', '184640.298000', '184640.301000', '184640.304000', '184640.307000', '184640.310000', '184640.313000', '184640.316000', '184640.319000', '184640.321000', '184640.324000', '184640.327000', '184640.330000', '184640.333000', '184640.336000', '184640.339000', '184640.342000', '184640.345000', '184640.347000', '184640.350000', '184640.353000', '184640.356000', '184640.359000', '184640.362000', '184640.365000', '184640.368000', '184640.371000', '184640.374000', '184640.377000', '184640.380000', '184640.383000', '184640.386000', '184640.388000', '184640.391000', '184640.394000', '184640.398000', '184640.401000', '184700.277000', '184700.280000', '184700.283000', '184700.286000', '184700.289000', '184700.292000', '184700.294000', '184700.297000', '184700.300000', '184700.303000', '184700.306000', '184700.309000', '184700.312000', '184700.315000', '184700.318000', '184700.321000', '184700.324000', '184700.327000', '184700.330000', '184700.333000', '184700.335000', '184700.338000', '184700.341000', '184700.344000', '184700.347000', '184700.350000', '184700.353000', '184700.356000', '184700.359000', '184700.362000', '184700.364000', '184700.367000', '184700.370000', '184700.373000', '184700.376000', '184700.379000', '184700.382000', '184700.385000', '184700.388000', '184700.408000', '184700.411000', '184700.414000', '184700.417000', '184700.419000', '184705.646000', '184705.650000', '184705.653000', '184705.656000', '184705.659000', '184705.661000', '184705.664000', '184705.667000', '184705.670000', '184705.673000', '184705.676000', '184705.679000'], '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': [9444, 10482, 8288, 13531, 10142, 12628, 9906, 8473, 11305, 9152, 14214, 10133, 12197, 9849, 8178, 12251, 9068, 14285, 10444, 14285, 10274, 13801, 9803, 7850, 9540, 7693, 10213, 8737, 10728, 8476, 7120, 10536, 8944, 10543, 9115, 8401, 9757, 7664, 11462, 8581, 12999, 10052, 13723, 9980, 12808, 9501, 10835, 9949, 7690, 10929, 9069, 12647, 9545, 7320, 10474, 8971, 13108, 10331, 12732, 9794, 9485, 8815, 8931, 12592, 9561, 11398, 8485, 11352, 9000, 11641, 9155, 12600, 9941, 8037, 8652, 7548, 10469, 8539, 11447, 9209, 9566, 8736, 9638, 10098, 7763, 10789, 8535, 12319, 9270, 12627, 9563, 13345, 10035, 13070, 9885, 12445, 9690, 12942, 9616, 12658, 9388, 10966, 8818, 8448, 8904, 7909, 9786, 8038, 10816, 8881, 11847, 9035, 10953, 9347, 8760, 8538, 8092, 9248, 7876, 9729, 7830, 10403, 8223, 11469, 9104, 11284, 9234, 9272, 8642, 7283, 9275, 7495, 11000, 8703, 10776, 8909, 8507, 9522, 8988, 11037, 8146, 11797, 8908, 12658, 9223, 12356, 9670, 12479, 9524, 10984, 9180, 8084, 9192, 7585, 11144, 8520, 12163, 9138, 11682, 9423, 8813, 9159, 9837, 10259, 8564, 10110, 7941, 10916, 8437, 11467, 8846, 7957, 9755, 7878, 12369, 9166, 10738, 9387, 7342, 11047, 8042, 11832, 8617, 12454, 9332, 12371, 9237, 12867, 9483, 10209, 8803, 7745, 9309, 7870, 10897, 8288, 11744, 8805, 12553, 9651, 12788, 9580, 12652, 9666, 10290, 9391, 8368, 10252, 7941, 11496, 8867, 12856, 9434, 12821, 9421, 10100, 8964, 7451, 10538, 8221, 12443, 8897, 12332, 9270, 10852, 9045, 7525, 9727, 7721, 11537, 8366, 11903, 9089, 12384, 9485, 10902, 8999, 7400, 9080, 7561, 11152, 8649, 12340, 9260, 10146, 8756, 7878, 9034, 7462, 10826, 8036, 11742, 9099, 12214, 9050, 10705, 8824, 9488, 9675, 8100, 10174, 7854, 11554, 8266, 11529, 9657, 7482, 8628, 7384, 8018, 8473, 7754, 12362, 9252, 13636, 11164, 13348, 11750, 14314, 10968, 12914, 10316, 13117, 9283, 11937, 9062, 8753, 9945, 7976, 10336, 8813, 7179, 8736, 7531, 11220, 8705, 12157, 10187, 12703, 8754, 10679, 10789, 12567, 11278, 13212, 11880, 11333, 11181, 12492, 11241, 10900, 11424, 9273, 10970, 9657, 11232, 10353, 11358, 10878, 11128, 9451, 11227, 8166, 10809, 8547, 10871, 9537, 9525, 9467, 7713, 10444, 10036, 7994, 11710, 9694, 10910, 10118, 8763, 11935, 8916, 12556, 10319, 14344, 11439, 12298, 10342, 8819, 11269, 9403, 13065, 10839, 11825, 10403, 8413, 12862, 10302, 14426, 11481, 9225, 10348, 8891, 12732, 10362, 8652, 14481, 10317, 8273, 12316, 9760, 10300, 14514, 10274, 14988, 11463, 16619, 12686, 11093, 10773, 8971, 13188, 10031, 13159, 10403, 11739, 10220, 8721, 10366, 8353, 11967, 9629, 9745, 9703, 8228, 12050, 9735, 8652, 9952, 8906, 11334, 10082, 7937, 12433, 10081, 10885, 13879, 10560, 12939, 10525, 9312, 14957, 10889, 10017, 13379, 9551, 8256, 11751, 9704, 13007, 12507, 9529, 15255, 11207, 14585, 11680, 12118, 10566, 10698, 11206, 8590, 12349, 9254, 12459, 9682, 12943, 9648, 10159, 9604, 7787, 9228, 7521, 11369, 9498, 12593, 9575, 8946, 9422, 7863, 11634, 9250, 12933, 10326, 12597, 9878, 9343, 10100, 7852, 10636, 8549, 11786, 9584, 12153, 9212, 12825, 9455, 9719, 9162, 8064, 9647, 7975, 10233, 7981, 12076, 9691, 9097, 9816, 8837, 12574, 10453, 12745, 10644, 12725, 9975, 7986, 10762, 8506, 11590, 9506, 10574, 9411, 7190, 10443, 8413, 12546, 10139, 8023, 11471, 9284, 14203, 11061, 13786, 10936, 13792, 11330, 10200, 12590, 10039, 12816, 10646, 12687, 10566, 9008, 12611, 9793, 14398, 10961, 14697, 11331, 15462, 11751, 13269, 10377, 7962, 10954, 8758, 12459, 9357, 11704, 9587, 7535, 10448, 9107, 8839, 9019, 8724, 10365, 8426, 11795, 9324, 13250, 10468, 13096, 9929, 12724, 10800, 9282, 12446, 9451, 12100, 9251, 12385, 9495, 12872, 9623, 12310, 9559, 12409, 9894, 12579, 10105, 8873, 9669, 8264, 10534, 8603, 11053, 8618, 11780, 9376, 12720, 9614, 12706, 9676, 12960, 10204, 13396, 10071, 12972, 9618, 12380, 10018, 9855, 9827, 8515, 10567, 8297, 11571, 9062, 12949, 9904, 8011, 11020, 9313, 8861, 10257, 8559, 13459, 10086, 13127, 10612, 12677, 10485, 9114, 12351, 9841, 13809, 10338, 8681, 10197, 8274, 12094, 9746, 7549, 11091, 9329, 14417, 11072, 15177, 12181, 15042, 11580, 14228, 11272, 12710, 9965, 10477, 10151, 8614, 10620, 8308, 11499, 8722, 12417, 9614, 12558, 9628, 13033, 9518, 12745, 9326, 12628, 9678, 12614, 9057, 10923, 9154, 10741, 9495, 7570, 9919, 8169, 11296, 9368, 11995, 9634, 12321, 9698, 12586, 9260, 12173, 8970, 11808, 8822, 11841, 8877, 12083, 9671, 12171, 9717, 12560, 9685, 12528, 10095, 12452, 10241, 12176, 10349, 14124, 11493, 12357, 10864, 13044, 10523, 13000, 10382, 7889, 10964, 8586, 12825, 10354, 8235, 10932, 9128, 8949, 9946, 14159, 11257, 11697, 10400, 8500, 11247, 9671, 11683, 9099, 12154, 10139, 11352, 9296, 11182, 8304, 11040, 8134, 11399, 9619, 10221, 9506, 7379, 10697, 9215, 12788, 10437, 14236, 11438, 13029, 11020, 13771, 11071, 15394, 11694, 12861, 10728, 12422, 10434, 8736, 10096, 8270, 10751, 8407, 11062, 8528, 12110, 9728, 12897, 9980, 13626, 10455, 12537, 10149, 12252, 9887, 8992, 10259, 8020, 11725, 9445, 13042, 10200, 10270, 9663, 8339, 11185, 8828, 12855, 10119, 13947, 10640, 13645, 10636, 12881, 10007, 8553, 10034, 8365, 12371, 9844, 12054, 9827, 9070, 10081, 8025, 11532, 9046, 13122, 10294, 13583, 10174, 13182, 10229, 12481, 10083, 9798, 10070, 9400, 10736, 8259, 10767, 8237, 11469, 8916, 11731, 9333, 12590, 9960, 11892, 10645, 11248, 10970, 8474, 10967, 9411, 8721, 10956, 9325, 14198, 11410, 14265, 11711, 14269, 11082, 12724, 10779, 13124, 10341, 10982, 10618, 8840, 11191, 8929, 11772, 8837, 11996, 9126, 12280, 9288, 12710, 9527, 11860, 9469, 12695, 9791, 12494, 9624, 9653, 9604, 8022, 10383, 8331, 12525, 9975, 12920, 10639, 11143, 10144, 9908, 11075, 8779, 12621, 9551, 13367, 10595, 13880, 10526, 13398, 10059, 12512, 9910, 10373, 9824, 7729, 11298, 8979, 12731, 10227, 11664, 9516, 8196, 11390, 9054, 12936, 10291, 13773, 11034, 13778, 11207, 12773, 10268, 9157, 11673, 8811, 12915, 9997, 7585, 11570, 9233, 11856, 9774, 10929, 10333, 8322, 10620, 9071, 11579, 9487, 8288, 10306, 8532, 12622, 9488, 13018, 10050, 11715, 9591, 7648, 10071, 8333, 11747, 9402, 12494, 9529, 9552, 9140, 7979, 10457, 8186, 9864, 9374, 7829, 11726, 9404, 11865, 10434, 8747, 11790, 9055, 13064, 9778, 12337, 9642, 9339, 9610, 7787, 10965, 9044, 9489, 9189, 7350, 10834, 9164, 12468, 9971, 12168, 9558, 9565, 10696, 8727, 13100, 10092, 13682, 10903, 13982, 10685, 12583, 10184, 13120, 9854, 10242, 10640, 8356, 11819, 9533, 12615, 10227, 11935, 9992, 8542, 10731, 8854, 11693, 9086, 12693, 9970, 12812, 10115, 13320, 9660, 12914, 9760, 13144, 9519, 12822, 9226, 11959, 9082, 10874, 9571, 9333, 9430, 8350, 9835, 8097, 10923, 8474, 11533, 8710, 11280, 8608, 11900, 9203, 9826, 8984, 7648, 10093, 8190, 11927, 8823, 12103, 9264, 13027, 10213, 12386, 9873, 12914, 10173, 13328, 9752, 12071, 10167, 11150, 9974, 8291, 10573, 8391, 11023, 8450, 11597, 8589, 11670, 8846, 11764, 8724, 11704, 9482, 7761, 10166, 8538, 8647, 9443, 12138, 11384, 9628, 10989, 9036, 11798, 9130, 12070, 9210, 10881, 9243, 7600, 9788, 7701, 11501, 9147, 11889, 10420, 12223, 9558, 11053, 10277, 8219, 11437, 8778, 11962, 9502, 10251, 8929, 8312, 9749, 8150, 11964, 8832, 12441, 9632, 12683, 9614, 12633, 9559, 12941, 9597, 12317, 9143, 11061, 9085, 8591, 8743, 7543, 10329, 8367, 11558, 8821, 11939, 9271, 11449, 9086, 10681, 9114, 7982, 9624, 8222, 11432, 8693, 12013, 9528, 12775, 9610, 11726, 9498, 9851, 9865, 10946, 10216, 8679, 11123, 8681, 11982, 9323, 12722, 10010, 9992, 9149, 7790, 10802, 8618, 12289, 9539, 10509, 9356, 7698, 10312, 8862, 11581, 10087, 9316, 10341, 8996, 12965, 10464, 7894, 11772, 9359, 9881, 12075, 9265, 9630, 11629, 10124, 12823, 12074, 10509, 15993, 10968, 12516, 10903, 9190, 14670, 10387, 9494, 10640, 8848, 7766, 9813, 8529, 7484, 10724, 8611, 11708, 10085, 8606, 13026, 11000, 16193, 11569, 13368, 10936, 11349, 11107, 8809, 13087, 9627, 7677, 10338, 8727, 8325, 9337, 8152, 8158, 9100, 8231, 10332, 9337, 7936, 11958, 9481, 9077, 11131, 8693, 9076, 9763, 8711, 7786], 'WindowCenter': [4294.0, 4288.0, 4243.0, 4292.0, 4259.0, 4268.0, 4246.0, 4225.0, 4255.0, 4234.0, 4276.0, 4244.0, 4253.0, 4233.0, 4212.0, 4253.0, 4221.0, 4264.0, 4243.0, 4264.0, 4232.0, 4263.0, 4220.0, 4199.0, 4220.0, 4189.0, 4230.0, 4221.0, 4243.0, 4213.0, 4204.0, 4244.0, 4224.0, 4244.0, 4222.0, 4212.0, 4232.0, 4202.0, 4252.0, 4223.0, 4264.0, 4231.0, 4262.0, 4230.0, 4252.0, 4232.0, 4241.0, 4231.0, 4201.0, 4243.0, 4224.0, 4263.0, 4246.0, 4203.0, 4254.0, 4224.0, 4265.0, 4243.0, 4263.0, 4230.0, 4221.0, 4221.0, 4221.0, 4252.0, 4220.0, 4241.0, 4210.0, 4241.0, 4219.0, 4240.0, 4221.0, 4251.0, 4230.0, 4200.0, 4221.0, 4213.0, 4243.0, 4223.0, 4252.0, 4233.0, 4234.0, 4224.0, 4232.0, 4244.0, 4202.0, 4244.0, 4224.0, 4253.0, 4222.0, 4252.0, 4232.0, 4262.0, 4231.0, 4252.0, 4230.0, 4251.0, 4220.0, 4250.0, 4220.0, 4250.0, 4219.0, 4229.0, 4208.0, 4210.0, 4219.0, 4198.0, 4230.0, 4210.0, 4241.0, 4221.0, 4252.0, 4221.0, 4243.0, 4222.0, 4221.0, 4223.0, 4212.0, 4233.0, 4211.0, 4232.0, 4202.0, 4242.0, 4212.0, 4253.0, 4233.0, 4253.0, 4245.0, 4234.0, 4224.0, 4214.0, 4246.0, 4214.0, 4257.0, 4236.0, 4267.0, 4236.0, 4236.0, 4246.0, 4235.0, 4256.0, 4214.0, 4254.0, 4223.0, 4264.0, 4234.0, 4264.0, 4233.0, 4263.0, 4233.0, 4254.0, 4232.0, 4212.0, 4232.0, 4213.0, 4253.0, 4224.0, 4264.0, 4246.0, 4266.0, 4235.0, 4237.0, 4245.0, 4245.0, 4244.0, 4223.0, 4244.0, 4213.0, 4243.0, 4223.0, 4253.0, 4234.0, 4224.0, 4245.0, 4225.0, 4277.0, 4247.0, 4254.0, 4234.0, 4215.0, 4255.0, 4214.0, 4254.0, 4223.0, 4263.0, 4233.0, 4263.0, 4233.0, 4264.0, 4233.0, 4243.0, 4233.0, 4213.0, 4234.0, 4213.0, 4255.0, 4223.0, 4265.0, 4234.0, 4264.0, 4234.0, 4265.0, 4234.0, 4264.0, 4232.0, 4242.0, 4232.0, 4212.0, 4242.0, 4211.0, 4252.0, 4222.0, 4263.0, 4232.0, 4262.0, 4232.0, 4242.0, 4221.0, 4202.0, 4243.0, 4212.0, 4262.0, 4222.0, 4263.0, 4232.0, 4241.0, 4222.0, 4211.0, 4232.0, 4201.0, 4252.0, 4224.0, 4265.0, 4234.0, 4263.0, 4232.0, 4242.0, 4222.0, 4201.0, 4232.0, 4212.0, 4253.0, 4223.0, 4264.0, 4233.0, 4243.0, 4223.0, 4224.0, 4233.0, 4202.0, 4253.0, 4224.0, 4264.0, 4234.0, 4264.0, 4233.0, 4254.0, 4232.0, 4232.0, 4233.0, 4213.0, 4242.0, 4213.0, 4253.0, 4223.0, 4265.0, 4245.0, 4214.0, 4236.0, 4227.0, 4239.0, 4239.0, 4228.0, 4278.0, 4246.0, 4289.0, 4256.0, 4276.0, 4254.0, 4276.0, 4254.0, 4263.0, 4243.0, 4276.0, 4235.0, 4253.0, 4232.0, 4222.0, 4243.0, 4212.0, 4243.0, 4233.0, 4203.0, 4235.0, 4226.0, 4266.0, 4248.0, 4280.0, 4271.0, 4292.0, 4239.0, 4257.0, 4256.0, 4262.0, 4242.0, 4252.0, 4252.0, 4240.0, 4240.0, 4249.0, 4239.0, 4229.0, 4239.0, 4220.0, 4240.0, 4219.0, 4239.0, 4216.0, 4240.0, 4227.0, 4238.0, 4218.0, 4252.0, 4210.0, 4241.0, 4223.0, 4253.0, 4232.0, 4232.0, 4232.0, 4214.0, 4256.0, 4246.0, 4225.0, 4279.0, 4247.0, 4269.0, 4258.0, 4226.0, 4265.0, 4224.0, 4265.0, 4244.0, 4274.0, 4267.0, 4267.0, 4245.0, 4234.0, 4256.0, 4236.0, 4276.0, 4256.0, 4266.0, 4245.0, 4225.0, 4277.0, 4257.0, 4285.0, 4254.0, 4248.0, 4256.0, 4236.0, 4277.0, 4245.0, 4226.0, 4276.0, 4245.0, 4223.0, 4266.0, 4258.0, 4247.0, 4287.0, 4258.0, 4276.0, 4255.0, 4285.0, 4253.0, 4242.0, 4241.0, 4209.0, 4252.0, 4220.0, 4251.0, 4229.0, 4240.0, 4230.0, 4208.0, 4230.0, 4209.0, 4252.0, 4230.0, 4231.0, 4232.0, 4210.0, 4251.0, 4231.0, 4224.0, 4243.0, 4224.0, 4252.0, 4242.0, 4226.0, 4265.0, 4244.0, 4244.0, 4277.0, 4244.0, 4263.0, 4242.0, 4222.0, 4272.0, 4230.0, 4219.0, 4263.0, 4232.0, 4211.0, 4253.0, 4233.0, 4250.0, 4241.0, 4219.0, 4261.0, 4229.0, 4248.0, 4226.0, 4227.0, 4216.0, 4216.0, 4216.0, 4195.0, 4235.0, 4206.0, 4236.0, 4205.0, 4236.0, 4217.0, 4218.0, 4218.0, 4201.0, 4220.0, 4200.0, 4241.0, 4220.0, 4237.0, 4207.0, 4208.0, 4209.0, 4198.0, 4239.0, 4221.0, 4250.0, 4232.0, 4252.0, 4229.0, 4220.0, 4230.0, 4200.0, 4228.0, 4211.0, 4240.0, 4221.0, 4251.0, 4221.0, 4263.0, 4232.0, 4233.0, 4222.0, 4212.0, 4233.0, 4214.0, 4245.0, 4215.0, 4265.0, 4235.0, 4235.0, 4245.0, 4236.0, 4278.0, 4257.0, 4279.0, 4256.0, 4265.0, 4246.0, 4214.0, 4255.0, 4226.0, 4265.0, 4246.0, 4255.0, 4236.0, 4204.0, 4257.0, 4239.0, 4279.0, 4257.0, 4229.0, 4281.0, 4260.0, 4290.0, 4269.0, 4289.0, 4257.0, 4290.0, 4270.0, 4247.0, 4278.0, 4258.0, 4277.0, 4258.0, 4278.0, 4257.0, 4233.0, 4265.0, 4245.0, 4276.0, 4245.0, 4276.0, 4255.0, 4275.0, 4254.0, 4265.0, 4232.0, 4213.0, 4244.0, 4222.0, 4264.0, 4235.0, 4254.0, 4234.0, 4213.0, 4254.0, 4236.0, 4235.0, 4237.0, 4225.0, 4246.0, 4224.0, 4266.0, 4235.0, 4277.0, 4255.0, 4277.0, 4247.0, 4266.0, 4255.0, 4224.0, 4265.0, 4233.0, 4253.0, 4222.0, 4253.0, 4220.0, 4251.0, 4221.0, 4240.0, 4221.0, 4252.0, 4233.0, 4252.0, 4231.0, 4223.0, 4232.0, 4212.0, 4243.0, 4212.0, 4243.0, 4213.0, 4254.0, 4235.0, 4254.0, 4234.0, 4264.0, 4235.0, 4265.0, 4245.0, 4263.0, 4233.0, 4264.0, 4235.0, 4265.0, 4233.0, 4234.0, 4243.0, 4225.0, 4245.0, 4213.0, 4254.0, 4225.0, 4265.0, 4245.0, 4225.0, 4257.0, 4247.0, 4238.0, 4260.0, 4237.0, 4278.0, 4246.0, 4278.0, 4244.0, 4276.0, 4245.0, 4224.0, 4264.0, 4247.0, 4278.0, 4259.0, 4238.0, 4246.0, 4227.0, 4268.0, 4245.0, 4216.0, 4269.0, 4262.0, 4303.0, 4271.0, 4302.0, 4268.0, 4290.0, 4256.0, 4264.0, 4242.0, 4252.0, 4232.0, 4232.0, 4232.0, 4212.0, 4242.0, 4213.0, 4253.0, 4223.0, 4251.0, 4221.0, 4252.0, 4222.0, 4251.0, 4222.0, 4251.0, 4234.0, 4253.0, 4222.0, 4251.0, 4209.0, 4242.0, 4233.0, 4254.0, 4245.0, 4214.0, 4245.0, 4226.0, 4254.0, 4221.0, 4242.0, 4233.0, 4253.0, 4222.0, 4252.0, 4222.0, 4252.0, 4222.0, 4253.0, 4221.0, 4251.0, 4221.0, 4253.0, 4234.0, 4253.0, 4233.0, 4264.0, 4235.0, 4263.0, 4246.0, 4266.0, 4245.0, 4263.0, 4244.0, 4277.0, 4255.0, 4265.0, 4244.0, 4267.0, 4245.0, 4264.0, 4233.0, 4213.0, 4245.0, 4225.0, 4266.0, 4246.0, 4227.0, 4258.0, 4248.0, 4237.0, 4258.0, 4289.0, 4258.0, 4255.0, 4244.0, 4224.0, 4255.0, 4236.0, 4255.0, 4222.0, 4255.0, 4233.0, 4242.0, 4222.0, 4256.0, 4213.0, 4244.0, 4215.0, 4255.0, 4235.0, 4243.0, 4246.0, 4218.0, 4257.0, 4237.0, 4276.0, 4257.0, 4277.0, 4256.0, 4267.0, 4245.0, 4276.0, 4244.0, 4274.0, 4254.0, 4254.0, 4244.0, 4252.0, 4232.0, 4211.0, 4233.0, 4213.0, 4243.0, 4211.0, 4244.0, 4225.0, 4254.0, 4234.0, 4264.0, 4246.0, 4264.0, 4244.0, 4264.0, 4245.0, 4265.0, 4233.0, 4223.0, 4233.0, 4214.0, 4254.0, 4235.0, 4264.0, 4245.0, 4246.0, 4234.0, 4214.0, 4255.0, 4236.0, 4266.0, 4245.0, 4276.0, 4258.0, 4278.0, 4244.0, 4264.0, 4233.0, 4223.0, 4245.0, 4225.0, 4276.0, 4249.0, 4268.0, 4246.0, 4237.0, 4247.0, 4227.0, 4256.0, 4237.0, 4266.0, 4244.0, 4265.0, 4245.0, 4266.0, 4247.0, 4266.0, 4233.0, 4234.0, 4234.0, 4223.0, 4243.0, 4213.0, 4243.0, 4212.0, 4255.0, 4222.0, 4254.0, 4235.0, 4265.0, 4245.0, 4268.0, 4257.0, 4245.0, 4244.0, 4225.0, 4245.0, 4234.0, 4225.0, 4256.0, 4248.0, 4278.0, 4256.0, 4265.0, 4253.0, 4264.0, 4243.0, 4253.0, 4243.0, 4252.0, 4232.0, 4231.0, 4231.0, 4222.0, 4242.0, 4210.0, 4241.0, 4222.0, 4252.0, 4222.0, 4253.0, 4224.0, 4252.0, 4232.0, 4253.0, 4234.0, 4253.0, 4233.0, 4265.0, 4234.0, 4234.0, 4234.0, 4214.0, 4244.0, 4226.0, 4265.0, 4245.0, 4266.0, 4246.0, 4255.0, 4246.0, 4234.0, 4255.0, 4223.0, 4254.0, 4235.0, 4266.0, 4245.0, 4265.0, 4244.0, 4276.0, 4234.0, 4264.0, 4244.0, 4244.0, 4234.0, 4215.0, 4255.0, 4237.0, 4276.0, 4246.0, 4255.0, 4235.0, 4224.0, 4256.0, 4236.0, 4266.0, 4245.0, 4276.0, 4245.0, 4277.0, 4244.0, 4254.0, 4234.0, 4222.0, 4243.0, 4223.0, 4253.0, 4233.0, 4202.0, 4254.0, 4234.0, 4254.0, 4236.0, 4243.0, 4233.0, 4212.0, 4233.0, 4212.0, 4242.0, 4222.0, 4214.0, 4234.0, 4213.0, 4254.0, 4222.0, 4254.0, 4222.0, 4242.0, 4221.0, 4203.0, 4232.0, 4213.0, 4242.0, 4223.0, 4254.0, 4233.0, 4233.0, 4224.0, 4214.0, 4244.0, 4224.0, 4235.0, 4235.0, 4216.0, 4268.0, 4238.0, 4258.0, 4245.0, 4215.0, 4255.0, 4224.0, 4265.0, 4234.0, 4254.0, 4236.0, 4224.0, 4234.0, 4217.0, 4246.0, 4225.0, 4234.0, 4224.0, 4205.0, 4256.0, 4235.0, 4267.0, 4247.0, 4266.0, 4237.0, 4235.0, 4246.0, 4226.0, 4268.0, 4246.0, 4266.0, 4245.0, 4265.0, 4233.0, 4255.0, 4234.0, 4254.0, 4233.0, 4235.0, 4233.0, 4214.0, 4254.0, 4236.0, 4266.0, 4234.0, 4254.0, 4232.0, 4211.0, 4244.0, 4223.0, 4243.0, 4212.0, 4253.0, 4230.0, 4253.0, 4221.0, 4251.0, 4219.0, 4240.0, 4220.0, 4250.0, 4220.0, 4240.0, 4209.0, 4241.0, 4210.0, 4232.0, 4220.0, 4210.0, 4220.0, 4211.0, 4233.0, 4200.0, 4243.0, 4211.0, 4242.0, 4210.0, 4231.0, 4211.0, 4241.0, 4221.0, 4231.0, 4223.0, 4202.0, 4245.0, 4213.0, 4242.0, 4222.0, 4253.0, 4224.0, 4264.0, 4233.0, 4254.0, 4234.0, 4253.0, 4233.0, 4264.0, 4223.0, 4240.0, 4231.0, 4242.0, 4231.0, 4200.0, 4231.0, 4212.0, 4230.0, 4200.0, 4241.0, 4212.0, 4241.0, 4221.0, 4252.0, 4213.0, 4253.0, 4223.0, 4215.0, 4245.0, 4225.0, 4227.0, 4247.0, 4265.0, 4254.0, 4222.0, 4243.0, 4224.0, 4243.0, 4222.0, 4253.0, 4224.0, 4244.0, 4222.0, 4203.0, 4234.0, 4202.0, 4255.0, 4223.0, 4256.0, 4244.0, 4267.0, 4236.0, 4255.0, 4244.0, 4214.0, 4255.0, 4225.0, 4255.0, 4233.0, 4244.0, 4225.0, 4224.0, 4235.0, 4213.0, 4256.0, 4225.0, 4254.0, 4232.0, 4252.0, 4222.0, 4254.0, 4222.0, 4252.0, 4223.0, 4252.0, 4223.0, 4242.0, 4222.0, 4212.0, 4224.0, 4213.0, 4243.0, 4224.0, 4254.0, 4225.0, 4254.0, 4233.0, 4255.0, 4225.0, 4245.0, 4224.0, 4214.0, 4234.0, 4213.0, 4254.0, 4224.0, 4255.0, 4235.0, 4265.0, 4235.0, 4255.0, 4234.0, 4233.0, 4234.0, 4246.0, 4244.0, 4212.0, 4244.0, 4222.0, 4253.0, 4233.0, 4265.0, 4233.0, 4233.0, 4232.0, 4214.0, 4245.0, 4225.0, 4265.0, 4235.0, 4244.0, 4235.0, 4215.0, 4258.0, 4236.0, 4268.0, 4273.0, 4247.0, 4258.0, 4239.0, 4277.0, 4247.0, 4215.0, 4268.0, 4236.0, 4246.0, 4267.0, 4235.0, 4249.0, 4268.0, 4248.0, 4267.0, 4267.0, 4245.0, 4275.0, 4245.0, 4252.0, 4231.0, 4220.0, 4264.0, 4231.0, 4221.0, 4233.0, 4221.0, 4200.0, 4219.0, 4211.0, 4202.0, 4244.0, 4223.0, 4252.0, 4232.0, 4211.0, 4252.0, 4243.0, 4273.0, 4240.0, 4250.0, 4230.0, 4229.0, 4228.0, 4195.0, 4239.0, 4207.0, 4186.0, 4216.0, 4208.0, 4212.0, 4220.0, 4200.0, 4198.0, 4208.0, 4212.0, 4231.0, 4222.0, 4201.0, 4254.0, 4223.0, 4211.0, 4242.0, 4226.0, 4224.0, 4233.0, 4209.0, 4186.0], 'WindowWidth': [9513.0, 9491.0, 9421.0, 9483.0, 9429.0, 9439.0, 9406.0, 9377.0, 9416.0, 9386.0, 9448.0, 9399.0, 9410.0, 9382.0, 9354.0, 9411.0, 9364.0, 9428.0, 9394.0, 9428.0, 9381.0, 9422.0, 9357.0, 9329.0, 9357.0, 9314.0, 9372.0, 9363.0, 9397.0, 9357.0, 9345.0, 9397.0, 9370.0, 9398.0, 9368.0, 9351.0, 9379.0, 9338.0, 9406.0, 9369.0, 9425.0, 9377.0, 9421.0, 9374.0, 9406.0, 9379.0, 9389.0, 9377.0, 9334.0, 9397.0, 9372.0, 9422.0, 9407.0, 9344.0, 9414.0, 9371.0, 9431.0, 9396.0, 9422.0, 9374.0, 9361.0, 9362.0, 9364.0, 9407.0, 9360.0, 9390.0, 9345.0, 9389.0, 9358.0, 9388.0, 9361.0, 9406.0, 9374.0, 9335.0, 9364.0, 9356.0, 9397.0, 9370.0, 9410.0, 9382.0, 9385.0, 9372.0, 9380.0, 9399.0, 9340.0, 9400.0, 9371.0, 9411.0, 9365.0, 9410.0, 9380.0, 9422.0, 9376.0, 9409.0, 9374.0, 9405.0, 9360.0, 9402.0, 9358.0, 9401.0, 9357.0, 9371.0, 9341.0, 9346.0, 9359.0, 9329.0, 9372.0, 9349.0, 9392.0, 9364.0, 9408.0, 9364.0, 9397.0, 9366.0, 9365.0, 9368.0, 9355.0, 9383.0, 9351.0, 9379.0, 9340.0, 9393.0, 9354.0, 9409.0, 9383.0, 9412.0, 9403.0, 9390.0, 9373.0, 9360.0, 9406.0, 9363.0, 9422.0, 9393.0, 9437.0, 9394.0, 9394.0, 9408.0, 9390.0, 9421.0, 9360.0, 9415.0, 9371.0, 9429.0, 9386.0, 9428.0, 9383.0, 9426.0, 9382.0, 9413.0, 9382.0, 9353.0, 9382.0, 9357.0, 9411.0, 9374.0, 9430.0, 9406.0, 9434.0, 9392.0, 9396.0, 9407.0, 9406.0, 9404.0, 9373.0, 9402.0, 9358.0, 9398.0, 9370.0, 9412.0, 9388.0, 9376.0, 9404.0, 9380.0, 9455.0, 9410.0, 9418.0, 9388.0, 9364.0, 9419.0, 9361.0, 9415.0, 9371.0, 9426.0, 9383.0, 9425.0, 9384.0, 9429.0, 9385.0, 9399.0, 9384.0, 9359.0, 9388.0, 9360.0, 9417.0, 9373.0, 9431.0, 9388.0, 9429.0, 9386.0, 9434.0, 9387.0, 9428.0, 9382.0, 9394.0, 9381.0, 9355.0, 9395.0, 9352.0, 9408.0, 9369.0, 9425.0, 9381.0, 9424.0, 9382.0, 9395.0, 9366.0, 9341.0, 9397.0, 9354.0, 9424.0, 9368.0, 9429.0, 9383.0, 9394.0, 9368.0, 9353.0, 9383.0, 9339.0, 9410.0, 9375.0, 9432.0, 9390.0, 9427.0, 9381.0, 9395.0, 9368.0, 9339.0, 9383.0, 9357.0, 9410.0, 9372.0, 9431.0, 9385.0, 9398.0, 9370.0, 9375.0, 9385.0, 9343.0, 9413.0, 9375.0, 9431.0, 9387.0, 9431.0, 9385.0, 9416.0, 9384.0, 9383.0, 9384.0, 9358.0, 9397.0, 9356.0, 9411.0, 9373.0, 9432.0, 9402.0, 9362.0, 9395.0, 9386.0, 9406.0, 9405.0, 9388.0, 9455.0, 9410.0, 9473.0, 9421.0, 9452.0, 9415.0, 9450.0, 9413.0, 9427.0, 9398.0, 9447.0, 9389.0, 9409.0, 9383.0, 9371.0, 9397.0, 9356.0, 9399.0, 9385.0, 9346.0, 9390.0, 9383.0, 9435.0, 9417.0, 9463.0, 9450.0, 9478.0, 9400.0, 9424.0, 9419.0, 9422.0, 9392.0, 9408.0, 9407.0, 9386.0, 9386.0, 9397.0, 9384.0, 9370.0, 9383.0, 9359.0, 9385.0, 9356.0, 9382.0, 9349.0, 9386.0, 9364.0, 9379.0, 9355.0, 9406.0, 9348.0, 9389.0, 9370.0, 9410.0, 9381.0, 9381.0, 9382.0, 9360.0, 9418.0, 9406.0, 9378.0, 9454.0, 9413.0, 9443.0, 9424.0, 9378.0, 9430.0, 9373.0, 9430.0, 9399.0, 9441.0, 9434.0, 9435.0, 9403.0, 9385.0, 9420.0, 9392.0, 9447.0, 9419.0, 9434.0, 9402.0, 9374.0, 9449.0, 9421.0, 9461.0, 9413.0, 9410.0, 9419.0, 9393.0, 9451.0, 9402.0, 9378.0, 9447.0, 9401.0, 9371.0, 9433.0, 9425.0, 9407.0, 9465.0, 9428.0, 9448.0, 9415.0, 9463.0, 9408.0, 9390.0, 9389.0, 9342.0, 9403.0, 9359.0, 9403.0, 9370.0, 9386.0, 9374.0, 9340.0, 9373.0, 9345.0, 9405.0, 9375.0, 9379.0, 9380.0, 9349.0, 9404.0, 9377.0, 9371.0, 9398.0, 9371.0, 9409.0, 9394.0, 9380.0, 9430.0, 9399.0, 9399.0, 9448.0, 9397.0, 9423.0, 9392.0, 9366.0, 9435.0, 9371.0, 9355.0, 9422.0, 9379.0, 9348.0, 9409.0, 9381.0, 9401.0, 9387.0, 9355.0, 9419.0, 9369.0, 9397.0, 9359.0, 9361.0, 9345.0, 9344.0, 9345.0, 9316.0, 9371.0, 9335.0, 9372.0, 9330.0, 9377.0, 9350.0, 9352.0, 9353.0, 9334.0, 9363.0, 9332.0, 9391.0, 9355.0, 9379.0, 9334.0, 9339.0, 9341.0, 9327.0, 9382.0, 9360.0, 9401.0, 9377.0, 9406.0, 9371.0, 9360.0, 9372.0, 9330.0, 9369.0, 9347.0, 9385.0, 9360.0, 9401.0, 9362.0, 9420.0, 9378.0, 9383.0, 9365.0, 9354.0, 9383.0, 9357.0, 9401.0, 9360.0, 9426.0, 9388.0, 9391.0, 9403.0, 9393.0, 9451.0, 9420.0, 9454.0, 9419.0, 9431.0, 9404.0, 9358.0, 9415.0, 9378.0, 9430.0, 9405.0, 9417.0, 9390.0, 9349.0, 9422.0, 9402.0, 9454.0, 9424.0, 9387.0, 9460.0, 9432.0, 9475.0, 9442.0, 9471.0, 9424.0, 9470.0, 9444.0, 9408.0, 9452.0, 9424.0, 9452.0, 9423.0, 9453.0, 9423.0, 9385.0, 9430.0, 9401.0, 9447.0, 9400.0, 9449.0, 9415.0, 9448.0, 9412.0, 9428.0, 9380.0, 9353.0, 9399.0, 9364.0, 9423.0, 9389.0, 9413.0, 9383.0, 9357.0, 9414.0, 9392.0, 9391.0, 9394.0, 9377.0, 9405.0, 9372.0, 9432.0, 9390.0, 9451.0, 9417.0, 9448.0, 9406.0, 9432.0, 9416.0, 9371.0, 9427.0, 9382.0, 9408.0, 9365.0, 9408.0, 9361.0, 9402.0, 9361.0, 9386.0, 9361.0, 9405.0, 9381.0, 9408.0, 9377.0, 9367.0, 9379.0, 9354.0, 9396.0, 9352.0, 9393.0, 9354.0, 9410.0, 9385.0, 9409.0, 9382.0, 9426.0, 9387.0, 9428.0, 9399.0, 9425.0, 9381.0, 9427.0, 9386.0, 9429.0, 9381.0, 9385.0, 9397.0, 9374.0, 9401.0, 9356.0, 9412.0, 9374.0, 9428.0, 9401.0, 9377.0, 9422.0, 9408.0, 9399.0, 9429.0, 9396.0, 9450.0, 9404.0, 9452.0, 9401.0, 9447.0, 9402.0, 9370.0, 9427.0, 9406.0, 9451.0, 9426.0, 9396.0, 9404.0, 9381.0, 9437.0, 9404.0, 9367.0, 9439.0, 9437.0, 9497.0, 9447.0, 9497.0, 9438.0, 9474.0, 9418.0, 9429.0, 9393.0, 9404.0, 9377.0, 9377.0, 9378.0, 9352.0, 9392.0, 9354.0, 9407.0, 9366.0, 9402.0, 9360.0, 9406.0, 9364.0, 9403.0, 9363.0, 9404.0, 9385.0, 9407.0, 9363.0, 9403.0, 9344.0, 9393.0, 9384.0, 9413.0, 9401.0, 9359.0, 9404.0, 9376.0, 9410.0, 9363.0, 9392.0, 9379.0, 9408.0, 9364.0, 9406.0, 9365.0, 9405.0, 9364.0, 9406.0, 9360.0, 9403.0, 9362.0, 9406.0, 9383.0, 9408.0, 9382.0, 9424.0, 9386.0, 9425.0, 9402.0, 9430.0, 9400.0, 9426.0, 9399.0, 9448.0, 9413.0, 9430.0, 9399.0, 9435.0, 9401.0, 9427.0, 9382.0, 9354.0, 9399.0, 9376.0, 9431.0, 9404.0, 9382.0, 9423.0, 9412.0, 9396.0, 9425.0, 9470.0, 9423.0, 9416.0, 9399.0, 9373.0, 9415.0, 9388.0, 9415.0, 9366.0, 9412.0, 9381.0, 9392.0, 9365.0, 9417.0, 9352.0, 9396.0, 9360.0, 9411.0, 9387.0, 9396.0, 9405.0, 9371.0, 9421.0, 9395.0, 9447.0, 9419.0, 9451.0, 9417.0, 9436.0, 9400.0, 9447.0, 9399.0, 9445.0, 9409.0, 9412.0, 9395.0, 9405.0, 9377.0, 9348.0, 9378.0, 9353.0, 9394.0, 9350.0, 9395.0, 9373.0, 9410.0, 9386.0, 9426.0, 9403.0, 9428.0, 9397.0, 9426.0, 9397.0, 9428.0, 9382.0, 9367.0, 9381.0, 9359.0, 9412.0, 9387.0, 9427.0, 9399.0, 9403.0, 9387.0, 9358.0, 9415.0, 9391.0, 9431.0, 9402.0, 9445.0, 9424.0, 9450.0, 9397.0, 9424.0, 9381.0, 9370.0, 9400.0, 9374.0, 9447.0, 9412.0, 9438.0, 9404.0, 9392.0, 9408.0, 9379.0, 9418.0, 9392.0, 9430.0, 9398.0, 9429.0, 9399.0, 9431.0, 9405.0, 9429.0, 9381.0, 9385.0, 9384.0, 9369.0, 9394.0, 9353.0, 9395.0, 9355.0, 9411.0, 9367.0, 9411.0, 9390.0, 9428.0, 9402.0, 9436.0, 9421.0, 9401.0, 9396.0, 9375.0, 9401.0, 9386.0, 9374.0, 9418.0, 9410.0, 9453.0, 9416.0, 9430.0, 9407.0, 9428.0, 9395.0, 9408.0, 9392.0, 9405.0, 9377.0, 9374.0, 9373.0, 9363.0, 9390.0, 9345.0, 9389.0, 9364.0, 9403.0, 9364.0, 9408.0, 9369.0, 9406.0, 9379.0, 9408.0, 9382.0, 9407.0, 9380.0, 9428.0, 9385.0, 9385.0, 9384.0, 9357.0, 9399.0, 9375.0, 9427.0, 9401.0, 9432.0, 9404.0, 9414.0, 9402.0, 9386.0, 9416.0, 9369.0, 9413.0, 9385.0, 9430.0, 9398.0, 9427.0, 9398.0, 9446.0, 9386.0, 9429.0, 9400.0, 9398.0, 9385.0, 9360.0, 9413.0, 9393.0, 9447.0, 9404.0, 9413.0, 9387.0, 9371.0, 9415.0, 9390.0, 9432.0, 9402.0, 9447.0, 9400.0, 9448.0, 9397.0, 9410.0, 9381.0, 9363.0, 9392.0, 9367.0, 9408.0, 9380.0, 9339.0, 9411.0, 9383.0, 9412.0, 9388.0, 9394.0, 9380.0, 9350.0, 9379.0, 9348.0, 9390.0, 9362.0, 9355.0, 9381.0, 9351.0, 9410.0, 9363.0, 9409.0, 9363.0, 9390.0, 9360.0, 9340.0, 9376.0, 9350.0, 9390.0, 9367.0, 9410.0, 9380.0, 9380.0, 9369.0, 9354.0, 9395.0, 9372.0, 9386.0, 9386.0, 9366.0, 9434.0, 9393.0, 9423.0, 9401.0, 9357.0, 9411.0, 9369.0, 9429.0, 9384.0, 9411.0, 9387.0, 9370.0, 9382.0, 9363.0, 9400.0, 9370.0, 9383.0, 9369.0, 9349.0, 9417.0, 9387.0, 9435.0, 9405.0, 9431.0, 9392.0, 9388.0, 9402.0, 9376.0, 9435.0, 9403.0, 9433.0, 9400.0, 9432.0, 9381.0, 9413.0, 9382.0, 9410.0, 9380.0, 9384.0, 9379.0, 9354.0, 9411.0, 9389.0, 9434.0, 9383.0, 9409.0, 9378.0, 9348.0, 9395.0, 9365.0, 9392.0, 9348.0, 9406.0, 9371.0, 9407.0, 9359.0, 9401.0, 9353.0, 9384.0, 9356.0, 9399.0, 9357.0, 9383.0, 9340.0, 9389.0, 9345.0, 9378.0, 9356.0, 9343.0, 9356.0, 9347.0, 9379.0, 9332.0, 9394.0, 9345.0, 9391.0, 9343.0, 9373.0, 9346.0, 9386.0, 9359.0, 9374.0, 9365.0, 9340.0, 9398.0, 9354.0, 9390.0, 9364.0, 9409.0, 9370.0, 9426.0, 9381.0, 9412.0, 9383.0, 9409.0, 9378.0, 9422.0, 9365.0, 9386.0, 9373.0, 9390.0, 9373.0, 9330.0, 9374.0, 9348.0, 9372.0, 9330.0, 9387.0, 9350.0, 9386.0, 9362.0, 9404.0, 9354.0, 9407.0, 9365.0, 9360.0, 9399.0, 9373.0, 9379.0, 9407.0, 9427.0, 9411.0, 9364.0, 9394.0, 9369.0, 9394.0, 9362.0, 9407.0, 9369.0, 9400.0, 9365.0, 9341.0, 9382.0, 9340.0, 9412.0, 9369.0, 9418.0, 9398.0, 9432.0, 9388.0, 9413.0, 9399.0, 9355.0, 9412.0, 9374.0, 9414.0, 9382.0, 9397.0, 9373.0, 9372.0, 9387.0, 9356.0, 9416.0, 9372.0, 9412.0, 9379.0, 9406.0, 9364.0, 9409.0, 9363.0, 9405.0, 9365.0, 9408.0, 9367.0, 9393.0, 9365.0, 9351.0, 9370.0, 9356.0, 9396.0, 9371.0, 9411.0, 9374.0, 9411.0, 9382.0, 9416.0, 9373.0, 9399.0, 9371.0, 9357.0, 9385.0, 9355.0, 9411.0, 9370.0, 9415.0, 9387.0, 9429.0, 9387.0, 9416.0, 9384.0, 9381.0, 9384.0, 9402.0, 9399.0, 9351.0, 9395.0, 9365.0, 9407.0, 9382.0, 9427.0, 9380.0, 9380.0, 9380.0, 9358.0, 9401.0, 9373.0, 9428.0, 9388.0, 9400.0, 9388.0, 9364.0, 9422.0, 9391.0, 9441.0, 9451.0, 9409.0, 9424.0, 9400.0, 9451.0, 9408.0, 9363.0, 9435.0, 9393.0, 9403.0, 9434.0, 9389.0, 9412.0, 9438.0, 9408.0, 9434.0, 9436.0, 9399.0, 9448.0, 9399.0, 9407.0, 9374.0, 9357.0, 9427.0, 9373.0, 9362.0, 9379.0, 9361.0, 9330.0, 9355.0, 9346.0, 9337.0, 9397.0, 9368.0, 9405.0, 9377.0, 9348.0, 9406.0, 9393.0, 9438.0, 9384.0, 9398.0, 9371.0, 9366.0, 9365.0, 9315.0, 9381.0, 9332.0, 9304.0, 9345.0, 9338.0, 9352.0, 9358.0, 9329.0, 9326.0, 9339.0, 9349.0, 9375.0, 9363.0, 9333.0, 9411.0, 9366.0, 9347.0, 9389.0, 9376.0, 9372.0, 9379.0, 9341.0, 9304.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.004442126245847175</td></tr>
<tr><td colspan=3>aqi</td><td>0.03306211021594684</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.743535457955105</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2120550060681663</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0356581675311702</td></tr>
<tr><td colspan=3>efc</td><td>0.4826</td></tr>
<tr><td colspan=3>fber</td><td>4487.6904</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11704806788513536</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.059800664451827</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6421145842476066</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6616006638152223</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.709317208132117</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.555425880795481</td></tr>
<tr><td colspan=3>gcor</td><td>0.00652614</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>4.360600723885e-05</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.011810150928795338</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1204</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.073962000304089</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>20.5427</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.0121</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.2827</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300094.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>854.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.3584</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8733</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.6453</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3457.4255</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3642.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76450.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1290.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>893.9642</td></tr>
<tr><td colspan=3>tsnr</td><td>35.21580616757274</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>