<?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-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-01/func/sub-0035_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>3a3ca4242fbf812e36bbd3ed7183b865</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:26:37.477500</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.993772, -0.0401646, 0.103938, 0.0277585, 0.992606, 0.118166]</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.117166</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>[4179, -7727, -7184, 518, -24, -91, 44, 22]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>267.7</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>26cc0cf2-df94-4d8a-84eb-b146a8a08da6||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.6662187576293945, 0.07447413355112076, 0.2913728654384613, 103.87084197998047], [0.1077587902545929, 2.663088798522949, 0.3092714846134186, -97.53112030029297], [0.27885890007019043, -0.3170308768749237, 2.666355848312378, -32.024471282958984], [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': ['182637.477500', '182637.937500', '182638.397500', '182638.857500', '182639.317500', '182639.777500', '182640.237500', '182640.697500', '182641.157500', '182641.617500', '182642.077500', '182642.537500', '182642.997500', '182643.457500', '182643.917500', '182644.377500', '182644.837500', '182645.297500', '182645.757500', '182646.217500', '182646.677500', '182647.137500', '182647.597500', '182648.057500', '182648.517500', '182648.977500', '182649.437500', '182649.897500', '182650.357500', '182650.817500', '182651.277500', '182651.737500', '182652.197500', '182652.657500', '182653.117500', '182653.577500', '182654.037500', '182654.497500', '182654.957500', '182655.417500', '182655.877500', '182656.337500', '182656.797500', '182657.257500', '182657.717500', '182658.177500', '182658.637500', '182659.097500', '182659.557500', '182700.017500', '182700.477500', '182700.937500', '182701.397500', '182701.857500', '182702.317500', '182702.777500', '182703.237500', '182703.697500', '182704.157500', '182704.617500', '182705.077500', '182705.537500', '182705.997500', '182706.457500', '182706.917500', '182707.377500', '182707.837500', '182708.297500', '182708.757500', '182709.217500', '182709.677500', '182710.137500', '182710.597500', '182711.057500', '182711.517500', '182711.977500', '182712.437500', '182712.897500', '182713.357500', '182713.817500', '182714.277500', '182714.737500', '182715.197500', '182715.657500', '182716.117500', '182716.577500', '182717.037500', '182717.497500', '182717.957500', '182718.417500', '182718.877500', '182719.337500', '182719.797500', '182720.257500', '182720.717500', '182721.177500', '182721.637500', '182722.097500', '182722.557500', '182723.017500', '182723.477500', '182723.937500', '182724.397500', '182724.857500', '182725.317500', '182725.777500', '182726.237500', '182726.697500', '182727.157500', '182727.617500', '182728.077500', '182728.537500', '182728.997500', '182729.457500', '182729.917500', '182730.377500', '182730.837500', '182731.297500', '182731.757500', '182732.217500', '182732.677500', '182733.137500', '182733.597500', '182734.057500', '182734.517500', '182734.977500', '182735.437500', '182735.897500', '182736.357500', '182736.817500', '182737.277500', '182737.737500', '182738.197500', '182738.657500', '182739.117500', '182739.577500', '182740.037500', '182740.497500', '182740.957500', '182741.417500', '182741.877500', '182742.337500', '182742.797500', '182743.257500', '182743.717500', '182744.177500', '182744.637500', '182745.097500', '182745.557500', '182746.017500', '182746.477500', '182746.937500', '182747.397500', '182747.857500', '182748.317500', '182748.777500', '182749.237500', '182749.697500', '182750.157500', '182750.617500', '182751.077500', '182751.537500', '182751.997500', '182752.457500', '182752.917500', '182753.377500', '182753.837500', '182754.297500', '182754.757500', '182755.217500', '182755.677500', '182756.137500', '182756.597500', '182757.057500', '182757.517500', '182757.977500', '182758.437500', '182758.897500', '182759.357500', '182759.817500', '182800.277500', '182800.737500', '182801.197500', '182801.657500', '182802.117500', '182802.577500', '182803.037500', '182803.497500', '182803.957500', '182804.417500', '182804.877500', '182805.337500', '182805.797500', '182806.257500', '182806.717500', '182807.177500', '182807.637500', '182808.097500', '182808.557500', '182809.017500', '182809.477500', '182809.937500', '182810.397500', '182810.857500', '182811.317500', '182811.777500', '182812.237500', '182812.697500', '182813.157500', '182813.617500', '182814.077500', '182814.537500', '182814.997500', '182815.457500', '182815.917500', '182816.377500', '182816.837500', '182817.297500', '182817.757500', '182818.217500', '182818.677500', '182819.137500', '182819.597500', '182820.057500', '182820.517500', '182820.977500', '182821.437500', '182821.897500', '182822.357500', '182822.817500', '182823.277500', '182823.737500', '182824.197500', '182824.657500', '182825.117500', '182825.577500', '182826.037500', '182826.497500', '182826.957500', '182827.417500', '182827.877500', '182828.337500', '182828.797500', '182829.257500', '182829.717500', '182830.177500', '182830.637500', '182831.097500', '182831.557500', '182832.017500', '182832.477500', '182832.937500', '182833.397500', '182833.857500', '182834.317500', '182834.777500', '182835.237500', '182835.697500', '182836.157500', '182836.617500', '182837.077500', '182837.537500', '182837.997500', '182838.457500', '182838.917500', '182839.377500', '182839.837500', '182840.297500', '182840.757500', '182841.217500', '182841.677500', '182842.137500', '182842.597500', '182843.057500', '182843.517500', '182843.977500', '182844.437500', '182844.897500', '182845.357500', '182845.817500', '182846.277500', '182846.737500', '182847.197500', '182847.657500', '182848.117500', '182848.577500', '182849.037500', '182849.497500', '182849.957500', '182850.417500', '182850.877500', '182851.337500', '182851.797500', '182852.257500', '182852.717500', '182853.177500', '182853.637500', '182854.097500', '182854.557500', '182855.017500', '182855.477500', '182855.937500', '182856.397500', '182856.857500', '182857.317500', '182857.777500', '182858.237500', '182858.697500', '182859.157500', '182859.617500', '182900.077500', '182900.537500', '182900.997500', '182901.457500', '182901.917500', '182902.377500', '182902.837500', '182903.297500', '182903.757500', '182904.217500', '182904.677500', '182905.137500', '182905.597500', '182906.057500', '182906.517500', '182906.977500', '182907.437500', '182907.897500', '182908.357500', '182908.817500', '182909.277500', '182909.737500', '182910.197500', '182910.657500', '182911.117500', '182911.577500', '182912.037500', '182912.497500', '182912.957500', '182913.417500', '182913.877500', '182914.337500', '182914.797500', '182915.257500', '182915.717500', '182916.177500', '182916.637500', '182917.097500', '182917.557500', '182918.017500', '182918.477500', '182918.937500', '182919.397500', '182919.857500', '182920.317500', '182920.777500', '182921.237500', '182921.697500', '182922.157500', '182922.617500', '182923.077500', '182923.537500', '182923.997500', '182924.457500', '182924.917500', '182925.377500', '182925.837500', '182926.297500', '182926.757500', '182927.217500', '182927.677500', '182928.137500', '182928.597500', '182929.057500', '182929.517500', '182929.977500', '182930.437500', '182930.897500', '182931.357500', '182931.817500', '182932.277500', '182932.737500', '182933.197500', '182933.657500', '182934.117500', '182934.577500', '182935.037500', '182935.497500', '182935.957500', '182936.417500', '182936.877500', '182937.337500', '182937.797500', '182938.257500', '182938.717500', '182939.177500', '182939.637500', '182940.097500', '182940.557500', '182941.017500', '182941.477500', '182941.937500', '182942.397500', '182942.857500', '182943.317500', '182943.777500', '182944.237500', '182944.697500', '182945.157500', '182945.617500', '182946.077500', '182946.537500', '182946.997500', '182947.457500', '182947.917500', '182948.377500', '182948.837500', '182949.297500', '182949.757500', '182950.217500', '182950.677500', '182951.137500', '182951.597500', '182952.057500', '182952.517500', '182952.977500', '182953.437500', '182953.897500', '182954.357500', '182954.817500', '182955.277500', '182955.737500', '182956.197500', '182956.657500', '182957.117500', '182957.577500', '182958.037500', '182958.497500', '182958.957500', '182959.417500', '182959.877500', '183000.337500', '183000.797500', '183001.257500', '183001.717500', '183002.177500', '183002.637500', '183003.097500', '183003.557500', '183004.017500', '183004.477500', '183004.937500', '183005.397500', '183005.857500', '183006.317500', '183006.777500', '183007.237500', '183007.697500', '183008.157500', '183008.617500', '183009.077500', '183009.537500', '183009.997500', '183010.457500', '183010.917500', '183011.377500', '183011.837500', '183012.297500', '183012.757500', '183013.217500', '183013.677500', '183014.137500', '183014.597500', '183015.057500', '183015.517500', '183015.977500', '183016.437500', '183016.897500', '183017.357500', '183017.817500', '183018.277500', '183018.737500', '183019.197500', '183019.657500', '183020.117500', '183020.577500', '183021.037500', '183021.497500', '183021.957500', '183022.417500', '183022.877500', '183023.337500', '183023.797500', '183024.257500', '183024.717500', '183025.177500', '183025.637500', '183026.097500', '183026.557500', '183027.017500', '183027.477500', '183027.937500', '183028.397500', '183028.857500', '183029.317500', '183029.777500', '183030.237500', '183030.697500', '183031.157500', '183031.617500', '183032.077500', '183032.537500', '183032.997500', '183033.457500', '183033.917500', '183034.377500', '183034.837500', '183035.297500', '183035.757500', '183036.217500', '183036.677500', '183037.137500', '183037.597500', '183038.057500', '183038.517500', '183038.977500', '183039.437500', '183039.897500', '183040.357500', '183040.817500', '183041.277500', '183041.737500', '183042.197500', '183042.657500', '183043.117500', '183043.577500', '183044.037500', '183044.497500', '183044.957500', '183045.417500', '183045.877500', '183046.337500', '183046.797500', '183047.257500', '183047.717500', '183048.177500', '183048.637500', '183049.097500', '183049.557500', '183050.017500', '183050.477500', '183050.937500', '183051.397500', '183051.857500', '183052.317500', '183052.777500', '183053.237500', '183053.697500', '183054.157500', '183054.617500', '183055.077500', '183055.537500', '183055.997500', '183056.457500', '183056.917500', '183057.377500', '183057.837500', '183058.297500', '183058.757500', '183059.217500', '183059.677500', '183100.137500', '183100.597500', '183101.057500', '183101.517500', '183101.977500', '183102.437500', '183102.897500', '183103.357500', '183103.817500', '183104.277500', '183104.737500', '183105.197500', '183105.657500', '183106.117500', '183106.577500', '183107.037500', '183107.497500', '183107.957500', '183108.417500', '183108.877500', '183109.337500', '183109.797500', '183110.257500', '183110.717500', '183111.177500', '183111.637500', '183112.097500', '183112.557500', '183113.017500', '183113.477500', '183113.937500', '183114.397500', '183114.857500', '183115.317500', '183115.777500', '183116.237500', '183116.697500', '183117.157500', '183117.617500', '183118.077500', '183118.537500', '183118.997500', '183119.457500', '183119.917500', '183120.377500', '183120.837500', '183121.297500', '183121.757500', '183122.217500', '183122.677500', '183123.137500', '183123.597500', '183124.057500', '183124.517500', '183124.977500', '183125.437500', '183125.897500', '183126.357500', '183126.817500', '183127.277500', '183127.737500', '183128.197500', '183128.657500', '183129.117500', '183129.577500', '183130.037500', '183130.497500', '183130.957500', '183131.417500', '183131.877500', '183132.337500', '183132.797500', '183133.257500', '183133.717500', '183134.177500', '183134.637500', '183135.097500', '183135.557500', '183136.017500', '183136.477500', '183136.937500', '183137.397500', '183137.857500', '183138.317500', '183138.777500', '183139.237500', '183139.697500', '183140.157500', '183140.617500', '183141.077500', '183141.537500', '183141.997500', '183142.457500', '183142.917500', '183143.377500', '183143.837500', '183144.297500', '183144.757500', '183145.217500', '183145.677500', '183146.137500', '183146.597500', '183147.057500', '183147.517500', '183147.977500', '183148.437500', '183148.897500', '183149.357500', '183149.817500', '183150.277500', '183150.737500', '183151.197500', '183151.657500', '183152.117500', '183152.577500', '183153.037500', '183153.497500', '183153.957500', '183154.417500', '183154.877500', '183155.337500', '183155.797500', '183156.257500', '183156.717500', '183157.177500', '183157.637500', '183158.097500', '183158.557500', '183159.017500', '183159.477500', '183159.937500', '183200.397500', '183200.857500', '183201.317500', '183201.777500', '183202.237500', '183202.697500', '183203.157500', '183203.617500', '183204.077500', '183204.537500', '183204.997500', '183205.457500', '183205.917500', '183206.377500', '183206.837500', '183207.297500', '183207.757500', '183208.217500', '183208.677500', '183209.137500', '183209.597500', '183210.057500', '183210.517500', '183210.977500', '183211.437500', '183211.897500', '183212.357500', '183212.817500', '183213.277500', '183213.737500', '183214.197500', '183214.657500', '183215.117500', '183215.577500', '183216.037500', '183216.497500', '183216.957500', '183217.417500', '183217.877500', '183218.337500', '183218.797500', '183219.257500', '183219.717500', '183220.177500', '183220.637500', '183221.097500', '183221.557500', '183222.017500', '183222.477500', '183222.937500', '183223.397500', '183223.857500', '183224.317500', '183224.777500', '183225.237500', '183225.697500', '183226.157500', '183226.617500', '183227.077500', '183227.537500', '183227.997500', '183228.457500', '183228.917500', '183229.377500', '183229.837500', '183230.297500', '183230.757500', '183231.217500', '183231.677500', '183232.137500', '183232.597500', '183233.057500', '183233.517500', '183233.977500', '183234.437500', '183234.897500', '183235.357500', '183235.817500', '183236.277500', '183236.737500', '183237.197500', '183237.657500', '183238.117500', '183238.577500', '183239.037500', '183239.497500', '183239.957500', '183240.417500', '183240.877500', '183241.337500', '183241.797500', '183242.257500', '183242.717500', '183243.177500', '183243.637500', '183244.097500', '183244.557500', '183245.017500', '183245.477500', '183245.937500', '183246.397500', '183246.857500', '183247.317500', '183247.777500', '183248.237500', '183248.697500', '183249.157500', '183249.617500', '183250.077500', '183250.537500', '183250.997500', '183251.457500', '183251.917500', '183252.377500', '183252.837500', '183253.297500', '183253.757500', '183254.217500', '183254.677500', '183255.137500', '183255.597500', '183256.057500', '183256.517500', '183256.977500', '183257.437500', '183257.897500', '183258.357500', '183258.817500', '183259.277500', '183259.737500', '183300.197500', '183300.657500', '183301.117500', '183301.577500', '183302.037500', '183302.497500', '183302.957500', '183303.417500', '183303.877500', '183304.337500', '183304.797500', '183305.257500', '183305.717500', '183306.177500', '183306.637500', '183307.097500', '183307.557500', '183308.017500', '183308.477500', '183308.937500', '183309.397500', '183309.857500', '183310.317500', '183310.777500', '183311.237500', '183311.697500', '183312.157500', '183312.617500', '183313.077500', '183313.537500', '183313.997500', '183314.457500', '183314.917500', '183315.377500', '183315.837500', '183316.297500', '183316.757500', '183317.217500', '183317.677500', '183318.137500', '183318.597500', '183319.057500', '183319.517500', '183319.977500', '183320.437500', '183320.897500', '183321.357500', '183321.817500', '183322.277500', '183322.737500', '183323.197500', '183323.657500', '183324.117500', '183324.577500', '183325.037500', '183325.497500', '183325.957500', '183326.417500', '183326.877500', '183327.337500', '183327.797500', '183328.257500', '183328.717500', '183329.177500', '183329.637500', '183330.097500', '183330.557500', '183331.017500', '183331.477500', '183331.937500', '183332.397500', '183332.857500', '183333.317500', '183333.777500', '183334.237500', '183334.697500', '183335.157500', '183335.617500', '183336.077500', '183336.537500', '183336.997500', '183337.457500', '183337.917500', '183338.377500', '183338.837500', '183339.297500', '183339.757500', '183340.217500', '183340.677500', '183341.137500', '183341.597500', '183342.057500', '183342.517500', '183342.977500', '183343.437500', '183343.897500', '183344.357500', '183344.817500', '183345.277500', '183345.737500', '183346.197500', '183346.657500', '183347.117500', '183347.577500', '183348.037500', '183348.497500', '183348.957500', '183349.417500', '183349.877500', '183350.337500', '183350.797500', '183351.257500', '183351.717500', '183352.177500', '183352.637500', '183353.097500', '183353.557500', '183354.017500', '183354.477500', '183354.937500', '183355.397500', '183355.857500', '183356.317500', '183356.777500', '183357.237500', '183357.697500', '183358.157500', '183358.617500', '183359.077500', '183359.537500', '183359.997500', '183400.457500', '183400.917500', '183401.377500', '183401.837500', '183402.297500', '183402.757500', '183403.217500', '183403.677500', '183404.137500', '183404.597500', '183405.057500', '183405.517500', '183405.977500', '183406.437500', '183406.897500', '183407.357500', '183407.817500', '183408.277500', '183408.737500', '183409.197500', '183409.657500', '183410.117500', '183410.577500', '183411.037500', '183411.497500', '183411.957500', '183412.417500', '183412.877500', '183413.337500', '183413.797500', '183414.257500', '183414.717500', '183415.177500', '183415.637500', '183416.097500', '183416.557500', '183417.017500', '183417.477500', '183417.937500', '183418.397500', '183418.857500', '183419.317500', '183419.777500', '183420.237500', '183420.697500', '183421.157500', '183421.617500', '183422.077500', '183422.537500', '183422.997500', '183423.457500', '183423.917500', '183424.377500', '183424.837500', '183425.297500', '183425.757500', '183426.217500', '183426.677500', '183427.137500', '183427.597500', '183428.057500', '183428.517500', '183428.977500', '183429.437500', '183429.897500', '183430.357500', '183430.817500', '183431.277500', '183431.737500', '183432.197500', '183432.657500', '183433.117500', '183433.577500', '183434.037500', '183434.497500', '183434.957500', '183435.417500', '183435.877500', '183436.337500', '183436.797500', '183437.257500', '183437.717500', '183438.177500', '183438.637500', '183439.097500', '183439.557500', '183440.017500', '183440.477500', '183440.937500', '183441.397500', '183441.857500', '183442.317500', '183442.777500', '183443.237500', '183443.697500', '183444.157500', '183444.617500', '183445.077500', '183445.537500', '183445.997500', '183446.457500', '183446.917500', '183447.377500', '183447.837500', '183448.297500', '183448.757500', '183449.217500', '183449.677500', '183450.137500', '183450.597500', '183451.057500', '183451.517500', '183451.977500', '183452.437500', '183452.897500', '183453.357500', '183453.817500', '183454.277500', '183454.737500', '183455.197500', '183455.657500', '183456.117500', '183456.577500', '183457.037500', '183457.497500', '183457.957500', '183458.417500', '183458.877500', '183459.337500', '183459.797500', '183500.257500', '183500.717500', '183501.177500', '183501.637500', '183502.097500', '183502.557500', '183503.017500', '183503.477500', '183503.937500', '183504.397500', '183504.857500', '183505.317500', '183505.777500', '183506.237500', '183506.697500', '183507.157500', '183507.617500', '183508.077500', '183508.537500', '183508.997500', '183509.457500', '183509.917500', '183510.377500', '183510.837500', '183511.297500', '183511.757500', '183512.217500', '183512.677500', '183513.137500', '183513.597500', '183514.057500', '183514.517500', '183514.977500', '183515.437500', '183515.897500', '183516.357500', '183516.817500', '183517.277500', '183517.737500', '183518.197500', '183518.657500', '183519.117500', '183519.577500', '183520.037500', '183520.497500', '183520.957500', '183521.417500', '183521.877500', '183522.337500', '183522.797500', '183523.257500', '183523.717500', '183524.177500', '183524.637500', '183525.097500', '183525.557500', '183526.017500', '183526.477500', '183526.937500', '183527.397500', '183527.857500', '183528.317500', '183528.777500', '183529.237500', '183529.697500', '183530.157500', '183530.617500', '183531.077500', '183531.537500', '183531.997500', '183532.457500', '183532.917500', '183533.377500', '183533.837500', '183534.297500', '183534.757500', '183535.217500', '183535.677500', '183536.137500', '183536.597500', '183537.057500', '183537.517500', '183537.977500', '183538.437500', '183538.897500', '183539.357500', '183539.817500', '183540.277500', '183540.737500', '183541.197500', '183541.657500', '183542.117500', '183542.577500', '183543.037500', '183543.497500', '183543.957500', '183544.417500', '183544.877500', '183545.337500', '183545.797500', '183546.257500', '183546.717500', '183547.177500', '183547.637500', '183548.097500', '183548.557500', '183549.017500', '183549.477500', '183549.937500', '183550.397500', '183550.857500', '183551.317500', '183551.777500', '183552.237500', '183552.697500', '183553.157500'], 'ContentTime': ['182657.602000', '182657.606000', '182657.609000', '182657.612000', '182657.615000', '182657.618000', '182657.621000', '182657.624000', '182657.627000', '182657.630000', '182657.633000', '182657.636000', '182657.639000', '182657.642000', '182657.645000', '182657.648000', '182657.651000', '182657.654000', '182657.657000', '182657.660000', '182657.663000', '182657.666000', '182657.669000', '182657.672000', '182657.675000', '182657.678000', '182657.681000', '182657.684000', '182657.687000', '182657.690000', '182657.693000', '182657.695000', '182657.698000', '182657.701000', '182657.704000', '182657.726000', '182657.729000', '182657.731000', '182657.734000', '182657.737000', '182657.740000', '182717.567000', '182717.570000', '182717.573000', '182717.576000', '182717.578000', '182717.581000', '182717.584000', '182717.587000', '182717.590000', '182717.593000', '182717.595000', '182717.598000', '182717.601000', '182717.604000', '182717.617000', '182717.620000', '182717.622000', '182717.625000', '182717.628000', '182717.631000', '182717.634000', '182717.636000', '182717.639000', '182717.642000', '182717.645000', '182717.648000', '182717.651000', '182717.653000', '182717.656000', '182717.659000', '182717.662000', '182717.665000', '182717.668000', '182717.670000', '182717.673000', '182717.676000', '182717.679000', '182717.682000', '182717.684000', '182717.687000', '182717.690000', '182717.693000', '182717.696000', '182717.699000', '182737.567000', '182737.570000', '182737.573000', '182737.576000', '182737.578000', '182737.581000', '182737.584000', '182737.587000', '182737.590000', '182737.593000', '182737.595000', '182737.598000', '182737.601000', '182737.604000', '182737.607000', '182737.609000', '182737.612000', '182737.615000', '182737.618000', '182737.621000', '182737.623000', '182737.626000', '182737.629000', '182737.632000', '182737.635000', '182737.638000', '182737.640000', '182737.643000', '182737.646000', '182737.649000', '182737.652000', '182737.655000', '182737.657000', '182737.660000', '182737.663000', '182737.666000', '182737.669000', '182737.672000', '182737.674000', '182737.677000', '182737.680000', '182737.683000', '182737.686000', '182757.567000', '182757.571000', '182757.574000', '182757.577000', '182757.580000', '182757.583000', '182757.585000', '182757.589000', '182757.592000', '182757.594000', '182757.597000', '182757.600000', '182757.603000', '182757.606000', '182757.609000', '182757.612000', '182757.615000', '182757.618000', '182757.621000', '182757.624000', '182757.626000', '182757.629000', '182757.642000', '182757.645000', '182757.648000', '182757.651000', '182757.654000', '182757.657000', '182757.660000', '182757.663000', '182757.666000', '182757.669000', '182757.672000', '182757.675000', '182757.678000', '182757.681000', '182757.683000', '182757.686000', '182757.689000', '182757.692000', '182757.695000', '182757.698000', '182757.701000', '182817.568000', '182817.571000', '182817.574000', '182817.577000', '182817.579000', '182817.582000', '182817.585000', '182817.588000', '182817.591000', '182817.599000', '182817.601000', '182817.604000', '182817.607000', '182817.610000', '182817.613000', '182817.616000', '182817.619000', '182817.622000', '182817.624000', '182817.627000', '182817.630000', '182817.633000', '182817.636000', '182817.639000', '182817.641000', '182817.644000', '182817.647000', '182817.650000', '182817.653000', '182817.656000', '182817.658000', '182817.661000', '182817.664000', '182817.667000', '182817.670000', '182817.673000', '182817.675000', '182817.678000', '182817.681000', '182817.684000', '182817.687000', '182817.690000', '182817.692000', '182817.695000', '182837.567000', '182837.570000', '182837.573000', '182837.576000', '182837.579000', '182837.583000', '182837.588000', '182837.591000', '182837.593000', '182837.596000', '182837.599000', '182837.602000', '182837.605000', '182837.608000', '182837.611000', '182837.614000', '182837.616000', '182837.619000', '182837.622000', '182837.625000', '182837.628000', '182837.631000', '182837.633000', '182837.636000', '182837.639000', '182837.642000', '182837.645000', '182837.648000', '182837.650000', '182837.653000', '182837.656000', '182837.659000', '182837.662000', '182837.665000', '182837.667000', '182837.670000', '182837.673000', '182837.676000', '182837.679000', '182837.682000', '182837.684000', '182837.687000', '182837.690000', '182857.567000', '182857.570000', '182857.573000', '182857.576000', '182857.579000', '182857.581000', '182857.584000', '182857.587000', '182857.590000', '182857.593000', '182857.613000', '182857.616000', '182857.619000', '182857.622000', '182857.624000', '182857.627000', '182857.630000', '182857.633000', '182857.636000', '182857.639000', '182857.641000', '182857.644000', '182857.647000', '182857.650000', '182857.653000', '182857.656000', '182857.658000', '182857.661000', '182857.664000', '182857.667000', '182857.670000', '182857.672000', '182857.675000', '182857.678000', '182857.681000', '182857.684000', '182857.687000', '182857.690000', '182857.692000', '182857.695000', '182857.698000', '182857.701000', '182857.704000', '182857.707000', '182917.567000', '182917.570000', '182917.573000', '182917.576000', '182917.579000', '182917.581000', '182917.584000', '182917.587000', '182917.590000', '182917.593000', '182917.597000', '182917.600000', '182917.603000', '182917.606000', '182917.609000', '182917.612000', '182917.615000', '182917.618000', '182917.621000', '182917.623000', '182917.626000', '182917.629000', '182917.632000', '182917.635000', '182917.638000', '182917.641000', '182917.643000', '182917.646000', '182917.649000', '182917.652000', '182917.655000', '182917.657000', '182917.660000', '182917.663000', '182917.666000', '182917.669000', '182917.671000', '182917.674000', '182917.677000', '182917.680000', '182917.683000', '182917.685000', '182917.688000', '182937.567000', '182937.570000', '182937.573000', '182937.576000', '182937.579000', '182937.581000', '182937.584000', '182937.587000', '182937.590000', '182937.593000', '182937.596000', '182937.599000', '182937.601000', '182937.604000', '182937.607000', '182937.610000', '182937.613000', '182937.616000', '182937.618000', '182937.621000', '182937.624000', '182937.627000', '182937.630000', '182937.633000', '182937.636000', '182937.638000', '182937.641000', '182937.644000', '182937.647000', '182937.650000', '182937.653000', '182937.656000', '182937.658000', '182937.661000', '182937.664000', '182937.667000', '182937.670000', '182937.673000', '182937.675000', '182937.678000', '182937.681000', '182937.684000', '182937.687000', '182937.690000', '182957.567000', '182957.570000', '182957.573000', '182957.576000', '182957.579000', '182957.581000', '182957.584000', '182957.587000', '182957.590000', '182957.593000', '182957.596000', '182957.599000', '182957.601000', '182957.604000', '182957.607000', '182957.610000', '182957.613000', '182957.616000', '182957.619000', '182957.622000', '182957.625000', '182957.629000', '182957.633000', '182957.636000', '182957.639000', '182957.642000', '182957.644000', '182957.647000', '182957.650000', '182957.653000', '182957.656000', '182957.659000', '182957.662000', '182957.664000', '182957.667000', '182957.670000', '182957.673000', '182957.676000', '182957.678000', '182957.681000', '182957.684000', '182957.687000', '182957.690000', '183017.567000', '183017.570000', '183017.573000', '183017.575000', '183017.578000', '183017.581000', '183017.584000', '183017.587000', '183017.590000', '183017.593000', '183017.596000', '183017.599000', '183017.601000', '183017.604000', '183017.607000', '183017.610000', '183017.613000', '183017.616000', '183017.618000', '183017.621000', '183017.624000', '183017.627000', '183017.630000', '183017.633000', '183017.635000', '183017.638000', '183017.641000', '183017.644000', '183017.647000', '183017.649000', '183017.652000', '183017.655000', '183017.658000', '183017.661000', '183017.663000', '183017.666000', '183017.669000', '183017.672000', '183017.675000', '183017.677000', '183017.680000', '183017.683000', '183017.686000', '183017.689000', '183037.568000', '183037.571000', '183037.574000', '183037.577000', '183037.579000', '183037.582000', '183037.585000', '183037.588000', '183037.591000', '183037.593000', '183037.596000', '183037.599000', '183037.602000', '183037.605000', '183037.608000', '183037.610000', '183037.613000', '183037.616000', '183037.619000', '183037.622000', '183037.625000', '183037.627000', '183037.630000', '183037.633000', '183037.636000', '183037.639000', '183037.641000', '183037.644000', '183037.649000', '183037.652000', '183037.654000', '183037.657000', '183037.660000', '183037.663000', '183037.666000', '183037.669000', '183037.671000', '183037.674000', '183037.677000', '183037.680000', '183037.683000', '183037.685000', '183037.688000', '183057.567000', '183057.570000', '183057.573000', '183057.576000', '183057.578000', '183057.581000', '183057.584000', '183057.587000', '183057.590000', '183057.592000', '183057.595000', '183057.598000', '183057.601000', '183057.604000', '183057.607000', '183057.609000', '183057.612000', '183057.615000', '183057.618000', '183057.621000', '183057.624000', '183057.626000', '183057.629000', '183057.632000', '183057.635000', '183057.638000', '183057.640000', '183057.643000', '183057.646000', '183057.649000', '183057.652000', '183057.655000', '183057.657000', '183057.660000', '183057.663000', '183057.666000', '183057.669000', '183057.672000', '183057.674000', '183057.677000', '183057.680000', '183057.683000', '183057.686000', '183057.688000', '183117.567000', '183117.570000', '183117.573000', '183117.576000', '183117.578000', '183117.581000', '183117.584000', '183117.587000', '183117.590000', '183117.593000', '183117.596000', '183117.599000', '183117.602000', '183117.605000', '183117.608000', '183117.611000', '183117.614000', '183117.617000', '183117.620000', '183117.622000', '183117.625000', '183117.628000', '183117.631000', '183117.634000', '183117.636000', '183117.639000', '183117.642000', '183117.645000', '183117.648000', '183117.650000', '183117.654000', '183117.657000', '183117.660000', '183117.663000', '183117.666000', '183117.669000', '183117.671000', '183117.674000', '183117.677000', '183117.680000', '183117.683000', '183117.685000', '183117.688000', '183137.567000', '183137.570000', '183137.573000', '183137.576000', '183137.579000', '183137.581000', '183137.584000', '183137.587000', '183137.590000', '183137.592000', '183137.595000', '183137.598000', '183137.601000', '183137.604000', '183137.606000', '183137.609000', '183137.612000', '183137.615000', '183137.618000', '183137.621000', '183137.623000', '183137.626000', '183137.629000', '183137.632000', '183137.635000', '183137.637000', '183137.640000', '183137.643000', '183137.646000', '183137.649000', '183137.651000', '183137.654000', '183137.657000', '183137.660000', '183137.663000', '183137.666000', '183137.669000', '183137.671000', '183137.674000', '183137.677000', '183137.680000', '183137.683000', '183137.685000', '183137.688000', '183157.567000', '183157.570000', '183157.573000', '183157.576000', '183157.579000', '183157.581000', '183157.584000', '183157.587000', '183157.590000', '183157.593000', '183157.595000', '183157.598000', '183157.601000', '183157.604000', '183157.607000', '183157.610000', '183157.623000', '183157.625000', '183157.628000', '183157.631000', '183157.634000', '183157.637000', '183157.639000', '183157.642000', '183157.645000', '183157.648000', '183157.651000', '183157.654000', '183157.656000', '183157.659000', '183157.662000', '183157.665000', '183157.668000', '183157.671000', '183157.673000', '183157.676000', '183157.679000', '183157.682000', '183157.685000', '183157.688000', '183157.691000', '183157.694000', '183157.697000', '183217.567000', '183217.570000', '183217.573000', '183217.576000', '183217.578000', '183217.581000', '183217.584000', '183217.587000', '183217.590000', '183217.592000', '183217.595000', '183217.598000', '183217.601000', '183217.604000', '183217.606000', '183217.609000', '183217.612000', '183217.615000', '183217.618000', '183217.621000', '183217.623000', '183217.626000', '183217.629000', '183217.632000', '183217.635000', '183217.637000', '183217.640000', '183217.643000', '183217.646000', '183217.648000', '183217.651000', '183217.654000', '183217.657000', '183217.660000', '183217.663000', '183217.665000', '183217.668000', '183217.671000', '183217.674000', '183217.677000', '183217.679000', '183217.682000', '183217.685000', '183217.688000', '183237.567000', '183237.570000', '183237.573000', '183237.576000', '183237.578000', '183237.581000', '183237.584000', '183237.587000', '183237.590000', '183237.592000', '183237.595000', '183237.598000', '183237.601000', '183237.604000', '183237.607000', '183237.609000', '183237.612000', '183237.615000', '183237.618000', '183237.621000', '183237.623000', '183237.626000', '183237.629000', '183237.632000', '183237.636000', '183237.639000', '183237.642000', '183237.645000', '183237.648000', '183237.651000', '183237.654000', '183237.657000', '183237.659000', '183237.662000', '183237.665000', '183237.668000', '183237.671000', '183237.673000', '183237.676000', '183237.679000', '183237.682000', '183237.685000', '183237.687000', '183257.568000', '183257.571000', '183257.574000', '183257.577000', '183257.579000', '183257.582000', '183257.585000', '183257.588000', '183257.591000', '183257.593000', '183257.596000', '183257.599000', '183257.602000', '183257.605000', '183257.608000', '183257.611000', '183257.613000', '183257.616000', '183257.619000', '183257.622000', '183257.625000', '183257.627000', '183257.630000', '183257.633000', '183257.636000', '183257.639000', '183257.642000', '183257.644000', '183257.647000', '183257.650000', '183257.653000', '183257.656000', '183257.659000', '183257.661000', '183257.664000', '183257.667000', '183257.670000', '183257.672000', '183257.675000', '183257.678000', '183257.681000', '183257.684000', '183257.687000', '183257.689000', '183317.567000', '183317.570000', '183317.573000', '183317.576000', '183317.578000', '183317.581000', '183317.584000', '183317.587000', '183317.590000', '183317.592000', '183317.595000', '183317.598000', '183317.601000', '183317.604000', '183317.606000', '183317.609000', '183317.612000', '183317.615000', '183317.618000', '183317.620000', '183317.623000', '183317.626000', '183317.629000', '183317.632000', '183317.635000', '183317.637000', '183317.640000', '183317.654000', '183317.657000', '183317.660000', '183317.663000', '183317.665000', '183317.668000', '183317.671000', '183317.674000', '183317.677000', '183317.680000', '183317.682000', '183317.685000', '183317.688000', '183317.691000', '183317.694000', '183317.697000', '183337.567000', '183337.570000', '183337.573000', '183337.576000', '183337.578000', '183337.581000', '183337.584000', '183337.587000', '183337.590000', '183337.592000', '183337.595000', '183337.598000', '183337.601000', '183337.604000', '183337.607000', '183337.609000', '183337.612000', '183337.615000', '183337.618000', '183337.620000', '183337.623000', '183337.626000', '183337.629000', '183337.632000', '183337.635000', '183337.637000', '183337.640000', '183337.643000', '183337.646000', '183337.649000', '183337.652000', '183337.654000', '183337.657000', '183337.660000', '183337.663000', '183337.666000', '183337.668000', '183337.671000', '183337.674000', '183337.677000', '183337.680000', '183337.683000', '183337.685000', '183337.688000', '183357.567000', '183357.570000', '183357.573000', '183357.576000', '183357.579000', '183357.582000', '183357.584000', '183357.587000', '183357.590000', '183357.593000', '183357.596000', '183357.599000', '183357.601000', '183357.604000', '183357.607000', '183357.610000', '183357.613000', '183357.616000', '183357.618000', '183357.621000', '183357.624000', '183357.627000', '183357.630000', '183357.633000', '183357.635000', '183357.638000', '183357.641000', '183357.644000', '183357.647000', '183357.650000', '183357.652000', '183357.655000', '183357.658000', '183357.661000', '183357.664000', '183357.667000', '183357.669000', '183357.674000', '183357.677000', '183357.680000', '183357.683000', '183357.686000', '183357.689000', '183417.567000', '183417.570000', '183417.573000', '183417.576000', '183417.578000', '183417.581000', '183417.584000', '183417.587000', '183417.590000', '183417.593000', '183417.595000', '183417.598000', '183417.601000', '183417.604000', '183417.607000', '183417.610000', '183417.612000', '183417.615000', '183417.618000', '183417.621000', '183417.624000', '183417.626000', '183417.629000', '183417.632000', '183417.635000', '183417.638000', '183417.641000', '183417.644000', '183417.647000', '183417.650000', '183417.652000', '183417.655000', '183417.658000', '183417.661000', '183417.664000', '183417.667000', '183417.670000', '183417.672000', '183417.675000', '183417.678000', '183417.681000', '183417.684000', '183417.686000', '183417.689000', '183437.567000', '183437.570000', '183437.573000', '183437.576000', '183437.579000', '183437.581000', '183437.584000', '183437.587000', '183437.590000', '183437.593000', '183437.596000', '183437.598000', '183437.601000', '183437.604000', '183437.607000', '183437.610000', '183437.612000', '183437.615000', '183437.618000', '183437.621000', '183437.624000', '183437.626000', '183437.629000', '183437.650000', '183437.653000', '183437.656000', '183437.659000', '183437.661000', '183437.664000', '183437.667000', '183437.670000', '183437.673000', '183437.676000', '183437.678000', '183437.681000', '183437.684000', '183437.687000', '183437.690000', '183437.693000', '183437.696000', '183437.698000', '183437.701000', '183437.704000', '183457.567000', '183457.570000', '183457.573000', '183457.582000', '183457.585000', '183457.588000', '183457.591000', '183457.594000', '183457.596000', '183457.599000', '183457.602000', '183457.605000', '183457.608000', '183457.611000', '183457.614000', '183457.617000', '183457.619000', '183457.622000', '183457.625000', '183457.628000', '183457.631000', '183457.633000', '183457.636000', '183457.639000', '183457.642000', '183457.645000', '183457.648000', '183457.650000', '183457.653000', '183457.656000', '183457.659000', '183457.662000', '183457.665000', '183457.667000', '183457.670000', '183457.673000', '183457.676000', '183457.679000', '183457.682000', '183457.685000', '183457.688000', '183457.690000', '183457.693000', '183457.696000', '183517.567000', '183517.570000', '183517.573000', '183517.576000', '183517.579000', '183517.582000', '183517.584000', '183517.587000', '183517.590000', '183517.593000', '183517.596000', '183517.599000', '183517.601000', '183517.604000', '183517.607000', '183517.610000', '183517.613000', '183517.616000', '183517.619000', '183517.621000', '183517.624000', '183517.627000', '183517.630000', '183517.633000', '183517.636000', '183517.639000', '183517.641000', '183517.644000', '183517.647000', '183517.650000', '183517.653000', '183517.656000', '183517.658000', '183517.661000', '183517.664000', '183517.667000', '183517.670000', '183517.673000', '183517.676000', '183517.678000', '183517.681000', '183517.684000', '183517.687000', '183537.568000', '183537.572000', '183537.576000', '183537.579000', '183537.581000', '183537.584000', '183537.587000', '183537.590000', '183537.593000', '183537.596000', '183537.598000', '183537.601000', '183537.604000', '183537.607000', '183537.610000', '183537.613000', '183537.616000', '183537.618000', '183537.622000', '183537.625000', '183537.628000', '183537.631000', '183537.634000', '183537.636000', '183537.639000', '183537.642000', '183537.645000', '183537.648000', '183537.651000', '183537.654000', '183537.657000', '183537.659000', '183537.662000', '183537.665000', '183537.668000', '183537.671000', '183537.674000', '183537.677000', '183537.680000', '183537.682000', '183537.685000', '183537.688000', '183537.691000', '183554.635000', '183554.638000', '183554.641000', '183554.644000', '183554.647000', '183554.650000', '183554.653000', '183554.657000', '183554.660000', '183554.663000', '183554.666000', '183554.669000', '183554.673000', '183554.676000', '183554.679000', '183554.682000', '183554.685000', '183554.689000', '183554.692000', '183554.695000', '183554.698000', '183554.711000', '183554.714000', '183554.716000', '183554.719000', '183554.722000', '183554.725000', '183554.728000', '183554.731000', '183554.733000', '183554.736000', '183554.739000', '183554.742000', '183554.745000', '183554.748000', '183554.750000', '183554.753000', '183554.756000'], 'InstanceCreationTime': ['182657.602000', '182657.606000', '182657.609000', '182657.612000', '182657.615000', '182657.618000', '182657.621000', '182657.624000', '182657.627000', '182657.630000', '182657.633000', '182657.636000', '182657.639000', '182657.642000', '182657.645000', '182657.648000', '182657.651000', '182657.654000', '182657.657000', '182657.660000', '182657.663000', '182657.666000', '182657.669000', '182657.672000', '182657.675000', '182657.678000', '182657.681000', '182657.684000', '182657.687000', '182657.690000', '182657.693000', '182657.695000', '182657.698000', '182657.701000', '182657.704000', '182657.726000', '182657.729000', '182657.731000', '182657.734000', '182657.737000', '182657.740000', '182717.567000', '182717.570000', '182717.573000', '182717.576000', '182717.578000', '182717.581000', '182717.584000', '182717.587000', '182717.590000', '182717.593000', '182717.595000', '182717.598000', '182717.601000', '182717.604000', '182717.617000', '182717.620000', '182717.622000', '182717.625000', '182717.628000', '182717.631000', '182717.634000', '182717.636000', '182717.639000', '182717.642000', '182717.645000', '182717.648000', '182717.651000', '182717.653000', '182717.656000', '182717.659000', '182717.662000', '182717.665000', '182717.668000', '182717.670000', '182717.673000', '182717.676000', '182717.679000', '182717.682000', '182717.684000', '182717.687000', '182717.690000', '182717.693000', '182717.696000', '182717.699000', '182737.567000', '182737.570000', '182737.573000', '182737.576000', '182737.578000', '182737.581000', '182737.584000', '182737.587000', '182737.590000', '182737.593000', '182737.595000', '182737.598000', '182737.601000', '182737.604000', '182737.607000', '182737.609000', '182737.612000', '182737.615000', '182737.618000', '182737.621000', '182737.623000', '182737.626000', '182737.629000', '182737.632000', '182737.635000', '182737.638000', '182737.640000', '182737.643000', '182737.646000', '182737.649000', '182737.652000', '182737.655000', '182737.657000', '182737.660000', '182737.663000', '182737.666000', '182737.669000', '182737.672000', '182737.674000', '182737.677000', '182737.680000', '182737.683000', '182737.686000', '182757.567000', '182757.571000', '182757.574000', '182757.577000', '182757.580000', '182757.583000', '182757.585000', '182757.589000', '182757.592000', '182757.594000', '182757.597000', '182757.600000', '182757.603000', '182757.606000', '182757.609000', '182757.612000', '182757.615000', '182757.618000', '182757.621000', '182757.624000', '182757.626000', '182757.629000', '182757.642000', '182757.645000', '182757.648000', '182757.651000', '182757.654000', '182757.657000', '182757.660000', '182757.663000', '182757.666000', '182757.669000', '182757.672000', '182757.675000', '182757.678000', '182757.681000', '182757.683000', '182757.686000', '182757.689000', '182757.692000', '182757.695000', '182757.698000', '182757.701000', '182817.568000', '182817.571000', '182817.574000', '182817.577000', '182817.579000', '182817.582000', '182817.585000', '182817.588000', '182817.591000', '182817.599000', '182817.601000', '182817.604000', '182817.607000', '182817.610000', '182817.613000', '182817.616000', '182817.619000', '182817.622000', '182817.624000', '182817.627000', '182817.630000', '182817.633000', '182817.636000', '182817.639000', '182817.641000', '182817.644000', '182817.647000', '182817.650000', '182817.653000', '182817.656000', '182817.658000', '182817.661000', '182817.664000', '182817.667000', '182817.670000', '182817.673000', '182817.675000', '182817.678000', '182817.681000', '182817.684000', '182817.687000', '182817.690000', '182817.692000', '182817.695000', '182837.567000', '182837.570000', '182837.573000', '182837.576000', '182837.579000', '182837.583000', '182837.588000', '182837.591000', '182837.593000', '182837.596000', '182837.599000', '182837.602000', '182837.605000', '182837.608000', '182837.611000', '182837.614000', '182837.616000', '182837.619000', '182837.622000', '182837.625000', '182837.628000', '182837.631000', '182837.633000', '182837.636000', '182837.639000', '182837.642000', '182837.645000', '182837.648000', '182837.650000', '182837.653000', '182837.656000', '182837.659000', '182837.662000', '182837.665000', '182837.667000', '182837.670000', '182837.673000', '182837.676000', '182837.679000', '182837.682000', '182837.684000', '182837.687000', '182837.690000', '182857.567000', '182857.570000', '182857.573000', '182857.576000', '182857.579000', '182857.581000', '182857.584000', '182857.587000', '182857.590000', '182857.593000', '182857.613000', '182857.616000', '182857.619000', '182857.622000', '182857.624000', '182857.627000', '182857.630000', '182857.633000', '182857.636000', '182857.639000', '182857.641000', '182857.644000', '182857.647000', '182857.650000', '182857.653000', '182857.656000', '182857.658000', '182857.661000', '182857.664000', '182857.667000', '182857.670000', '182857.672000', '182857.675000', '182857.678000', '182857.681000', '182857.684000', '182857.687000', '182857.690000', '182857.692000', '182857.695000', '182857.698000', '182857.701000', '182857.704000', '182857.707000', '182917.567000', '182917.570000', '182917.573000', '182917.576000', '182917.579000', '182917.581000', '182917.584000', '182917.587000', '182917.590000', '182917.593000', '182917.597000', '182917.600000', '182917.603000', '182917.606000', '182917.609000', '182917.612000', '182917.615000', '182917.618000', '182917.621000', '182917.623000', '182917.626000', '182917.629000', '182917.632000', '182917.635000', '182917.638000', '182917.641000', '182917.643000', '182917.646000', '182917.649000', '182917.652000', '182917.655000', '182917.657000', '182917.660000', '182917.663000', '182917.666000', '182917.669000', '182917.671000', '182917.674000', '182917.677000', '182917.680000', '182917.683000', '182917.685000', '182917.688000', '182937.567000', '182937.570000', '182937.573000', '182937.576000', '182937.579000', '182937.581000', '182937.584000', '182937.587000', '182937.590000', '182937.593000', '182937.596000', '182937.599000', '182937.601000', '182937.604000', '182937.607000', '182937.610000', '182937.613000', '182937.616000', '182937.618000', '182937.621000', '182937.624000', '182937.627000', '182937.630000', '182937.633000', '182937.636000', '182937.638000', '182937.641000', '182937.644000', '182937.647000', '182937.650000', '182937.653000', '182937.656000', '182937.658000', '182937.661000', '182937.664000', '182937.667000', '182937.670000', '182937.673000', '182937.675000', '182937.678000', '182937.681000', '182937.684000', '182937.687000', '182937.690000', '182957.567000', '182957.570000', '182957.573000', '182957.576000', '182957.579000', '182957.581000', '182957.584000', '182957.587000', '182957.590000', '182957.593000', '182957.596000', '182957.599000', '182957.601000', '182957.604000', '182957.607000', '182957.610000', '182957.613000', '182957.616000', '182957.619000', '182957.622000', '182957.625000', '182957.629000', '182957.633000', '182957.636000', '182957.639000', '182957.642000', '182957.644000', '182957.647000', '182957.650000', '182957.653000', '182957.656000', '182957.659000', '182957.662000', '182957.664000', '182957.667000', '182957.670000', '182957.673000', '182957.676000', '182957.678000', '182957.681000', '182957.684000', '182957.687000', '182957.690000', '183017.567000', '183017.570000', '183017.573000', '183017.575000', '183017.578000', '183017.581000', '183017.584000', '183017.587000', '183017.590000', '183017.593000', '183017.596000', '183017.599000', '183017.601000', '183017.604000', '183017.607000', '183017.610000', '183017.613000', '183017.616000', '183017.618000', '183017.621000', '183017.624000', '183017.627000', '183017.630000', '183017.633000', '183017.635000', '183017.638000', '183017.641000', '183017.644000', '183017.647000', '183017.649000', '183017.652000', '183017.655000', '183017.658000', '183017.661000', '183017.663000', '183017.666000', '183017.669000', '183017.672000', '183017.675000', '183017.677000', '183017.680000', '183017.683000', '183017.686000', '183017.689000', '183037.568000', '183037.571000', '183037.574000', '183037.577000', '183037.579000', '183037.582000', '183037.585000', '183037.588000', '183037.591000', '183037.593000', '183037.596000', '183037.599000', '183037.602000', '183037.605000', '183037.608000', '183037.610000', '183037.613000', '183037.616000', '183037.619000', '183037.622000', '183037.625000', '183037.627000', '183037.630000', '183037.633000', '183037.636000', '183037.639000', '183037.641000', '183037.644000', '183037.649000', '183037.652000', '183037.654000', '183037.657000', '183037.660000', '183037.663000', '183037.666000', '183037.669000', '183037.671000', '183037.674000', '183037.677000', '183037.680000', '183037.683000', '183037.685000', '183037.688000', '183057.567000', '183057.570000', '183057.573000', '183057.576000', '183057.578000', '183057.581000', '183057.584000', '183057.587000', '183057.590000', '183057.592000', '183057.595000', '183057.598000', '183057.601000', '183057.604000', '183057.607000', '183057.609000', '183057.612000', '183057.615000', '183057.618000', '183057.621000', '183057.624000', '183057.626000', '183057.629000', '183057.632000', '183057.635000', '183057.638000', '183057.640000', '183057.643000', '183057.646000', '183057.649000', '183057.652000', '183057.655000', '183057.657000', '183057.660000', '183057.663000', '183057.666000', '183057.669000', '183057.672000', '183057.674000', '183057.677000', '183057.680000', '183057.683000', '183057.686000', '183057.688000', '183117.567000', '183117.570000', '183117.573000', '183117.576000', '183117.578000', '183117.581000', '183117.584000', '183117.587000', '183117.590000', '183117.593000', '183117.596000', '183117.599000', '183117.602000', '183117.605000', '183117.608000', '183117.611000', '183117.614000', '183117.617000', '183117.620000', '183117.622000', '183117.625000', '183117.628000', '183117.631000', '183117.634000', '183117.636000', '183117.639000', '183117.642000', '183117.645000', '183117.648000', '183117.650000', '183117.654000', '183117.657000', '183117.660000', '183117.663000', '183117.666000', '183117.669000', '183117.671000', '183117.674000', '183117.677000', '183117.680000', '183117.683000', '183117.685000', '183117.688000', '183137.567000', '183137.570000', '183137.573000', '183137.576000', '183137.579000', '183137.581000', '183137.584000', '183137.587000', '183137.590000', '183137.592000', '183137.595000', '183137.598000', '183137.601000', '183137.604000', '183137.606000', '183137.609000', '183137.612000', '183137.615000', '183137.618000', '183137.621000', '183137.623000', '183137.626000', '183137.629000', '183137.632000', '183137.635000', '183137.637000', '183137.640000', '183137.643000', '183137.646000', '183137.649000', '183137.651000', '183137.654000', '183137.657000', '183137.660000', '183137.663000', '183137.666000', '183137.669000', '183137.671000', '183137.674000', '183137.677000', '183137.680000', '183137.683000', '183137.685000', '183137.688000', '183157.567000', '183157.570000', '183157.573000', '183157.576000', '183157.579000', '183157.581000', '183157.584000', '183157.587000', '183157.590000', '183157.593000', '183157.595000', '183157.598000', '183157.601000', '183157.604000', '183157.607000', '183157.610000', '183157.623000', '183157.625000', '183157.628000', '183157.631000', '183157.634000', '183157.637000', '183157.639000', '183157.642000', '183157.645000', '183157.648000', '183157.651000', '183157.654000', '183157.656000', '183157.659000', '183157.662000', '183157.665000', '183157.668000', '183157.671000', '183157.673000', '183157.676000', '183157.679000', '183157.682000', '183157.685000', '183157.688000', '183157.691000', '183157.694000', '183157.697000', '183217.567000', '183217.570000', '183217.573000', '183217.576000', '183217.578000', '183217.581000', '183217.584000', '183217.587000', '183217.590000', '183217.592000', '183217.595000', '183217.598000', '183217.601000', '183217.604000', '183217.606000', '183217.609000', '183217.612000', '183217.615000', '183217.618000', '183217.621000', '183217.623000', '183217.626000', '183217.629000', '183217.632000', '183217.635000', '183217.637000', '183217.640000', '183217.643000', '183217.646000', '183217.648000', '183217.651000', '183217.654000', '183217.657000', '183217.660000', '183217.663000', '183217.665000', '183217.668000', '183217.671000', '183217.674000', '183217.677000', '183217.679000', '183217.682000', '183217.685000', '183217.688000', '183237.567000', '183237.570000', '183237.573000', '183237.576000', '183237.578000', '183237.581000', '183237.584000', '183237.587000', '183237.590000', '183237.592000', '183237.595000', '183237.598000', '183237.601000', '183237.604000', '183237.607000', '183237.609000', '183237.612000', '183237.615000', '183237.618000', '183237.621000', '183237.623000', '183237.626000', '183237.629000', '183237.632000', '183237.636000', '183237.639000', '183237.642000', '183237.645000', '183237.648000', '183237.651000', '183237.654000', '183237.657000', '183237.659000', '183237.662000', '183237.665000', '183237.668000', '183237.671000', '183237.673000', '183237.676000', '183237.679000', '183237.682000', '183237.685000', '183237.687000', '183257.568000', '183257.571000', '183257.574000', '183257.577000', '183257.579000', '183257.582000', '183257.585000', '183257.588000', '183257.591000', '183257.593000', '183257.596000', '183257.599000', '183257.602000', '183257.605000', '183257.608000', '183257.611000', '183257.613000', '183257.616000', '183257.619000', '183257.622000', '183257.625000', '183257.627000', '183257.630000', '183257.633000', '183257.636000', '183257.639000', '183257.642000', '183257.644000', '183257.647000', '183257.650000', '183257.653000', '183257.656000', '183257.659000', '183257.661000', '183257.664000', '183257.667000', '183257.670000', '183257.672000', '183257.675000', '183257.678000', '183257.681000', '183257.684000', '183257.687000', '183257.689000', '183317.567000', '183317.570000', '183317.573000', '183317.576000', '183317.578000', '183317.581000', '183317.584000', '183317.587000', '183317.590000', '183317.592000', '183317.595000', '183317.598000', '183317.601000', '183317.604000', '183317.606000', '183317.609000', '183317.612000', '183317.615000', '183317.618000', '183317.620000', '183317.623000', '183317.626000', '183317.629000', '183317.632000', '183317.635000', '183317.637000', '183317.640000', '183317.654000', '183317.657000', '183317.660000', '183317.663000', '183317.665000', '183317.668000', '183317.671000', '183317.674000', '183317.677000', '183317.680000', '183317.682000', '183317.685000', '183317.688000', '183317.691000', '183317.694000', '183317.697000', '183337.567000', '183337.570000', '183337.573000', '183337.576000', '183337.578000', '183337.581000', '183337.584000', '183337.587000', '183337.590000', '183337.592000', '183337.595000', '183337.598000', '183337.601000', '183337.604000', '183337.607000', '183337.609000', '183337.612000', '183337.615000', '183337.618000', '183337.620000', '183337.623000', '183337.626000', '183337.629000', '183337.632000', '183337.635000', '183337.637000', '183337.640000', '183337.643000', '183337.646000', '183337.649000', '183337.652000', '183337.654000', '183337.657000', '183337.660000', '183337.663000', '183337.666000', '183337.668000', '183337.671000', '183337.674000', '183337.677000', '183337.680000', '183337.683000', '183337.685000', '183337.688000', '183357.567000', '183357.570000', '183357.573000', '183357.576000', '183357.579000', '183357.582000', '183357.584000', '183357.587000', '183357.590000', '183357.593000', '183357.596000', '183357.599000', '183357.601000', '183357.604000', '183357.607000', '183357.610000', '183357.613000', '183357.616000', '183357.618000', '183357.621000', '183357.624000', '183357.627000', '183357.630000', '183357.633000', '183357.635000', '183357.638000', '183357.641000', '183357.644000', '183357.647000', '183357.650000', '183357.652000', '183357.655000', '183357.658000', '183357.661000', '183357.664000', '183357.667000', '183357.669000', '183357.674000', '183357.677000', '183357.680000', '183357.683000', '183357.686000', '183357.689000', '183417.567000', '183417.570000', '183417.573000', '183417.576000', '183417.578000', '183417.581000', '183417.584000', '183417.587000', '183417.590000', '183417.593000', '183417.595000', '183417.598000', '183417.601000', '183417.604000', '183417.607000', '183417.610000', '183417.612000', '183417.615000', '183417.618000', '183417.621000', '183417.624000', '183417.626000', '183417.629000', '183417.632000', '183417.635000', '183417.638000', '183417.641000', '183417.644000', '183417.647000', '183417.650000', '183417.652000', '183417.655000', '183417.658000', '183417.661000', '183417.664000', '183417.667000', '183417.670000', '183417.672000', '183417.675000', '183417.678000', '183417.681000', '183417.684000', '183417.686000', '183417.689000', '183437.567000', '183437.570000', '183437.573000', '183437.576000', '183437.579000', '183437.581000', '183437.584000', '183437.587000', '183437.590000', '183437.593000', '183437.596000', '183437.598000', '183437.601000', '183437.604000', '183437.607000', '183437.610000', '183437.612000', '183437.615000', '183437.618000', '183437.621000', '183437.624000', '183437.626000', '183437.629000', '183437.650000', '183437.653000', '183437.656000', '183437.659000', '183437.661000', '183437.664000', '183437.667000', '183437.670000', '183437.673000', '183437.676000', '183437.678000', '183437.681000', '183437.684000', '183437.687000', '183437.690000', '183437.693000', '183437.696000', '183437.698000', '183437.701000', '183437.704000', '183457.567000', '183457.570000', '183457.573000', '183457.582000', '183457.585000', '183457.588000', '183457.591000', '183457.594000', '183457.596000', '183457.599000', '183457.602000', '183457.605000', '183457.608000', '183457.611000', '183457.614000', '183457.617000', '183457.619000', '183457.622000', '183457.625000', '183457.628000', '183457.631000', '183457.633000', '183457.636000', '183457.639000', '183457.642000', '183457.645000', '183457.648000', '183457.650000', '183457.653000', '183457.656000', '183457.659000', '183457.662000', '183457.665000', '183457.667000', '183457.670000', '183457.673000', '183457.676000', '183457.679000', '183457.682000', '183457.685000', '183457.688000', '183457.690000', '183457.693000', '183457.696000', '183517.567000', '183517.570000', '183517.573000', '183517.576000', '183517.579000', '183517.582000', '183517.584000', '183517.587000', '183517.590000', '183517.593000', '183517.596000', '183517.599000', '183517.601000', '183517.604000', '183517.607000', '183517.610000', '183517.613000', '183517.616000', '183517.619000', '183517.621000', '183517.624000', '183517.627000', '183517.630000', '183517.633000', '183517.636000', '183517.639000', '183517.641000', '183517.644000', '183517.647000', '183517.650000', '183517.653000', '183517.656000', '183517.658000', '183517.661000', '183517.664000', '183517.667000', '183517.670000', '183517.673000', '183517.676000', '183517.678000', '183517.681000', '183517.684000', '183517.687000', '183537.568000', '183537.572000', '183537.576000', '183537.579000', '183537.581000', '183537.584000', '183537.587000', '183537.590000', '183537.593000', '183537.596000', '183537.598000', '183537.601000', '183537.604000', '183537.607000', '183537.610000', '183537.613000', '183537.616000', '183537.618000', '183537.622000', '183537.625000', '183537.628000', '183537.631000', '183537.634000', '183537.636000', '183537.639000', '183537.642000', '183537.645000', '183537.648000', '183537.651000', '183537.654000', '183537.657000', '183537.659000', '183537.662000', '183537.665000', '183537.668000', '183537.671000', '183537.674000', '183537.677000', '183537.680000', '183537.682000', '183537.685000', '183537.688000', '183537.691000', '183554.635000', '183554.638000', '183554.641000', '183554.644000', '183554.647000', '183554.650000', '183554.653000', '183554.657000', '183554.660000', '183554.663000', '183554.666000', '183554.669000', '183554.673000', '183554.676000', '183554.679000', '183554.682000', '183554.685000', '183554.689000', '183554.692000', '183554.695000', '183554.698000', '183554.711000', '183554.714000', '183554.716000', '183554.719000', '183554.722000', '183554.725000', '183554.728000', '183554.731000', '183554.733000', '183554.736000', '183554.739000', '183554.742000', '183554.745000', '183554.748000', '183554.750000', '183554.753000', '183554.756000'], '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': [12831, 10839, 13634, 10140, 8854, 12435, 9499, 13074, 9703, 13260, 10308, 14291, 10592, 14742, 10621, 14177, 11325, 14346, 11150, 8995, 15646, 9654, 14540, 10534, 14072, 9211, 10338, 10968, 9407, 16686, 9940, 14414, 9606, 13535, 9373, 12298, 9641, 10714, 9060, 10062, 12308, 9324, 18685, 10359, 13324, 10287, 10408, 14207, 10082, 16915, 9679, 12724, 9474, 11096, 16105, 10183, 16635, 9584, 13993, 9620, 13141, 9303, 11376, 8794, 11446, 10929, 11116, 13991, 9658, 16921, 9840, 16332, 10764, 16039, 12503, 10298, 16894, 10970, 19357, 8945, 14165, 9361, 13377, 10232, 12108, 9044, 10584, 9056, 10333, 8896, 10146, 9647, 8796, 15924, 9123, 15737, 10696, 14291, 9817, 12357, 9215, 12231, 9024, 11727, 9310, 10664, 9138, 11191, 15126, 11334, 14819, 10243, 15704, 10927, 19745, 10369, 20351, 10222, 16883, 12828, 18596, 9992, 12694, 9403, 12366, 9247, 12711, 9219, 11620, 9119, 12753, 9274, 12706, 9303, 12600, 9564, 12798, 10464, 10163, 9925, 8966, 13377, 9117, 16183, 10343, 17207, 10028, 18013, 14409, 19641, 10444, 17935, 10192, 16959, 14261, 20677, 10044, 15910, 9331, 9869, 10848, 8697, 11955, 8845, 13035, 9696, 12994, 10834, 8849, 11240, 9264, 14802, 9555, 12865, 9067, 9157, 12554, 9408, 14644, 9495, 10022, 10926, 9005, 15791, 10116, 14821, 9762, 9475, 12742, 9178, 16344, 9723, 10896, 10788, 9345, 14843, 9232, 17809, 10148, 15567, 13337, 13793, 11542, 10121, 12342, 9300, 15531, 9491, 15154, 9856, 11077, 10601, 8825, 11105, 8832, 13005, 9804, 12691, 10280, 9102, 10516, 8674, 14079, 9572, 12267, 9935, 8938, 12366, 9173, 16379, 10064, 16923, 10712, 14494, 11397, 12598, 12246, 9088, 13929, 9616, 17720, 12969, 18992, 9663, 15638, 10811, 13204, 12483, 9105, 12471, 9117, 13461, 9636, 15671, 9823, 14763, 9842, 13894, 9998, 13556, 9746, 8551, 11468, 10139, 17943, 13707, 8773, 8621, 11354, 17290, 11988, 17157, 12359, 14856, 9698, 14476, 10984, 17020, 12937, 17451, 10808, 13166, 10337, 13784, 11488, 9748, 10208, 8997, 10279, 9883, 10402, 9964, 9496, 16145, 9727, 16820, 11003, 15533, 9334, 12418, 8993, 12023, 10018, 10583, 9181, 9729, 9178, 11231, 10282, 9992, 12234, 9329, 15763, 10444, 17731, 9820, 16165, 9781, 13957, 10003, 14582, 10153, 12812, 9834, 13458, 9862, 14808, 9492, 13962, 9291, 13699, 10729, 16515, 10272, 9066, 10116, 8930, 13480, 9558, 14834, 9021, 13532, 9528, 13447, 11161, 8931, 13739, 9747, 14950, 13246, 9847, 20264, 10015, 17707, 11253, 17399, 13376, 9629, 12100, 10325, 11390, 14218, 9900, 9324, 11621, 9685, 12066, 11174, 18818, 13458, 18918, 14716, 14040, 11239, 13990, 11848, 18041, 12777, 10814, 11092, 8701, 11926, 9308, 13871, 10006, 15041, 10118, 14182, 10554, 13733, 10766, 15087, 10848, 14688, 10163, 14647, 10573, 14078, 10952, 13492, 9651, 9421, 9829, 12792, 10103, 18409, 11063, 14626, 10167, 13059, 9459, 12643, 9211, 10935, 9668, 10474, 13599, 10919, 13628, 10102, 14498, 10189, 15690, 10761, 15230, 10434, 13966, 10328, 13021, 10214, 12892, 9466, 10766, 12065, 10447, 18417, 11076, 16134, 10444, 13182, 9834, 12452, 9597, 11594, 9352, 10070, 14050, 9895, 17531, 10622, 13546, 9886, 12595, 9229, 10444, 14060, 10152, 15965, 10191, 14497, 10521, 13437, 9697, 13342, 9020, 12016, 8931, 12245, 9289, 13297, 9352, 13996, 9035, 12599, 10158, 12624, 17660, 12669, 19125, 11311, 15509, 10342, 13808, 11153, 12828, 9407, 11072, 11637, 10224, 15165, 10276, 15119, 10460, 12680, 9577, 14224, 10050, 15639, 10800, 12570, 9958, 11874, 10393, 14910, 11148, 15201, 10532, 13982, 10535, 16395, 10987, 16092, 10668, 14094, 10205, 11451, 11135, 9120, 13857, 9071, 14924, 9913, 12471, 11997, 9113, 13332, 9304, 13508, 18240, 13501, 18681, 11179, 15820, 10778, 16951, 11489, 18026, 10310, 14754, 10166, 15163, 10573, 15791, 10291, 14138, 10041, 13831, 10428, 14915, 10597, 13863, 10527, 14492, 10106, 15644, 10544, 14242, 10069, 13703, 9588, 14369, 10983, 13205, 12885, 10721, 13492, 10499, 18995, 11480, 17721, 10445, 15048, 10528, 14870, 10521, 14689, 10233, 13488, 9482, 12386, 9289, 12974, 10605, 11074, 12389, 11064, 17058, 11122, 16029, 10211, 15607, 10468, 14504, 10407, 14993, 9995, 13867, 10548, 14295, 10115, 14946, 10077, 14268, 9416, 14119, 9609, 14101, 9247, 13018, 9177, 12490, 13622, 13407, 11259, 11650, 11689, 11122, 13326, 12554, 10693, 11144, 10854, 11564, 13650, 12650, 12522, 11546, 12222, 11526, 14419, 12453, 13404, 11314, 11974, 10986, 14130, 11611, 12704, 11412, 12519, 10867, 15644, 11142, 17979, 11069, 17141, 11014, 15604, 11051, 16037, 10631, 14683, 10794, 13489, 10405, 14653, 9934, 14019, 9986, 14472, 10291, 15852, 10215, 15131, 9653, 14270, 17241, 13585, 19498, 11501, 20322, 11110, 16923, 12265, 17525, 10870, 14080, 10438, 13833, 10506, 15204, 10388, 13405, 10370, 12968, 10623, 9132, 11902, 8499, 13033, 9927, 13734, 18082, 12288, 18831, 10421, 18373, 11302, 20729, 11382, 17688, 10579, 16006, 10813, 16484, 10636, 13821, 10125, 12264, 10656, 12624, 11013, 9101, 11076, 9723, 12268, 9196, 13380, 8818, 12714, 9549, 13753, 9363, 13874, 8996, 11794, 9909, 12170, 10583, 12893, 9731, 12117, 11970, 11956, 18513, 11563, 18469, 10865, 15483, 11129, 14576, 11549, 15041, 10426, 13633, 10517, 14417, 10953, 15599, 10362, 14509, 10593, 14101, 11567, 14415, 11320, 10259, 11996, 11723, 15758, 14090, 13376, 14264, 11477, 19706, 11666, 21807, 10940, 16866, 10917, 14140, 10757, 14581, 10279, 13531, 10528, 13432, 10298, 15149, 10803, 13856, 10374, 14532, 10542, 14812, 10845, 14916, 10605, 13793, 9956, 13408, 9496, 14004, 9874, 13188, 8773, 13268, 9347, 15047, 10297, 15447, 9581, 14256, 10296, 15464, 10924, 16102, 10726, 14787, 10818, 16270, 11540, 17948, 10490, 14590, 10601, 15733, 10946, 15156, 10340, 13748, 10108, 14295, 10492, 14592, 10359, 14071, 10575, 15214, 10921, 19216, 10924, 17064, 10891, 16817, 12095, 16342, 10878, 10946, 11189, 11337, 13567, 10857, 13487, 9646, 14062, 9360, 14880, 9538, 14676, 9220, 14245, 10188, 16203, 10849, 14825, 10570, 14514, 10492, 12701, 10324, 12377, 10231, 11271, 11676, 9591, 12144, 8651, 12284, 8837, 14146, 10147, 15200, 9887, 15324, 10674, 14789, 10729, 16853, 11159, 11467, 10264, 9382, 12183, 8770, 12721, 8933, 13171, 10307, 16136, 12762, 13025, 10512, 13666, 10649, 15066, 9968, 13190, 9486, 13219, 9941, 13689, 9417, 12534, 8917, 8622, 9009, 8692, 8214, 12613, 10907, 9333, 9386, 19782, 17070, 18149, 19561, 15811, 17770, 17408, 16186, 17812, 15170, 17509, 19602, 13377, 21903, 13989, 20432, 12191, 19241, 10011, 14997, 9786, 16185, 10544, 14139, 10316, 14107, 10373, 12967, 10157, 12955, 9782, 12154, 9954, 12221, 8522, 11803, 9020, 10958, 13435, 9801, 15816, 9673, 15534, 9966, 13555, 10026, 12477, 9336, 13598, 9479, 13095, 9129, 13548, 9250, 10772, 10579, 8950, 11121, 14896, 10899, 18969, 13645, 18429, 10632, 15358, 11308, 15757, 12458, 15465, 11229, 13095, 9854, 12244, 9282, 12959, 8918, 12838, 8875, 12817, 8515, 13620, 8994, 13851, 9343, 13741, 9572, 15593, 11288, 17066, 10267, 15411, 10776, 16981, 11527, 15985, 12268, 12095, 10669, 12041, 13483, 11160, 14721, 10630, 12741, 10953, 10735, 11211, 8672, 11473, 8556, 11687, 11262, 11286, 14936, 9758, 16380, 9771, 14694, 10395, 15061, 10043, 13056, 9753, 12535, 9911, 13593, 9813, 12643, 9220, 12705, 9556, 14082, 12425, 11815, 15867, 10349, 17117, 10091, 16536, 9654, 14812, 9077, 11972, 9551, 12286, 10800, 13410, 10011, 17548, 9683, 17246, 12667, 17507, 12028, 13437, 11584, 10915, 14177, 10955, 15816, 9377, 15165, 9573, 15425, 9991, 14362, 10103, 12070, 9993, 11293, 8764, 10808, 10313, 10259, 11223, 9187, 12855, 9435, 13655, 10096, 12013, 9771, 11841, 9886, 15721, 10125, 14860, 10524, 15054, 9848, 14756, 10512, 16347, 10827, 15123, 10596, 14721, 11794, 15120, 11776, 12319, 11393, 12494, 12212, 10982, 11424, 9730, 11494, 11127, 12969, 9044, 13242, 9578, 14033, 9553, 15146, 9438, 14477, 9087, 14081, 9444, 13354, 9577, 11291, 10217, 8341, 12816, 8942, 13648, 9741, 14571, 10977, 8569, 13554, 10077, 16064, 11715, 20481, 10261, 17018, 14449, 12276, 17323, 11267, 17530, 9719, 18305, 13326, 16261, 11046, 9808, 14364, 10054, 14622, 11521, 9246, 11870, 9483, 15161, 10357, 12957, 11771, 9707, 13905, 10041, 13633, 10565, 9398, 12589, 10096, 14566, 9947, 14772, 10677, 13360, 10957, 9837, 12434, 9487, 12611, 9823, 11047, 12327, 9526, 9843, 11267, 9434, 14468, 10382, 10234, 11437, 9276, 9224, 11506, 10472, 11281], 'WindowCenter': [4625.0, 4590.0, 4606.0, 4562.0, 4543.0, 4582.0, 4552.0, 4591.0, 4553.0, 4594.0, 4576.0, 4615.0, 4588.0, 4628.0, 4602.0, 4632.0, 4601.0, 4630.0, 4600.0, 4560.0, 4639.0, 4580.0, 4631.0, 4591.0, 4630.0, 4569.0, 4590.0, 4600.0, 4583.0, 4651.0, 4592.0, 4631.0, 4592.0, 4632.0, 4595.0, 4624.0, 4583.0, 4603.0, 4584.0, 4605.0, 4624.0, 4596.0, 4688.0, 4605.0, 4634.0, 4592.0, 4604.0, 4632.0, 4604.0, 4664.0, 4594.0, 4622.0, 4593.0, 4614.0, 4653.0, 4592.0, 4663.0, 4582.0, 4642.0, 4593.0, 4632.0, 4582.0, 4611.0, 4583.0, 4623.0, 4613.0, 4613.0, 4642.0, 4593.0, 4664.0, 4593.0, 4665.0, 4602.0, 4651.0, 4621.0, 4602.0, 4661.0, 4602.0, 4671.0, 4580.0, 4630.0, 4582.0, 4630.0, 4602.0, 4620.0, 4582.0, 4601.0, 4594.0, 4603.0, 4594.0, 4614.0, 4593.0, 4585.0, 4664.0, 4607.0, 4665.0, 4617.0, 4654.0, 4605.0, 4633.0, 4606.0, 4635.0, 4595.0, 4625.0, 4595.0, 4615.0, 4595.0, 4626.0, 4667.0, 4625.0, 4654.0, 4615.0, 4665.0, 4626.0, 4695.0, 4604.0, 4694.0, 4602.0, 4661.0, 4632.0, 4669.0, 4592.0, 4618.0, 4580.0, 4619.0, 4591.0, 4630.0, 4591.0, 4611.0, 4593.0, 4632.0, 4594.0, 4633.0, 4595.0, 4633.0, 4606.0, 4645.0, 4627.0, 4616.0, 4615.0, 4596.0, 4656.0, 4608.0, 4678.0, 4616.0, 4674.0, 4606.0, 4683.0, 4654.0, 4684.0, 4603.0, 4670.0, 4601.0, 4659.0, 4642.0, 4679.0, 4589.0, 4647.0, 4578.0, 4589.0, 4610.0, 4570.0, 4620.0, 4581.0, 4630.0, 4603.0, 4643.0, 4613.0, 4594.0, 4622.0, 4593.0, 4665.0, 4604.0, 4643.0, 4593.0, 4594.0, 4633.0, 4607.0, 4665.0, 4605.0, 4605.0, 4624.0, 4596.0, 4676.0, 4615.0, 4664.0, 4604.0, 4604.0, 4645.0, 4594.0, 4675.0, 4604.0, 4614.0, 4614.0, 4605.0, 4666.0, 4606.0, 4684.0, 4614.0, 4662.0, 4643.0, 4642.0, 4611.0, 4601.0, 4620.0, 4592.0, 4651.0, 4591.0, 4639.0, 4590.0, 4610.0, 4613.0, 4582.0, 4611.0, 4582.0, 4632.0, 4615.0, 4634.0, 4615.0, 4595.0, 4613.0, 4584.0, 4656.0, 4607.0, 4636.0, 4615.0, 4595.0, 4645.0, 4607.0, 4677.0, 4616.0, 4686.0, 4616.0, 4665.0, 4637.0, 4634.0, 4634.0, 4584.0, 4642.0, 4592.0, 4674.0, 4632.0, 4682.0, 4604.0, 4650.0, 4600.0, 4631.0, 4621.0, 4582.0, 4619.0, 4581.0, 4629.0, 4591.0, 4651.0, 4592.0, 4641.0, 4592.0, 4629.0, 4602.0, 4644.0, 4617.0, 4608.0, 4658.0, 4639.0, 4708.0, 4677.0, 4621.0, 4622.0, 4652.0, 4689.0, 4650.0, 4675.0, 4635.0, 4652.0, 4594.0, 4642.0, 4613.0, 4661.0, 4632.0, 4659.0, 4599.0, 4617.0, 4589.0, 4628.0, 4609.0, 4590.0, 4600.0, 4580.0, 4601.0, 4592.0, 4612.0, 4603.0, 4593.0, 4662.0, 4604.0, 4674.0, 4613.0, 4651.0, 4582.0, 4620.0, 4581.0, 4622.0, 4591.0, 4600.0, 4581.0, 4591.0, 4581.0, 4624.0, 4603.0, 4602.0, 4622.0, 4593.0, 4653.0, 4615.0, 4674.0, 4603.0, 4662.0, 4603.0, 4642.0, 4605.0, 4654.0, 4615.0, 4633.0, 4616.0, 4643.0, 4619.0, 4665.0, 4607.0, 4655.0, 4606.0, 4656.0, 4627.0, 4675.0, 4615.0, 4584.0, 4614.0, 4607.0, 4655.0, 4604.0, 4677.0, 4609.0, 4669.0, 4608.0, 4657.0, 4626.0, 4609.0, 4644.0, 4605.0, 4664.0, 4648.0, 4605.0, 4707.0, 4605.0, 4672.0, 4612.0, 4661.0, 4657.0, 4593.0, 4610.0, 4591.0, 4615.0, 4644.0, 4604.0, 4595.0, 4624.0, 4593.0, 4622.0, 4614.0, 4674.0, 4633.0, 4672.0, 4641.0, 4630.0, 4598.0, 4617.0, 4610.0, 4658.0, 4607.0, 4576.0, 4585.0, 4556.0, 4594.0, 4566.0, 4617.0, 4590.0, 4638.0, 4590.0, 4630.0, 4589.0, 4628.0, 4602.0, 4641.0, 4602.0, 4642.0, 4592.0, 4639.0, 4602.0, 4630.0, 4616.0, 4632.0, 4593.0, 4594.0, 4593.0, 4632.0, 4603.0, 4685.0, 4612.0, 4642.0, 4591.0, 4619.0, 4581.0, 4620.0, 4580.0, 4600.0, 4590.0, 4600.0, 4630.0, 4613.0, 4631.0, 4591.0, 4641.0, 4591.0, 4651.0, 4614.0, 4651.0, 4603.0, 4641.0, 4592.0, 4632.0, 4592.0, 4633.0, 4592.0, 4611.0, 4622.0, 4602.0, 4673.0, 4612.0, 4662.0, 4601.0, 4630.0, 4591.0, 4621.0, 4592.0, 4611.0, 4592.0, 4602.0, 4642.0, 4604.0, 4674.0, 4613.0, 4632.0, 4603.0, 4632.0, 4593.0, 4614.0, 4642.0, 4603.0, 4663.0, 4603.0, 4652.0, 4615.0, 4644.0, 4606.0, 4645.0, 4583.0, 4634.0, 4595.0, 4634.0, 4607.0, 4657.0, 4619.0, 4668.0, 4608.0, 4649.0, 4618.0, 4649.0, 4700.0, 4648.0, 4697.0, 4625.0, 4664.0, 4604.0, 4644.0, 4613.0, 4634.0, 4583.0, 4613.0, 4622.0, 4602.0, 4665.0, 4615.0, 4664.0, 4614.0, 4633.0, 4604.0, 4654.0, 4617.0, 4675.0, 4628.0, 4645.0, 4606.0, 4635.0, 4617.0, 4666.0, 4638.0, 4665.0, 4616.0, 4654.0, 4626.0, 4677.0, 4627.0, 4675.0, 4626.0, 4656.0, 4617.0, 4636.0, 4625.0, 4608.0, 4657.0, 4608.0, 4690.0, 4630.0, 4659.0, 4651.0, 4609.0, 4658.0, 4609.0, 4670.0, 4699.0, 4670.0, 4696.0, 4625.0, 4664.0, 4625.0, 4675.0, 4638.0, 4684.0, 4614.0, 4653.0, 4616.0, 4676.0, 4626.0, 4677.0, 4616.0, 4654.0, 4616.0, 4668.0, 4628.0, 4677.0, 4627.0, 4668.0, 4628.0, 4667.0, 4627.0, 4677.0, 4627.0, 4655.0, 4616.0, 4656.0, 4619.0, 4667.0, 4626.0, 4646.0, 4644.0, 4614.0, 4655.0, 4616.0, 4696.0, 4624.0, 4683.0, 4614.0, 4662.0, 4615.0, 4664.0, 4615.0, 4653.0, 4604.0, 4643.0, 4593.0, 4646.0, 4605.0, 4656.0, 4613.0, 4622.0, 4632.0, 4626.0, 4675.0, 4625.0, 4663.0, 4614.0, 4664.0, 4615.0, 4665.0, 4626.0, 4665.0, 4605.0, 4654.0, 4627.0, 4678.0, 4628.0, 4677.0, 4616.0, 4665.0, 4619.0, 4668.0, 4617.0, 4668.0, 4605.0, 4646.0, 4618.0, 4658.0, 4655.0, 4669.0, 4626.0, 4636.0, 4649.0, 4638.0, 4656.0, 4648.0, 4626.0, 4637.0, 4640.0, 4650.0, 4669.0, 4660.0, 4647.0, 4637.0, 4647.0, 4651.0, 4679.0, 4660.0, 4656.0, 4627.0, 4635.0, 4638.0, 4669.0, 4638.0, 4646.0, 4637.0, 4647.0, 4641.0, 4691.0, 4639.0, 4697.0, 4627.0, 4686.0, 4639.0, 4678.0, 4627.0, 4675.0, 4615.0, 4653.0, 4625.0, 4655.0, 4628.0, 4667.0, 4617.0, 4655.0, 4631.0, 4678.0, 4629.0, 4688.0, 4617.0, 4677.0, 4631.0, 4680.0, 4687.0, 4657.0, 4694.0, 4625.0, 4695.0, 4625.0, 4676.0, 4636.0, 4673.0, 4613.0, 4641.0, 4614.0, 4654.0, 4615.0, 4664.0, 4614.0, 4655.0, 4628.0, 4645.0, 4627.0, 4608.0, 4647.0, 4609.0, 4669.0, 4618.0, 4668.0, 4697.0, 4648.0, 4695.0, 4616.0, 4686.0, 4624.0, 4694.0, 4623.0, 4672.0, 4614.0, 4663.0, 4614.0, 4662.0, 4613.0, 4642.0, 4616.0, 4634.0, 4615.0, 4633.0, 4623.0, 4594.0, 4636.0, 4617.0, 4647.0, 4606.0, 4656.0, 4596.0, 4646.0, 4606.0, 4657.0, 4595.0, 4654.0, 4594.0, 4636.0, 4616.0, 4645.0, 4616.0, 4644.0, 4604.0, 4646.0, 4647.0, 4636.0, 4697.0, 4623.0, 4683.0, 4613.0, 4664.0, 4636.0, 4652.0, 4635.0, 4663.0, 4612.0, 4653.0, 4626.0, 4653.0, 4627.0, 4663.0, 4614.0, 4665.0, 4628.0, 4655.0, 4649.0, 4655.0, 4625.0, 4616.0, 4635.0, 4634.0, 4679.0, 4653.0, 4643.0, 4642.0, 4635.0, 4694.0, 4622.0, 4693.0, 4613.0, 4659.0, 4599.0, 4640.0, 4610.0, 4639.0, 4590.0, 4628.0, 4601.0, 4652.0, 4613.0, 4651.0, 4612.0, 4641.0, 4603.0, 4650.0, 4615.0, 4664.0, 4624.0, 4652.0, 4613.0, 4641.0, 4591.0, 4644.0, 4604.0, 4654.0, 4601.0, 4630.0, 4581.0, 4643.0, 4594.0, 4664.0, 4615.0, 4663.0, 4605.0, 4667.0, 4628.0, 4677.0, 4639.0, 4676.0, 4627.0, 4666.0, 4627.0, 4688.0, 4638.0, 4685.0, 4616.0, 4677.0, 4625.0, 4676.0, 4626.0, 4664.0, 4615.0, 4655.0, 4628.0, 4665.0, 4628.0, 4665.0, 4626.0, 4667.0, 4640.0, 4676.0, 4651.0, 4707.0, 4626.0, 4685.0, 4627.0, 4673.0, 4647.0, 4674.0, 4614.0, 4614.0, 4626.0, 4624.0, 4657.0, 4613.0, 4642.0, 4592.0, 4652.0, 4604.0, 4665.0, 4593.0, 4651.0, 4593.0, 4654.0, 4613.0, 4674.0, 4612.0, 4640.0, 4611.0, 4652.0, 4613.0, 4631.0, 4601.0, 4629.0, 4601.0, 4611.0, 4623.0, 4602.0, 4632.0, 4582.0, 4634.0, 4606.0, 4654.0, 4614.0, 4663.0, 4627.0, 4677.0, 4626.0, 4665.0, 4626.0, 4685.0, 4624.0, 4623.0, 4616.0, 4606.0, 4648.0, 4596.0, 4645.0, 4608.0, 4657.0, 4628.0, 4688.0, 4644.0, 4644.0, 4625.0, 4653.0, 4615.0, 4664.0, 4604.0, 4641.0, 4605.0, 4643.0, 4603.0, 4654.0, 4617.0, 4667.0, 4606.0, 4607.0, 4615.0, 4606.0, 4607.0, 4680.0, 4662.0, 4644.0, 4655.0, 4746.0, 4714.0, 4722.0, 4719.0, 4676.0, 4696.0, 4686.0, 4675.0, 4684.0, 4649.0, 4659.0, 4677.0, 4627.0, 4675.0, 4626.0, 4663.0, 4592.0, 4651.0, 4571.0, 4620.0, 4572.0, 4632.0, 4582.0, 4612.0, 4573.0, 4623.0, 4584.0, 4614.0, 4586.0, 4614.0, 4586.0, 4605.0, 4586.0, 4617.0, 4579.0, 4630.0, 4579.0, 4609.0, 4629.0, 4600.0, 4661.0, 4603.0, 4661.0, 4602.0, 4641.0, 4602.0, 4643.0, 4605.0, 4664.0, 4616.0, 4655.0, 4619.0, 4680.0, 4630.0, 4661.0, 4640.0, 4620.0, 4650.0, 4689.0, 4651.0, 4711.0, 4681.0, 4709.0, 4627.0, 4675.0, 4625.0, 4674.0, 4647.0, 4665.0, 4622.0, 4642.0, 4602.0, 4632.0, 4592.0, 4642.0, 4594.0, 4642.0, 4593.0, 4643.0, 4596.0, 4665.0, 4618.0, 4679.0, 4619.0, 4667.0, 4617.0, 4688.0, 4637.0, 4686.0, 4615.0, 4665.0, 4624.0, 4686.0, 4623.0, 4662.0, 4630.0, 4631.0, 4611.0, 4632.0, 4629.0, 4609.0, 4637.0, 4598.0, 4628.0, 4609.0, 4611.0, 4610.0, 4581.0, 4621.0, 4593.0, 4634.0, 4624.0, 4635.0, 4662.0, 4601.0, 4673.0, 4603.0, 4651.0, 4614.0, 4663.0, 4602.0, 4630.0, 4592.0, 4631.0, 4613.0, 4653.0, 4602.0, 4631.0, 4592.0, 4642.0, 4605.0, 4655.0, 4632.0, 4621.0, 4660.0, 4600.0, 4670.0, 4612.0, 4661.0, 4589.0, 4650.0, 4592.0, 4621.0, 4604.0, 4633.0, 4624.0, 4654.0, 4614.0, 4684.0, 4615.0, 4674.0, 4632.0, 4671.0, 4620.0, 4630.0, 4609.0, 4611.0, 4640.0, 4610.0, 4649.0, 4579.0, 4638.0, 4588.0, 4649.0, 4600.0, 4648.0, 4600.0, 4619.0, 4600.0, 4620.0, 4581.0, 4621.0, 4600.0, 4611.0, 4620.0, 4592.0, 4641.0, 4604.0, 4653.0, 4628.0, 4644.0, 4616.0, 4634.0, 4616.0, 4675.0, 4629.0, 4677.0, 4638.0, 4664.0, 4616.0, 4666.0, 4638.0, 4684.0, 4636.0, 4664.0, 4625.0, 4664.0, 4659.0, 4674.0, 4634.0, 4633.0, 4634.0, 4645.0, 4647.0, 4624.0, 4634.0, 4603.0, 4634.0, 4634.0, 4667.0, 4605.0, 4644.0, 4604.0, 4664.0, 4616.0, 4676.0, 4606.0, 4677.0, 4608.0, 4665.0, 4618.0, 4667.0, 4642.0, 4648.0, 4628.0, 4609.0, 4694.0, 4644.0, 4681.0, 4642.0, 4679.0, 4639.0, 4608.0, 4668.0, 4629.0, 4689.0, 4648.0, 4717.0, 4627.0, 4686.0, 4664.0, 4646.0, 4684.0, 4623.0, 4671.0, 4603.0, 4707.0, 4654.0, 4672.0, 4620.0, 4601.0, 4650.0, 4601.0, 4650.0, 4622.0, 4579.0, 4619.0, 4602.0, 4650.0, 4600.0, 4631.0, 4619.0, 4589.0, 4628.0, 4588.0, 4629.0, 4600.0, 4580.0, 4619.0, 4601.0, 4649.0, 4590.0, 4651.0, 4612.0, 4629.0, 4599.0, 4600.0, 4630.0, 4615.0, 4630.0, 4603.0, 4611.0, 4632.0, 4591.0, 4601.0, 4610.0, 4605.0, 4666.0, 4615.0, 4612.0, 4637.0, 4606.0, 4605.0, 4636.0, 4640.0, 4638.0], 'WindowWidth': [10146.0, 10085.0, 10099.0, 10032.0, 10005.0, 10058.0, 10014.0, 10067.0, 10018.0, 10076.0, 10055.0, 10108.0, 10074.0, 10130.0, 10101.0, 10142.0, 10099.0, 10136.0, 10092.0, 10038.0, 10149.0, 10068.0, 10140.0, 10085.0, 10135.0, 10050.0, 10080.0, 10095.0, 10077.0, 10171.0, 10088.0, 10142.0, 10088.0, 10141.0, 10097.0, 10137.0, 10077.0, 10105.0, 10083.0, 10111.0, 10138.0, 10102.0, 10237.0, 10111.0, 10149.0, 10089.0, 10107.0, 10145.0, 10106.0, 10195.0, 10094.0, 10131.0, 10094.0, 10123.0, 10174.0, 10090.0, 10193.0, 10074.0, 10161.0, 10092.0, 10144.0, 10076.0, 10114.0, 10082.0, 10135.0, 10121.0, 10121.0, 10157.0, 10092.0, 10198.0, 10095.0, 10198.0, 10104.0, 10173.0, 10129.0, 10106.0, 10183.0, 10105.0, 10201.0, 10072.0, 10141.0, 10078.0, 10141.0, 10106.0, 10126.0, 10077.0, 10102.0, 10100.0, 10110.0, 10100.0, 10126.0, 10096.0, 10087.0, 10199.0, 10120.0, 10199.0, 10134.0, 10182.0, 10114.0, 10149.0, 10120.0, 10156.0, 10101.0, 10141.0, 10102.0, 10129.0, 10104.0, 10145.0, 10204.0, 10143.0, 10181.0, 10128.0, 10199.0, 10145.0, 10245.0, 10111.0, 10242.0, 10107.0, 10189.0, 10145.0, 10195.0, 10092.0, 10122.0, 10075.0, 10124.0, 10091.0, 10141.0, 10092.0, 10117.0, 10096.0, 10150.0, 10098.0, 10150.0, 10102.0, 10152.0, 10119.0, 10171.0, 10150.0, 10134.0, 10131.0, 10107.0, 10190.0, 10128.0, 10226.0, 10134.0, 10211.0, 10119.0, 10223.0, 10181.0, 10229.0, 10109.0, 10199.0, 10103.0, 10182.0, 10160.0, 10210.0, 10082.0, 10159.0, 10067.0, 10082.0, 10116.0, 10059.0, 10127.0, 10076.0, 10145.0, 10111.0, 10163.0, 10123.0, 10102.0, 10135.0, 10097.0, 10201.0, 10113.0, 10165.0, 10097.0, 10100.0, 10152.0, 10123.0, 10202.0, 10116.0, 10117.0, 10141.0, 10107.0, 10218.0, 10131.0, 10195.0, 10113.0, 10113.0, 10173.0, 10098.0, 10214.0, 10113.0, 10126.0, 10127.0, 10115.0, 10204.0, 10119.0, 10226.0, 10127.0, 10190.0, 10165.0, 10161.0, 10117.0, 10104.0, 10129.0, 10093.0, 10173.0, 10091.0, 10155.0, 10087.0, 10114.0, 10123.0, 10078.0, 10118.0, 10081.0, 10147.0, 10130.0, 10156.0, 10128.0, 10102.0, 10125.0, 10086.0, 10188.0, 10121.0, 10162.0, 10131.0, 10102.0, 10172.0, 10122.0, 10221.0, 10134.0, 10231.0, 10133.0, 10199.0, 10165.0, 10154.0, 10155.0, 10084.0, 10163.0, 10093.0, 10213.0, 10147.0, 10218.0, 10112.0, 10167.0, 10101.0, 10144.0, 10130.0, 10079.0, 10124.0, 10077.0, 10139.0, 10091.0, 10174.0, 10092.0, 10161.0, 10092.0, 10141.0, 10108.0, 10168.0, 10142.0, 10133.0, 10203.0, 10175.0, 10271.0, 10229.0, 10157.0, 10159.0, 10195.0, 10245.0, 10186.0, 10214.0, 10153.0, 10174.0, 10098.0, 10159.0, 10121.0, 10185.0, 10145.0, 10177.0, 10093.0, 10116.0, 10080.0, 10133.0, 10109.0, 10086.0, 10098.0, 10072.0, 10101.0, 10091.0, 10119.0, 10109.0, 10094.0, 10192.0, 10111.0, 10210.0, 10121.0, 10172.0, 10077.0, 10127.0, 10075.0, 10134.0, 10088.0, 10097.0, 10076.0, 10088.0, 10075.0, 10139.0, 10108.0, 10106.0, 10134.0, 10095.0, 10181.0, 10130.0, 10212.0, 10108.0, 10189.0, 10108.0, 10162.0, 10115.0, 10182.0, 10128.0, 10150.0, 10132.0, 10163.0, 10144.0, 10199.0, 10120.0, 10182.0, 10117.0, 10187.0, 10148.0, 10210.0, 10130.0, 10083.0, 10126.0, 10124.0, 10187.0, 10115.0, 10223.0, 10131.0, 10214.0, 10124.0, 10191.0, 10147.0, 10129.0, 10170.0, 10115.0, 10194.0, 10180.0, 10116.0, 10262.0, 10113.0, 10200.0, 10119.0, 10183.0, 10192.0, 10095.0, 10111.0, 10084.0, 10125.0, 10167.0, 10111.0, 10102.0, 10137.0, 10092.0, 10130.0, 10122.0, 10210.0, 10145.0, 10198.0, 10153.0, 10136.0, 10090.0, 10113.0, 10109.0, 10171.0, 10101.0, 10054.0, 10065.0, 10030.0, 10078.0, 10044.0, 10113.0, 10082.0, 10149.0, 10082.0, 10140.0, 10081.0, 10132.0, 10103.0, 10155.0, 10102.0, 10159.0, 10088.0, 10151.0, 10102.0, 10140.0, 10129.0, 10143.0, 10092.0, 10097.0, 10091.0, 10146.0, 10108.0, 10229.0, 10117.0, 10157.0, 10088.0, 10123.0, 10073.0, 10126.0, 10072.0, 10098.0, 10084.0, 10099.0, 10141.0, 10121.0, 10144.0, 10088.0, 10159.0, 10088.0, 10171.0, 10123.0, 10173.0, 10107.0, 10156.0, 10090.0, 10145.0, 10089.0, 10150.0, 10091.0, 10116.0, 10132.0, 10105.0, 10213.0, 10117.0, 10189.0, 10102.0, 10140.0, 10088.0, 10131.0, 10090.0, 10117.0, 10093.0, 10106.0, 10162.0, 10111.0, 10211.0, 10122.0, 10146.0, 10109.0, 10147.0, 10095.0, 10125.0, 10164.0, 10109.0, 10194.0, 10110.0, 10175.0, 10129.0, 10166.0, 10121.0, 10170.0, 10083.0, 10154.0, 10103.0, 10155.0, 10125.0, 10193.0, 10143.0, 10208.0, 10125.0, 10183.0, 10141.0, 10182.0, 10261.0, 10181.0, 10252.0, 10143.0, 10196.0, 10110.0, 10168.0, 10122.0, 10155.0, 10080.0, 10121.0, 10132.0, 10106.0, 10201.0, 10128.0, 10200.0, 10125.0, 10151.0, 10113.0, 10182.0, 10136.0, 10216.0, 10153.0, 10171.0, 10119.0, 10157.0, 10135.0, 10207.0, 10166.0, 10199.0, 10133.0, 10184.0, 10147.0, 10223.0, 10150.0, 10215.0, 10147.0, 10188.0, 10135.0, 10161.0, 10146.0, 10128.0, 10190.0, 10125.0, 10243.0, 10161.0, 10197.0, 10190.0, 10129.0, 10196.0, 10128.0, 10216.0, 10252.0, 10216.0, 10242.0, 10144.0, 10195.0, 10145.0, 10218.0, 10168.0, 10225.0, 10126.0, 10180.0, 10136.0, 10221.0, 10149.0, 10223.0, 10133.0, 10182.0, 10136.0, 10210.0, 10156.0, 10220.0, 10149.0, 10211.0, 10153.0, 10207.0, 10152.0, 10221.0, 10149.0, 10186.0, 10134.0, 10190.0, 10144.0, 10207.0, 10148.0, 10175.0, 10168.0, 10127.0, 10189.0, 10133.0, 10254.0, 10140.0, 10225.0, 10127.0, 10192.0, 10130.0, 10197.0, 10132.0, 10181.0, 10113.0, 10165.0, 10098.0, 10176.0, 10120.0, 10190.0, 10125.0, 10135.0, 10149.0, 10148.0, 10222.0, 10146.0, 10198.0, 10126.0, 10198.0, 10132.0, 10202.0, 10150.0, 10200.0, 10117.0, 10183.0, 10152.0, 10224.0, 10154.0, 10221.0, 10134.0, 10200.0, 10145.0, 10211.0, 10138.0, 10211.0, 10118.0, 10175.0, 10143.0, 10196.0, 10189.0, 10211.0, 10147.0, 10161.0, 10186.0, 10167.0, 10190.0, 10181.0, 10149.0, 10163.0, 10178.0, 10190.0, 10214.0, 10204.0, 10179.0, 10165.0, 10181.0, 10190.0, 10229.0, 10201.0, 10189.0, 10149.0, 10159.0, 10168.0, 10215.0, 10169.0, 10174.0, 10163.0, 10180.0, 10176.0, 10253.0, 10172.0, 10252.0, 10149.0, 10234.0, 10169.0, 10225.0, 10152.0, 10215.0, 10130.0, 10179.0, 10148.0, 10187.0, 10153.0, 10206.0, 10136.0, 10186.0, 10164.0, 10224.0, 10159.0, 10239.0, 10138.0, 10222.0, 10167.0, 10231.0, 10232.0, 10193.0, 10239.0, 10145.0, 10252.0, 10145.0, 10221.0, 10161.0, 10209.0, 10123.0, 10158.0, 10129.0, 10185.0, 10132.0, 10197.0, 10127.0, 10188.0, 10155.0, 10172.0, 10150.0, 10128.0, 10179.0, 10130.0, 10213.0, 10140.0, 10209.0, 10246.0, 10179.0, 10244.0, 10132.0, 10234.0, 10140.0, 10241.0, 10137.0, 10204.0, 10126.0, 10195.0, 10126.0, 10190.0, 10123.0, 10163.0, 10134.0, 10156.0, 10130.0, 10153.0, 10139.0, 10102.0, 10161.0, 10138.0, 10178.0, 10122.0, 10188.0, 10108.0, 10175.0, 10119.0, 10193.0, 10103.0, 10183.0, 10099.0, 10164.0, 10134.0, 10173.0, 10134.0, 10170.0, 10114.0, 10174.0, 10180.0, 10161.0, 10254.0, 10140.0, 10227.0, 10125.0, 10200.0, 10164.0, 10179.0, 10159.0, 10194.0, 10122.0, 10181.0, 10148.0, 10179.0, 10152.0, 10195.0, 10127.0, 10200.0, 10154.0, 10187.0, 10185.0, 10185.0, 10144.0, 10135.0, 10159.0, 10157.0, 10228.0, 10179.0, 10165.0, 10161.0, 10158.0, 10242.0, 10136.0, 10246.0, 10126.0, 10185.0, 10098.0, 10157.0, 10115.0, 10154.0, 10086.0, 10137.0, 10105.0, 10179.0, 10124.0, 10175.0, 10121.0, 10162.0, 10109.0, 10173.0, 10132.0, 10197.0, 10140.0, 10177.0, 10123.0, 10160.0, 10092.0, 10170.0, 10114.0, 10185.0, 10105.0, 10143.0, 10078.0, 10166.0, 10103.0, 10197.0, 10131.0, 10196.0, 10117.0, 10208.0, 10155.0, 10223.0, 10172.0, 10219.0, 10152.0, 10205.0, 10152.0, 10239.0, 10168.0, 10230.0, 10134.0, 10221.0, 10147.0, 10218.0, 10147.0, 10198.0, 10131.0, 10187.0, 10155.0, 10201.0, 10157.0, 10203.0, 10150.0, 10209.0, 10176.0, 10220.0, 10193.0, 10266.0, 10149.0, 10228.0, 10150.0, 10210.0, 10179.0, 10208.0, 10127.0, 10127.0, 10148.0, 10145.0, 10195.0, 10126.0, 10165.0, 10094.0, 10180.0, 10118.0, 10201.0, 10097.0, 10177.0, 10100.0, 10184.0, 10128.0, 10215.0, 10122.0, 10159.0, 10119.0, 10179.0, 10127.0, 10147.0, 10105.0, 10142.0, 10105.0, 10120.0, 10140.0, 10110.0, 10149.0, 10084.0, 10157.0, 10124.0, 10185.0, 10130.0, 10198.0, 10154.0, 10223.0, 10151.0, 10201.0, 10150.0, 10232.0, 10142.0, 10140.0, 10135.0, 10123.0, 10185.0, 10108.0, 10175.0, 10131.0, 10196.0, 10155.0, 10243.0, 10170.0, 10171.0, 10147.0, 10182.0, 10133.0, 10201.0, 10117.0, 10163.0, 10120.0, 10166.0, 10111.0, 10184.0, 10141.0, 10215.0, 10128.0, 10132.0, 10140.0, 10129.0, 10132.0, 10239.0, 10219.0, 10197.0, 10214.0, 10347.0, 10293.0, 10303.0, 10288.0, 10225.0, 10248.0, 10237.0, 10216.0, 10233.0, 10168.0, 10187.0, 10207.0, 10134.0, 10204.0, 10134.0, 10180.0, 10078.0, 10158.0, 10049.0, 10116.0, 10052.0, 10138.0, 10066.0, 10108.0, 10055.0, 10123.0, 10071.0, 10113.0, 10080.0, 10114.0, 10079.0, 10103.0, 10078.0, 10123.0, 10075.0, 10148.0, 10075.0, 10115.0, 10144.0, 10105.0, 10195.0, 10115.0, 10192.0, 10111.0, 10163.0, 10113.0, 10169.0, 10123.0, 10203.0, 10137.0, 10190.0, 10149.0, 10237.0, 10168.0, 10211.0, 10179.0, 10153.0, 10192.0, 10244.0, 10193.0, 10287.0, 10235.0, 10276.0, 10155.0, 10220.0, 10148.0, 10216.0, 10181.0, 10206.0, 10138.0, 10165.0, 10109.0, 10152.0, 10098.0, 10167.0, 10104.0, 10166.0, 10100.0, 10168.0, 10111.0, 10203.0, 10147.0, 10233.0, 10148.0, 10213.0, 10143.0, 10245.0, 10169.0, 10238.0, 10134.0, 10203.0, 10146.0, 10235.0, 10140.0, 10195.0, 10144.0, 10147.0, 10121.0, 10152.0, 10142.0, 10114.0, 10149.0, 10097.0, 10139.0, 10115.0, 10120.0, 10118.0, 10082.0, 10134.0, 10100.0, 10158.0, 10144.0, 10162.0, 10194.0, 10110.0, 10214.0, 10112.0, 10181.0, 10133.0, 10197.0, 10112.0, 10145.0, 10095.0, 10149.0, 10129.0, 10183.0, 10111.0, 10150.0, 10098.0, 10167.0, 10119.0, 10189.0, 10149.0, 10133.0, 10184.0, 10104.0, 10201.0, 10124.0, 10191.0, 10089.0, 10173.0, 10095.0, 10136.0, 10116.0, 10155.0, 10142.0, 10184.0, 10128.0, 10227.0, 10134.0, 10220.0, 10151.0, 10205.0, 10130.0, 10145.0, 10111.0, 10121.0, 10158.0, 10115.0, 10168.0, 10074.0, 10155.0, 10083.0, 10171.0, 10103.0, 10167.0, 10103.0, 10128.0, 10104.0, 10132.0, 10083.0, 10135.0, 10106.0, 10120.0, 10133.0, 10097.0, 10164.0, 10119.0, 10184.0, 10161.0, 10174.0, 10138.0, 10159.0, 10138.0, 10221.0, 10160.0, 10225.0, 10171.0, 10203.0, 10138.0, 10208.0, 10171.0, 10229.0, 10163.0, 10199.0, 10148.0, 10202.0, 10204.0, 10215.0, 10157.0, 10154.0, 10160.0, 10176.0, 10182.0, 10145.0, 10159.0, 10117.0, 10160.0, 10159.0, 10210.0, 10121.0, 10172.0, 10118.0, 10202.0, 10140.0, 10223.0, 10126.0, 10224.0, 10131.0, 10206.0, 10145.0, 10210.0, 10185.0, 10186.0, 10159.0, 10136.0, 10263.0, 10194.0, 10237.0, 10185.0, 10229.0, 10176.0, 10131.0, 10215.0, 10161.0, 10247.0, 10185.0, 10284.0, 10154.0, 10233.0, 10201.0, 10179.0, 10233.0, 10139.0, 10207.0, 10112.0, 10271.0, 10188.0, 10206.0, 10132.0, 10108.0, 10175.0, 10107.0, 10174.0, 10138.0, 10074.0, 10126.0, 10112.0, 10174.0, 10103.0, 10149.0, 10127.0, 10085.0, 10137.0, 10083.0, 10140.0, 10103.0, 10076.0, 10129.0, 10106.0, 10170.0, 10089.0, 10178.0, 10122.0, 10139.0, 10100.0, 10102.0, 10144.0, 10135.0, 10145.0, 10113.0, 10119.0, 10149.0, 10093.0, 10106.0, 10117.0, 10119.0, 10208.0, 10131.0, 10125.0, 10167.0, 10125.0, 10118.0, 10166.0, 10178.0, 10171.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.0023910587262200166</td></tr>
<tr><td colspan=3>aqi</td><td>0.02705415268817204</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.77265190927978</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3301996286175521</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0206238782284767</td></tr>
<tr><td colspan=3>efc</td><td>0.5</td></tr>
<tr><td colspan=3>fber</td><td>3759.5127</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10496103638673226</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>83</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.865177832919769</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.455474396281774</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3895880339368722</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.662375936524011</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.314459218384439</td></tr>
<tr><td colspan=3>gcor</td><td>0.0153039</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024078501388430595</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.045539043843746185</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1209</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9483200791371056</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>16.0343</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.8193</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.3231</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296682.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1113.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>426.033</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5387</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>649.5646</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3835.3297</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79862.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1445.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5091.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1010.0435</td></tr>
<tr><td colspan=3>tsnr</td><td>34.941027217777446</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>