<?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-0034_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-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034/ses-01/func/sub-0034_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>d8389de63432f3b514311a1ac282df52</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>16:29:54.540000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998963, -0.00166743, -0.0454963, 0.00627671, 0.99483, 0.101357]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100972</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>[4122, -7776, -7191, 579, -149, -108, 173, 88]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 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>262.906</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7c28f131-53b1-4764-ba05-f3348b90c144||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680145025253296, 0.01683995872735977, -0.12174873799085617, 116.52923583984375], [0.004473595879971981, 2.6690568923950195, 0.27415239810943604, -105.42298889160156], [-0.12206333875656128, -0.2719346284866333, 2.6832849979400635, -31.151185989379883], [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': ['162954.540000', '162955.000000', '162955.460000', '162955.920000', '162956.380000', '162956.840000', '162957.300000', '162957.760000', '162958.220000', '162958.680000', '162959.140000', '162959.600000', '163000.060000', '163000.520000', '163000.980000', '163001.440000', '163001.900000', '163002.360000', '163002.820000', '163003.280000', '163003.740000', '163004.200000', '163004.660000', '163005.120000', '163005.580000', '163006.040000', '163006.500000', '163006.960000', '163007.420000', '163007.880000', '163008.340000', '163008.800000', '163009.260000', '163009.720000', '163010.180000', '163010.640000', '163011.100000', '163011.560000', '163012.020000', '163012.480000', '163012.940000', '163013.400000', '163013.860000', '163014.320000', '163014.780000', '163015.240000', '163015.700000', '163016.160000', '163016.620000', '163017.080000', '163017.540000', '163018.000000', '163018.460000', '163018.920000', '163019.380000', '163019.840000', '163020.300000', '163020.760000', '163021.220000', '163021.680000', '163022.140000', '163022.600000', '163023.060000', '163023.520000', '163023.980000', '163024.440000', '163024.900000', '163025.360000', '163025.820000', '163026.280000', '163026.740000', '163027.200000', '163027.660000', '163028.120000', '163028.580000', '163029.040000', '163029.500000', '163029.960000', '163030.420000', '163030.880000', '163031.340000', '163031.800000', '163032.260000', '163032.720000', '163033.180000', '163033.640000', '163034.100000', '163034.560000', '163035.020000', '163035.480000', '163035.940000', '163036.400000', '163036.860000', '163037.320000', '163037.780000', '163038.240000', '163038.700000', '163039.160000', '163039.620000', '163040.080000', '163040.540000', '163041.000000', '163041.460000', '163041.920000', '163042.380000', '163042.840000', '163043.300000', '163043.760000', '163044.220000', '163044.680000', '163045.140000', '163045.600000', '163046.060000', '163046.520000', '163046.980000', '163047.440000', '163047.900000', '163048.360000', '163048.820000', '163049.280000', '163049.740000', '163050.200000', '163050.660000', '163051.120000', '163051.580000', '163052.040000', '163052.500000', '163052.960000', '163053.420000', '163053.880000', '163054.340000', '163054.800000', '163055.260000', '163055.720000', '163056.180000', '163056.640000', '163057.100000', '163057.560000', '163058.020000', '163058.480000', '163058.940000', '163059.400000', '163059.860000', '163100.320000', '163100.780000', '163101.240000', '163101.700000', '163102.160000', '163102.620000', '163103.080000', '163103.540000', '163104.000000', '163104.460000', '163104.920000', '163105.380000', '163105.840000', '163106.300000', '163106.760000', '163107.220000', '163107.680000', '163108.140000', '163108.600000', '163109.060000', '163109.520000', '163109.980000', '163110.440000', '163110.900000', '163111.360000', '163111.820000', '163112.280000', '163112.740000', '163113.200000', '163113.660000', '163114.120000', '163114.580000', '163115.040000', '163115.500000', '163115.960000', '163116.420000', '163116.880000', '163117.340000', '163117.800000', '163118.260000', '163118.720000', '163119.180000', '163119.640000', '163120.100000', '163120.560000', '163121.020000', '163121.480000', '163121.940000', '163122.400000', '163122.860000', '163123.320000', '163123.780000', '163124.240000', '163124.700000', '163125.160000', '163125.620000', '163126.080000', '163126.540000', '163127.000000', '163127.460000', '163127.920000', '163128.380000', '163128.840000', '163129.300000', '163129.760000', '163130.220000', '163130.680000', '163131.140000', '163131.600000', '163132.060000', '163132.520000', '163132.980000', '163133.440000', '163133.900000', '163134.360000', '163134.820000', '163135.280000', '163135.740000', '163136.200000', '163136.660000', '163137.120000', '163137.580000', '163138.040000', '163138.500000', '163138.960000', '163139.420000', '163139.880000', '163140.340000', '163140.800000', '163141.260000', '163141.720000', '163142.180000', '163142.640000', '163143.100000', '163143.560000', '163144.020000', '163144.480000', '163144.940000', '163145.400000', '163145.860000', '163146.320000', '163146.780000', '163147.240000', '163147.700000', '163148.160000', '163148.620000', '163149.080000', '163149.540000', '163150.000000', '163150.460000', '163150.920000', '163151.380000', '163151.840000', '163152.300000', '163152.760000', '163153.220000', '163153.680000', '163154.140000', '163154.600000', '163155.060000', '163155.520000', '163155.980000', '163156.440000', '163156.900000', '163157.360000', '163157.820000', '163158.280000', '163158.740000', '163159.200000', '163159.660000', '163200.120000', '163200.580000', '163201.040000', '163201.500000', '163201.960000', '163202.420000', '163202.880000', '163203.340000', '163203.800000', '163204.260000', '163204.720000', '163205.180000', '163205.640000', '163206.100000', '163206.560000', '163207.020000', '163207.480000', '163207.940000', '163208.400000', '163208.860000', '163209.320000', '163209.780000', '163210.240000', '163210.700000', '163211.160000', '163211.620000', '163212.080000', '163212.540000', '163213.000000', '163213.460000', '163213.920000', '163214.380000', '163214.840000', '163215.300000', '163215.760000', '163216.220000', '163216.680000', '163217.140000', '163217.600000', '163218.060000', '163218.520000', '163218.980000', '163219.440000', '163219.900000', '163220.360000', '163220.820000', '163221.280000', '163221.740000', '163222.200000', '163222.660000', '163223.120000', '163223.580000', '163224.040000', '163224.500000', '163224.960000', '163225.420000', '163225.880000', '163226.340000', '163226.800000', '163227.260000', '163227.720000', '163228.180000', '163228.640000', '163229.100000', '163229.560000', '163230.020000', '163230.480000', '163230.940000', '163231.400000', '163231.860000', '163232.320000', '163232.780000', '163233.240000', '163233.700000', '163234.160000', '163234.620000', '163235.080000', '163235.540000', '163236.000000', '163236.460000', '163236.920000', '163237.380000', '163237.840000', '163238.300000', '163238.760000', '163239.220000', '163239.680000', '163240.140000', '163240.600000', '163241.060000', '163241.520000', '163241.980000', '163242.440000', '163242.900000', '163243.360000', '163243.820000', '163244.280000', '163244.740000', '163245.200000', '163245.660000', '163246.120000', '163246.580000', '163247.040000', '163247.500000', '163247.960000', '163248.420000', '163248.880000', '163249.340000', '163249.800000', '163250.260000', '163250.720000', '163251.180000', '163251.640000', '163252.100000', '163252.560000', '163253.020000', '163253.480000', '163253.940000', '163254.400000', '163254.860000', '163255.320000', '163255.780000', '163256.240000', '163256.700000', '163257.160000', '163257.620000', '163258.080000', '163258.540000', '163259.000000', '163259.460000', '163259.920000', '163300.380000', '163300.840000', '163301.300000', '163301.760000', '163302.220000', '163302.680000', '163303.140000', '163303.600000', '163304.060000', '163304.520000', '163304.980000', '163305.440000', '163305.900000', '163306.360000', '163306.820000', '163307.280000', '163307.740000', '163308.200000', '163308.660000', '163309.120000', '163309.580000', '163310.040000', '163310.500000', '163310.960000', '163311.420000', '163311.880000', '163312.340000', '163312.800000', '163313.260000', '163313.720000', '163314.180000', '163314.640000', '163315.100000', '163315.560000', '163316.020000', '163316.480000', '163316.940000', '163317.400000', '163317.860000', '163318.320000', '163318.780000', '163319.240000', '163319.700000', '163320.160000', '163320.620000', '163321.080000', '163321.540000', '163322.000000', '163322.460000', '163322.920000', '163323.380000', '163323.840000', '163324.300000', '163324.760000', '163325.220000', '163325.680000', '163326.140000', '163326.600000', '163327.060000', '163327.520000', '163327.980000', '163328.440000', '163328.900000', '163329.360000', '163329.820000', '163330.280000', '163330.740000', '163331.200000', '163331.660000', '163332.120000', '163332.580000', '163333.040000', '163333.500000', '163333.960000', '163334.420000', '163334.880000', '163335.340000', '163335.800000', '163336.260000', '163336.720000', '163337.180000', '163337.640000', '163338.100000', '163338.560000', '163339.020000', '163339.480000', '163339.940000', '163340.400000', '163340.860000', '163341.320000', '163341.780000', '163342.240000', '163342.700000', '163343.160000', '163343.620000', '163344.080000', '163344.540000', '163345.000000', '163345.460000', '163345.920000', '163346.380000', '163346.840000', '163347.300000', '163347.760000', '163348.220000', '163348.680000', '163349.140000', '163349.600000', '163350.060000', '163350.520000', '163350.980000', '163351.440000', '163351.900000', '163352.360000', '163352.820000', '163353.280000', '163353.740000', '163354.200000', '163354.660000', '163355.120000', '163355.580000', '163356.040000', '163356.500000', '163356.960000', '163357.420000', '163357.880000', '163358.340000', '163358.800000', '163359.260000', '163359.720000', '163400.180000', '163400.640000', '163401.100000', '163401.560000', '163402.020000', '163402.480000', '163402.940000', '163403.400000', '163403.860000', '163404.320000', '163404.780000', '163405.240000', '163405.700000', '163406.160000', '163406.620000', '163407.080000', '163407.540000', '163408.000000', '163408.460000', '163408.920000', '163409.380000', '163409.840000', '163410.300000', '163410.760000', '163411.220000', '163411.680000', '163412.140000', '163412.600000', '163413.060000', '163413.520000', '163413.980000', '163414.440000', '163414.900000', '163415.360000', '163415.820000', '163416.280000', '163416.740000', '163417.200000', '163417.660000', '163418.120000', '163418.580000', '163419.040000', '163419.500000', '163419.960000', '163420.420000', '163420.880000', '163421.340000', '163421.800000', '163422.260000', '163422.720000', '163423.180000', '163423.640000', '163424.100000', '163424.560000', '163425.020000', '163425.480000', '163425.940000', '163426.400000', '163426.860000', '163427.320000', '163427.780000', '163428.240000', '163428.700000', '163429.160000', '163429.620000', '163430.080000', '163430.540000', '163431.000000', '163431.460000', '163431.920000', '163432.380000', '163432.840000', '163433.300000', '163433.760000', '163434.220000', '163434.680000', '163435.140000', '163435.600000', '163436.060000', '163436.520000', '163436.980000', '163437.440000', '163437.900000', '163438.360000', '163438.820000', '163439.280000', '163439.740000', '163440.200000', '163440.660000', '163441.120000', '163441.580000', '163442.040000', '163442.500000', '163442.960000', '163443.420000', '163443.880000', '163444.340000', '163444.800000', '163445.260000', '163445.720000', '163446.180000', '163446.640000', '163447.100000', '163447.560000', '163448.020000', '163448.480000', '163448.940000', '163449.400000', '163449.860000', '163450.320000', '163450.780000', '163451.240000', '163451.700000', '163452.160000', '163452.620000', '163453.080000', '163453.540000', '163454.000000', '163454.460000', '163454.920000', '163455.380000', '163455.840000', '163456.300000', '163456.760000', '163457.220000', '163457.680000', '163458.140000', '163458.600000', '163459.060000', '163459.520000', '163459.980000', '163500.440000', '163500.900000', '163501.360000', '163501.820000', '163502.280000', '163502.740000', '163503.200000', '163503.660000', '163504.120000', '163504.580000', '163505.040000', '163505.500000', '163505.960000', '163506.420000', '163506.880000', '163507.340000', '163507.800000', '163508.260000', '163508.720000', '163509.180000', '163509.640000', '163510.100000', '163510.560000', '163511.020000', '163511.480000', '163511.940000', '163512.400000', '163512.860000', '163513.320000', '163513.780000', '163514.240000', '163514.700000', '163515.160000', '163515.620000', '163516.080000', '163516.540000', '163517.000000', '163517.460000', '163517.920000', '163518.380000', '163518.840000', '163519.300000', '163519.760000', '163520.220000', '163520.680000', '163521.140000', '163521.600000', '163522.060000', '163522.520000', '163522.980000', '163523.440000', '163523.900000', '163524.360000', '163524.820000', '163525.280000', '163525.740000', '163526.200000', '163526.660000', '163527.120000', '163527.580000', '163528.040000', '163528.500000', '163528.960000', '163529.420000', '163529.880000', '163530.340000', '163530.800000', '163531.260000', '163531.720000', '163532.180000', '163532.640000', '163533.100000', '163533.560000', '163534.020000', '163534.480000', '163534.940000', '163535.400000', '163535.860000', '163536.320000', '163536.780000', '163537.240000', '163537.700000', '163538.160000', '163538.620000', '163539.080000', '163539.540000', '163540.000000', '163540.460000', '163540.920000', '163541.380000', '163541.840000', '163542.300000', '163542.760000', '163543.220000', '163543.680000', '163544.140000', '163544.600000', '163545.060000', '163545.520000', '163545.980000', '163546.440000', '163546.900000', '163547.360000', '163547.820000', '163548.280000', '163548.740000', '163549.200000', '163549.660000', '163550.120000', '163550.580000', '163551.040000', '163551.500000', '163551.960000', '163552.420000', '163552.880000', '163553.340000', '163553.800000', '163554.260000', '163554.720000', '163555.180000', '163555.640000', '163556.100000', '163556.560000', '163557.020000', '163557.480000', '163557.940000', '163558.400000', '163558.860000', '163559.320000', '163559.780000', '163600.240000', '163600.700000', '163601.160000', '163601.620000', '163602.080000', '163602.540000', '163603.000000', '163603.460000', '163603.920000', '163604.380000', '163604.840000', '163605.300000', '163605.760000', '163606.220000', '163606.680000', '163607.140000', '163607.600000', '163608.060000', '163608.520000', '163608.980000', '163609.440000', '163609.900000', '163610.360000', '163610.820000', '163611.280000', '163611.740000', '163612.200000', '163612.660000', '163613.120000', '163613.580000', '163614.040000', '163614.500000', '163614.960000', '163615.420000', '163615.880000', '163616.340000', '163616.800000', '163617.260000', '163617.720000', '163618.180000', '163618.640000', '163619.100000', '163619.560000', '163620.020000', '163620.480000', '163620.940000', '163621.400000', '163621.860000', '163622.320000', '163622.780000', '163623.240000', '163623.700000', '163624.160000', '163624.620000', '163625.080000', '163625.540000', '163626.000000', '163626.460000', '163626.920000', '163627.380000', '163627.840000', '163628.300000', '163628.760000', '163629.220000', '163629.680000', '163630.140000', '163630.600000', '163631.060000', '163631.520000', '163631.980000', '163632.440000', '163632.900000', '163633.360000', '163633.820000', '163634.280000', '163634.740000', '163635.200000', '163635.660000', '163636.120000', '163636.580000', '163637.040000', '163637.500000', '163637.960000', '163638.420000', '163638.880000', '163639.340000', '163639.800000', '163640.260000', '163640.720000', '163641.180000', '163641.640000', '163642.100000', '163642.560000', '163643.020000', '163643.480000', '163643.940000', '163644.400000', '163644.860000', '163645.320000', '163645.780000', '163646.240000', '163646.700000', '163647.160000', '163647.620000', '163648.080000', '163648.540000', '163649.000000', '163649.460000', '163649.920000', '163650.380000', '163650.840000', '163651.300000', '163651.760000', '163652.220000', '163652.680000', '163653.140000', '163653.600000', '163654.060000', '163654.520000', '163654.980000', '163655.440000', '163655.900000', '163656.360000', '163656.820000', '163657.280000', '163657.740000', '163658.200000', '163658.660000', '163659.120000', '163659.580000', '163700.040000', '163700.500000', '163700.960000', '163701.420000', '163701.880000', '163702.340000', '163702.800000', '163703.260000', '163703.720000', '163704.180000', '163704.640000', '163705.100000', '163705.560000', '163706.020000', '163706.480000', '163706.940000', '163707.400000', '163707.860000', '163708.320000', '163708.780000', '163709.240000', '163709.700000', '163710.160000', '163710.620000', '163711.080000', '163711.540000', '163712.000000', '163712.460000', '163712.920000', '163713.380000', '163713.840000', '163714.300000', '163714.760000', '163715.220000', '163715.680000', '163716.140000', '163716.600000', '163717.060000', '163717.520000', '163717.980000', '163718.440000', '163718.900000', '163719.360000', '163719.820000', '163720.280000', '163720.740000', '163721.200000', '163721.660000', '163722.120000', '163722.580000', '163723.040000', '163723.500000', '163723.960000', '163724.420000', '163724.880000', '163725.340000', '163725.800000', '163726.260000', '163726.720000', '163727.180000', '163727.640000', '163728.100000', '163728.560000', '163729.020000', '163729.480000', '163729.940000', '163730.400000', '163730.860000', '163731.320000', '163731.780000', '163732.240000', '163732.700000', '163733.160000', '163733.620000', '163734.080000', '163734.540000', '163735.000000', '163735.460000', '163735.920000', '163736.380000', '163736.840000', '163737.300000', '163737.760000', '163738.220000', '163738.680000', '163739.140000', '163739.600000', '163740.060000', '163740.520000', '163740.980000', '163741.440000', '163741.900000', '163742.360000', '163742.820000', '163743.280000', '163743.740000', '163744.200000', '163744.660000', '163745.120000', '163745.580000', '163746.040000', '163746.500000', '163746.960000', '163747.420000', '163747.880000', '163748.340000', '163748.800000', '163749.260000', '163749.720000', '163750.180000', '163750.640000', '163751.100000', '163751.560000', '163752.020000', '163752.480000', '163752.940000', '163753.400000', '163753.860000', '163754.320000', '163754.780000', '163755.240000', '163755.700000', '163756.160000', '163756.620000', '163757.080000', '163757.540000', '163758.000000', '163758.460000', '163758.920000', '163759.380000', '163759.840000', '163800.300000', '163800.760000', '163801.220000', '163801.680000', '163802.140000', '163802.600000', '163803.060000', '163803.520000', '163803.980000', '163804.440000', '163804.900000', '163805.360000', '163805.820000', '163806.280000', '163806.740000', '163807.200000', '163807.660000', '163808.120000', '163808.580000', '163809.040000', '163809.500000', '163809.960000', '163810.420000', '163810.880000', '163811.340000', '163811.800000', '163812.260000', '163812.720000', '163813.180000', '163813.640000', '163814.100000', '163814.560000', '163815.020000', '163815.480000', '163815.940000', '163816.400000', '163816.860000', '163817.320000', '163817.780000', '163818.240000', '163818.700000', '163819.160000', '163819.620000', '163820.080000', '163820.540000', '163821.000000', '163821.460000', '163821.920000', '163822.380000', '163822.840000', '163823.300000', '163823.760000', '163824.220000', '163824.680000', '163825.140000', '163825.600000', '163826.060000', '163826.520000', '163826.980000', '163827.440000', '163827.900000', '163828.360000', '163828.820000', '163829.280000', '163829.740000', '163830.200000', '163830.660000', '163831.120000', '163831.580000', '163832.040000', '163832.500000', '163832.960000', '163833.420000', '163833.880000', '163834.340000', '163834.800000', '163835.260000', '163835.720000', '163836.180000', '163836.640000', '163837.100000', '163837.560000', '163838.020000', '163838.480000', '163838.940000', '163839.400000', '163839.860000', '163840.320000', '163840.780000', '163841.240000', '163841.700000', '163842.160000', '163842.620000', '163843.080000', '163843.540000', '163844.000000', '163844.460000', '163844.920000', '163845.380000', '163845.840000', '163846.300000', '163846.760000', '163847.220000', '163847.680000', '163848.140000', '163848.600000', '163849.060000', '163849.520000', '163849.980000', '163850.440000', '163850.900000', '163851.360000', '163851.820000', '163852.280000', '163852.740000', '163853.200000', '163853.660000', '163854.120000', '163854.580000', '163855.040000', '163855.500000', '163855.960000', '163856.420000', '163856.880000', '163857.340000', '163857.800000', '163858.260000', '163858.720000', '163859.180000', '163859.640000', '163900.100000', '163900.560000', '163901.020000', '163901.480000', '163901.940000', '163902.400000', '163902.860000', '163903.320000', '163903.780000', '163904.240000', '163904.700000', '163905.160000', '163905.620000', '163906.080000', '163906.540000', '163907.000000', '163907.460000', '163907.920000', '163908.380000', '163908.840000', '163909.300000', '163909.760000', '163910.220000'], 'ContentTime': ['163017.598000', '163017.602000', '163017.604000', '163017.607000', '163017.610000', '163017.613000', '163017.616000', '163017.618000', '163017.631000', '163017.634000', '163017.637000', '163017.639000', '163017.642000', '163017.645000', '163017.648000', '163017.651000', '163017.653000', '163017.656000', '163017.659000', '163017.662000', '163017.664000', '163017.667000', '163017.670000', '163017.673000', '163017.676000', '163017.683000', '163017.686000', '163017.689000', '163017.692000', '163017.695000', '163017.698000', '163017.700000', '163017.703000', '163017.706000', '163017.709000', '163017.711000', '163017.714000', '163017.717000', '163017.720000', '163017.723000', '163017.725000', '163017.728000', '163017.731000', '163017.734000', '163017.737000', '163017.739000', '163017.742000', '163017.745000', '163017.748000', '163037.567000', '163037.570000', '163037.573000', '163037.576000', '163037.578000', '163037.581000', '163037.584000', '163037.587000', '163037.590000', '163037.592000', '163037.595000', '163037.598000', '163037.601000', '163037.603000', '163037.606000', '163037.609000', '163037.612000', '163037.616000', '163037.619000', '163037.622000', '163037.625000', '163037.628000', '163037.631000', '163037.633000', '163037.636000', '163037.639000', '163037.642000', '163037.645000', '163037.648000', '163037.650000', '163037.653000', '163037.656000', '163037.659000', '163037.662000', '163037.664000', '163037.684000', '163037.687000', '163037.690000', '163037.692000', '163037.695000', '163037.698000', '163037.708000', '163037.711000', '163057.567000', '163057.570000', '163057.573000', '163057.576000', '163057.578000', '163057.581000', '163057.584000', '163057.587000', '163057.590000', '163057.593000', '163057.678000', '163057.681000', '163057.683000', '163057.686000', '163057.689000', '163057.692000', '163057.695000', '163057.697000', '163057.703000', '163057.706000', '163057.709000', '163057.711000', '163057.720000', '163057.723000', '163057.726000', '163057.728000', '163057.731000', '163057.734000', '163057.737000', '163057.740000', '163057.743000', '163057.745000', '163057.748000', '163057.751000', '163057.754000', '163057.757000', '163057.759000', '163057.762000', '163057.765000', '163057.768000', '163057.771000', '163057.773000', '163057.776000', '163057.779000', '163117.567000', '163117.570000', '163117.573000', '163117.576000', '163117.579000', '163117.582000', '163117.584000', '163117.587000', '163117.590000', '163117.593000', '163117.596000', '163117.598000', '163117.601000', '163117.606000', '163117.609000', '163117.611000', '163117.614000', '163117.617000', '163117.620000', '163117.623000', '163117.625000', '163117.628000', '163117.631000', '163117.634000', '163117.637000', '163117.640000', '163117.642000', '163117.645000', '163117.648000', '163117.651000', '163117.654000', '163117.656000', '163117.659000', '163117.662000', '163117.665000', '163117.668000', '163117.670000', '163117.673000', '163117.676000', '163117.679000', '163117.682000', '163117.685000', '163117.687000', '163137.567000', '163137.570000', '163137.573000', '163137.576000', '163137.579000', '163137.582000', '163137.584000', '163137.587000', '163137.590000', '163137.593000', '163137.596000', '163137.598000', '163137.601000', '163137.604000', '163137.607000', '163137.610000', '163137.612000', '163137.615000', '163137.618000', '163137.621000', '163137.624000', '163137.626000', '163137.629000', '163137.632000', '163137.635000', '163137.638000', '163137.640000', '163137.643000', '163137.646000', '163137.649000', '163137.652000', '163137.655000', '163137.658000', '163137.660000', '163137.663000', '163137.671000', '163137.674000', '163137.677000', '163137.680000', '163137.682000', '163137.685000', '163137.688000', '163137.691000', '163137.694000', '163157.567000', '163157.570000', '163157.573000', '163157.576000', '163157.579000', '163157.581000', '163157.584000', '163157.587000', '163157.590000', '163157.593000', '163157.596000', '163157.598000', '163157.601000', '163157.604000', '163157.607000', '163157.610000', '163157.613000', '163157.615000', '163157.618000', '163157.621000', '163157.624000', '163157.627000', '163157.630000', '163157.633000', '163157.635000', '163157.638000', '163157.641000', '163157.644000', '163157.654000', '163157.657000', '163157.660000', '163157.663000', '163157.666000', '163157.669000', '163157.672000', '163157.674000', '163157.677000', '163157.680000', '163157.683000', '163157.686000', '163157.689000', '163157.691000', '163157.694000', '163217.567000', '163217.570000', '163217.573000', '163217.576000', '163217.579000', '163217.582000', '163217.585000', '163217.593000', '163217.596000', '163217.599000', '163217.601000', '163217.604000', '163217.607000', '163217.610000', '163217.613000', '163217.616000', '163217.619000', '163217.621000', '163217.624000', '163217.627000', '163217.630000', '163217.633000', '163217.636000', '163217.639000', '163217.641000', '163217.644000', '163217.647000', '163217.650000', '163217.653000', '163217.656000', '163217.659000', '163217.678000', '163217.681000', '163217.684000', '163217.686000', '163217.696000', '163217.699000', '163217.702000', '163217.704000', '163217.707000', '163217.710000', '163217.713000', '163217.716000', '163217.719000', '163237.567000', '163237.575000', '163237.578000', '163237.581000', '163237.583000', '163237.586000', '163237.589000', '163237.592000', '163237.595000', '163237.597000', '163237.600000', '163237.603000', '163237.606000', '163237.609000', '163237.611000', '163237.614000', '163237.617000', '163237.620000', '163237.623000', '163237.626000', '163237.628000', '163237.631000', '163237.634000', '163237.637000', '163237.640000', '163237.642000', '163237.645000', '163237.648000', '163237.651000', '163237.654000', '163237.657000', '163237.659000', '163237.662000', '163237.665000', '163237.668000', '163237.671000', '163237.674000', '163237.676000', '163237.679000', '163237.682000', '163237.685000', '163237.688000', '163237.690000', '163257.567000', '163257.570000', '163257.573000', '163257.576000', '163257.578000', '163257.581000', '163257.584000', '163257.587000', '163257.590000', '163257.593000', '163257.595000', '163257.598000', '163257.601000', '163257.604000', '163257.607000', '163257.609000', '163257.612000', '163257.615000', '163257.618000', '163257.621000', '163257.623000', '163257.626000', '163257.629000', '163257.632000', '163257.635000', '163257.638000', '163257.640000', '163257.643000', '163257.646000', '163257.649000', '163257.652000', '163257.655000', '163257.657000', '163257.660000', '163257.663000', '163257.666000', '163257.669000', '163257.671000', '163257.674000', '163257.677000', '163257.680000', '163257.683000', '163257.686000', '163257.688000', '163317.567000', '163317.570000', '163317.573000', '163317.576000', '163317.578000', '163317.581000', '163317.584000', '163317.587000', '163317.590000', '163317.592000', '163317.595000', '163317.598000', '163317.601000', '163317.604000', '163317.607000', '163317.609000', '163317.612000', '163317.615000', '163317.618000', '163317.621000', '163317.624000', '163317.627000', '163317.629000', '163317.632000', '163317.635000', '163317.638000', '163317.641000', '163317.644000', '163317.647000', '163317.650000', '163317.652000', '163317.655000', '163317.658000', '163317.661000', '163317.664000', '163317.666000', '163317.669000', '163317.672000', '163317.675000', '163317.678000', '163317.680000', '163317.683000', '163317.686000', '163337.567000', '163337.570000', '163337.573000', '163337.575000', '163337.578000', '163337.581000', '163337.584000', '163337.587000', '163337.589000', '163337.592000', '163337.595000', '163337.598000', '163337.601000', '163337.604000', '163337.606000', '163337.609000', '163337.612000', '163337.615000', '163337.618000', '163337.620000', '163337.623000', '163337.626000', '163337.629000', '163337.632000', '163337.635000', '163337.637000', '163337.640000', '163337.643000', '163337.646000', '163337.649000', '163337.652000', '163337.655000', '163337.657000', '163337.660000', '163337.663000', '163337.666000', '163337.669000', '163337.672000', '163337.674000', '163337.677000', '163337.680000', '163337.683000', '163337.686000', '163337.688000', '163357.567000', '163357.570000', '163357.573000', '163357.576000', '163357.579000', '163357.582000', '163357.584000', '163357.587000', '163357.590000', '163357.593000', '163357.596000', '163357.598000', '163357.612000', '163357.615000', '163357.618000', '163357.621000', '163357.623000', '163357.626000', '163357.629000', '163357.632000', '163357.635000', '163357.637000', '163357.640000', '163357.643000', '163357.646000', '163357.649000', '163357.652000', '163357.654000', '163357.657000', '163357.660000', '163357.663000', '163357.666000', '163357.669000', '163357.671000', '163357.674000', '163357.677000', '163357.680000', '163357.683000', '163357.685000', '163357.688000', '163357.691000', '163357.694000', '163357.697000', '163417.567000', '163417.571000', '163417.573000', '163417.576000', '163417.579000', '163417.582000', '163417.585000', '163417.588000', '163417.591000', '163417.594000', '163417.596000', '163417.599000', '163417.602000', '163417.605000', '163417.608000', '163417.611000', '163417.614000', '163417.617000', '163417.619000', '163417.622000', '163417.625000', '163417.628000', '163417.631000', '163417.634000', '163417.636000', '163417.639000', '163417.642000', '163417.645000', '163417.648000', '163417.651000', '163417.653000', '163417.656000', '163417.659000', '163417.662000', '163417.665000', '163417.667000', '163417.670000', '163417.673000', '163417.676000', '163417.679000', '163417.682000', '163417.685000', '163417.687000', '163437.567000', '163437.570000', '163437.573000', '163437.576000', '163437.579000', '163437.581000', '163437.584000', '163437.587000', '163437.590000', '163437.593000', '163437.596000', '163437.599000', '163437.602000', '163437.604000', '163437.607000', '163437.610000', '163437.613000', '163437.616000', '163437.618000', '163437.621000', '163437.624000', '163437.627000', '163437.630000', '163437.633000', '163437.636000', '163437.639000', '163437.642000', '163437.645000', '163437.647000', '163437.650000', '163437.653000', '163437.656000', '163437.659000', '163437.662000', '163437.664000', '163437.667000', '163437.670000', '163437.673000', '163437.676000', '163437.679000', '163437.682000', '163437.684000', '163437.687000', '163437.690000', '163457.568000', '163457.572000', '163457.575000', '163457.578000', '163457.581000', '163457.583000', '163457.586000', '163457.589000', '163457.592000', '163457.595000', '163457.598000', '163457.601000', '163457.604000', '163457.607000', '163457.609000', '163457.612000', '163457.615000', '163457.618000', '163457.621000', '163457.624000', '163457.626000', '163457.629000', '163457.632000', '163457.635000', '163457.638000', '163457.641000', '163457.644000', '163457.647000', '163457.649000', '163457.652000', '163457.655000', '163457.658000', '163457.661000', '163457.664000', '163457.667000', '163457.670000', '163457.673000', '163457.675000', '163457.678000', '163457.681000', '163457.684000', '163457.687000', '163457.690000', '163517.567000', '163517.570000', '163517.573000', '163517.576000', '163517.579000', '163517.582000', '163517.584000', '163517.587000', '163517.590000', '163517.593000', '163517.596000', '163517.599000', '163517.602000', '163517.605000', '163517.608000', '163517.610000', '163517.613000', '163517.616000', '163517.619000', '163517.622000', '163517.625000', '163517.627000', '163517.630000', '163517.641000', '163517.644000', '163517.647000', '163517.650000', '163517.655000', '163517.658000', '163517.661000', '163517.664000', '163517.667000', '163517.669000', '163517.672000', '163517.675000', '163517.678000', '163517.681000', '163517.684000', '163517.687000', '163517.689000', '163517.692000', '163517.695000', '163517.698000', '163517.701000', '163537.567000', '163537.570000', '163537.573000', '163537.576000', '163537.579000', '163537.582000', '163537.585000', '163537.587000', '163537.591000', '163537.594000', '163537.596000', '163537.599000', '163537.602000', '163537.605000', '163537.608000', '163537.611000', '163537.614000', '163537.617000', '163537.619000', '163537.622000', '163537.625000', '163537.628000', '163537.631000', '163537.634000', '163537.637000', '163537.640000', '163537.643000', '163537.646000', '163537.648000', '163537.651000', '163537.654000', '163537.657000', '163537.660000', '163537.663000', '163537.666000', '163537.668000', '163537.671000', '163537.674000', '163537.677000', '163537.680000', '163537.683000', '163537.686000', '163537.688000', '163557.567000', '163557.570000', '163557.573000', '163557.576000', '163557.579000', '163557.582000', '163557.585000', '163557.588000', '163557.591000', '163557.594000', '163557.597000', '163557.600000', '163557.602000', '163557.605000', '163557.608000', '163557.611000', '163557.614000', '163557.617000', '163557.620000', '163557.622000', '163557.625000', '163557.628000', '163557.631000', '163557.635000', '163557.637000', '163557.640000', '163557.643000', '163557.646000', '163557.649000', '163557.652000', '163557.655000', '163557.657000', '163557.660000', '163557.663000', '163557.666000', '163557.669000', '163557.672000', '163557.675000', '163557.677000', '163557.680000', '163557.683000', '163557.686000', '163557.689000', '163557.692000', '163617.567000', '163617.575000', '163617.578000', '163617.581000', '163617.584000', '163617.587000', '163617.589000', '163617.592000', '163617.595000', '163617.598000', '163617.601000', '163617.605000', '163617.609000', '163617.612000', '163617.615000', '163617.618000', '163617.620000', '163617.623000', '163617.626000', '163617.629000', '163617.632000', '163617.635000', '163617.637000', '163617.640000', '163617.643000', '163617.646000', '163617.648000', '163617.651000', '163617.654000', '163617.657000', '163617.660000', '163617.662000', '163617.665000', '163617.668000', '163617.671000', '163617.674000', '163617.677000', '163617.679000', '163617.682000', '163617.685000', '163617.688000', '163617.691000', '163617.694000', '163637.567000', '163637.570000', '163637.573000', '163637.576000', '163637.578000', '163637.581000', '163637.584000', '163637.587000', '163637.590000', '163637.593000', '163637.596000', '163637.598000', '163637.601000', '163637.604000', '163637.607000', '163637.610000', '163637.612000', '163637.615000', '163637.618000', '163637.621000', '163637.624000', '163637.626000', '163637.629000', '163637.632000', '163637.635000', '163637.638000', '163637.641000', '163637.643000', '163637.646000', '163637.649000', '163637.652000', '163637.655000', '163637.657000', '163637.660000', '163637.678000', '163637.681000', '163637.683000', '163637.686000', '163637.689000', '163637.692000', '163637.695000', '163637.697000', '163637.700000', '163637.703000', '163657.568000', '163657.571000', '163657.574000', '163657.577000', '163657.579000', '163657.582000', '163657.585000', '163657.588000', '163657.591000', '163657.594000', '163657.596000', '163657.599000', '163657.602000', '163657.605000', '163657.608000', '163657.611000', '163657.614000', '163657.617000', '163657.620000', '163657.623000', '163657.625000', '163657.628000', '163657.631000', '163657.634000', '163657.641000', '163657.644000', '163657.647000', '163657.650000', '163657.653000', '163657.656000', '163657.659000', '163657.661000', '163657.664000', '163657.667000', '163657.670000', '163657.673000', '163657.676000', '163657.678000', '163657.681000', '163657.684000', '163657.687000', '163657.690000', '163657.692000', '163717.567000', '163717.570000', '163717.573000', '163717.576000', '163717.579000', '163717.581000', '163717.584000', '163717.587000', '163717.590000', '163717.593000', '163717.596000', '163717.598000', '163717.601000', '163717.604000', '163717.607000', '163717.610000', '163717.613000', '163717.615000', '163717.618000', '163717.621000', '163717.624000', '163717.627000', '163717.629000', '163717.632000', '163717.635000', '163717.638000', '163717.641000', '163717.643000', '163717.646000', '163717.649000', '163717.652000', '163717.655000', '163717.658000', '163717.660000', '163717.663000', '163717.666000', '163717.669000', '163717.672000', '163717.675000', '163717.677000', '163717.680000', '163717.683000', '163717.686000', '163717.689000', '163737.567000', '163737.570000', '163737.573000', '163737.576000', '163737.579000', '163737.581000', '163737.584000', '163737.587000', '163737.593000', '163737.596000', '163737.599000', '163737.602000', '163737.605000', '163737.607000', '163737.610000', '163737.613000', '163737.616000', '163737.619000', '163737.622000', '163737.624000', '163737.627000', '163737.630000', '163737.633000', '163737.636000', '163737.639000', '163737.642000', '163737.645000', '163737.647000', '163737.650000', '163737.653000', '163737.656000', '163737.659000', '163737.662000', '163737.665000', '163737.667000', '163737.670000', '163737.673000', '163737.676000', '163737.679000', '163737.682000', '163737.684000', '163737.687000', '163737.690000', '163757.567000', '163757.570000', '163757.573000', '163757.576000', '163757.579000', '163757.581000', '163757.584000', '163757.587000', '163757.590000', '163757.593000', '163757.595000', '163757.598000', '163757.601000', '163757.604000', '163757.607000', '163757.610000', '163757.612000', '163757.615000', '163757.618000', '163757.621000', '163757.624000', '163757.626000', '163757.629000', '163757.632000', '163757.635000', '163757.638000', '163757.641000', '163757.644000', '163757.647000', '163757.650000', '163757.652000', '163757.655000', '163757.658000', '163757.661000', '163757.664000', '163757.667000', '163757.669000', '163757.672000', '163757.675000', '163757.678000', '163757.681000', '163757.683000', '163757.686000', '163757.689000', '163817.567000', '163817.570000', '163817.573000', '163817.576000', '163817.579000', '163817.582000', '163817.584000', '163817.587000', '163817.590000', '163817.593000', '163817.603000', '163817.607000', '163817.610000', '163817.612000', '163817.615000', '163817.618000', '163817.621000', '163817.624000', '163817.627000', '163817.629000', '163817.632000', '163817.635000', '163817.638000', '163817.641000', '163817.643000', '163817.646000', '163817.649000', '163817.652000', '163817.655000', '163817.658000', '163817.661000', '163817.664000', '163817.667000', '163817.670000', '163817.673000', '163817.676000', '163817.678000', '163817.681000', '163817.684000', '163817.687000', '163817.690000', '163817.693000', '163817.695000', '163837.567000', '163837.570000', '163837.573000', '163837.576000', '163837.579000', '163837.582000', '163837.584000', '163837.587000', '163837.590000', '163837.593000', '163837.596000', '163837.598000', '163837.601000', '163837.604000', '163837.607000', '163837.610000', '163837.613000', '163837.615000', '163837.618000', '163837.621000', '163837.624000', '163837.627000', '163837.630000', '163837.632000', '163837.635000', '163837.646000', '163837.649000', '163837.652000', '163837.655000', '163837.658000', '163837.661000', '163837.664000', '163837.666000', '163837.669000', '163837.672000', '163837.675000', '163837.678000', '163837.681000', '163837.684000', '163837.686000', '163837.689000', '163837.692000', '163837.695000', '163837.698000', '163857.567000', '163857.570000', '163857.573000', '163857.576000', '163857.579000', '163857.582000', '163857.584000', '163857.594000', '163857.597000', '163857.600000', '163857.603000', '163857.606000', '163857.609000', '163857.612000', '163857.614000', '163857.617000', '163857.620000', '163857.623000', '163857.626000', '163857.629000', '163857.632000', '163857.634000', '163857.637000', '163857.640000', '163857.643000', '163857.646000', '163857.649000', '163857.651000', '163857.654000', '163857.657000', '163857.660000', '163857.663000', '163857.666000', '163857.669000', '163857.672000', '163857.675000', '163857.678000', '163857.680000', '163857.683000', '163857.686000', '163857.689000', '163857.692000', '163857.695000', '163911.087000', '163911.090000', '163911.093000', '163911.097000', '163911.100000', '163911.103000', '163911.105000', '163911.108000', '163911.111000', '163911.114000', '163911.117000', '163911.120000', '163911.122000', '163911.125000', '163911.128000', '163911.131000', '163911.134000', '163911.137000', '163911.140000', '163911.143000', '163911.146000', '163911.148000', '163911.151000', '163911.154000', '163911.157000', '163911.160000', '163911.163000', '163911.166000', '163911.169000', '163911.171000'], 'InstanceCreationTime': ['163017.598000', '163017.602000', '163017.604000', '163017.607000', '163017.610000', '163017.613000', '163017.616000', '163017.618000', '163017.631000', '163017.634000', '163017.637000', '163017.639000', '163017.642000', '163017.645000', '163017.648000', '163017.651000', '163017.653000', '163017.656000', '163017.659000', '163017.662000', '163017.664000', '163017.667000', '163017.670000', '163017.673000', '163017.676000', '163017.683000', '163017.686000', '163017.689000', '163017.692000', '163017.695000', '163017.698000', '163017.700000', '163017.703000', '163017.706000', '163017.709000', '163017.711000', '163017.714000', '163017.717000', '163017.720000', '163017.723000', '163017.725000', '163017.728000', '163017.731000', '163017.734000', '163017.737000', '163017.739000', '163017.742000', '163017.745000', '163017.748000', '163037.567000', '163037.570000', '163037.573000', '163037.576000', '163037.578000', '163037.581000', '163037.584000', '163037.587000', '163037.590000', '163037.592000', '163037.595000', '163037.598000', '163037.601000', '163037.603000', '163037.606000', '163037.609000', '163037.612000', '163037.616000', '163037.619000', '163037.622000', '163037.625000', '163037.628000', '163037.631000', '163037.633000', '163037.636000', '163037.639000', '163037.642000', '163037.645000', '163037.648000', '163037.650000', '163037.653000', '163037.656000', '163037.659000', '163037.662000', '163037.664000', '163037.684000', '163037.687000', '163037.690000', '163037.692000', '163037.695000', '163037.698000', '163037.708000', '163037.711000', '163057.567000', '163057.570000', '163057.573000', '163057.576000', '163057.578000', '163057.581000', '163057.584000', '163057.587000', '163057.590000', '163057.593000', '163057.678000', '163057.681000', '163057.683000', '163057.686000', '163057.689000', '163057.692000', '163057.695000', '163057.697000', '163057.703000', '163057.706000', '163057.709000', '163057.711000', '163057.720000', '163057.723000', '163057.726000', '163057.728000', '163057.731000', '163057.734000', '163057.737000', '163057.740000', '163057.743000', '163057.745000', '163057.748000', '163057.751000', '163057.754000', '163057.757000', '163057.759000', '163057.762000', '163057.765000', '163057.768000', '163057.771000', '163057.773000', '163057.776000', '163057.779000', '163117.567000', '163117.570000', '163117.573000', '163117.576000', '163117.579000', '163117.582000', '163117.584000', '163117.587000', '163117.590000', '163117.593000', '163117.596000', '163117.598000', '163117.601000', '163117.606000', '163117.609000', '163117.611000', '163117.614000', '163117.617000', '163117.620000', '163117.623000', '163117.625000', '163117.628000', '163117.631000', '163117.634000', '163117.637000', '163117.640000', '163117.642000', '163117.645000', '163117.648000', '163117.651000', '163117.654000', '163117.656000', '163117.659000', '163117.662000', '163117.665000', '163117.668000', '163117.670000', '163117.673000', '163117.676000', '163117.679000', '163117.682000', '163117.685000', '163117.687000', '163137.567000', '163137.570000', '163137.573000', '163137.576000', '163137.579000', '163137.582000', '163137.584000', '163137.587000', '163137.590000', '163137.593000', '163137.596000', '163137.598000', '163137.601000', '163137.604000', '163137.607000', '163137.610000', '163137.612000', '163137.615000', '163137.618000', '163137.621000', '163137.624000', '163137.626000', '163137.629000', '163137.632000', '163137.635000', '163137.638000', '163137.640000', '163137.643000', '163137.646000', '163137.649000', '163137.652000', '163137.655000', '163137.658000', '163137.660000', '163137.663000', '163137.671000', '163137.674000', '163137.677000', '163137.680000', '163137.682000', '163137.685000', '163137.688000', '163137.691000', '163137.694000', '163157.567000', '163157.570000', '163157.573000', '163157.576000', '163157.579000', '163157.581000', '163157.584000', '163157.587000', '163157.590000', '163157.593000', '163157.596000', '163157.598000', '163157.601000', '163157.604000', '163157.607000', '163157.610000', '163157.613000', '163157.615000', '163157.618000', '163157.621000', '163157.624000', '163157.627000', '163157.630000', '163157.633000', '163157.635000', '163157.638000', '163157.641000', '163157.644000', '163157.654000', '163157.657000', '163157.660000', '163157.663000', '163157.666000', '163157.669000', '163157.672000', '163157.674000', '163157.677000', '163157.680000', '163157.683000', '163157.686000', '163157.689000', '163157.691000', '163157.694000', '163217.567000', '163217.570000', '163217.573000', '163217.576000', '163217.579000', '163217.582000', '163217.585000', '163217.593000', '163217.596000', '163217.599000', '163217.601000', '163217.604000', '163217.607000', '163217.610000', '163217.613000', '163217.616000', '163217.619000', '163217.621000', '163217.624000', '163217.627000', '163217.630000', '163217.633000', '163217.636000', '163217.639000', '163217.641000', '163217.644000', '163217.647000', '163217.650000', '163217.653000', '163217.656000', '163217.659000', '163217.678000', '163217.681000', '163217.684000', '163217.686000', '163217.696000', '163217.699000', '163217.702000', '163217.704000', '163217.707000', '163217.710000', '163217.713000', '163217.716000', '163217.719000', '163237.567000', '163237.575000', '163237.578000', '163237.581000', '163237.583000', '163237.586000', '163237.589000', '163237.592000', '163237.595000', '163237.597000', '163237.600000', '163237.603000', '163237.606000', '163237.609000', '163237.611000', '163237.614000', '163237.617000', '163237.620000', '163237.623000', '163237.626000', '163237.628000', '163237.631000', '163237.634000', '163237.637000', '163237.640000', '163237.642000', '163237.645000', '163237.648000', '163237.651000', '163237.654000', '163237.657000', '163237.659000', '163237.662000', '163237.665000', '163237.668000', '163237.671000', '163237.674000', '163237.676000', '163237.679000', '163237.682000', '163237.685000', '163237.688000', '163237.690000', '163257.567000', '163257.570000', '163257.573000', '163257.576000', '163257.578000', '163257.581000', '163257.584000', '163257.587000', '163257.590000', '163257.593000', '163257.595000', '163257.598000', '163257.601000', '163257.604000', '163257.607000', '163257.609000', '163257.612000', '163257.615000', '163257.618000', '163257.621000', '163257.623000', '163257.626000', '163257.629000', '163257.632000', '163257.635000', '163257.638000', '163257.640000', '163257.643000', '163257.646000', '163257.649000', '163257.652000', '163257.655000', '163257.657000', '163257.660000', '163257.663000', '163257.666000', '163257.669000', '163257.671000', '163257.674000', '163257.677000', '163257.680000', '163257.683000', '163257.686000', '163257.688000', '163317.567000', '163317.570000', '163317.573000', '163317.576000', '163317.578000', '163317.581000', '163317.584000', '163317.587000', '163317.590000', '163317.592000', '163317.595000', '163317.598000', '163317.601000', '163317.604000', '163317.607000', '163317.609000', '163317.612000', '163317.615000', '163317.618000', '163317.621000', '163317.624000', '163317.627000', '163317.629000', '163317.632000', '163317.635000', '163317.638000', '163317.641000', '163317.644000', '163317.647000', '163317.650000', '163317.652000', '163317.655000', '163317.658000', '163317.661000', '163317.664000', '163317.666000', '163317.669000', '163317.672000', '163317.675000', '163317.678000', '163317.680000', '163317.683000', '163317.686000', '163337.567000', '163337.570000', '163337.573000', '163337.575000', '163337.578000', '163337.581000', '163337.584000', '163337.587000', '163337.589000', '163337.592000', '163337.595000', '163337.598000', '163337.601000', '163337.604000', '163337.606000', '163337.609000', '163337.612000', '163337.615000', '163337.618000', '163337.620000', '163337.623000', '163337.626000', '163337.629000', '163337.632000', '163337.635000', '163337.637000', '163337.640000', '163337.643000', '163337.646000', '163337.649000', '163337.652000', '163337.655000', '163337.657000', '163337.660000', '163337.663000', '163337.666000', '163337.669000', '163337.672000', '163337.674000', '163337.677000', '163337.680000', '163337.683000', '163337.686000', '163337.688000', '163357.567000', '163357.570000', '163357.573000', '163357.576000', '163357.579000', '163357.582000', '163357.584000', '163357.587000', '163357.590000', '163357.593000', '163357.596000', '163357.598000', '163357.612000', '163357.615000', '163357.618000', '163357.621000', '163357.623000', '163357.626000', '163357.629000', '163357.632000', '163357.635000', '163357.637000', '163357.640000', '163357.643000', '163357.646000', '163357.649000', '163357.652000', '163357.654000', '163357.657000', '163357.660000', '163357.663000', '163357.666000', '163357.669000', '163357.671000', '163357.674000', '163357.677000', '163357.680000', '163357.683000', '163357.685000', '163357.688000', '163357.691000', '163357.694000', '163357.697000', '163417.567000', '163417.571000', '163417.573000', '163417.576000', '163417.579000', '163417.582000', '163417.585000', '163417.588000', '163417.591000', '163417.594000', '163417.596000', '163417.599000', '163417.602000', '163417.605000', '163417.608000', '163417.611000', '163417.614000', '163417.617000', '163417.619000', '163417.622000', '163417.625000', '163417.628000', '163417.631000', '163417.634000', '163417.636000', '163417.639000', '163417.642000', '163417.645000', '163417.648000', '163417.651000', '163417.653000', '163417.656000', '163417.659000', '163417.662000', '163417.665000', '163417.667000', '163417.670000', '163417.673000', '163417.676000', '163417.679000', '163417.682000', '163417.685000', '163417.687000', '163437.567000', '163437.570000', '163437.573000', '163437.576000', '163437.579000', '163437.581000', '163437.584000', '163437.587000', '163437.590000', '163437.593000', '163437.596000', '163437.599000', '163437.602000', '163437.604000', '163437.607000', '163437.610000', '163437.613000', '163437.616000', '163437.618000', '163437.621000', '163437.624000', '163437.627000', '163437.630000', '163437.633000', '163437.636000', '163437.639000', '163437.642000', '163437.645000', '163437.647000', '163437.650000', '163437.653000', '163437.656000', '163437.659000', '163437.662000', '163437.664000', '163437.667000', '163437.670000', '163437.673000', '163437.676000', '163437.679000', '163437.682000', '163437.684000', '163437.687000', '163437.690000', '163457.568000', '163457.572000', '163457.575000', '163457.578000', '163457.581000', '163457.583000', '163457.586000', '163457.589000', '163457.592000', '163457.595000', '163457.598000', '163457.601000', '163457.604000', '163457.607000', '163457.609000', '163457.612000', '163457.615000', '163457.618000', '163457.621000', '163457.624000', '163457.626000', '163457.629000', '163457.632000', '163457.635000', '163457.638000', '163457.641000', '163457.644000', '163457.647000', '163457.649000', '163457.652000', '163457.655000', '163457.658000', '163457.661000', '163457.664000', '163457.667000', '163457.670000', '163457.673000', '163457.675000', '163457.678000', '163457.681000', '163457.684000', '163457.687000', '163457.690000', '163517.567000', '163517.570000', '163517.573000', '163517.576000', '163517.579000', '163517.582000', '163517.584000', '163517.587000', '163517.590000', '163517.593000', '163517.596000', '163517.599000', '163517.602000', '163517.605000', '163517.608000', '163517.610000', '163517.613000', '163517.616000', '163517.619000', '163517.622000', '163517.625000', '163517.627000', '163517.630000', '163517.641000', '163517.644000', '163517.647000', '163517.650000', '163517.655000', '163517.658000', '163517.661000', '163517.664000', '163517.667000', '163517.669000', '163517.672000', '163517.675000', '163517.678000', '163517.681000', '163517.684000', '163517.687000', '163517.689000', '163517.692000', '163517.695000', '163517.698000', '163517.701000', '163537.567000', '163537.570000', '163537.573000', '163537.576000', '163537.579000', '163537.582000', '163537.585000', '163537.587000', '163537.591000', '163537.594000', '163537.596000', '163537.599000', '163537.602000', '163537.605000', '163537.608000', '163537.611000', '163537.614000', '163537.617000', '163537.619000', '163537.622000', '163537.625000', '163537.628000', '163537.631000', '163537.634000', '163537.637000', '163537.640000', '163537.643000', '163537.646000', '163537.648000', '163537.651000', '163537.654000', '163537.657000', '163537.660000', '163537.663000', '163537.666000', '163537.668000', '163537.671000', '163537.674000', '163537.677000', '163537.680000', '163537.683000', '163537.686000', '163537.688000', '163557.567000', '163557.570000', '163557.573000', '163557.576000', '163557.579000', '163557.582000', '163557.585000', '163557.588000', '163557.591000', '163557.594000', '163557.597000', '163557.600000', '163557.602000', '163557.605000', '163557.608000', '163557.611000', '163557.614000', '163557.617000', '163557.620000', '163557.622000', '163557.625000', '163557.628000', '163557.631000', '163557.635000', '163557.637000', '163557.640000', '163557.643000', '163557.646000', '163557.649000', '163557.652000', '163557.655000', '163557.657000', '163557.660000', '163557.663000', '163557.666000', '163557.669000', '163557.672000', '163557.675000', '163557.677000', '163557.680000', '163557.683000', '163557.686000', '163557.689000', '163557.692000', '163617.567000', '163617.575000', '163617.578000', '163617.581000', '163617.584000', '163617.587000', '163617.589000', '163617.592000', '163617.595000', '163617.598000', '163617.601000', '163617.605000', '163617.609000', '163617.612000', '163617.615000', '163617.618000', '163617.620000', '163617.623000', '163617.626000', '163617.629000', '163617.632000', '163617.635000', '163617.637000', '163617.640000', '163617.643000', '163617.646000', '163617.648000', '163617.651000', '163617.654000', '163617.657000', '163617.660000', '163617.662000', '163617.665000', '163617.668000', '163617.671000', '163617.674000', '163617.677000', '163617.679000', '163617.682000', '163617.685000', '163617.688000', '163617.691000', '163617.694000', '163637.567000', '163637.570000', '163637.573000', '163637.576000', '163637.578000', '163637.581000', '163637.584000', '163637.587000', '163637.590000', '163637.593000', '163637.596000', '163637.598000', '163637.601000', '163637.604000', '163637.607000', '163637.610000', '163637.612000', '163637.615000', '163637.618000', '163637.621000', '163637.624000', '163637.626000', '163637.629000', '163637.632000', '163637.635000', '163637.638000', '163637.641000', '163637.643000', '163637.646000', '163637.649000', '163637.652000', '163637.655000', '163637.657000', '163637.660000', '163637.678000', '163637.681000', '163637.683000', '163637.686000', '163637.689000', '163637.692000', '163637.695000', '163637.697000', '163637.700000', '163637.703000', '163657.568000', '163657.571000', '163657.574000', '163657.577000', '163657.579000', '163657.582000', '163657.585000', '163657.588000', '163657.591000', '163657.594000', '163657.596000', '163657.599000', '163657.602000', '163657.605000', '163657.608000', '163657.611000', '163657.614000', '163657.617000', '163657.620000', '163657.623000', '163657.625000', '163657.628000', '163657.631000', '163657.634000', '163657.641000', '163657.644000', '163657.647000', '163657.650000', '163657.653000', '163657.656000', '163657.659000', '163657.661000', '163657.664000', '163657.667000', '163657.670000', '163657.673000', '163657.676000', '163657.678000', '163657.681000', '163657.684000', '163657.687000', '163657.690000', '163657.692000', '163717.567000', '163717.570000', '163717.573000', '163717.576000', '163717.579000', '163717.581000', '163717.584000', '163717.587000', '163717.590000', '163717.593000', '163717.596000', '163717.598000', '163717.601000', '163717.604000', '163717.607000', '163717.610000', '163717.613000', '163717.615000', '163717.618000', '163717.621000', '163717.624000', '163717.627000', '163717.629000', '163717.632000', '163717.635000', '163717.638000', '163717.641000', '163717.643000', '163717.646000', '163717.649000', '163717.652000', '163717.655000', '163717.658000', '163717.660000', '163717.663000', '163717.666000', '163717.669000', '163717.672000', '163717.675000', '163717.677000', '163717.680000', '163717.683000', '163717.686000', '163717.689000', '163737.567000', '163737.570000', '163737.573000', '163737.576000', '163737.579000', '163737.581000', '163737.584000', '163737.587000', '163737.593000', '163737.596000', '163737.599000', '163737.602000', '163737.605000', '163737.607000', '163737.610000', '163737.613000', '163737.616000', '163737.619000', '163737.622000', '163737.624000', '163737.627000', '163737.630000', '163737.633000', '163737.636000', '163737.639000', '163737.642000', '163737.645000', '163737.647000', '163737.650000', '163737.653000', '163737.656000', '163737.659000', '163737.662000', '163737.665000', '163737.667000', '163737.670000', '163737.673000', '163737.676000', '163737.679000', '163737.682000', '163737.684000', '163737.687000', '163737.690000', '163757.567000', '163757.570000', '163757.573000', '163757.576000', '163757.579000', '163757.581000', '163757.584000', '163757.587000', '163757.590000', '163757.593000', '163757.595000', '163757.598000', '163757.601000', '163757.604000', '163757.607000', '163757.610000', '163757.612000', '163757.615000', '163757.618000', '163757.621000', '163757.624000', '163757.626000', '163757.629000', '163757.632000', '163757.635000', '163757.638000', '163757.641000', '163757.644000', '163757.647000', '163757.650000', '163757.652000', '163757.655000', '163757.658000', '163757.661000', '163757.664000', '163757.667000', '163757.669000', '163757.672000', '163757.675000', '163757.678000', '163757.681000', '163757.683000', '163757.686000', '163757.689000', '163817.567000', '163817.570000', '163817.573000', '163817.576000', '163817.579000', '163817.582000', '163817.584000', '163817.587000', '163817.590000', '163817.593000', '163817.603000', '163817.607000', '163817.610000', '163817.612000', '163817.615000', '163817.618000', '163817.621000', '163817.624000', '163817.627000', '163817.629000', '163817.632000', '163817.635000', '163817.638000', '163817.641000', '163817.643000', '163817.646000', '163817.649000', '163817.652000', '163817.655000', '163817.658000', '163817.661000', '163817.664000', '163817.667000', '163817.670000', '163817.673000', '163817.676000', '163817.678000', '163817.681000', '163817.684000', '163817.687000', '163817.690000', '163817.693000', '163817.695000', '163837.567000', '163837.570000', '163837.573000', '163837.576000', '163837.579000', '163837.582000', '163837.584000', '163837.587000', '163837.590000', '163837.593000', '163837.596000', '163837.598000', '163837.601000', '163837.604000', '163837.607000', '163837.610000', '163837.613000', '163837.615000', '163837.618000', '163837.621000', '163837.624000', '163837.627000', '163837.630000', '163837.632000', '163837.635000', '163837.646000', '163837.649000', '163837.652000', '163837.655000', '163837.658000', '163837.661000', '163837.664000', '163837.666000', '163837.669000', '163837.672000', '163837.675000', '163837.678000', '163837.681000', '163837.684000', '163837.686000', '163837.689000', '163837.692000', '163837.695000', '163837.698000', '163857.567000', '163857.570000', '163857.573000', '163857.576000', '163857.579000', '163857.582000', '163857.584000', '163857.594000', '163857.597000', '163857.600000', '163857.603000', '163857.606000', '163857.609000', '163857.612000', '163857.614000', '163857.617000', '163857.620000', '163857.623000', '163857.626000', '163857.629000', '163857.632000', '163857.634000', '163857.637000', '163857.640000', '163857.643000', '163857.646000', '163857.649000', '163857.651000', '163857.654000', '163857.657000', '163857.660000', '163857.663000', '163857.666000', '163857.669000', '163857.672000', '163857.675000', '163857.678000', '163857.680000', '163857.683000', '163857.686000', '163857.689000', '163857.692000', '163857.695000', '163911.087000', '163911.090000', '163911.093000', '163911.097000', '163911.100000', '163911.103000', '163911.105000', '163911.108000', '163911.111000', '163911.114000', '163911.117000', '163911.120000', '163911.122000', '163911.125000', '163911.128000', '163911.131000', '163911.134000', '163911.137000', '163911.140000', '163911.143000', '163911.146000', '163911.148000', '163911.151000', '163911.154000', '163911.157000', '163911.160000', '163911.163000', '163911.166000', '163911.169000', '163911.171000'], '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': [10495, 19690, 13220, 17056, 10470, 12568, 10369, 13561, 10031, 13645, 9673, 10416, 11280, 10577, 15293, 10351, 13821, 9500, 10504, 10608, 10320, 12425, 10113, 12200, 9663, 10067, 9152, 8967, 10093, 10719, 14438, 10585, 12367, 10061, 10600, 9446, 9576, 9756, 10323, 10535, 10513, 11661, 10321, 12920, 10027, 11048, 10029, 10835, 18089, 10468, 16605, 10209, 12226, 10101, 12133, 9820, 12835, 9167, 10187, 9292, 10714, 9648, 10283, 9742, 10086, 9946, 10515, 17368, 10341, 16574, 10274, 15414, 10619, 14505, 9700, 10899, 9799, 10638, 15926, 10948, 14062, 10549, 14739, 10481, 17810, 10545, 15759, 10333, 12590, 9910, 14224, 9624, 10439, 9756, 10965, 14758, 10326, 15247, 10374, 12636, 10322, 12816, 10189, 13200, 9665, 10252, 9507, 9387, 9525, 10886, 12157, 10645, 12654, 10446, 13520, 10366, 16385, 10346, 14730, 10312, 13241, 10075, 16440, 10102, 11965, 9731, 11825, 9638, 12186, 10364, 8720, 10289, 12849, 10068, 15391, 8533, 9992, 10577, 16436, 12930, 16996, 11988, 15952, 10318, 17342, 11489, 17932, 9656, 14329, 10266, 12395, 9829, 15432, 9837, 11110, 10187, 10003, 11399, 10320, 14702, 9541, 13546, 9377, 13122, 10482, 12763, 9648, 14181, 9404, 11644, 10385, 12372, 9742, 17696, 10162, 14799, 9184, 10859, 10131, 9741, 13918, 9930, 16144, 10204, 14674, 10041, 17908, 13401, 13380, 9907, 11828, 18717, 11591, 19330, 10416, 13955, 10099, 11951, 9256, 10888, 10094, 10227, 12740, 10221, 12403, 10154, 13482, 9432, 10028, 9711, 10574, 10431, 10450, 9871, 10383, 13503, 10591, 12004, 10242, 15877, 9902, 12286, 10435, 11317, 10148, 15923, 9824, 12302, 9802, 10126, 10303, 10502, 12017, 11090, 14911, 10449, 15258, 10056, 14650, 10334, 13576, 10523, 13561, 9965, 11108, 11749, 10973, 16645, 10373, 14448, 10258, 12690, 10462, 15107, 10477, 13030, 10453, 15523, 10638, 13534, 10484, 13113, 10464, 12264, 10145, 11075, 11563, 10993, 11956, 10756, 15350, 10200, 16090, 9798, 13908, 10317, 12133, 9691, 10967, 10177, 9920, 10093, 10108, 12993, 10481, 14722, 9989, 12483, 9601, 12802, 10249, 11366, 9509, 10945, 10331, 9716, 10236, 9576, 9980, 10190, 9765, 10078, 10126, 9098, 11836, 11715, 9735, 11724, 10174, 10310, 10035, 13810, 9668, 17489, 10134, 17901, 10572, 18067, 11146, 18533, 11943, 16106, 10072, 12510, 9369, 15297, 9512, 11131, 10229, 10304, 11767, 10349, 17162, 9783, 14467, 10131, 12505, 10034, 14473, 9911, 15231, 10003, 13202, 9449, 12388, 12105, 11313, 9742, 11055, 9929, 10543, 19711, 10800, 16247, 9813, 13837, 9253, 16947, 9366, 12590, 9602, 15767, 9408, 16571, 9248, 12706, 9269, 10366, 18094, 11868, 16044, 9625, 14638, 10258, 14160, 10208, 15215, 9911, 10455, 9162, 9625, 9129, 9819, 9608, 10087, 9895, 10641, 15719, 10338, 17721, 10106, 12378, 9331, 10982, 8963, 11164, 9165, 9572, 8936, 10072, 9647, 10345, 10369, 10108, 15069, 10233, 18240, 9507, 13266, 9866, 12332, 9686, 17011, 9719, 10977, 9781, 9979, 15357, 9924, 17884, 9797, 14028, 10686, 12549, 9744, 10926, 9538, 10786, 9763, 10049, 16325, 10226, 13773, 9801, 11393, 9921, 11626, 9682, 11310, 9636, 10418, 13843, 9533, 13883, 9728, 18454, 9768, 8816, 9647, 11362, 9886, 9805, 9908, 11943, 13161, 13703, 9839, 16457, 10152, 12562, 9702, 13444, 10016, 10369, 9657, 10058, 12005, 9334, 13091, 9508, 10557, 9211, 11015, 9183, 9605, 8982, 8516, 14551, 9010, 10255, 8715, 12254, 8888, 11304, 9915, 11367, 9093, 8770, 9165, 9235, 10722, 9387, 14554, 9259, 16112, 9679, 17316, 9246, 11234, 8958, 9419, 19235, 10568, 16490, 9310, 14008, 9901, 12380, 9270, 11144, 8690, 9159, 8486, 8968, 15280, 8956, 14139, 8872, 12961, 9329, 15930, 9351, 14615, 9979, 11401, 9579, 12480, 9513, 10154, 8937, 8951, 8863, 9410, 11527, 10391, 18620, 8771, 13054, 9053, 14748, 8952, 12181, 8618, 9347, 8314, 9073, 8026, 8658, 11460, 8268, 14053, 9107, 11912, 9158, 10893, 9373, 11968, 8783, 9886, 8389, 9373, 8281, 8586, 9075, 9244, 9514, 8554, 11935, 9183, 11903, 8948, 12151, 9327, 14541, 9863, 11746, 8796, 10203, 9027, 10266, 8237, 9220, 7804, 9239, 9168, 8548, 8494, 8959, 11397, 8515, 15681, 9572, 13304, 8637, 12762, 8507, 15140, 9084, 14973, 8997, 12281, 9411, 14961, 9043, 12751, 9308, 11475, 8931, 14655, 10995, 10833, 8333, 9488, 8893, 10465, 8777, 8232, 9002, 8964, 9434, 10176, 9065, 10410, 8857, 13512, 11674, 11401, 16449, 10638, 17002, 10257, 16052, 8995, 11514, 8687, 10178, 11782, 9570, 11235, 9818, 12057, 9232, 14330, 9288, 15392, 9338, 12039, 9491, 12722, 8251, 12636, 8353, 10049, 8698, 10007, 8419, 9054, 8458, 9633, 10040, 9389, 15580, 10078, 15118, 9399, 13319, 9435, 13692, 9562, 8967, 9635, 10439, 9624, 13618, 9553, 17056, 10501, 15078, 9278, 14807, 9787, 13189, 9767, 12461, 10070, 9214, 11621, 9435, 14510, 9528, 15054, 9151, 11289, 9398, 12177, 11668, 10645, 9495, 9901, 11734, 9931, 17846, 9645, 14939, 9335, 12521, 9043, 15033, 9403, 11909, 8871, 11371, 9709, 14969, 9520, 11250, 8732, 11377, 8777, 11253, 10360, 9552, 8961, 10454, 14153, 9603, 17636, 9425, 15152, 9255, 17155, 9727, 13650, 9621, 12661, 9029, 16842, 9194, 10565, 7868, 11373, 9492, 11371, 10366, 9079, 8978, 10428, 14439, 10986, 13030, 10004, 17408, 9211, 16739, 9380, 13816, 8957, 11574, 8969, 13002, 8596, 9380, 9435, 9752, 12014, 9665, 14623, 9142, 11617, 8952, 13431, 8954, 13312, 8729, 11534, 8871, 13679, 8839, 11373, 9163, 11495, 9115, 13774, 8587, 9881, 9908, 10120, 12046, 9884, 11109, 9414, 16292, 9209, 16292, 9457, 14725, 9433, 12640, 9149, 15676, 9536, 13325, 9233, 13439, 8970, 16151, 8969, 12541, 9213, 15074, 8679, 14940, 8700, 10320, 8578, 13685, 8192, 10638, 8172, 9109, 8964, 12163, 9788, 9166, 10383, 9064, 9747, 11740, 9858, 9263, 8775, 10595, 15744, 11163, 9828, 10452, 13213, 10220, 8574, 8541, 8136, 10913, 8565, 10497, 9128, 11158, 8910, 9217, 11631, 9661, 11851, 12886, 14648, 15150, 13001, 9353, 10060, 8948, 11683, 8282, 15738, 9032, 9910, 8300, 11173, 8126, 16958, 8855, 14638, 9463, 11533, 9546, 12774, 8277, 11112, 9065, 9969, 9164, 11905, 8235, 11771, 9173, 10408, 9366, 12454, 8915, 11352, 9021, 11480, 8235, 16109, 10042, 11044, 8627, 10685, 8753, 11165, 8525, 9366, 8593, 11779, 16403, 13135, 12937, 10660, 12077, 11247, 19705, 11809, 17158, 9664, 14864, 9309, 17985, 9718, 14709, 8720, 12763, 8274, 14548, 9934, 12992, 8410, 9748, 8432, 13979, 8514, 13351, 8100, 11305, 8556, 13885, 10101, 13276, 8660, 9810, 8966, 10724, 12469, 10481, 9416, 9834, 9448, 10762, 17816, 9549, 13783, 9637, 10296, 10167, 10403, 10194, 10284, 12998, 8722, 10466, 9358, 11503, 8974, 14876, 10862, 9709, 8797, 9447, 13806, 9156, 16735, 8561, 13593, 8900, 12724, 9228, 13497, 9104, 10602, 9242, 12086, 8501, 11777, 8304, 9411, 8837, 11928, 8428, 10462, 8581, 9168, 8814, 10267, 9137, 14777, 11405, 11641, 9625, 10667, 9226, 9809, 9262, 15618, 8945, 16932, 9193, 15030, 9634, 14849, 9239, 11766, 15805, 10412, 17878, 11208, 18109, 9474, 15276, 9198, 13647, 8138, 16005, 8501, 12647, 9080, 11199, 9190, 11747, 9122, 16652, 10300, 15837, 9568, 14918, 9365, 13676, 9010, 16498, 9161, 12370, 9537, 11710, 9079, 10302, 9529, 9373, 15186, 9183, 13433, 8644, 12949, 9087, 12519, 9607, 15148, 9455, 11492, 8608, 10971, 9445, 13250, 9245, 9239, 9617, 9291, 9588, 9229, 16512, 9178, 15231, 9395, 12527, 9926, 12604, 8445, 13745, 8822, 11038, 8978, 11018, 9643, 8850, 16878, 9337, 14823, 9175, 13199, 9057, 13055, 9619, 13588, 9992, 10960, 9333, 11392, 9368, 10904, 9456, 9273, 9740, 11133, 9263, 9696, 9433, 9055, 9485, 11215, 15507, 10045, 11106, 9497, 14528, 8725, 18060, 10924, 17270, 9203, 14602, 8861, 13758, 9203, 16449, 9525, 12601, 9520, 11675, 9125, 12899, 9009, 9816, 9288, 9387, 9472, 10190, 9597, 8660, 9550, 9172, 14450, 9355, 12830, 8494, 9528, 8821, 10001, 12114, 9229, 15526, 9571, 14109, 8365, 15227, 10379, 16127, 9560, 17430, 8625, 16629, 9532, 17651, 10885, 13610, 9333, 10768, 9710, 10183, 10363, 12207, 9929, 9657, 9772, 9269, 11323, 8850, 17267, 9269, 15271, 9209, 12503, 9875, 12683, 8573, 12615, 9401, 9335, 9902, 10046, 9508, 9203, 9568, 9446, 9366, 9339, 11355, 9021, 12813, 8816, 10271, 8740, 13619, 10308, 17448, 9647, 13564, 8468, 11715, 10065, 10470, 9439, 9880, 8986, 10130, 10943], 'WindowCenter': [4316.0, 4352.0, 4307.0, 4315.0, 4273.0, 4282.0, 4274.0, 4291.0, 4259.0, 4293.0, 4250.0, 4271.0, 4270.0, 4272.0, 4299.0, 4260.0, 4289.0, 4250.0, 4261.0, 4257.0, 4260.0, 4268.0, 4258.0, 4282.0, 4248.0, 4249.0, 4236.0, 4239.0, 4258.0, 4259.0, 4289.0, 4259.0, 4279.0, 4258.0, 4272.0, 4248.0, 4249.0, 4248.0, 4259.0, 4258.0, 4269.0, 4281.0, 4260.0, 4288.0, 4259.0, 4269.0, 4258.0, 4272.0, 4308.0, 4257.0, 4298.0, 4259.0, 4278.0, 4259.0, 4280.0, 4259.0, 4290.0, 4260.0, 4270.0, 4262.0, 4271.0, 4261.0, 4271.0, 4261.0, 4271.0, 4271.0, 4282.0, 4311.0, 4271.0, 4309.0, 4270.0, 4311.0, 4269.0, 4298.0, 4248.0, 4269.0, 4259.0, 4271.0, 4298.0, 4270.0, 4287.0, 4269.0, 4299.0, 4269.0, 4310.0, 4269.0, 4297.0, 4258.0, 4279.0, 4258.0, 4289.0, 4247.0, 4268.0, 4258.0, 4271.0, 4298.0, 4259.0, 4298.0, 4259.0, 4279.0, 4259.0, 4288.0, 4269.0, 4289.0, 4259.0, 4269.0, 4248.0, 4250.0, 4258.0, 4280.0, 4280.0, 4270.0, 4289.0, 4271.0, 4302.0, 4271.0, 4310.0, 4271.0, 4297.0, 4272.0, 4290.0, 4269.0, 4310.0, 4271.0, 4279.0, 4261.0, 4280.0, 4261.0, 4292.0, 4285.0, 4263.0, 4285.0, 4316.0, 4283.0, 4313.0, 4263.0, 4274.0, 4285.0, 4324.0, 4304.0, 4323.0, 4294.0, 4310.0, 4271.0, 4321.0, 4271.0, 4311.0, 4260.0, 4300.0, 4270.0, 4290.0, 4258.0, 4301.0, 4257.0, 4280.0, 4268.0, 4272.0, 4279.0, 4284.0, 4314.0, 4260.0, 4288.0, 4262.0, 4290.0, 4269.0, 4279.0, 4249.0, 4301.0, 4248.0, 4279.0, 4272.0, 4292.0, 4261.0, 4311.0, 4273.0, 4301.0, 4273.0, 4279.0, 4272.0, 4260.0, 4303.0, 4273.0, 4313.0, 4272.0, 4303.0, 4261.0, 4310.0, 4289.0, 4289.0, 4247.0, 4268.0, 4308.0, 4268.0, 4308.0, 4258.0, 4285.0, 4257.0, 4268.0, 4246.0, 4267.0, 4256.0, 4258.0, 4274.0, 4257.0, 4277.0, 4258.0, 4276.0, 4246.0, 4246.0, 4246.0, 4269.0, 4257.0, 4258.0, 4258.0, 4269.0, 4288.0, 4271.0, 4290.0, 4271.0, 4312.0, 4271.0, 4281.0, 4273.0, 4282.0, 4271.0, 4313.0, 4262.0, 4291.0, 4260.0, 4272.0, 4271.0, 4271.0, 4280.0, 4281.0, 4299.0, 4273.0, 4302.0, 4260.0, 4290.0, 4259.0, 4292.0, 4258.0, 4292.0, 4260.0, 4283.0, 4295.0, 4285.0, 4301.0, 4262.0, 4288.0, 4259.0, 4279.0, 4270.0, 4301.0, 4271.0, 4290.0, 4272.0, 4300.0, 4274.0, 4331.0, 4285.0, 4290.0, 4259.0, 4269.0, 4247.0, 4269.0, 4256.0, 4269.0, 4279.0, 4271.0, 4302.0, 4261.0, 4300.0, 4260.0, 4289.0, 4259.0, 4281.0, 4249.0, 4269.0, 4259.0, 4260.0, 4260.0, 4271.0, 4288.0, 4272.0, 4289.0, 4258.0, 4279.0, 4260.0, 4292.0, 4274.0, 4281.0, 4264.0, 4281.0, 4262.0, 4261.0, 4259.0, 4277.0, 4272.0, 4271.0, 4262.0, 4276.0, 4261.0, 4263.0, 4281.0, 4283.0, 4236.0, 4269.0, 4257.0, 4258.0, 4258.0, 4303.0, 4262.0, 4311.0, 4272.0, 4312.0, 4270.0, 4310.0, 4272.0, 4313.0, 4284.0, 4301.0, 4260.0, 4282.0, 4249.0, 4300.0, 4247.0, 4269.0, 4257.0, 4257.0, 4266.0, 4260.0, 4301.0, 4248.0, 4288.0, 4260.0, 4291.0, 4273.0, 4301.0, 4262.0, 4301.0, 4262.0, 4289.0, 4250.0, 4282.0, 4279.0, 4284.0, 4274.0, 4281.0, 4247.0, 4259.0, 4299.0, 4268.0, 4299.0, 4272.0, 4301.0, 4251.0, 4310.0, 4261.0, 4291.0, 4274.0, 4312.0, 4248.0, 4298.0, 4247.0, 4278.0, 4238.0, 4259.0, 4297.0, 4268.0, 4296.0, 4247.0, 4285.0, 4258.0, 4288.0, 4258.0, 4286.0, 4247.0, 4257.0, 4249.0, 4260.0, 4248.0, 4259.0, 4247.0, 4260.0, 4258.0, 4270.0, 4299.0, 4258.0, 4311.0, 4258.0, 4277.0, 4249.0, 4269.0, 4239.0, 4270.0, 4249.0, 4261.0, 4250.0, 4259.0, 4248.0, 4269.0, 4259.0, 4272.0, 4299.0, 4260.0, 4308.0, 4259.0, 4287.0, 4258.0, 4280.0, 4249.0, 4310.0, 4249.0, 4268.0, 4246.0, 4258.0, 4298.0, 4271.0, 4307.0, 4245.0, 4285.0, 4255.0, 4275.0, 4246.0, 4268.0, 4247.0, 4268.0, 4245.0, 4256.0, 4296.0, 4256.0, 4274.0, 4246.0, 4266.0, 4246.0, 4267.0, 4246.0, 4267.0, 4247.0, 4270.0, 4288.0, 4259.0, 4301.0, 4259.0, 4319.0, 4259.0, 4248.0, 4271.0, 4279.0, 4271.0, 4259.0, 4271.0, 4290.0, 4301.0, 4290.0, 4261.0, 4311.0, 4260.0, 4279.0, 4247.0, 4288.0, 4258.0, 4298.0, 4301.0, 4302.0, 4292.0, 4248.0, 4275.0, 4244.0, 4254.0, 4288.0, 4299.0, 4251.0, 4248.0, 4237.0, 4238.0, 4288.0, 4249.0, 4268.0, 4250.0, 4279.0, 4252.0, 4281.0, 4273.0, 4294.0, 4264.0, 4265.0, 4276.0, 4264.0, 4283.0, 4263.0, 4301.0, 4263.0, 4312.0, 4263.0, 4324.0, 4262.0, 4283.0, 4251.0, 4263.0, 4323.0, 4271.0, 4298.0, 4250.0, 4290.0, 4260.0, 4292.0, 4249.0, 4281.0, 4240.0, 4251.0, 4239.0, 4251.0, 4299.0, 4251.0, 4289.0, 4250.0, 4291.0, 4262.0, 4312.0, 4261.0, 4312.0, 4273.0, 4282.0, 4259.0, 4293.0, 4261.0, 4271.0, 4251.0, 4251.0, 4252.0, 4274.0, 4294.0, 4283.0, 4322.0, 4265.0, 4301.0, 4250.0, 4302.0, 4250.0, 4290.0, 4241.0, 4250.0, 4238.0, 4251.0, 4229.0, 4253.0, 4279.0, 4252.0, 4304.0, 4251.0, 4281.0, 4261.0, 4270.0, 4260.0, 4282.0, 4251.0, 4263.0, 4239.0, 4262.0, 4240.0, 4252.0, 4251.0, 4264.0, 4263.0, 4253.0, 4290.0, 4263.0, 4282.0, 4252.0, 4290.0, 4263.0, 4301.0, 4272.0, 4291.0, 4250.0, 4271.0, 4250.0, 4273.0, 4241.0, 4261.0, 4230.0, 4262.0, 4249.0, 4250.0, 4252.0, 4262.0, 4280.0, 4252.0, 4312.0, 4263.0, 4301.0, 4253.0, 4292.0, 4253.0, 4312.0, 4262.0, 4312.0, 4264.0, 4303.0, 4263.0, 4315.0, 4262.0, 4292.0, 4261.0, 4280.0, 4251.0, 4304.0, 4282.0, 4282.0, 4242.0, 4274.0, 4264.0, 4284.0, 4237.0, 4264.0, 4263.0, 4250.0, 4232.0, 4259.0, 4249.0, 4271.0, 4262.0, 4302.0, 4282.0, 4282.0, 4298.0, 4258.0, 4298.0, 4257.0, 4299.0, 4237.0, 4268.0, 4236.0, 4258.0, 4266.0, 4247.0, 4265.0, 4257.0, 4265.0, 4248.0, 4299.0, 4248.0, 4298.0, 4249.0, 4278.0, 4260.0, 4288.0, 4238.0, 4279.0, 4238.0, 4259.0, 4239.0, 4271.0, 4238.0, 4250.0, 4239.0, 4261.0, 4259.0, 4260.0, 4312.0, 4274.0, 4311.0, 4260.0, 4289.0, 4262.0, 4302.0, 4274.0, 4252.0, 4263.0, 4271.0, 4263.0, 4303.0, 4277.0, 4324.0, 4274.0, 4301.0, 4250.0, 4289.0, 4260.0, 4291.0, 4262.0, 4291.0, 4262.0, 4251.0, 4281.0, 4251.0, 4302.0, 4261.0, 4300.0, 4251.0, 4282.0, 4251.0, 4293.0, 4281.0, 4272.0, 4260.0, 4262.0, 4279.0, 4261.0, 4311.0, 4261.0, 4301.0, 4262.0, 4291.0, 4252.0, 4312.0, 4263.0, 4282.0, 4252.0, 4283.0, 4262.0, 4303.0, 4263.0, 4283.0, 4253.0, 4294.0, 4252.0, 4284.0, 4272.0, 4263.0, 4252.0, 4284.0, 4303.0, 4274.0, 4323.0, 4263.0, 4313.0, 4264.0, 4324.0, 4273.0, 4303.0, 4263.0, 4293.0, 4263.0, 4314.0, 4263.0, 4283.0, 4243.0, 4294.0, 4262.0, 4294.0, 4273.0, 4254.0, 4253.0, 4284.0, 4303.0, 4284.0, 4303.0, 4273.0, 4312.0, 4262.0, 4312.0, 4251.0, 4291.0, 4252.0, 4281.0, 4251.0, 4293.0, 4252.0, 4263.0, 4251.0, 4263.0, 4292.0, 4263.0, 4312.0, 4263.0, 4282.0, 4263.0, 4303.0, 4263.0, 4304.0, 4254.0, 4293.0, 4264.0, 4303.0, 4265.0, 4294.0, 4264.0, 4294.0, 4264.0, 4305.0, 4253.0, 4274.0, 4273.0, 4274.0, 4293.0, 4274.0, 4282.0, 4264.0, 4313.0, 4263.0, 4314.0, 4263.0, 4302.0, 4263.0, 4293.0, 4263.0, 4312.0, 4274.0, 4304.0, 4264.0, 4304.0, 4264.0, 4314.0, 4265.0, 4294.0, 4264.0, 4314.0, 4253.0, 4313.0, 4252.0, 4273.0, 4252.0, 4303.0, 4243.0, 4273.0, 4253.0, 4264.0, 4264.0, 4305.0, 4274.0, 4265.0, 4274.0, 4264.0, 4274.0, 4295.0, 4273.0, 4264.0, 4253.0, 4285.0, 4313.0, 4283.0, 4261.0, 4283.0, 4305.0, 4285.0, 4278.0, 4277.0, 4257.0, 4297.0, 4266.0, 4299.0, 4301.0, 4321.0, 4279.0, 4277.0, 4311.0, 4277.0, 4310.0, 4305.0, 4317.0, 4317.0, 4306.0, 4264.0, 4263.0, 4252.0, 4294.0, 4243.0, 4314.0, 4255.0, 4263.0, 4244.0, 4281.0, 4243.0, 4312.0, 4251.0, 4301.0, 4251.0, 4281.0, 4261.0, 4294.0, 4231.0, 4271.0, 4252.0, 4262.0, 4253.0, 4283.0, 4242.0, 4283.0, 4265.0, 4284.0, 4264.0, 4294.0, 4253.0, 4285.0, 4255.0, 4294.0, 4244.0, 4315.0, 4273.0, 4283.0, 4242.0, 4274.0, 4241.0, 4283.0, 4242.0, 4253.0, 4254.0, 4297.0, 4313.0, 4292.0, 4281.0, 4272.0, 4279.0, 4271.0, 4322.0, 4284.0, 4311.0, 4250.0, 4301.0, 4252.0, 4313.0, 4251.0, 4289.0, 4239.0, 4279.0, 4230.0, 4291.0, 4249.0, 4280.0, 4229.0, 4249.0, 4241.0, 4300.0, 4240.0, 4293.0, 4231.0, 4270.0, 4239.0, 4292.0, 4259.0, 4291.0, 4239.0, 4260.0, 4238.0, 4271.0, 4280.0, 4260.0, 4239.0, 4259.0, 4248.0, 4270.0, 4309.0, 4250.0, 4289.0, 4261.0, 4259.0, 4273.0, 4259.0, 4261.0, 4262.0, 4293.0, 4241.0, 4273.0, 4251.0, 4282.0, 4250.0, 4301.0, 4260.0, 4251.0, 4239.0, 4263.0, 4302.0, 4251.0, 4299.0, 4239.0, 4277.0, 4238.0, 4277.0, 4238.0, 4290.0, 4239.0, 4269.0, 4251.0, 4292.0, 4240.0, 4281.0, 4230.0, 4250.0, 4239.0, 4281.0, 4230.0, 4272.0, 4241.0, 4252.0, 4240.0, 4273.0, 4251.0, 4318.0, 4295.0, 4280.0, 4273.0, 4283.0, 4264.0, 4272.0, 4265.0, 4302.0, 4252.0, 4313.0, 4252.0, 4302.0, 4261.0, 4302.0, 4250.0, 4270.0, 4287.0, 4246.0, 4297.0, 4245.0, 4286.0, 4223.0, 4275.0, 4224.0, 4264.0, 4215.0, 4274.0, 4214.0, 4264.0, 4224.0, 4256.0, 4237.0, 4266.0, 4237.0, 4299.0, 4260.0, 4299.0, 4251.0, 4289.0, 4238.0, 4279.0, 4240.0, 4300.0, 4237.0, 4268.0, 4238.0, 4268.0, 4227.0, 4260.0, 4250.0, 4239.0, 4288.0, 4238.0, 4277.0, 4229.0, 4276.0, 4239.0, 4280.0, 4249.0, 4300.0, 4249.0, 4269.0, 4228.0, 4270.0, 4248.0, 4280.0, 4237.0, 4238.0, 4247.0, 4240.0, 4249.0, 4250.0, 4301.0, 4239.0, 4288.0, 4239.0, 4279.0, 4260.0, 4279.0, 4229.0, 4290.0, 4240.0, 4270.0, 4240.0, 4271.0, 4248.0, 4241.0, 4311.0, 4240.0, 4289.0, 4250.0, 4279.0, 4241.0, 4289.0, 4249.0, 4290.0, 4262.0, 4271.0, 4251.0, 4283.0, 4251.0, 4272.0, 4251.0, 4263.0, 4264.0, 4283.0, 4251.0, 4261.0, 4251.0, 4252.0, 4251.0, 4282.0, 4301.0, 4262.0, 4271.0, 4262.0, 4302.0, 4241.0, 4312.0, 4271.0, 4311.0, 4251.0, 4288.0, 4240.0, 4303.0, 4251.0, 4300.0, 4250.0, 4279.0, 4250.0, 4281.0, 4250.0, 4291.0, 4250.0, 4261.0, 4250.0, 4252.0, 4261.0, 4262.0, 4250.0, 4241.0, 4250.0, 4252.0, 4291.0, 4252.0, 4292.0, 4256.0, 4277.0, 4266.0, 4274.0, 4294.0, 4265.0, 4316.0, 4266.0, 4305.0, 4244.0, 4304.0, 4275.0, 4314.0, 4263.0, 4314.0, 4241.0, 4301.0, 4250.0, 4302.0, 4259.0, 4279.0, 4237.0, 4258.0, 4238.0, 4274.0, 4259.0, 4271.0, 4249.0, 4249.0, 4248.0, 4240.0, 4258.0, 4241.0, 4325.0, 4251.0, 4288.0, 4239.0, 4268.0, 4248.0, 4279.0, 4228.0, 4281.0, 4239.0, 4239.0, 4250.0, 4261.0, 4249.0, 4251.0, 4260.0, 4263.0, 4252.0, 4253.0, 4272.0, 4252.0, 4282.0, 4252.0, 4261.0, 4253.0, 4293.0, 4263.0, 4311.0, 4262.0, 4291.0, 4242.0, 4284.0, 4262.0, 4272.0, 4252.0, 4261.0, 4252.0, 4261.0, 4274.0], 'WindowWidth': [9543.0, 9584.0, 9510.0, 9516.0, 9457.0, 9464.0, 9457.0, 9477.0, 9432.0, 9479.0, 9419.0, 9449.0, 9448.0, 9449.0, 9483.0, 9430.0, 9469.0, 9417.0, 9432.0, 9422.0, 9430.0, 9439.0, 9427.0, 9464.0, 9413.0, 9413.0, 9395.0, 9402.0, 9425.0, 9429.0, 9468.0, 9429.0, 9457.0, 9428.0, 9454.0, 9414.0, 9415.0, 9410.0, 9429.0, 9425.0, 9444.0, 9463.0, 9434.0, 9469.0, 9431.0, 9444.0, 9428.0, 9451.0, 9497.0, 9425.0, 9480.0, 9429.0, 9453.0, 9431.0, 9459.0, 9432.0, 9475.0, 9435.0, 9448.0, 9441.0, 9453.0, 9437.0, 9452.0, 9435.0, 9452.0, 9450.0, 9467.0, 9506.0, 9451.0, 9501.0, 9448.0, 9506.0, 9444.0, 9484.0, 9414.0, 9445.0, 9433.0, 9451.0, 9483.0, 9447.0, 9465.0, 9444.0, 9486.0, 9445.0, 9504.0, 9445.0, 9480.0, 9427.0, 9456.0, 9427.0, 9471.0, 9413.0, 9442.0, 9429.0, 9450.0, 9480.0, 9431.0, 9480.0, 9430.0, 9457.0, 9431.0, 9468.0, 9445.0, 9471.0, 9430.0, 9445.0, 9414.0, 9421.0, 9428.0, 9461.0, 9460.0, 9449.0, 9472.0, 9452.0, 9495.0, 9453.0, 9502.0, 9453.0, 9482.0, 9454.0, 9477.0, 9447.0, 9501.0, 9450.0, 9459.0, 9438.0, 9462.0, 9439.0, 9482.0, 9476.0, 9444.0, 9476.0, 9522.0, 9474.0, 9512.0, 9446.0, 9458.0, 9477.0, 9527.0, 9502.0, 9524.0, 9485.0, 9502.0, 9453.0, 9523.0, 9443.0, 9506.0, 9433.0, 9485.0, 9447.0, 9476.0, 9428.0, 9491.0, 9427.0, 9461.0, 9442.0, 9452.0, 9458.0, 9472.0, 9512.0, 9434.0, 9469.0, 9442.0, 9473.0, 9443.0, 9456.0, 9417.0, 9489.0, 9416.0, 9458.0, 9453.0, 9478.0, 9437.0, 9507.0, 9456.0, 9491.0, 9459.0, 9459.0, 9453.0, 9435.0, 9500.0, 9457.0, 9511.0, 9452.0, 9495.0, 9435.0, 9509.0, 9469.0, 9471.0, 9408.0, 9439.0, 9496.0, 9439.0, 9494.0, 9426.0, 9457.0, 9422.0, 9440.0, 9407.0, 9437.0, 9419.0, 9425.0, 9443.0, 9424.0, 9451.0, 9425.0, 9447.0, 9408.0, 9408.0, 9407.0, 9444.0, 9423.0, 9428.0, 9426.0, 9444.0, 9466.0, 9449.0, 9476.0, 9449.0, 9504.0, 9452.0, 9463.0, 9453.0, 9465.0, 9449.0, 9508.0, 9438.0, 9477.0, 9434.0, 9453.0, 9450.0, 9451.0, 9459.0, 9463.0, 9484.0, 9453.0, 9491.0, 9431.0, 9470.0, 9427.0, 9476.0, 9425.0, 9477.0, 9430.0, 9466.0, 9488.0, 9475.0, 9489.0, 9437.0, 9464.0, 9428.0, 9457.0, 9445.0, 9485.0, 9446.0, 9473.0, 9452.0, 9489.0, 9458.0, 9550.0, 9475.0, 9473.0, 9427.0, 9440.0, 9407.0, 9438.0, 9418.0, 9443.0, 9455.0, 9446.0, 9490.0, 9434.0, 9486.0, 9431.0, 9467.0, 9430.0, 9460.0, 9415.0, 9442.0, 9429.0, 9432.0, 9433.0, 9449.0, 9468.0, 9452.0, 9469.0, 9428.0, 9456.0, 9431.0, 9479.0, 9459.0, 9464.0, 9444.0, 9465.0, 9436.0, 9435.0, 9429.0, 9469.0, 9453.0, 9451.0, 9438.0, 9464.0, 9433.0, 9446.0, 9460.0, 9463.0, 9390.0, 9440.0, 9423.0, 9428.0, 9428.0, 9497.0, 9438.0, 9505.0, 9450.0, 9504.0, 9446.0, 9500.0, 9450.0, 9512.0, 9470.0, 9486.0, 9429.0, 9462.0, 9415.0, 9484.0, 9410.0, 9440.0, 9422.0, 9423.0, 9432.0, 9429.0, 9486.0, 9411.0, 9464.0, 9430.0, 9476.0, 9455.0, 9490.0, 9440.0, 9489.0, 9437.0, 9469.0, 9417.0, 9464.0, 9456.0, 9473.0, 9460.0, 9465.0, 9410.0, 9427.0, 9478.0, 9440.0, 9485.0, 9451.0, 9491.0, 9422.0, 9502.0, 9438.0, 9478.0, 9460.0, 9505.0, 9415.0, 9480.0, 9410.0, 9453.0, 9398.0, 9428.0, 9477.0, 9440.0, 9474.0, 9411.0, 9458.0, 9426.0, 9465.0, 9424.0, 9462.0, 9409.0, 9423.0, 9417.0, 9437.0, 9415.0, 9431.0, 9412.0, 9433.0, 9426.0, 9445.0, 9483.0, 9425.0, 9501.0, 9426.0, 9450.0, 9416.0, 9444.0, 9402.0, 9445.0, 9415.0, 9435.0, 9418.0, 9432.0, 9415.0, 9446.0, 9431.0, 9451.0, 9487.0, 9434.0, 9497.0, 9430.0, 9465.0, 9428.0, 9459.0, 9415.0, 9498.0, 9416.0, 9440.0, 9409.0, 9429.0, 9483.0, 9450.0, 9496.0, 9408.0, 9458.0, 9416.0, 9446.0, 9410.0, 9441.0, 9411.0, 9442.0, 9406.0, 9422.0, 9475.0, 9421.0, 9444.0, 9410.0, 9435.0, 9409.0, 9440.0, 9410.0, 9441.0, 9412.0, 9447.0, 9468.0, 9433.0, 9493.0, 9433.0, 9513.0, 9433.0, 9417.0, 9454.0, 9460.0, 9450.0, 9431.0, 9452.0, 9475.0, 9493.0, 9474.0, 9438.0, 9505.0, 9434.0, 9457.0, 9412.0, 9471.0, 9431.0, 9502.0, 9513.0, 9517.0, 9481.0, 9414.0, 9443.0, 9403.0, 9415.0, 9490.0, 9503.0, 9421.0, 9409.0, 9393.0, 9400.0, 9466.0, 9416.0, 9442.0, 9422.0, 9456.0, 9426.0, 9465.0, 9457.0, 9486.0, 9446.0, 9452.0, 9466.0, 9447.0, 9470.0, 9445.0, 9490.0, 9442.0, 9508.0, 9441.0, 9526.0, 9439.0, 9470.0, 9425.0, 9444.0, 9525.0, 9451.0, 9484.0, 9421.0, 9472.0, 9432.0, 9479.0, 9418.0, 9463.0, 9406.0, 9424.0, 9404.0, 9425.0, 9487.0, 9425.0, 9472.0, 9422.0, 9476.0, 9439.0, 9506.0, 9440.0, 9510.0, 9457.0, 9467.0, 9433.0, 9484.0, 9436.0, 9451.0, 9424.0, 9425.0, 9428.0, 9463.0, 9486.0, 9472.0, 9522.0, 9453.0, 9493.0, 9422.0, 9494.0, 9421.0, 9475.0, 9409.0, 9422.0, 9403.0, 9425.0, 9393.0, 9429.0, 9459.0, 9429.0, 9500.0, 9426.0, 9464.0, 9438.0, 9447.0, 9434.0, 9466.0, 9423.0, 9441.0, 9407.0, 9440.0, 9408.0, 9428.0, 9423.0, 9446.0, 9443.0, 9431.0, 9477.0, 9442.0, 9467.0, 9429.0, 9475.0, 9441.0, 9494.0, 9453.0, 9477.0, 9422.0, 9451.0, 9420.0, 9457.0, 9411.0, 9440.0, 9396.0, 9442.0, 9421.0, 9424.0, 9426.0, 9441.0, 9463.0, 9429.0, 9509.0, 9444.0, 9491.0, 9431.0, 9480.0, 9431.0, 9508.0, 9444.0, 9508.0, 9447.0, 9499.0, 9445.0, 9515.0, 9441.0, 9482.0, 9439.0, 9463.0, 9426.0, 9502.0, 9466.0, 9468.0, 9415.0, 9460.0, 9449.0, 9474.0, 9401.0, 9453.0, 9448.0, 9426.0, 9382.0, 9432.0, 9418.0, 9451.0, 9441.0, 9498.0, 9469.0, 9469.0, 9483.0, 9427.0, 9483.0, 9424.0, 9485.0, 9399.0, 9442.0, 9397.0, 9430.0, 9436.0, 9411.0, 9433.0, 9425.0, 9433.0, 9416.0, 9485.0, 9417.0, 9482.0, 9418.0, 9455.0, 9433.0, 9469.0, 9401.0, 9456.0, 9404.0, 9431.0, 9405.0, 9451.0, 9405.0, 9423.0, 9406.0, 9438.0, 9432.0, 9435.0, 9510.0, 9461.0, 9506.0, 9437.0, 9471.0, 9443.0, 9496.0, 9461.0, 9427.0, 9442.0, 9452.0, 9443.0, 9498.0, 9469.0, 9529.0, 9458.0, 9490.0, 9417.0, 9469.0, 9432.0, 9475.0, 9439.0, 9476.0, 9439.0, 9423.0, 9461.0, 9424.0, 9492.0, 9437.0, 9488.0, 9423.0, 9464.0, 9423.0, 9483.0, 9462.0, 9452.0, 9432.0, 9437.0, 9457.0, 9437.0, 9504.0, 9436.0, 9489.0, 9437.0, 9477.0, 9427.0, 9507.0, 9443.0, 9466.0, 9427.0, 9467.0, 9440.0, 9496.0, 9443.0, 9470.0, 9430.0, 9486.0, 9428.0, 9472.0, 9454.0, 9442.0, 9427.0, 9473.0, 9495.0, 9459.0, 9524.0, 9444.0, 9510.0, 9446.0, 9526.0, 9457.0, 9496.0, 9444.0, 9482.0, 9443.0, 9512.0, 9444.0, 9470.0, 9417.0, 9486.0, 9441.0, 9486.0, 9455.0, 9431.0, 9428.0, 9473.0, 9495.0, 9474.0, 9496.0, 9457.0, 9507.0, 9438.0, 9507.0, 9424.0, 9476.0, 9425.0, 9463.0, 9425.0, 9481.0, 9425.0, 9442.0, 9423.0, 9442.0, 9478.0, 9442.0, 9507.0, 9444.0, 9467.0, 9444.0, 9496.0, 9445.0, 9498.0, 9434.0, 9483.0, 9447.0, 9498.0, 9449.0, 9485.0, 9448.0, 9487.0, 9445.0, 9501.0, 9430.0, 9458.0, 9456.0, 9459.0, 9482.0, 9457.0, 9467.0, 9446.0, 9509.0, 9444.0, 9512.0, 9444.0, 9494.0, 9443.0, 9483.0, 9444.0, 9509.0, 9461.0, 9498.0, 9448.0, 9499.0, 9448.0, 9515.0, 9449.0, 9485.0, 9447.0, 9514.0, 9430.0, 9510.0, 9427.0, 9455.0, 9430.0, 9497.0, 9417.0, 9457.0, 9431.0, 9446.0, 9447.0, 9502.0, 9460.0, 9449.0, 9460.0, 9449.0, 9459.0, 9490.0, 9458.0, 9447.0, 9431.0, 9476.0, 9511.0, 9471.0, 9438.0, 9474.0, 9503.0, 9478.0, 9472.0, 9473.0, 9445.0, 9497.0, 9457.0, 9506.0, 9513.0, 9538.0, 9478.0, 9473.0, 9523.0, 9470.0, 9519.0, 9502.0, 9525.0, 9521.0, 9505.0, 9442.0, 9440.0, 9421.0, 9484.0, 9417.0, 9512.0, 9433.0, 9441.0, 9417.0, 9461.0, 9415.0, 9505.0, 9422.0, 9486.0, 9422.0, 9461.0, 9436.0, 9482.0, 9394.0, 9448.0, 9422.0, 9436.0, 9427.0, 9467.0, 9413.0, 9467.0, 9445.0, 9470.0, 9447.0, 9484.0, 9430.0, 9472.0, 9433.0, 9486.0, 9418.0, 9517.0, 9454.0, 9469.0, 9411.0, 9457.0, 9408.0, 9467.0, 9410.0, 9427.0, 9432.0, 9494.0, 9510.0, 9480.0, 9462.0, 9452.0, 9454.0, 9447.0, 9520.0, 9470.0, 9502.0, 9420.0, 9489.0, 9426.0, 9511.0, 9423.0, 9470.0, 9402.0, 9454.0, 9391.0, 9476.0, 9413.0, 9457.0, 9388.0, 9416.0, 9409.0, 9486.0, 9407.0, 9481.0, 9395.0, 9446.0, 9402.0, 9479.0, 9429.0, 9476.0, 9403.0, 9432.0, 9400.0, 9447.0, 9457.0, 9432.0, 9400.0, 9429.0, 9412.0, 9445.0, 9498.0, 9419.0, 9468.0, 9436.0, 9430.0, 9453.0, 9427.0, 9434.0, 9437.0, 9481.0, 9410.0, 9453.0, 9423.0, 9463.0, 9421.0, 9490.0, 9430.0, 9419.0, 9400.0, 9442.0, 9494.0, 9421.0, 9485.0, 9401.0, 9447.0, 9396.0, 9447.0, 9398.0, 9470.0, 9404.0, 9443.0, 9422.0, 9479.0, 9405.0, 9459.0, 9392.0, 9418.0, 9403.0, 9460.0, 9391.0, 9452.0, 9408.0, 9423.0, 9406.0, 9454.0, 9422.0, 9527.0, 9488.0, 9461.0, 9457.0, 9470.0, 9446.0, 9453.0, 9448.0, 9491.0, 9426.0, 9508.0, 9423.0, 9491.0, 9434.0, 9493.0, 9418.0, 9445.0, 9462.0, 9405.0, 9476.0, 9399.0, 9461.0, 9369.0, 9440.0, 9370.0, 9425.0, 9362.0, 9440.0, 9357.0, 9424.0, 9373.0, 9419.0, 9394.0, 9431.0, 9395.0, 9482.0, 9430.0, 9481.0, 9418.0, 9465.0, 9398.0, 9452.0, 9403.0, 9485.0, 9395.0, 9436.0, 9396.0, 9436.0, 9381.0, 9430.0, 9417.0, 9399.0, 9464.0, 9398.0, 9449.0, 9386.0, 9445.0, 9399.0, 9458.0, 9415.0, 9484.0, 9415.0, 9440.0, 9385.0, 9443.0, 9411.0, 9458.0, 9396.0, 9399.0, 9408.0, 9403.0, 9412.0, 9418.0, 9489.0, 9399.0, 9464.0, 9399.0, 9454.0, 9429.0, 9453.0, 9387.0, 9469.0, 9403.0, 9444.0, 9404.0, 9447.0, 9411.0, 9408.0, 9504.0, 9403.0, 9468.0, 9418.0, 9453.0, 9406.0, 9468.0, 9415.0, 9471.0, 9436.0, 9445.0, 9420.0, 9467.0, 9422.0, 9450.0, 9422.0, 9443.0, 9446.0, 9467.0, 9422.0, 9436.0, 9420.0, 9425.0, 9421.0, 9465.0, 9489.0, 9437.0, 9446.0, 9439.0, 9490.0, 9408.0, 9507.0, 9447.0, 9504.0, 9419.0, 9468.0, 9406.0, 9493.0, 9420.0, 9486.0, 9417.0, 9455.0, 9419.0, 9461.0, 9419.0, 9476.0, 9419.0, 9434.0, 9417.0, 9424.0, 9434.0, 9438.0, 9417.0, 9407.0, 9415.0, 9422.0, 9472.0, 9422.0, 9477.0, 9437.0, 9468.0, 9451.0, 9455.0, 9484.0, 9446.0, 9516.0, 9449.0, 9497.0, 9416.0, 9498.0, 9459.0, 9511.0, 9441.0, 9508.0, 9409.0, 9490.0, 9416.0, 9494.0, 9425.0, 9453.0, 9394.0, 9424.0, 9397.0, 9455.0, 9426.0, 9447.0, 9412.0, 9413.0, 9411.0, 9402.0, 9422.0, 9405.0, 9530.0, 9419.0, 9464.0, 9401.0, 9436.0, 9411.0, 9453.0, 9384.0, 9457.0, 9399.0, 9401.0, 9417.0, 9433.0, 9414.0, 9421.0, 9433.0, 9441.0, 9422.0, 9426.0, 9450.0, 9423.0, 9463.0, 9425.0, 9435.0, 9426.0, 9479.0, 9440.0, 9505.0, 9438.0, 9474.0, 9411.0, 9469.0, 9439.0, 9450.0, 9425.0, 9435.0, 9425.0, 9434.0, 9457.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.0037580016583747926</td></tr>
<tr><td colspan=3>aqi</td><td>0.06994148407960199</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.82803554615774</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1806116379751035</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9588960319419075</td></tr>
<tr><td colspan=3>efc</td><td>0.4758</td></tr>
<tr><td colspan=3>fber</td><td>5214.3252</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14366583964444823</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>146</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.106135986733001</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4519159195423867</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3067717631840936</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.653020482201608</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3959555132414585</td></tr>
<tr><td colspan=3>gcor</td><td>0.00438894</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019852595403790474</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03264569863677025</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.321787242240241</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>28.7202</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.415</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.4012</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301025.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>742.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.7193</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9804</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.125</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3498.7945</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3638.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75519.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4528.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>841.7758</td></tr>
<tr><td colspan=3>tsnr</td><td>24.84994572168216</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>