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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:28:23.917500</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.997076, 0.00910967, 0.0758703, -0.0102677, 0.999836, 0.014887]</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.0774475</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>[4148, -7735, -7267, 659, -10, -204, 30, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.791</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>465e397e-2257-45ce-947a-66333a3bba7d||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.675082206726074, -0.027547448873519897, 0.2044501006603241, 112.47640991210938], [-0.0244405809789896, 2.682488203048706, 0.042180776596069336, -99.13988494873047], [0.2035544216632843, -0.03994080051779747, 2.691917657852173, -78.34561920166016], [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': ['162823.917500', '162824.377500', '162824.837500', '162825.297500', '162825.757500', '162826.217500', '162826.677500', '162827.137500', '162827.597500', '162828.057500', '162828.517500', '162828.977500', '162829.437500', '162829.897500', '162830.357500', '162830.817500', '162831.277500', '162831.737500', '162832.197500', '162832.657500', '162833.117500', '162833.577500', '162834.037500', '162834.497500', '162834.957500', '162835.417500', '162835.877500', '162836.337500', '162836.797500', '162837.257500', '162837.717500', '162838.177500', '162838.637500', '162839.097500', '162839.557500', '162840.017500', '162840.477500', '162840.937500', '162841.397500', '162841.857500', '162842.317500', '162842.777500', '162843.237500', '162843.697500', '162844.157500', '162844.617500', '162845.077500', '162845.537500', '162845.997500', '162846.457500', '162846.917500', '162847.377500', '162847.837500', '162848.297500', '162848.757500', '162849.217500', '162849.677500', '162850.137500', '162850.597500', '162851.057500', '162851.517500', '162851.977500', '162852.437500', '162852.897500', '162853.357500', '162853.817500', '162854.277500', '162854.737500', '162855.197500', '162855.657500', '162856.117500', '162856.577500', '162857.037500', '162857.497500', '162857.957500', '162858.417500', '162858.877500', '162859.337500', '162859.797500', '162900.257500', '162900.717500', '162901.177500', '162901.637500', '162902.097500', '162902.557500', '162903.017500', '162903.477500', '162903.937500', '162904.397500', '162904.857500', '162905.317500', '162905.777500', '162906.237500', '162906.697500', '162907.157500', '162907.617500', '162908.077500', '162908.537500', '162908.997500', '162909.457500', '162909.917500', '162910.377500', '162910.837500', '162911.297500', '162911.757500', '162912.217500', '162912.677500', '162913.137500', '162913.597500', '162914.057500', '162914.517500', '162914.977500', '162915.437500', '162915.897500', '162916.357500', '162916.817500', '162917.277500', '162917.737500', '162918.197500', '162918.657500', '162919.117500', '162919.577500', '162920.037500', '162920.497500', '162920.957500', '162921.417500', '162921.877500', '162922.337500', '162922.797500', '162923.257500', '162923.717500', '162924.177500', '162924.637500', '162925.097500', '162925.557500', '162926.017500', '162926.477500', '162926.937500', '162927.397500', '162927.857500', '162928.317500', '162928.777500', '162929.237500', '162929.697500', '162930.157500', '162930.617500', '162931.077500', '162931.537500', '162931.997500', '162932.457500', '162932.917500', '162933.377500', '162933.837500', '162934.297500', '162934.757500', '162935.217500', '162935.677500', '162936.137500', '162936.597500', '162937.057500', '162937.517500', '162937.977500', '162938.437500', '162938.897500', '162939.357500', '162939.817500', '162940.277500', '162940.737500', '162941.197500', '162941.657500', '162942.117500', '162942.577500', '162943.037500', '162943.497500', '162943.957500', '162944.417500', '162944.877500', '162945.337500', '162945.797500', '162946.257500', '162946.717500', '162947.177500', '162947.637500', '162948.097500', '162948.557500', '162949.017500', '162949.477500', '162949.937500', '162950.397500', '162950.857500', '162951.317500', '162951.777500', '162952.237500', '162952.697500', '162953.157500', '162953.617500', '162954.077500', '162954.537500', '162954.997500', '162955.457500', '162955.917500', '162956.377500', '162956.837500', '162957.297500', '162957.757500', '162958.217500', '162958.677500', '162959.137500', '162959.597500', '163000.057500', '163000.517500', '163000.977500', '163001.437500', '163001.897500', '163002.357500', '163002.817500', '163003.277500', '163003.737500', '163004.197500', '163004.657500', '163005.117500', '163005.577500', '163006.037500', '163006.497500', '163006.957500', '163007.417500', '163007.877500', '163008.337500', '163008.797500', '163009.257500', '163009.717500', '163010.177500', '163010.637500', '163011.097500', '163011.557500', '163012.017500', '163012.477500', '163012.937500', '163013.397500', '163013.857500', '163014.317500', '163014.777500', '163015.237500', '163015.697500', '163016.157500', '163016.617500', '163017.077500', '163017.537500', '163017.997500', '163018.457500', '163018.917500', '163019.377500', '163019.837500', '163020.297500', '163020.757500', '163021.217500', '163021.677500', '163022.137500', '163022.597500', '163023.057500', '163023.517500', '163023.977500', '163024.437500', '163024.897500', '163025.357500', '163025.817500', '163026.277500', '163026.737500', '163027.197500', '163027.657500', '163028.117500', '163028.577500', '163029.037500', '163029.497500', '163029.957500', '163030.417500', '163030.877500', '163031.337500', '163031.797500', '163032.257500', '163032.717500', '163033.177500', '163033.637500', '163034.097500', '163034.557500', '163035.017500', '163035.477500', '163035.937500', '163036.397500', '163036.857500', '163037.317500', '163037.777500', '163038.237500', '163038.697500', '163039.157500', '163039.617500', '163040.077500', '163040.537500', '163040.997500', '163041.457500', '163041.917500', '163042.377500', '163042.837500', '163043.297500', '163043.757500', '163044.217500', '163044.677500', '163045.137500', '163045.597500', '163046.057500', '163046.517500', '163046.977500', '163047.437500', '163047.897500', '163048.357500', '163048.817500', '163049.277500', '163049.737500', '163050.197500', '163050.657500', '163051.117500', '163051.577500', '163052.037500', '163052.497500', '163052.957500', '163053.417500', '163053.877500', '163054.337500', '163054.797500', '163055.257500', '163055.717500', '163056.177500', '163056.637500', '163057.097500', '163057.557500', '163058.017500', '163058.477500', '163058.937500', '163059.397500', '163059.857500', '163100.317500', '163100.777500', '163101.237500', '163101.697500', '163102.157500', '163102.617500', '163103.077500', '163103.537500', '163103.997500', '163104.457500', '163104.917500', '163105.377500', '163105.837500', '163106.297500', '163106.757500', '163107.217500', '163107.677500', '163108.137500', '163108.597500', '163109.057500', '163109.517500', '163109.977500', '163110.437500', '163110.897500', '163111.357500', '163111.817500', '163112.277500', '163112.737500', '163113.197500', '163113.657500', '163114.117500', '163114.577500', '163115.037500', '163115.497500', '163115.957500', '163116.417500', '163116.877500', '163117.337500', '163117.797500', '163118.257500', '163118.717500', '163119.177500', '163119.637500', '163120.097500', '163120.557500', '163121.017500', '163121.477500', '163121.937500', '163122.397500', '163122.857500', '163123.317500', '163123.777500', '163124.237500', '163124.697500', '163125.157500', '163125.617500', '163126.077500', '163126.537500', '163126.997500', '163127.457500', '163127.917500', '163128.377500', '163128.837500', '163129.297500', '163129.757500', '163130.217500', '163130.677500', '163131.137500', '163131.597500', '163132.057500', '163132.517500', '163132.977500', '163133.437500', '163133.897500', '163134.357500', '163134.817500', '163135.277500', '163135.737500', '163136.197500', '163136.657500', '163137.117500', '163137.577500', '163138.037500', '163138.497500', '163138.957500', '163139.417500', '163139.877500', '163140.337500', '163140.797500', '163141.257500', '163141.717500', '163142.177500', '163142.637500', '163143.097500', '163143.557500', '163144.017500', '163144.477500', '163144.937500', '163145.397500', '163145.857500', '163146.317500', '163146.777500', '163147.237500', '163147.697500', '163148.157500', '163148.617500', '163149.077500', '163149.537500', '163149.997500', '163150.457500', '163150.917500', '163151.377500', '163151.837500', '163152.297500', '163152.757500', '163153.217500', '163153.677500', '163154.137500', '163154.597500', '163155.057500', '163155.517500', '163155.977500', '163156.437500', '163156.897500', '163157.357500', '163157.817500', '163158.277500', '163158.737500', '163159.197500', '163159.657500', '163200.117500', '163200.577500', '163201.037500', '163201.497500', '163201.957500', '163202.417500', '163202.877500', '163203.337500', '163203.797500', '163204.257500', '163204.717500', '163205.177500', '163205.637500', '163206.097500', '163206.557500', '163207.017500', '163207.477500', '163207.937500', '163208.397500', '163208.857500', '163209.317500', '163209.777500', '163210.237500', '163210.697500', '163211.157500', '163211.617500', '163212.077500', '163212.537500', '163212.997500', '163213.457500', '163213.917500', '163214.377500', '163214.837500', '163215.297500', '163215.757500', '163216.217500', '163216.677500', '163217.137500', '163217.597500', '163218.057500', '163218.517500', '163218.977500', '163219.437500', '163219.897500', '163220.357500', '163220.817500', '163221.277500', '163221.737500', '163222.197500', '163222.657500', '163223.117500', '163223.577500', '163224.037500', '163224.497500', '163224.957500', '163225.417500', '163225.877500', '163226.337500', '163226.797500', '163227.257500', '163227.717500', '163228.177500', '163228.637500', '163229.097500', '163229.557500', '163230.017500', '163230.477500', '163230.937500', '163231.397500', '163231.857500', '163232.317500', '163232.777500', '163233.237500', '163233.697500', '163234.157500', '163234.617500', '163235.077500', '163235.537500', '163235.997500', '163236.457500', '163236.917500', '163237.377500', '163237.837500', '163238.297500', '163238.757500', '163239.217500', '163239.677500', '163240.137500', '163240.597500', '163241.057500', '163241.517500', '163241.977500', '163242.437500', '163242.897500', '163243.357500', '163243.817500', '163244.277500', '163244.737500', '163245.197500', '163245.657500', '163246.117500', '163246.577500', '163247.037500', '163247.497500', '163247.957500', '163248.417500', '163248.877500', '163249.337500', '163249.797500', '163250.257500', '163250.717500', '163251.177500', '163251.637500', '163252.097500', '163252.557500', '163253.017500', '163253.477500', '163253.937500', '163254.397500', '163254.857500', '163255.317500', '163255.777500', '163256.237500', '163256.697500', '163257.157500', '163257.617500', '163258.077500', '163258.537500', '163258.997500', '163259.457500', '163259.917500', '163300.377500', '163300.837500', '163301.297500', '163301.757500', '163302.217500', '163302.677500', '163303.137500', '163303.597500', '163304.057500', '163304.517500', '163304.977500', '163305.437500', '163305.897500', '163306.357500', '163306.817500', '163307.277500', '163307.737500', '163308.197500', '163308.657500', '163309.117500', '163309.577500', '163310.037500', '163310.497500', '163310.957500', '163311.417500', '163311.877500', '163312.337500', '163312.797500', '163313.257500', '163313.717500', '163314.177500', '163314.637500', '163315.097500', '163315.557500', '163316.017500', '163316.477500', '163316.937500', '163317.397500', '163317.857500', '163318.317500', '163318.777500', '163319.237500', '163319.697500', '163320.157500', '163320.617500', '163321.077500', '163321.537500', '163321.997500', '163322.457500', '163322.917500', '163323.377500', '163323.837500', '163324.297500', '163324.757500', '163325.217500', '163325.677500', '163326.137500', '163326.597500', '163327.057500', '163327.517500', '163327.977500', '163328.437500', '163328.897500', '163329.357500', '163329.817500', '163330.277500', '163330.737500', '163331.197500', '163331.657500', '163332.117500', '163332.577500', '163333.037500', '163333.497500', '163333.957500', '163334.417500', '163334.877500', '163335.337500', '163335.797500', '163336.257500', '163336.717500', '163337.177500', '163337.637500', '163338.097500', '163338.557500', '163339.017500', '163339.477500', '163339.937500', '163340.397500', '163340.857500', '163341.317500', '163341.777500', '163342.237500', '163342.697500', '163343.157500', '163343.617500', '163344.077500', '163344.537500', '163344.997500', '163345.457500', '163345.917500', '163346.377500', '163346.837500', '163347.297500', '163347.757500', '163348.217500', '163348.677500', '163349.137500', '163349.597500', '163350.057500', '163350.517500', '163350.977500', '163351.437500', '163351.897500', '163352.357500', '163352.817500', '163353.277500', '163353.737500', '163354.197500', '163354.657500', '163355.117500', '163355.577500', '163356.037500', '163356.497500', '163356.957500', '163357.417500', '163357.877500', '163358.337500', '163358.797500', '163359.257500', '163359.717500', '163400.177500', '163400.637500', '163401.097500', '163401.557500', '163402.017500', '163402.477500', '163402.937500', '163403.397500', '163403.857500', '163404.317500', '163404.777500', '163405.237500', '163405.697500', '163406.157500', '163406.617500', '163407.077500', '163407.537500', '163407.997500', '163408.457500', '163408.917500', '163409.377500', '163409.837500', '163410.297500', '163410.757500', '163411.217500', '163411.677500', '163412.137500', '163412.597500', '163413.057500', '163413.517500', '163413.977500', '163414.437500', '163414.897500', '163415.357500', '163415.817500', '163416.277500', '163416.737500', '163417.197500', '163417.657500', '163418.117500', '163418.577500', '163419.037500', '163419.497500', '163419.957500', '163420.417500', '163420.877500', '163421.337500', '163421.797500', '163422.257500', '163422.717500', '163423.177500', '163423.637500', '163424.097500', '163424.557500', '163425.017500', '163425.477500', '163425.937500', '163426.397500', '163426.857500', '163427.317500', '163427.777500', '163428.237500', '163428.697500', '163429.157500', '163429.617500', '163430.077500', '163430.537500', '163430.997500', '163431.457500', '163431.917500', '163432.377500', '163432.837500', '163433.297500', '163433.757500', '163434.217500', '163434.677500', '163435.137500', '163435.597500', '163436.057500', '163436.517500', '163436.977500', '163437.437500', '163437.897500', '163438.357500', '163438.817500', '163439.277500', '163439.737500', '163440.197500', '163440.657500', '163441.117500', '163441.577500', '163442.037500', '163442.497500', '163442.957500', '163443.417500', '163443.877500', '163444.337500', '163444.797500', '163445.257500', '163445.717500', '163446.177500', '163446.637500', '163447.097500', '163447.557500', '163448.017500', '163448.477500', '163448.937500', '163449.397500', '163449.857500', '163450.317500', '163450.777500', '163451.237500', '163451.697500', '163452.157500', '163452.617500', '163453.077500', '163453.537500', '163453.997500', '163454.457500', '163454.917500', '163455.377500', '163455.837500', '163456.297500', '163456.757500', '163457.217500', '163457.677500', '163458.137500', '163458.597500', '163459.057500', '163459.517500', '163459.977500', '163500.437500', '163500.897500', '163501.357500', '163501.817500', '163502.277500', '163502.737500', '163503.197500', '163503.657500', '163504.117500', '163504.577500', '163505.037500', '163505.497500', '163505.957500', '163506.417500', '163506.877500', '163507.337500', '163507.797500', '163508.257500', '163508.717500', '163509.177500', '163509.637500', '163510.097500', '163510.557500', '163511.017500', '163511.477500', '163511.937500', '163512.397500', '163512.857500', '163513.317500', '163513.777500', '163514.237500', '163514.697500', '163515.157500', '163515.617500', '163516.077500', '163516.537500', '163516.997500', '163517.457500', '163517.917500', '163518.377500', '163518.837500', '163519.297500', '163519.757500', '163520.217500', '163520.677500', '163521.137500', '163521.597500', '163522.057500', '163522.517500', '163522.977500', '163523.437500', '163523.897500', '163524.357500', '163524.817500', '163525.277500', '163525.737500', '163526.197500', '163526.657500', '163527.117500', '163527.577500', '163528.037500', '163528.497500', '163528.957500', '163529.417500', '163529.877500', '163530.337500', '163530.797500', '163531.257500', '163531.717500', '163532.177500', '163532.637500', '163533.097500', '163533.557500', '163534.017500', '163534.477500', '163534.937500', '163535.397500', '163535.857500', '163536.317500', '163536.777500', '163537.237500', '163537.697500', '163538.157500', '163538.617500', '163539.077500', '163539.537500', '163539.997500', '163540.457500', '163540.917500', '163541.377500', '163541.837500', '163542.297500', '163542.757500', '163543.217500', '163543.677500', '163544.137500', '163544.597500', '163545.057500', '163545.517500', '163545.977500', '163546.437500', '163546.897500', '163547.357500', '163547.817500', '163548.277500', '163548.737500', '163549.197500', '163549.657500', '163550.117500', '163550.577500', '163551.037500', '163551.497500', '163551.957500', '163552.417500', '163552.877500', '163553.337500', '163553.797500', '163554.257500', '163554.717500', '163555.177500', '163555.637500', '163556.097500', '163556.557500', '163557.017500', '163557.477500', '163557.937500', '163558.397500', '163558.857500', '163559.317500', '163559.777500', '163600.237500', '163600.697500', '163601.157500', '163601.617500', '163602.077500', '163602.537500', '163602.997500', '163603.457500', '163603.917500', '163604.377500', '163604.837500', '163605.297500', '163605.757500', '163606.217500', '163606.677500', '163607.137500', '163607.597500', '163608.057500', '163608.517500', '163608.977500', '163609.437500', '163609.897500', '163610.357500', '163610.817500', '163611.277500', '163611.737500', '163612.197500', '163612.657500', '163613.117500', '163613.577500', '163614.037500', '163614.497500', '163614.957500', '163615.417500', '163615.877500', '163616.337500', '163616.797500', '163617.257500', '163617.717500', '163618.177500', '163618.637500', '163619.097500', '163619.557500', '163620.017500', '163620.477500', '163620.937500', '163621.397500', '163621.857500', '163622.317500', '163622.777500', '163623.237500', '163623.697500', '163624.157500', '163624.617500', '163625.077500', '163625.537500', '163625.997500', '163626.457500', '163626.917500', '163627.377500', '163627.837500', '163628.297500', '163628.757500', '163629.217500', '163629.677500', '163630.137500', '163630.597500', '163631.057500', '163631.517500', '163631.977500', '163632.437500', '163632.897500', '163633.357500', '163633.817500', '163634.277500', '163634.737500', '163635.197500', '163635.657500', '163636.117500', '163636.577500', '163637.037500', '163637.497500', '163637.957500', '163638.417500', '163638.877500', '163639.337500', '163639.797500', '163640.257500', '163640.717500', '163641.177500', '163641.637500', '163642.097500', '163642.557500', '163643.017500', '163643.477500', '163643.937500', '163644.397500', '163644.857500', '163645.317500', '163645.777500', '163646.237500', '163646.697500', '163647.157500', '163647.617500', '163648.077500', '163648.537500', '163648.997500', '163649.457500', '163649.917500', '163650.377500', '163650.837500', '163651.297500', '163651.757500', '163652.217500', '163652.677500', '163653.137500', '163653.597500', '163654.057500', '163654.517500', '163654.977500', '163655.437500', '163655.897500', '163656.357500', '163656.817500', '163657.277500', '163657.737500', '163658.197500', '163658.657500', '163659.117500', '163659.577500', '163700.037500', '163700.497500', '163700.957500', '163701.417500', '163701.877500', '163702.337500', '163702.797500', '163703.257500', '163703.717500', '163704.177500', '163704.637500', '163705.097500', '163705.557500', '163706.017500', '163706.477500', '163706.937500', '163707.397500', '163707.857500', '163708.317500', '163708.777500', '163709.237500', '163709.697500', '163710.157500', '163710.617500', '163711.077500', '163711.537500', '163711.997500', '163712.457500', '163712.917500', '163713.377500', '163713.837500', '163714.297500', '163714.757500', '163715.217500', '163715.677500', '163716.137500', '163716.597500', '163717.057500', '163717.517500', '163717.977500', '163718.437500', '163718.897500', '163719.357500', '163719.817500', '163720.277500', '163720.737500', '163721.197500', '163721.657500', '163722.117500', '163722.577500', '163723.037500', '163723.497500', '163723.957500', '163724.417500', '163724.877500', '163725.337500', '163725.797500', '163726.257500', '163726.717500', '163727.177500', '163727.637500', '163728.097500', '163728.557500', '163729.017500', '163729.477500', '163729.937500', '163730.397500', '163730.857500', '163731.317500', '163731.777500', '163732.237500', '163732.697500', '163733.157500', '163733.617500', '163734.077500', '163734.537500', '163734.997500', '163735.457500', '163735.917500', '163736.377500', '163736.837500', '163737.297500', '163737.757500', '163738.217500', '163738.677500', '163739.137500', '163739.597500'], 'ContentTime': ['162849.355000', '162849.359000', '162849.374000', '162849.376000', '162849.379000', '162849.382000', '162849.385000', '162849.388000', '162849.391000', '162849.394000', '162849.397000', '162849.400000', '162849.403000', '162849.406000', '162849.409000', '162849.412000', '162849.415000', '162849.417000', '162849.420000', '162849.423000', '162849.426000', '162849.429000', '162849.432000', '162849.441000', '162849.444000', '162849.446000', '162849.449000', '162849.452000', '162849.455000', '162849.458000', '162849.462000', '162849.464000', '162849.467000', '162849.470000', '162849.473000', '162849.476000', '162849.479000', '162849.481000', '162849.484000', '162849.487000', '162849.490000', '162849.493000', '162849.496000', '162849.499000', '162849.502000', '162849.505000', '162849.508000', '162849.510000', '162849.513000', '162849.516000', '162849.519000', '162849.522000', '162849.525000', '162909.317000', '162909.320000', '162909.323000', '162909.326000', '162909.329000', '162909.331000', '162909.334000', '162909.337000', '162909.340000', '162909.343000', '162909.346000', '162909.349000', '162909.352000', '162909.355000', '162909.358000', '162909.361000', '162909.363000', '162909.366000', '162909.369000', '162909.372000', '162909.375000', '162909.378000', '162909.381000', '162909.383000', '162909.386000', '162909.389000', '162909.392000', '162909.395000', '162909.398000', '162909.400000', '162909.403000', '162909.406000', '162909.409000', '162909.412000', '162909.416000', '162909.419000', '162909.422000', '162909.425000', '162909.428000', '162909.430000', '162909.433000', '162909.436000', '162909.449000', '162929.317000', '162929.320000', '162929.322000', '162929.325000', '162929.328000', '162929.331000', '162929.334000', '162929.337000', '162929.340000', '162929.343000', '162929.345000', '162929.348000', '162929.351000', '162929.354000', '162929.357000', '162929.360000', '162929.363000', '162929.365000', '162929.368000', '162929.371000', '162929.374000', '162929.377000', '162929.380000', '162929.383000', '162929.386000', '162929.388000', '162929.391000', '162929.394000', '162929.397000', '162929.400000', '162929.403000', '162929.406000', '162929.408000', '162929.411000', '162929.414000', '162929.417000', '162929.420000', '162929.423000', '162929.425000', '162929.428000', '162929.431000', '162929.434000', '162929.437000', '162929.440000', '162949.333000', '162949.336000', '162949.339000', '162949.342000', '162949.345000', '162949.348000', '162949.351000', '162949.353000', '162949.356000', '162949.359000', '162949.362000', '162949.365000', '162949.368000', '162949.371000', '162949.374000', '162949.377000', '162949.379000', '162949.387000', '162949.390000', '162949.393000', '162949.396000', '162949.399000', '162949.402000', '162949.405000', '162949.407000', '162949.410000', '162949.413000', '162949.416000', '162949.419000', '162949.422000', '162949.425000', '162949.427000', '162949.430000', '162949.433000', '162949.436000', '162949.439000', '162949.442000', '162949.445000', '162949.447000', '162949.450000', '162949.453000', '162949.456000', '162949.459000', '163009.317000', '163009.320000', '163009.323000', '163009.326000', '163009.328000', '163009.331000', '163009.334000', '163009.337000', '163009.340000', '163009.343000', '163009.346000', '163009.348000', '163009.351000', '163009.354000', '163009.357000', '163009.360000', '163009.363000', '163009.366000', '163009.369000', '163009.374000', '163009.377000', '163009.380000', '163009.383000', '163009.386000', '163009.389000', '163009.391000', '163009.401000', '163009.404000', '163009.407000', '163009.409000', '163009.412000', '163009.415000', '163009.418000', '163009.421000', '163009.424000', '163009.427000', '163009.429000', '163009.432000', '163009.435000', '163009.438000', '163009.441000', '163009.444000', '163009.447000', '163009.450000', '163029.317000', '163029.320000', '163029.323000', '163029.326000', '163029.329000', '163029.331000', '163029.334000', '163029.337000', '163029.340000', '163029.343000', '163029.346000', '163029.348000', '163029.351000', '163029.354000', '163029.357000', '163029.360000', '163029.363000', '163029.366000', '163029.369000', '163029.371000', '163029.374000', '163029.383000', '163029.386000', '163029.389000', '163029.392000', '163029.395000', '163029.398000', '163029.400000', '163029.403000', '163029.406000', '163029.409000', '163029.412000', '163029.415000', '163029.418000', '163029.420000', '163029.423000', '163029.426000', '163029.429000', '163029.432000', '163029.435000', '163029.438000', '163029.441000', '163029.443000', '163049.316000', '163049.319000', '163049.322000', '163049.325000', '163049.327000', '163049.330000', '163049.334000', '163049.336000', '163049.339000', '163049.342000', '163049.345000', '163049.348000', '163049.350000', '163049.353000', '163049.356000', '163049.359000', '163049.362000', '163049.364000', '163049.367000', '163049.370000', '163049.373000', '163049.376000', '163049.379000', '163049.381000', '163049.384000', '163049.394000', '163049.397000', '163049.400000', '163049.403000', '163049.406000', '163049.409000', '163049.412000', '163049.414000', '163049.417000', '163049.421000', '163049.424000', '163049.427000', '163049.430000', '163049.433000', '163049.436000', '163049.438000', '163049.441000', '163049.444000', '163109.317000', '163109.320000', '163109.323000', '163109.325000', '163109.329000', '163109.331000', '163109.334000', '163109.337000', '163109.340000', '163109.343000', '163109.346000', '163109.348000', '163109.351000', '163109.354000', '163109.357000', '163109.360000', '163109.363000', '163109.366000', '163109.369000', '163109.371000', '163109.374000', '163109.377000', '163109.380000', '163109.383000', '163109.386000', '163109.389000', '163109.392000', '163109.395000', '163109.398000', '163109.400000', '163109.403000', '163109.406000', '163109.409000', '163109.412000', '163109.415000', '163109.417000', '163109.420000', '163109.423000', '163109.426000', '163109.429000', '163109.432000', '163109.435000', '163109.438000', '163109.441000', '163129.317000', '163129.320000', '163129.323000', '163129.326000', '163129.331000', '163129.334000', '163129.337000', '163129.340000', '163129.343000', '163129.346000', '163129.349000', '163129.351000', '163129.354000', '163129.357000', '163129.360000', '163129.363000', '163129.366000', '163129.369000', '163129.372000', '163129.374000', '163129.377000', '163129.380000', '163129.383000', '163129.386000', '163129.389000', '163129.392000', '163129.395000', '163129.398000', '163129.401000', '163129.403000', '163129.406000', '163129.409000', '163129.412000', '163129.415000', '163129.418000', '163129.421000', '163129.424000', '163129.426000', '163129.429000', '163129.432000', '163129.435000', '163129.438000', '163129.441000', '163149.317000', '163149.320000', '163149.323000', '163149.326000', '163149.329000', '163149.331000', '163149.334000', '163149.337000', '163149.340000', '163149.343000', '163149.346000', '163149.349000', '163149.351000', '163149.354000', '163149.357000', '163149.360000', '163149.365000', '163149.368000', '163149.371000', '163149.374000', '163149.377000', '163149.379000', '163149.382000', '163149.385000', '163149.388000', '163149.391000', '163149.394000', '163149.397000', '163149.400000', '163149.402000', '163149.405000', '163149.408000', '163149.411000', '163149.414000', '163149.416000', '163149.419000', '163149.422000', '163149.425000', '163149.428000', '163149.431000', '163149.434000', '163149.436000', '163149.439000', '163149.442000', '163209.317000', '163209.320000', '163209.323000', '163209.326000', '163209.329000', '163209.332000', '163209.335000', '163209.338000', '163209.340000', '163209.344000', '163209.346000', '163209.349000', '163209.352000', '163209.355000', '163209.358000', '163209.361000', '163209.364000', '163209.367000', '163209.369000', '163209.372000', '163209.375000', '163209.378000', '163209.381000', '163209.384000', '163209.387000', '163209.390000', '163209.393000', '163209.395000', '163209.398000', '163209.401000', '163209.404000', '163209.407000', '163209.410000', '163209.413000', '163209.415000', '163209.418000', '163209.421000', '163209.424000', '163209.427000', '163209.430000', '163209.433000', '163209.435000', '163209.438000', '163229.317000', '163229.320000', '163229.323000', '163229.326000', '163229.329000', '163229.331000', '163229.334000', '163229.337000', '163229.340000', '163229.343000', '163229.346000', '163229.349000', '163229.351000', '163229.354000', '163229.357000', '163229.360000', '163229.363000', '163229.366000', '163229.369000', '163229.372000', '163229.374000', '163229.377000', '163229.380000', '163229.383000', '163229.386000', '163229.389000', '163229.400000', '163229.403000', '163229.405000', '163229.408000', '163229.411000', '163229.414000', '163229.417000', '163229.420000', '163229.423000', '163229.425000', '163229.428000', '163229.431000', '163229.434000', '163229.437000', '163229.440000', '163229.443000', '163229.445000', '163229.448000', '163249.317000', '163249.320000', '163249.323000', '163249.326000', '163249.329000', '163249.331000', '163249.334000', '163249.337000', '163249.340000', '163249.343000', '163249.346000', '163249.349000', '163249.352000', '163249.357000', '163249.361000', '163249.364000', '163249.367000', '163249.370000', '163249.373000', '163249.376000', '163249.379000', '163249.400000', '163249.403000', '163249.406000', '163249.409000', '163249.411000', '163249.414000', '163249.417000', '163249.420000', '163249.423000', '163249.426000', '163249.429000', '163249.431000', '163249.434000', '163249.437000', '163249.440000', '163249.443000', '163249.446000', '163249.449000', '163249.452000', '163249.454000', '163249.457000', '163249.460000', '163309.316000', '163309.319000', '163309.322000', '163309.325000', '163309.327000', '163309.330000', '163309.333000', '163309.336000', '163309.339000', '163309.342000', '163309.345000', '163309.348000', '163309.351000', '163309.354000', '163309.356000', '163309.359000', '163309.362000', '163309.365000', '163309.368000', '163309.371000', '163309.374000', '163309.377000', '163309.380000', '163309.382000', '163309.385000', '163309.388000', '163309.391000', '163309.394000', '163309.397000', '163309.400000', '163309.403000', '163309.405000', '163309.408000', '163309.411000', '163309.414000', '163309.417000', '163309.420000', '163309.423000', '163309.426000', '163309.428000', '163309.431000', '163309.434000', '163309.437000', '163309.440000', '163329.317000', '163329.320000', '163329.323000', '163329.326000', '163329.329000', '163329.331000', '163329.334000', '163329.337000', '163329.340000', '163329.343000', '163329.346000', '163329.349000', '163329.352000', '163329.354000', '163329.357000', '163329.360000', '163329.363000', '163329.366000', '163329.369000', '163329.372000', '163329.375000', '163329.377000', '163329.380000', '163329.384000', '163329.386000', '163329.389000', '163329.392000', '163329.395000', '163329.398000', '163329.401000', '163329.404000', '163329.407000', '163329.409000', '163329.413000', '163329.415000', '163329.418000', '163329.421000', '163329.424000', '163329.427000', '163329.430000', '163329.433000', '163329.435000', '163329.438000', '163349.317000', '163349.320000', '163349.323000', '163349.326000', '163349.329000', '163349.332000', '163349.334000', '163349.337000', '163349.340000', '163349.343000', '163349.346000', '163349.349000', '163349.352000', '163349.354000', '163349.357000', '163349.360000', '163349.363000', '163349.366000', '163349.369000', '163349.372000', '163349.375000', '163349.377000', '163349.380000', '163349.385000', '163349.388000', '163349.391000', '163349.394000', '163349.397000', '163349.400000', '163349.403000', '163349.405000', '163349.408000', '163349.411000', '163349.414000', '163349.417000', '163349.420000', '163349.423000', '163349.425000', '163349.428000', '163349.431000', '163349.434000', '163349.437000', '163349.440000', '163349.442000', '163409.317000', '163409.320000', '163409.323000', '163409.326000', '163409.330000', '163409.333000', '163409.336000', '163409.339000', '163409.342000', '163409.345000', '163409.348000', '163409.350000', '163409.353000', '163409.356000', '163409.359000', '163409.362000', '163409.365000', '163409.368000', '163409.371000', '163409.373000', '163409.376000', '163409.379000', '163409.382000', '163409.385000', '163409.388000', '163409.391000', '163409.394000', '163409.407000', '163409.410000', '163409.413000', '163409.415000', '163409.418000', '163409.421000', '163409.424000', '163409.427000', '163409.430000', '163409.433000', '163409.436000', '163409.438000', '163409.441000', '163409.444000', '163409.447000', '163409.450000', '163429.317000', '163429.320000', '163429.323000', '163429.326000', '163429.329000', '163429.331000', '163429.334000', '163429.337000', '163429.340000', '163429.343000', '163429.346000', '163429.349000', '163429.351000', '163429.354000', '163429.357000', '163429.360000', '163429.363000', '163429.366000', '163429.369000', '163429.372000', '163429.375000', '163429.377000', '163429.380000', '163429.383000', '163429.386000', '163429.389000', '163429.392000', '163429.399000', '163429.402000', '163429.404000', '163429.407000', '163429.410000', '163429.413000', '163429.416000', '163429.419000', '163429.422000', '163429.424000', '163429.427000', '163429.430000', '163429.433000', '163429.436000', '163429.439000', '163429.442000', '163429.445000', '163449.317000', '163449.320000', '163449.323000', '163449.326000', '163449.329000', '163449.332000', '163449.334000', '163449.337000', '163449.340000', '163449.343000', '163449.346000', '163449.349000', '163449.351000', '163449.354000', '163449.357000', '163449.360000', '163449.363000', '163449.366000', '163449.369000', '163449.372000', '163449.374000', '163449.377000', '163449.380000', '163449.383000', '163449.386000', '163449.389000', '163449.392000', '163449.395000', '163449.397000', '163449.400000', '163449.403000', '163449.406000', '163449.409000', '163449.412000', '163449.415000', '163449.418000', '163449.421000', '163449.424000', '163449.427000', '163449.430000', '163449.433000', '163449.435000', '163449.438000', '163509.317000', '163509.320000', '163509.323000', '163509.326000', '163509.329000', '163509.331000', '163509.334000', '163509.337000', '163509.340000', '163509.343000', '163509.346000', '163509.349000', '163509.352000', '163509.354000', '163509.357000', '163509.360000', '163509.363000', '163509.366000', '163509.369000', '163509.372000', '163509.374000', '163509.377000', '163509.380000', '163509.383000', '163509.386000', '163509.389000', '163509.392000', '163509.394000', '163509.397000', '163509.400000', '163509.403000', '163509.406000', '163509.409000', '163509.412000', '163509.415000', '163509.418000', '163509.420000', '163509.423000', '163509.426000', '163509.429000', '163509.432000', '163509.435000', '163509.438000', '163509.441000', '163529.316000', '163529.319000', '163529.322000', '163529.325000', '163529.328000', '163529.331000', '163529.334000', '163529.337000', '163529.339000', '163529.342000', '163529.345000', '163529.348000', '163529.351000', '163529.354000', '163529.357000', '163529.360000', '163529.362000', '163529.365000', '163529.370000', '163529.373000', '163529.375000', '163529.378000', '163529.381000', '163529.384000', '163529.387000', '163529.390000', '163529.393000', '163529.395000', '163529.398000', '163529.424000', '163529.427000', '163529.429000', '163529.432000', '163529.435000', '163529.438000', '163529.441000', '163529.444000', '163529.447000', '163529.450000', '163529.453000', '163529.456000', '163529.459000', '163529.462000', '163549.331000', '163549.335000', '163549.338000', '163549.341000', '163549.344000', '163549.347000', '163549.350000', '163549.352000', '163549.355000', '163549.358000', '163549.361000', '163549.364000', '163549.367000', '163549.370000', '163549.373000', '163549.376000', '163549.378000', '163549.381000', '163549.384000', '163549.387000', '163549.390000', '163549.393000', '163549.396000', '163549.398000', '163549.401000', '163549.404000', '163549.407000', '163549.410000', '163549.413000', '163549.416000', '163549.419000', '163549.421000', '163549.424000', '163549.427000', '163549.430000', '163549.433000', '163549.436000', '163549.439000', '163549.441000', '163549.444000', '163549.447000', '163549.450000', '163549.453000', '163549.456000', '163609.317000', '163609.320000', '163609.323000', '163609.326000', '163609.329000', '163609.332000', '163609.334000', '163609.337000', '163609.340000', '163609.343000', '163609.346000', '163609.349000', '163609.352000', '163609.355000', '163609.357000', '163609.361000', '163609.363000', '163609.366000', '163609.369000', '163609.372000', '163609.375000', '163609.378000', '163609.380000', '163609.384000', '163609.386000', '163609.389000', '163609.392000', '163609.395000', '163609.398000', '163609.401000', '163609.404000', '163609.407000', '163609.409000', '163609.412000', '163609.415000', '163609.418000', '163609.421000', '163609.424000', '163609.427000', '163609.430000', '163609.432000', '163609.435000', '163609.438000', '163629.317000', '163629.320000', '163629.323000', '163629.326000', '163629.329000', '163629.331000', '163629.334000', '163629.337000', '163629.340000', '163629.343000', '163629.346000', '163629.349000', '163629.352000', '163629.355000', '163629.357000', '163629.360000', '163629.363000', '163629.366000', '163629.369000', '163629.372000', '163629.375000', '163629.378000', '163629.380000', '163629.383000', '163629.386000', '163629.389000', '163629.392000', '163629.395000', '163629.398000', '163629.401000', '163629.404000', '163629.406000', '163629.409000', '163629.412000', '163629.415000', '163629.418000', '163629.421000', '163629.424000', '163629.427000', '163629.430000', '163629.433000', '163629.435000', '163629.438000', '163629.441000', '163649.317000', '163649.320000', '163649.323000', '163649.326000', '163649.329000', '163649.332000', '163649.335000', '163649.337000', '163649.340000', '163649.343000', '163649.346000', '163649.349000', '163649.352000', '163649.355000', '163649.358000', '163649.360000', '163649.363000', '163649.366000', '163649.369000', '163649.372000', '163649.375000', '163649.378000', '163649.381000', '163649.383000', '163649.386000', '163649.389000', '163649.392000', '163649.395000', '163649.398000', '163649.401000', '163649.404000', '163649.408000', '163649.411000', '163649.413000', '163649.416000', '163649.419000', '163649.422000', '163649.425000', '163649.428000', '163649.431000', '163649.434000', '163649.437000', '163649.440000', '163709.317000', '163709.320000', '163709.323000', '163709.326000', '163709.329000', '163709.331000', '163709.334000', '163709.338000', '163709.340000', '163709.343000', '163709.346000', '163709.349000', '163709.352000', '163709.355000', '163709.358000', '163709.361000', '163709.363000', '163709.366000', '163709.369000', '163709.372000', '163709.375000', '163709.378000', '163709.381000', '163709.384000', '163709.387000', '163709.389000', '163709.392000', '163709.395000', '163709.398000', '163709.401000', '163709.404000', '163709.407000', '163709.409000', '163709.412000', '163709.415000', '163709.418000', '163709.421000', '163709.424000', '163709.427000', '163709.430000', '163709.432000', '163709.435000', '163709.438000', '163709.441000', '163729.317000', '163729.320000', '163729.323000', '163729.326000', '163729.329000', '163729.334000', '163729.337000', '163729.340000', '163729.343000', '163729.346000', '163729.349000', '163729.351000', '163729.354000', '163729.357000', '163729.360000', '163729.363000', '163729.366000', '163729.369000', '163729.372000', '163729.375000', '163729.378000', '163729.381000', '163729.383000', '163729.386000', '163729.389000', '163729.392000', '163729.395000', '163729.398000', '163729.401000', '163729.404000', '163729.406000', '163729.409000', '163729.412000', '163729.415000', '163729.418000', '163729.421000', '163729.423000', '163729.426000', '163729.429000', '163729.432000', '163729.435000', '163729.438000', '163729.441000', '163741.050000', '163741.053000', '163741.056000', '163741.059000', '163741.062000', '163741.065000', '163741.068000', '163741.071000', '163741.074000', '163741.076000', '163741.079000', '163741.082000', '163741.085000', '163741.088000', '163741.091000', '163741.094000', '163741.097000', '163741.099000', '163741.102000', '163741.105000', '163741.108000', '163741.111000', '163741.114000', '163741.117000', '163741.119000', '163741.122000'], 'InstanceCreationTime': ['162849.355000', '162849.359000', '162849.374000', '162849.376000', '162849.379000', '162849.382000', '162849.385000', '162849.388000', '162849.391000', '162849.394000', '162849.397000', '162849.400000', '162849.403000', '162849.406000', '162849.409000', '162849.412000', '162849.415000', '162849.417000', '162849.420000', '162849.423000', '162849.426000', '162849.429000', '162849.432000', '162849.441000', '162849.444000', '162849.446000', '162849.449000', '162849.452000', '162849.455000', '162849.458000', '162849.462000', '162849.464000', '162849.467000', '162849.470000', '162849.473000', '162849.476000', '162849.479000', '162849.481000', '162849.484000', '162849.487000', '162849.490000', '162849.493000', '162849.496000', '162849.499000', '162849.502000', '162849.505000', '162849.508000', '162849.510000', '162849.513000', '162849.516000', '162849.519000', '162849.522000', '162849.525000', '162909.317000', '162909.320000', '162909.323000', '162909.326000', '162909.329000', '162909.331000', '162909.334000', '162909.337000', '162909.340000', '162909.343000', '162909.346000', '162909.349000', '162909.352000', '162909.355000', '162909.358000', '162909.361000', '162909.363000', '162909.366000', '162909.369000', '162909.372000', '162909.375000', '162909.378000', '162909.381000', '162909.383000', '162909.386000', '162909.389000', '162909.392000', '162909.395000', '162909.398000', '162909.400000', '162909.403000', '162909.406000', '162909.409000', '162909.412000', '162909.416000', '162909.419000', '162909.422000', '162909.425000', '162909.428000', '162909.430000', '162909.433000', '162909.436000', '162909.449000', '162929.317000', '162929.320000', '162929.322000', '162929.325000', '162929.328000', '162929.331000', '162929.334000', '162929.337000', '162929.340000', '162929.343000', '162929.345000', '162929.348000', '162929.351000', '162929.354000', '162929.357000', '162929.360000', '162929.363000', '162929.365000', '162929.368000', '162929.371000', '162929.374000', '162929.377000', '162929.380000', '162929.383000', '162929.386000', '162929.388000', '162929.391000', '162929.394000', '162929.397000', '162929.400000', '162929.403000', '162929.406000', '162929.408000', '162929.411000', '162929.414000', '162929.417000', '162929.420000', '162929.423000', '162929.425000', '162929.428000', '162929.431000', '162929.434000', '162929.437000', '162929.440000', '162949.333000', '162949.336000', '162949.339000', '162949.342000', '162949.345000', '162949.348000', '162949.351000', '162949.353000', '162949.356000', '162949.359000', '162949.362000', '162949.365000', '162949.368000', '162949.371000', '162949.374000', '162949.377000', '162949.379000', '162949.387000', '162949.390000', '162949.393000', '162949.396000', '162949.399000', '162949.402000', '162949.405000', '162949.407000', '162949.410000', '162949.413000', '162949.416000', '162949.419000', '162949.422000', '162949.425000', '162949.427000', '162949.430000', '162949.433000', '162949.436000', '162949.439000', '162949.442000', '162949.445000', '162949.447000', '162949.450000', '162949.453000', '162949.456000', '162949.459000', '163009.317000', '163009.320000', '163009.323000', '163009.326000', '163009.328000', '163009.331000', '163009.334000', '163009.337000', '163009.340000', '163009.343000', '163009.346000', '163009.348000', '163009.351000', '163009.354000', '163009.357000', '163009.360000', '163009.363000', '163009.366000', '163009.369000', '163009.374000', '163009.377000', '163009.380000', '163009.383000', '163009.386000', '163009.389000', '163009.391000', '163009.401000', '163009.404000', '163009.407000', '163009.409000', '163009.412000', '163009.415000', '163009.418000', '163009.421000', '163009.424000', '163009.427000', '163009.429000', '163009.432000', '163009.435000', '163009.438000', '163009.441000', '163009.444000', '163009.447000', '163009.450000', '163029.317000', '163029.320000', '163029.323000', '163029.326000', '163029.329000', '163029.331000', '163029.334000', '163029.337000', '163029.340000', '163029.343000', '163029.346000', '163029.348000', '163029.351000', '163029.354000', '163029.357000', '163029.360000', '163029.363000', '163029.366000', '163029.369000', '163029.371000', '163029.374000', '163029.383000', '163029.386000', '163029.389000', '163029.392000', '163029.395000', '163029.398000', '163029.400000', '163029.403000', '163029.406000', '163029.409000', '163029.412000', '163029.415000', '163029.418000', '163029.420000', '163029.423000', '163029.426000', '163029.429000', '163029.432000', '163029.435000', '163029.438000', '163029.441000', '163029.443000', '163049.316000', '163049.319000', '163049.322000', '163049.325000', '163049.327000', '163049.330000', '163049.334000', '163049.336000', '163049.339000', '163049.342000', '163049.345000', '163049.348000', '163049.350000', '163049.353000', '163049.356000', '163049.359000', '163049.362000', '163049.364000', '163049.367000', '163049.370000', '163049.373000', '163049.376000', '163049.379000', '163049.381000', '163049.384000', '163049.394000', '163049.397000', '163049.400000', '163049.403000', '163049.406000', '163049.409000', '163049.412000', '163049.414000', '163049.417000', '163049.421000', '163049.424000', '163049.427000', '163049.430000', '163049.433000', '163049.436000', '163049.438000', '163049.441000', '163049.444000', '163109.317000', '163109.320000', '163109.323000', '163109.325000', '163109.329000', '163109.331000', '163109.334000', '163109.337000', '163109.340000', '163109.343000', '163109.346000', '163109.348000', '163109.351000', '163109.354000', '163109.357000', '163109.360000', '163109.363000', '163109.366000', '163109.369000', '163109.371000', '163109.374000', '163109.377000', '163109.380000', '163109.383000', '163109.386000', '163109.389000', '163109.392000', '163109.395000', '163109.398000', '163109.400000', '163109.403000', '163109.406000', '163109.409000', '163109.412000', '163109.415000', '163109.417000', '163109.420000', '163109.423000', '163109.426000', '163109.429000', '163109.432000', '163109.435000', '163109.438000', '163109.441000', '163129.317000', '163129.320000', '163129.323000', '163129.326000', '163129.331000', '163129.334000', '163129.337000', '163129.340000', '163129.343000', '163129.346000', '163129.349000', '163129.351000', '163129.354000', '163129.357000', '163129.360000', '163129.363000', '163129.366000', '163129.369000', '163129.372000', '163129.374000', '163129.377000', '163129.380000', '163129.383000', '163129.386000', '163129.389000', '163129.392000', '163129.395000', '163129.398000', '163129.401000', '163129.403000', '163129.406000', '163129.409000', '163129.412000', '163129.415000', '163129.418000', '163129.421000', '163129.424000', '163129.426000', '163129.429000', '163129.432000', '163129.435000', '163129.438000', '163129.441000', '163149.317000', '163149.320000', '163149.323000', '163149.326000', '163149.329000', '163149.331000', '163149.334000', '163149.337000', '163149.340000', '163149.343000', '163149.346000', '163149.349000', '163149.351000', '163149.354000', '163149.357000', '163149.360000', '163149.365000', '163149.368000', '163149.371000', '163149.374000', '163149.377000', '163149.379000', '163149.382000', '163149.385000', '163149.388000', '163149.391000', '163149.394000', '163149.397000', '163149.400000', '163149.402000', '163149.405000', '163149.408000', '163149.411000', '163149.414000', '163149.416000', '163149.419000', '163149.422000', '163149.425000', '163149.428000', '163149.431000', '163149.434000', '163149.436000', '163149.439000', '163149.442000', '163209.317000', '163209.320000', '163209.323000', '163209.326000', '163209.329000', '163209.332000', '163209.335000', '163209.338000', '163209.340000', '163209.344000', '163209.346000', '163209.349000', '163209.352000', '163209.355000', '163209.358000', '163209.361000', '163209.364000', '163209.367000', '163209.369000', '163209.372000', '163209.375000', '163209.378000', '163209.381000', '163209.384000', '163209.387000', '163209.390000', '163209.393000', '163209.395000', '163209.398000', '163209.401000', '163209.404000', '163209.407000', '163209.410000', '163209.413000', '163209.415000', '163209.418000', '163209.421000', '163209.424000', '163209.427000', '163209.430000', '163209.433000', '163209.435000', '163209.438000', '163229.317000', '163229.320000', '163229.323000', '163229.326000', '163229.329000', '163229.331000', '163229.334000', '163229.337000', '163229.340000', '163229.343000', '163229.346000', '163229.349000', '163229.351000', '163229.354000', '163229.357000', '163229.360000', '163229.363000', '163229.366000', '163229.369000', '163229.372000', '163229.374000', '163229.377000', '163229.380000', '163229.383000', '163229.386000', '163229.389000', '163229.400000', '163229.403000', '163229.405000', '163229.408000', '163229.411000', '163229.414000', '163229.417000', '163229.420000', '163229.423000', '163229.425000', '163229.428000', '163229.431000', '163229.434000', '163229.437000', '163229.440000', '163229.443000', '163229.445000', '163229.448000', '163249.317000', '163249.320000', '163249.323000', '163249.326000', '163249.329000', '163249.331000', '163249.334000', '163249.337000', '163249.340000', '163249.343000', '163249.346000', '163249.349000', '163249.352000', '163249.357000', '163249.361000', '163249.364000', '163249.367000', '163249.370000', '163249.373000', '163249.376000', '163249.379000', '163249.400000', '163249.403000', '163249.406000', '163249.409000', '163249.411000', '163249.414000', '163249.417000', '163249.420000', '163249.423000', '163249.426000', '163249.429000', '163249.431000', '163249.434000', '163249.437000', '163249.440000', '163249.443000', '163249.446000', '163249.449000', '163249.452000', '163249.454000', '163249.457000', '163249.460000', '163309.316000', '163309.319000', '163309.322000', '163309.325000', '163309.327000', '163309.330000', '163309.333000', '163309.336000', '163309.339000', '163309.342000', '163309.345000', '163309.348000', '163309.351000', '163309.354000', '163309.356000', '163309.359000', '163309.362000', '163309.365000', '163309.368000', '163309.371000', '163309.374000', '163309.377000', '163309.380000', '163309.382000', '163309.385000', '163309.388000', '163309.391000', '163309.394000', '163309.397000', '163309.400000', '163309.403000', '163309.405000', '163309.408000', '163309.411000', '163309.414000', '163309.417000', '163309.420000', '163309.423000', '163309.426000', '163309.428000', '163309.431000', '163309.434000', '163309.437000', '163309.440000', '163329.317000', '163329.320000', '163329.323000', '163329.326000', '163329.329000', '163329.331000', '163329.334000', '163329.337000', '163329.340000', '163329.343000', '163329.346000', '163329.349000', '163329.352000', '163329.354000', '163329.357000', '163329.360000', '163329.363000', '163329.366000', '163329.369000', '163329.372000', '163329.375000', '163329.377000', '163329.380000', '163329.384000', '163329.386000', '163329.389000', '163329.392000', '163329.395000', '163329.398000', '163329.401000', '163329.404000', '163329.407000', '163329.409000', '163329.413000', '163329.415000', '163329.418000', '163329.421000', '163329.424000', '163329.427000', '163329.430000', '163329.433000', '163329.435000', '163329.438000', '163349.317000', '163349.320000', '163349.323000', '163349.326000', '163349.329000', '163349.332000', '163349.334000', '163349.337000', '163349.340000', '163349.343000', '163349.346000', '163349.349000', '163349.352000', '163349.354000', '163349.357000', '163349.360000', '163349.363000', '163349.366000', '163349.369000', '163349.372000', '163349.375000', '163349.377000', '163349.380000', '163349.385000', '163349.388000', '163349.391000', '163349.394000', '163349.397000', '163349.400000', '163349.403000', '163349.405000', '163349.408000', '163349.411000', '163349.414000', '163349.417000', '163349.420000', '163349.423000', '163349.425000', '163349.428000', '163349.431000', '163349.434000', '163349.437000', '163349.440000', '163349.442000', '163409.317000', '163409.320000', '163409.323000', '163409.326000', '163409.330000', '163409.333000', '163409.336000', '163409.339000', '163409.342000', '163409.345000', '163409.348000', '163409.350000', '163409.353000', '163409.356000', '163409.359000', '163409.362000', '163409.365000', '163409.368000', '163409.371000', '163409.373000', '163409.376000', '163409.379000', '163409.382000', '163409.385000', '163409.388000', '163409.391000', '163409.394000', '163409.407000', '163409.410000', '163409.413000', '163409.415000', '163409.418000', '163409.421000', '163409.424000', '163409.427000', '163409.430000', '163409.433000', '163409.436000', '163409.438000', '163409.441000', '163409.444000', '163409.447000', '163409.450000', '163429.317000', '163429.320000', '163429.323000', '163429.326000', '163429.329000', '163429.331000', '163429.334000', '163429.337000', '163429.340000', '163429.343000', '163429.346000', '163429.349000', '163429.351000', '163429.354000', '163429.357000', '163429.360000', '163429.363000', '163429.366000', '163429.369000', '163429.372000', '163429.375000', '163429.377000', '163429.380000', '163429.383000', '163429.386000', '163429.389000', '163429.392000', '163429.399000', '163429.402000', '163429.404000', '163429.407000', '163429.410000', '163429.413000', '163429.416000', '163429.419000', '163429.422000', '163429.424000', '163429.427000', '163429.430000', '163429.433000', '163429.436000', '163429.439000', '163429.442000', '163429.445000', '163449.317000', '163449.320000', '163449.323000', '163449.326000', '163449.329000', '163449.332000', '163449.334000', '163449.337000', '163449.340000', '163449.343000', '163449.346000', '163449.349000', '163449.351000', '163449.354000', '163449.357000', '163449.360000', '163449.363000', '163449.366000', '163449.369000', '163449.372000', '163449.374000', '163449.377000', '163449.380000', '163449.383000', '163449.386000', '163449.389000', '163449.392000', '163449.395000', '163449.397000', '163449.400000', '163449.403000', '163449.406000', '163449.409000', '163449.412000', '163449.415000', '163449.418000', '163449.421000', '163449.424000', '163449.427000', '163449.430000', '163449.433000', '163449.435000', '163449.438000', '163509.317000', '163509.320000', '163509.323000', '163509.326000', '163509.329000', '163509.331000', '163509.334000', '163509.337000', '163509.340000', '163509.343000', '163509.346000', '163509.349000', '163509.352000', '163509.354000', '163509.357000', '163509.360000', '163509.363000', '163509.366000', '163509.369000', '163509.372000', '163509.374000', '163509.377000', '163509.380000', '163509.383000', '163509.386000', '163509.389000', '163509.392000', '163509.394000', '163509.397000', '163509.400000', '163509.403000', '163509.406000', '163509.409000', '163509.412000', '163509.415000', '163509.418000', '163509.420000', '163509.423000', '163509.426000', '163509.429000', '163509.432000', '163509.435000', '163509.438000', '163509.441000', '163529.316000', '163529.319000', '163529.322000', '163529.325000', '163529.328000', '163529.331000', '163529.334000', '163529.337000', '163529.339000', '163529.342000', '163529.345000', '163529.348000', '163529.351000', '163529.354000', '163529.357000', '163529.360000', '163529.362000', '163529.365000', '163529.370000', '163529.373000', '163529.375000', '163529.378000', '163529.381000', '163529.384000', '163529.387000', '163529.390000', '163529.393000', '163529.395000', '163529.398000', '163529.424000', '163529.427000', '163529.429000', '163529.432000', '163529.435000', '163529.438000', '163529.441000', '163529.444000', '163529.447000', '163529.450000', '163529.453000', '163529.456000', '163529.459000', '163529.462000', '163549.331000', '163549.335000', '163549.338000', '163549.341000', '163549.344000', '163549.347000', '163549.350000', '163549.352000', '163549.355000', '163549.358000', '163549.361000', '163549.364000', '163549.367000', '163549.370000', '163549.373000', '163549.376000', '163549.378000', '163549.381000', '163549.384000', '163549.387000', '163549.390000', '163549.393000', '163549.396000', '163549.398000', '163549.401000', '163549.404000', '163549.407000', '163549.410000', '163549.413000', '163549.416000', '163549.419000', '163549.421000', '163549.424000', '163549.427000', '163549.430000', '163549.433000', '163549.436000', '163549.439000', '163549.441000', '163549.444000', '163549.447000', '163549.450000', '163549.453000', '163549.456000', '163609.317000', '163609.320000', '163609.323000', '163609.326000', '163609.329000', '163609.332000', '163609.334000', '163609.337000', '163609.340000', '163609.343000', '163609.346000', '163609.349000', '163609.352000', '163609.355000', '163609.357000', '163609.361000', '163609.363000', '163609.366000', '163609.369000', '163609.372000', '163609.375000', '163609.378000', '163609.380000', '163609.384000', '163609.386000', '163609.389000', '163609.392000', '163609.395000', '163609.398000', '163609.401000', '163609.404000', '163609.407000', '163609.409000', '163609.412000', '163609.415000', '163609.418000', '163609.421000', '163609.424000', '163609.427000', '163609.430000', '163609.432000', '163609.435000', '163609.438000', '163629.317000', '163629.320000', '163629.323000', '163629.326000', '163629.329000', '163629.331000', '163629.334000', '163629.337000', '163629.340000', '163629.343000', '163629.346000', '163629.349000', '163629.352000', '163629.355000', '163629.357000', '163629.360000', '163629.363000', '163629.366000', '163629.369000', '163629.372000', '163629.375000', '163629.378000', '163629.380000', '163629.383000', '163629.386000', '163629.389000', '163629.392000', '163629.395000', '163629.398000', '163629.401000', '163629.404000', '163629.406000', '163629.409000', '163629.412000', '163629.415000', '163629.418000', '163629.421000', '163629.424000', '163629.427000', '163629.430000', '163629.433000', '163629.435000', '163629.438000', '163629.441000', '163649.317000', '163649.320000', '163649.323000', '163649.326000', '163649.329000', '163649.332000', '163649.335000', '163649.337000', '163649.340000', '163649.343000', '163649.346000', '163649.349000', '163649.352000', '163649.355000', '163649.358000', '163649.360000', '163649.363000', '163649.366000', '163649.369000', '163649.372000', '163649.375000', '163649.378000', '163649.381000', '163649.383000', '163649.386000', '163649.389000', '163649.392000', '163649.395000', '163649.398000', '163649.401000', '163649.404000', '163649.408000', '163649.411000', '163649.413000', '163649.416000', '163649.419000', '163649.422000', '163649.425000', '163649.428000', '163649.431000', '163649.434000', '163649.437000', '163649.440000', '163709.317000', '163709.320000', '163709.323000', '163709.326000', '163709.329000', '163709.331000', '163709.334000', '163709.338000', '163709.340000', '163709.343000', '163709.346000', '163709.349000', '163709.352000', '163709.355000', '163709.358000', '163709.361000', '163709.363000', '163709.366000', '163709.369000', '163709.372000', '163709.375000', '163709.378000', '163709.381000', '163709.384000', '163709.387000', '163709.389000', '163709.392000', '163709.395000', '163709.398000', '163709.401000', '163709.404000', '163709.407000', '163709.409000', '163709.412000', '163709.415000', '163709.418000', '163709.421000', '163709.424000', '163709.427000', '163709.430000', '163709.432000', '163709.435000', '163709.438000', '163709.441000', '163729.317000', '163729.320000', '163729.323000', '163729.326000', '163729.329000', '163729.334000', '163729.337000', '163729.340000', '163729.343000', '163729.346000', '163729.349000', '163729.351000', '163729.354000', '163729.357000', '163729.360000', '163729.363000', '163729.366000', '163729.369000', '163729.372000', '163729.375000', '163729.378000', '163729.381000', '163729.383000', '163729.386000', '163729.389000', '163729.392000', '163729.395000', '163729.398000', '163729.401000', '163729.404000', '163729.406000', '163729.409000', '163729.412000', '163729.415000', '163729.418000', '163729.421000', '163729.423000', '163729.426000', '163729.429000', '163729.432000', '163729.435000', '163729.438000', '163729.441000', '163741.050000', '163741.053000', '163741.056000', '163741.059000', '163741.062000', '163741.065000', '163741.068000', '163741.071000', '163741.074000', '163741.076000', '163741.079000', '163741.082000', '163741.085000', '163741.088000', '163741.091000', '163741.094000', '163741.097000', '163741.099000', '163741.102000', '163741.105000', '163741.108000', '163741.111000', '163741.114000', '163741.117000', '163741.119000', '163741.122000'], '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': [12030, 9923, 14841, 9485, 9470, 9301, 9756, 10009, 9487, 13720, 11081, 13548, 9748, 10094, 9149, 10180, 9859, 9979, 9810, 11211, 9640, 10562, 9821, 8631, 10163, 9724, 9784, 12431, 9660, 9804, 9543, 10167, 9072, 9714, 14096, 9744, 9532, 9650, 10672, 9418, 9825, 12833, 9820, 14732, 9602, 9059, 9501, 9829, 9500, 9885, 14148, 9887, 12897, 9676, 10672, 9842, 11691, 9576, 10846, 9552, 10006, 9368, 9974, 8700, 9623, 10611, 9307, 9738, 10541, 9693, 10825, 9745, 13071, 9605, 14851, 12036, 10075, 9319, 9976, 9312, 10004, 13629, 9772, 11494, 9849, 10070, 9898, 10604, 9591, 9854, 9462, 10177, 8947, 9907, 8959, 9728, 13527, 11434, 12311, 9459, 9762, 9398, 9966, 9346, 9539, 14172, 9968, 10849, 9931, 9050, 9797, 9504, 9642, 13835, 9400, 9533, 9396, 10344, 9200, 9834, 12672, 10034, 13710, 9568, 10575, 9294, 9828, 9182, 10218, 9034, 9988, 10898, 9664, 11602, 9654, 10002, 9521, 10009, 9395, 10084, 10250, 10085, 10732, 10105, 9514, 9856, 10036, 10458, 9995, 13539, 9979, 12608, 9883, 12950, 9999, 12933, 10115, 13691, 10107, 10301, 9835, 10265, 9734, 10445, 9610, 10214, 12695, 10075, 13450, 9919, 9500, 9769, 10252, 9495, 10004, 11717, 9988, 13995, 10097, 12523, 9833, 9335, 9695, 10240, 9209, 9753, 13881, 9588, 11814, 9819, 9814, 9360, 10592, 13094, 10119, 12896, 9868, 8749, 9906, 9392, 9771, 10759, 9636, 11962, 9668, 9827, 9527, 10274, 9173, 10015, 12246, 9975, 14107, 9577, 11952, 9759, 10102, 9574, 9828, 9437, 10136, 11719, 9983, 14535, 9917, 10174, 9081, 10136, 8244, 8609, 9687, 12580, 9182, 9428, 12732, 9623, 14421, 12359, 15594, 12913, 11987, 9957, 9622, 9062, 9456, 10188, 8872, 9699, 9054, 8862, 13847, 9506, 12856, 9356, 9685, 9412, 10244, 9199, 9527, 9000, 9526, 9034, 9814, 8904, 9879, 8862, 9645, 10297, 9631, 13348, 9614, 10305, 9675, 9711, 9295, 9965, 11342, 9878, 13916, 9878, 12209, 9742, 10870, 9724, 10153, 9369, 12145, 10755, 9755, 9154, 10054, 9007, 10014, 8698, 10083, 10443, 9719, 12921, 9439, 10623, 9235, 9847, 9667, 9869, 11768, 9531, 11217, 10473, 10283, 9160, 9769, 9527, 9963, 11234, 9868, 12206, 10000, 13620, 9865, 10413, 9797, 9348, 9884, 10576, 9634, 10755, 11159, 9857, 9607, 10253, 9256, 9636, 10530, 11858, 10315, 10159, 10327, 11664, 9736, 12291, 11525, 10255, 9389, 10361, 9503, 9973, 13757, 9705, 11028, 9446, 9924, 9194, 9730, 10054, 9445, 12211, 9606, 13314, 9640, 9729, 9565, 10231, 9429, 9393, 9271, 10116, 8956, 9493, 11118, 9953, 8834, 10009, 9648, 9858, 10353, 9648, 12110, 9531, 10477, 9496, 10262, 9284, 10225, 9791, 9721, 13826, 9689, 9377, 9410, 9941, 9351, 10074, 11405, 9670, 14107, 9588, 10389, 9797, 10752, 9124, 9775, 13351, 10904, 9731, 8881, 9774, 10185, 9447, 13046, 10931, 14595, 12869, 9685, 9145, 9876, 8502, 9391, 10406, 9037, 13147, 11414, 9698, 8919, 9428, 9866, 9222, 9786, 8917, 11081, 10067, 10774, 9176, 9744, 8761, 9522, 8761, 9406, 9444, 9518, 13277, 9103, 10019, 9388, 8745, 9262, 9687, 9312, 9681, 9777, 9760, 9217, 9625, 10360, 9629, 13415, 9528, 10678, 9743, 8982, 9620, 10041, 9487, 9918, 12844, 10103, 10668, 9665, 9581, 9573, 10443, 13123, 9942, 12325, 9907, 10335, 9802, 10809, 9657, 10220, 11122, 10203, 9522, 9910, 10010, 9643, 10428, 9499, 9571, 9330, 10153, 9000, 9908, 10057, 9882, 13228, 9682, 12813, 9605, 10838, 9102, 9876, 9807, 9673, 9663, 9591, 10424, 10078, 9980, 9813, 9864, 11657, 9644, 12237, 10144, 9662, 9246, 9874, 9578, 9962, 10442, 9705, 10388, 12883, 9808, 10465, 9633, 8817, 9327, 9881, 9474, 9655, 12100, 9720, 9360, 10142, 9710, 13367, 9610, 10552, 9576, 10091, 9786, 9708, 13882, 9639, 11002, 9556, 9659, 9369, 10405, 11146, 9729, 13809, 9661, 9324, 9520, 10533, 9516, 9888, 12520, 9781, 11367, 9490, 9770, 9409, 9438, 9361, 9849, 12746, 10062, 9433, 9896, 8566, 9959, 9547, 10062, 9912, 9691, 8866, 9330, 10209, 8920, 9812, 9373, 10157, 10547, 9363, 9640, 11286, 10077, 10059, 10058, 10868, 10028, 12355, 9669, 10572, 9601, 10052, 9543, 9943, 13059, 10050, 10623, 10258, 10564, 9607, 9383, 9646, 9928, 9276, 9943, 9798, 9993, 9847, 9566, 9859, 12906, 9995, 11972, 9826, 9351, 9365, 10149, 10553, 10194, 9566, 9911, 11048, 9810, 9673, 9706, 12571, 9472, 10550, 9618, 10163, 9255, 9955, 13505, 10685, 9308, 9475, 10647, 9106, 9903, 11446, 9470, 14924, 11037, 9310, 9427, 10287, 9100, 9716, 13530, 9504, 13171, 9284, 10520, 9364, 10060, 9601, 9937, 9328, 9522, 9087, 10194, 8946, 10009, 8926, 9860, 8887, 9503, 12384, 9351, 11593, 9893, 8516, 9719, 9397, 9839, 10680, 9534, 8848, 9429, 9303, 9049, 9678, 9516, 10055, 12253, 10723, 11585, 9490, 9358, 9474, 10118, 9542, 10057, 14066, 9926, 12038, 9763, 10622, 9610, 9732, 9495, 9747, 13426, 9934, 10966, 9856, 10048, 9556, 10684, 10596, 10271, 9581, 9364, 9490, 9270, 9823, 9558, 11188, 9650, 12497, 8911, 9391, 9537, 9692, 9471, 9717, 9402, 15141, 14970, 11767, 14298, 9117, 9504, 10016, 9161, 9286, 10791, 8592, 9138, 10884, 9447, 13297, 11443, 8963, 13840, 9272, 12257, 8770, 8991, 9037, 8711, 9700, 9206, 9241, 8614, 9000, 9549, 8293, 8805, 9146, 8762, 9413, 9089, 8849, 7864, 8732, 9177, 9404, 9781, 8185, 9386, 10643, 11261, 9549, 12591, 9899, 10954, 9978, 9685, 9636, 9962, 10800, 9977, 8568, 9654, 9728, 9155, 9793, 9352, 9434, 9619, 13376, 11324, 9459, 9471, 9815, 9648, 9993, 9965, 11968, 9730, 11927, 9895, 9910, 9380, 9794, 11250, 11068, 9890, 11010, 9694, 9791, 9513, 9924, 9065, 11259, 9644, 10690, 9724, 9988, 9038, 9697, 11538, 13065, 9800, 12950, 9688, 10093, 8880, 9750, 10544, 10859, 9954, 13581, 9639, 8846, 9323, 9377, 9489, 9622, 10579, 10361, 9600, 13521, 9711, 10283, 9586, 10369, 9190, 9656, 9663, 9691, 9626, 12714, 9834, 8989, 9416, 9586, 9229, 9836, 8978, 10645, 9848, 12225, 9877, 8959, 9860, 9990, 12992, 10153, 13136, 10054, 10468, 9439, 10026, 10009, 9926, 10169, 12610, 10068, 9696, 9627, 10551, 9477, 9785, 13595, 11212, 10764, 9676, 9803, 9609, 9888, 9600, 9794, 13628, 9811, 9540, 9439, 9855, 8865, 9794, 9357, 11541, 9449, 12700, 9459, 9971, 9393, 10041, 13090, 10269, 13473, 9368, 10326, 9141, 9702, 10175, 9780, 9818, 10661, 9471, 11632, 9546, 10513, 9731, 9956, 10508, 9759, 13904, 9266, 9230, 9330, 9723, 9117, 9576, 12952, 11674, 9514, 8759, 9470, 10638, 9218, 9480, 9511, 9546, 13224, 9297, 9279, 9355, 10050, 8812, 9691, 14083, 10441, 9631, 9133, 9710, 8812, 9487, 9455, 11444, 10219, 13540, 12913, 9360, 9418, 9603, 9554, 9705, 8982, 11265, 8868, 9239, 11997, 9118, 11543, 12306, 12228, 13480, 10528, 13379, 9355, 11132, 8971, 10297, 8529, 9052, 10855, 9193, 8851, 8829, 8937, 8122, 8633, 8490, 8596, 10155, 8379, 11627, 9166, 8522, 8537, 8921, 8215, 9327, 10666, 8825, 11711, 8997, 11379, 9013, 8993, 9033, 9784, 8736, 9644, 9936, 8894, 12187, 9341, 12022, 9063, 8899, 8935, 9919, 9061, 9594, 12066, 9401, 12277, 9052, 9665, 9037, 9386, 10494, 9513, 12734, 9245, 13048, 11721, 10733, 8952, 9336, 9348, 9383, 9821, 9116, 9106, 8658, 9306, 12411, 9069, 13310, 9201, 11115, 9204, 9212, 8669, 9403, 10426, 9265, 13899, 9484, 10812, 9116, 8562, 8588, 8924, 8750, 9097, 11623, 9042, 10742, 9286, 8876, 8611, 9256, 9668, 9010, 11598, 8970, 10970, 9558, 9288, 8670, 8654, 8710, 9518, 8524, 8839, 8992, 9035, 8311, 8524, 8836, 9311, 9085, 9355, 8800, 9432, 9382, 8887, 9736, 12911, 9610, 13033, 9816, 8873, 9325, 10353, 9057, 9643, 8811, 9351, 8578, 9383, 9235, 9502, 9161, 9523, 9681, 9235, 8919, 9376, 9439, 11924, 8859, 9276, 8922, 9575, 8808, 9186, 11589, 9528, 12252, 9498, 10118, 9659, 9013, 9110, 9674, 8651, 9299, 9440, 9522, 9124, 9087, 9328, 10027, 9785, 11268, 9441, 10859, 10426, 9915, 8773, 9278, 9314, 9475, 12244, 9026, 12598, 10183, 8759, 11393, 9630, 9799, 8891, 9639, 8224, 9067, 11799, 8922, 13192, 12016, 8401, 7638, 8267, 7832, 8130, 8896, 10731, 8996, 10501, 12880, 8490, 11610, 8414, 8026, 7598, 8626, 10999, 9381, 9300, 9280, 7599, 9954, 8127, 8338, 7802, 8476, 7856], 'WindowCenter': [4279.0, 4232.0, 4260.0, 4219.0, 4205.0, 4204.0, 4204.0, 4202.0, 4193.0, 4221.0, 4213.0, 4220.0, 4190.0, 4188.0, 4178.0, 4201.0, 4189.0, 4201.0, 4190.0, 4215.0, 4191.0, 4202.0, 4199.0, 4178.0, 4200.0, 4190.0, 4202.0, 4221.0, 4192.0, 4190.0, 4190.0, 4199.0, 4179.0, 4191.0, 4229.0, 4191.0, 4190.0, 4190.0, 4201.0, 4189.0, 4200.0, 4222.0, 4191.0, 4230.0, 4190.0, 4180.0, 4189.0, 4188.0, 4190.0, 4188.0, 4218.0, 4189.0, 4208.0, 4178.0, 4188.0, 4189.0, 4197.0, 4190.0, 4198.0, 4178.0, 4188.0, 4177.0, 4189.0, 4180.0, 4201.0, 4201.0, 4191.0, 4191.0, 4201.0, 4190.0, 4197.0, 4191.0, 4217.0, 4190.0, 4220.0, 4210.0, 4178.0, 4177.0, 4177.0, 4178.0, 4189.0, 4219.0, 4189.0, 4198.0, 4188.0, 4186.0, 4190.0, 4200.0, 4192.0, 4189.0, 4189.0, 4199.0, 4179.0, 4190.0, 4179.0, 4192.0, 4221.0, 4213.0, 4210.0, 4189.0, 4188.0, 4179.0, 4186.0, 4179.0, 4177.0, 4219.0, 4176.0, 4186.0, 4177.0, 4166.0, 4187.0, 4177.0, 4190.0, 4217.0, 4179.0, 4176.0, 4178.0, 4186.0, 4179.0, 4189.0, 4208.0, 4188.0, 4218.0, 4179.0, 4196.0, 4178.0, 4188.0, 4179.0, 4186.0, 4177.0, 4188.0, 4198.0, 4189.0, 4208.0, 4190.0, 4188.0, 4187.0, 4186.0, 4180.0, 4200.0, 4200.0, 4202.0, 4201.0, 4201.0, 4190.0, 4202.0, 4203.0, 4214.0, 4202.0, 4223.0, 4202.0, 4220.0, 4201.0, 4221.0, 4202.0, 4219.0, 4202.0, 4221.0, 4200.0, 4189.0, 4189.0, 4199.0, 4190.0, 4211.0, 4191.0, 4213.0, 4233.0, 4203.0, 4232.0, 4202.0, 4191.0, 4200.0, 4190.0, 4192.0, 4200.0, 4210.0, 4191.0, 4219.0, 4200.0, 4209.0, 4202.0, 4190.0, 4189.0, 4201.0, 4192.0, 4192.0, 4232.0, 4191.0, 4210.0, 4201.0, 4188.0, 4180.0, 4199.0, 4222.0, 4188.0, 4208.0, 4188.0, 4167.0, 4187.0, 4175.0, 4189.0, 4198.0, 4190.0, 4197.0, 4189.0, 4188.0, 4189.0, 4200.0, 4189.0, 4199.0, 4211.0, 4191.0, 4220.0, 4179.0, 4198.0, 4179.0, 4187.0, 4178.0, 4187.0, 4178.0, 4200.0, 4211.0, 4202.0, 4245.0, 4214.0, 4212.0, 4202.0, 4214.0, 4182.0, 4195.0, 4205.0, 4234.0, 4206.0, 4204.0, 4235.0, 4204.0, 4231.0, 4210.0, 4218.0, 4197.0, 4186.0, 4165.0, 4164.0, 4153.0, 4164.0, 4172.0, 4164.0, 4163.0, 4164.0, 4165.0, 4205.0, 4174.0, 4194.0, 4164.0, 4163.0, 4175.0, 4173.0, 4176.0, 4175.0, 4177.0, 4178.0, 4178.0, 4187.0, 4176.0, 4188.0, 4167.0, 4189.0, 4187.0, 4190.0, 4220.0, 4189.0, 4200.0, 4191.0, 4190.0, 4189.0, 4189.0, 4213.0, 4189.0, 4219.0, 4189.0, 4210.0, 4190.0, 4198.0, 4191.0, 4187.0, 4192.0, 4210.0, 4201.0, 4176.0, 4177.0, 4188.0, 4178.0, 4189.0, 4168.0, 4199.0, 4199.0, 4192.0, 4222.0, 4190.0, 4200.0, 4191.0, 4202.0, 4200.0, 4203.0, 4221.0, 4203.0, 4213.0, 4213.0, 4202.0, 4192.0, 4200.0, 4190.0, 4190.0, 4200.0, 4190.0, 4210.0, 4191.0, 4220.0, 4202.0, 4212.0, 4202.0, 4188.0, 4200.0, 4211.0, 4216.0, 4239.0, 4224.0, 4214.0, 4204.0, 4215.0, 4204.0, 4206.0, 4214.0, 4226.0, 4215.0, 4202.0, 4215.0, 4224.0, 4206.0, 4224.0, 4213.0, 4200.0, 4190.0, 4201.0, 4190.0, 4201.0, 4220.0, 4192.0, 4198.0, 4190.0, 4189.0, 4191.0, 4177.0, 4188.0, 4188.0, 4212.0, 4188.0, 4217.0, 4188.0, 4177.0, 4189.0, 4187.0, 4189.0, 4178.0, 4189.0, 4190.0, 4181.0, 4187.0, 4200.0, 4187.0, 4167.0, 4188.0, 4177.0, 4190.0, 4187.0, 4191.0, 4210.0, 4191.0, 4198.0, 4190.0, 4198.0, 4189.0, 4200.0, 4190.0, 4192.0, 4231.0, 4192.0, 4179.0, 4192.0, 4190.0, 4191.0, 4201.0, 4211.0, 4191.0, 4219.0, 4189.0, 4200.0, 4190.0, 4200.0, 4188.0, 4202.0, 4231.0, 4212.0, 4191.0, 4191.0, 4202.0, 4200.0, 4189.0, 4220.0, 4200.0, 4218.0, 4209.0, 4175.0, 4165.0, 4176.0, 4164.0, 4176.0, 4186.0, 4179.0, 4207.0, 4198.0, 4175.0, 4163.0, 4176.0, 4174.0, 4176.0, 4174.0, 4165.0, 4185.0, 4177.0, 4185.0, 4165.0, 4163.0, 4153.0, 4174.0, 4153.0, 4165.0, 4164.0, 4175.0, 4195.0, 4164.0, 4175.0, 4176.0, 4166.0, 4178.0, 4187.0, 4178.0, 4187.0, 4188.0, 4189.0, 4178.0, 4189.0, 4188.0, 4180.0, 4207.0, 4176.0, 4185.0, 4189.0, 4177.0, 4189.0, 4189.0, 4189.0, 4201.0, 4221.0, 4202.0, 4201.0, 4190.0, 4190.0, 4191.0, 4200.0, 4222.0, 4192.0, 4209.0, 4190.0, 4189.0, 4190.0, 4200.0, 4191.0, 4189.0, 4199.0, 4189.0, 4176.0, 4200.0, 4189.0, 4190.0, 4200.0, 4191.0, 4191.0, 4191.0, 4201.0, 4179.0, 4189.0, 4189.0, 4189.0, 4219.0, 4191.0, 4209.0, 4188.0, 4198.0, 4177.0, 4188.0, 4188.0, 4191.0, 4191.0, 4191.0, 4202.0, 4191.0, 4201.0, 4190.0, 4191.0, 4210.0, 4191.0, 4209.0, 4191.0, 4179.0, 4179.0, 4190.0, 4178.0, 4190.0, 4199.0, 4190.0, 4190.0, 4221.0, 4189.0, 4199.0, 4190.0, 4178.0, 4189.0, 4189.0, 4190.0, 4192.0, 4209.0, 4190.0, 4189.0, 4202.0, 4191.0, 4220.0, 4190.0, 4200.0, 4190.0, 4197.0, 4191.0, 4190.0, 4219.0, 4189.0, 4198.0, 4190.0, 4188.0, 4179.0, 4199.0, 4211.0, 4189.0, 4220.0, 4190.0, 4188.0, 4189.0, 4199.0, 4190.0, 4202.0, 4222.0, 4203.0, 4209.0, 4191.0, 4191.0, 4192.0, 4179.0, 4181.0, 4188.0, 4210.0, 4188.0, 4178.0, 4177.0, 4167.0, 4188.0, 4176.0, 4190.0, 4189.0, 4191.0, 4179.0, 4192.0, 4201.0, 4180.0, 4202.0, 4191.0, 4203.0, 4213.0, 4194.0, 4192.0, 4213.0, 4201.0, 4190.0, 4190.0, 4200.0, 4191.0, 4209.0, 4192.0, 4199.0, 4191.0, 4190.0, 4189.0, 4201.0, 4219.0, 4201.0, 4200.0, 4201.0, 4201.0, 4202.0, 4191.0, 4192.0, 4190.0, 4190.0, 4202.0, 4200.0, 4202.0, 4201.0, 4201.0, 4202.0, 4233.0, 4203.0, 4222.0, 4204.0, 4191.0, 4192.0, 4201.0, 4200.0, 4200.0, 4189.0, 4191.0, 4198.0, 4200.0, 4190.0, 4202.0, 4221.0, 4190.0, 4200.0, 4190.0, 4202.0, 4191.0, 4203.0, 4233.0, 4214.0, 4191.0, 4190.0, 4201.0, 4180.0, 4200.0, 4211.0, 4192.0, 4232.0, 4203.0, 4179.0, 4179.0, 4189.0, 4179.0, 4190.0, 4220.0, 4190.0, 4218.0, 4180.0, 4187.0, 4178.0, 4186.0, 4179.0, 4187.0, 4179.0, 4178.0, 4168.0, 4188.0, 4167.0, 4188.0, 4166.0, 4187.0, 4167.0, 4178.0, 4208.0, 4177.0, 4196.0, 4179.0, 4167.0, 4178.0, 4175.0, 4189.0, 4188.0, 4190.0, 4179.0, 4189.0, 4191.0, 4192.0, 4202.0, 4191.0, 4204.0, 4224.0, 4214.0, 4211.0, 4194.0, 4181.0, 4190.0, 4201.0, 4191.0, 4202.0, 4231.0, 4202.0, 4211.0, 4200.0, 4200.0, 4191.0, 4190.0, 4190.0, 4189.0, 4221.0, 4189.0, 4199.0, 4192.0, 4190.0, 4191.0, 4210.0, 4202.0, 4204.0, 4191.0, 4193.0, 4204.0, 4192.0, 4205.0, 4203.0, 4215.0, 4203.0, 4223.0, 4194.0, 4192.0, 4191.0, 4193.0, 4191.0, 4193.0, 4194.0, 4234.0, 4259.0, 4226.0, 4246.0, 4192.0, 4201.0, 4201.0, 4189.0, 4190.0, 4200.0, 4181.0, 4179.0, 4200.0, 4190.0, 4207.0, 4199.0, 4167.0, 4206.0, 4165.0, 4183.0, 4142.0, 4152.0, 4152.0, 4153.0, 4162.0, 4164.0, 4164.0, 4153.0, 4165.0, 4164.0, 4155.0, 4166.0, 4164.0, 4165.0, 4177.0, 4178.0, 4191.0, 4171.0, 4193.0, 4204.0, 4204.0, 4216.0, 4184.0, 4205.0, 4213.0, 4224.0, 4204.0, 4223.0, 4206.0, 4213.0, 4203.0, 4202.0, 4203.0, 4203.0, 4212.0, 4216.0, 4195.0, 4205.0, 4205.0, 4205.0, 4218.0, 4204.0, 4205.0, 4205.0, 4236.0, 4228.0, 4205.0, 4203.0, 4215.0, 4204.0, 4214.0, 4204.0, 4227.0, 4205.0, 4224.0, 4215.0, 4203.0, 4193.0, 4206.0, 4216.0, 4215.0, 4204.0, 4214.0, 4204.0, 4204.0, 4202.0, 4216.0, 4193.0, 4224.0, 4206.0, 4215.0, 4205.0, 4204.0, 4193.0, 4205.0, 4225.0, 4234.0, 4204.0, 4222.0, 4193.0, 4202.0, 4182.0, 4192.0, 4201.0, 4213.0, 4202.0, 4232.0, 4194.0, 4180.0, 4192.0, 4191.0, 4188.0, 4192.0, 4199.0, 4201.0, 4191.0, 4221.0, 4191.0, 4189.0, 4190.0, 4188.0, 4178.0, 4192.0, 4191.0, 4192.0, 4192.0, 4222.0, 4200.0, 4192.0, 4193.0, 4203.0, 4193.0, 4205.0, 4194.0, 4215.0, 4203.0, 4225.0, 4204.0, 4192.0, 4202.0, 4203.0, 4234.0, 4214.0, 4223.0, 4203.0, 4213.0, 4194.0, 4204.0, 4203.0, 4204.0, 4214.0, 4223.0, 4205.0, 4204.0, 4205.0, 4214.0, 4193.0, 4204.0, 4223.0, 4214.0, 4201.0, 4192.0, 4189.0, 4189.0, 4190.0, 4189.0, 4191.0, 4221.0, 4191.0, 4190.0, 4179.0, 4200.0, 4180.0, 4202.0, 4191.0, 4214.0, 4193.0, 4223.0, 4191.0, 4190.0, 4192.0, 4192.0, 4223.0, 4201.0, 4221.0, 4180.0, 4189.0, 4179.0, 4189.0, 4189.0, 4191.0, 4191.0, 4201.0, 4189.0, 4202.0, 4190.0, 4188.0, 4190.0, 4190.0, 4199.0, 4191.0, 4209.0, 4179.0, 4167.0, 4176.0, 4178.0, 4167.0, 4190.0, 4207.0, 4199.0, 4177.0, 4157.0, 4177.0, 4187.0, 4177.0, 4177.0, 4188.0, 4189.0, 4208.0, 4178.0, 4177.0, 4177.0, 4186.0, 4177.0, 4200.0, 4221.0, 4200.0, 4190.0, 4178.0, 4190.0, 4179.0, 4203.0, 4202.0, 4224.0, 4228.0, 4247.0, 4235.0, 4202.0, 4191.0, 4202.0, 4202.0, 4203.0, 4192.0, 4212.0, 4193.0, 4193.0, 4223.0, 4194.0, 4212.0, 4213.0, 4200.0, 4199.0, 4164.0, 4182.0, 4140.0, 4159.0, 4140.0, 4158.0, 4141.0, 4153.0, 4171.0, 4151.0, 4150.0, 4151.0, 4151.0, 4141.0, 4154.0, 4155.0, 4164.0, 4186.0, 4169.0, 4197.0, 4178.0, 4154.0, 4155.0, 4166.0, 4155.0, 4164.0, 4176.0, 4168.0, 4195.0, 4168.0, 4187.0, 4166.0, 4165.0, 4167.0, 4175.0, 4165.0, 4177.0, 4176.0, 4167.0, 4197.0, 4178.0, 4197.0, 4178.0, 4168.0, 4177.0, 4189.0, 4181.0, 4192.0, 4221.0, 4193.0, 4211.0, 4181.0, 4189.0, 4180.0, 4179.0, 4199.0, 4179.0, 4208.0, 4180.0, 4209.0, 4210.0, 4188.0, 4167.0, 4175.0, 4175.0, 4177.0, 4187.0, 4179.0, 4177.0, 4180.0, 4180.0, 4210.0, 4179.0, 4208.0, 4178.0, 4187.0, 4176.0, 4164.0, 4156.0, 4165.0, 4188.0, 4179.0, 4220.0, 4188.0, 4185.0, 4166.0, 4165.0, 4167.0, 4175.0, 4166.0, 4178.0, 4208.0, 4178.0, 4200.0, 4179.0, 4178.0, 4167.0, 4178.0, 4176.0, 4177.0, 4197.0, 4177.0, 4187.0, 4179.0, 4177.0, 4167.0, 4166.0, 4166.0, 4174.0, 4164.0, 4178.0, 4165.0, 4178.0, 4168.0, 4180.0, 4180.0, 4190.0, 4192.0, 4191.0, 4190.0, 4204.0, 4191.0, 4191.0, 4192.0, 4223.0, 4192.0, 4220.0, 4191.0, 4178.0, 4190.0, 4189.0, 4180.0, 4188.0, 4180.0, 4190.0, 4179.0, 4190.0, 4190.0, 4202.0, 4190.0, 4200.0, 4200.0, 4192.0, 4192.0, 4203.0, 4204.0, 4236.0, 4208.0, 4219.0, 4195.0, 4201.0, 4191.0, 4204.0, 4213.0, 4203.0, 4221.0, 4192.0, 4201.0, 4203.0, 4191.0, 4192.0, 4202.0, 4182.0, 4204.0, 4205.0, 4217.0, 4203.0, 4193.0, 4203.0, 4202.0, 4203.0, 4214.0, 4206.0, 4212.0, 4213.0, 4191.0, 4180.0, 4180.0, 4178.0, 4189.0, 4208.0, 4179.0, 4210.0, 4203.0, 4170.0, 4211.0, 4189.0, 4188.0, 4177.0, 4188.0, 4170.0, 4180.0, 4223.0, 4216.0, 4259.0, 4274.0, 4193.0, 4165.0, 4176.0, 4165.0, 4167.0, 4188.0, 4206.0, 4200.0, 4221.0, 4232.0, 4178.0, 4205.0, 4165.0, 4165.0, 4156.0, 4176.0, 4206.0, 4185.0, 4186.0, 4175.0, 4155.0, 4182.0, 4164.0, 4164.0, 4165.0, 4177.0, 4176.0], 'WindowWidth': [9459.0, 9382.0, 9412.0, 9352.0, 9327.0, 9324.0, 9323.0, 9316.0, 9305.0, 9339.0, 9331.0, 9336.0, 9295.0, 9290.0, 9277.0, 9311.0, 9292.0, 9312.0, 9297.0, 9335.0, 9298.0, 9314.0, 9308.0, 9278.0, 9311.0, 9295.0, 9315.0, 9337.0, 9301.0, 9295.0, 9295.0, 9306.0, 9280.0, 9300.0, 9346.0, 9299.0, 9295.0, 9295.0, 9310.0, 9293.0, 9310.0, 9340.0, 9300.0, 9349.0, 9295.0, 9280.0, 9293.0, 9289.0, 9295.0, 9289.0, 9331.0, 9292.0, 9315.0, 9276.0, 9288.0, 9291.0, 9300.0, 9295.0, 9300.0, 9275.0, 9288.0, 9275.0, 9294.0, 9281.0, 9313.0, 9312.0, 9300.0, 9300.0, 9311.0, 9296.0, 9301.0, 9297.0, 9328.0, 9296.0, 9333.0, 9322.0, 9273.0, 9272.0, 9271.0, 9275.0, 9291.0, 9331.0, 9290.0, 9301.0, 9290.0, 9284.0, 9296.0, 9309.0, 9302.0, 9292.0, 9293.0, 9306.0, 9279.0, 9296.0, 9280.0, 9302.0, 9339.0, 9330.0, 9322.0, 9293.0, 9288.0, 9278.0, 9284.0, 9278.0, 9273.0, 9332.0, 9270.0, 9283.0, 9272.0, 9255.0, 9287.0, 9272.0, 9294.0, 9326.0, 9277.0, 9269.0, 9274.0, 9284.0, 9276.0, 9293.0, 9316.0, 9289.0, 9329.0, 9277.0, 9297.0, 9277.0, 9288.0, 9278.0, 9286.0, 9274.0, 9290.0, 9301.0, 9293.0, 9315.0, 9295.0, 9290.0, 9289.0, 9286.0, 9282.0, 9309.0, 9309.0, 9314.0, 9311.0, 9313.0, 9297.0, 9316.0, 9320.0, 9336.0, 9316.0, 9345.0, 9315.0, 9337.0, 9314.0, 9337.0, 9315.0, 9333.0, 9316.0, 9338.0, 9310.0, 9291.0, 9293.0, 9305.0, 9297.0, 9324.0, 9299.0, 9332.0, 9358.0, 9319.0, 9354.0, 9315.0, 9298.0, 9311.0, 9293.0, 9299.0, 9311.0, 9326.0, 9298.0, 9333.0, 9309.0, 9318.0, 9312.0, 9295.0, 9295.0, 9311.0, 9302.0, 9301.0, 9354.0, 9300.0, 9323.0, 9313.0, 9290.0, 9282.0, 9305.0, 9342.0, 9288.0, 9314.0, 9289.0, 9258.0, 9286.0, 9267.0, 9290.0, 9302.0, 9294.0, 9299.0, 9290.0, 9290.0, 9293.0, 9308.0, 9293.0, 9308.0, 9323.0, 9297.0, 9333.0, 9279.0, 9300.0, 9276.0, 9283.0, 9275.0, 9285.0, 9276.0, 9308.0, 9327.0, 9317.0, 9380.0, 9337.0, 9333.0, 9320.0, 9338.0, 9289.0, 9314.0, 9326.0, 9364.0, 9329.0, 9323.0, 9365.0, 9322.0, 9355.0, 9324.0, 9329.0, 9301.0, 9280.0, 9251.0, 9247.0, 9232.0, 9250.0, 9258.0, 9251.0, 9248.0, 9250.0, 9252.0, 9306.0, 9263.0, 9289.0, 9250.0, 9246.0, 9267.0, 9261.0, 9270.0, 9267.0, 9273.0, 9274.0, 9275.0, 9287.0, 9272.0, 9290.0, 9260.0, 9293.0, 9287.0, 9296.0, 9333.0, 9294.0, 9308.0, 9297.0, 9294.0, 9294.0, 9295.0, 9329.0, 9294.0, 9333.0, 9293.0, 9320.0, 9295.0, 9303.0, 9298.0, 9288.0, 9300.0, 9321.0, 9311.0, 9273.0, 9275.0, 9288.0, 9276.0, 9294.0, 9262.0, 9308.0, 9307.0, 9302.0, 9339.0, 9298.0, 9310.0, 9299.0, 9318.0, 9312.0, 9319.0, 9341.0, 9322.0, 9331.0, 9333.0, 9313.0, 9300.0, 9309.0, 9293.0, 9295.0, 9306.0, 9294.0, 9319.0, 9300.0, 9334.0, 9317.0, 9329.0, 9315.0, 9292.0, 9311.0, 9326.0, 9345.0, 9378.0, 9349.0, 9335.0, 9320.0, 9338.0, 9323.0, 9328.0, 9335.0, 9353.0, 9337.0, 9317.0, 9337.0, 9349.0, 9329.0, 9347.0, 9334.0, 9310.0, 9296.0, 9310.0, 9296.0, 9314.0, 9336.0, 9302.0, 9304.0, 9295.0, 9290.0, 9296.0, 9273.0, 9291.0, 9289.0, 9327.0, 9289.0, 9328.0, 9290.0, 9272.0, 9292.0, 9287.0, 9294.0, 9276.0, 9292.0, 9294.0, 9285.0, 9289.0, 9307.0, 9288.0, 9260.0, 9291.0, 9274.0, 9295.0, 9287.0, 9298.0, 9322.0, 9300.0, 9302.0, 9295.0, 9305.0, 9293.0, 9311.0, 9295.0, 9302.0, 9351.0, 9302.0, 9280.0, 9299.0, 9295.0, 9298.0, 9310.0, 9326.0, 9298.0, 9334.0, 9292.0, 9308.0, 9296.0, 9306.0, 9291.0, 9316.0, 9353.0, 9332.0, 9300.0, 9299.0, 9315.0, 9309.0, 9294.0, 9335.0, 9309.0, 9331.0, 9319.0, 9267.0, 9254.0, 9269.0, 9250.0, 9269.0, 9281.0, 9279.0, 9312.0, 9302.0, 9266.0, 9248.0, 9268.0, 9263.0, 9268.0, 9263.0, 9253.0, 9280.0, 9271.0, 9278.0, 9253.0, 9245.0, 9233.0, 9263.0, 9234.0, 9251.0, 9250.0, 9267.0, 9291.0, 9252.0, 9265.0, 9269.0, 9256.0, 9276.0, 9287.0, 9278.0, 9289.0, 9289.0, 9292.0, 9274.0, 9291.0, 9289.0, 9282.0, 9313.0, 9273.0, 9282.0, 9291.0, 9274.0, 9294.0, 9293.0, 9294.0, 9312.0, 9340.0, 9315.0, 9312.0, 9299.0, 9296.0, 9300.0, 9310.0, 9343.0, 9301.0, 9319.0, 9294.0, 9291.0, 9294.0, 9307.0, 9298.0, 9293.0, 9306.0, 9292.0, 9271.0, 9309.0, 9293.0, 9297.0, 9311.0, 9301.0, 9298.0, 9300.0, 9310.0, 9280.0, 9295.0, 9293.0, 9294.0, 9332.0, 9299.0, 9318.0, 9291.0, 9302.0, 9273.0, 9292.0, 9290.0, 9301.0, 9301.0, 9302.0, 9314.0, 9298.0, 9313.0, 9294.0, 9299.0, 9321.0, 9298.0, 9320.0, 9298.0, 9278.0, 9277.0, 9294.0, 9276.0, 9295.0, 9306.0, 9297.0, 9295.0, 9338.0, 9292.0, 9304.0, 9295.0, 9277.0, 9292.0, 9294.0, 9296.0, 9301.0, 9320.0, 9296.0, 9295.0, 9314.0, 9298.0, 9336.0, 9297.0, 9307.0, 9296.0, 9302.0, 9299.0, 9296.0, 9334.0, 9294.0, 9304.0, 9295.0, 9288.0, 9280.0, 9307.0, 9323.0, 9294.0, 9336.0, 9296.0, 9290.0, 9295.0, 9308.0, 9297.0, 9317.0, 9342.0, 9318.0, 9321.0, 9300.0, 9298.0, 9300.0, 9279.0, 9284.0, 9289.0, 9322.0, 9288.0, 9272.0, 9271.0, 9256.0, 9288.0, 9270.0, 9294.0, 9292.0, 9298.0, 9278.0, 9299.0, 9310.0, 9283.0, 9314.0, 9296.0, 9318.0, 9330.0, 9307.0, 9301.0, 9330.0, 9312.0, 9295.0, 9295.0, 9307.0, 9296.0, 9318.0, 9300.0, 9305.0, 9297.0, 9294.0, 9294.0, 9311.0, 9334.0, 9312.0, 9309.0, 9313.0, 9311.0, 9315.0, 9298.0, 9301.0, 9296.0, 9297.0, 9314.0, 9310.0, 9316.0, 9313.0, 9315.0, 9317.0, 9359.0, 9319.0, 9343.0, 9320.0, 9300.0, 9302.0, 9311.0, 9309.0, 9307.0, 9295.0, 9297.0, 9305.0, 9309.0, 9296.0, 9317.0, 9340.0, 9298.0, 9310.0, 9297.0, 9314.0, 9298.0, 9320.0, 9360.0, 9335.0, 9299.0, 9298.0, 9312.0, 9283.0, 9310.0, 9324.0, 9303.0, 9356.0, 9318.0, 9278.0, 9279.0, 9291.0, 9278.0, 9295.0, 9335.0, 9295.0, 9329.0, 9280.0, 9287.0, 9277.0, 9284.0, 9278.0, 9286.0, 9280.0, 9274.0, 9263.0, 9287.0, 9259.0, 9289.0, 9258.0, 9285.0, 9259.0, 9274.0, 9314.0, 9272.0, 9294.0, 9275.0, 9258.0, 9274.0, 9268.0, 9291.0, 9289.0, 9295.0, 9278.0, 9294.0, 9299.0, 9301.0, 9319.0, 9300.0, 9322.0, 9346.0, 9333.0, 9325.0, 9304.0, 9284.0, 9296.0, 9310.0, 9299.0, 9315.0, 9352.0, 9315.0, 9323.0, 9310.0, 9306.0, 9297.0, 9293.0, 9296.0, 9293.0, 9338.0, 9292.0, 9305.0, 9299.0, 9295.0, 9299.0, 9324.0, 9316.0, 9320.0, 9301.0, 9304.0, 9320.0, 9303.0, 9324.0, 9318.0, 9336.0, 9319.0, 9345.0, 9305.0, 9303.0, 9300.0, 9303.0, 9298.0, 9303.0, 9307.0, 9364.0, 9410.0, 9359.0, 9384.0, 9305.0, 9314.0, 9312.0, 9295.0, 9297.0, 9308.0, 9285.0, 9278.0, 9308.0, 9294.0, 9315.0, 9305.0, 9258.0, 9310.0, 9253.0, 9272.0, 9214.0, 9228.0, 9227.0, 9233.0, 9241.0, 9249.0, 9246.0, 9232.0, 9253.0, 9249.0, 9237.0, 9253.0, 9249.0, 9256.0, 9272.0, 9275.0, 9299.0, 9274.0, 9307.0, 9321.0, 9322.0, 9342.0, 9295.0, 9324.0, 9332.0, 9349.0, 9321.0, 9344.0, 9325.0, 9329.0, 9318.0, 9315.0, 9318.0, 9319.0, 9330.0, 9340.0, 9310.0, 9323.0, 9325.0, 9325.0, 9345.0, 9323.0, 9325.0, 9325.0, 9368.0, 9360.0, 9323.0, 9320.0, 9339.0, 9321.0, 9337.0, 9321.0, 9355.0, 9327.0, 9349.0, 9338.0, 9319.0, 9305.0, 9327.0, 9338.0, 9338.0, 9323.0, 9335.0, 9322.0, 9321.0, 9318.0, 9341.0, 9306.0, 9349.0, 9326.0, 9338.0, 9324.0, 9322.0, 9306.0, 9325.0, 9350.0, 9363.0, 9320.0, 9343.0, 9303.0, 9314.0, 9286.0, 9301.0, 9311.0, 9331.0, 9315.0, 9356.0, 9305.0, 9284.0, 9299.0, 9299.0, 9291.0, 9300.0, 9306.0, 9311.0, 9295.0, 9338.0, 9296.0, 9290.0, 9293.0, 9290.0, 9277.0, 9300.0, 9298.0, 9303.0, 9302.0, 9343.0, 9310.0, 9302.0, 9303.0, 9318.0, 9303.0, 9324.0, 9307.0, 9338.0, 9320.0, 9348.0, 9321.0, 9301.0, 9315.0, 9318.0, 9361.0, 9335.0, 9345.0, 9316.0, 9332.0, 9305.0, 9321.0, 9318.0, 9322.0, 9333.0, 9346.0, 9324.0, 9319.0, 9323.0, 9332.0, 9305.0, 9320.0, 9344.0, 9334.0, 9311.0, 9298.0, 9292.0, 9291.0, 9293.0, 9291.0, 9298.0, 9336.0, 9297.0, 9292.0, 9277.0, 9309.0, 9281.0, 9315.0, 9299.0, 9334.0, 9302.0, 9342.0, 9300.0, 9297.0, 9300.0, 9299.0, 9342.0, 9312.0, 9337.0, 9281.0, 9291.0, 9277.0, 9294.0, 9291.0, 9298.0, 9296.0, 9310.0, 9292.0, 9311.0, 9294.0, 9287.0, 9294.0, 9293.0, 9306.0, 9295.0, 9317.0, 9277.0, 9257.0, 9269.0, 9273.0, 9258.0, 9294.0, 9312.0, 9303.0, 9271.0, 9244.0, 9272.0, 9283.0, 9271.0, 9271.0, 9290.0, 9290.0, 9314.0, 9273.0, 9269.0, 9272.0, 9283.0, 9272.0, 9312.0, 9337.0, 9310.0, 9292.0, 9275.0, 9293.0, 9280.0, 9320.0, 9315.0, 9348.0, 9363.0, 9387.0, 9367.0, 9319.0, 9301.0, 9317.0, 9315.0, 9317.0, 9302.0, 9328.0, 9305.0, 9305.0, 9345.0, 9307.0, 9327.0, 9331.0, 9305.0, 9304.0, 9245.0, 9267.0, 9208.0, 9232.0, 9206.0, 9229.0, 9210.0, 9231.0, 9250.0, 9226.0, 9223.0, 9226.0, 9226.0, 9213.0, 9235.0, 9238.0, 9252.0, 9282.0, 9264.0, 9297.0, 9272.0, 9237.0, 9238.0, 9253.0, 9238.0, 9251.0, 9265.0, 9258.0, 9290.0, 9260.0, 9281.0, 9254.0, 9252.0, 9256.0, 9264.0, 9252.0, 9269.0, 9267.0, 9258.0, 9296.0, 9272.0, 9298.0, 9273.0, 9259.0, 9273.0, 9289.0, 9282.0, 9301.0, 9340.0, 9304.0, 9324.0, 9283.0, 9291.0, 9279.0, 9278.0, 9305.0, 9277.0, 9314.0, 9281.0, 9319.0, 9320.0, 9287.0, 9257.0, 9266.0, 9266.0, 9273.0, 9285.0, 9280.0, 9275.0, 9281.0, 9280.0, 9321.0, 9279.0, 9314.0, 9275.0, 9284.0, 9269.0, 9251.0, 9242.0, 9252.0, 9290.0, 9279.0, 9338.0, 9291.0, 9282.0, 9256.0, 9254.0, 9258.0, 9268.0, 9257.0, 9276.0, 9315.0, 9279.0, 9307.0, 9280.0, 9277.0, 9260.0, 9277.0, 9268.0, 9273.0, 9298.0, 9273.0, 9286.0, 9277.0, 9270.0, 9259.0, 9254.0, 9255.0, 9265.0, 9252.0, 9276.0, 9256.0, 9277.0, 9263.0, 9281.0, 9285.0, 9296.0, 9301.0, 9299.0, 9300.0, 9323.0, 9301.0, 9300.0, 9300.0, 9343.0, 9302.0, 9336.0, 9297.0, 9277.0, 9295.0, 9292.0, 9281.0, 9290.0, 9281.0, 9295.0, 9280.0, 9298.0, 9296.0, 9315.0, 9298.0, 9312.0, 9312.0, 9302.0, 9307.0, 9321.0, 9324.0, 9371.0, 9336.0, 9352.0, 9312.0, 9314.0, 9302.0, 9323.0, 9331.0, 9319.0, 9338.0, 9301.0, 9311.0, 9318.0, 9300.0, 9304.0, 9316.0, 9288.0, 9324.0, 9325.0, 9343.0, 9320.0, 9307.0, 9319.0, 9316.0, 9318.0, 9335.0, 9329.0, 9330.0, 9331.0, 9298.0, 9282.0, 9281.0, 9275.0, 9293.0, 9316.0, 9280.0, 9323.0, 9317.0, 9268.0, 9323.0, 9291.0, 9289.0, 9276.0, 9292.0, 9268.0, 9284.0, 9347.0, 9350.0, 9412.0, 9442.0, 9314.0, 9261.0, 9278.0, 9264.0, 9266.0, 9298.0, 9321.0, 9319.0, 9348.0, 9364.0, 9285.0, 9318.0, 9263.0, 9260.0, 9251.0, 9278.0, 9320.0, 9291.0, 9291.0, 9275.0, 9248.0, 9278.0, 9258.0, 9259.0, 9261.0, 9282.0, 9280.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.004322157676348548</td></tr>
<tr><td colspan=3>aqi</td><td>0.021876245228215768</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.85919860206813</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3127938294435209</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.082091973538206</td></tr>
<tr><td colspan=3>efc</td><td>0.4616</td></tr>
<tr><td colspan=3>fber</td><td>6332.0947</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08319748674722235</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4066390041493775</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.436047492036319</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3705491252998865</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.675093390766258</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.262499960042813</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109306</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01415029726922512</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02851547673344612</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1205</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.746926262910318</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>30.2305</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.3161</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.4256</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303239.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>709.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.5101</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1953</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.8035</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3388.5502</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3592.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73305.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1029.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4485.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>958.6459</td></tr>
<tr><td colspan=3>tsnr</td><td>39.371165278716944</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>