<?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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-01/func/sub-0069_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>7d0dff28a37a4441b63fe4eec3ef6748</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>17:31:57.712500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99929, 0.0297138, 0.0231522, -0.0312294, 0.997189, 0.0681142]</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.077488</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>56</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7765, -7347, 661, -42, -203, 60, 60]</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.835</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d490fb73-ebc9-4a82-a9fe-05fcac85ab61||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681022882461548, -0.08378628641366959, 0.056870654225349426, 114.41546630859375], [-0.07971998304128647, 2.675384283065796, 0.18573009967803955, -100.2589111328125], [0.062115736305713654, -0.18274551630020142, 2.6930038928985596, -86.65815734863281], [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': ['173157.712500', '173158.172500', '173158.632500', '173159.092500', '173159.552500', '173200.012500', '173200.472500', '173200.932500', '173201.392500', '173201.852500', '173202.312500', '173202.772500', '173203.232500', '173203.692500', '173204.152500', '173204.612500', '173205.072500', '173205.532500', '173205.992500', '173206.452500', '173206.912500', '173207.372500', '173207.832500', '173208.292500', '173208.752500', '173209.212500', '173209.672500', '173210.132500', '173210.592500', '173211.052500', '173211.512500', '173211.972500', '173212.432500', '173212.892500', '173213.352500', '173213.812500', '173214.272500', '173214.732500', '173215.192500', '173215.652500', '173216.112500', '173216.572500', '173217.032500', '173217.492500', '173217.952500', '173218.412500', '173218.872500', '173219.332500', '173219.792500', '173220.252500', '173220.712500', '173221.172500', '173221.632500', '173222.092500', '173222.552500', '173223.012500', '173223.472500', '173223.932500', '173224.392500', '173224.852500', '173225.312500', '173225.772500', '173226.232500', '173226.692500', '173227.152500', '173227.612500', '173228.072500', '173228.532500', '173228.992500', '173229.452500', '173229.912500', '173230.372500', '173230.832500', '173231.292500', '173231.752500', '173232.212500', '173232.672500', '173233.132500', '173233.592500', '173234.052500', '173234.512500', '173234.972500', '173235.432500', '173235.892500', '173236.352500', '173236.812500', '173237.272500', '173237.732500', '173238.192500', '173238.652500', '173239.112500', '173239.572500', '173240.032500', '173240.492500', '173240.952500', '173241.412500', '173241.872500', '173242.332500', '173242.792500', '173243.252500', '173243.712500', '173244.172500', '173244.632500', '173245.092500', '173245.552500', '173246.012500', '173246.472500', '173246.932500', '173247.392500', '173247.852500', '173248.312500', '173248.772500', '173249.232500', '173249.692500', '173250.152500', '173250.612500', '173251.072500', '173251.532500', '173251.992500', '173252.452500', '173252.912500', '173253.372500', '173253.832500', '173254.292500', '173254.752500', '173255.212500', '173255.672500', '173256.132500', '173256.592500', '173257.052500', '173257.512500', '173257.972500', '173258.432500', '173258.892500', '173259.352500', '173259.812500', '173300.272500', '173300.732500', '173301.192500', '173301.652500', '173302.112500', '173302.572500', '173303.032500', '173303.492500', '173303.952500', '173304.412500', '173304.872500', '173305.332500', '173305.792500', '173306.252500', '173306.712500', '173307.172500', '173307.632500', '173308.092500', '173308.552500', '173309.012500', '173309.472500', '173309.932500', '173310.392500', '173310.852500', '173311.312500', '173311.772500', '173312.232500', '173312.692500', '173313.152500', '173313.612500', '173314.072500', '173314.532500', '173314.992500', '173315.452500', '173315.912500', '173316.372500', '173316.832500', '173317.292500', '173317.752500', '173318.212500', '173318.672500', '173319.132500', '173319.592500', '173320.052500', '173320.512500', '173320.972500', '173321.432500', '173321.892500', '173322.352500', '173322.812500', '173323.272500', '173323.732500', '173324.192500', '173324.652500', '173325.112500', '173325.572500', '173326.032500', '173326.492500', '173326.952500', '173327.412500', '173327.872500', '173328.332500', '173328.792500', '173329.252500', '173329.712500', '173330.172500', '173330.632500', '173331.092500', '173331.552500', '173332.012500', '173332.472500', '173332.932500', '173333.392500', '173333.852500', '173334.312500', '173334.772500', '173335.232500', '173335.692500', '173336.152500', '173336.612500', '173337.072500', '173337.532500', '173337.992500', '173338.452500', '173338.912500', '173339.372500', '173339.832500', '173340.292500', '173340.752500', '173341.212500', '173341.672500', '173342.132500', '173342.592500', '173343.052500', '173343.512500', '173343.972500', '173344.432500', '173344.892500', '173345.352500', '173345.812500', '173346.272500', '173346.732500', '173347.192500', '173347.652500', '173348.112500', '173348.572500', '173349.032500', '173349.492500', '173349.952500', '173350.412500', '173350.872500', '173351.332500', '173351.792500', '173352.252500', '173352.712500', '173353.172500', '173353.632500', '173354.092500', '173354.552500', '173355.012500', '173355.472500', '173355.932500', '173356.392500', '173356.852500', '173357.312500', '173357.772500', '173358.232500', '173358.692500', '173359.152500', '173359.612500', '173400.072500', '173400.532500', '173400.992500', '173401.452500', '173401.912500', '173402.372500', '173402.832500', '173403.292500', '173403.752500', '173404.212500', '173404.672500', '173405.132500', '173405.592500', '173406.052500', '173406.512500', '173406.972500', '173407.432500', '173407.892500', '173408.352500', '173408.812500', '173409.272500', '173409.732500', '173410.192500', '173410.652500', '173411.112500', '173411.572500', '173412.032500', '173412.492500', '173412.952500', '173413.412500', '173413.872500', '173414.332500', '173414.792500', '173415.252500', '173415.712500', '173416.172500', '173416.632500', '173417.092500', '173417.552500', '173418.012500', '173418.472500', '173418.932500', '173419.392500', '173419.852500', '173420.312500', '173420.772500', '173421.232500', '173421.692500', '173422.152500', '173422.612500', '173423.072500', '173423.532500', '173423.992500', '173424.452500', '173424.912500', '173425.372500', '173425.832500', '173426.292500', '173426.752500', '173427.212500', '173427.672500', '173428.132500', '173428.592500', '173429.052500', '173429.512500', '173429.972500', '173430.432500', '173430.892500', '173431.352500', '173431.812500', '173432.272500', '173432.732500', '173433.192500', '173433.652500', '173434.112500', '173434.572500', '173435.032500', '173435.492500', '173435.952500', '173436.412500', '173436.872500', '173437.332500', '173437.792500', '173438.252500', '173438.712500', '173439.172500', '173439.632500', '173440.092500', '173440.552500', '173441.012500', '173441.472500', '173441.932500', '173442.392500', '173442.852500', '173443.312500', '173443.772500', '173444.232500', '173444.692500', '173445.152500', '173445.612500', '173446.072500', '173446.532500', '173446.992500', '173447.452500', '173447.912500', '173448.372500', '173448.832500', '173449.292500', '173449.752500', '173450.212500', '173450.672500', '173451.132500', '173451.592500', '173452.052500', '173452.512500', '173452.972500', '173453.432500', '173453.892500', '173454.352500', '173454.812500', '173455.272500', '173455.732500', '173456.192500', '173456.652500', '173457.112500', '173457.572500', '173458.032500', '173458.492500', '173458.952500', '173459.412500', '173459.872500', '173500.332500', '173500.792500', '173501.252500', '173501.712500', '173502.172500', '173502.632500', '173503.092500', '173503.552500', '173504.012500', '173504.472500', '173504.932500', '173505.392500', '173505.852500', '173506.312500', '173506.772500', '173507.232500', '173507.692500', '173508.152500', '173508.612500', '173509.072500', '173509.532500', '173509.992500', '173510.452500', '173510.912500', '173511.372500', '173511.832500', '173512.292500', '173512.752500', '173513.212500', '173513.672500', '173514.132500', '173514.592500', '173515.052500', '173515.512500', '173515.972500', '173516.432500', '173516.892500', '173517.352500', '173517.812500', '173518.272500', '173518.732500', '173519.192500', '173519.652500', '173520.112500', '173520.572500', '173521.032500', '173521.492500', '173521.952500', '173522.412500', '173522.872500', '173523.332500', '173523.792500', '173524.252500', '173524.712500', '173525.172500', '173525.632500', '173526.092500', '173526.552500', '173527.012500', '173527.472500', '173527.932500', '173528.392500', '173528.852500', '173529.312500', '173529.772500', '173530.232500', '173530.692500', '173531.152500', '173531.612500', '173532.072500', '173532.532500', '173532.992500', '173533.452500', '173533.912500', '173534.372500', '173534.832500', '173535.292500', '173535.752500', '173536.212500', '173536.672500', '173537.132500', '173537.592500', '173538.052500', '173538.512500', '173538.972500', '173539.432500', '173539.892500', '173540.352500', '173540.812500', '173541.272500', '173541.732500', '173542.192500', '173542.652500', '173543.112500', '173543.572500', '173544.032500', '173544.492500', '173544.952500', '173545.412500', '173545.872500', '173546.332500', '173546.792500', '173547.252500', '173547.712500', '173548.172500', '173548.632500', '173549.092500', '173549.552500', '173550.012500', '173550.472500', '173550.932500', '173551.392500', '173551.852500', '173552.312500', '173552.772500', '173553.232500', '173553.692500', '173554.152500', '173554.612500', '173555.072500', '173555.532500', '173555.992500', '173556.452500', '173556.912500', '173557.372500', '173557.832500', '173558.292500', '173558.752500', '173559.212500', '173559.672500', '173600.132500', '173600.592500', '173601.052500', '173601.512500', '173601.972500', '173602.432500', '173602.892500', '173603.352500', '173603.812500', '173604.272500', '173604.732500', '173605.192500', '173605.652500', '173606.112500', '173606.572500', '173607.032500', '173607.492500', '173607.952500', '173608.412500', '173608.872500', '173609.332500', '173609.792500', '173610.252500', '173610.712500', '173611.172500', '173611.632500', '173612.092500', '173612.552500', '173613.012500', '173613.472500', '173613.932500', '173614.392500', '173614.852500', '173615.312500', '173615.772500', '173616.232500', '173616.692500', '173617.152500', '173617.612500', '173618.072500', '173618.532500', '173618.992500', '173619.452500', '173619.912500', '173620.372500', '173620.832500', '173621.292500', '173621.752500', '173622.212500', '173622.672500', '173623.132500', '173623.592500', '173624.052500', '173624.512500', '173624.972500', '173625.432500', '173625.892500', '173626.352500', '173626.812500', '173627.272500', '173627.732500', '173628.192500', '173628.652500', '173629.112500', '173629.572500', '173630.032500', '173630.492500', '173630.952500', '173631.412500', '173631.872500', '173632.332500', '173632.792500', '173633.252500', '173633.712500', '173634.172500', '173634.632500', '173635.092500', '173635.552500', '173636.012500', '173636.472500', '173636.932500', '173637.392500', '173637.852500', '173638.312500', '173638.772500', '173639.232500', '173639.692500', '173640.152500', '173640.612500', '173641.072500', '173641.532500', '173641.992500', '173642.452500', '173642.912500', '173643.372500', '173643.832500', '173644.292500', '173644.752500', '173645.212500', '173645.672500', '173646.132500', '173646.592500', '173647.052500', '173647.512500', '173647.972500', '173648.432500', '173648.892500', '173649.352500', '173649.812500', '173650.272500', '173650.732500', '173651.192500', '173651.652500', '173652.112500', '173652.572500', '173653.032500', '173653.492500', '173653.952500', '173654.412500', '173654.872500', '173655.332500', '173655.792500', '173656.252500', '173656.712500', '173657.172500', '173657.632500', '173658.092500', '173658.552500', '173659.012500', '173659.472500', '173659.932500', '173700.392500', '173700.852500', '173701.312500', '173701.772500', '173702.232500', '173702.692500', '173703.152500', '173703.612500', '173704.072500', '173704.532500', '173704.992500', '173705.452500', '173705.912500', '173706.372500', '173706.832500', '173707.292500', '173707.752500', '173708.212500', '173708.672500', '173709.132500', '173709.592500', '173710.052500', '173710.512500', '173710.972500', '173711.432500', '173711.892500', '173712.352500', '173712.812500', '173713.272500', '173713.732500', '173714.192500', '173714.652500', '173715.112500', '173715.572500', '173716.032500', '173716.492500', '173716.952500', '173717.412500', '173717.872500', '173718.332500', '173718.792500', '173719.252500', '173719.712500', '173720.172500', '173720.632500', '173721.092500', '173721.552500', '173722.012500', '173722.472500', '173722.932500', '173723.392500', '173723.852500', '173724.312500', '173724.772500', '173725.232500', '173725.692500', '173726.152500', '173726.612500', '173727.072500', '173727.532500', '173727.992500', '173728.452500', '173728.912500', '173729.372500', '173729.832500', '173730.292500', '173730.752500', '173731.212500', '173731.672500', '173732.132500', '173732.592500', '173733.052500', '173733.512500', '173733.972500', '173734.432500', '173734.892500', '173735.352500', '173735.812500', '173736.272500', '173736.732500', '173737.192500', '173737.652500', '173738.112500', '173738.572500', '173739.032500', '173739.492500', '173739.952500', '173740.412500', '173740.872500', '173741.332500', '173741.792500', '173742.252500', '173742.712500', '173743.172500', '173743.632500', '173744.092500', '173744.552500', '173745.012500', '173745.472500', '173745.932500', '173746.392500', '173746.852500', '173747.312500', '173747.772500', '173748.232500', '173748.692500', '173749.152500', '173749.612500', '173750.072500', '173750.532500', '173750.992500', '173751.452500', '173751.912500', '173752.372500', '173752.832500', '173753.292500', '173753.752500', '173754.212500', '173754.672500', '173755.132500', '173755.592500', '173756.052500', '173756.512500', '173756.972500', '173757.432500', '173757.892500', '173758.352500', '173758.812500', '173759.272500', '173759.732500', '173800.192500', '173800.652500', '173801.112500', '173801.572500', '173802.032500', '173802.492500', '173802.952500', '173803.412500', '173803.872500', '173804.332500', '173804.792500', '173805.252500', '173805.712500', '173806.172500', '173806.632500', '173807.092500', '173807.552500', '173808.012500', '173808.472500', '173808.932500', '173809.392500', '173809.852500', '173810.312500', '173810.772500', '173811.232500', '173811.692500', '173812.152500', '173812.612500', '173813.072500', '173813.532500', '173813.992500', '173814.452500', '173814.912500', '173815.372500', '173815.832500', '173816.292500', '173816.752500', '173817.212500', '173817.672500', '173818.132500', '173818.592500', '173819.052500', '173819.512500', '173819.972500', '173820.432500', '173820.892500', '173821.352500', '173821.812500', '173822.272500', '173822.732500', '173823.192500', '173823.652500', '173824.112500', '173824.572500', '173825.032500', '173825.492500', '173825.952500', '173826.412500', '173826.872500', '173827.332500', '173827.792500', '173828.252500', '173828.712500', '173829.172500', '173829.632500', '173830.092500', '173830.552500', '173831.012500', '173831.472500', '173831.932500', '173832.392500', '173832.852500', '173833.312500', '173833.772500', '173834.232500', '173834.692500', '173835.152500', '173835.612500', '173836.072500', '173836.532500', '173836.992500', '173837.452500', '173837.912500', '173838.372500', '173838.832500', '173839.292500', '173839.752500', '173840.212500', '173840.672500', '173841.132500', '173841.592500', '173842.052500', '173842.512500', '173842.972500', '173843.432500', '173843.892500', '173844.352500', '173844.812500', '173845.272500', '173845.732500', '173846.192500', '173846.652500', '173847.112500', '173847.572500', '173848.032500', '173848.492500', '173848.952500', '173849.412500', '173849.872500', '173850.332500', '173850.792500', '173851.252500', '173851.712500', '173852.172500', '173852.632500', '173853.092500', '173853.552500', '173854.012500', '173854.472500', '173854.932500', '173855.392500', '173855.852500', '173856.312500', '173856.772500', '173857.232500', '173857.692500', '173858.152500', '173858.612500', '173859.072500', '173859.532500', '173859.992500', '173900.452500', '173900.912500', '173901.372500', '173901.832500', '173902.292500', '173902.752500', '173903.212500', '173903.672500', '173904.132500', '173904.592500', '173905.052500', '173905.512500', '173905.972500', '173906.432500', '173906.892500', '173907.352500', '173907.812500', '173908.272500', '173908.732500', '173909.192500', '173909.652500', '173910.112500', '173910.572500', '173911.032500', '173911.492500', '173911.952500', '173912.412500', '173912.872500', '173913.332500', '173913.792500', '173914.252500', '173914.712500', '173915.172500', '173915.632500', '173916.092500', '173916.552500', '173917.012500', '173917.472500', '173917.932500', '173918.392500', '173918.852500', '173919.312500', '173919.772500', '173920.232500', '173920.692500', '173921.152500', '173921.612500', '173922.072500', '173922.532500', '173922.992500', '173923.452500', '173923.912500', '173924.372500', '173924.832500', '173925.292500', '173925.752500', '173926.212500', '173926.672500', '173927.132500', '173927.592500', '173928.052500', '173928.512500', '173928.972500', '173929.432500', '173929.892500', '173930.352500', '173930.812500', '173931.272500', '173931.732500', '173932.192500', '173932.652500', '173933.112500', '173933.572500', '173934.032500', '173934.492500', '173934.952500', '173935.412500', '173935.872500', '173936.332500', '173936.792500', '173937.252500', '173937.712500', '173938.172500', '173938.632500', '173939.092500', '173939.552500', '173940.012500', '173940.472500', '173940.932500', '173941.392500', '173941.852500', '173942.312500', '173942.772500', '173943.232500', '173943.692500', '173944.152500', '173944.612500', '173945.072500', '173945.532500', '173945.992500', '173946.452500', '173946.912500', '173947.372500', '173947.832500', '173948.292500', '173948.752500', '173949.212500', '173949.672500', '173950.132500', '173950.592500', '173951.052500', '173951.512500', '173951.972500', '173952.432500', '173952.892500', '173953.352500', '173953.812500', '173954.272500', '173954.732500', '173955.192500', '173955.652500', '173956.112500', '173956.572500', '173957.032500', '173957.492500', '173957.952500', '173958.412500', '173958.872500', '173959.332500', '173959.792500', '174000.252500', '174000.712500', '174001.172500', '174001.632500', '174002.092500', '174002.552500', '174003.012500', '174003.472500', '174003.932500', '174004.392500', '174004.852500', '174005.312500', '174005.772500', '174006.232500', '174006.692500', '174007.152500', '174007.612500', '174008.072500', '174008.532500', '174008.992500', '174009.452500', '174009.912500', '174010.372500', '174010.832500', '174011.292500', '174011.752500', '174012.212500', '174012.672500', '174013.132500', '174013.592500', '174014.052500', '174014.512500', '174014.972500', '174015.432500', '174015.892500', '174016.352500', '174016.812500', '174017.272500', '174017.732500', '174018.192500', '174018.652500', '174019.112500', '174019.572500', '174020.032500', '174020.492500', '174020.952500', '174021.412500', '174021.872500', '174022.332500', '174022.792500', '174023.252500', '174023.712500', '174024.172500', '174024.632500', '174025.092500', '174025.552500', '174026.012500', '174026.472500', '174026.932500', '174027.392500', '174027.852500', '174028.312500', '174028.772500', '174029.232500', '174029.692500', '174030.152500', '174030.612500', '174031.072500', '174031.532500', '174031.992500', '174032.452500', '174032.912500', '174033.372500', '174033.832500', '174034.292500', '174034.752500', '174035.212500', '174035.672500', '174036.132500', '174036.592500', '174037.052500', '174037.512500', '174037.972500', '174038.432500', '174038.892500', '174039.352500', '174039.812500', '174040.272500', '174040.732500', '174041.192500', '174041.652500', '174042.112500', '174042.572500', '174043.032500', '174043.492500', '174043.952500', '174044.412500', '174044.872500', '174045.332500', '174045.792500', '174046.252500', '174046.712500', '174047.172500', '174047.632500', '174048.092500', '174048.552500', '174049.012500', '174049.472500', '174049.932500', '174050.392500', '174050.852500', '174051.312500', '174051.772500', '174052.232500', '174052.692500', '174053.152500', '174053.612500', '174054.072500', '174054.532500', '174054.992500', '174055.452500', '174055.912500', '174056.372500', '174056.832500', '174057.292500', '174057.752500', '174058.212500', '174058.672500', '174059.132500', '174059.592500', '174100.052500', '174100.512500', '174100.972500', '174101.432500', '174101.892500', '174102.352500', '174102.812500', '174103.272500', '174103.732500', '174104.192500', '174104.652500', '174105.112500', '174105.572500', '174106.032500', '174106.492500', '174106.952500', '174107.412500', '174107.872500', '174108.332500', '174108.792500', '174109.252500', '174109.712500', '174110.172500', '174110.632500', '174111.092500', '174111.552500', '174112.012500', '174112.472500', '174112.932500', '174113.392500'], 'ContentTime': ['173213.686000', '173213.689000', '173213.691000', '173213.694000', '173213.697000', '173213.699000', '173213.702000', '173213.705000', '173213.707000', '173213.710000', '173213.712000', '173213.715000', '173213.717000', '173213.720000', '173213.722000', '173213.725000', '173213.728000', '173213.730000', '173213.733000', '173213.735000', '173213.738000', '173213.741000', '173213.743000', '173213.746000', '173213.748000', '173213.760000', '173213.762000', '173213.765000', '173213.768000', '173213.778000', '173213.781000', '173233.646000', '173233.649000', '173233.652000', '173233.654000', '173233.657000', '173233.659000', '173233.662000', '173233.665000', '173233.667000', '173233.670000', '173233.672000', '173233.675000', '173233.677000', '173233.680000', '173233.682000', '173233.685000', '173233.687000', '173233.690000', '173233.692000', '173233.695000', '173233.697000', '173233.700000', '173233.703000', '173233.705000', '173233.708000', '173233.710000', '173233.713000', '173233.715000', '173233.718000', '173233.721000', '173233.723000', '173233.726000', '173233.728000', '173233.731000', '173233.734000', '173233.736000', '173233.739000', '173233.741000', '173233.744000', '173233.746000', '173233.749000', '173233.752000', '173233.754000', '173233.757000', '173253.646000', '173253.649000', '173253.652000', '173253.654000', '173253.657000', '173253.659000', '173253.662000', '173253.664000', '173253.667000', '173253.670000', '173253.672000', '173253.675000', '173253.677000', '173253.680000', '173253.682000', '173253.685000', '173253.687000', '173253.690000', '173253.692000', '173253.695000', '173253.698000', '173253.700000', '173253.703000', '173253.705000', '173253.708000', '173253.715000', '173253.717000', '173253.720000', '173253.723000', '173253.725000', '173253.728000', '173253.730000', '173253.733000', '173253.736000', '173253.738000', '173253.741000', '173253.743000', '173253.746000', '173253.748000', '173253.751000', '173253.754000', '173253.756000', '173253.759000', '173313.647000', '173313.649000', '173313.652000', '173313.655000', '173313.657000', '173313.660000', '173313.662000', '173313.665000', '173313.701000', '173313.704000', '173313.707000', '173313.709000', '173313.712000', '173313.715000', '173313.717000', '173313.720000', '173313.722000', '173313.725000', '173313.728000', '173313.730000', '173313.733000', '173313.735000', '173313.738000', '173313.741000', '173313.743000', '173313.746000', '173313.748000', '173313.751000', '173313.754000', '173313.756000', '173313.759000', '173313.761000', '173313.764000', '173313.766000', '173313.769000', '173313.771000', '173313.774000', '173313.777000', '173313.779000', '173313.782000', '173313.784000', '173313.787000', '173313.790000', '173313.792000', '173333.646000', '173333.649000', '173333.652000', '173333.654000', '173333.657000', '173333.659000', '173333.662000', '173333.665000', '173333.667000', '173333.670000', '173333.672000', '173333.675000', '173333.678000', '173333.680000', '173333.683000', '173333.685000', '173333.688000', '173333.690000', '173333.693000', '173333.696000', '173333.698000', '173333.701000', '173333.703000', '173333.706000', '173333.708000', '173333.711000', '173333.714000', '173333.716000', '173333.719000', '173333.721000', '173333.724000', '173333.726000', '173333.729000', '173333.732000', '173333.734000', '173333.737000', '173333.739000', '173333.742000', '173333.745000', '173333.747000', '173333.750000', '173333.752000', '173333.755000', '173353.646000', '173353.648000', '173353.651000', '173353.653000', '173353.656000', '173353.658000', '173353.661000', '173353.664000', '173353.666000', '173353.669000', '173353.671000', '173353.674000', '173353.676000', '173353.679000', '173353.682000', '173353.684000', '173353.687000', '173353.689000', '173353.692000', '173353.694000', '173353.697000', '173353.700000', '173353.702000', '173353.705000', '173353.707000', '173353.710000', '173353.712000', '173353.715000', '173353.718000', '173353.720000', '173353.723000', '173353.725000', '173353.728000', '173353.730000', '173353.733000', '173353.736000', '173353.738000', '173353.741000', '173353.744000', '173353.746000', '173353.749000', '173353.751000', '173353.754000', '173353.756000', '173413.646000', '173413.649000', '173413.652000', '173413.654000', '173413.657000', '173413.660000', '173413.662000', '173413.665000', '173413.667000', '173413.670000', '173413.672000', '173413.675000', '173413.678000', '173413.680000', '173413.683000', '173413.686000', '173413.688000', '173413.691000', '173413.694000', '173413.696000', '173413.699000', '173413.701000', '173413.704000', '173413.706000', '173413.709000', '173413.712000', '173413.714000', '173413.717000', '173413.719000', '173413.722000', '173413.724000', '173413.727000', '173413.730000', '173413.732000', '173413.735000', '173413.737000', '173413.740000', '173413.743000', '173413.745000', '173413.748000', '173413.750000', '173413.753000', '173413.755000', '173433.646000', '173433.649000', '173433.652000', '173433.655000', '173433.658000', '173433.660000', '173433.663000', '173433.665000', '173433.668000', '173433.670000', '173433.673000', '173433.676000', '173433.679000', '173433.683000', '173433.685000', '173433.688000', '173433.690000', '173433.693000', '173433.695000', '173433.698000', '173433.701000', '173433.703000', '173433.706000', '173433.708000', '173433.711000', '173433.713000', '173433.716000', '173433.719000', '173433.721000', '173433.724000', '173433.726000', '173433.729000', '173433.732000', '173433.735000', '173433.738000', '173433.740000', '173433.743000', '173433.745000', '173433.748000', '173433.751000', '173433.753000', '173433.756000', '173433.758000', '173453.646000', '173453.649000', '173453.652000', '173453.655000', '173453.657000', '173453.660000', '173453.662000', '173453.665000', '173453.667000', '173453.670000', '173453.673000', '173453.675000', '173453.678000', '173453.680000', '173453.683000', '173453.685000', '173453.688000', '173453.691000', '173453.693000', '173453.696000', '173453.698000', '173453.701000', '173453.704000', '173453.706000', '173453.709000', '173453.711000', '173453.714000', '173453.716000', '173453.719000', '173453.722000', '173453.724000', '173453.727000', '173453.729000', '173453.732000', '173453.734000', '173453.737000', '173453.740000', '173453.742000', '173453.745000', '173453.747000', '173453.750000', '173453.753000', '173453.755000', '173453.758000', '173513.646000', '173513.649000', '173513.652000', '173513.654000', '173513.657000', '173513.660000', '173513.662000', '173513.665000', '173513.667000', '173513.670000', '173513.672000', '173513.675000', '173513.678000', '173513.680000', '173513.683000', '173513.685000', '173513.688000', '173513.691000', '173513.693000', '173513.696000', '173513.698000', '173513.701000', '173513.704000', '173513.706000', '173513.709000', '173513.711000', '173513.714000', '173513.717000', '173513.719000', '173513.722000', '173513.724000', '173513.727000', '173513.729000', '173513.732000', '173513.735000', '173513.737000', '173513.740000', '173513.742000', '173513.745000', '173513.747000', '173513.750000', '173513.753000', '173513.755000', '173513.758000', '173533.647000', '173533.650000', '173533.652000', '173533.655000', '173533.657000', '173533.660000', '173533.662000', '173533.665000', '173533.668000', '173533.670000', '173533.673000', '173533.675000', '173533.678000', '173533.680000', '173533.683000', '173533.686000', '173533.688000', '173533.691000', '173533.693000', '173533.696000', '173533.698000', '173533.701000', '173533.704000', '173533.706000', '173533.709000', '173533.711000', '173533.714000', '173533.716000', '173533.719000', '173533.722000', '173533.724000', '173533.727000', '173533.729000', '173533.732000', '173533.734000', '173533.737000', '173533.740000', '173533.742000', '173533.745000', '173533.747000', '173533.750000', '173533.753000', '173533.755000', '173553.646000', '173553.649000', '173553.652000', '173553.654000', '173553.657000', '173553.660000', '173553.662000', '173553.665000', '173553.667000', '173553.670000', '173553.672000', '173553.675000', '173553.678000', '173553.680000', '173553.683000', '173553.686000', '173553.688000', '173553.691000', '173553.693000', '173553.696000', '173553.699000', '173553.701000', '173553.704000', '173553.706000', '173553.709000', '173553.712000', '173553.714000', '173553.718000', '173553.721000', '173553.724000', '173553.726000', '173553.729000', '173553.731000', '173553.734000', '173553.737000', '173553.739000', '173553.742000', '173553.744000', '173553.747000', '173553.749000', '173553.752000', '173553.755000', '173553.757000', '173613.645000', '173613.648000', '173613.651000', '173613.654000', '173613.656000', '173613.659000', '173613.661000', '173613.664000', '173613.667000', '173613.669000', '173613.672000', '173613.675000', '173613.677000', '173613.680000', '173613.682000', '173613.685000', '173613.688000', '173613.690000', '173613.693000', '173613.696000', '173613.698000', '173613.701000', '173613.703000', '173613.706000', '173613.708000', '173613.711000', '173613.714000', '173613.716000', '173613.719000', '173613.731000', '173613.733000', '173613.736000', '173613.738000', '173613.741000', '173613.744000', '173613.746000', '173613.749000', '173613.751000', '173613.754000', '173613.757000', '173613.759000', '173613.762000', '173613.764000', '173613.767000', '173633.646000', '173633.649000', '173633.652000', '173633.654000', '173633.657000', '173633.660000', '173633.662000', '173633.665000', '173633.667000', '173633.670000', '173633.672000', '173633.675000', '173633.678000', '173633.680000', '173633.683000', '173633.685000', '173633.688000', '173633.690000', '173633.693000', '173633.696000', '173633.698000', '173633.701000', '173633.703000', '173633.706000', '173633.708000', '173633.711000', '173633.714000', '173633.716000', '173633.719000', '173633.721000', '173633.724000', '173633.727000', '173633.729000', '173633.732000', '173633.734000', '173633.737000', '173633.740000', '173633.742000', '173633.745000', '173633.747000', '173633.750000', '173633.752000', '173633.755000', '173653.646000', '173653.649000', '173653.652000', '173653.654000', '173653.657000', '173653.660000', '173653.662000', '173653.665000', '173653.667000', '173653.670000', '173653.673000', '173653.675000', '173653.678000', '173653.680000', '173653.683000', '173653.686000', '173653.688000', '173653.691000', '173653.693000', '173653.696000', '173653.699000', '173653.701000', '173653.704000', '173653.706000', '173653.709000', '173653.711000', '173653.714000', '173653.717000', '173653.719000', '173653.722000', '173653.725000', '173653.727000', '173653.730000', '173653.732000', '173653.735000', '173653.737000', '173653.740000', '173653.743000', '173653.745000', '173653.748000', '173653.750000', '173653.753000', '173653.756000', '173653.758000', '173713.647000', '173713.649000', '173713.652000', '173713.655000', '173713.657000', '173713.660000', '173713.662000', '173713.665000', '173713.668000', '173713.670000', '173713.673000', '173713.675000', '173713.678000', '173713.681000', '173713.683000', '173713.686000', '173713.688000', '173713.691000', '173713.694000', '173713.696000', '173713.699000', '173713.701000', '173713.704000', '173713.706000', '173713.709000', '173713.712000', '173713.715000', '173713.718000', '173713.721000', '173713.723000', '173713.726000', '173713.728000', '173713.733000', '173713.736000', '173713.738000', '173713.741000', '173713.744000', '173713.746000', '173713.749000', '173713.751000', '173713.754000', '173713.757000', '173713.760000', '173733.647000', '173733.649000', '173733.652000', '173733.655000', '173733.657000', '173733.660000', '173733.662000', '173733.665000', '173733.667000', '173733.670000', '173733.673000', '173733.675000', '173733.678000', '173733.680000', '173733.683000', '173733.686000', '173733.688000', '173733.691000', '173733.693000', '173733.696000', '173733.699000', '173733.701000', '173733.704000', '173733.706000', '173733.709000', '173733.712000', '173733.714000', '173733.717000', '173733.719000', '173733.722000', '173733.725000', '173733.728000', '173733.731000', '173733.733000', '173733.736000', '173733.738000', '173733.741000', '173733.744000', '173733.746000', '173733.749000', '173733.752000', '173733.754000', '173733.757000', '173733.759000', '173753.647000', '173753.649000', '173753.652000', '173753.655000', '173753.657000', '173753.660000', '173753.662000', '173753.665000', '173753.667000', '173753.670000', '173753.673000', '173753.675000', '173753.678000', '173753.681000', '173753.683000', '173753.686000', '173753.688000', '173753.691000', '173753.693000', '173753.696000', '173753.699000', '173753.701000', '173753.704000', '173753.706000', '173753.713000', '173753.715000', '173753.718000', '173753.721000', '173753.723000', '173753.726000', '173753.729000', '173753.731000', '173753.734000', '173753.737000', '173753.739000', '173753.742000', '173753.744000', '173753.747000', '173753.749000', '173753.752000', '173753.755000', '173753.757000', '173753.760000', '173813.647000', '173813.649000', '173813.652000', '173813.655000', '173813.657000', '173813.660000', '173813.663000', '173813.665000', '173813.668000', '173813.670000', '173813.673000', '173813.676000', '173813.678000', '173813.681000', '173813.683000', '173813.686000', '173813.688000', '173813.691000', '173813.694000', '173813.696000', '173813.699000', '173813.701000', '173813.704000', '173813.707000', '173813.709000', '173813.712000', '173813.714000', '173813.717000', '173813.720000', '173813.722000', '173813.725000', '173813.727000', '173813.730000', '173813.732000', '173813.735000', '173813.738000', '173813.740000', '173813.743000', '173813.745000', '173813.748000', '173813.751000', '173813.753000', '173813.756000', '173813.758000', '173833.646000', '173833.648000', '173833.651000', '173833.654000', '173833.656000', '173833.659000', '173833.661000', '173833.664000', '173833.667000', '173833.669000', '173833.672000', '173833.674000', '173833.677000', '173833.680000', '173833.682000', '173833.685000', '173833.687000', '173833.690000', '173833.692000', '173833.695000', '173833.698000', '173833.700000', '173833.703000', '173833.705000', '173833.708000', '173833.711000', '173833.713000', '173833.716000', '173833.718000', '173833.721000', '173833.723000', '173833.726000', '173833.729000', '173833.731000', '173833.734000', '173833.736000', '173833.739000', '173833.741000', '173833.744000', '173833.747000', '173833.749000', '173833.752000', '173833.755000', '173853.647000', '173853.650000', '173853.652000', '173853.655000', '173853.657000', '173853.660000', '173853.663000', '173853.665000', '173853.668000', '173853.670000', '173853.673000', '173853.675000', '173853.678000', '173853.681000', '173853.683000', '173853.686000', '173853.688000', '173853.691000', '173853.693000', '173853.696000', '173853.699000', '173853.701000', '173853.704000', '173853.706000', '173853.709000', '173853.712000', '173853.714000', '173853.717000', '173853.719000', '173853.722000', '173853.725000', '173853.727000', '173853.730000', '173853.732000', '173853.735000', '173853.737000', '173853.740000', '173853.743000', '173853.745000', '173853.748000', '173853.750000', '173853.753000', '173853.756000', '173853.758000', '173913.647000', '173913.650000', '173913.652000', '173913.655000', '173913.657000', '173913.660000', '173913.662000', '173913.665000', '173913.668000', '173913.670000', '173913.673000', '173913.675000', '173913.678000', '173913.681000', '173913.683000', '173913.686000', '173913.689000', '173913.691000', '173913.694000', '173913.696000', '173913.699000', '173913.702000', '173913.704000', '173913.707000', '173913.709000', '173913.712000', '173913.715000', '173913.717000', '173913.720000', '173913.722000', '173913.725000', '173913.728000', '173913.730000', '173913.733000', '173913.735000', '173913.738000', '173913.741000', '173913.743000', '173913.746000', '173913.748000', '173913.751000', '173913.754000', '173913.756000', '173933.647000', '173933.650000', '173933.652000', '173933.655000', '173933.658000', '173933.660000', '173933.663000', '173933.666000', '173933.668000', '173933.671000', '173933.673000', '173933.676000', '173933.679000', '173933.681000', '173933.684000', '173933.687000', '173933.689000', '173933.692000', '173933.694000', '173933.697000', '173933.699000', '173933.702000', '173933.705000', '173933.707000', '173933.710000', '173933.712000', '173933.715000', '173933.717000', '173933.720000', '173933.723000', '173933.725000', '173933.728000', '173933.730000', '173933.733000', '173933.735000', '173933.738000', '173933.740000', '173933.743000', '173933.746000', '173933.748000', '173933.751000', '173933.753000', '173933.756000', '173933.759000', '173953.647000', '173953.650000', '173953.652000', '173953.655000', '173953.657000', '173953.660000', '173953.663000', '173953.665000', '173953.668000', '173953.670000', '173953.673000', '173953.676000', '173953.678000', '173953.681000', '173953.683000', '173953.686000', '173953.688000', '173953.691000', '173953.694000', '173953.696000', '173953.699000', '173953.702000', '173953.704000', '173953.707000', '173953.709000', '173953.712000', '173953.715000', '173953.717000', '173953.720000', '173953.722000', '173953.725000', '173953.728000', '173953.730000', '173953.733000', '173953.736000', '173953.738000', '173953.741000', '173953.744000', '173953.746000', '173953.749000', '173953.751000', '173953.754000', '173953.757000', '174013.647000', '174013.650000', '174013.652000', '174013.655000', '174013.657000', '174013.660000', '174013.663000', '174013.665000', '174013.668000', '174013.670000', '174013.673000', '174013.676000', '174013.678000', '174013.681000', '174013.683000', '174013.686000', '174013.689000', '174013.691000', '174013.694000', '174013.697000', '174013.699000', '174013.702000', '174013.704000', '174013.707000', '174013.710000', '174013.712000', '174013.715000', '174013.717000', '174013.720000', '174013.723000', '174013.725000', '174013.728000', '174013.730000', '174013.733000', '174013.736000', '174013.738000', '174013.741000', '174013.743000', '174013.746000', '174013.749000', '174013.751000', '174013.754000', '174013.756000', '174013.759000', '174033.647000', '174033.649000', '174033.652000', '174033.655000', '174033.657000', '174033.660000', '174033.662000', '174033.665000', '174033.668000', '174033.670000', '174033.673000', '174033.675000', '174033.678000', '174033.681000', '174033.683000', '174033.686000', '174033.688000', '174033.691000', '174033.693000', '174033.696000', '174033.699000', '174033.701000', '174033.704000', '174033.706000', '174033.709000', '174033.712000', '174033.714000', '174033.717000', '174033.719000', '174033.722000', '174033.725000', '174033.727000', '174033.730000', '174033.732000', '174033.735000', '174033.737000', '174033.740000', '174033.743000', '174033.745000', '174033.748000', '174033.750000', '174033.753000', '174033.755000', '174053.646000', '174053.648000', '174053.651000', '174053.654000', '174053.656000', '174053.659000', '174053.661000', '174053.664000', '174053.667000', '174053.669000', '174053.672000', '174053.674000', '174053.677000', '174053.679000', '174053.682000', '174053.685000', '174053.687000', '174053.690000', '174053.693000', '174053.695000', '174053.698000', '174053.701000', '174053.703000', '174053.706000', '174053.708000', '174053.711000', '174053.714000', '174053.716000', '174053.719000', '174053.722000', '174053.724000', '174053.727000', '174053.729000', '174053.732000', '174053.735000', '174053.737000', '174053.740000', '174053.742000', '174053.745000', '174053.748000', '174053.750000', '174053.753000', '174053.756000', '174053.758000', '174113.647000', '174113.649000', '174113.652000', '174113.655000', '174113.657000', '174113.660000', '174113.662000', '174113.665000', '174113.667000', '174113.670000', '174113.673000', '174113.675000', '174113.678000', '174113.681000', '174113.683000', '174113.686000', '174113.688000', '174113.691000', '174113.694000', '174113.696000', '174113.699000', '174113.701000', '174113.704000', '174113.707000', '174113.709000', '174113.712000', '174113.714000', '174113.717000', '174113.720000', '174113.722000', '174113.725000', '174113.727000', '174113.730000', '174113.733000', '174113.735000', '174113.738000', '174113.740000', '174113.743000', '174113.745000', '174113.748000', '174113.751000', '174113.753000', '174113.756000', '174115.224000', '174115.226000', '174115.229000', '174115.232000'], 'InstanceCreationTime': ['173213.686000', '173213.689000', '173213.691000', '173213.694000', '173213.697000', '173213.699000', '173213.702000', '173213.705000', '173213.707000', '173213.710000', '173213.712000', '173213.715000', '173213.717000', '173213.720000', '173213.722000', '173213.725000', '173213.728000', '173213.730000', '173213.733000', '173213.735000', '173213.738000', '173213.741000', '173213.743000', '173213.746000', '173213.748000', '173213.760000', '173213.762000', '173213.765000', '173213.768000', '173213.778000', '173213.781000', '173233.646000', '173233.649000', '173233.652000', '173233.654000', '173233.657000', '173233.659000', '173233.662000', '173233.665000', '173233.667000', '173233.670000', '173233.672000', '173233.675000', '173233.677000', '173233.680000', '173233.682000', '173233.685000', '173233.687000', '173233.690000', '173233.692000', '173233.695000', '173233.697000', '173233.700000', '173233.703000', '173233.705000', '173233.708000', '173233.710000', '173233.713000', '173233.715000', '173233.718000', '173233.721000', '173233.723000', '173233.726000', '173233.728000', '173233.731000', '173233.734000', '173233.736000', '173233.739000', '173233.741000', '173233.744000', '173233.746000', '173233.749000', '173233.752000', '173233.754000', '173233.757000', '173253.646000', '173253.649000', '173253.652000', '173253.654000', '173253.657000', '173253.659000', '173253.662000', '173253.664000', '173253.667000', '173253.670000', '173253.672000', '173253.675000', '173253.677000', '173253.680000', '173253.682000', '173253.685000', '173253.687000', '173253.690000', '173253.692000', '173253.695000', '173253.698000', '173253.700000', '173253.703000', '173253.705000', '173253.708000', '173253.715000', '173253.717000', '173253.720000', '173253.723000', '173253.725000', '173253.728000', '173253.730000', '173253.733000', '173253.736000', '173253.738000', '173253.741000', '173253.743000', '173253.746000', '173253.748000', '173253.751000', '173253.754000', '173253.756000', '173253.759000', '173313.647000', '173313.649000', '173313.652000', '173313.655000', '173313.657000', '173313.660000', '173313.662000', '173313.665000', '173313.701000', '173313.704000', '173313.707000', '173313.709000', '173313.712000', '173313.715000', '173313.717000', '173313.720000', '173313.722000', '173313.725000', '173313.728000', '173313.730000', '173313.733000', '173313.735000', '173313.738000', '173313.741000', '173313.743000', '173313.746000', '173313.748000', '173313.751000', '173313.754000', '173313.756000', '173313.759000', '173313.761000', '173313.764000', '173313.766000', '173313.769000', '173313.771000', '173313.774000', '173313.777000', '173313.779000', '173313.782000', '173313.784000', '173313.787000', '173313.790000', '173313.792000', '173333.646000', '173333.649000', '173333.652000', '173333.654000', '173333.657000', '173333.659000', '173333.662000', '173333.665000', '173333.667000', '173333.670000', '173333.672000', '173333.675000', '173333.678000', '173333.680000', '173333.683000', '173333.685000', '173333.688000', '173333.690000', '173333.693000', '173333.696000', '173333.698000', '173333.701000', '173333.703000', '173333.706000', '173333.708000', '173333.711000', '173333.714000', '173333.716000', '173333.719000', '173333.721000', '173333.724000', '173333.726000', '173333.729000', '173333.732000', '173333.734000', '173333.737000', '173333.739000', '173333.742000', '173333.745000', '173333.747000', '173333.750000', '173333.752000', '173333.755000', '173353.646000', '173353.648000', '173353.651000', '173353.653000', '173353.656000', '173353.658000', '173353.661000', '173353.664000', '173353.666000', '173353.669000', '173353.671000', '173353.674000', '173353.676000', '173353.679000', '173353.682000', '173353.684000', '173353.687000', '173353.689000', '173353.692000', '173353.694000', '173353.697000', '173353.700000', '173353.702000', '173353.705000', '173353.707000', '173353.710000', '173353.712000', '173353.715000', '173353.718000', '173353.720000', '173353.723000', '173353.725000', '173353.728000', '173353.730000', '173353.733000', '173353.736000', '173353.738000', '173353.741000', '173353.744000', '173353.746000', '173353.749000', '173353.751000', '173353.754000', '173353.756000', '173413.646000', '173413.649000', '173413.652000', '173413.654000', '173413.657000', '173413.660000', '173413.662000', '173413.665000', '173413.667000', '173413.670000', '173413.672000', '173413.675000', '173413.678000', '173413.680000', '173413.683000', '173413.686000', '173413.688000', '173413.691000', '173413.694000', '173413.696000', '173413.699000', '173413.701000', '173413.704000', '173413.706000', '173413.709000', '173413.712000', '173413.714000', '173413.717000', '173413.719000', '173413.722000', '173413.724000', '173413.727000', '173413.730000', '173413.732000', '173413.735000', '173413.737000', '173413.740000', '173413.743000', '173413.745000', '173413.748000', '173413.750000', '173413.753000', '173413.755000', '173433.646000', '173433.649000', '173433.652000', '173433.655000', '173433.658000', '173433.660000', '173433.663000', '173433.665000', '173433.668000', '173433.670000', '173433.673000', '173433.676000', '173433.679000', '173433.683000', '173433.685000', '173433.688000', '173433.690000', '173433.693000', '173433.695000', '173433.698000', '173433.701000', '173433.703000', '173433.706000', '173433.708000', '173433.711000', '173433.713000', '173433.716000', '173433.719000', '173433.721000', '173433.724000', '173433.726000', '173433.729000', '173433.732000', '173433.735000', '173433.738000', '173433.740000', '173433.743000', '173433.745000', '173433.748000', '173433.751000', '173433.753000', '173433.756000', '173433.758000', '173453.646000', '173453.649000', '173453.652000', '173453.655000', '173453.657000', '173453.660000', '173453.662000', '173453.665000', '173453.667000', '173453.670000', '173453.673000', '173453.675000', '173453.678000', '173453.680000', '173453.683000', '173453.685000', '173453.688000', '173453.691000', '173453.693000', '173453.696000', '173453.698000', '173453.701000', '173453.704000', '173453.706000', '173453.709000', '173453.711000', '173453.714000', '173453.716000', '173453.719000', '173453.722000', '173453.724000', '173453.727000', '173453.729000', '173453.732000', '173453.734000', '173453.737000', '173453.740000', '173453.742000', '173453.745000', '173453.747000', '173453.750000', '173453.753000', '173453.755000', '173453.758000', '173513.646000', '173513.649000', '173513.652000', '173513.654000', '173513.657000', '173513.660000', '173513.662000', '173513.665000', '173513.667000', '173513.670000', '173513.672000', '173513.675000', '173513.678000', '173513.680000', '173513.683000', '173513.685000', '173513.688000', '173513.691000', '173513.693000', '173513.696000', '173513.698000', '173513.701000', '173513.704000', '173513.706000', '173513.709000', '173513.711000', '173513.714000', '173513.717000', '173513.719000', '173513.722000', '173513.724000', '173513.727000', '173513.729000', '173513.732000', '173513.735000', '173513.737000', '173513.740000', '173513.742000', '173513.745000', '173513.747000', '173513.750000', '173513.753000', '173513.755000', '173513.758000', '173533.647000', '173533.650000', '173533.652000', '173533.655000', '173533.657000', '173533.660000', '173533.662000', '173533.665000', '173533.668000', '173533.670000', '173533.673000', '173533.675000', '173533.678000', '173533.680000', '173533.683000', '173533.686000', '173533.688000', '173533.691000', '173533.693000', '173533.696000', '173533.698000', '173533.701000', '173533.704000', '173533.706000', '173533.709000', '173533.711000', '173533.714000', '173533.716000', '173533.719000', '173533.722000', '173533.724000', '173533.727000', '173533.729000', '173533.732000', '173533.734000', '173533.737000', '173533.740000', '173533.742000', '173533.745000', '173533.747000', '173533.750000', '173533.753000', '173533.755000', '173553.646000', '173553.649000', '173553.652000', '173553.654000', '173553.657000', '173553.660000', '173553.662000', '173553.665000', '173553.667000', '173553.670000', '173553.672000', '173553.675000', '173553.678000', '173553.680000', '173553.683000', '173553.686000', '173553.688000', '173553.691000', '173553.693000', '173553.696000', '173553.699000', '173553.701000', '173553.704000', '173553.706000', '173553.709000', '173553.712000', '173553.714000', '173553.718000', '173553.721000', '173553.724000', '173553.726000', '173553.729000', '173553.731000', '173553.734000', '173553.737000', '173553.739000', '173553.742000', '173553.744000', '173553.747000', '173553.749000', '173553.752000', '173553.755000', '173553.757000', '173613.645000', '173613.648000', '173613.651000', '173613.654000', '173613.656000', '173613.659000', '173613.661000', '173613.664000', '173613.667000', '173613.669000', '173613.672000', '173613.675000', '173613.677000', '173613.680000', '173613.682000', '173613.685000', '173613.688000', '173613.690000', '173613.693000', '173613.696000', '173613.698000', '173613.701000', '173613.703000', '173613.706000', '173613.708000', '173613.711000', '173613.714000', '173613.716000', '173613.719000', '173613.731000', '173613.733000', '173613.736000', '173613.738000', '173613.741000', '173613.744000', '173613.746000', '173613.749000', '173613.751000', '173613.754000', '173613.757000', '173613.759000', '173613.762000', '173613.764000', '173613.767000', '173633.646000', '173633.649000', '173633.652000', '173633.654000', '173633.657000', '173633.660000', '173633.662000', '173633.665000', '173633.667000', '173633.670000', '173633.672000', '173633.675000', '173633.678000', '173633.680000', '173633.683000', '173633.685000', '173633.688000', '173633.690000', '173633.693000', '173633.696000', '173633.698000', '173633.701000', '173633.703000', '173633.706000', '173633.708000', '173633.711000', '173633.714000', '173633.716000', '173633.719000', '173633.721000', '173633.724000', '173633.727000', '173633.729000', '173633.732000', '173633.734000', '173633.737000', '173633.740000', '173633.742000', '173633.745000', '173633.747000', '173633.750000', '173633.752000', '173633.755000', '173653.646000', '173653.649000', '173653.652000', '173653.654000', '173653.657000', '173653.660000', '173653.662000', '173653.665000', '173653.667000', '173653.670000', '173653.673000', '173653.675000', '173653.678000', '173653.680000', '173653.683000', '173653.686000', '173653.688000', '173653.691000', '173653.693000', '173653.696000', '173653.699000', '173653.701000', '173653.704000', '173653.706000', '173653.709000', '173653.711000', '173653.714000', '173653.717000', '173653.719000', '173653.722000', '173653.725000', '173653.727000', '173653.730000', '173653.732000', '173653.735000', '173653.737000', '173653.740000', '173653.743000', '173653.745000', '173653.748000', '173653.750000', '173653.753000', '173653.756000', '173653.758000', '173713.647000', '173713.649000', '173713.652000', '173713.655000', '173713.657000', '173713.660000', '173713.662000', '173713.665000', '173713.668000', '173713.670000', '173713.673000', '173713.675000', '173713.678000', '173713.681000', '173713.683000', '173713.686000', '173713.688000', '173713.691000', '173713.694000', '173713.696000', '173713.699000', '173713.701000', '173713.704000', '173713.706000', '173713.709000', '173713.712000', '173713.715000', '173713.718000', '173713.721000', '173713.723000', '173713.726000', '173713.728000', '173713.733000', '173713.736000', '173713.738000', '173713.741000', '173713.744000', '173713.746000', '173713.749000', '173713.751000', '173713.754000', '173713.757000', '173713.760000', '173733.647000', '173733.649000', '173733.652000', '173733.655000', '173733.657000', '173733.660000', '173733.662000', '173733.665000', '173733.667000', '173733.670000', '173733.673000', '173733.675000', '173733.678000', '173733.680000', '173733.683000', '173733.686000', '173733.688000', '173733.691000', '173733.693000', '173733.696000', '173733.699000', '173733.701000', '173733.704000', '173733.706000', '173733.709000', '173733.712000', '173733.714000', '173733.717000', '173733.719000', '173733.722000', '173733.725000', '173733.728000', '173733.731000', '173733.733000', '173733.736000', '173733.738000', '173733.741000', '173733.744000', '173733.746000', '173733.749000', '173733.752000', '173733.754000', '173733.757000', '173733.759000', '173753.647000', '173753.649000', '173753.652000', '173753.655000', '173753.657000', '173753.660000', '173753.662000', '173753.665000', '173753.667000', '173753.670000', '173753.673000', '173753.675000', '173753.678000', '173753.681000', '173753.683000', '173753.686000', '173753.688000', '173753.691000', '173753.693000', '173753.696000', '173753.699000', '173753.701000', '173753.704000', '173753.706000', '173753.713000', '173753.715000', '173753.718000', '173753.721000', '173753.723000', '173753.726000', '173753.729000', '173753.731000', '173753.734000', '173753.737000', '173753.739000', '173753.742000', '173753.744000', '173753.747000', '173753.749000', '173753.752000', '173753.755000', '173753.757000', '173753.760000', '173813.647000', '173813.649000', '173813.652000', '173813.655000', '173813.657000', '173813.660000', '173813.663000', '173813.665000', '173813.668000', '173813.670000', '173813.673000', '173813.676000', '173813.678000', '173813.681000', '173813.683000', '173813.686000', '173813.688000', '173813.691000', '173813.694000', '173813.696000', '173813.699000', '173813.701000', '173813.704000', '173813.707000', '173813.709000', '173813.712000', '173813.714000', '173813.717000', '173813.720000', '173813.722000', '173813.725000', '173813.727000', '173813.730000', '173813.732000', '173813.735000', '173813.738000', '173813.740000', '173813.743000', '173813.745000', '173813.748000', '173813.751000', '173813.753000', '173813.756000', '173813.758000', '173833.646000', '173833.648000', '173833.651000', '173833.654000', '173833.656000', '173833.659000', '173833.661000', '173833.664000', '173833.667000', '173833.669000', '173833.672000', '173833.674000', '173833.677000', '173833.680000', '173833.682000', '173833.685000', '173833.687000', '173833.690000', '173833.692000', '173833.695000', '173833.698000', '173833.700000', '173833.703000', '173833.705000', '173833.708000', '173833.711000', '173833.713000', '173833.716000', '173833.718000', '173833.721000', '173833.723000', '173833.726000', '173833.729000', '173833.731000', '173833.734000', '173833.736000', '173833.739000', '173833.741000', '173833.744000', '173833.747000', '173833.749000', '173833.752000', '173833.755000', '173853.647000', '173853.650000', '173853.652000', '173853.655000', '173853.657000', '173853.660000', '173853.663000', '173853.665000', '173853.668000', '173853.670000', '173853.673000', '173853.675000', '173853.678000', '173853.681000', '173853.683000', '173853.686000', '173853.688000', '173853.691000', '173853.693000', '173853.696000', '173853.699000', '173853.701000', '173853.704000', '173853.706000', '173853.709000', '173853.712000', '173853.714000', '173853.717000', '173853.719000', '173853.722000', '173853.725000', '173853.727000', '173853.730000', '173853.732000', '173853.735000', '173853.737000', '173853.740000', '173853.743000', '173853.745000', '173853.748000', '173853.750000', '173853.753000', '173853.756000', '173853.758000', '173913.647000', '173913.650000', '173913.652000', '173913.655000', '173913.657000', '173913.660000', '173913.662000', '173913.665000', '173913.668000', '173913.670000', '173913.673000', '173913.675000', '173913.678000', '173913.681000', '173913.683000', '173913.686000', '173913.689000', '173913.691000', '173913.694000', '173913.696000', '173913.699000', '173913.702000', '173913.704000', '173913.707000', '173913.709000', '173913.712000', '173913.715000', '173913.717000', '173913.720000', '173913.722000', '173913.725000', '173913.728000', '173913.730000', '173913.733000', '173913.735000', '173913.738000', '173913.741000', '173913.743000', '173913.746000', '173913.748000', '173913.751000', '173913.754000', '173913.756000', '173933.647000', '173933.650000', '173933.652000', '173933.655000', '173933.658000', '173933.660000', '173933.663000', '173933.666000', '173933.668000', '173933.671000', '173933.673000', '173933.676000', '173933.679000', '173933.681000', '173933.684000', '173933.687000', '173933.689000', '173933.692000', '173933.694000', '173933.697000', '173933.699000', '173933.702000', '173933.705000', '173933.707000', '173933.710000', '173933.712000', '173933.715000', '173933.717000', '173933.720000', '173933.723000', '173933.725000', '173933.728000', '173933.730000', '173933.733000', '173933.735000', '173933.738000', '173933.740000', '173933.743000', '173933.746000', '173933.748000', '173933.751000', '173933.753000', '173933.756000', '173933.759000', '173953.647000', '173953.650000', '173953.652000', '173953.655000', '173953.657000', '173953.660000', '173953.663000', '173953.665000', '173953.668000', '173953.670000', '173953.673000', '173953.676000', '173953.678000', '173953.681000', '173953.683000', '173953.686000', '173953.688000', '173953.691000', '173953.694000', '173953.696000', '173953.699000', '173953.702000', '173953.704000', '173953.707000', '173953.709000', '173953.712000', '173953.715000', '173953.717000', '173953.720000', '173953.722000', '173953.725000', '173953.728000', '173953.730000', '173953.733000', '173953.736000', '173953.738000', '173953.741000', '173953.744000', '173953.746000', '173953.749000', '173953.751000', '173953.754000', '173953.757000', '174013.647000', '174013.650000', '174013.652000', '174013.655000', '174013.657000', '174013.660000', '174013.663000', '174013.665000', '174013.668000', '174013.670000', '174013.673000', '174013.676000', '174013.678000', '174013.681000', '174013.683000', '174013.686000', '174013.689000', '174013.691000', '174013.694000', '174013.697000', '174013.699000', '174013.702000', '174013.704000', '174013.707000', '174013.710000', '174013.712000', '174013.715000', '174013.717000', '174013.720000', '174013.723000', '174013.725000', '174013.728000', '174013.730000', '174013.733000', '174013.736000', '174013.738000', '174013.741000', '174013.743000', '174013.746000', '174013.749000', '174013.751000', '174013.754000', '174013.756000', '174013.759000', '174033.647000', '174033.649000', '174033.652000', '174033.655000', '174033.657000', '174033.660000', '174033.662000', '174033.665000', '174033.668000', '174033.670000', '174033.673000', '174033.675000', '174033.678000', '174033.681000', '174033.683000', '174033.686000', '174033.688000', '174033.691000', '174033.693000', '174033.696000', '174033.699000', '174033.701000', '174033.704000', '174033.706000', '174033.709000', '174033.712000', '174033.714000', '174033.717000', '174033.719000', '174033.722000', '174033.725000', '174033.727000', '174033.730000', '174033.732000', '174033.735000', '174033.737000', '174033.740000', '174033.743000', '174033.745000', '174033.748000', '174033.750000', '174033.753000', '174033.755000', '174053.646000', '174053.648000', '174053.651000', '174053.654000', '174053.656000', '174053.659000', '174053.661000', '174053.664000', '174053.667000', '174053.669000', '174053.672000', '174053.674000', '174053.677000', '174053.679000', '174053.682000', '174053.685000', '174053.687000', '174053.690000', '174053.693000', '174053.695000', '174053.698000', '174053.701000', '174053.703000', '174053.706000', '174053.708000', '174053.711000', '174053.714000', '174053.716000', '174053.719000', '174053.722000', '174053.724000', '174053.727000', '174053.729000', '174053.732000', '174053.735000', '174053.737000', '174053.740000', '174053.742000', '174053.745000', '174053.748000', '174053.750000', '174053.753000', '174053.756000', '174053.758000', '174113.647000', '174113.649000', '174113.652000', '174113.655000', '174113.657000', '174113.660000', '174113.662000', '174113.665000', '174113.667000', '174113.670000', '174113.673000', '174113.675000', '174113.678000', '174113.681000', '174113.683000', '174113.686000', '174113.688000', '174113.691000', '174113.694000', '174113.696000', '174113.699000', '174113.701000', '174113.704000', '174113.707000', '174113.709000', '174113.712000', '174113.714000', '174113.717000', '174113.720000', '174113.722000', '174113.725000', '174113.727000', '174113.730000', '174113.733000', '174113.735000', '174113.738000', '174113.740000', '174113.743000', '174113.745000', '174113.748000', '174113.751000', '174113.753000', '174113.756000', '174115.224000', '174115.226000', '174115.229000', '174115.232000'], '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': [10346, 9150, 10372, 10279, 10621, 10599, 10714, 9533, 10283, 10228, 10096, 10198, 8960, 10072, 9780, 10469, 9795, 11242, 8821, 11862, 9243, 11863, 9656, 10774, 10111, 8329, 10138, 8906, 10495, 9167, 10573, 10202, 11397, 8567, 11731, 8467, 11571, 8777, 12021, 9565, 9278, 9497, 7878, 10117, 8037, 10599, 9663, 11031, 9453, 11035, 9512, 11165, 10192, 11598, 8798, 11878, 8663, 11833, 8596, 11638, 8634, 11890, 8475, 11592, 8533, 11941, 9037, 12239, 9265, 9996, 9309, 10368, 9323, 11424, 9075, 10692, 9674, 8362, 10113, 8801, 9660, 7566, 11278, 8944, 13259, 9123, 10331, 9168, 8676, 11228, 8910, 11880, 8546, 12868, 9165, 14259, 9440, 10853, 9636, 8965, 9846, 8640, 10358, 8938, 11016, 9191, 11357, 8373, 12639, 9403, 10211, 9790, 7938, 10460, 9626, 11232, 9042, 12404, 8649, 12840, 9197, 11140, 10027, 10071, 9953, 9048, 10282, 9361, 11328, 8956, 12302, 8995, 11861, 9680, 10536, 9808, 10469, 9550, 8663, 10536, 9515, 11347, 8640, 13223, 9329, 10210, 9835, 8095, 10208, 10068, 10929, 9577, 13530, 10737, 8856, 11857, 9632, 15321, 10875, 9045, 9679, 9335, 11358, 9531, 13889, 10344, 8775, 8938, 9836, 9899, 9465, 9622, 12271, 9918, 9726, 10571, 9556, 12772, 10160, 14507, 11103, 10546, 10813, 8871, 10725, 9610, 10540, 9531, 10473, 9900, 10276, 9456, 10600, 9818, 12935, 10139, 10534, 10353, 8380, 10652, 9098, 10511, 12010, 10410, 14329, 10382, 14094, 10387, 11169, 9713, 10410, 9308, 10243, 9263, 10150, 9515, 9946, 9535, 10271, 9139, 10619, 9509, 10374, 9388, 10548, 8924, 10735, 9611, 10595, 9233, 10381, 9038, 10595, 9244, 12519, 9856, 8978, 9752, 9028, 9772, 8592, 10187, 7941, 9912, 8180, 10433, 8832, 11186, 8803, 11683, 9302, 10782, 9243, 8816, 9981, 8231, 10472, 8424, 10113, 7765, 10245, 8382, 10446, 7706, 10029, 8816, 11368, 9549, 12296, 9557, 12367, 9950, 11071, 10294, 11313, 10508, 8723, 10352, 9498, 10470, 10750, 10384, 9491, 10439, 8864, 10435, 9311, 11446, 9115, 11837, 10159, 13551, 10242, 11994, 10163, 12062, 10448, 9029, 9974, 8652, 9830, 9254, 10282, 9827, 11482, 9415, 11752, 10253, 11649, 10353, 10654, 10328, 8563, 9845, 9118, 11018, 9413, 11772, 9989, 10844, 10389, 7995, 9699, 8961, 10441, 9236, 11759, 10011, 7923, 9447, 9483, 12730, 10354, 8452, 10330, 9691, 12752, 10468, 8309, 10268, 9911, 10742, 9559, 9210, 10956, 9104, 8784, 11123, 9607, 14112, 10231, 8959, 9977, 9524, 11740, 10434, 10772, 9627, 9569, 11048, 10167, 11030, 11095, 8596, 9612, 9326, 11824, 9631, 11585, 10661, 11686, 10929, 10070, 9721, 8552, 9736, 9433, 11305, 9374, 12634, 10688, 8623, 9499, 8925, 10629, 9837, 11636, 10240, 13114, 10889, 8051, 9678, 9458, 11331, 9913, 11376, 10816, 8255, 9429, 8916, 10956, 9715, 12197, 10933, 9552, 10841, 8628, 9705, 9210, 11152, 9718, 11551, 9858, 11039, 10321, 10787, 10170, 12820, 10675, 9485, 9951, 8278, 9684, 9089, 10668, 9372, 11398, 10227, 12261, 10665, 9663, 9189, 9034, 10727, 10246, 10041, 10656, 10677, 10390, 10924, 9976, 9901, 10384, 10067, 10395, 10253, 10051, 9087, 10238, 9443, 10348, 9256, 10256, 9735, 10959, 9807, 11538, 9654, 10839, 9871, 11655, 10166, 10651, 10509, 8031, 9568, 9606, 10599, 9705, 11429, 9535, 11330, 10029, 12553, 10272, 9733, 9563, 9187, 10964, 9550, 11362, 10048, 12504, 10129, 8373, 9549, 8100, 9856, 9265, 11492, 9314, 13791, 10046, 7919, 9547, 8987, 11553, 9616, 14141, 10493, 8588, 9196, 8663, 11014, 9149, 11970, 10297, 10065, 9272, 8725, 10778, 9204, 12291, 9787, 13774, 10537, 10525, 10092, 7986, 9808, 9095, 11906, 10022, 10353, 10072, 8690, 10112, 9269, 11761, 9875, 12269, 9669, 7790, 10150, 9390, 11268, 9259, 8827, 12035, 10074, 8324, 10718, 9217, 11843, 9288, 14347, 10543, 8636, 9342, 9409, 14546, 9670, 8094, 10088, 9367, 12299, 10236, 9580, 9490, 8695, 11215, 10106, 10984, 10112, 8395, 11150, 9285, 13134, 10423, 9583, 9304, 8802, 11198, 9345, 11943, 10177, 11858, 10368, 8713, 9749, 9194, 11019, 9369, 11566, 10163, 12915, 10356, 9948, 10309, 8288, 9917, 9735, 10832, 9642, 11819, 9778, 11950, 10409, 8605, 9436, 8028, 10043, 9659, 11329, 9333, 11428, 9783, 12736, 9582, 13007, 9807, 9567, 9209, 8511, 10462, 8957, 11811, 8809, 13981, 10051, 9863, 10289, 7973, 9721, 8828, 11370, 9274, 11762, 9382, 11757, 9622, 13180, 10054, 8715, 9439, 8489, 10199, 9374, 11562, 9466, 12446, 9803, 12987, 9898, 13203, 10332, 10191, 9483, 8644, 10235, 9265, 11273, 9163, 11817, 9646, 13867, 10050, 11587, 10438, 8878, 10215, 9003, 10618, 9596, 11121, 9372, 11453, 9285, 11983, 10195, 11690, 10315, 8161, 9599, 9365, 11344, 9685, 12239, 9876, 11762, 10110, 11166, 10230, 11352, 10142, 13658, 10482, 8083, 9400, 9405, 10468, 9169, 11987, 10088, 10306, 10532, 8263, 10376, 8934, 10586, 9527, 11153, 9200, 11345, 9266, 11834, 9785, 13114, 10501, 8459, 9351, 8622, 10544, 9905, 12120, 9670, 11525, 9912, 12450, 10109, 10695, 9353, 8713, 10010, 9105, 11345, 9370, 13518, 10432, 9533, 9249, 8573, 10117, 9599, 11517, 9616, 11613, 9970, 13311, 10493, 10550, 10363, 9043, 9583, 9346, 10830, 9506, 11737, 10045, 11565, 9360, 8698, 9786, 9324, 10813, 9772, 11456, 9409, 12480, 10362, 12167, 10730, 9371, 9951, 8940, 10795, 9617, 11191, 9399, 11491, 9805, 12696, 10423, 8136, 9377, 9297, 10932, 9516, 12029, 9891, 11855, 10245, 7917, 9274, 9396, 11592, 9478, 13329, 10449, 9148, 9150, 8535, 10785, 8990, 13781, 10445, 9037, 9435, 9346, 11338, 9435, 13501, 9317, 8317, 10200, 9237, 12804, 10251, 8733, 9559, 9075, 11648, 9725, 12091, 9228, 9096, 11013, 9944, 10512, 9808, 8603, 10716, 8992, 13438, 10333, 9183, 9387, 8606, 11284, 9888, 10284, 9134, 8886, 11481, 9558, 14728, 10374, 8676, 10169, 9330, 12036, 10417, 13088, 10328, 8850, 10427, 9218, 12204, 10285, 9448, 9128, 9571, 11795, 10120, 11766, 10454, 8119, 9667, 9433, 11919, 10174, 10635, 8884, 8592, 10916, 9081, 14153, 10545, 8386, 9645, 8906, 11137, 9029, 13122, 10433, 10463, 10335, 8220, 9390, 9286, 11740, 9634, 11117, 10125, 8154, 9814, 9363, 11934, 9982, 11617, 10262, 7862, 9486, 9136, 11812, 9861, 10839, 9803, 8069, 10389, 9443, 12432, 9706, 10547, 9318, 8938, 11012, 9296, 14804, 8899, 8825, 11063, 8983, 8293, 10894, 10221, 10015, 10907, 9203, 14053, 10485, 8472, 10309, 9283, 11863, 9893, 12722, 10306, 8174, 10010, 9033, 11983, 9637, 14194, 10671, 8656, 9669, 8808, 10915, 9149, 14309, 10474, 8502, 9504, 8981, 11175, 9177, 12276, 10359, 10143, 10583, 8302, 9666, 8664, 10813, 9644, 12114, 10372, 10958, 10727, 8757, 9411, 9650, 11872, 9855, 13095, 10313, 11225, 10512, 9760, 9757, 8792, 10337, 9333, 11258, 9657, 11945, 10582, 10734, 10495, 8661, 10060, 9165, 11488, 9488, 13658, 10679, 10648, 10552, 9005, 10326, 9348, 11989, 10177, 13191, 10904, 9965, 10744, 8879, 10558, 9298, 11383, 10372, 11433, 10802, 8741, 9339, 9319, 10946, 9569, 11385, 10419, 11828, 10547, 11545, 10611, 11089, 10513, 10456, 9511, 9085, 10004, 9636, 11067, 10274, 11617, 10563, 9016, 9472, 8828, 10327, 9595, 11046, 9412, 11870, 10078, 12300, 10405, 12565, 10802, 10461, 10845, 8977, 10295, 9359, 11609, 9980, 11480, 10188, 11747, 10442, 9017, 9543, 9327, 10907, 10108, 11550, 10380, 11577, 10777, 8926, 10761, 9068, 10501, 8853, 10515, 9263, 11217, 9850, 11579, 10618, 11868, 10709, 8993, 9393, 9020, 10588, 9620, 11528, 9791, 11127, 10246, 13065, 10795, 11165, 10842, 8868, 9746, 8865, 10134, 9166, 11226, 9738, 11018, 10325, 12430, 10528, 10431, 10360, 8091, 9867, 9662, 10592, 9407, 12689, 10206, 8938, 9650, 9281, 10814, 9239, 12408, 10352, 10200, 9265, 8592, 10220, 9577, 12013, 10136, 14289, 10712, 8551, 9457, 9176, 11051, 9177, 12275, 10424, 10770, 10810, 8489, 10628, 8940, 10963, 9405, 12740, 9327, 8631, 9489, 9490, 8575, 10076, 9250, 8567, 7930, 8722, 8529, 10754, 9880, 9169, 9854, 9193, 10471, 11651, 10123, 12040, 14880, 10297, 14400, 14866, 10291, 13595, 11607, 10529, 12351, 10106, 10110, 9816, 10299, 9353, 10057, 9899, 12291, 9852, 9892, 10139, 10291, 9059, 9887, 9864, 10298, 10146, 8567, 9499, 9911, 10811, 10031, 8879, 9623, 9173, 11350, 9906, 8588, 9802, 10006, 12690, 9577, 8366, 9635, 8544, 12842, 9556, 8531, 9497, 8898, 7990, 9669, 8432], 'WindowCenter': [4386.0, 4359.0, 4368.0, 4367.0, 4366.0, 4366.0, 4365.0, 4357.0, 4367.0, 4370.0, 4369.0, 4370.0, 4360.0, 4381.0, 4382.0, 4381.0, 4383.0, 4391.0, 4373.0, 4393.0, 4384.0, 4405.0, 4386.0, 4394.0, 4385.0, 4363.0, 4384.0, 4374.0, 4394.0, 4388.0, 4395.0, 4396.0, 4404.0, 4375.0, 4406.0, 4377.0, 4406.0, 4388.0, 4417.0, 4397.0, 4387.0, 4396.0, 4376.0, 4397.0, 4379.0, 4408.0, 4398.0, 4408.0, 4397.0, 4407.0, 4399.0, 4408.0, 4398.0, 4418.0, 4387.0, 4406.0, 4387.0, 4407.0, 4389.0, 4420.0, 4390.0, 4420.0, 4389.0, 4408.0, 4388.0, 4418.0, 4401.0, 4419.0, 4413.0, 4409.0, 4400.0, 4408.0, 4401.0, 4421.0, 4401.0, 4410.0, 4399.0, 4388.0, 4410.0, 4400.0, 4400.0, 4381.0, 4419.0, 4400.0, 4429.0, 4401.0, 4411.0, 4412.0, 4400.0, 4421.0, 4400.0, 4419.0, 4390.0, 4431.0, 4402.0, 4440.0, 4411.0, 4409.0, 4400.0, 4387.0, 4396.0, 4402.0, 4422.0, 4401.0, 4410.0, 4387.0, 4406.0, 4388.0, 4419.0, 4400.0, 4410.0, 4410.0, 4379.0, 4408.0, 4399.0, 4420.0, 4390.0, 4419.0, 4388.0, 4417.0, 4387.0, 4408.0, 4399.0, 4399.0, 4399.0, 4386.0, 4396.0, 4387.0, 4407.0, 4387.0, 4418.0, 4399.0, 4417.0, 4398.0, 4408.0, 4410.0, 4409.0, 4400.0, 4388.0, 4407.0, 4398.0, 4419.0, 4390.0, 4429.0, 4400.0, 4409.0, 4410.0, 4392.0, 4411.0, 4412.0, 4422.0, 4415.0, 4432.0, 4399.0, 4377.0, 4409.0, 4400.0, 4430.0, 4410.0, 4389.0, 4388.0, 4400.0, 4422.0, 4411.0, 4430.0, 4399.0, 4376.0, 4388.0, 4399.0, 4399.0, 4400.0, 4400.0, 4409.0, 4399.0, 4388.0, 4397.0, 4389.0, 4418.0, 4399.0, 4417.0, 4408.0, 4396.0, 4394.0, 4374.0, 4394.0, 4373.0, 4383.0, 4374.0, 4384.0, 4382.0, 4383.0, 4386.0, 4394.0, 4397.0, 4416.0, 4398.0, 4396.0, 4399.0, 4378.0, 4398.0, 4386.0, 4397.0, 4407.0, 4398.0, 4417.0, 4386.0, 4405.0, 4384.0, 4394.0, 4376.0, 4384.0, 4373.0, 4383.0, 4373.0, 4383.0, 4373.0, 4382.0, 4384.0, 4385.0, 4374.0, 4384.0, 4386.0, 4385.0, 4387.0, 4397.0, 4387.0, 4397.0, 4386.0, 4396.0, 4387.0, 4397.0, 4389.0, 4397.0, 4389.0, 4418.0, 4398.0, 4388.0, 4400.0, 4390.0, 4411.0, 4390.0, 4400.0, 4379.0, 4398.0, 4391.0, 4411.0, 4400.0, 4423.0, 4391.0, 4409.0, 4401.0, 4422.0, 4413.0, 4402.0, 4413.0, 4392.0, 4412.0, 4392.0, 4412.0, 4393.0, 4413.0, 4394.0, 4412.0, 4380.0, 4412.0, 4403.0, 4422.0, 4400.0, 4421.0, 4400.0, 4418.0, 4401.0, 4409.0, 4411.0, 4409.0, 4400.0, 4377.0, 4398.0, 4387.0, 4397.0, 4408.0, 4396.0, 4387.0, 4395.0, 4375.0, 4395.0, 4384.0, 4406.0, 4387.0, 4406.0, 4398.0, 4406.0, 4385.0, 4395.0, 4398.0, 4407.0, 4396.0, 4388.0, 4397.0, 4376.0, 4386.0, 4387.0, 4396.0, 4397.0, 4407.0, 4387.0, 4407.0, 4397.0, 4407.0, 4409.0, 4398.0, 4399.0, 4378.0, 4398.0, 4388.0, 4408.0, 4401.0, 4420.0, 4412.0, 4409.0, 4399.0, 4378.0, 4399.0, 4403.0, 4425.0, 4417.0, 4421.0, 4401.0, 4379.0, 4397.0, 4400.0, 4418.0, 4411.0, 4404.0, 4413.0, 4402.0, 4420.0, 4412.0, 4404.0, 4413.0, 4413.0, 4410.0, 4402.0, 4402.0, 4422.0, 4401.0, 4390.0, 4422.0, 4401.0, 4431.0, 4399.0, 4387.0, 4386.0, 4387.0, 4407.0, 4411.0, 4398.0, 4388.0, 4385.0, 4395.0, 4386.0, 4394.0, 4397.0, 4377.0, 4387.0, 4375.0, 4396.0, 4386.0, 4395.0, 4397.0, 4407.0, 4397.0, 4387.0, 4386.0, 4375.0, 4385.0, 4386.0, 4408.0, 4389.0, 4418.0, 4399.0, 4376.0, 4387.0, 4377.0, 4397.0, 4388.0, 4407.0, 4398.0, 4417.0, 4395.0, 4366.0, 4389.0, 4398.0, 4408.0, 4399.0, 4406.0, 4408.0, 4376.0, 4388.0, 4388.0, 4409.0, 4398.0, 4408.0, 4408.0, 4387.0, 4398.0, 4377.0, 4398.0, 4389.0, 4409.0, 4387.0, 4409.0, 4400.0, 4397.0, 4398.0, 4397.0, 4398.0, 4417.0, 4398.0, 4387.0, 4386.0, 4376.0, 4398.0, 4391.0, 4409.0, 4401.0, 4421.0, 4413.0, 4420.0, 4408.0, 4390.0, 4390.0, 4391.0, 4411.0, 4400.0, 4399.0, 4411.0, 4411.0, 4403.0, 4400.0, 4391.0, 4387.0, 4388.0, 4388.0, 4399.0, 4398.0, 4400.0, 4377.0, 4387.0, 4388.0, 4386.0, 4377.0, 4398.0, 4388.0, 4398.0, 4399.0, 4408.0, 4388.0, 4398.0, 4400.0, 4410.0, 4400.0, 4410.0, 4400.0, 4378.0, 4399.0, 4400.0, 4411.0, 4401.0, 4421.0, 4401.0, 4409.0, 4400.0, 4420.0, 4412.0, 4400.0, 4401.0, 4400.0, 4411.0, 4400.0, 4410.0, 4412.0, 4421.0, 4410.0, 4392.0, 4400.0, 4379.0, 4399.0, 4400.0, 4421.0, 4401.0, 4431.0, 4402.0, 4380.0, 4400.0, 4401.0, 4422.0, 4402.0, 4431.0, 4412.0, 4390.0, 4390.0, 4390.0, 4410.0, 4402.0, 4422.0, 4412.0, 4401.0, 4390.0, 4389.0, 4411.0, 4402.0, 4420.0, 4402.0, 4430.0, 4410.0, 4399.0, 4400.0, 4391.0, 4402.0, 4401.0, 4421.0, 4412.0, 4411.0, 4412.0, 4403.0, 4414.0, 4402.0, 4424.0, 4402.0, 4422.0, 4414.0, 4382.0, 4412.0, 4402.0, 4422.0, 4403.0, 4403.0, 4422.0, 4412.0, 4391.0, 4412.0, 4402.0, 4423.0, 4402.0, 4431.0, 4411.0, 4389.0, 4400.0, 4399.0, 4431.0, 4401.0, 4379.0, 4399.0, 4400.0, 4419.0, 4411.0, 4401.0, 4402.0, 4391.0, 4410.0, 4412.0, 4412.0, 4412.0, 4391.0, 4422.0, 4391.0, 4420.0, 4400.0, 4400.0, 4401.0, 4389.0, 4410.0, 4389.0, 4408.0, 4397.0, 4407.0, 4400.0, 4378.0, 4399.0, 4388.0, 4397.0, 4387.0, 4397.0, 4399.0, 4418.0, 4400.0, 4387.0, 4387.0, 4376.0, 4386.0, 4387.0, 4398.0, 4388.0, 4407.0, 4388.0, 4407.0, 4399.0, 4376.0, 4389.0, 4382.0, 4400.0, 4401.0, 4410.0, 4401.0, 4409.0, 4401.0, 4420.0, 4402.0, 4421.0, 4402.0, 4401.0, 4390.0, 4389.0, 4399.0, 4391.0, 4421.0, 4391.0, 4430.0, 4401.0, 4398.0, 4401.0, 4381.0, 4401.0, 4390.0, 4422.0, 4390.0, 4411.0, 4390.0, 4408.0, 4402.0, 4420.0, 4402.0, 4390.0, 4389.0, 4389.0, 4399.0, 4401.0, 4411.0, 4400.0, 4420.0, 4400.0, 4419.0, 4399.0, 4420.0, 4410.0, 4399.0, 4399.0, 4378.0, 4398.0, 4388.0, 4409.0, 4400.0, 4409.0, 4401.0, 4431.0, 4401.0, 4408.0, 4399.0, 4391.0, 4410.0, 4389.0, 4411.0, 4390.0, 4408.0, 4388.0, 4409.0, 4390.0, 4408.0, 4402.0, 4408.0, 4398.0, 4377.0, 4387.0, 4389.0, 4409.0, 4389.0, 4410.0, 4398.0, 4408.0, 4398.0, 4397.0, 4398.0, 4397.0, 4398.0, 4418.0, 4397.0, 4366.0, 4386.0, 4388.0, 4399.0, 4389.0, 4408.0, 4400.0, 4398.0, 4399.0, 4379.0, 4400.0, 4388.0, 4399.0, 4388.0, 4397.0, 4387.0, 4397.0, 4389.0, 4408.0, 4399.0, 4418.0, 4398.0, 4377.0, 4388.0, 4389.0, 4399.0, 4400.0, 4409.0, 4399.0, 4408.0, 4399.0, 4419.0, 4411.0, 4399.0, 4390.0, 4378.0, 4398.0, 4388.0, 4409.0, 4401.0, 4421.0, 4411.0, 4400.0, 4389.0, 4378.0, 4398.0, 4400.0, 4409.0, 4389.0, 4397.0, 4387.0, 4416.0, 4397.0, 4397.0, 4398.0, 4377.0, 4387.0, 4387.0, 4397.0, 4387.0, 4408.0, 4400.0, 4408.0, 4389.0, 4378.0, 4388.0, 4388.0, 4398.0, 4399.0, 4408.0, 4388.0, 4408.0, 4398.0, 4407.0, 4399.0, 4389.0, 4398.0, 4377.0, 4398.0, 4387.0, 4397.0, 4387.0, 4408.0, 4399.0, 4407.0, 4399.0, 4367.0, 4387.0, 4388.0, 4409.0, 4389.0, 4408.0, 4399.0, 4408.0, 4398.0, 4380.0, 4390.0, 4400.0, 4410.0, 4401.0, 4420.0, 4410.0, 4389.0, 4401.0, 4390.0, 4410.0, 4390.0, 4420.0, 4410.0, 4389.0, 4389.0, 4401.0, 4411.0, 4401.0, 4430.0, 4390.0, 4379.0, 4410.0, 4401.0, 4419.0, 4411.0, 4389.0, 4399.0, 4389.0, 4411.0, 4401.0, 4419.0, 4390.0, 4389.0, 4409.0, 4399.0, 4399.0, 4400.0, 4389.0, 4410.0, 4390.0, 4419.0, 4401.0, 4390.0, 4403.0, 4391.0, 4412.0, 4402.0, 4400.0, 4389.0, 4389.0, 4410.0, 4401.0, 4429.0, 4400.0, 4378.0, 4399.0, 4388.0, 4407.0, 4399.0, 4418.0, 4399.0, 4377.0, 4397.0, 4387.0, 4406.0, 4387.0, 4388.0, 4389.0, 4388.0, 4409.0, 4400.0, 4409.0, 4400.0, 4379.0, 4389.0, 4390.0, 4411.0, 4400.0, 4398.0, 4389.0, 4391.0, 4410.0, 4391.0, 4431.0, 4401.0, 4378.0, 4388.0, 4390.0, 4410.0, 4391.0, 4420.0, 4399.0, 4398.0, 4398.0, 4378.0, 4389.0, 4388.0, 4409.0, 4390.0, 4398.0, 4398.0, 4379.0, 4400.0, 4390.0, 4410.0, 4399.0, 4408.0, 4398.0, 4380.0, 4400.0, 4401.0, 4411.0, 4401.0, 4410.0, 4400.0, 4392.0, 4412.0, 4402.0, 4423.0, 4391.0, 4400.0, 4389.0, 4391.0, 4413.0, 4403.0, 4432.0, 4391.0, 4390.0, 4411.0, 4390.0, 4380.0, 4412.0, 4412.0, 4401.0, 4414.0, 4391.0, 4419.0, 4399.0, 4377.0, 4400.0, 4391.0, 4409.0, 4390.0, 4408.0, 4388.0, 4380.0, 4389.0, 4391.0, 4410.0, 4401.0, 4419.0, 4399.0, 4378.0, 4388.0, 4389.0, 4399.0, 4388.0, 4419.0, 4399.0, 4379.0, 4388.0, 4390.0, 4410.0, 4390.0, 4409.0, 4400.0, 4388.0, 4398.0, 4377.0, 4389.0, 4379.0, 4397.0, 4389.0, 4408.0, 4398.0, 4397.0, 4398.0, 4389.0, 4389.0, 4389.0, 4411.0, 4389.0, 4418.0, 4399.0, 4398.0, 4400.0, 4388.0, 4388.0, 4377.0, 4388.0, 4377.0, 4397.0, 4389.0, 4407.0, 4399.0, 4398.0, 4397.0, 4376.0, 4387.0, 4388.0, 4408.0, 4388.0, 4418.0, 4398.0, 4396.0, 4398.0, 4389.0, 4387.0, 4388.0, 4397.0, 4386.0, 4406.0, 4385.0, 4386.0, 4396.0, 4375.0, 4396.0, 4374.0, 4394.0, 4385.0, 4395.0, 4397.0, 4376.0, 4387.0, 4376.0, 4396.0, 4387.0, 4396.0, 4398.0, 4396.0, 4397.0, 4395.0, 4397.0, 4395.0, 4385.0, 4385.0, 4385.0, 4375.0, 4385.0, 4386.0, 4396.0, 4399.0, 4409.0, 4398.0, 4390.0, 4389.0, 4378.0, 4397.0, 4388.0, 4409.0, 4389.0, 4408.0, 4389.0, 4407.0, 4387.0, 4406.0, 4399.0, 4397.0, 4397.0, 4376.0, 4387.0, 4375.0, 4395.0, 4384.0, 4394.0, 4387.0, 4395.0, 4396.0, 4376.0, 4386.0, 4376.0, 4397.0, 4400.0, 4408.0, 4398.0, 4408.0, 4398.0, 4376.0, 4396.0, 4377.0, 4398.0, 4376.0, 4397.0, 4376.0, 4395.0, 4386.0, 4395.0, 4398.0, 4407.0, 4397.0, 4377.0, 4376.0, 4376.0, 4385.0, 4386.0, 4396.0, 4387.0, 4396.0, 4385.0, 4406.0, 4385.0, 4394.0, 4385.0, 4374.0, 4386.0, 4376.0, 4386.0, 4376.0, 4395.0, 4386.0, 4396.0, 4398.0, 4407.0, 4399.0, 4397.0, 4386.0, 4366.0, 4388.0, 4376.0, 4386.0, 4388.0, 4407.0, 4400.0, 4378.0, 4388.0, 4388.0, 4399.0, 4389.0, 4410.0, 4399.0, 4389.0, 4388.0, 4378.0, 4398.0, 4391.0, 4409.0, 4401.0, 4419.0, 4398.0, 4377.0, 4387.0, 4388.0, 4398.0, 4388.0, 4407.0, 4398.0, 4395.0, 4397.0, 4390.0, 4412.0, 4378.0, 4398.0, 4377.0, 4419.0, 4400.0, 4390.0, 4387.0, 4373.0, 4389.0, 4398.0, 4386.0, 4376.0, 4365.0, 4374.0, 4378.0, 4397.0, 4387.0, 4377.0, 4386.0, 4373.0, 4371.0, 4394.0, 4372.0, 4380.0, 4402.0, 4373.0, 4391.0, 4375.0, 4344.0, 4364.0, 4341.0, 4340.0, 4349.0, 4329.0, 4328.0, 4326.0, 4327.0, 4317.0, 4326.0, 4327.0, 4348.0, 4329.0, 4329.0, 4339.0, 4341.0, 4330.0, 4341.0, 4342.0, 4341.0, 4355.0, 4333.0, 4354.0, 4357.0, 4367.0, 4370.0, 4359.0, 4369.0, 4370.0, 4380.0, 4382.0, 4374.0, 4385.0, 4386.0, 4404.0, 4384.0, 4364.0, 4385.0, 4376.0, 4417.0, 4400.0, 4403.0, 4397.0, 4375.0, 4364.0, 4387.0, 4376.0], 'WindowWidth': [9683.0, 9636.0, 9644.0, 9641.0, 9639.0, 9636.0, 9634.0, 9628.0, 9640.0, 9649.0, 9646.0, 9650.0, 9637.0, 9668.0, 9669.0, 9668.0, 9672.0, 9681.0, 9659.0, 9686.0, 9676.0, 9704.0, 9681.0, 9690.0, 9678.0, 9648.0, 9675.0, 9664.0, 9689.0, 9685.0, 9694.0, 9695.0, 9705.0, 9667.0, 9707.0, 9673.0, 9710.0, 9690.0, 9726.0, 9699.0, 9685.0, 9697.0, 9671.0, 9701.0, 9679.0, 9717.0, 9702.0, 9715.0, 9701.0, 9714.0, 9706.0, 9717.0, 9704.0, 9730.0, 9686.0, 9710.0, 9688.0, 9714.0, 9694.0, 9735.0, 9697.0, 9734.0, 9695.0, 9716.0, 9692.0, 9731.0, 9713.0, 9735.0, 9731.0, 9721.0, 9709.0, 9718.0, 9714.0, 9738.0, 9712.0, 9724.0, 9707.0, 9689.0, 9720.0, 9710.0, 9709.0, 9683.0, 9734.0, 9709.0, 9749.0, 9713.0, 9729.0, 9730.0, 9711.0, 9741.0, 9710.0, 9733.0, 9696.0, 9750.0, 9716.0, 9764.0, 9727.0, 9721.0, 9706.0, 9687.0, 9700.0, 9717.0, 9745.0, 9711.0, 9722.0, 9685.0, 9709.0, 9690.0, 9734.0, 9712.0, 9724.0, 9723.0, 9680.0, 9717.0, 9708.0, 9736.0, 9695.0, 9733.0, 9690.0, 9726.0, 9688.0, 9718.0, 9707.0, 9704.0, 9708.0, 9684.0, 9697.0, 9685.0, 9714.0, 9688.0, 9730.0, 9707.0, 9728.0, 9703.0, 9717.0, 9723.0, 9718.0, 9710.0, 9690.0, 9713.0, 9703.0, 9732.0, 9698.0, 9747.0, 9710.0, 9719.0, 9722.0, 9703.0, 9728.0, 9731.0, 9743.0, 9734.0, 9753.0, 9700.0, 9667.0, 9716.0, 9704.0, 9746.0, 9718.0, 9691.0, 9687.0, 9707.0, 9740.0, 9726.0, 9748.0, 9704.0, 9671.0, 9688.0, 9703.0, 9705.0, 9709.0, 9707.0, 9716.0, 9701.0, 9684.0, 9698.0, 9689.0, 9729.0, 9704.0, 9727.0, 9712.0, 9693.0, 9689.0, 9660.0, 9689.0, 9660.0, 9672.0, 9660.0, 9674.0, 9667.0, 9671.0, 9683.0, 9687.0, 9697.0, 9722.0, 9701.0, 9698.0, 9705.0, 9674.0, 9701.0, 9682.0, 9699.0, 9712.0, 9699.0, 9725.0, 9680.0, 9704.0, 9675.0, 9688.0, 9665.0, 9674.0, 9659.0, 9669.0, 9657.0, 9669.0, 9659.0, 9671.0, 9677.0, 9677.0, 9661.0, 9675.0, 9679.0, 9676.0, 9683.0, 9696.0, 9685.0, 9697.0, 9682.0, 9692.0, 9683.0, 9696.0, 9690.0, 9699.0, 9691.0, 9727.0, 9701.0, 9686.0, 9707.0, 9693.0, 9722.0, 9694.0, 9707.0, 9676.0, 9702.0, 9696.0, 9724.0, 9707.0, 9740.0, 9695.0, 9717.0, 9710.0, 9742.0, 9729.0, 9714.0, 9731.0, 9699.0, 9728.0, 9700.0, 9729.0, 9703.0, 9732.0, 9703.0, 9726.0, 9681.0, 9725.0, 9716.0, 9739.0, 9710.0, 9736.0, 9707.0, 9730.0, 9710.0, 9720.0, 9724.0, 9721.0, 9705.0, 9671.0, 9700.0, 9684.0, 9698.0, 9716.0, 9696.0, 9684.0, 9693.0, 9664.0, 9690.0, 9677.0, 9709.0, 9684.0, 9708.0, 9700.0, 9708.0, 9679.0, 9692.0, 9701.0, 9711.0, 9695.0, 9687.0, 9700.0, 9668.0, 9681.0, 9685.0, 9696.0, 9698.0, 9712.0, 9685.0, 9710.0, 9698.0, 9713.0, 9719.0, 9703.0, 9703.0, 9674.0, 9700.0, 9687.0, 9715.0, 9710.0, 9734.0, 9728.0, 9718.0, 9703.0, 9674.0, 9705.0, 9716.0, 9752.0, 9742.0, 9739.0, 9709.0, 9676.0, 9699.0, 9705.0, 9730.0, 9726.0, 9720.0, 9731.0, 9714.0, 9734.0, 9725.0, 9720.0, 9730.0, 9728.0, 9718.0, 9712.0, 9713.0, 9739.0, 9710.0, 9693.0, 9739.0, 9709.0, 9750.0, 9704.0, 9683.0, 9680.0, 9682.0, 9712.0, 9719.0, 9700.0, 9685.0, 9677.0, 9690.0, 9680.0, 9688.0, 9696.0, 9669.0, 9683.0, 9664.0, 9694.0, 9678.0, 9689.0, 9696.0, 9709.0, 9696.0, 9682.0, 9678.0, 9663.0, 9678.0, 9681.0, 9715.0, 9689.0, 9727.0, 9703.0, 9667.0, 9682.0, 9669.0, 9696.0, 9686.0, 9711.0, 9698.0, 9723.0, 9693.0, 9654.0, 9689.0, 9701.0, 9715.0, 9702.0, 9708.0, 9712.0, 9668.0, 9688.0, 9688.0, 9715.0, 9702.0, 9714.0, 9713.0, 9683.0, 9698.0, 9671.0, 9701.0, 9687.0, 9715.0, 9682.0, 9714.0, 9705.0, 9698.0, 9699.0, 9697.0, 9701.0, 9722.0, 9699.0, 9682.0, 9680.0, 9667.0, 9700.0, 9694.0, 9718.0, 9709.0, 9736.0, 9729.0, 9733.0, 9716.0, 9691.0, 9693.0, 9695.0, 9722.0, 9707.0, 9704.0, 9722.0, 9721.0, 9713.0, 9703.0, 9693.0, 9680.0, 9683.0, 9685.0, 9702.0, 9700.0, 9706.0, 9670.0, 9682.0, 9685.0, 9681.0, 9668.0, 9699.0, 9688.0, 9698.0, 9701.0, 9713.0, 9687.0, 9699.0, 9708.0, 9718.0, 9708.0, 9718.0, 9705.0, 9674.0, 9703.0, 9706.0, 9722.0, 9708.0, 9737.0, 9708.0, 9717.0, 9705.0, 9732.0, 9726.0, 9707.0, 9711.0, 9706.0, 9721.0, 9707.0, 9720.0, 9725.0, 9737.0, 9722.0, 9696.0, 9707.0, 9676.0, 9704.0, 9707.0, 9736.0, 9711.0, 9749.0, 9711.0, 9679.0, 9707.0, 9709.0, 9739.0, 9713.0, 9751.0, 9726.0, 9691.0, 9691.0, 9691.0, 9720.0, 9712.0, 9738.0, 9725.0, 9708.0, 9691.0, 9690.0, 9721.0, 9711.0, 9734.0, 9711.0, 9747.0, 9719.0, 9703.0, 9706.0, 9697.0, 9711.0, 9710.0, 9737.0, 9725.0, 9723.0, 9726.0, 9716.0, 9731.0, 9714.0, 9745.0, 9712.0, 9738.0, 9733.0, 9686.0, 9722.0, 9712.0, 9738.0, 9717.0, 9716.0, 9740.0, 9725.0, 9696.0, 9725.0, 9712.0, 9741.0, 9711.0, 9749.0, 9723.0, 9690.0, 9705.0, 9706.0, 9748.0, 9709.0, 9677.0, 9704.0, 9706.0, 9730.0, 9723.0, 9709.0, 9713.0, 9696.0, 9721.0, 9726.0, 9725.0, 9727.0, 9697.0, 9739.0, 9694.0, 9731.0, 9704.0, 9706.0, 9707.0, 9690.0, 9718.0, 9688.0, 9712.0, 9698.0, 9711.0, 9704.0, 9674.0, 9702.0, 9686.0, 9697.0, 9683.0, 9695.0, 9702.0, 9727.0, 9703.0, 9683.0, 9682.0, 9667.0, 9681.0, 9683.0, 9700.0, 9687.0, 9711.0, 9686.0, 9709.0, 9700.0, 9670.0, 9689.0, 9684.0, 9707.0, 9709.0, 9720.0, 9707.0, 9717.0, 9708.0, 9732.0, 9711.0, 9735.0, 9711.0, 9707.0, 9692.0, 9690.0, 9703.0, 9695.0, 9735.0, 9695.0, 9747.0, 9708.0, 9700.0, 9706.0, 9683.0, 9711.0, 9694.0, 9739.0, 9693.0, 9720.0, 9691.0, 9715.0, 9714.0, 9734.0, 9713.0, 9692.0, 9691.0, 9689.0, 9702.0, 9709.0, 9722.0, 9706.0, 9735.0, 9704.0, 9729.0, 9703.0, 9733.0, 9721.0, 9703.0, 9704.0, 9673.0, 9700.0, 9687.0, 9715.0, 9708.0, 9717.0, 9710.0, 9749.0, 9708.0, 9715.0, 9703.0, 9693.0, 9720.0, 9691.0, 9721.0, 9690.0, 9713.0, 9687.0, 9716.0, 9692.0, 9714.0, 9710.0, 9713.0, 9697.0, 9670.0, 9684.0, 9688.0, 9717.0, 9690.0, 9717.0, 9699.0, 9712.0, 9698.0, 9694.0, 9699.0, 9697.0, 9699.0, 9724.0, 9695.0, 9652.0, 9680.0, 9688.0, 9703.0, 9690.0, 9714.0, 9704.0, 9701.0, 9701.0, 9678.0, 9706.0, 9687.0, 9704.0, 9685.0, 9696.0, 9682.0, 9697.0, 9690.0, 9712.0, 9704.0, 9727.0, 9699.0, 9670.0, 9685.0, 9690.0, 9703.0, 9705.0, 9717.0, 9703.0, 9712.0, 9702.0, 9731.0, 9722.0, 9703.0, 9692.0, 9672.0, 9699.0, 9687.0, 9716.0, 9709.0, 9734.0, 9723.0, 9704.0, 9688.0, 9671.0, 9698.0, 9705.0, 9715.0, 9687.0, 9696.0, 9683.0, 9720.0, 9696.0, 9697.0, 9699.0, 9669.0, 9683.0, 9681.0, 9694.0, 9684.0, 9711.0, 9704.0, 9711.0, 9688.0, 9671.0, 9686.0, 9685.0, 9699.0, 9702.0, 9712.0, 9687.0, 9711.0, 9699.0, 9709.0, 9701.0, 9687.0, 9699.0, 9669.0, 9700.0, 9683.0, 9695.0, 9682.0, 9711.0, 9701.0, 9710.0, 9702.0, 9656.0, 9683.0, 9685.0, 9714.0, 9688.0, 9711.0, 9702.0, 9711.0, 9698.0, 9677.0, 9691.0, 9706.0, 9720.0, 9708.0, 9732.0, 9719.0, 9690.0, 9707.0, 9693.0, 9719.0, 9694.0, 9731.0, 9717.0, 9689.0, 9690.0, 9708.0, 9720.0, 9708.0, 9747.0, 9691.0, 9675.0, 9719.0, 9711.0, 9730.0, 9723.0, 9689.0, 9702.0, 9688.0, 9719.0, 9709.0, 9730.0, 9691.0, 9690.0, 9715.0, 9703.0, 9702.0, 9705.0, 9690.0, 9719.0, 9692.0, 9729.0, 9707.0, 9692.0, 9712.0, 9696.0, 9722.0, 9711.0, 9705.0, 9688.0, 9687.0, 9718.0, 9707.0, 9743.0, 9705.0, 9672.0, 9700.0, 9685.0, 9710.0, 9701.0, 9727.0, 9700.0, 9669.0, 9695.0, 9680.0, 9705.0, 9682.0, 9686.0, 9688.0, 9686.0, 9715.0, 9703.0, 9715.0, 9704.0, 9676.0, 9690.0, 9692.0, 9719.0, 9702.0, 9699.0, 9688.0, 9693.0, 9719.0, 9694.0, 9748.0, 9704.0, 9673.0, 9685.0, 9692.0, 9720.0, 9694.0, 9730.0, 9702.0, 9697.0, 9697.0, 9672.0, 9688.0, 9686.0, 9715.0, 9689.0, 9698.0, 9698.0, 9675.0, 9705.0, 9690.0, 9718.0, 9701.0, 9712.0, 9698.0, 9678.0, 9706.0, 9707.0, 9721.0, 9706.0, 9718.0, 9706.0, 9699.0, 9726.0, 9711.0, 9739.0, 9693.0, 9704.0, 9688.0, 9695.0, 9726.0, 9714.0, 9753.0, 9693.0, 9690.0, 9720.0, 9694.0, 9679.0, 9723.0, 9724.0, 9708.0, 9727.0, 9691.0, 9729.0, 9699.0, 9669.0, 9703.0, 9692.0, 9713.0, 9690.0, 9711.0, 9684.0, 9673.0, 9687.0, 9694.0, 9719.0, 9707.0, 9727.0, 9699.0, 9669.0, 9685.0, 9688.0, 9701.0, 9685.0, 9727.0, 9698.0, 9672.0, 9684.0, 9689.0, 9717.0, 9689.0, 9715.0, 9703.0, 9685.0, 9697.0, 9668.0, 9688.0, 9673.0, 9696.0, 9686.0, 9712.0, 9699.0, 9695.0, 9697.0, 9689.0, 9689.0, 9686.0, 9720.0, 9686.0, 9724.0, 9699.0, 9700.0, 9704.0, 9684.0, 9685.0, 9666.0, 9682.0, 9666.0, 9695.0, 9687.0, 9709.0, 9703.0, 9697.0, 9694.0, 9665.0, 9681.0, 9686.0, 9712.0, 9686.0, 9724.0, 9697.0, 9693.0, 9697.0, 9687.0, 9684.0, 9683.0, 9697.0, 9677.0, 9702.0, 9675.0, 9678.0, 9693.0, 9661.0, 9693.0, 9660.0, 9684.0, 9676.0, 9689.0, 9694.0, 9664.0, 9682.0, 9665.0, 9693.0, 9680.0, 9692.0, 9699.0, 9694.0, 9695.0, 9689.0, 9693.0, 9689.0, 9676.0, 9674.0, 9676.0, 9663.0, 9675.0, 9679.0, 9691.0, 9702.0, 9715.0, 9700.0, 9689.0, 9686.0, 9670.0, 9696.0, 9686.0, 9716.0, 9690.0, 9713.0, 9688.0, 9710.0, 9681.0, 9705.0, 9698.0, 9696.0, 9695.0, 9665.0, 9681.0, 9662.0, 9688.0, 9674.0, 9689.0, 9682.0, 9690.0, 9694.0, 9665.0, 9679.0, 9667.0, 9694.0, 9705.0, 9712.0, 9702.0, 9713.0, 9698.0, 9666.0, 9692.0, 9670.0, 9697.0, 9665.0, 9694.0, 9664.0, 9689.0, 9678.0, 9690.0, 9697.0, 9708.0, 9696.0, 9667.0, 9667.0, 9663.0, 9676.0, 9679.0, 9694.0, 9683.0, 9691.0, 9678.0, 9705.0, 9675.0, 9686.0, 9673.0, 9659.0, 9677.0, 9664.0, 9678.0, 9664.0, 9689.0, 9677.0, 9690.0, 9697.0, 9709.0, 9699.0, 9695.0, 9679.0, 9649.0, 9681.0, 9662.0, 9676.0, 9682.0, 9707.0, 9704.0, 9670.0, 9682.0, 9683.0, 9700.0, 9687.0, 9712.0, 9700.0, 9684.0, 9682.0, 9670.0, 9698.0, 9693.0, 9714.0, 9707.0, 9726.0, 9696.0, 9667.0, 9680.0, 9685.0, 9697.0, 9684.0, 9708.0, 9695.0, 9691.0, 9694.0, 9693.0, 9725.0, 9671.0, 9699.0, 9666.0, 9730.0, 9706.0, 9694.0, 9683.0, 9657.0, 9690.0, 9700.0, 9680.0, 9667.0, 9648.0, 9661.0, 9673.0, 9695.0, 9683.0, 9668.0, 9678.0, 9655.0, 9648.0, 9686.0, 9655.0, 9663.0, 9696.0, 9658.0, 9679.0, 9649.0, 9600.0, 9628.0, 9593.0, 9590.0, 9601.0, 9574.0, 9569.0, 9565.0, 9567.0, 9553.0, 9564.0, 9568.0, 9596.0, 9574.0, 9573.0, 9587.0, 9592.0, 9577.0, 9593.0, 9596.0, 9595.0, 9616.0, 9588.0, 9617.0, 9626.0, 9640.0, 9649.0, 9633.0, 9646.0, 9649.0, 9663.0, 9669.0, 9664.0, 9679.0, 9682.0, 9703.0, 9676.0, 9649.0, 9678.0, 9669.0, 9725.0, 9708.0, 9718.0, 9698.0, 9664.0, 9646.0, 9683.0, 9669.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.016039545078577338</td></tr>
<tr><td colspan=3>aqi</td><td>0.0269612258891646</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.859498677632445</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.4251706845364236</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2569848255132463</td></tr>
<tr><td colspan=3>efc</td><td>0.4973</td></tr>
<tr><td colspan=3>fber</td><td>5869.8618</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09180988409266297</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.955334987593052</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.339491797346437</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.237828401191468</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.528947030614295</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2516999602335477</td></tr>
<tr><td colspan=3>gcor</td><td>0.0135493</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010919885709881783</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027904575690627098</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1209</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.344664511532298</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>22.1289</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.9802</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.9354</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292119.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>913.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.9138</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2435</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>523.393</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3581.8424</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3733.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84425.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1564.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4595.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.2097</td></tr>
<tr><td colspan=3>tsnr</td><td>39.21274591307156</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>