<?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-0122_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-0122_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-0122_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-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_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-0122/figures/sub-0122_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122/ses-01/func/sub-0122_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>4f3e9ec54c280e908f0a819285a3f16f</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:36:20.015000</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.999019, -0.0103127, -0.0430655, 0.0104621, 0.99994, 0.00324669]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0880264</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7753, -7193, 427, -142, 84, 37, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>237.137</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>06983490-7d16-4f4b-aae0-2f6c12428010||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.680294990539551, 0.028069116175174713, -0.11617948114871979, 113.38776397705078], [0.027668114751577377, 2.6827659606933594, 0.00997396744787693, -106.70344543457031], [-0.11554159969091415, -0.008710633032023907, 2.6974806785583496, -61.30177307128906], [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': ['173620.015000', '173620.475000', '173620.935000', '173621.395000', '173621.855000', '173622.315000', '173622.775000', '173623.235000', '173623.695000', '173624.155000', '173624.615000', '173625.075000', '173625.535000', '173625.995000', '173626.455000', '173626.915000', '173627.375000', '173627.835000', '173628.295000', '173628.755000', '173629.215000', '173629.675000', '173630.135000', '173630.595000', '173631.055000', '173631.515000', '173631.975000', '173632.435000', '173632.895000', '173633.355000', '173633.815000', '173634.275000', '173634.735000', '173635.195000', '173635.655000', '173636.115000', '173636.575000', '173637.035000', '173637.495000', '173637.955000', '173638.415000', '173638.875000', '173639.335000', '173639.795000', '173640.255000', '173640.715000', '173641.175000', '173641.635000', '173642.095000', '173642.555000', '173643.015000', '173643.475000', '173643.935000', '173644.395000', '173644.855000', '173645.315000', '173645.775000', '173646.235000', '173646.695000', '173647.155000', '173647.615000', '173648.075000', '173648.535000', '173648.995000', '173649.455000', '173649.915000', '173650.375000', '173650.835000', '173651.295000', '173651.755000', '173652.215000', '173652.675000', '173653.135000', '173653.595000', '173654.055000', '173654.515000', '173654.975000', '173655.435000', '173655.895000', '173656.355000', '173656.815000', '173657.275000', '173657.735000', '173658.195000', '173658.655000', '173659.115000', '173659.575000', '173700.035000', '173700.495000', '173700.955000', '173701.415000', '173701.875000', '173702.335000', '173702.795000', '173703.255000', '173703.715000', '173704.175000', '173704.635000', '173705.095000', '173705.555000', '173706.015000', '173706.475000', '173706.935000', '173707.395000', '173707.855000', '173708.315000', '173708.775000', '173709.235000', '173709.695000', '173710.155000', '173710.615000', '173711.075000', '173711.535000', '173711.995000', '173712.455000', '173712.915000', '173713.375000', '173713.835000', '173714.295000', '173714.755000', '173715.215000', '173715.675000', '173716.135000', '173716.595000', '173717.055000', '173717.515000', '173717.975000', '173718.435000', '173718.895000', '173719.355000', '173719.815000', '173720.275000', '173720.735000', '173721.195000', '173721.655000', '173722.115000', '173722.575000', '173723.035000', '173723.495000', '173723.955000', '173724.415000', '173724.875000', '173725.335000', '173725.795000', '173726.255000', '173726.715000', '173727.175000', '173727.635000', '173728.095000', '173728.555000', '173729.015000', '173729.475000', '173729.935000', '173730.395000', '173730.855000', '173731.315000', '173731.775000', '173732.235000', '173732.695000', '173733.155000', '173733.615000', '173734.075000', '173734.535000', '173734.995000', '173735.455000', '173735.915000', '173736.375000', '173736.835000', '173737.295000', '173737.755000', '173738.215000', '173738.675000', '173739.135000', '173739.595000', '173740.055000', '173740.515000', '173740.975000', '173741.435000', '173741.895000', '173742.355000', '173742.815000', '173743.275000', '173743.735000', '173744.195000', '173744.655000', '173745.115000', '173745.575000', '173746.035000', '173746.495000', '173746.955000', '173747.415000', '173747.875000', '173748.335000', '173748.795000', '173749.255000', '173749.715000', '173750.175000', '173750.635000', '173751.095000', '173751.555000', '173752.015000', '173752.475000', '173752.935000', '173753.395000', '173753.855000', '173754.315000', '173754.775000', '173755.235000', '173755.695000', '173756.155000', '173756.615000', '173757.075000', '173757.535000', '173757.995000', '173758.455000', '173758.915000', '173759.375000', '173759.835000', '173800.295000', '173800.755000', '173801.215000', '173801.675000', '173802.135000', '173802.595000', '173803.055000', '173803.515000', '173803.975000', '173804.435000', '173804.895000', '173805.355000', '173805.815000', '173806.275000', '173806.735000', '173807.195000', '173807.655000', '173808.115000', '173808.575000', '173809.035000', '173809.495000', '173809.955000', '173810.415000', '173810.875000', '173811.335000', '173811.795000', '173812.255000', '173812.715000', '173813.175000', '173813.635000', '173814.095000', '173814.555000', '173815.015000', '173815.475000', '173815.935000', '173816.395000', '173816.855000', '173817.315000', '173817.775000', '173818.235000', '173818.695000', '173819.155000', '173819.615000', '173820.075000', '173820.535000', '173820.995000', '173821.455000', '173821.915000', '173822.375000', '173822.835000', '173823.295000', '173823.755000', '173824.215000', '173824.675000', '173825.135000', '173825.595000', '173826.055000', '173826.515000', '173826.975000', '173827.435000', '173827.895000', '173828.355000', '173828.815000', '173829.275000', '173829.735000', '173830.195000', '173830.655000', '173831.115000', '173831.575000', '173832.035000', '173832.495000', '173832.955000', '173833.415000', '173833.875000', '173834.335000', '173834.795000', '173835.255000', '173835.715000', '173836.175000', '173836.635000', '173837.095000', '173837.555000', '173838.015000', '173838.475000', '173838.935000', '173839.395000', '173839.855000', '173840.315000', '173840.775000', '173841.235000', '173841.695000', '173842.155000', '173842.615000', '173843.075000', '173843.535000', '173843.995000', '173844.455000', '173844.915000', '173845.375000', '173845.835000', '173846.295000', '173846.755000', '173847.215000', '173847.675000', '173848.135000', '173848.595000', '173849.055000', '173849.515000', '173849.975000', '173850.435000', '173850.895000', '173851.355000', '173851.815000', '173852.275000', '173852.735000', '173853.195000', '173853.655000', '173854.115000', '173854.575000', '173855.035000', '173855.495000', '173855.955000', '173856.415000', '173856.875000', '173857.335000', '173857.795000', '173858.255000', '173858.715000', '173859.175000', '173859.635000', '173900.095000', '173900.555000', '173901.015000', '173901.475000', '173901.935000', '173902.395000', '173902.855000', '173903.315000', '173903.775000', '173904.235000', '173904.695000', '173905.155000', '173905.615000', '173906.075000', '173906.535000', '173906.995000', '173907.455000', '173907.915000', '173908.375000', '173908.835000', '173909.295000', '173909.755000', '173910.215000', '173910.675000', '173911.135000', '173911.595000', '173912.055000', '173912.515000', '173912.975000', '173913.435000', '173913.895000', '173914.355000', '173914.815000', '173915.275000', '173915.735000', '173916.195000', '173916.655000', '173917.115000', '173917.575000', '173918.035000', '173918.495000', '173918.955000', '173919.415000', '173919.875000', '173920.335000', '173920.795000', '173921.255000', '173921.715000', '173922.175000', '173922.635000', '173923.095000', '173923.555000', '173924.015000', '173924.475000', '173924.935000', '173925.395000', '173925.855000', '173926.315000', '173926.775000', '173927.235000', '173927.695000', '173928.155000', '173928.615000', '173929.075000', '173929.535000', '173929.995000', '173930.455000', '173930.915000', '173931.375000', '173931.835000', '173932.295000', '173932.755000', '173933.215000', '173933.675000', '173934.135000', '173934.595000', '173935.055000', '173935.515000', '173935.975000', '173936.435000', '173936.895000', '173937.355000', '173937.815000', '173938.275000', '173938.735000', '173939.195000', '173939.655000', '173940.115000', '173940.575000', '173941.035000', '173941.495000', '173941.955000', '173942.415000', '173942.875000', '173943.335000', '173943.795000', '173944.255000', '173944.715000', '173945.175000', '173945.635000', '173946.095000', '173946.555000', '173947.015000', '173947.475000', '173947.935000', '173948.395000', '173948.855000', '173949.315000', '173949.775000', '173950.235000', '173950.695000', '173951.155000', '173951.615000', '173952.075000', '173952.535000', '173952.995000', '173953.455000', '173953.915000', '173954.375000', '173954.835000', '173955.295000', '173955.755000', '173956.215000', '173956.675000', '173957.135000', '173957.595000', '173958.055000', '173958.515000', '173958.975000', '173959.435000', '173959.895000', '174000.355000', '174000.815000', '174001.275000', '174001.735000', '174002.195000', '174002.655000', '174003.115000', '174003.575000', '174004.035000', '174004.495000', '174004.955000', '174005.415000', '174005.875000', '174006.335000', '174006.795000', '174007.255000', '174007.715000', '174008.175000', '174008.635000', '174009.095000', '174009.555000', '174010.015000', '174010.475000', '174010.935000', '174011.395000', '174011.855000', '174012.315000', '174012.775000', '174013.235000', '174013.695000', '174014.155000', '174014.615000', '174015.075000', '174015.535000', '174015.995000', '174016.455000', '174016.915000', '174017.375000', '174017.835000', '174018.295000', '174018.755000', '174019.215000', '174019.675000', '174020.135000', '174020.595000', '174021.055000', '174021.515000', '174021.975000', '174022.435000', '174022.895000', '174023.355000', '174023.815000', '174024.275000', '174024.735000', '174025.195000', '174025.655000', '174026.115000', '174026.575000', '174027.035000', '174027.495000', '174027.955000', '174028.415000', '174028.875000', '174029.335000', '174029.795000', '174030.255000', '174030.715000', '174031.175000', '174031.635000', '174032.095000', '174032.555000', '174033.015000', '174033.475000', '174033.935000', '174034.395000', '174034.855000', '174035.315000', '174035.775000', '174036.235000', '174036.695000', '174037.155000', '174037.615000', '174038.075000', '174038.535000', '174038.995000', '174039.455000', '174039.915000', '174040.375000', '174040.835000', '174041.295000', '174041.755000', '174042.215000', '174042.675000', '174043.135000', '174043.595000', '174044.055000', '174044.515000', '174044.975000', '174045.435000', '174045.895000', '174046.355000', '174046.815000', '174047.275000', '174047.735000', '174048.195000', '174048.655000', '174049.115000', '174049.575000', '174050.035000', '174050.495000', '174050.955000', '174051.415000', '174051.875000', '174052.335000', '174052.795000', '174053.255000', '174053.715000', '174054.175000', '174054.635000', '174055.095000', '174055.555000', '174056.015000', '174056.475000', '174056.935000', '174057.395000', '174057.855000', '174058.315000', '174058.775000', '174059.235000', '174059.695000', '174100.155000', '174100.615000', '174101.075000', '174101.535000', '174101.995000', '174102.455000', '174102.915000', '174103.375000', '174103.835000', '174104.295000', '174104.755000', '174105.215000', '174105.675000', '174106.135000', '174106.595000', '174107.055000', '174107.515000', '174107.975000', '174108.435000', '174108.895000', '174109.355000', '174109.815000', '174110.275000', '174110.735000', '174111.195000', '174111.655000', '174112.115000', '174112.575000', '174113.035000', '174113.495000', '174113.955000', '174114.415000', '174114.875000', '174115.335000', '174115.795000', '174116.255000', '174116.715000', '174117.175000', '174117.635000', '174118.095000', '174118.555000', '174119.015000', '174119.475000', '174119.935000', '174120.395000', '174120.855000', '174121.315000', '174121.775000', '174122.235000', '174122.695000', '174123.155000', '174123.615000', '174124.075000', '174124.535000', '174124.995000', '174125.455000', '174125.915000', '174126.375000', '174126.835000', '174127.295000', '174127.755000', '174128.215000', '174128.675000', '174129.135000', '174129.595000', '174130.055000', '174130.515000', '174130.975000', '174131.435000', '174131.895000', '174132.355000', '174132.815000', '174133.275000', '174133.735000', '174134.195000', '174134.655000', '174135.115000', '174135.575000', '174136.035000', '174136.495000', '174136.955000', '174137.415000', '174137.875000', '174138.335000', '174138.795000', '174139.255000', '174139.715000', '174140.175000', '174140.635000', '174141.095000', '174141.555000', '174142.015000', '174142.475000', '174142.935000', '174143.395000', '174143.855000', '174144.315000', '174144.775000', '174145.235000', '174145.695000', '174146.155000', '174146.615000', '174147.075000', '174147.535000', '174147.995000', '174148.455000', '174148.915000', '174149.375000', '174149.835000', '174150.295000', '174150.755000', '174151.215000', '174151.675000', '174152.135000', '174152.595000', '174153.055000', '174153.515000', '174153.975000', '174154.435000', '174154.895000', '174155.355000', '174155.815000', '174156.275000', '174156.735000', '174157.195000', '174157.655000', '174158.115000', '174158.575000', '174159.035000', '174159.495000', '174159.955000', '174200.415000', '174200.875000', '174201.335000', '174201.795000', '174202.255000', '174202.715000', '174203.175000', '174203.635000', '174204.095000', '174204.555000', '174205.015000', '174205.475000', '174205.935000', '174206.395000', '174206.855000', '174207.315000', '174207.775000', '174208.235000', '174208.695000', '174209.155000', '174209.615000', '174210.075000', '174210.535000', '174210.995000', '174211.455000', '174211.915000', '174212.375000', '174212.835000', '174213.295000', '174213.755000', '174214.215000', '174214.675000', '174215.135000', '174215.595000', '174216.055000', '174216.515000', '174216.975000', '174217.435000', '174217.895000', '174218.355000', '174218.815000', '174219.275000', '174219.735000', '174220.195000', '174220.655000', '174221.115000', '174221.575000', '174222.035000', '174222.495000', '174222.955000', '174223.415000', '174223.875000', '174224.335000', '174224.795000', '174225.255000', '174225.715000', '174226.175000', '174226.635000', '174227.095000', '174227.555000', '174228.015000', '174228.475000', '174228.935000', '174229.395000', '174229.855000', '174230.315000', '174230.775000', '174231.235000', '174231.695000', '174232.155000', '174232.615000', '174233.075000', '174233.535000', '174233.995000', '174234.455000', '174234.915000', '174235.375000', '174235.835000', '174236.295000', '174236.755000', '174237.215000', '174237.675000', '174238.135000', '174238.595000', '174239.055000', '174239.515000', '174239.975000', '174240.435000', '174240.895000', '174241.355000', '174241.815000', '174242.275000', '174242.735000', '174243.195000', '174243.655000', '174244.115000', '174244.575000', '174245.035000', '174245.495000', '174245.955000', '174246.415000', '174246.875000', '174247.335000', '174247.795000', '174248.255000', '174248.715000', '174249.175000', '174249.635000', '174250.095000', '174250.555000', '174251.015000', '174251.475000', '174251.935000', '174252.395000', '174252.855000', '174253.315000', '174253.775000', '174254.235000', '174254.695000', '174255.155000', '174255.615000', '174256.075000', '174256.535000', '174256.995000', '174257.455000', '174257.915000', '174258.375000', '174258.835000', '174259.295000', '174259.755000', '174300.215000', '174300.675000', '174301.135000', '174301.595000', '174302.055000', '174302.515000', '174302.975000', '174303.435000', '174303.895000', '174304.355000', '174304.815000', '174305.275000', '174305.735000', '174306.195000', '174306.655000', '174307.115000', '174307.575000', '174308.035000', '174308.495000', '174308.955000', '174309.415000', '174309.875000', '174310.335000', '174310.795000', '174311.255000', '174311.715000', '174312.175000', '174312.635000', '174313.095000', '174313.555000', '174314.015000', '174314.475000', '174314.935000', '174315.395000', '174315.855000', '174316.315000', '174316.775000', '174317.235000', '174317.695000', '174318.155000', '174318.615000', '174319.075000', '174319.535000', '174319.995000', '174320.455000', '174320.915000', '174321.375000', '174321.835000', '174322.295000', '174322.755000', '174323.215000', '174323.675000', '174324.135000', '174324.595000', '174325.055000', '174325.515000', '174325.975000', '174326.435000', '174326.895000', '174327.355000', '174327.815000', '174328.275000', '174328.735000', '174329.195000', '174329.655000', '174330.115000', '174330.575000', '174331.035000', '174331.495000', '174331.955000', '174332.415000', '174332.875000', '174333.335000', '174333.795000', '174334.255000', '174334.715000', '174335.175000', '174335.635000', '174336.095000', '174336.555000', '174337.015000', '174337.475000', '174337.935000', '174338.395000', '174338.855000', '174339.315000', '174339.775000', '174340.235000', '174340.695000', '174341.155000', '174341.615000', '174342.075000', '174342.535000', '174342.995000', '174343.455000', '174343.915000', '174344.375000', '174344.835000', '174345.295000', '174345.755000', '174346.215000', '174346.675000', '174347.135000', '174347.595000', '174348.055000', '174348.515000', '174348.975000', '174349.435000', '174349.895000', '174350.355000', '174350.815000', '174351.275000', '174351.735000', '174352.195000', '174352.655000', '174353.115000', '174353.575000', '174354.035000', '174354.495000', '174354.955000', '174355.415000', '174355.875000', '174356.335000', '174356.795000', '174357.255000', '174357.715000', '174358.175000', '174358.635000', '174359.095000', '174359.555000', '174400.015000', '174400.475000', '174400.935000', '174401.395000', '174401.855000', '174402.315000', '174402.775000', '174403.235000', '174403.695000', '174404.155000', '174404.615000', '174405.075000', '174405.535000', '174405.995000', '174406.455000', '174406.915000', '174407.375000', '174407.835000', '174408.295000', '174408.755000', '174409.215000', '174409.675000', '174410.135000', '174410.595000', '174411.055000', '174411.515000', '174411.975000', '174412.435000', '174412.895000', '174413.355000', '174413.815000', '174414.275000', '174414.735000', '174415.195000', '174415.655000', '174416.115000', '174416.575000', '174417.035000', '174417.495000', '174417.955000', '174418.415000', '174418.875000', '174419.335000', '174419.795000', '174420.255000', '174420.715000', '174421.175000', '174421.635000', '174422.095000', '174422.555000', '174423.015000', '174423.475000', '174423.935000', '174424.395000', '174424.855000', '174425.315000', '174425.775000', '174426.235000', '174426.695000', '174427.155000', '174427.615000', '174428.075000', '174428.535000', '174428.995000', '174429.455000', '174429.915000', '174430.375000', '174430.835000', '174431.295000', '174431.755000', '174432.215000', '174432.675000', '174433.135000', '174433.595000', '174434.055000', '174434.515000', '174434.975000', '174435.435000', '174435.895000', '174436.355000', '174436.815000', '174437.275000', '174437.735000', '174438.195000', '174438.655000', '174439.115000', '174439.575000', '174440.035000', '174440.495000', '174440.955000', '174441.415000', '174441.875000', '174442.335000', '174442.795000', '174443.255000', '174443.715000', '174444.175000', '174444.635000', '174445.095000', '174445.555000', '174446.015000', '174446.475000', '174446.935000', '174447.395000', '174447.855000', '174448.315000', '174448.775000', '174449.235000', '174449.695000', '174450.155000', '174450.615000', '174451.075000', '174451.535000', '174451.995000', '174452.455000', '174452.915000', '174453.375000', '174453.835000', '174454.295000', '174454.755000', '174455.215000', '174455.675000', '174456.135000', '174456.595000', '174457.055000', '174457.515000', '174457.975000', '174458.435000', '174458.895000', '174459.355000', '174459.815000', '174500.275000', '174500.735000', '174501.195000', '174501.655000', '174502.115000', '174502.575000', '174503.035000', '174503.495000', '174503.955000', '174504.415000', '174504.875000', '174505.335000', '174505.795000', '174506.255000', '174506.715000', '174507.175000', '174507.635000', '174508.095000', '174508.555000', '174509.015000', '174509.475000', '174509.935000', '174510.395000', '174510.855000', '174511.315000', '174511.775000', '174512.235000', '174512.695000', '174513.155000', '174513.615000', '174514.075000', '174514.535000', '174514.995000', '174515.455000', '174515.915000', '174516.375000', '174516.835000', '174517.295000', '174517.755000', '174518.215000', '174518.675000', '174519.135000', '174519.595000', '174520.055000', '174520.515000', '174520.975000', '174521.435000', '174521.895000', '174522.355000', '174522.815000', '174523.275000', '174523.735000', '174524.195000', '174524.655000', '174525.115000', '174525.575000', '174526.035000', '174526.495000', '174526.955000', '174527.415000', '174527.875000', '174528.335000', '174528.795000', '174529.255000', '174529.715000', '174530.175000', '174530.635000', '174531.095000', '174531.555000', '174532.015000', '174532.475000', '174532.935000', '174533.395000', '174533.855000', '174534.315000', '174534.775000', '174535.235000', '174535.695000'], 'ContentTime': ['173640.720000', '173640.723000', '173640.726000', '173640.728000', '173640.731000', '173640.733000', '173640.736000', '173640.739000', '173640.741000', '173640.744000', '173640.746000', '173640.749000', '173640.751000', '173640.754000', '173640.757000', '173640.759000', '173640.762000', '173640.764000', '173640.767000', '173640.769000', '173640.772000', '173640.774000', '173640.777000', '173640.780000', '173640.782000', '173640.785000', '173640.787000', '173640.790000', '173640.793000', '173640.795000', '173640.798000', '173640.800000', '173640.803000', '173640.806000', '173640.808000', '173640.811000', '173640.813000', '173640.816000', '173640.818000', '173640.821000', '173640.824000', '173640.826000', '173640.829000', '173700.686000', '173700.689000', '173700.692000', '173700.694000', '173700.697000', '173700.700000', '173700.702000', '173700.705000', '173700.707000', '173700.710000', '173700.713000', '173700.715000', '173700.718000', '173700.720000', '173700.723000', '173700.725000', '173700.728000', '173700.730000', '173700.733000', '173700.736000', '173700.738000', '173700.741000', '173700.743000', '173700.746000', '173700.748000', '173700.751000', '173700.754000', '173700.757000', '173700.760000', '173700.763000', '173700.765000', '173700.768000', '173700.770000', '173700.773000', '173700.776000', '173700.778000', '173700.781000', '173700.783000', '173700.786000', '173700.788000', '173700.791000', '173700.794000', '173700.796000', '173720.686000', '173720.689000', '173720.692000', '173720.694000', '173720.697000', '173720.699000', '173720.702000', '173720.705000', '173720.707000', '173720.710000', '173720.712000', '173720.715000', '173720.717000', '173720.720000', '173720.722000', '173720.725000', '173720.728000', '173720.730000', '173720.733000', '173720.735000', '173720.738000', '173720.740000', '173720.743000', '173720.745000', '173720.748000', '173720.750000', '173720.753000', '173720.756000', '173720.758000', '173720.761000', '173720.763000', '173720.766000', '173720.768000', '173720.771000', '173720.773000', '173720.776000', '173720.778000', '173720.781000', '173720.783000', '173720.786000', '173720.789000', '173720.791000', '173720.794000', '173720.796000', '173740.686000', '173740.689000', '173740.692000', '173740.694000', '173740.697000', '173740.699000', '173740.702000', '173740.704000', '173740.707000', '173740.710000', '173740.712000', '173740.715000', '173740.717000', '173740.720000', '173740.722000', '173740.725000', '173740.727000', '173740.730000', '173740.732000', '173740.735000', '173740.738000', '173740.740000', '173740.743000', '173740.745000', '173740.748000', '173740.752000', '173740.755000', '173740.757000', '173740.761000', '173740.764000', '173740.767000', '173740.769000', '173740.772000', '173740.775000', '173740.777000', '173740.780000', '173740.782000', '173740.785000', '173740.787000', '173740.790000', '173740.793000', '173740.795000', '173740.798000', '173800.687000', '173800.690000', '173800.693000', '173800.695000', '173800.698000', '173800.701000', '173800.703000', '173800.706000', '173800.708000', '173800.711000', '173800.713000', '173800.716000', '173800.718000', '173800.721000', '173800.724000', '173800.726000', '173800.729000', '173800.731000', '173800.734000', '173800.736000', '173800.739000', '173800.741000', '173800.744000', '173800.747000', '173800.749000', '173800.752000', '173800.754000', '173800.757000', '173800.759000', '173800.762000', '173800.765000', '173800.767000', '173800.770000', '173800.772000', '173800.775000', '173800.777000', '173800.780000', '173800.783000', '173800.798000', '173800.801000', '173800.804000', '173800.806000', '173800.809000', '173800.811000', '173820.687000', '173820.690000', '173820.693000', '173820.696000', '173820.698000', '173820.701000', '173820.703000', '173820.706000', '173820.708000', '173820.711000', '173820.714000', '173820.716000', '173820.719000', '173820.721000', '173820.724000', '173820.726000', '173820.729000', '173820.731000', '173820.734000', '173820.737000', '173820.739000', '173820.742000', '173820.744000', '173820.747000', '173820.749000', '173820.752000', '173820.754000', '173820.757000', '173820.760000', '173820.762000', '173820.765000', '173820.767000', '173820.770000', '173820.780000', '173820.782000', '173820.785000', '173820.788000', '173820.791000', '173820.794000', '173820.797000', '173820.799000', '173820.802000', '173820.805000', '173840.687000', '173840.689000', '173840.692000', '173840.695000', '173840.697000', '173840.700000', '173840.702000', '173840.705000', '173840.707000', '173840.710000', '173840.713000', '173840.715000', '173840.718000', '173840.720000', '173840.723000', '173840.725000', '173840.728000', '173840.731000', '173840.733000', '173840.736000', '173840.738000', '173840.741000', '173840.744000', '173840.746000', '173840.749000', '173840.751000', '173840.754000', '173840.756000', '173840.759000', '173840.761000', '173840.764000', '173840.767000', '173840.769000', '173840.772000', '173840.774000', '173840.777000', '173840.780000', '173840.782000', '173840.785000', '173840.788000', '173840.790000', '173840.793000', '173840.795000', '173840.798000', '173900.687000', '173900.690000', '173900.692000', '173900.695000', '173900.697000', '173900.700000', '173900.702000', '173900.705000', '173900.708000', '173900.710000', '173900.713000', '173900.715000', '173900.718000', '173900.720000', '173900.723000', '173900.726000', '173900.728000', '173900.731000', '173900.733000', '173900.736000', '173900.738000', '173900.741000', '173900.744000', '173900.746000', '173900.753000', '173900.756000', '173900.758000', '173900.761000', '173900.764000', '173900.766000', '173900.769000', '173900.771000', '173900.774000', '173900.776000', '173900.779000', '173900.782000', '173900.785000', '173900.788000', '173900.791000', '173900.793000', '173900.796000', '173900.799000', '173900.801000', '173920.686000', '173920.689000', '173920.692000', '173920.694000', '173920.697000', '173920.700000', '173920.702000', '173920.705000', '173920.707000', '173920.710000', '173920.712000', '173920.715000', '173920.718000', '173920.720000', '173920.723000', '173920.725000', '173920.728000', '173920.731000', '173920.733000', '173920.736000', '173920.738000', '173920.741000', '173920.743000', '173920.746000', '173920.749000', '173920.751000', '173920.754000', '173920.756000', '173920.759000', '173920.762000', '173920.764000', '173920.767000', '173920.769000', '173920.772000', '173920.774000', '173920.777000', '173920.780000', '173920.782000', '173920.785000', '173920.787000', '173920.790000', '173920.792000', '173920.795000', '173920.798000', '173940.687000', '173940.689000', '173940.692000', '173940.695000', '173940.697000', '173940.700000', '173940.702000', '173940.705000', '173940.708000', '173940.710000', '173940.713000', '173940.715000', '173940.718000', '173940.720000', '173940.723000', '173940.726000', '173940.728000', '173940.731000', '173940.733000', '173940.736000', '173940.739000', '173940.741000', '173940.744000', '173940.746000', '173940.749000', '173940.751000', '173940.754000', '173940.757000', '173940.759000', '173940.762000', '173940.764000', '173940.767000', '173940.769000', '173940.772000', '173940.786000', '173940.789000', '173940.791000', '173940.794000', '173940.797000', '173940.799000', '173940.802000', '173940.805000', '173940.807000', '174000.686000', '174000.689000', '174000.692000', '174000.694000', '174000.697000', '174000.700000', '174000.702000', '174000.705000', '174000.708000', '174000.710000', '174000.713000', '174000.715000', '174000.718000', '174000.721000', '174000.723000', '174000.726000', '174000.728000', '174000.731000', '174000.733000', '174000.736000', '174000.739000', '174000.741000', '174000.744000', '174000.746000', '174000.749000', '174000.751000', '174000.754000', '174000.756000', '174000.759000', '174000.762000', '174000.764000', '174000.767000', '174000.769000', '174000.772000', '174000.774000', '174000.777000', '174000.780000', '174000.782000', '174000.785000', '174000.787000', '174000.790000', '174000.792000', '174000.795000', '174000.797000', '174020.688000', '174020.690000', '174020.693000', '174020.696000', '174020.698000', '174020.701000', '174020.703000', '174020.706000', '174020.708000', '174020.711000', '174020.713000', '174020.716000', '174020.719000', '174020.721000', '174020.724000', '174020.726000', '174020.729000', '174020.731000', '174020.734000', '174020.737000', '174020.739000', '174020.742000', '174020.744000', '174020.747000', '174020.750000', '174020.752000', '174020.755000', '174020.757000', '174020.760000', '174020.762000', '174020.765000', '174020.768000', '174020.770000', '174020.773000', '174020.775000', '174020.778000', '174020.780000', '174020.783000', '174020.786000', '174020.788000', '174020.791000', '174020.793000', '174020.796000', '174040.688000', '174040.690000', '174040.693000', '174040.696000', '174040.698000', '174040.701000', '174040.703000', '174040.706000', '174040.709000', '174040.711000', '174040.714000', '174040.716000', '174040.719000', '174040.721000', '174040.724000', '174040.726000', '174040.729000', '174040.732000', '174040.734000', '174040.737000', '174040.739000', '174040.742000', '174040.744000', '174040.747000', '174040.750000', '174040.752000', '174040.755000', '174040.757000', '174040.760000', '174040.762000', '174040.765000', '174040.768000', '174040.770000', '174040.773000', '174040.775000', '174040.778000', '174040.780000', '174040.783000', '174040.786000', '174040.788000', '174040.791000', '174040.793000', '174040.796000', '174040.798000', '174100.686000', '174100.689000', '174100.692000', '174100.694000', '174100.697000', '174100.700000', '174100.702000', '174100.705000', '174100.707000', '174100.710000', '174100.713000', '174100.715000', '174100.718000', '174100.720000', '174100.723000', '174100.725000', '174100.728000', '174100.731000', '174100.733000', '174100.736000', '174100.738000', '174100.741000', '174100.743000', '174100.746000', '174100.748000', '174100.751000', '174100.754000', '174100.756000', '174100.759000', '174100.761000', '174100.764000', '174100.766000', '174100.769000', '174100.771000', '174100.774000', '174100.777000', '174100.779000', '174100.782000', '174100.784000', '174100.787000', '174100.789000', '174100.792000', '174100.794000', '174120.686000', '174120.702000', '174120.704000', '174120.707000', '174120.710000', '174120.712000', '174120.715000', '174120.717000', '174120.720000', '174120.722000', '174120.725000', '174120.728000', '174120.730000', '174120.733000', '174120.735000', '174120.738000', '174120.741000', '174120.743000', '174120.746000', '174120.748000', '174120.751000', '174120.754000', '174120.756000', '174120.759000', '174120.761000', '174120.764000', '174120.766000', '174120.769000', '174120.772000', '174120.774000', '174120.777000', '174120.780000', '174120.782000', '174120.785000', '174120.787000', '174120.790000', '174120.792000', '174120.795000', '174120.797000', '174120.800000', '174120.803000', '174120.805000', '174120.808000', '174120.810000', '174140.687000', '174140.689000', '174140.692000', '174140.695000', '174140.697000', '174140.700000', '174140.702000', '174140.705000', '174140.707000', '174140.710000', '174140.712000', '174140.715000', '174140.717000', '174140.720000', '174140.723000', '174140.725000', '174140.728000', '174140.730000', '174140.733000', '174140.736000', '174140.738000', '174140.741000', '174140.743000', '174140.746000', '174140.748000', '174140.751000', '174140.753000', '174140.756000', '174140.759000', '174140.761000', '174140.764000', '174140.766000', '174140.769000', '174140.773000', '174140.776000', '174140.778000', '174140.781000', '174140.783000', '174140.786000', '174140.788000', '174140.791000', '174140.794000', '174140.796000', '174200.686000', '174200.689000', '174200.692000', '174200.694000', '174200.697000', '174200.699000', '174200.702000', '174200.705000', '174200.707000', '174200.710000', '174200.712000', '174200.715000', '174200.717000', '174200.720000', '174200.722000', '174200.725000', '174200.728000', '174200.730000', '174200.733000', '174200.735000', '174200.738000', '174200.740000', '174200.743000', '174200.745000', '174200.748000', '174200.751000', '174200.754000', '174200.756000', '174200.759000', '174200.761000', '174200.764000', '174200.766000', '174200.769000', '174200.771000', '174200.774000', '174200.776000', '174200.779000', '174200.782000', '174200.784000', '174200.787000', '174200.789000', '174200.792000', '174200.794000', '174200.797000', '174220.687000', '174220.689000', '174220.692000', '174220.695000', '174220.697000', '174220.700000', '174220.702000', '174220.705000', '174220.707000', '174220.710000', '174220.712000', '174220.715000', '174220.718000', '174220.720000', '174220.723000', '174220.725000', '174220.728000', '174220.730000', '174220.733000', '174220.736000', '174220.738000', '174220.741000', '174220.743000', '174220.746000', '174220.748000', '174220.751000', '174220.753000', '174220.756000', '174220.758000', '174220.761000', '174220.764000', '174220.766000', '174220.769000', '174220.771000', '174220.774000', '174220.776000', '174220.779000', '174220.781000', '174220.784000', '174220.786000', '174220.789000', '174220.792000', '174220.794000', '174240.688000', '174240.690000', '174240.693000', '174240.696000', '174240.698000', '174240.701000', '174240.703000', '174240.706000', '174240.708000', '174240.711000', '174240.713000', '174240.716000', '174240.719000', '174240.721000', '174240.724000', '174240.726000', '174240.731000', '174240.734000', '174240.737000', '174240.740000', '174240.742000', '174240.745000', '174240.748000', '174240.751000', '174240.753000', '174240.756000', '174240.775000', '174240.778000', '174240.780000', '174240.783000', '174240.786000', '174240.788000', '174240.791000', '174240.793000', '174240.796000', '174240.798000', '174240.801000', '174240.804000', '174240.806000', '174240.809000', '174240.811000', '174240.814000', '174240.816000', '174300.688000', '174300.690000', '174300.693000', '174300.696000', '174300.698000', '174300.701000', '174300.704000', '174300.706000', '174300.709000', '174300.711000', '174300.714000', '174300.717000', '174300.719000', '174300.722000', '174300.724000', '174300.727000', '174300.729000', '174300.732000', '174300.734000', '174300.737000', '174300.739000', '174300.742000', '174300.745000', '174300.747000', '174300.750000', '174300.752000', '174300.755000', '174300.757000', '174300.760000', '174300.763000', '174300.765000', '174300.768000', '174300.770000', '174300.773000', '174300.776000', '174300.778000', '174300.781000', '174300.783000', '174300.786000', '174300.788000', '174300.791000', '174300.794000', '174300.796000', '174300.799000', '174320.687000', '174320.689000', '174320.692000', '174320.695000', '174320.698000', '174320.701000', '174320.704000', '174320.707000', '174320.709000', '174320.712000', '174320.714000', '174320.717000', '174320.719000', '174320.722000', '174320.725000', '174320.727000', '174320.730000', '174320.732000', '174320.735000', '174320.738000', '174320.747000', '174320.750000', '174320.752000', '174320.755000', '174320.757000', '174320.760000', '174320.763000', '174320.765000', '174320.768000', '174320.770000', '174320.773000', '174320.775000', '174320.778000', '174320.780000', '174320.783000', '174320.785000', '174320.788000', '174320.791000', '174320.793000', '174320.796000', '174320.798000', '174320.801000', '174320.803000', '174340.687000', '174340.690000', '174340.692000', '174340.695000', '174340.697000', '174340.700000', '174340.703000', '174340.705000', '174340.708000', '174340.710000', '174340.713000', '174340.716000', '174340.718000', '174340.721000', '174340.723000', '174340.726000', '174340.729000', '174340.731000', '174340.734000', '174340.736000', '174340.739000', '174340.741000', '174340.744000', '174340.746000', '174340.749000', '174340.752000', '174340.754000', '174340.757000', '174340.759000', '174340.762000', '174340.764000', '174340.767000', '174340.770000', '174340.772000', '174340.775000', '174340.777000', '174340.780000', '174340.782000', '174340.785000', '174340.787000', '174340.790000', '174340.793000', '174340.795000', '174340.798000', '174400.687000', '174400.690000', '174400.692000', '174400.695000', '174400.697000', '174400.700000', '174400.703000', '174400.705000', '174400.708000', '174400.711000', '174400.713000', '174400.716000', '174400.719000', '174400.721000', '174400.724000', '174400.726000', '174400.729000', '174400.731000', '174400.734000', '174400.737000', '174400.739000', '174400.742000', '174400.744000', '174400.756000', '174400.758000', '174400.761000', '174400.764000', '174400.767000', '174400.770000', '174400.772000', '174400.775000', '174400.777000', '174400.780000', '174400.783000', '174400.785000', '174400.788000', '174400.790000', '174400.793000', '174400.796000', '174400.798000', '174400.801000', '174400.803000', '174400.806000', '174420.687000', '174420.689000', '174420.692000', '174420.695000', '174420.697000', '174420.700000', '174420.702000', '174420.705000', '174420.707000', '174420.710000', '174420.713000', '174420.715000', '174420.718000', '174420.720000', '174420.723000', '174420.725000', '174420.728000', '174420.730000', '174420.733000', '174420.736000', '174420.738000', '174420.741000', '174420.744000', '174420.746000', '174420.749000', '174420.751000', '174420.754000', '174420.756000', '174420.759000', '174420.761000', '174420.764000', '174420.766000', '174420.769000', '174420.772000', '174420.774000', '174420.777000', '174420.780000', '174420.782000', '174420.785000', '174420.787000', '174420.790000', '174420.792000', '174420.795000', '174420.798000', '174440.687000', '174440.689000', '174440.692000', '174440.695000', '174440.697000', '174440.700000', '174440.702000', '174440.705000', '174440.707000', '174440.710000', '174440.713000', '174440.715000', '174440.718000', '174440.720000', '174440.723000', '174440.725000', '174440.728000', '174440.730000', '174440.733000', '174440.736000', '174440.738000', '174440.741000', '174440.743000', '174440.746000', '174440.749000', '174440.752000', '174440.754000', '174440.757000', '174440.759000', '174440.762000', '174440.765000', '174440.767000', '174440.770000', '174440.772000', '174440.775000', '174440.777000', '174440.780000', '174440.783000', '174440.785000', '174440.788000', '174440.790000', '174440.793000', '174440.795000', '174500.687000', '174500.690000', '174500.693000', '174500.696000', '174500.698000', '174500.701000', '174500.704000', '174500.706000', '174500.709000', '174500.711000', '174500.714000', '174500.717000', '174500.719000', '174500.722000', '174500.724000', '174500.727000', '174500.730000', '174500.732000', '174500.735000', '174500.737000', '174500.740000', '174500.742000', '174500.745000', '174500.748000', '174500.750000', '174500.753000', '174500.755000', '174500.758000', '174500.760000', '174500.763000', '174500.765000', '174500.768000', '174500.771000', '174500.773000', '174500.776000', '174500.778000', '174500.781000', '174500.783000', '174500.786000', '174500.789000', '174500.791000', '174500.794000', '174500.796000', '174520.688000', '174520.691000', '174520.693000', '174520.696000', '174520.698000', '174520.701000', '174520.704000', '174520.706000', '174520.709000', '174520.712000', '174520.714000', '174520.717000', '174520.719000', '174520.722000', '174520.724000', '174520.727000', '174520.730000', '174520.732000', '174520.735000', '174520.737000', '174520.756000', '174520.759000', '174520.762000', '174520.764000', '174520.767000', '174520.769000', '174520.772000', '174520.774000', '174520.778000', '174520.781000', '174520.784000', '174520.786000', '174520.789000', '174520.792000', '174520.794000', '174520.797000', '174520.800000', '174520.802000', '174520.805000', '174520.809000', '174520.812000', '174520.814000', '174520.817000', '174520.819000', '174536.847000', '174536.850000', '174536.853000', '174536.855000', '174536.858000', '174536.860000', '174536.863000', '174536.866000', '174536.868000', '174536.871000', '174536.873000', '174536.876000', '174536.879000', '174536.881000', '174536.884000', '174536.886000', '174536.889000', '174536.891000', '174536.894000', '174536.897000', '174536.899000', '174536.902000', '174536.904000', '174536.907000', '174536.910000', '174536.912000', '174536.915000', '174536.917000', '174536.920000', '174536.922000', '174536.925000', '174536.928000', '174536.930000', '174536.933000', '174536.935000', '174536.938000'], 'InstanceCreationTime': ['173640.720000', '173640.723000', '173640.726000', '173640.728000', '173640.731000', '173640.733000', '173640.736000', '173640.739000', '173640.741000', '173640.744000', '173640.746000', '173640.749000', '173640.751000', '173640.754000', '173640.757000', '173640.759000', '173640.762000', '173640.764000', '173640.767000', '173640.769000', '173640.772000', '173640.774000', '173640.777000', '173640.780000', '173640.782000', '173640.785000', '173640.787000', '173640.790000', '173640.793000', '173640.795000', '173640.798000', '173640.800000', '173640.803000', '173640.806000', '173640.808000', '173640.811000', '173640.813000', '173640.816000', '173640.818000', '173640.821000', '173640.824000', '173640.826000', '173640.829000', '173700.686000', '173700.689000', '173700.692000', '173700.694000', '173700.697000', '173700.700000', '173700.702000', '173700.705000', '173700.707000', '173700.710000', '173700.713000', '173700.715000', '173700.718000', '173700.720000', '173700.723000', '173700.725000', '173700.728000', '173700.730000', '173700.733000', '173700.736000', '173700.738000', '173700.741000', '173700.743000', '173700.746000', '173700.748000', '173700.751000', '173700.754000', '173700.757000', '173700.760000', '173700.763000', '173700.765000', '173700.768000', '173700.770000', '173700.773000', '173700.776000', '173700.778000', '173700.781000', '173700.783000', '173700.786000', '173700.788000', '173700.791000', '173700.794000', '173700.796000', '173720.686000', '173720.689000', '173720.692000', '173720.694000', '173720.697000', '173720.699000', '173720.702000', '173720.705000', '173720.707000', '173720.710000', '173720.712000', '173720.715000', '173720.717000', '173720.720000', '173720.722000', '173720.725000', '173720.728000', '173720.730000', '173720.733000', '173720.735000', '173720.738000', '173720.740000', '173720.743000', '173720.745000', '173720.748000', '173720.750000', '173720.753000', '173720.756000', '173720.758000', '173720.761000', '173720.763000', '173720.766000', '173720.768000', '173720.771000', '173720.773000', '173720.776000', '173720.778000', '173720.781000', '173720.783000', '173720.786000', '173720.789000', '173720.791000', '173720.794000', '173720.796000', '173740.686000', '173740.689000', '173740.692000', '173740.694000', '173740.697000', '173740.699000', '173740.702000', '173740.704000', '173740.707000', '173740.710000', '173740.712000', '173740.715000', '173740.717000', '173740.720000', '173740.722000', '173740.725000', '173740.727000', '173740.730000', '173740.732000', '173740.735000', '173740.738000', '173740.740000', '173740.743000', '173740.745000', '173740.748000', '173740.752000', '173740.755000', '173740.757000', '173740.761000', '173740.764000', '173740.767000', '173740.769000', '173740.772000', '173740.775000', '173740.777000', '173740.780000', '173740.782000', '173740.785000', '173740.787000', '173740.790000', '173740.793000', '173740.795000', '173740.798000', '173800.687000', '173800.690000', '173800.693000', '173800.695000', '173800.698000', '173800.701000', '173800.703000', '173800.706000', '173800.708000', '173800.711000', '173800.713000', '173800.716000', '173800.718000', '173800.721000', '173800.724000', '173800.726000', '173800.729000', '173800.731000', '173800.734000', '173800.736000', '173800.739000', '173800.741000', '173800.744000', '173800.747000', '173800.749000', '173800.752000', '173800.754000', '173800.757000', '173800.759000', '173800.762000', '173800.765000', '173800.767000', '173800.770000', '173800.772000', '173800.775000', '173800.777000', '173800.780000', '173800.783000', '173800.798000', '173800.801000', '173800.804000', '173800.806000', '173800.809000', '173800.811000', '173820.687000', '173820.690000', '173820.693000', '173820.696000', '173820.698000', '173820.701000', '173820.703000', '173820.706000', '173820.708000', '173820.711000', '173820.714000', '173820.716000', '173820.719000', '173820.721000', '173820.724000', '173820.726000', '173820.729000', '173820.731000', '173820.734000', '173820.737000', '173820.739000', '173820.742000', '173820.744000', '173820.747000', '173820.749000', '173820.752000', '173820.754000', '173820.757000', '173820.760000', '173820.762000', '173820.765000', '173820.767000', '173820.770000', '173820.780000', '173820.782000', '173820.785000', '173820.788000', '173820.791000', '173820.794000', '173820.797000', '173820.799000', '173820.802000', '173820.805000', '173840.687000', '173840.689000', '173840.692000', '173840.695000', '173840.697000', '173840.700000', '173840.702000', '173840.705000', '173840.707000', '173840.710000', '173840.713000', '173840.715000', '173840.718000', '173840.720000', '173840.723000', '173840.725000', '173840.728000', '173840.731000', '173840.733000', '173840.736000', '173840.738000', '173840.741000', '173840.744000', '173840.746000', '173840.749000', '173840.751000', '173840.754000', '173840.756000', '173840.759000', '173840.761000', '173840.764000', '173840.767000', '173840.769000', '173840.772000', '173840.774000', '173840.777000', '173840.780000', '173840.782000', '173840.785000', '173840.788000', '173840.790000', '173840.793000', '173840.795000', '173840.798000', '173900.687000', '173900.690000', '173900.692000', '173900.695000', '173900.697000', '173900.700000', '173900.702000', '173900.705000', '173900.708000', '173900.710000', '173900.713000', '173900.715000', '173900.718000', '173900.720000', '173900.723000', '173900.726000', '173900.728000', '173900.731000', '173900.733000', '173900.736000', '173900.738000', '173900.741000', '173900.744000', '173900.746000', '173900.753000', '173900.756000', '173900.758000', '173900.761000', '173900.764000', '173900.766000', '173900.769000', '173900.771000', '173900.774000', '173900.776000', '173900.779000', '173900.782000', '173900.785000', '173900.788000', '173900.791000', '173900.793000', '173900.796000', '173900.799000', '173900.801000', '173920.686000', '173920.689000', '173920.692000', '173920.694000', '173920.697000', '173920.700000', '173920.702000', '173920.705000', '173920.707000', '173920.710000', '173920.712000', '173920.715000', '173920.718000', '173920.720000', '173920.723000', '173920.725000', '173920.728000', '173920.731000', '173920.733000', '173920.736000', '173920.738000', '173920.741000', '173920.743000', '173920.746000', '173920.749000', '173920.751000', '173920.754000', '173920.756000', '173920.759000', '173920.762000', '173920.764000', '173920.767000', '173920.769000', '173920.772000', '173920.774000', '173920.777000', '173920.780000', '173920.782000', '173920.785000', '173920.787000', '173920.790000', '173920.792000', '173920.795000', '173920.798000', '173940.687000', '173940.689000', '173940.692000', '173940.695000', '173940.697000', '173940.700000', '173940.702000', '173940.705000', '173940.708000', '173940.710000', '173940.713000', '173940.715000', '173940.718000', '173940.720000', '173940.723000', '173940.726000', '173940.728000', '173940.731000', '173940.733000', '173940.736000', '173940.739000', '173940.741000', '173940.744000', '173940.746000', '173940.749000', '173940.751000', '173940.754000', '173940.757000', '173940.759000', '173940.762000', '173940.764000', '173940.767000', '173940.769000', '173940.772000', '173940.786000', '173940.789000', '173940.791000', '173940.794000', '173940.797000', '173940.799000', '173940.802000', '173940.805000', '173940.807000', '174000.686000', '174000.689000', '174000.692000', '174000.694000', '174000.697000', '174000.700000', '174000.702000', '174000.705000', '174000.708000', '174000.710000', '174000.713000', '174000.715000', '174000.718000', '174000.721000', '174000.723000', '174000.726000', '174000.728000', '174000.731000', '174000.733000', '174000.736000', '174000.739000', '174000.741000', '174000.744000', '174000.746000', '174000.749000', '174000.751000', '174000.754000', '174000.756000', '174000.759000', '174000.762000', '174000.764000', '174000.767000', '174000.769000', '174000.772000', '174000.774000', '174000.777000', '174000.780000', '174000.782000', '174000.785000', '174000.787000', '174000.790000', '174000.792000', '174000.795000', '174000.797000', '174020.688000', '174020.690000', '174020.693000', '174020.696000', '174020.698000', '174020.701000', '174020.703000', '174020.706000', '174020.708000', '174020.711000', '174020.713000', '174020.716000', '174020.719000', '174020.721000', '174020.724000', '174020.726000', '174020.729000', '174020.731000', '174020.734000', '174020.737000', '174020.739000', '174020.742000', '174020.744000', '174020.747000', '174020.750000', '174020.752000', '174020.755000', '174020.757000', '174020.760000', '174020.762000', '174020.765000', '174020.768000', '174020.770000', '174020.773000', '174020.775000', '174020.778000', '174020.780000', '174020.783000', '174020.786000', '174020.788000', '174020.791000', '174020.793000', '174020.796000', '174040.688000', '174040.690000', '174040.693000', '174040.696000', '174040.698000', '174040.701000', '174040.703000', '174040.706000', '174040.709000', '174040.711000', '174040.714000', '174040.716000', '174040.719000', '174040.721000', '174040.724000', '174040.726000', '174040.729000', '174040.732000', '174040.734000', '174040.737000', '174040.739000', '174040.742000', '174040.744000', '174040.747000', '174040.750000', '174040.752000', '174040.755000', '174040.757000', '174040.760000', '174040.762000', '174040.765000', '174040.768000', '174040.770000', '174040.773000', '174040.775000', '174040.778000', '174040.780000', '174040.783000', '174040.786000', '174040.788000', '174040.791000', '174040.793000', '174040.796000', '174040.798000', '174100.686000', '174100.689000', '174100.692000', '174100.694000', '174100.697000', '174100.700000', '174100.702000', '174100.705000', '174100.707000', '174100.710000', '174100.713000', '174100.715000', '174100.718000', '174100.720000', '174100.723000', '174100.725000', '174100.728000', '174100.731000', '174100.733000', '174100.736000', '174100.738000', '174100.741000', '174100.743000', '174100.746000', '174100.748000', '174100.751000', '174100.754000', '174100.756000', '174100.759000', '174100.761000', '174100.764000', '174100.766000', '174100.769000', '174100.771000', '174100.774000', '174100.777000', '174100.779000', '174100.782000', '174100.784000', '174100.787000', '174100.789000', '174100.792000', '174100.794000', '174120.686000', '174120.702000', '174120.704000', '174120.707000', '174120.710000', '174120.712000', '174120.715000', '174120.717000', '174120.720000', '174120.722000', '174120.725000', '174120.728000', '174120.730000', '174120.733000', '174120.735000', '174120.738000', '174120.741000', '174120.743000', '174120.746000', '174120.748000', '174120.751000', '174120.754000', '174120.756000', '174120.759000', '174120.761000', '174120.764000', '174120.766000', '174120.769000', '174120.772000', '174120.774000', '174120.777000', '174120.780000', '174120.782000', '174120.785000', '174120.787000', '174120.790000', '174120.792000', '174120.795000', '174120.797000', '174120.800000', '174120.803000', '174120.805000', '174120.808000', '174120.810000', '174140.687000', '174140.689000', '174140.692000', '174140.695000', '174140.697000', '174140.700000', '174140.702000', '174140.705000', '174140.707000', '174140.710000', '174140.712000', '174140.715000', '174140.717000', '174140.720000', '174140.723000', '174140.725000', '174140.728000', '174140.730000', '174140.733000', '174140.736000', '174140.738000', '174140.741000', '174140.743000', '174140.746000', '174140.748000', '174140.751000', '174140.753000', '174140.756000', '174140.759000', '174140.761000', '174140.764000', '174140.766000', '174140.769000', '174140.773000', '174140.776000', '174140.778000', '174140.781000', '174140.783000', '174140.786000', '174140.788000', '174140.791000', '174140.794000', '174140.796000', '174200.686000', '174200.689000', '174200.692000', '174200.694000', '174200.697000', '174200.699000', '174200.702000', '174200.705000', '174200.707000', '174200.710000', '174200.712000', '174200.715000', '174200.717000', '174200.720000', '174200.722000', '174200.725000', '174200.728000', '174200.730000', '174200.733000', '174200.735000', '174200.738000', '174200.740000', '174200.743000', '174200.745000', '174200.748000', '174200.751000', '174200.754000', '174200.756000', '174200.759000', '174200.761000', '174200.764000', '174200.766000', '174200.769000', '174200.771000', '174200.774000', '174200.776000', '174200.779000', '174200.782000', '174200.784000', '174200.787000', '174200.789000', '174200.792000', '174200.794000', '174200.797000', '174220.687000', '174220.689000', '174220.692000', '174220.695000', '174220.697000', '174220.700000', '174220.702000', '174220.705000', '174220.707000', '174220.710000', '174220.712000', '174220.715000', '174220.718000', '174220.720000', '174220.723000', '174220.725000', '174220.728000', '174220.730000', '174220.733000', '174220.736000', '174220.738000', '174220.741000', '174220.743000', '174220.746000', '174220.748000', '174220.751000', '174220.753000', '174220.756000', '174220.758000', '174220.761000', '174220.764000', '174220.766000', '174220.769000', '174220.771000', '174220.774000', '174220.776000', '174220.779000', '174220.781000', '174220.784000', '174220.786000', '174220.789000', '174220.792000', '174220.794000', '174240.688000', '174240.690000', '174240.693000', '174240.696000', '174240.698000', '174240.701000', '174240.703000', '174240.706000', '174240.708000', '174240.711000', '174240.713000', '174240.716000', '174240.719000', '174240.721000', '174240.724000', '174240.726000', '174240.731000', '174240.734000', '174240.737000', '174240.740000', '174240.742000', '174240.745000', '174240.748000', '174240.751000', '174240.753000', '174240.756000', '174240.775000', '174240.778000', '174240.780000', '174240.783000', '174240.786000', '174240.788000', '174240.791000', '174240.793000', '174240.796000', '174240.798000', '174240.801000', '174240.804000', '174240.806000', '174240.809000', '174240.811000', '174240.814000', '174240.816000', '174300.688000', '174300.690000', '174300.693000', '174300.696000', '174300.698000', '174300.701000', '174300.704000', '174300.706000', '174300.709000', '174300.711000', '174300.714000', '174300.717000', '174300.719000', '174300.722000', '174300.724000', '174300.727000', '174300.729000', '174300.732000', '174300.734000', '174300.737000', '174300.739000', '174300.742000', '174300.745000', '174300.747000', '174300.750000', '174300.752000', '174300.755000', '174300.757000', '174300.760000', '174300.763000', '174300.765000', '174300.768000', '174300.770000', '174300.773000', '174300.776000', '174300.778000', '174300.781000', '174300.783000', '174300.786000', '174300.788000', '174300.791000', '174300.794000', '174300.796000', '174300.799000', '174320.687000', '174320.689000', '174320.692000', '174320.695000', '174320.698000', '174320.701000', '174320.704000', '174320.707000', '174320.709000', '174320.712000', '174320.714000', '174320.717000', '174320.719000', '174320.722000', '174320.725000', '174320.727000', '174320.730000', '174320.732000', '174320.735000', '174320.738000', '174320.747000', '174320.750000', '174320.752000', '174320.755000', '174320.757000', '174320.760000', '174320.763000', '174320.765000', '174320.768000', '174320.770000', '174320.773000', '174320.775000', '174320.778000', '174320.780000', '174320.783000', '174320.785000', '174320.788000', '174320.791000', '174320.793000', '174320.796000', '174320.798000', '174320.801000', '174320.803000', '174340.687000', '174340.690000', '174340.692000', '174340.695000', '174340.697000', '174340.700000', '174340.703000', '174340.705000', '174340.708000', '174340.710000', '174340.713000', '174340.716000', '174340.718000', '174340.721000', '174340.723000', '174340.726000', '174340.729000', '174340.731000', '174340.734000', '174340.736000', '174340.739000', '174340.741000', '174340.744000', '174340.746000', '174340.749000', '174340.752000', '174340.754000', '174340.757000', '174340.759000', '174340.762000', '174340.764000', '174340.767000', '174340.770000', '174340.772000', '174340.775000', '174340.777000', '174340.780000', '174340.782000', '174340.785000', '174340.787000', '174340.790000', '174340.793000', '174340.795000', '174340.798000', '174400.687000', '174400.690000', '174400.692000', '174400.695000', '174400.697000', '174400.700000', '174400.703000', '174400.705000', '174400.708000', '174400.711000', '174400.713000', '174400.716000', '174400.719000', '174400.721000', '174400.724000', '174400.726000', '174400.729000', '174400.731000', '174400.734000', '174400.737000', '174400.739000', '174400.742000', '174400.744000', '174400.756000', '174400.758000', '174400.761000', '174400.764000', '174400.767000', '174400.770000', '174400.772000', '174400.775000', '174400.777000', '174400.780000', '174400.783000', '174400.785000', '174400.788000', '174400.790000', '174400.793000', '174400.796000', '174400.798000', '174400.801000', '174400.803000', '174400.806000', '174420.687000', '174420.689000', '174420.692000', '174420.695000', '174420.697000', '174420.700000', '174420.702000', '174420.705000', '174420.707000', '174420.710000', '174420.713000', '174420.715000', '174420.718000', '174420.720000', '174420.723000', '174420.725000', '174420.728000', '174420.730000', '174420.733000', '174420.736000', '174420.738000', '174420.741000', '174420.744000', '174420.746000', '174420.749000', '174420.751000', '174420.754000', '174420.756000', '174420.759000', '174420.761000', '174420.764000', '174420.766000', '174420.769000', '174420.772000', '174420.774000', '174420.777000', '174420.780000', '174420.782000', '174420.785000', '174420.787000', '174420.790000', '174420.792000', '174420.795000', '174420.798000', '174440.687000', '174440.689000', '174440.692000', '174440.695000', '174440.697000', '174440.700000', '174440.702000', '174440.705000', '174440.707000', '174440.710000', '174440.713000', '174440.715000', '174440.718000', '174440.720000', '174440.723000', '174440.725000', '174440.728000', '174440.730000', '174440.733000', '174440.736000', '174440.738000', '174440.741000', '174440.743000', '174440.746000', '174440.749000', '174440.752000', '174440.754000', '174440.757000', '174440.759000', '174440.762000', '174440.765000', '174440.767000', '174440.770000', '174440.772000', '174440.775000', '174440.777000', '174440.780000', '174440.783000', '174440.785000', '174440.788000', '174440.790000', '174440.793000', '174440.795000', '174500.687000', '174500.690000', '174500.693000', '174500.696000', '174500.698000', '174500.701000', '174500.704000', '174500.706000', '174500.709000', '174500.711000', '174500.714000', '174500.717000', '174500.719000', '174500.722000', '174500.724000', '174500.727000', '174500.730000', '174500.732000', '174500.735000', '174500.737000', '174500.740000', '174500.742000', '174500.745000', '174500.748000', '174500.750000', '174500.753000', '174500.755000', '174500.758000', '174500.760000', '174500.763000', '174500.765000', '174500.768000', '174500.771000', '174500.773000', '174500.776000', '174500.778000', '174500.781000', '174500.783000', '174500.786000', '174500.789000', '174500.791000', '174500.794000', '174500.796000', '174520.688000', '174520.691000', '174520.693000', '174520.696000', '174520.698000', '174520.701000', '174520.704000', '174520.706000', '174520.709000', '174520.712000', '174520.714000', '174520.717000', '174520.719000', '174520.722000', '174520.724000', '174520.727000', '174520.730000', '174520.732000', '174520.735000', '174520.737000', '174520.756000', '174520.759000', '174520.762000', '174520.764000', '174520.767000', '174520.769000', '174520.772000', '174520.774000', '174520.778000', '174520.781000', '174520.784000', '174520.786000', '174520.789000', '174520.792000', '174520.794000', '174520.797000', '174520.800000', '174520.802000', '174520.805000', '174520.809000', '174520.812000', '174520.814000', '174520.817000', '174520.819000', '174536.847000', '174536.850000', '174536.853000', '174536.855000', '174536.858000', '174536.860000', '174536.863000', '174536.866000', '174536.868000', '174536.871000', '174536.873000', '174536.876000', '174536.879000', '174536.881000', '174536.884000', '174536.886000', '174536.889000', '174536.891000', '174536.894000', '174536.897000', '174536.899000', '174536.902000', '174536.904000', '174536.907000', '174536.910000', '174536.912000', '174536.915000', '174536.917000', '174536.920000', '174536.922000', '174536.925000', '174536.928000', '174536.930000', '174536.933000', '174536.935000', '174536.938000'], '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': [11727, 11841, 10828, 16662, 11894, 16955, 11446, 14531, 10871, 11694, 11083, 12156, 10710, 14130, 11063, 13047, 11256, 11097, 11173, 12110, 10888, 13795, 11529, 13290, 11758, 15033, 11124, 12153, 14051, 12675, 14974, 12483, 11045, 17173, 10715, 15562, 12854, 11449, 10623, 12306, 10609, 12311, 12536, 10969, 15384, 11468, 14187, 11139, 15130, 11404, 16023, 12852, 12263, 10875, 12530, 10897, 13292, 12311, 13532, 10959, 14275, 10942, 14837, 11418, 14785, 11643, 13073, 12401, 10680, 12689, 11367, 11439, 11580, 11520, 11461, 11014, 11662, 13502, 11774, 14406, 11100, 11788, 11238, 11195, 11179, 12686, 11164, 12456, 10866, 11741, 13730, 13059, 11999, 14084, 11319, 12832, 10534, 12721, 10953, 12851, 13850, 12619, 13501, 11831, 14152, 12617, 13662, 12301, 12552, 12734, 12416, 12100, 10916, 11281, 12627, 11091, 13272, 14049, 12221, 15337, 11202, 13084, 12615, 13030, 14310, 12672, 16023, 11776, 15926, 12121, 12877, 12094, 12622, 11633, 11902, 15354, 12369, 10737, 12372, 13073, 14133, 12254, 15165, 12529, 12120, 14480, 12926, 13618, 11694, 12387, 11840, 11203, 11835, 13151, 11712, 11681, 10965, 12400, 13015, 11751, 12314, 13652, 12692, 15575, 12385, 15369, 14284, 12496, 11475, 12128, 14874, 12601, 13461, 11891, 12376, 11960, 12371, 15324, 12321, 11478, 12110, 11275, 12159, 12227, 11895, 13797, 11925, 13837, 11839, 14850, 12038, 10846, 12017, 12590, 11890, 14431, 11610, 14443, 11482, 14626, 11405, 11006, 11537, 12295, 11818, 13938, 12099, 12965, 12304, 13258, 12745, 11554, 12553, 11728, 11969, 11747, 13234, 11696, 11842, 11743, 12618, 11956, 13156, 11765, 13116, 11764, 12707, 14625, 12122, 13644, 12198, 14624, 12436, 14538, 12022, 14539, 11431, 15213, 11512, 12611, 11866, 12823, 10921, 10815, 15612, 13221, 13159, 11696, 13007, 12268, 12278, 12903, 15141, 12580, 12718, 13649, 12912, 11808, 12520, 15359, 14566, 12633, 13203, 12031, 11404, 11928, 15142, 12631, 13901, 12268, 11327, 11839, 10732, 12103, 12464, 11765, 12144, 11356, 12517, 11157, 12171, 12947, 12057, 13577, 11905, 13862, 12563, 10691, 11876, 10454, 11921, 10944, 12093, 13141, 12395, 13711, 12280, 13782, 12730, 13125, 12461, 11192, 12377, 11976, 12338, 12943, 12773, 12342, 12209, 11441, 12381, 11600, 12509, 11650, 12309, 12012, 11258, 12151, 12364, 12426, 12508, 12433, 13210, 12187, 12372, 14260, 12096, 14087, 12799, 13925, 12125, 14976, 12420, 13580, 12441, 13264, 12465, 12994, 12115, 12517, 13907, 12485, 15257, 12409, 15907, 12473, 12176, 12604, 12430, 12413, 14030, 12540, 13753, 12418, 11590, 12218, 11872, 12498, 11904, 12223, 11590, 12584, 11376, 12354, 12741, 12246, 12001, 11834, 12379, 12364, 11980, 12937, 12057, 13022, 12344, 12656, 13003, 12705, 12491, 12475, 12915, 14370, 12856, 13786, 12412, 15388, 12349, 13570, 12807, 11313, 12660, 12398, 12148, 11611, 12298, 12003, 13655, 12173, 12798, 12178, 11055, 12083, 11417, 12848, 12439, 12405, 12846, 11770, 12453, 13336, 12399, 12352, 15403, 12478, 14115, 12714, 13239, 12053, 11565, 12594, 12533, 12481, 12169, 13912, 12227, 15707, 12388, 14236, 12298, 11217, 12336, 12090, 13156, 12142, 13108, 12523, 10946, 12661, 11492, 12513, 11747, 12685, 11713, 12195, 11644, 12322, 11764, 12908, 11647, 12454, 11193, 12147, 12841, 12176, 13887, 12129, 13837, 13139, 11843, 12961, 12190, 14877, 12379, 13883, 11027, 11920, 12788, 13832, 13746, 13070, 14089, 13839, 13162, 13445, 13949, 13522, 14183, 14738, 14229, 16626, 12723, 17049, 12882, 16866, 12791, 13565, 11654, 12045, 10836, 12502, 13996, 12911, 14558, 13650, 15664, 14309, 12586, 10903, 12001, 12854, 12188, 12682, 11270, 12388, 14837, 11566, 11675, 11934, 13109, 11084, 12661, 14170, 11725, 12459, 15843, 12391, 12655, 13162, 12875, 11219, 12286, 15228, 14694, 12019, 10773, 12340, 11718, 11589, 12156, 11168, 11893, 13949, 13129, 12008, 15661, 12989, 12411, 10942, 12441, 10906, 11072, 12901, 10993, 12251, 14017, 11852, 12236, 11302, 11852, 13084, 12504, 12155, 11375, 9943, 12152, 10745, 11969, 11639, 11827, 12120, 12982, 12307, 13003, 11849, 13387, 12784, 12415, 12742, 12545, 12831, 11622, 13054, 12348, 13433, 14703, 13921, 12704, 11220, 13254, 12280, 12304, 11972, 11488, 13127, 11981, 12328, 12799, 16245, 12467, 11169, 11903, 12802, 16131, 12418, 14411, 12890, 16295, 11933, 15909, 11967, 11887, 12198, 11338, 12359, 10322, 12592, 11033, 12529, 10866, 12424, 11369, 12246, 11734, 12061, 14635, 12516, 11155, 12727, 11004, 12279, 13184, 12617, 11602, 12033, 15346, 11561, 11267, 12373, 11885, 12072, 11967, 14126, 13016, 12799, 11598, 13084, 11785, 12390, 15193, 12595, 12601, 12427, 12968, 11997, 12846, 11950, 11983, 11476, 12247, 10927, 12014, 12283, 11845, 15812, 12019, 14300, 12036, 11484, 12372, 10699, 12017, 12545, 11733, 10675, 11494, 11019, 11641, 10992, 11770, 11219, 11289, 11340, 11456, 11876, 11804, 11507, 11850, 11377, 12004, 13545, 12084, 14325, 11843, 15454, 12199, 11000, 11778, 11849, 11717, 13503, 11888, 14321, 11908, 14536, 11573, 15149, 11711, 10194, 11792, 12593, 11810, 13706, 11846, 12930, 11797, 12749, 11669, 12298, 11339, 14265, 11395, 10147, 11714, 10508, 11760, 11689, 11706, 12793, 11600, 13221, 11864, 14098, 11729, 14027, 11379, 10265, 11355, 12362, 11471, 12946, 11580, 13279, 11403, 13195, 11548, 11683, 10735, 11831, 11213, 11287, 10953, 11865, 11480, 11447, 14061, 11886, 14732, 12327, 12828, 11477, 10475, 11454, 12317, 11617, 13800, 11623, 14128, 10809, 13625, 10856, 13022, 10515, 11882, 10499, 11700, 10907, 11213, 11440, 11790, 10800, 11226, 11146, 11167, 13668, 11478, 12636, 11669, 13348, 11422, 15926, 11429, 11690, 11663, 13203, 11563, 14556, 11657, 14599, 11427, 11980, 12169, 11275, 12733, 11903, 12256, 11573, 15591, 11589, 13927, 11594, 11274, 12536, 11247, 15376, 11347, 14411, 11209, 14936, 11302, 11510, 11448, 11973, 11466, 12969, 11803, 14073, 11538, 12443, 11666, 12078, 12072, 11568, 12236, 11647, 9775, 12023, 12875, 11619, 11536, 11685, 11099, 11740, 11129, 11618, 11199, 11555, 11982, 11420, 11667, 11681, 12191, 13516, 11869, 12123, 15190, 12104, 14483, 11513, 14749, 11278, 14276, 11476, 11433, 12782, 11401, 14000, 11476, 11233, 11674, 11681, 11726, 11807, 11760, 11707, 11799, 14602, 11705, 14109, 11598, 12721, 11647, 11316, 11843, 10703, 11085, 11259, 11227, 11025, 11380, 10873, 10454, 11088, 11227, 11078, 11028, 11686, 11057, 11856, 11409, 14555, 10715, 14269, 11036, 12384, 11041, 12969, 10898, 13710, 11458, 13494, 12362, 10701, 13484, 11023, 15417, 11112, 15293, 11178, 11677, 11118, 13750, 11233, 13923, 11178, 13014, 12400, 10932, 11472, 10816, 11881, 10951, 12249, 10846, 12600, 10811, 10847, 10956, 13877, 11923, 12466, 12587, 10791, 15153, 11413, 14617, 11853, 12586, 11705, 10666, 11878, 10330, 11987, 10905, 12273, 13029, 12640, 12944, 12685, 10916, 12463, 11917, 12937, 11764, 15808, 12363, 15464, 12098, 16000, 11317, 13159, 11366, 11822, 10615, 11442, 14338, 11799, 13114, 11910, 11319, 12304, 11102, 12347, 11206, 12004, 10891, 12367, 11123, 12910, 11002, 15000, 11425, 14352, 11292, 12722, 11664, 10719, 11233, 10600, 11503, 10914, 11625, 13567, 12665, 11362, 13327, 11547, 15514, 12114, 15073, 11523, 12441, 11290, 10502, 11474, 10641, 11320, 10786, 12530, 10865, 12626, 11128, 12745, 10875, 12320, 11071, 12193, 11175, 12971, 11874, 12846, 11941, 10548, 11794, 12275, 10639, 11666, 10493, 10945, 11305, 13773, 10955, 11188, 9432, 11029, 14188, 10422, 15623, 13901, 16662, 12234, 13529, 11948, 14704, 11714, 13815, 11423, 14884, 11211, 15334, 10921, 15780, 10660, 15039, 11084, 14227, 11194, 11331, 10977, 11012, 9819, 10268, 12451, 10453, 11779, 12697, 11664, 14933, 11385, 15451, 11344, 11452, 11804, 11672, 12803, 10972, 12160, 11427, 12065, 14258, 12962, 14695, 13196, 11512, 11675, 12296, 13199, 12269, 16588, 10824, 11613, 10926, 11345, 11991, 13355, 13293, 15625, 10419, 14417, 10890, 12912, 11175, 10731, 11441, 10534, 11614, 10988, 11917, 11280, 12038, 11329, 12322, 11623, 10609, 12096, 10925, 10980, 10186, 9446, 11624, 10424, 12883, 10863, 11267, 11605, 11511, 11623, 12701, 11613, 12653, 11404, 12727, 11866, 11445, 14580, 13848, 12040, 14499, 11376, 11741, 11202, 14102, 11564, 13252, 13318, 10732, 14817, 10520, 12848, 11473, 10284, 11858, 10336, 11746, 10370, 12068, 10513, 12312, 10685, 11481, 11273, 11828, 10974, 12607, 10956, 11824, 13696, 11746, 14364, 12510, 11274, 14754, 11769, 14338, 11667, 14020, 10910, 14570, 11716, 14145, 11945, 15411, 11644, 14919, 11371, 13950, 11319, 12231, 11206, 11050, 11414, 10804, 12094, 11080, 11664, 10910, 11648, 11134, 11604, 12265, 12020, 12342, 12573, 10944, 11618, 11384, 12850, 11886, 12035, 10678], 'WindowCenter': [4715.0, 4696.0, 4667.0, 4698.0, 4650.0, 4679.0, 4636.0, 4652.0, 4622.0, 4640.0, 4635.0, 4643.0, 4624.0, 4658.0, 4634.0, 4641.0, 4632.0, 4622.0, 4634.0, 4643.0, 4640.0, 4643.0, 4634.0, 4649.0, 4651.0, 4668.0, 4634.0, 4652.0, 4656.0, 4651.0, 4654.0, 4632.0, 4623.0, 4651.0, 4610.0, 4638.0, 4630.0, 4607.0, 4609.0, 4624.0, 4609.0, 4637.0, 4631.0, 4628.0, 4651.0, 4622.0, 4639.0, 4621.0, 4640.0, 4620.0, 4639.0, 4620.0, 4623.0, 4608.0, 4623.0, 4615.0, 4632.0, 4624.0, 4623.0, 4608.0, 4631.0, 4597.0, 4626.0, 4607.0, 4629.0, 4613.0, 4616.0, 4606.0, 4596.0, 4621.0, 4614.0, 4613.0, 4626.0, 4612.0, 4614.0, 4602.0, 4616.0, 4627.0, 4621.0, 4646.0, 4628.0, 4636.0, 4629.0, 4627.0, 4629.0, 4631.0, 4622.0, 4632.0, 4622.0, 4639.0, 4654.0, 4637.0, 4628.0, 4647.0, 4621.0, 4637.0, 4621.0, 4637.0, 4621.0, 4631.0, 4642.0, 4638.0, 4642.0, 4621.0, 4641.0, 4626.0, 4631.0, 4625.0, 4619.0, 4637.0, 4630.0, 4631.0, 4617.0, 4621.0, 4639.0, 4630.0, 4639.0, 4642.0, 4628.0, 4646.0, 4621.0, 4631.0, 4622.0, 4635.0, 4642.0, 4626.0, 4642.0, 4622.0, 4647.0, 4621.0, 4626.0, 4627.0, 4638.0, 4611.0, 4622.0, 4649.0, 4623.0, 4615.0, 4626.0, 4630.0, 4630.0, 4620.0, 4641.0, 4615.0, 4608.0, 4622.0, 4608.0, 4611.0, 4603.0, 4610.0, 4602.0, 4601.0, 4612.0, 4624.0, 4612.0, 4614.0, 4606.0, 4626.0, 4627.0, 4621.0, 4636.0, 4633.0, 4621.0, 4629.0, 4609.0, 4627.0, 4618.0, 4614.0, 4597.0, 4615.0, 4627.0, 4616.0, 4622.0, 4614.0, 4613.0, 4613.0, 4612.0, 4623.0, 4608.0, 4597.0, 4607.0, 4595.0, 4605.0, 4595.0, 4601.0, 4610.0, 4595.0, 4605.0, 4601.0, 4620.0, 4613.0, 4589.0, 4601.0, 4599.0, 4600.0, 4605.0, 4602.0, 4605.0, 4595.0, 4604.0, 4600.0, 4590.0, 4597.0, 4601.0, 4603.0, 4604.0, 4600.0, 4600.0, 4595.0, 4610.0, 4609.0, 4600.0, 4609.0, 4596.0, 4599.0, 4596.0, 4611.0, 4613.0, 4600.0, 4613.0, 4611.0, 4615.0, 4625.0, 4625.0, 4626.0, 4620.0, 4627.0, 4631.0, 4628.0, 4636.0, 4623.0, 4630.0, 4620.0, 4618.0, 4609.0, 4630.0, 4617.0, 4628.0, 4615.0, 4626.0, 4616.0, 4640.0, 4630.0, 4612.0, 4646.0, 4633.0, 4640.0, 4639.0, 4646.0, 4628.0, 4623.0, 4636.0, 4647.0, 4625.0, 4622.0, 4638.0, 4628.0, 4612.0, 4610.0, 4618.0, 4608.0, 4585.0, 4583.0, 4577.0, 4570.0, 4577.0, 4586.0, 4573.0, 4572.0, 4562.0, 4551.0, 4561.0, 4544.0, 4572.0, 4571.0, 4574.0, 4584.0, 4575.0, 4587.0, 4575.0, 4589.0, 4587.0, 4582.0, 4596.0, 4589.0, 4596.0, 4588.0, 4567.0, 4588.0, 4578.0, 4589.0, 4576.0, 4598.0, 4597.0, 4600.0, 4609.0, 4594.0, 4602.0, 4600.0, 4603.0, 4607.0, 4601.0, 4614.0, 4601.0, 4611.0, 4615.0, 4613.0, 4614.0, 4608.0, 4597.0, 4624.0, 4613.0, 4613.0, 4615.0, 4614.0, 4625.0, 4614.0, 4619.0, 4628.0, 4632.0, 4627.0, 4628.0, 4639.0, 4642.0, 4634.0, 4644.0, 4632.0, 4631.0, 4632.0, 4632.0, 4610.0, 4630.0, 4621.0, 4630.0, 4622.0, 4618.0, 4626.0, 4623.0, 4609.0, 4608.0, 4623.0, 4606.0, 4622.0, 4594.0, 4615.0, 4593.0, 4580.0, 4597.0, 4585.0, 4597.0, 4596.0, 4587.0, 4595.0, 4597.0, 4586.0, 4585.0, 4588.0, 4596.0, 4598.0, 4600.0, 4600.0, 4613.0, 4600.0, 4612.0, 4614.0, 4613.0, 4613.0, 4602.0, 4608.0, 4607.0, 4607.0, 4625.0, 4624.0, 4649.0, 4620.0, 4622.0, 4627.0, 4631.0, 4637.0, 4621.0, 4632.0, 4641.0, 4632.0, 4630.0, 4609.0, 4618.0, 4596.0, 4604.0, 4606.0, 4593.0, 4622.0, 4613.0, 4600.0, 4601.0, 4600.0, 4610.0, 4609.0, 4605.0, 4609.0, 4613.0, 4599.0, 4613.0, 4614.0, 4640.0, 4638.0, 4638.0, 4651.0, 4622.0, 4621.0, 4639.0, 4609.0, 4609.0, 4627.0, 4613.0, 4616.0, 4613.0, 4605.0, 4607.0, 4598.0, 4611.0, 4606.0, 4612.0, 4603.0, 4610.0, 4601.0, 4619.0, 4611.0, 4609.0, 4593.0, 4590.0, 4600.0, 4606.0, 4608.0, 4594.0, 4610.0, 4622.0, 4600.0, 4623.0, 4594.0, 4622.0, 4606.0, 4623.0, 4614.0, 4626.0, 4633.0, 4650.0, 4637.0, 4650.0, 4639.0, 4652.0, 4643.0, 4648.0, 4650.0, 4647.0, 4645.0, 4633.0, 4645.0, 4632.0, 4630.0, 4620.0, 4621.0, 4635.0, 4647.0, 4635.0, 4618.0, 4620.0, 4639.0, 4663.0, 4659.0, 4655.0, 4674.0, 4664.0, 4646.0, 4646.0, 4648.0, 4660.0, 4645.0, 4645.0, 4647.0, 4657.0, 4634.0, 4639.0, 4609.0, 4629.0, 4602.0, 4588.0, 4571.0, 4571.0, 4562.0, 4588.0, 4599.0, 4585.0, 4583.0, 4586.0, 4595.0, 4585.0, 4583.0, 4563.0, 4573.0, 4574.0, 4575.0, 4585.0, 4565.0, 4572.0, 4580.0, 4565.0, 4574.0, 4589.0, 4596.0, 4575.0, 4587.0, 4584.0, 4574.0, 4575.0, 4594.0, 4574.0, 4572.0, 4575.0, 4586.0, 4562.0, 4560.0, 4578.0, 4583.0, 4563.0, 4550.0, 4573.0, 4571.0, 4563.0, 4573.0, 4563.0, 4562.0, 4584.0, 4575.0, 4551.0, 4580.0, 4560.0, 4547.0, 4538.0, 4573.0, 4563.0, 4563.0, 4571.0, 4552.0, 4563.0, 4583.0, 4572.0, 4571.0, 4575.0, 4561.0, 4570.0, 4574.0, 4577.0, 4578.0, 4564.0, 4586.0, 4565.0, 4590.0, 4587.0, 4587.0, 4589.0, 4598.0, 4601.0, 4600.0, 4591.0, 4614.0, 4603.0, 4593.0, 4590.0, 4590.0, 4589.0, 4579.0, 4596.0, 4592.0, 4600.0, 4599.0, 4586.0, 4586.0, 4576.0, 4599.0, 4599.0, 4592.0, 4590.0, 4589.0, 4614.0, 4599.0, 4602.0, 4602.0, 4622.0, 4600.0, 4579.0, 4590.0, 4588.0, 4607.0, 4588.0, 4597.0, 4574.0, 4595.0, 4575.0, 4594.0, 4564.0, 4560.0, 4574.0, 4562.0, 4586.0, 4554.0, 4571.0, 4550.0, 4570.0, 4551.0, 4570.0, 4559.0, 4560.0, 4561.0, 4573.0, 4583.0, 4572.0, 4562.0, 4583.0, 4563.0, 4574.0, 4583.0, 4573.0, 4575.0, 4586.0, 4608.0, 4579.0, 4577.0, 4612.0, 4601.0, 4600.0, 4590.0, 4610.0, 4609.0, 4612.0, 4595.0, 4610.0, 4591.0, 4587.0, 4609.0, 4587.0, 4578.0, 4585.0, 4583.0, 4575.0, 4585.0, 4574.0, 4561.0, 4560.0, 4559.0, 4551.0, 4571.0, 4570.0, 4571.0, 4592.0, 4573.0, 4583.0, 4584.0, 4571.0, 4583.0, 4563.0, 4585.0, 4585.0, 4585.0, 4564.0, 4576.0, 4576.0, 4585.0, 4576.0, 4586.0, 4578.0, 4575.0, 4577.0, 4587.0, 4587.0, 4586.0, 4588.0, 4587.0, 4589.0, 4599.0, 4598.0, 4587.0, 4608.0, 4589.0, 4619.0, 4600.0, 4588.0, 4609.0, 4602.0, 4613.0, 4608.0, 4600.0, 4609.0, 4588.0, 4607.0, 4588.0, 4607.0, 4601.0, 4578.0, 4600.0, 4597.0, 4598.0, 4596.0, 4588.0, 4596.0, 4588.0, 4598.0, 4588.0, 4597.0, 4590.0, 4601.0, 4588.0, 4564.0, 4598.0, 4576.0, 4599.0, 4599.0, 4600.0, 4596.0, 4602.0, 4609.0, 4599.0, 4606.0, 4588.0, 4605.0, 4588.0, 4577.0, 4588.0, 4596.0, 4589.0, 4598.0, 4600.0, 4608.0, 4601.0, 4606.0, 4601.0, 4601.0, 4601.0, 4611.0, 4608.0, 4612.0, 4601.0, 4607.0, 4614.0, 4614.0, 4623.0, 4596.0, 4614.0, 4605.0, 4592.0, 4588.0, 4587.0, 4598.0, 4586.0, 4587.0, 4608.0, 4588.0, 4605.0, 4587.0, 4601.0, 4601.0, 4607.0, 4590.0, 4596.0, 4590.0, 4597.0, 4600.0, 4601.0, 4611.0, 4612.0, 4596.0, 4613.0, 4607.0, 4615.0, 4628.0, 4614.0, 4612.0, 4614.0, 4617.0, 4612.0, 4627.0, 4608.0, 4611.0, 4606.0, 4611.0, 4596.0, 4620.0, 4606.0, 4625.0, 4609.0, 4626.0, 4614.0, 4613.0, 4623.0, 4613.0, 4613.0, 4614.0, 4627.0, 4595.0, 4616.0, 4595.0, 4605.0, 4608.0, 4587.0, 4615.0, 4586.0, 4605.0, 4588.0, 4605.0, 4581.0, 4587.0, 4581.0, 4598.0, 4599.0, 4596.0, 4588.0, 4601.0, 4586.0, 4585.0, 4586.0, 4597.0, 4598.0, 4598.0, 4597.0, 4598.0, 4575.0, 4598.0, 4595.0, 4588.0, 4586.0, 4598.0, 4587.0, 4601.0, 4600.0, 4599.0, 4595.0, 4618.0, 4624.0, 4624.0, 4625.0, 4625.0, 4626.0, 4643.0, 4614.0, 4608.0, 4616.0, 4606.0, 4615.0, 4596.0, 4615.0, 4583.0, 4608.0, 4580.0, 4575.0, 4583.0, 4584.0, 4593.0, 4569.0, 4575.0, 4586.0, 4587.0, 4598.0, 4596.0, 4592.0, 4584.0, 4586.0, 4604.0, 4580.0, 4604.0, 4587.0, 4596.0, 4597.0, 4586.0, 4598.0, 4591.0, 4586.0, 4601.0, 4598.0, 4601.0, 4600.0, 4602.0, 4591.0, 4612.0, 4612.0, 4615.0, 4596.0, 4611.0, 4613.0, 4613.0, 4607.0, 4621.0, 4597.0, 4630.0, 4597.0, 4610.0, 4608.0, 4620.0, 4607.0, 4615.0, 4612.0, 4622.0, 4611.0, 4603.0, 4621.0, 4596.0, 4624.0, 4600.0, 4630.0, 4600.0, 4611.0, 4612.0, 4619.0, 4602.0, 4620.0, 4601.0, 4620.0, 4610.0, 4602.0, 4599.0, 4601.0, 4609.0, 4602.0, 4611.0, 4601.0, 4622.0, 4613.0, 4602.0, 4613.0, 4626.0, 4606.0, 4617.0, 4610.0, 4603.0, 4630.0, 4606.0, 4630.0, 4613.0, 4612.0, 4625.0, 4613.0, 4627.0, 4604.0, 4637.0, 4609.0, 4637.0, 4642.0, 4636.0, 4631.0, 4629.0, 4609.0, 4625.0, 4626.0, 4623.0, 4607.0, 4632.0, 4607.0, 4625.0, 4607.0, 4631.0, 4613.0, 4623.0, 4612.0, 4625.0, 4616.0, 4620.0, 4628.0, 4602.0, 4606.0, 4598.0, 4584.0, 4599.0, 4588.0, 4599.0, 4600.0, 4611.0, 4594.0, 4610.0, 4601.0, 4610.0, 4585.0, 4626.0, 4601.0, 4613.0, 4600.0, 4604.0, 4614.0, 4596.0, 4615.0, 4595.0, 4602.0, 4595.0, 4601.0, 4617.0, 4612.0, 4596.0, 4619.0, 4596.0, 4619.0, 4605.0, 4613.0, 4602.0, 4607.0, 4600.0, 4588.0, 4611.0, 4595.0, 4613.0, 4602.0, 4623.0, 4597.0, 4621.0, 4614.0, 4623.0, 4613.0, 4622.0, 4614.0, 4611.0, 4608.0, 4622.0, 4626.0, 4623.0, 4627.0, 4616.0, 4632.0, 4650.0, 4629.0, 4642.0, 4640.0, 4654.0, 4652.0, 4663.0, 4635.0, 4639.0, 4602.0, 4641.0, 4659.0, 4643.0, 4654.0, 4643.0, 4654.0, 4610.0, 4619.0, 4611.0, 4616.0, 4594.0, 4610.0, 4599.0, 4619.0, 4588.0, 4606.0, 4570.0, 4598.0, 4559.0, 4588.0, 4587.0, 4594.0, 4570.0, 4575.0, 4590.0, 4588.0, 4552.0, 4565.0, 4600.0, 4602.0, 4614.0, 4613.0, 4615.0, 4627.0, 4598.0, 4614.0, 4600.0, 4600.0, 4610.0, 4613.0, 4610.0, 4590.0, 4612.0, 4619.0, 4626.0, 4616.0, 4607.0, 4611.0, 4598.0, 4591.0, 4595.0, 4606.0, 4594.0, 4588.0, 4606.0, 4566.0, 4575.0, 4577.0, 4575.0, 4586.0, 4583.0, 4594.0, 4593.0, 4563.0, 4580.0, 4562.0, 4569.0, 4563.0, 4561.0, 4573.0, 4561.0, 4572.0, 4575.0, 4572.0, 4575.0, 4573.0, 4573.0, 4571.0, 4573.0, 4562.0, 4584.0, 4588.0, 4588.0, 4589.0, 4576.0, 4589.0, 4577.0, 4596.0, 4589.0, 4585.0, 4598.0, 4600.0, 4614.0, 4634.0, 4627.0, 4637.0, 4626.0, 4639.0, 4642.0, 4649.0, 4669.0, 4644.0, 4622.0, 4633.0, 4608.0, 4595.0, 4608.0, 4617.0, 4602.0, 4616.0, 4610.0, 4585.0, 4613.0, 4583.0, 4610.0, 4599.0, 4588.0, 4609.0, 4591.0, 4612.0, 4601.0, 4623.0, 4607.0, 4623.0, 4616.0, 4613.0, 4610.0, 4625.0, 4616.0, 4625.0, 4610.0, 4622.0, 4630.0, 4622.0, 4631.0, 4608.0, 4599.0, 4621.0, 4610.0, 4617.0, 4619.0, 4626.0, 4609.0, 4625.0, 4613.0, 4618.0, 4594.0, 4618.0, 4600.0, 4619.0, 4581.0, 4601.0, 4586.0, 4590.0, 4579.0, 4580.0, 4586.0, 4587.0, 4596.0, 4599.0, 4611.0, 4595.0, 4612.0, 4613.0, 4626.0, 4624.0, 4619.0, 4618.0, 4611.0, 4597.0, 4600.0, 4607.0, 4626.0, 4623.0, 4637.0, 4616.0], 'WindowWidth': [10321.0, 10275.0, 10226.0, 10261.0, 10186.0, 10228.0, 10162.0, 10173.0, 10132.0, 10163.0, 10154.0, 10162.0, 10138.0, 10184.0, 10152.0, 10155.0, 10146.0, 10132.0, 10150.0, 10162.0, 10163.0, 10161.0, 10150.0, 10172.0, 10181.0, 10199.0, 10152.0, 10181.0, 10185.0, 10178.0, 10180.0, 10146.0, 10132.0, 10169.0, 10111.0, 10146.0, 10137.0, 10102.0, 10107.0, 10131.0, 10110.0, 10151.0, 10142.0, 10140.0, 10168.0, 10129.0, 10149.0, 10126.0, 10151.0, 10124.0, 10148.0, 10124.0, 10127.0, 10104.0, 10127.0, 10118.0, 10138.0, 10127.0, 10125.0, 10102.0, 10132.0, 10087.0, 10124.0, 10100.0, 10133.0, 10111.0, 10110.0, 10096.0, 10082.0, 10119.0, 10111.0, 10111.0, 10133.0, 10109.0, 10114.0, 10094.0, 10118.0, 10129.0, 10126.0, 10162.0, 10139.0, 10149.0, 10144.0, 10139.0, 10142.0, 10141.0, 10131.0, 10143.0, 10130.0, 10158.0, 10176.0, 10154.0, 10141.0, 10164.0, 10127.0, 10151.0, 10127.0, 10151.0, 10127.0, 10139.0, 10158.0, 10154.0, 10155.0, 10126.0, 10154.0, 10132.0, 10137.0, 10132.0, 10121.0, 10149.0, 10138.0, 10139.0, 10123.0, 10128.0, 10156.0, 10144.0, 10153.0, 10157.0, 10138.0, 10163.0, 10127.0, 10140.0, 10126.0, 10144.0, 10156.0, 10133.0, 10154.0, 10126.0, 10161.0, 10121.0, 10131.0, 10136.0, 10150.0, 10110.0, 10124.0, 10166.0, 10127.0, 10114.0, 10131.0, 10134.0, 10135.0, 10121.0, 10152.0, 10113.0, 10100.0, 10120.0, 10099.0, 10103.0, 10093.0, 10100.0, 10090.0, 10088.0, 10105.0, 10123.0, 10107.0, 10109.0, 10104.0, 10130.0, 10131.0, 10123.0, 10151.0, 10144.0, 10121.0, 10131.0, 10101.0, 10125.0, 10113.0, 10110.0, 10083.0, 10114.0, 10125.0, 10115.0, 10118.0, 10109.0, 10105.0, 10109.0, 10105.0, 10122.0, 10098.0, 10083.0, 10097.0, 10077.0, 10091.0, 10077.0, 10086.0, 10100.0, 10076.0, 10091.0, 10086.0, 10111.0, 10107.0, 10070.0, 10087.0, 10081.0, 10086.0, 10089.0, 10088.0, 10089.0, 10076.0, 10087.0, 10084.0, 10069.0, 10080.0, 10087.0, 10092.0, 10087.0, 10083.0, 10084.0, 10076.0, 10099.0, 10095.0, 10084.0, 10097.0, 10079.0, 10083.0, 10077.0, 10102.0, 10107.0, 10087.0, 10106.0, 10104.0, 10113.0, 10128.0, 10128.0, 10131.0, 10121.0, 10133.0, 10136.0, 10136.0, 10147.0, 10128.0, 10135.0, 10118.0, 10115.0, 10104.0, 10133.0, 10119.0, 10128.0, 10114.0, 10130.0, 10117.0, 10157.0, 10146.0, 10111.0, 10157.0, 10144.0, 10156.0, 10156.0, 10167.0, 10137.0, 10130.0, 10152.0, 10164.0, 10131.0, 10121.0, 10150.0, 10136.0, 10110.0, 10103.0, 10111.0, 10098.0, 10059.0, 10051.0, 10042.0, 10029.0, 10044.0, 10054.0, 10032.0, 10032.0, 10014.0, 9999.0, 10012.0, 9985.0, 10030.0, 10029.0, 10037.0, 10051.0, 10038.0, 10058.0, 10041.0, 10065.0, 10059.0, 10051.0, 10072.0, 10065.0, 10071.0, 10063.0, 10030.0, 10063.0, 10048.0, 10065.0, 10045.0, 10077.0, 10074.0, 10082.0, 10092.0, 10070.0, 10081.0, 10084.0, 10083.0, 10095.0, 10087.0, 10109.0, 10089.0, 10102.0, 10113.0, 10106.0, 10110.0, 10100.0, 10082.0, 10124.0, 10106.0, 10107.0, 10111.0, 10111.0, 10128.0, 10111.0, 10116.0, 10135.0, 10139.0, 10132.0, 10136.0, 10154.0, 10162.0, 10144.0, 10159.0, 10140.0, 10137.0, 10139.0, 10141.0, 10106.0, 10133.0, 10121.0, 10132.0, 10125.0, 10113.0, 10129.0, 10124.0, 10104.0, 10099.0, 10122.0, 10091.0, 10121.0, 10070.0, 10103.0, 10068.0, 10048.0, 10076.0, 10057.0, 10076.0, 10074.0, 10060.0, 10071.0, 10074.0, 10061.0, 10057.0, 10063.0, 10075.0, 10078.0, 10085.0, 10085.0, 10110.0, 10086.0, 10104.0, 10110.0, 10107.0, 10107.0, 10092.0, 10100.0, 10096.0, 10096.0, 10128.0, 10127.0, 10170.0, 10122.0, 10123.0, 10133.0, 10138.0, 10149.0, 10122.0, 10140.0, 10152.0, 10141.0, 10140.0, 10101.0, 10115.0, 10077.0, 10088.0, 10091.0, 10072.0, 10119.0, 10108.0, 10086.0, 10088.0, 10085.0, 10099.0, 10096.0, 10091.0, 10098.0, 10106.0, 10084.0, 10108.0, 10115.0, 10156.0, 10151.0, 10155.0, 10174.0, 10126.0, 10123.0, 10154.0, 10102.0, 10102.0, 10126.0, 10108.0, 10108.0, 10106.0, 10092.0, 10095.0, 10086.0, 10102.0, 10093.0, 10103.0, 10091.0, 10098.0, 10087.0, 10109.0, 10101.0, 10097.0, 10070.0, 10069.0, 10083.0, 10093.0, 10094.0, 10073.0, 10100.0, 10121.0, 10088.0, 10122.0, 10075.0, 10119.0, 10094.0, 10123.0, 10110.0, 10133.0, 10145.0, 10174.0, 10151.0, 10171.0, 10156.0, 10178.0, 10168.0, 10174.0, 10174.0, 10170.0, 10167.0, 10145.0, 10166.0, 10140.0, 10142.0, 10121.0, 10123.0, 10143.0, 10168.0, 10141.0, 10125.0, 10121.0, 10156.0, 10196.0, 10184.0, 10179.0, 10215.0, 10197.0, 10167.0, 10163.0, 10172.0, 10193.0, 10162.0, 10164.0, 10171.0, 10184.0, 10144.0, 10145.0, 10102.0, 10132.0, 10089.0, 10060.0, 10033.0, 10032.0, 10020.0, 10061.0, 10080.0, 10053.0, 10048.0, 10055.0, 10069.0, 10053.0, 10047.0, 10020.0, 10033.0, 10035.0, 10040.0, 10053.0, 10024.0, 10029.0, 10038.0, 10022.0, 10038.0, 10067.0, 10070.0, 10039.0, 10059.0, 10050.0, 10036.0, 10035.0, 10063.0, 10034.0, 10029.0, 10037.0, 10054.0, 10016.0, 10009.0, 10033.0, 10044.0, 10014.0, 9997.0, 10032.0, 10027.0, 10016.0, 10032.0, 10017.0, 10015.0, 10048.0, 10038.0, 9996.0, 10038.0, 10006.0, 9985.0, 9974.0, 10031.0, 10020.0, 10017.0, 10024.0, 9999.0, 10016.0, 10045.0, 10030.0, 10028.0, 10037.0, 10015.0, 10026.0, 10033.0, 10046.0, 10048.0, 10025.0, 10056.0, 10026.0, 10067.0, 10058.0, 10058.0, 10063.0, 10075.0, 10081.0, 10080.0, 10070.0, 10102.0, 10087.0, 10073.0, 10065.0, 10063.0, 10060.0, 10049.0, 10073.0, 10072.0, 10079.0, 10079.0, 10056.0, 10053.0, 10040.0, 10076.0, 10080.0, 10072.0, 10064.0, 10065.0, 10106.0, 10079.0, 10087.0, 10085.0, 10115.0, 10083.0, 10051.0, 10066.0, 10060.0, 10088.0, 10059.0, 10072.0, 10033.0, 10068.0, 10037.0, 10060.0, 10019.0, 10010.0, 10034.0, 10018.0, 10054.0, 10008.0, 10027.0, 9998.0, 10022.0, 9999.0, 10022.0, 10009.0, 10009.0, 10013.0, 10032.0, 10045.0, 10030.0, 10017.0, 10048.0, 10019.0, 10035.0, 10048.0, 10034.0, 10038.0, 10056.0, 10088.0, 10048.0, 10047.0, 10103.0, 10083.0, 10081.0, 10067.0, 10097.0, 10095.0, 10102.0, 10075.0, 10095.0, 10070.0, 10057.0, 10094.0, 10058.0, 10039.0, 10053.0, 10047.0, 10039.0, 10052.0, 10034.0, 10009.0, 10010.0, 10006.0, 9999.0, 10027.0, 10026.0, 10027.0, 10058.0, 10033.0, 10047.0, 10050.0, 10028.0, 10046.0, 10020.0, 10052.0, 10052.0, 10055.0, 10024.0, 10042.0, 10044.0, 10054.0, 10043.0, 10056.0, 10046.0, 10041.0, 10046.0, 10059.0, 10060.0, 10058.0, 10063.0, 10063.0, 10066.0, 10078.0, 10080.0, 10061.0, 10092.0, 10065.0, 10106.0, 10082.0, 10064.0, 10098.0, 10090.0, 10106.0, 10095.0, 10084.0, 10095.0, 10063.0, 10088.0, 10065.0, 10089.0, 10084.0, 10050.0, 10083.0, 10075.0, 10077.0, 10073.0, 10064.0, 10073.0, 10062.0, 10078.0, 10063.0, 10075.0, 10069.0, 10078.0, 10064.0, 10027.0, 10078.0, 10046.0, 10083.0, 10080.0, 10085.0, 10076.0, 10091.0, 10097.0, 10082.0, 10088.0, 10064.0, 10084.0, 10063.0, 10049.0, 10065.0, 10072.0, 10068.0, 10077.0, 10083.0, 10092.0, 10086.0, 10090.0, 10089.0, 10086.0, 10087.0, 10100.0, 10097.0, 10106.0, 10091.0, 10099.0, 10111.0, 10113.0, 10123.0, 10080.0, 10102.0, 10090.0, 10068.0, 10066.0, 10062.0, 10077.0, 10059.0, 10063.0, 10090.0, 10066.0, 10085.0, 10064.0, 10080.0, 10090.0, 10091.0, 10073.0, 10075.0, 10073.0, 10080.0, 10088.0, 10090.0, 10102.0, 10107.0, 10081.0, 10112.0, 10097.0, 10115.0, 10127.0, 10109.0, 10107.0, 10110.0, 10111.0, 10107.0, 10124.0, 10101.0, 10104.0, 10095.0, 10102.0, 10081.0, 10114.0, 10095.0, 10119.0, 10103.0, 10133.0, 10113.0, 10109.0, 10121.0, 10107.0, 10109.0, 10112.0, 10125.0, 10077.0, 10108.0, 10077.0, 10102.0, 10095.0, 10063.0, 10100.0, 10061.0, 10084.0, 10066.0, 10085.0, 10052.0, 10061.0, 10052.0, 10080.0, 10083.0, 10076.0, 10065.0, 10078.0, 10059.0, 10057.0, 10058.0, 10078.0, 10077.0, 10078.0, 10076.0, 10078.0, 10044.0, 10078.0, 10072.0, 10066.0, 10060.0, 10079.0, 10064.0, 10087.0, 10083.0, 10083.0, 10078.0, 10117.0, 10126.0, 10127.0, 10132.0, 10130.0, 10132.0, 10158.0, 10114.0, 10101.0, 10109.0, 10092.0, 10105.0, 10079.0, 10105.0, 10058.0, 10095.0, 10047.0, 10044.0, 10052.0, 10053.0, 10066.0, 10030.0, 10042.0, 10059.0, 10061.0, 10080.0, 10074.0, 10066.0, 10056.0, 10059.0, 10083.0, 10048.0, 10081.0, 10060.0, 10074.0, 10077.0, 10062.0, 10081.0, 10074.0, 10062.0, 10088.0, 10081.0, 10090.0, 10085.0, 10092.0, 10076.0, 10107.0, 10105.0, 10115.0, 10081.0, 10105.0, 10109.0, 10109.0, 10098.0, 10118.0, 10084.0, 10130.0, 10087.0, 10103.0, 10101.0, 10116.0, 10098.0, 10107.0, 10106.0, 10121.0, 10104.0, 10095.0, 10118.0, 10082.0, 10118.0, 10089.0, 10127.0, 10089.0, 10103.0, 10107.0, 10113.0, 10094.0, 10115.0, 10090.0, 10115.0, 10100.0, 10091.0, 10085.0, 10091.0, 10099.0, 10091.0, 10102.0, 10091.0, 10121.0, 10111.0, 10095.0, 10111.0, 10124.0, 10096.0, 10113.0, 10103.0, 10096.0, 10130.0, 10096.0, 10131.0, 10110.0, 10107.0, 10130.0, 10114.0, 10136.0, 10102.0, 10151.0, 10108.0, 10152.0, 10157.0, 10148.0, 10140.0, 10133.0, 10108.0, 10130.0, 10132.0, 10125.0, 10100.0, 10138.0, 10099.0, 10121.0, 10098.0, 10131.0, 10109.0, 10119.0, 10111.0, 10129.0, 10121.0, 10123.0, 10134.0, 10093.0, 10094.0, 10081.0, 10059.0, 10083.0, 10067.0, 10082.0, 10084.0, 10102.0, 10076.0, 10101.0, 10091.0, 10099.0, 10063.0, 10125.0, 10090.0, 10099.0, 10089.0, 10090.0, 10114.0, 10084.0, 10116.0, 10079.0, 10094.0, 10080.0, 10091.0, 10112.0, 10107.0, 10083.0, 10114.0, 10080.0, 10114.0, 10090.0, 10099.0, 10092.0, 10094.0, 10089.0, 10069.0, 10103.0, 10079.0, 10108.0, 10096.0, 10122.0, 10085.0, 10119.0, 10111.0, 10125.0, 10112.0, 10120.0, 10112.0, 10105.0, 10101.0, 10121.0, 10133.0, 10125.0, 10135.0, 10119.0, 10142.0, 10175.0, 10145.0, 10166.0, 10165.0, 10189.0, 10184.0, 10197.0, 10152.0, 10160.0, 10101.0, 10161.0, 10184.0, 10169.0, 10183.0, 10159.0, 10178.0, 10108.0, 10117.0, 10103.0, 10107.0, 10074.0, 10100.0, 10082.0, 10111.0, 10067.0, 10088.0, 10032.0, 10069.0, 10018.0, 10054.0, 10063.0, 10068.0, 10034.0, 10043.0, 10072.0, 10065.0, 10005.0, 10028.0, 10082.0, 10091.0, 10112.0, 10108.0, 10114.0, 10125.0, 10085.0, 10100.0, 10088.0, 10090.0, 10101.0, 10110.0, 10101.0, 10073.0, 10106.0, 10119.0, 10131.0, 10107.0, 10098.0, 10101.0, 10079.0, 10072.0, 10080.0, 10094.0, 10073.0, 10065.0, 10086.0, 10028.0, 10042.0, 10044.0, 10040.0, 10056.0, 10051.0, 10067.0, 10063.0, 10020.0, 10039.0, 10018.0, 10024.0, 10020.0, 10015.0, 10032.0, 10017.0, 10032.0, 10040.0, 10034.0, 10040.0, 10034.0, 10036.0, 10031.0, 10034.0, 10021.0, 10051.0, 10065.0, 10069.0, 10070.0, 10049.0, 10066.0, 10049.0, 10072.0, 10065.0, 10057.0, 10080.0, 10083.0, 10109.0, 10139.0, 10135.0, 10147.0, 10132.0, 10153.0, 10164.0, 10178.0, 10206.0, 10165.0, 10128.0, 10137.0, 10100.0, 10078.0, 10101.0, 10112.0, 10090.0, 10108.0, 10098.0, 10062.0, 10101.0, 10059.0, 10100.0, 10082.0, 10069.0, 10098.0, 10076.0, 10106.0, 10092.0, 10124.0, 10100.0, 10123.0, 10117.0, 10112.0, 10107.0, 10130.0, 10117.0, 10129.0, 10109.0, 10128.0, 10137.0, 10128.0, 10142.0, 10100.0, 10090.0, 10120.0, 10106.0, 10111.0, 10121.0, 10125.0, 10107.0, 10120.0, 10109.0, 10107.0, 10074.0, 10109.0, 10085.0, 10113.0, 10052.0, 10081.0, 10061.0, 10063.0, 10048.0, 10048.0, 10061.0, 10063.0, 10076.0, 10084.0, 10104.0, 10079.0, 10109.0, 10109.0, 10131.0, 10128.0, 10120.0, 10115.0, 10102.0, 10082.0, 10085.0, 10094.0, 10131.0, 10124.0, 10151.0, 10122.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.0016384825870646765</td></tr>
<tr><td colspan=3>aqi</td><td>0.028902304975124377</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.545080151684616</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2807911840746897</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0291696860912878</td></tr>
<tr><td colspan=3>efc</td><td>0.4859</td></tr>
<tr><td colspan=3>fber</td><td>5991.1533</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11137964749078529</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>147</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.189054726368159</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3044427452998604</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2681870368312977</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4577449414027943</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.187396257665488</td></tr>
<tr><td colspan=3>gcor</td><td>0.0315752</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015235748142004013</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023628922179341316</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1206</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.326951983656242</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.0707</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.9126</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.0391</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297566.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1005.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>413.0676</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1388</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>567.1587</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3819.2342</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3961.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78978.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1658.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4942.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>915.4192</td></tr>
<tr><td colspan=3>tsnr</td><td>36.58192910067737</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>