<?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-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-01/func/sub-0105_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>cce27557c9a42c5665f0f56cad3bdcb7</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>20:08:9.052500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999247, -0.00475115, 0.0385139, 0.00470886, 0.999988, 0.00118865]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.126582</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>[4214, -7778, -7261, 213, -166, -118, -44, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>283.487</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fadc1749-14b7-420d-a246-834de8a0a675||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680906057357788, 0.01263353694230318, 0.10400142520666122, 109.97582244873047], [0.012746994383633137, 2.6828951835632324, 0.002717273775488138, -91.49797058105469], [0.1033298522233963, -0.0031890596728771925, 2.6979949474334717, -69.73649597167969], [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': ['200809.052500', '200809.512500', '200809.972500', '200810.432500', '200810.892500', '200811.352500', '200811.812500', '200812.272500', '200812.732500', '200813.192500', '200813.652500', '200814.112500', '200814.572500', '200815.032500', '200815.492500', '200815.952500', '200816.412500', '200816.872500', '200817.332500', '200817.792500', '200818.252500', '200818.712500', '200819.172500', '200819.632500', '200820.092500', '200820.552500', '200821.012500', '200821.472500', '200821.932500', '200822.392500', '200822.852500', '200823.312500', '200823.772500', '200824.232500', '200824.692500', '200825.152500', '200825.612500', '200826.072500', '200826.532500', '200826.992500', '200827.452500', '200827.912500', '200828.372500', '200828.832500', '200829.292500', '200829.752500', '200830.212500', '200830.672500', '200831.132500', '200831.592500', '200832.052500', '200832.512500', '200832.972500', '200833.432500', '200833.892500', '200834.352500', '200834.812500', '200835.272500', '200835.732500', '200836.192500', '200836.652500', '200837.112500', '200837.572500', '200838.032500', '200838.492500', '200838.952500', '200839.412500', '200839.872500', '200840.332500', '200840.792500', '200841.252500', '200841.712500', '200842.172500', '200842.632500', '200843.092500', '200843.552500', '200844.012500', '200844.472500', '200844.932500', '200845.392500', '200845.852500', '200846.312500', '200846.772500', '200847.232500', '200847.692500', '200848.152500', '200848.612500', '200849.072500', '200849.532500', '200849.992500', '200850.452500', '200850.912500', '200851.372500', '200851.832500', '200852.292500', '200852.752500', '200853.212500', '200853.672500', '200854.132500', '200854.592500', '200855.052500', '200855.512500', '200855.972500', '200856.432500', '200856.892500', '200857.352500', '200857.812500', '200858.272500', '200858.732500', '200859.192500', '200859.652500', '200900.112500', '200900.572500', '200901.032500', '200901.492500', '200901.952500', '200902.412500', '200902.872500', '200903.332500', '200903.792500', '200904.252500', '200904.712500', '200905.172500', '200905.632500', '200906.092500', '200906.552500', '200907.012500', '200907.472500', '200907.932500', '200908.392500', '200908.852500', '200909.312500', '200909.772500', '200910.232500', '200910.692500', '200911.152500', '200911.612500', '200912.072500', '200912.532500', '200912.992500', '200913.452500', '200913.912500', '200914.372500', '200914.832500', '200915.292500', '200915.752500', '200916.212500', '200916.672500', '200917.132500', '200917.592500', '200918.052500', '200918.512500', '200918.972500', '200919.432500', '200919.892500', '200920.352500', '200920.812500', '200921.272500', '200921.732500', '200922.192500', '200922.652500', '200923.112500', '200923.572500', '200924.032500', '200924.492500', '200924.952500', '200925.412500', '200925.872500', '200926.332500', '200926.792500', '200927.252500', '200927.712500', '200928.172500', '200928.632500', '200929.092500', '200929.552500', '200930.012500', '200930.472500', '200930.932500', '200931.392500', '200931.852500', '200932.312500', '200932.772500', '200933.232500', '200933.692500', '200934.152500', '200934.612500', '200935.072500', '200935.532500', '200935.992500', '200936.452500', '200936.912500', '200937.372500', '200937.832500', '200938.292500', '200938.752500', '200939.212500', '200939.672500', '200940.132500', '200940.592500', '200941.052500', '200941.512500', '200941.972500', '200942.432500', '200942.892500', '200943.352500', '200943.812500', '200944.272500', '200944.732500', '200945.192500', '200945.652500', '200946.112500', '200946.572500', '200947.032500', '200947.492500', '200947.952500', '200948.412500', '200948.872500', '200949.332500', '200949.792500', '200950.252500', '200950.712500', '200951.172500', '200951.632500', '200952.092500', '200952.552500', '200953.012500', '200953.472500', '200953.932500', '200954.392500', '200954.852500', '200955.312500', '200955.772500', '200956.232500', '200956.692500', '200957.152500', '200957.612500', '200958.072500', '200958.532500', '200958.992500', '200959.452500', '200959.912500', '201000.372500', '201000.832500', '201001.292500', '201001.752500', '201002.212500', '201002.672500', '201003.132500', '201003.592500', '201004.052500', '201004.512500', '201004.972500', '201005.432500', '201005.892500', '201006.352500', '201006.812500', '201007.272500', '201007.732500', '201008.192500', '201008.652500', '201009.112500', '201009.572500', '201010.032500', '201010.492500', '201010.952500', '201011.412500', '201011.872500', '201012.332500', '201012.792500', '201013.252500', '201013.712500', '201014.172500', '201014.632500', '201015.092500', '201015.552500', '201016.012500', '201016.472500', '201016.932500', '201017.392500', '201017.852500', '201018.312500', '201018.772500', '201019.232500', '201019.692500', '201020.152500', '201020.612500', '201021.072500', '201021.532500', '201021.992500', '201022.452500', '201022.912500', '201023.372500', '201023.832500', '201024.292500', '201024.752500', '201025.212500', '201025.672500', '201026.132500', '201026.592500', '201027.052500', '201027.512500', '201027.972500', '201028.432500', '201028.892500', '201029.352500', '201029.812500', '201030.272500', '201030.732500', '201031.192500', '201031.652500', '201032.112500', '201032.572500', '201033.032500', '201033.492500', '201033.952500', '201034.412500', '201034.872500', '201035.332500', '201035.792500', '201036.252500', '201036.712500', '201037.172500', '201037.632500', '201038.092500', '201038.552500', '201039.012500', '201039.472500', '201039.932500', '201040.392500', '201040.852500', '201041.312500', '201041.772500', '201042.232500', '201042.692500', '201043.152500', '201043.612500', '201044.072500', '201044.532500', '201044.992500', '201045.452500', '201045.912500', '201046.372500', '201046.832500', '201047.292500', '201047.752500', '201048.212500', '201048.672500', '201049.132500', '201049.592500', '201050.052500', '201050.512500', '201050.972500', '201051.432500', '201051.892500', '201052.352500', '201052.812500', '201053.272500', '201053.732500', '201054.192500', '201054.652500', '201055.112500', '201055.572500', '201056.032500', '201056.492500', '201056.952500', '201057.412500', '201057.872500', '201058.332500', '201058.792500', '201059.252500', '201059.712500', '201100.172500', '201100.632500', '201101.092500', '201101.552500', '201102.012500', '201102.472500', '201102.932500', '201103.392500', '201103.852500', '201104.312500', '201104.772500', '201105.232500', '201105.692500', '201106.152500', '201106.612500', '201107.072500', '201107.532500', '201107.992500', '201108.452500', '201108.912500', '201109.372500', '201109.832500', '201110.292500', '201110.752500', '201111.212500', '201111.672500', '201112.132500', '201112.592500', '201113.052500', '201113.512500', '201113.972500', '201114.432500', '201114.892500', '201115.352500', '201115.812500', '201116.272500', '201116.732500', '201117.192500', '201117.652500', '201118.112500', '201118.572500', '201119.032500', '201119.492500', '201119.952500', '201120.412500', '201120.872500', '201121.332500', '201121.792500', '201122.252500', '201122.712500', '201123.172500', '201123.632500', '201124.092500', '201124.552500', '201125.012500', '201125.472500', '201125.932500', '201126.392500', '201126.852500', '201127.312500', '201127.772500', '201128.232500', '201128.692500', '201129.152500', '201129.612500', '201130.072500', '201130.532500', '201130.992500', '201131.452500', '201131.912500', '201132.372500', '201132.832500', '201133.292500', '201133.752500', '201134.212500', '201134.672500', '201135.132500', '201135.592500', '201136.052500', '201136.512500', '201136.972500', '201137.432500', '201137.892500', '201138.352500', '201138.812500', '201139.272500', '201139.732500', '201140.192500', '201140.652500', '201141.112500', '201141.572500', '201142.032500', '201142.492500', '201142.952500', '201143.412500', '201143.872500', '201144.332500', '201144.792500', '201145.252500', '201145.712500', '201146.172500', '201146.632500', '201147.092500', '201147.552500', '201148.012500', '201148.472500', '201148.932500', '201149.392500', '201149.852500', '201150.312500', '201150.772500', '201151.232500', '201151.692500', '201152.152500', '201152.612500', '201153.072500', '201153.532500', '201153.992500', '201154.452500', '201154.912500', '201155.372500', '201155.832500', '201156.292500', '201156.752500', '201157.212500', '201157.672500', '201158.132500', '201158.592500', '201159.052500', '201159.512500', '201159.972500', '201200.432500', '201200.892500', '201201.352500', '201201.812500', '201202.272500', '201202.732500', '201203.192500', '201203.652500', '201204.112500', '201204.572500', '201205.032500', '201205.492500', '201205.952500', '201206.412500', '201206.872500', '201207.332500', '201207.792500', '201208.252500', '201208.712500', '201209.172500', '201209.632500', '201210.092500', '201210.552500', '201211.012500', '201211.472500', '201211.932500', '201212.392500', '201212.852500', '201213.312500', '201213.772500', '201214.232500', '201214.692500', '201215.152500', '201215.612500', '201216.072500', '201216.532500', '201216.992500', '201217.452500', '201217.912500', '201218.372500', '201218.832500', '201219.292500', '201219.752500', '201220.212500', '201220.672500', '201221.132500', '201221.592500', '201222.052500', '201222.512500', '201222.972500', '201223.432500', '201223.892500', '201224.352500', '201224.812500', '201225.272500', '201225.732500', '201226.192500', '201226.652500', '201227.112500', '201227.572500', '201228.032500', '201228.492500', '201228.952500', '201229.412500', '201229.872500', '201230.332500', '201230.792500', '201231.252500', '201231.712500', '201232.172500', '201232.632500', '201233.092500', '201233.552500', '201234.012500', '201234.472500', '201234.932500', '201235.392500', '201235.852500', '201236.312500', '201236.772500', '201237.232500', '201237.692500', '201238.152500', '201238.612500', '201239.072500', '201239.532500', '201239.992500', '201240.452500', '201240.912500', '201241.372500', '201241.832500', '201242.292500', '201242.752500', '201243.212500', '201243.672500', '201244.132500', '201244.592500', '201245.052500', '201245.512500', '201245.972500', '201246.432500', '201246.892500', '201247.352500', '201247.812500', '201248.272500', '201248.732500', '201249.192500', '201249.652500', '201250.112500', '201250.572500', '201251.032500', '201251.492500', '201251.952500', '201252.412500', '201252.872500', '201253.332500', '201253.792500', '201254.252500', '201254.712500', '201255.172500', '201255.632500', '201256.092500', '201256.552500', '201257.012500', '201257.472500', '201257.932500', '201258.392500', '201258.852500', '201259.312500', '201259.772500', '201300.232500', '201300.692500', '201301.152500', '201301.612500', '201302.072500', '201302.532500', '201302.992500', '201303.452500', '201303.912500', '201304.372500', '201304.832500', '201305.292500', '201305.752500', '201306.212500', '201306.672500', '201307.132500', '201307.592500', '201308.052500', '201308.512500', '201308.972500', '201309.432500', '201309.892500', '201310.352500', '201310.812500', '201311.272500', '201311.732500', '201312.192500', '201312.652500', '201313.112500', '201313.572500', '201314.032500', '201314.492500', '201314.952500', '201315.412500', '201315.872500', '201316.332500', '201316.792500', '201317.252500', '201317.712500', '201318.172500', '201318.632500', '201319.092500', '201319.552500', '201320.012500', '201320.472500', '201320.932500', '201321.392500', '201321.852500', '201322.312500', '201322.772500', '201323.232500', '201323.692500', '201324.152500', '201324.612500', '201325.072500', '201325.532500', '201325.992500', '201326.452500', '201326.912500', '201327.372500', '201327.832500', '201328.292500', '201328.752500', '201329.212500', '201329.672500', '201330.132500', '201330.592500', '201331.052500', '201331.512500', '201331.972500', '201332.432500', '201332.892500', '201333.352500', '201333.812500', '201334.272500', '201334.732500', '201335.192500', '201335.652500', '201336.112500', '201336.572500', '201337.032500', '201337.492500', '201337.952500', '201338.412500', '201338.872500', '201339.332500', '201339.792500', '201340.252500', '201340.712500', '201341.172500', '201341.632500', '201342.092500', '201342.552500', '201343.012500', '201343.472500', '201343.932500', '201344.392500', '201344.852500', '201345.312500', '201345.772500', '201346.232500', '201346.692500', '201347.152500', '201347.612500', '201348.072500', '201348.532500', '201348.992500', '201349.452500', '201349.912500', '201350.372500', '201350.832500', '201351.292500', '201351.752500', '201352.212500', '201352.672500', '201353.132500', '201353.592500', '201354.052500', '201354.512500', '201354.972500', '201355.432500', '201355.892500', '201356.352500', '201356.812500', '201357.272500', '201357.732500', '201358.192500', '201358.652500', '201359.112500', '201359.572500', '201400.032500', '201400.492500', '201400.952500', '201401.412500', '201401.872500', '201402.332500', '201402.792500', '201403.252500', '201403.712500', '201404.172500', '201404.632500', '201405.092500', '201405.552500', '201406.012500', '201406.472500', '201406.932500', '201407.392500', '201407.852500', '201408.312500', '201408.772500', '201409.232500', '201409.692500', '201410.152500', '201410.612500', '201411.072500', '201411.532500', '201411.992500', '201412.452500', '201412.912500', '201413.372500', '201413.832500', '201414.292500', '201414.752500', '201415.212500', '201415.672500', '201416.132500', '201416.592500', '201417.052500', '201417.512500', '201417.972500', '201418.432500', '201418.892500', '201419.352500', '201419.812500', '201420.272500', '201420.732500', '201421.192500', '201421.652500', '201422.112500', '201422.572500', '201423.032500', '201423.492500', '201423.952500', '201424.412500', '201424.872500', '201425.332500', '201425.792500', '201426.252500', '201426.712500', '201427.172500', '201427.632500', '201428.092500', '201428.552500', '201429.012500', '201429.472500', '201429.932500', '201430.392500', '201430.852500', '201431.312500', '201431.772500', '201432.232500', '201432.692500', '201433.152500', '201433.612500', '201434.072500', '201434.532500', '201434.992500', '201435.452500', '201435.912500', '201436.372500', '201436.832500', '201437.292500', '201437.752500', '201438.212500', '201438.672500', '201439.132500', '201439.592500', '201440.052500', '201440.512500', '201440.972500', '201441.432500', '201441.892500', '201442.352500', '201442.812500', '201443.272500', '201443.732500', '201444.192500', '201444.652500', '201445.112500', '201445.572500', '201446.032500', '201446.492500', '201446.952500', '201447.412500', '201447.872500', '201448.332500', '201448.792500', '201449.252500', '201449.712500', '201450.172500', '201450.632500', '201451.092500', '201451.552500', '201452.012500', '201452.472500', '201452.932500', '201453.392500', '201453.852500', '201454.312500', '201454.772500', '201455.232500', '201455.692500', '201456.152500', '201456.612500', '201457.072500', '201457.532500', '201457.992500', '201458.452500', '201458.912500', '201459.372500', '201459.832500', '201500.292500', '201500.752500', '201501.212500', '201501.672500', '201502.132500', '201502.592500', '201503.052500', '201503.512500', '201503.972500', '201504.432500', '201504.892500', '201505.352500', '201505.812500', '201506.272500', '201506.732500', '201507.192500', '201507.652500', '201508.112500', '201508.572500', '201509.032500', '201509.492500', '201509.952500', '201510.412500', '201510.872500', '201511.332500', '201511.792500', '201512.252500', '201512.712500', '201513.172500', '201513.632500', '201514.092500', '201514.552500', '201515.012500', '201515.472500', '201515.932500', '201516.392500', '201516.852500', '201517.312500', '201517.772500', '201518.232500', '201518.692500', '201519.152500', '201519.612500', '201520.072500', '201520.532500', '201520.992500', '201521.452500', '201521.912500', '201522.372500', '201522.832500', '201523.292500', '201523.752500', '201524.212500', '201524.672500', '201525.132500', '201525.592500', '201526.052500', '201526.512500', '201526.972500', '201527.432500', '201527.892500', '201528.352500', '201528.812500', '201529.272500', '201529.732500', '201530.192500', '201530.652500', '201531.112500', '201531.572500', '201532.032500', '201532.492500', '201532.952500', '201533.412500', '201533.872500', '201534.332500', '201534.792500', '201535.252500', '201535.712500', '201536.172500', '201536.632500', '201537.092500', '201537.552500', '201538.012500', '201538.472500', '201538.932500', '201539.392500', '201539.852500', '201540.312500', '201540.772500', '201541.232500', '201541.692500', '201542.152500', '201542.612500', '201543.072500', '201543.532500', '201543.992500', '201544.452500', '201544.912500', '201545.372500', '201545.832500', '201546.292500', '201546.752500', '201547.212500', '201547.672500', '201548.132500', '201548.592500', '201549.052500', '201549.512500', '201549.972500', '201550.432500', '201550.892500', '201551.352500', '201551.812500', '201552.272500', '201552.732500', '201553.192500', '201553.652500', '201554.112500', '201554.572500', '201555.032500', '201555.492500', '201555.952500', '201556.412500', '201556.872500', '201557.332500', '201557.792500', '201558.252500', '201558.712500', '201559.172500', '201559.632500', '201600.092500', '201600.552500', '201601.012500', '201601.472500', '201601.932500', '201602.392500', '201602.852500', '201603.312500', '201603.772500', '201604.232500', '201604.692500', '201605.152500', '201605.612500', '201606.072500', '201606.532500', '201606.992500', '201607.452500', '201607.912500', '201608.372500', '201608.832500', '201609.292500', '201609.752500', '201610.212500', '201610.672500', '201611.132500', '201611.592500', '201612.052500', '201612.512500', '201612.972500', '201613.432500', '201613.892500', '201614.352500', '201614.812500', '201615.272500', '201615.732500', '201616.192500', '201616.652500', '201617.112500', '201617.572500', '201618.032500', '201618.492500', '201618.952500', '201619.412500', '201619.872500', '201620.332500', '201620.792500', '201621.252500', '201621.712500', '201622.172500', '201622.632500', '201623.092500', '201623.552500', '201624.012500', '201624.472500', '201624.932500', '201625.392500', '201625.852500', '201626.312500', '201626.772500', '201627.232500', '201627.692500', '201628.152500', '201628.612500', '201629.072500', '201629.532500', '201629.992500', '201630.452500', '201630.912500', '201631.372500', '201631.832500', '201632.292500', '201632.752500', '201633.212500', '201633.672500', '201634.132500', '201634.592500', '201635.052500', '201635.512500', '201635.972500', '201636.432500', '201636.892500', '201637.352500', '201637.812500', '201638.272500', '201638.732500', '201639.192500', '201639.652500', '201640.112500', '201640.572500', '201641.032500', '201641.492500', '201641.952500', '201642.412500', '201642.872500', '201643.332500', '201643.792500', '201644.252500', '201644.712500', '201645.172500', '201645.632500', '201646.092500', '201646.552500', '201647.012500', '201647.472500', '201647.932500', '201648.392500', '201648.852500', '201649.312500', '201649.772500', '201650.232500', '201650.692500', '201651.152500', '201651.612500', '201652.072500', '201652.532500', '201652.992500', '201653.452500', '201653.912500', '201654.372500', '201654.832500', '201655.292500', '201655.752500', '201656.212500', '201656.672500', '201657.132500', '201657.592500', '201658.052500', '201658.512500', '201658.972500', '201659.432500', '201659.892500', '201700.352500', '201700.812500', '201701.272500', '201701.732500', '201702.192500', '201702.652500', '201703.112500', '201703.572500', '201704.032500', '201704.492500', '201704.952500', '201705.412500', '201705.872500', '201706.332500', '201706.792500', '201707.252500', '201707.712500', '201708.172500', '201708.632500', '201709.092500', '201709.552500', '201710.012500', '201710.472500', '201710.932500', '201711.392500', '201711.852500', '201712.312500', '201712.772500', '201713.232500', '201713.692500', '201714.152500', '201714.612500', '201715.072500', '201715.532500', '201715.992500', '201716.452500', '201716.912500', '201717.372500', '201717.832500', '201718.292500', '201718.752500', '201719.212500', '201719.672500', '201720.132500', '201720.592500', '201721.052500', '201721.512500', '201721.972500', '201722.432500', '201722.892500', '201723.352500', '201723.812500', '201724.272500', '201724.732500'], 'ContentTime': ['200833.147000', '200833.151000', '200833.155000', '200833.157000', '200833.160000', '200833.162000', '200833.171000', '200833.174000', '200833.176000', '200833.179000', '200833.182000', '200833.184000', '200833.187000', '200833.190000', '200833.192000', '200833.195000', '200833.197000', '200833.200000', '200833.202000', '200833.205000', '200833.208000', '200833.210000', '200833.213000', '200833.215000', '200833.218000', '200833.221000', '200833.223000', '200833.226000', '200833.228000', '200833.231000', '200833.233000', '200833.236000', '200833.239000', '200833.248000', '200833.251000', '200833.253000', '200833.256000', '200833.259000', '200833.261000', '200833.264000', '200833.266000', '200833.269000', '200833.271000', '200833.274000', '200833.277000', '200833.279000', '200833.282000', '200833.285000', '200833.287000', '200833.290000', '200853.114000', '200853.117000', '200853.120000', '200853.122000', '200853.125000', '200853.128000', '200853.130000', '200853.136000', '200853.140000', '200853.142000', '200853.145000', '200853.148000', '200853.150000', '200853.153000', '200853.156000', '200853.158000', '200853.161000', '200853.163000', '200853.166000', '200853.169000', '200853.171000', '200853.174000', '200853.177000', '200853.179000', '200853.182000', '200853.185000', '200853.187000', '200853.190000', '200853.193000', '200853.195000', '200853.198000', '200853.200000', '200853.203000', '200853.206000', '200853.208000', '200853.211000', '200853.213000', '200853.216000', '200853.219000', '200853.221000', '200853.224000', '200853.226000', '200853.229000', '200853.232000', '200913.113000', '200913.116000', '200913.119000', '200913.122000', '200913.124000', '200913.127000', '200913.130000', '200913.132000', '200913.135000', '200913.137000', '200913.140000', '200913.143000', '200913.145000', '200913.148000', '200913.150000', '200913.153000', '200913.156000', '200913.163000', '200913.166000', '200913.169000', '200913.171000', '200913.174000', '200913.176000', '200913.179000', '200913.182000', '200913.184000', '200913.187000', '200913.190000', '200913.192000', '200913.195000', '200913.197000', '200913.200000', '200913.203000', '200913.205000', '200913.208000', '200913.211000', '200913.213000', '200913.216000', '200913.218000', '200913.221000', '200913.224000', '200913.226000', '200913.229000', '200933.115000', '200933.118000', '200933.120000', '200933.134000', '200933.137000', '200933.140000', '200933.142000', '200933.145000', '200933.148000', '200933.150000', '200933.153000', '200933.155000', '200933.158000', '200933.161000', '200933.163000', '200933.166000', '200933.168000', '200933.171000', '200933.174000', '200933.176000', '200933.179000', '200933.182000', '200933.184000', '200933.187000', '200933.190000', '200933.192000', '200933.195000', '200933.198000', '200933.200000', '200933.203000', '200933.206000', '200933.216000', '200933.219000', '200933.222000', '200933.224000', '200933.227000', '200933.230000', '200933.232000', '200933.235000', '200933.237000', '200933.240000', '200933.243000', '200933.245000', '200953.115000', '200953.123000', '200953.126000', '200953.128000', '200953.131000', '200953.134000', '200953.136000', '200953.139000', '200953.141000', '200953.144000', '200953.147000', '200953.149000', '200953.152000', '200953.154000', '200953.157000', '200953.160000', '200953.162000', '200953.165000', '200953.168000', '200953.170000', '200953.173000', '200953.175000', '200953.178000', '200953.181000', '200953.183000', '200953.186000', '200953.189000', '200953.191000', '200953.194000', '200953.196000', '200953.199000', '200953.202000', '200953.204000', '200953.207000', '200953.210000', '200953.212000', '200953.215000', '200953.218000', '200953.220000', '200953.223000', '200953.226000', '200953.228000', '200953.231000', '200953.233000', '201013.114000', '201013.117000', '201013.122000', '201013.125000', '201013.128000', '201013.130000', '201013.133000', '201013.135000', '201013.138000', '201013.141000', '201013.143000', '201013.146000', '201013.149000', '201013.151000', '201013.154000', '201013.157000', '201013.159000', '201013.162000', '201013.165000', '201013.167000', '201013.170000', '201013.172000', '201013.175000', '201013.178000', '201013.181000', '201013.184000', '201013.187000', '201013.189000', '201013.192000', '201013.195000', '201013.197000', '201013.200000', '201013.203000', '201013.205000', '201013.208000', '201013.211000', '201013.213000', '201013.216000', '201013.219000', '201013.221000', '201013.224000', '201013.226000', '201013.229000', '201033.114000', '201033.117000', '201033.120000', '201033.123000', '201033.125000', '201033.128000', '201033.131000', '201033.133000', '201033.136000', '201033.138000', '201033.141000', '201033.144000', '201033.146000', '201033.149000', '201033.152000', '201033.154000', '201033.157000', '201033.160000', '201033.162000', '201033.165000', '201033.168000', '201033.170000', '201033.173000', '201033.175000', '201033.178000', '201033.181000', '201033.183000', '201033.186000', '201033.189000', '201033.191000', '201033.194000', '201033.197000', '201033.199000', '201033.202000', '201033.205000', '201033.207000', '201033.210000', '201033.213000', '201033.215000', '201033.218000', '201033.220000', '201033.223000', '201033.226000', '201033.228000', '201053.114000', '201053.117000', '201053.120000', '201053.123000', '201053.125000', '201053.128000', '201053.131000', '201053.134000', '201053.136000', '201053.139000', '201053.143000', '201053.145000', '201053.148000', '201053.151000', '201053.153000', '201053.156000', '201053.159000', '201053.161000', '201053.164000', '201053.167000', '201053.169000', '201053.172000', '201053.174000', '201053.177000', '201053.180000', '201053.182000', '201053.185000', '201053.187000', '201053.219000', '201053.222000', '201053.225000', '201053.227000', '201053.230000', '201053.237000', '201053.240000', '201053.243000', '201053.245000', '201053.248000', '201053.251000', '201053.253000', '201053.256000', '201053.259000', '201053.261000', '201113.114000', '201113.117000', '201113.120000', '201113.122000', '201113.125000', '201113.128000', '201113.131000', '201113.133000', '201113.136000', '201113.139000', '201113.141000', '201113.144000', '201113.146000', '201113.149000', '201113.152000', '201113.154000', '201113.157000', '201113.160000', '201113.162000', '201113.165000', '201113.168000', '201113.170000', '201113.173000', '201113.175000', '201113.178000', '201113.181000', '201113.183000', '201113.186000', '201113.189000', '201113.191000', '201113.194000', '201113.197000', '201113.199000', '201113.202000', '201113.205000', '201113.207000', '201113.210000', '201113.212000', '201113.215000', '201113.218000', '201113.220000', '201113.223000', '201113.226000', '201113.228000', '201133.113000', '201133.116000', '201133.119000', '201133.122000', '201133.124000', '201133.127000', '201133.130000', '201133.132000', '201133.135000', '201133.137000', '201133.140000', '201133.144000', '201133.146000', '201133.149000', '201133.152000', '201133.155000', '201133.158000', '201133.161000', '201133.164000', '201133.166000', '201133.169000', '201133.172000', '201133.174000', '201133.177000', '201133.180000', '201133.182000', '201133.185000', '201133.188000', '201133.191000', '201133.193000', '201133.196000', '201133.198000', '201133.201000', '201133.213000', '201133.216000', '201133.219000', '201133.223000', '201133.226000', '201133.229000', '201133.231000', '201133.234000', '201133.237000', '201133.240000', '201153.114000', '201153.117000', '201153.120000', '201153.123000', '201153.126000', '201153.128000', '201153.131000', '201153.133000', '201153.136000', '201153.139000', '201153.141000', '201153.144000', '201153.147000', '201153.150000', '201153.152000', '201153.155000', '201153.158000', '201153.160000', '201153.163000', '201153.166000', '201153.168000', '201153.171000', '201153.173000', '201153.176000', '201153.179000', '201153.181000', '201153.184000', '201153.187000', '201153.190000', '201153.192000', '201153.195000', '201153.198000', '201153.200000', '201153.203000', '201153.205000', '201153.208000', '201153.211000', '201153.213000', '201153.216000', '201153.219000', '201153.221000', '201153.224000', '201153.227000', '201153.229000', '201213.115000', '201213.118000', '201213.120000', '201213.123000', '201213.125000', '201213.128000', '201213.131000', '201213.133000', '201213.136000', '201213.139000', '201213.141000', '201213.144000', '201213.146000', '201213.149000', '201213.152000', '201213.154000', '201213.157000', '201213.160000', '201213.162000', '201213.165000', '201213.168000', '201213.170000', '201213.173000', '201213.175000', '201213.178000', '201213.181000', '201213.183000', '201213.186000', '201213.189000', '201213.192000', '201213.194000', '201213.197000', '201213.200000', '201213.202000', '201213.205000', '201213.208000', '201213.210000', '201213.213000', '201213.216000', '201213.219000', '201213.221000', '201213.224000', '201213.226000', '201233.115000', '201233.117000', '201233.120000', '201233.123000', '201233.126000', '201233.128000', '201233.131000', '201233.134000', '201233.137000', '201233.139000', '201233.157000', '201233.159000', '201233.162000', '201233.164000', '201233.167000', '201233.170000', '201233.172000', '201233.175000', '201233.178000', '201233.180000', '201233.183000', '201233.185000', '201233.188000', '201233.191000', '201233.194000', '201233.196000', '201233.199000', '201233.202000', '201233.204000', '201233.207000', '201233.210000', '201233.212000', '201233.215000', '201233.217000', '201233.220000', '201233.223000', '201233.225000', '201233.228000', '201233.231000', '201233.233000', '201233.236000', '201233.238000', '201233.241000', '201233.244000', '201253.115000', '201253.118000', '201253.120000', '201253.123000', '201253.126000', '201253.128000', '201253.131000', '201253.133000', '201253.137000', '201253.139000', '201253.142000', '201253.144000', '201253.147000', '201253.150000', '201253.152000', '201253.155000', '201253.158000', '201253.160000', '201253.163000', '201253.165000', '201253.168000', '201253.171000', '201253.173000', '201253.176000', '201253.179000', '201253.181000', '201253.184000', '201253.187000', '201253.190000', '201253.193000', '201253.196000', '201253.198000', '201253.201000', '201253.204000', '201253.206000', '201253.209000', '201253.212000', '201253.214000', '201253.217000', '201253.220000', '201253.222000', '201253.225000', '201253.228000', '201313.114000', '201313.117000', '201313.120000', '201313.123000', '201313.125000', '201313.128000', '201313.131000', '201313.133000', '201313.136000', '201313.139000', '201313.141000', '201313.144000', '201313.146000', '201313.149000', '201313.152000', '201313.154000', '201313.157000', '201313.159000', '201313.162000', '201313.165000', '201313.167000', '201313.170000', '201313.173000', '201313.175000', '201313.178000', '201313.181000', '201313.183000', '201313.186000', '201313.188000', '201313.191000', '201313.194000', '201313.196000', '201313.199000', '201313.202000', '201313.204000', '201313.207000', '201313.209000', '201313.212000', '201313.215000', '201313.217000', '201313.220000', '201313.223000', '201313.225000', '201313.228000', '201333.114000', '201333.117000', '201333.120000', '201333.123000', '201333.125000', '201333.128000', '201333.131000', '201333.133000', '201333.136000', '201333.139000', '201333.141000', '201333.144000', '201333.147000', '201333.149000', '201333.152000', '201333.154000', '201333.157000', '201333.160000', '201333.162000', '201333.165000', '201333.168000', '201333.170000', '201333.173000', '201333.176000', '201333.178000', '201333.183000', '201333.185000', '201333.188000', '201333.191000', '201333.193000', '201333.196000', '201333.199000', '201333.201000', '201333.204000', '201333.206000', '201333.209000', '201333.212000', '201333.214000', '201333.217000', '201333.220000', '201333.222000', '201333.225000', '201333.228000', '201353.115000', '201353.117000', '201353.120000', '201353.123000', '201353.125000', '201353.128000', '201353.131000', '201353.133000', '201353.136000', '201353.139000', '201353.141000', '201353.144000', '201353.146000', '201353.149000', '201353.152000', '201353.154000', '201353.157000', '201353.159000', '201353.162000', '201353.165000', '201353.167000', '201353.183000', '201353.185000', '201353.188000', '201353.191000', '201353.193000', '201353.196000', '201353.199000', '201353.201000', '201353.204000', '201353.206000', '201353.209000', '201353.212000', '201353.214000', '201353.217000', '201353.219000', '201353.222000', '201353.225000', '201353.227000', '201353.230000', '201353.233000', '201353.235000', '201353.238000', '201353.240000', '201413.114000', '201413.117000', '201413.120000', '201413.123000', '201413.125000', '201413.128000', '201413.131000', '201413.133000', '201413.136000', '201413.138000', '201413.141000', '201413.144000', '201413.146000', '201413.149000', '201413.152000', '201413.154000', '201413.157000', '201413.159000', '201413.171000', '201413.174000', '201413.177000', '201413.179000', '201413.182000', '201413.185000', '201413.187000', '201413.190000', '201413.193000', '201413.195000', '201413.198000', '201413.200000', '201413.203000', '201413.206000', '201413.208000', '201413.211000', '201413.214000', '201413.216000', '201413.219000', '201413.221000', '201413.224000', '201413.227000', '201413.229000', '201413.232000', '201413.234000', '201433.114000', '201433.117000', '201433.120000', '201433.123000', '201433.125000', '201433.128000', '201433.131000', '201433.133000', '201433.136000', '201433.139000', '201433.141000', '201433.144000', '201433.146000', '201433.149000', '201433.152000', '201433.155000', '201433.157000', '201433.160000', '201433.162000', '201433.165000', '201433.168000', '201433.170000', '201433.173000', '201433.176000', '201433.178000', '201433.181000', '201433.183000', '201433.186000', '201433.189000', '201433.191000', '201433.194000', '201433.197000', '201433.199000', '201433.202000', '201433.205000', '201433.207000', '201433.210000', '201433.213000', '201433.215000', '201433.218000', '201433.220000', '201433.223000', '201433.226000', '201433.228000', '201453.115000', '201453.118000', '201453.121000', '201453.123000', '201453.126000', '201453.129000', '201453.131000', '201453.134000', '201453.137000', '201453.139000', '201453.142000', '201453.144000', '201453.147000', '201453.150000', '201453.152000', '201453.155000', '201453.157000', '201453.160000', '201453.163000', '201453.165000', '201453.168000', '201453.171000', '201453.173000', '201453.176000', '201453.179000', '201453.181000', '201453.184000', '201453.186000', '201453.189000', '201453.192000', '201453.194000', '201453.197000', '201453.200000', '201453.202000', '201453.205000', '201453.207000', '201453.210000', '201453.213000', '201453.215000', '201453.218000', '201453.220000', '201453.223000', '201453.226000', '201513.115000', '201513.118000', '201513.120000', '201513.123000', '201513.126000', '201513.128000', '201513.131000', '201513.134000', '201513.136000', '201513.139000', '201513.142000', '201513.144000', '201513.147000', '201513.149000', '201513.152000', '201513.155000', '201513.158000', '201513.160000', '201513.163000', '201513.166000', '201513.168000', '201513.171000', '201513.174000', '201513.176000', '201513.179000', '201513.181000', '201513.184000', '201513.187000', '201513.189000', '201513.192000', '201513.195000', '201513.197000', '201513.217000', '201513.220000', '201513.222000', '201513.225000', '201513.228000', '201513.230000', '201513.233000', '201513.235000', '201513.238000', '201513.241000', '201513.243000', '201513.246000', '201533.115000', '201533.117000', '201533.120000', '201533.123000', '201533.126000', '201533.128000', '201533.131000', '201533.133000', '201533.136000', '201533.139000', '201533.141000', '201533.144000', '201533.147000', '201533.149000', '201533.152000', '201533.155000', '201533.157000', '201533.160000', '201533.163000', '201533.165000', '201533.168000', '201533.171000', '201533.173000', '201533.176000', '201533.179000', '201533.181000', '201533.184000', '201533.186000', '201533.189000', '201533.192000', '201533.194000', '201533.197000', '201533.200000', '201533.202000', '201533.205000', '201533.207000', '201533.210000', '201533.213000', '201533.215000', '201533.218000', '201533.221000', '201533.223000', '201533.226000', '201553.113000', '201553.117000', '201553.119000', '201553.122000', '201553.124000', '201553.127000', '201553.130000', '201553.132000', '201553.135000', '201553.138000', '201553.140000', '201553.143000', '201553.146000', '201553.148000', '201553.151000', '201553.154000', '201553.156000', '201553.159000', '201553.162000', '201553.164000', '201553.167000', '201553.170000', '201553.172000', '201553.175000', '201553.177000', '201553.180000', '201553.183000', '201553.185000', '201553.188000', '201553.191000', '201553.193000', '201553.196000', '201553.199000', '201553.201000', '201553.204000', '201553.207000', '201553.209000', '201553.212000', '201553.214000', '201553.217000', '201553.220000', '201553.222000', '201553.225000', '201553.228000', '201613.115000', '201613.117000', '201613.120000', '201613.123000', '201613.126000', '201613.128000', '201613.131000', '201613.134000', '201613.136000', '201613.139000', '201613.141000', '201613.144000', '201613.147000', '201613.149000', '201613.152000', '201613.155000', '201613.157000', '201613.160000', '201613.163000', '201613.165000', '201613.168000', '201613.171000', '201613.173000', '201613.176000', '201613.178000', '201613.181000', '201613.184000', '201613.186000', '201613.189000', '201613.192000', '201613.194000', '201613.197000', '201613.200000', '201613.202000', '201613.205000', '201613.208000', '201613.210000', '201613.213000', '201613.216000', '201613.219000', '201613.221000', '201613.224000', '201613.226000', '201633.114000', '201633.117000', '201633.120000', '201633.122000', '201633.125000', '201633.128000', '201633.131000', '201633.133000', '201633.136000', '201633.139000', '201633.142000', '201633.144000', '201633.147000', '201633.150000', '201633.153000', '201633.155000', '201633.158000', '201633.161000', '201633.163000', '201633.166000', '201633.169000', '201633.171000', '201633.174000', '201633.176000', '201633.179000', '201633.182000', '201633.185000', '201633.187000', '201633.226000', '201633.229000', '201633.231000', '201633.234000', '201633.236000', '201633.239000', '201633.242000', '201633.244000', '201633.247000', '201633.250000', '201633.252000', '201633.255000', '201633.257000', '201633.260000', '201633.263000', '201633.265000', '201653.114000', '201653.117000', '201653.120000', '201653.123000', '201653.125000', '201653.128000', '201653.131000', '201653.133000', '201653.136000', '201653.139000', '201653.141000', '201653.144000', '201653.147000', '201653.149000', '201653.152000', '201653.154000', '201653.157000', '201653.160000', '201653.162000', '201653.165000', '201653.168000', '201653.170000', '201653.173000', '201653.175000', '201653.178000', '201653.181000', '201653.183000', '201653.186000', '201653.189000', '201653.191000', '201653.194000', '201653.197000', '201653.199000', '201653.202000', '201653.204000', '201653.207000', '201653.209000', '201653.212000', '201653.215000', '201653.217000', '201653.220000', '201653.223000', '201653.225000', '201713.114000', '201713.117000', '201713.120000', '201713.123000', '201713.125000', '201713.128000', '201713.130000', '201713.133000', '201713.136000', '201713.138000', '201713.141000', '201713.144000', '201713.146000', '201713.149000', '201713.151000', '201713.154000', '201713.157000', '201713.159000', '201713.162000', '201713.165000', '201713.167000', '201713.170000', '201713.173000', '201713.175000', '201713.178000', '201713.180000', '201713.183000', '201713.186000', '201713.188000', '201713.191000', '201713.194000', '201713.196000', '201713.199000', '201713.202000', '201713.204000', '201713.207000', '201713.209000', '201713.212000', '201713.215000', '201713.217000', '201713.220000', '201713.223000', '201713.225000', '201713.228000', '201725.975000', '201725.978000', '201725.981000', '201725.984000', '201725.986000', '201725.989000', '201725.991000', '201725.994000', '201725.997000', '201726.000000', '201726.003000', '201726.006000', '201726.008000', '201726.011000', '201726.014000', '201726.016000', '201726.019000', '201726.021000', '201726.024000', '201726.027000', '201726.029000', '201726.032000', '201726.034000', '201726.037000', '201726.040000', '201726.043000', '201726.045000', '201726.048000'], 'InstanceCreationTime': ['200833.147000', '200833.151000', '200833.155000', '200833.157000', '200833.160000', '200833.162000', '200833.171000', '200833.174000', '200833.176000', '200833.179000', '200833.182000', '200833.184000', '200833.187000', '200833.190000', '200833.192000', '200833.195000', '200833.197000', '200833.200000', '200833.202000', '200833.205000', '200833.208000', '200833.210000', '200833.213000', '200833.215000', '200833.218000', '200833.221000', '200833.223000', '200833.226000', '200833.228000', '200833.231000', '200833.233000', '200833.236000', '200833.239000', '200833.248000', '200833.251000', '200833.253000', '200833.256000', '200833.259000', '200833.261000', '200833.264000', '200833.266000', '200833.269000', '200833.271000', '200833.274000', '200833.277000', '200833.279000', '200833.282000', '200833.285000', '200833.287000', '200833.290000', '200853.114000', '200853.117000', '200853.120000', '200853.122000', '200853.125000', '200853.128000', '200853.130000', '200853.136000', '200853.140000', '200853.142000', '200853.145000', '200853.148000', '200853.150000', '200853.153000', '200853.156000', '200853.158000', '200853.161000', '200853.163000', '200853.166000', '200853.169000', '200853.171000', '200853.174000', '200853.177000', '200853.179000', '200853.182000', '200853.185000', '200853.187000', '200853.190000', '200853.193000', '200853.195000', '200853.198000', '200853.200000', '200853.203000', '200853.206000', '200853.208000', '200853.211000', '200853.213000', '200853.216000', '200853.219000', '200853.221000', '200853.224000', '200853.226000', '200853.229000', '200853.232000', '200913.113000', '200913.116000', '200913.119000', '200913.122000', '200913.124000', '200913.127000', '200913.130000', '200913.132000', '200913.135000', '200913.137000', '200913.140000', '200913.143000', '200913.145000', '200913.148000', '200913.150000', '200913.153000', '200913.156000', '200913.163000', '200913.166000', '200913.169000', '200913.171000', '200913.174000', '200913.176000', '200913.179000', '200913.182000', '200913.184000', '200913.187000', '200913.190000', '200913.192000', '200913.195000', '200913.197000', '200913.200000', '200913.203000', '200913.205000', '200913.208000', '200913.211000', '200913.213000', '200913.216000', '200913.218000', '200913.221000', '200913.224000', '200913.226000', '200913.229000', '200933.115000', '200933.118000', '200933.120000', '200933.134000', '200933.137000', '200933.140000', '200933.142000', '200933.145000', '200933.148000', '200933.150000', '200933.153000', '200933.155000', '200933.158000', '200933.161000', '200933.163000', '200933.166000', '200933.168000', '200933.171000', '200933.174000', '200933.176000', '200933.179000', '200933.182000', '200933.184000', '200933.187000', '200933.190000', '200933.192000', '200933.195000', '200933.198000', '200933.200000', '200933.203000', '200933.206000', '200933.216000', '200933.219000', '200933.222000', '200933.224000', '200933.227000', '200933.230000', '200933.232000', '200933.235000', '200933.237000', '200933.240000', '200933.243000', '200933.245000', '200953.115000', '200953.123000', '200953.126000', '200953.128000', '200953.131000', '200953.134000', '200953.136000', '200953.139000', '200953.141000', '200953.144000', '200953.147000', '200953.149000', '200953.152000', '200953.154000', '200953.157000', '200953.160000', '200953.162000', '200953.165000', '200953.168000', '200953.170000', '200953.173000', '200953.175000', '200953.178000', '200953.181000', '200953.183000', '200953.186000', '200953.189000', '200953.191000', '200953.194000', '200953.196000', '200953.199000', '200953.202000', '200953.204000', '200953.207000', '200953.210000', '200953.212000', '200953.215000', '200953.218000', '200953.220000', '200953.223000', '200953.226000', '200953.228000', '200953.231000', '200953.233000', '201013.114000', '201013.117000', '201013.122000', '201013.125000', '201013.128000', '201013.130000', '201013.133000', '201013.135000', '201013.138000', '201013.141000', '201013.143000', '201013.146000', '201013.149000', '201013.151000', '201013.154000', '201013.157000', '201013.159000', '201013.162000', '201013.165000', '201013.167000', '201013.170000', '201013.172000', '201013.175000', '201013.178000', '201013.181000', '201013.184000', '201013.187000', '201013.189000', '201013.192000', '201013.195000', '201013.197000', '201013.200000', '201013.203000', '201013.205000', '201013.208000', '201013.211000', '201013.213000', '201013.216000', '201013.219000', '201013.221000', '201013.224000', '201013.226000', '201013.229000', '201033.114000', '201033.117000', '201033.120000', '201033.123000', '201033.125000', '201033.128000', '201033.131000', '201033.133000', '201033.136000', '201033.138000', '201033.141000', '201033.144000', '201033.146000', '201033.149000', '201033.152000', '201033.154000', '201033.157000', '201033.160000', '201033.162000', '201033.165000', '201033.168000', '201033.170000', '201033.173000', '201033.175000', '201033.178000', '201033.181000', '201033.183000', '201033.186000', '201033.189000', '201033.191000', '201033.194000', '201033.197000', '201033.199000', '201033.202000', '201033.205000', '201033.207000', '201033.210000', '201033.213000', '201033.215000', '201033.218000', '201033.220000', '201033.223000', '201033.226000', '201033.228000', '201053.114000', '201053.117000', '201053.120000', '201053.123000', '201053.125000', '201053.128000', '201053.131000', '201053.134000', '201053.136000', '201053.139000', '201053.143000', '201053.145000', '201053.148000', '201053.151000', '201053.153000', '201053.156000', '201053.159000', '201053.161000', '201053.164000', '201053.167000', '201053.169000', '201053.172000', '201053.174000', '201053.177000', '201053.180000', '201053.182000', '201053.185000', '201053.187000', '201053.219000', '201053.222000', '201053.225000', '201053.227000', '201053.230000', '201053.237000', '201053.240000', '201053.243000', '201053.245000', '201053.248000', '201053.251000', '201053.253000', '201053.256000', '201053.259000', '201053.261000', '201113.114000', '201113.117000', '201113.120000', '201113.122000', '201113.125000', '201113.128000', '201113.131000', '201113.133000', '201113.136000', '201113.139000', '201113.141000', '201113.144000', '201113.146000', '201113.149000', '201113.152000', '201113.154000', '201113.157000', '201113.160000', '201113.162000', '201113.165000', '201113.168000', '201113.170000', '201113.173000', '201113.175000', '201113.178000', '201113.181000', '201113.183000', '201113.186000', '201113.189000', '201113.191000', '201113.194000', '201113.197000', '201113.199000', '201113.202000', '201113.205000', '201113.207000', '201113.210000', '201113.212000', '201113.215000', '201113.218000', '201113.220000', '201113.223000', '201113.226000', '201113.228000', '201133.113000', '201133.116000', '201133.119000', '201133.122000', '201133.124000', '201133.127000', '201133.130000', '201133.132000', '201133.135000', '201133.137000', '201133.140000', '201133.144000', '201133.146000', '201133.149000', '201133.152000', '201133.155000', '201133.158000', '201133.161000', '201133.164000', '201133.166000', '201133.169000', '201133.172000', '201133.174000', '201133.177000', '201133.180000', '201133.182000', '201133.185000', '201133.188000', '201133.191000', '201133.193000', '201133.196000', '201133.198000', '201133.201000', '201133.213000', '201133.216000', '201133.219000', '201133.223000', '201133.226000', '201133.229000', '201133.231000', '201133.234000', '201133.237000', '201133.240000', '201153.114000', '201153.117000', '201153.120000', '201153.123000', '201153.126000', '201153.128000', '201153.131000', '201153.133000', '201153.136000', '201153.139000', '201153.141000', '201153.144000', '201153.147000', '201153.150000', '201153.152000', '201153.155000', '201153.158000', '201153.160000', '201153.163000', '201153.166000', '201153.168000', '201153.171000', '201153.173000', '201153.176000', '201153.179000', '201153.181000', '201153.184000', '201153.187000', '201153.190000', '201153.192000', '201153.195000', '201153.198000', '201153.200000', '201153.203000', '201153.205000', '201153.208000', '201153.211000', '201153.213000', '201153.216000', '201153.219000', '201153.221000', '201153.224000', '201153.227000', '201153.229000', '201213.115000', '201213.118000', '201213.120000', '201213.123000', '201213.125000', '201213.128000', '201213.131000', '201213.133000', '201213.136000', '201213.139000', '201213.141000', '201213.144000', '201213.146000', '201213.149000', '201213.152000', '201213.154000', '201213.157000', '201213.160000', '201213.162000', '201213.165000', '201213.168000', '201213.170000', '201213.173000', '201213.175000', '201213.178000', '201213.181000', '201213.183000', '201213.186000', '201213.189000', '201213.192000', '201213.194000', '201213.197000', '201213.200000', '201213.202000', '201213.205000', '201213.208000', '201213.210000', '201213.213000', '201213.216000', '201213.219000', '201213.221000', '201213.224000', '201213.226000', '201233.115000', '201233.117000', '201233.120000', '201233.123000', '201233.126000', '201233.128000', '201233.131000', '201233.134000', '201233.137000', '201233.139000', '201233.157000', '201233.159000', '201233.162000', '201233.164000', '201233.167000', '201233.170000', '201233.172000', '201233.175000', '201233.178000', '201233.180000', '201233.183000', '201233.185000', '201233.188000', '201233.191000', '201233.194000', '201233.196000', '201233.199000', '201233.202000', '201233.204000', '201233.207000', '201233.210000', '201233.212000', '201233.215000', '201233.217000', '201233.220000', '201233.223000', '201233.225000', '201233.228000', '201233.231000', '201233.233000', '201233.236000', '201233.238000', '201233.241000', '201233.244000', '201253.115000', '201253.118000', '201253.120000', '201253.123000', '201253.126000', '201253.128000', '201253.131000', '201253.133000', '201253.137000', '201253.139000', '201253.142000', '201253.144000', '201253.147000', '201253.150000', '201253.152000', '201253.155000', '201253.158000', '201253.160000', '201253.163000', '201253.165000', '201253.168000', '201253.171000', '201253.173000', '201253.176000', '201253.179000', '201253.181000', '201253.184000', '201253.187000', '201253.190000', '201253.193000', '201253.196000', '201253.198000', '201253.201000', '201253.204000', '201253.206000', '201253.209000', '201253.212000', '201253.214000', '201253.217000', '201253.220000', '201253.222000', '201253.225000', '201253.228000', '201313.114000', '201313.117000', '201313.120000', '201313.123000', '201313.125000', '201313.128000', '201313.131000', '201313.133000', '201313.136000', '201313.139000', '201313.141000', '201313.144000', '201313.146000', '201313.149000', '201313.152000', '201313.154000', '201313.157000', '201313.159000', '201313.162000', '201313.165000', '201313.167000', '201313.170000', '201313.173000', '201313.175000', '201313.178000', '201313.181000', '201313.183000', '201313.186000', '201313.188000', '201313.191000', '201313.194000', '201313.196000', '201313.199000', '201313.202000', '201313.204000', '201313.207000', '201313.209000', '201313.212000', '201313.215000', '201313.217000', '201313.220000', '201313.223000', '201313.225000', '201313.228000', '201333.114000', '201333.117000', '201333.120000', '201333.123000', '201333.125000', '201333.128000', '201333.131000', '201333.133000', '201333.136000', '201333.139000', '201333.141000', '201333.144000', '201333.147000', '201333.149000', '201333.152000', '201333.154000', '201333.157000', '201333.160000', '201333.162000', '201333.165000', '201333.168000', '201333.170000', '201333.173000', '201333.176000', '201333.178000', '201333.183000', '201333.185000', '201333.188000', '201333.191000', '201333.193000', '201333.196000', '201333.199000', '201333.201000', '201333.204000', '201333.206000', '201333.209000', '201333.212000', '201333.214000', '201333.217000', '201333.220000', '201333.222000', '201333.225000', '201333.228000', '201353.115000', '201353.117000', '201353.120000', '201353.123000', '201353.125000', '201353.128000', '201353.131000', '201353.133000', '201353.136000', '201353.139000', '201353.141000', '201353.144000', '201353.146000', '201353.149000', '201353.152000', '201353.154000', '201353.157000', '201353.159000', '201353.162000', '201353.165000', '201353.167000', '201353.183000', '201353.185000', '201353.188000', '201353.191000', '201353.193000', '201353.196000', '201353.199000', '201353.201000', '201353.204000', '201353.206000', '201353.209000', '201353.212000', '201353.214000', '201353.217000', '201353.219000', '201353.222000', '201353.225000', '201353.227000', '201353.230000', '201353.233000', '201353.235000', '201353.238000', '201353.240000', '201413.114000', '201413.117000', '201413.120000', '201413.123000', '201413.125000', '201413.128000', '201413.131000', '201413.133000', '201413.136000', '201413.138000', '201413.141000', '201413.144000', '201413.146000', '201413.149000', '201413.152000', '201413.154000', '201413.157000', '201413.159000', '201413.171000', '201413.174000', '201413.177000', '201413.179000', '201413.182000', '201413.185000', '201413.187000', '201413.190000', '201413.193000', '201413.195000', '201413.198000', '201413.200000', '201413.203000', '201413.206000', '201413.208000', '201413.211000', '201413.214000', '201413.216000', '201413.219000', '201413.221000', '201413.224000', '201413.227000', '201413.229000', '201413.232000', '201413.234000', '201433.114000', '201433.117000', '201433.120000', '201433.123000', '201433.125000', '201433.128000', '201433.131000', '201433.133000', '201433.136000', '201433.139000', '201433.141000', '201433.144000', '201433.146000', '201433.149000', '201433.152000', '201433.155000', '201433.157000', '201433.160000', '201433.162000', '201433.165000', '201433.168000', '201433.170000', '201433.173000', '201433.176000', '201433.178000', '201433.181000', '201433.183000', '201433.186000', '201433.189000', '201433.191000', '201433.194000', '201433.197000', '201433.199000', '201433.202000', '201433.205000', '201433.207000', '201433.210000', '201433.213000', '201433.215000', '201433.218000', '201433.220000', '201433.223000', '201433.226000', '201433.228000', '201453.115000', '201453.118000', '201453.121000', '201453.123000', '201453.126000', '201453.129000', '201453.131000', '201453.134000', '201453.137000', '201453.139000', '201453.142000', '201453.144000', '201453.147000', '201453.150000', '201453.152000', '201453.155000', '201453.157000', '201453.160000', '201453.163000', '201453.165000', '201453.168000', '201453.171000', '201453.173000', '201453.176000', '201453.179000', '201453.181000', '201453.184000', '201453.186000', '201453.189000', '201453.192000', '201453.194000', '201453.197000', '201453.200000', '201453.202000', '201453.205000', '201453.207000', '201453.210000', '201453.213000', '201453.215000', '201453.218000', '201453.220000', '201453.223000', '201453.226000', '201513.115000', '201513.118000', '201513.120000', '201513.123000', '201513.126000', '201513.128000', '201513.131000', '201513.134000', '201513.136000', '201513.139000', '201513.142000', '201513.144000', '201513.147000', '201513.149000', '201513.152000', '201513.155000', '201513.158000', '201513.160000', '201513.163000', '201513.166000', '201513.168000', '201513.171000', '201513.174000', '201513.176000', '201513.179000', '201513.181000', '201513.184000', '201513.187000', '201513.189000', '201513.192000', '201513.195000', '201513.197000', '201513.217000', '201513.220000', '201513.222000', '201513.225000', '201513.228000', '201513.230000', '201513.233000', '201513.235000', '201513.238000', '201513.241000', '201513.243000', '201513.246000', '201533.115000', '201533.117000', '201533.120000', '201533.123000', '201533.126000', '201533.128000', '201533.131000', '201533.133000', '201533.136000', '201533.139000', '201533.141000', '201533.144000', '201533.147000', '201533.149000', '201533.152000', '201533.155000', '201533.157000', '201533.160000', '201533.163000', '201533.165000', '201533.168000', '201533.171000', '201533.173000', '201533.176000', '201533.179000', '201533.181000', '201533.184000', '201533.186000', '201533.189000', '201533.192000', '201533.194000', '201533.197000', '201533.200000', '201533.202000', '201533.205000', '201533.207000', '201533.210000', '201533.213000', '201533.215000', '201533.218000', '201533.221000', '201533.223000', '201533.226000', '201553.113000', '201553.117000', '201553.119000', '201553.122000', '201553.124000', '201553.127000', '201553.130000', '201553.132000', '201553.135000', '201553.138000', '201553.140000', '201553.143000', '201553.146000', '201553.148000', '201553.151000', '201553.154000', '201553.156000', '201553.159000', '201553.162000', '201553.164000', '201553.167000', '201553.170000', '201553.172000', '201553.175000', '201553.177000', '201553.180000', '201553.183000', '201553.185000', '201553.188000', '201553.191000', '201553.193000', '201553.196000', '201553.199000', '201553.201000', '201553.204000', '201553.207000', '201553.209000', '201553.212000', '201553.214000', '201553.217000', '201553.220000', '201553.222000', '201553.225000', '201553.228000', '201613.115000', '201613.117000', '201613.120000', '201613.123000', '201613.126000', '201613.128000', '201613.131000', '201613.134000', '201613.136000', '201613.139000', '201613.141000', '201613.144000', '201613.147000', '201613.149000', '201613.152000', '201613.155000', '201613.157000', '201613.160000', '201613.163000', '201613.165000', '201613.168000', '201613.171000', '201613.173000', '201613.176000', '201613.178000', '201613.181000', '201613.184000', '201613.186000', '201613.189000', '201613.192000', '201613.194000', '201613.197000', '201613.200000', '201613.202000', '201613.205000', '201613.208000', '201613.210000', '201613.213000', '201613.216000', '201613.219000', '201613.221000', '201613.224000', '201613.226000', '201633.114000', '201633.117000', '201633.120000', '201633.122000', '201633.125000', '201633.128000', '201633.131000', '201633.133000', '201633.136000', '201633.139000', '201633.142000', '201633.144000', '201633.147000', '201633.150000', '201633.153000', '201633.155000', '201633.158000', '201633.161000', '201633.163000', '201633.166000', '201633.169000', '201633.171000', '201633.174000', '201633.176000', '201633.179000', '201633.182000', '201633.185000', '201633.187000', '201633.226000', '201633.229000', '201633.231000', '201633.234000', '201633.236000', '201633.239000', '201633.242000', '201633.244000', '201633.247000', '201633.250000', '201633.252000', '201633.255000', '201633.257000', '201633.260000', '201633.263000', '201633.265000', '201653.114000', '201653.117000', '201653.120000', '201653.123000', '201653.125000', '201653.128000', '201653.131000', '201653.133000', '201653.136000', '201653.139000', '201653.141000', '201653.144000', '201653.147000', '201653.149000', '201653.152000', '201653.154000', '201653.157000', '201653.160000', '201653.162000', '201653.165000', '201653.168000', '201653.170000', '201653.173000', '201653.175000', '201653.178000', '201653.181000', '201653.183000', '201653.186000', '201653.189000', '201653.191000', '201653.194000', '201653.197000', '201653.199000', '201653.202000', '201653.204000', '201653.207000', '201653.209000', '201653.212000', '201653.215000', '201653.217000', '201653.220000', '201653.223000', '201653.225000', '201713.114000', '201713.117000', '201713.120000', '201713.123000', '201713.125000', '201713.128000', '201713.130000', '201713.133000', '201713.136000', '201713.138000', '201713.141000', '201713.144000', '201713.146000', '201713.149000', '201713.151000', '201713.154000', '201713.157000', '201713.159000', '201713.162000', '201713.165000', '201713.167000', '201713.170000', '201713.173000', '201713.175000', '201713.178000', '201713.180000', '201713.183000', '201713.186000', '201713.188000', '201713.191000', '201713.194000', '201713.196000', '201713.199000', '201713.202000', '201713.204000', '201713.207000', '201713.209000', '201713.212000', '201713.215000', '201713.217000', '201713.220000', '201713.223000', '201713.225000', '201713.228000', '201725.975000', '201725.978000', '201725.981000', '201725.984000', '201725.986000', '201725.989000', '201725.991000', '201725.994000', '201725.997000', '201726.000000', '201726.003000', '201726.006000', '201726.008000', '201726.011000', '201726.014000', '201726.016000', '201726.019000', '201726.021000', '201726.024000', '201726.027000', '201726.029000', '201726.032000', '201726.034000', '201726.037000', '201726.040000', '201726.043000', '201726.045000', '201726.048000'], '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': [16667, 10036, 16730, 10696, 16841, 11049, 13745, 13746, 12083, 19505, 12447, 17163, 12960, 16432, 11610, 14573, 10388, 12977, 8733, 11790, 8731, 11774, 11016, 11688, 17802, 12603, 15538, 11715, 15445, 9805, 14852, 10046, 12488, 15070, 11253, 18922, 12396, 17381, 12033, 16435, 10863, 14721, 10793, 14868, 10316, 16199, 10248, 15997, 9130, 14353, 9229, 13346, 11886, 14280, 14395, 11906, 18639, 12246, 17578, 11722, 15259, 10622, 15295, 8755, 11808, 10701, 10732, 17618, 11163, 15858, 12252, 15317, 10751, 13703, 8717, 12635, 8580, 11864, 9251, 13895, 8743, 12553, 8650, 12819, 11818, 11991, 19531, 13760, 18015, 13168, 16853, 11584, 15550, 9654, 14812, 11282, 14729, 12246, 11368, 18652, 11401, 15797, 11775, 15261, 10125, 14464, 8962, 12173, 14015, 11338, 18959, 12383, 18027, 11961, 16297, 11220, 14884, 10727, 16630, 11622, 17132, 11200, 15855, 11106, 15951, 11357, 17195, 11386, 16781, 10081, 15795, 9021, 15755, 9883, 16166, 8803, 13990, 8902, 12409, 9668, 12121, 11122, 12643, 9470, 12069, 9942, 12079, 15970, 12111, 17122, 12064, 17720, 12137, 15249, 9444, 13186, 13853, 11900, 19912, 13565, 17484, 12339, 14774, 10652, 14588, 10814, 16336, 11096, 16831, 10734, 14896, 9198, 14483, 9416, 15652, 10154, 13973, 12542, 12289, 18915, 12509, 19596, 13458, 17670, 12101, 15948, 10451, 14206, 8989, 13702, 9456, 13359, 8849, 11883, 10261, 11823, 15172, 12272, 18004, 13038, 17209, 12114, 16971, 11607, 15658, 10818, 14434, 10110, 13738, 17764, 12283, 18102, 12066, 14755, 9461, 12942, 11481, 12143, 17453, 11520, 16193, 11064, 14287, 9952, 13189, 10224, 14609, 9657, 13784, 8849, 13073, 9668, 11887, 17247, 12511, 19712, 13114, 17193, 11952, 15360, 9524, 14877, 9247, 14484, 9487, 12157, 9736, 11892, 9343, 13511, 8860, 15064, 9576, 15258, 10437, 15155, 10079, 14800, 10562, 12973, 16415, 12027, 19010, 12278, 16021, 10618, 16228, 9273, 13857, 8594, 12223, 8085, 11950, 8516, 12066, 8382, 13803, 9489, 14401, 10216, 14739, 11428, 15942, 12703, 17450, 12798, 17872, 12464, 18310, 12820, 18647, 13610, 19127, 13436, 17660, 12199, 17214, 11625, 16980, 11604, 18116, 12654, 16726, 10934, 14513, 10141, 13498, 9698, 15295, 10519, 15635, 10553, 14823, 10594, 13908, 10618, 14975, 10899, 15865, 10781, 15519, 10126, 15266, 9798, 13376, 14475, 12109, 19443, 13065, 18548, 12385, 15306, 11170, 13628, 10459, 13317, 10733, 15469, 11806, 16067, 11383, 14863, 11656, 15588, 11660, 16567, 12892, 13782, 11600, 11852, 12703, 14722, 12745, 19982, 14319, 17902, 13363, 13866, 11740, 11894, 11565, 11148, 12159, 13645, 13697, 11285, 12844, 11655, 12375, 12601, 12081, 15974, 12624, 17575, 12192, 17937, 11669, 16336, 11567, 15369, 10981, 11369, 11181, 8487, 11928, 8945, 14518, 8982, 14093, 10120, 12816, 12891, 12674, 12184, 12201, 9132, 13759, 9073, 17941, 10827, 15714, 10834, 20165, 12600, 17590, 10820, 15465, 10485, 14771, 11806, 15581, 10294, 13790, 10125, 14189, 10847, 15065, 10573, 14414, 11491, 14044, 10635, 12429, 10034, 11713, 9815, 12090, 9333, 11720, 9600, 10853, 10526, 11074, 9960, 10690, 12127, 10754, 17026, 11434, 15483, 10827, 13566, 9537, 12339, 8964, 11728, 8591, 11098, 11030, 10894, 16815, 12249, 15059, 10677, 13012, 9510, 11277, 14295, 10403, 15522, 11339, 14392, 9691, 12984, 8481, 12276, 8554, 11419, 11001, 12078, 14940, 11750, 15336, 11174, 13982, 10175, 15077, 9204, 14996, 9539, 13484, 13181, 12732, 17765, 12732, 16503, 11157, 14209, 9853, 12856, 17573, 12199, 17385, 12389, 16895, 10836, 15600, 10299, 14378, 15441, 12750, 20217, 13490, 19458, 12623, 17030, 11708, 16455, 10348, 16765, 11966, 14087, 16008, 11677, 18704, 12264, 16847, 12353, 16442, 11545, 14658, 10181, 12957, 9244, 14356, 10472, 12662, 15995, 11883, 18294, 11679, 16609, 11449, 14534, 8911, 12123, 8854, 11428, 11926, 11071, 13750, 11320, 14419, 10964, 15148, 11247, 14639, 10997, 15214, 9918, 14802, 9316, 13873, 9674, 13785, 13324, 13744, 16572, 12638, 18880, 12102, 17037, 11377, 15361, 10864, 16823, 10242, 14910, 9145, 13445, 9183, 13096, 11174, 13146, 15868, 12460, 18619, 12217, 14997, 11056, 16373, 10072, 15384, 9616, 13621, 11343, 12486, 13807, 11885, 15992, 11677, 17289, 11833, 14728, 10859, 15648, 10416, 14705, 9517, 13326, 10209, 12732, 12398, 11882, 17341, 12042, 17342, 11854, 14023, 9984, 13560, 10963, 13723, 12651, 11667, 16252, 11672, 16482, 11330, 16011, 11850, 16494, 11107, 13904, 9425, 12843, 9280, 12857, 12687, 13043, 15241, 11728, 19317, 12062, 15494, 10247, 15107, 9915, 14988, 10292, 12785, 12173, 11140, 16514, 11469, 18033, 12286, 16855, 11243, 15312, 11373, 14947, 11007, 15167, 9988, 15021, 9075, 12981, 9311, 12446, 15288, 11241, 19003, 12237, 17338, 11551, 15122, 10481, 13027, 9971, 13054, 15681, 11769, 18075, 11546, 14150, 10371, 12808, 9196, 13624, 9136, 13773, 9396, 12439, 11541, 11717, 18596, 12495, 17958, 12299, 15538, 10889, 14026, 9696, 13180, 13697, 12243, 17382, 11346, 16447, 11073, 13519, 10016, 13441, 9651, 13545, 9399, 13322, 9195, 13462, 9881, 15924, 9634, 15666, 9569, 12766, 13503, 11798, 19394, 12656, 18470, 12349, 15659, 11263, 13858, 10579, 13676, 10074, 15121, 9568, 13195, 9162, 13119, 9559, 11943, 12104, 11791, 15020, 11956, 16560, 11717, 14935, 11881, 16419, 11404, 17391, 10816, 15883, 9998, 14495, 9951, 13941, 10823, 14674, 11319, 13965, 11883, 13059, 16226, 11974, 19150, 12897, 17861, 11882, 14876, 11045, 13587, 10070, 13411, 9347, 14146, 9115, 12477, 9272, 12249, 14109, 11863, 16753, 12144, 16828, 11635, 14494, 10706, 13513, 10187, 14349, 9567, 14311, 9808, 13233, 10497, 12327, 18470, 12421, 18498, 12812, 17734, 11686, 15354, 10915, 13989, 10352, 15910, 10777, 16284, 10957, 14389, 9824, 13124, 9787, 14541, 11070, 14102, 13279, 12125, 17645, 12296, 18380, 12290, 17931, 12265, 15487, 10994, 13277, 10297, 14366, 10291, 15707, 11046, 15444, 10883, 15747, 10904, 16920, 11331, 17464, 9783, 14565, 9779, 13418, 12620, 12352, 14663, 11880, 14337, 11208, 16633, 11751, 16683, 11533, 12501, 9018, 11787, 12072, 11623, 14653, 13162, 14979, 11573, 16359, 11219, 16956, 11499, 16599, 11212, 16282, 11629, 16292, 9995, 13977, 9524, 12557, 10022, 11965, 10311, 11631, 9108, 11118, 9497, 11388, 12708, 11744, 14505, 11698, 15806, 11549, 15299, 11049, 15708, 10132, 17324, 10303, 15564, 10386, 14158, 15745, 11227, 19091, 12455, 16914, 11775, 14619, 10651, 13933, 9896, 13882, 10608, 15140, 11194, 13760, 11521, 13189, 14627, 11541, 18332, 12687, 17419, 11698, 15537, 11288, 14463, 10064, 13917, 9945, 13674, 10847, 10545, 14892, 10282, 15229, 10780, 14630, 10597, 13582, 9330, 11956, 9579, 12671, 10751, 10987, 17329, 11327, 17993, 11627, 14505, 10419, 13227, 9714, 13495, 10125, 12195, 11500, 10870, 15702, 10913, 17230, 11786, 15733, 10728, 13541, 10356, 13516, 9753, 15201, 9636, 14927, 9246, 13191, 10860, 11977, 18932, 12339, 18144, 11989, 15086, 9871, 13178, 10848, 11293, 18804, 12498, 15558, 10608, 12718, 9908, 11059, 12816, 10683, 18455, 11284, 14145, 10195, 12650, 9666, 12598, 10695, 11459, 14760, 10707, 18045, 11378, 15453, 11049, 15732, 10347, 15383, 9343, 13158, 9596, 12397, 16450, 10976, 18932, 12139, 15742, 10622, 13387, 10403, 12842, 18066, 12177, 16794, 10607, 13931, 10153, 13523, 10066, 14379, 9456, 13071, 9230, 11755, 13833, 10536, 19196, 12241, 16062, 11127, 13815, 10159, 12833, 9208, 9513, 13561, 13331, 18731, 12774, 16169, 10867, 13880, 10068, 12361, 10771, 12128, 12826, 10924, 16086, 11339, 14310, 11366, 15891, 11900, 15051, 10349, 14071, 9672, 14386, 9752, 15691, 9600, 13496, 12824, 11423, 18677, 12308, 16992, 12056, 16079, 10512, 13291, 9643, 12409, 9655, 11391, 11921, 11384, 11124, 11276, 12097, 11086, 17176, 12125, 15915, 11170, 15635, 10139, 15586, 10011, 13082, 12858, 10882, 19237, 12340, 17431, 11935, 14302, 9452, 12992, 8884, 12052, 11090, 11160, 12611, 10432, 15656, 10511, 15093, 10619, 14921, 10227, 14276, 9240, 12077, 12563, 10810, 18969, 11724, 16710, 11845, 15011, 10259, 13490, 8805, 12076, 8946, 11760, 8843, 11775, 8562, 11751, 11066, 11490, 17049, 12800, 16160, 12011, 16295, 11349, 16611, 10509, 15395, 9996, 14676, 10147, 15211, 10409, 17534, 11601, 15973, 10779, 14718, 10668, 12080, 12297, 11167, 16465, 10573, 16516, 11099, 16056, 10944, 17143, 12228, 18223, 11765, 16439, 10866, 14843, 10201, 13692, 10025, 15801, 10305, 12337, 9359, 8164, 9980, 9077, 11627, 9493, 9201, 10506, 20614, 11536, 15915, 10713, 14627, 9677, 15400, 9680, 15936, 10208, 17177, 11380, 17769, 12442, 18189, 11926, 14002], 'WindowCenter': [4602.0, 4528.0, 4575.0, 4520.0, 4560.0, 4506.0, 4526.0, 4523.0, 4513.0, 4553.0, 4501.0, 4531.0, 4510.0, 4531.0, 4500.0, 4520.0, 4491.0, 4510.0, 4469.0, 4502.0, 4471.0, 4514.0, 4502.0, 4514.0, 4545.0, 4513.0, 4533.0, 4500.0, 4534.0, 4481.0, 4523.0, 4479.0, 4501.0, 4520.0, 4501.0, 4541.0, 4511.0, 4542.0, 4512.0, 4542.0, 4503.0, 4533.0, 4505.0, 4533.0, 4493.0, 4544.0, 4494.0, 4545.0, 4483.0, 4534.0, 4483.0, 4523.0, 4502.0, 4523.0, 4522.0, 4503.0, 4542.0, 4502.0, 4542.0, 4501.0, 4521.0, 4481.0, 4520.0, 4458.0, 4499.0, 4478.0, 4490.0, 4540.0, 4490.0, 4530.0, 4501.0, 4531.0, 4492.0, 4522.0, 4472.0, 4513.0, 4472.0, 4514.0, 4483.0, 4525.0, 4476.0, 4526.0, 4475.0, 4525.0, 4517.0, 4517.0, 4557.0, 4527.0, 4558.0, 4526.0, 4546.0, 4504.0, 4533.0, 4483.0, 4524.0, 4502.0, 4534.0, 4502.0, 4504.0, 4554.0, 4504.0, 4546.0, 4514.0, 4534.0, 4493.0, 4525.0, 4474.0, 4516.0, 4523.0, 4504.0, 4553.0, 4514.0, 4544.0, 4514.0, 4544.0, 4505.0, 4534.0, 4506.0, 4546.0, 4517.0, 4559.0, 4518.0, 4549.0, 4518.0, 4546.0, 4506.0, 4558.0, 4515.0, 4546.0, 4495.0, 4535.0, 4475.0, 4536.0, 4483.0, 4545.0, 4474.0, 4524.0, 4472.0, 4513.0, 4482.0, 4513.0, 4492.0, 4515.0, 4483.0, 4515.0, 4494.0, 4515.0, 4544.0, 4540.0, 4582.0, 4530.0, 4557.0, 4515.0, 4545.0, 4483.0, 4525.0, 4522.0, 4514.0, 4554.0, 4524.0, 4544.0, 4524.0, 4532.0, 4494.0, 4533.0, 4504.0, 4544.0, 4505.0, 4555.0, 4507.0, 4536.0, 4485.0, 4535.0, 4484.0, 4546.0, 4494.0, 4536.0, 4514.0, 4515.0, 4554.0, 4514.0, 4553.0, 4512.0, 4543.0, 4502.0, 4531.0, 4480.0, 4512.0, 4460.0, 4510.0, 4469.0, 4511.0, 4471.0, 4502.0, 4492.0, 4502.0, 4530.0, 4512.0, 4542.0, 4523.0, 4543.0, 4513.0, 4543.0, 4502.0, 4532.0, 4491.0, 4524.0, 4480.0, 4522.0, 4540.0, 4501.0, 4541.0, 4499.0, 4520.0, 4470.0, 4499.0, 4487.0, 4499.0, 4529.0, 4489.0, 4529.0, 4491.0, 4520.0, 4482.0, 4511.0, 4492.0, 4535.0, 4485.0, 4525.0, 4474.0, 4524.0, 4484.0, 4516.0, 4544.0, 4516.0, 4555.0, 4524.0, 4544.0, 4504.0, 4533.0, 4483.0, 4532.0, 4472.0, 4523.0, 4482.0, 4512.0, 4482.0, 4513.0, 4482.0, 4524.0, 4484.0, 4546.0, 4497.0, 4546.0, 4507.0, 4548.0, 4498.0, 4537.0, 4506.0, 4529.0, 4545.0, 4515.0, 4555.0, 4514.0, 4533.0, 4492.0, 4534.0, 4472.0, 4524.0, 4461.0, 4513.0, 4462.0, 4514.0, 4474.0, 4515.0, 4475.0, 4536.0, 4498.0, 4548.0, 4520.0, 4560.0, 4531.0, 4560.0, 4541.0, 4571.0, 4542.0, 4571.0, 4541.0, 4570.0, 4528.0, 4558.0, 4536.0, 4557.0, 4526.0, 4546.0, 4516.0, 4545.0, 4529.0, 4559.0, 4515.0, 4553.0, 4513.0, 4542.0, 4491.0, 4521.0, 4491.0, 4523.0, 4483.0, 4532.0, 4493.0, 4544.0, 4505.0, 4534.0, 4505.0, 4535.0, 4505.0, 4545.0, 4506.0, 4548.0, 4507.0, 4547.0, 4506.0, 4547.0, 4495.0, 4526.0, 4535.0, 4515.0, 4554.0, 4525.0, 4555.0, 4524.0, 4533.0, 4514.0, 4533.0, 4504.0, 4534.0, 4505.0, 4545.0, 4527.0, 4558.0, 4528.0, 4548.0, 4517.0, 4547.0, 4518.0, 4558.0, 4538.0, 4537.0, 4517.0, 4527.0, 4527.0, 4535.0, 4527.0, 4556.0, 4535.0, 4545.0, 4524.0, 4523.0, 4514.0, 4503.0, 4501.0, 4503.0, 4513.0, 4523.0, 4524.0, 4503.0, 4513.0, 4502.0, 4513.0, 4512.0, 4512.0, 4532.0, 4513.0, 4543.0, 4514.0, 4543.0, 4502.0, 4532.0, 4502.0, 4531.0, 4493.0, 4500.0, 4502.0, 4473.0, 4513.0, 4484.0, 4534.0, 4473.0, 4534.0, 4492.0, 4525.0, 4513.0, 4513.0, 4501.0, 4501.0, 4468.0, 4510.0, 4474.0, 4556.0, 4517.0, 4559.0, 4522.0, 4580.0, 4540.0, 4559.0, 4505.0, 4535.0, 4507.0, 4525.0, 4500.0, 4519.0, 4466.0, 4496.0, 4464.0, 4494.0, 4452.0, 4492.0, 4450.0, 4480.0, 4458.0, 4480.0, 4447.0, 4457.0, 4436.0, 4457.0, 4436.0, 4457.0, 4428.0, 4458.0, 4438.0, 4459.0, 4449.0, 4460.0, 4450.0, 4461.0, 4471.0, 4464.0, 4513.0, 4474.0, 4505.0, 4475.0, 4494.0, 4466.0, 4497.0, 4457.0, 4488.0, 4449.0, 4491.0, 4489.0, 4490.0, 4531.0, 4501.0, 4521.0, 4491.0, 4512.0, 4471.0, 4503.0, 4522.0, 4495.0, 4532.0, 4504.0, 4534.0, 4495.0, 4525.0, 4486.0, 4527.0, 4489.0, 4530.0, 4518.0, 4540.0, 4560.0, 4531.0, 4561.0, 4531.0, 4551.0, 4521.0, 4561.0, 4501.0, 4562.0, 4510.0, 4552.0, 4540.0, 4541.0, 4571.0, 4541.0, 4561.0, 4530.0, 4552.0, 4510.0, 4542.0, 4570.0, 4541.0, 4571.0, 4541.0, 4572.0, 4531.0, 4562.0, 4511.0, 4551.0, 4559.0, 4540.0, 4569.0, 4540.0, 4570.0, 4529.0, 4558.0, 4528.0, 4559.0, 4497.0, 4548.0, 4515.0, 4537.0, 4545.0, 4505.0, 4556.0, 4515.0, 4544.0, 4515.0, 4545.0, 4515.0, 4536.0, 4496.0, 4526.0, 4484.0, 4537.0, 4494.0, 4525.0, 4534.0, 4505.0, 4543.0, 4503.0, 4533.0, 4502.0, 4523.0, 4472.0, 4513.0, 4473.0, 4504.0, 4513.0, 4505.0, 4534.0, 4516.0, 4535.0, 4517.0, 4546.0, 4518.0, 4547.0, 4518.0, 4548.0, 4508.0, 4548.0, 4497.0, 4538.0, 4496.0, 4538.0, 4525.0, 4537.0, 4546.0, 4526.0, 4556.0, 4516.0, 4545.0, 4516.0, 4535.0, 4505.0, 4546.0, 4496.0, 4536.0, 4485.0, 4528.0, 4497.0, 4527.0, 4505.0, 4529.0, 4547.0, 4527.0, 4556.0, 4516.0, 4536.0, 4506.0, 4546.0, 4496.0, 4535.0, 4484.0, 4525.0, 4505.0, 4515.0, 4524.0, 4515.0, 4545.0, 4515.0, 4545.0, 4515.0, 4535.0, 4505.0, 4545.0, 4507.0, 4536.0, 4495.0, 4527.0, 4496.0, 4526.0, 4514.0, 4516.0, 4556.0, 4526.0, 4556.0, 4515.0, 4536.0, 4495.0, 4525.0, 4493.0, 4525.0, 4514.0, 4505.0, 4544.0, 4504.0, 4545.0, 4505.0, 4545.0, 4516.0, 4546.0, 4517.0, 4537.0, 4486.0, 4528.0, 4486.0, 4527.0, 4526.0, 4527.0, 4546.0, 4516.0, 4556.0, 4515.0, 4536.0, 4494.0, 4535.0, 4484.0, 4535.0, 4493.0, 4514.0, 4512.0, 4504.0, 4543.0, 4504.0, 4544.0, 4513.0, 4545.0, 4505.0, 4534.0, 4504.0, 4534.0, 4504.0, 4534.0, 4494.0, 4535.0, 4485.0, 4526.0, 4485.0, 4526.0, 4534.0, 4505.0, 4555.0, 4515.0, 4546.0, 4505.0, 4535.0, 4493.0, 4524.0, 4482.0, 4514.0, 4533.0, 4503.0, 4543.0, 4503.0, 4522.0, 4494.0, 4513.0, 4473.0, 4524.0, 4484.0, 4526.0, 4484.0, 4516.0, 4515.0, 4516.0, 4555.0, 4515.0, 4557.0, 4517.0, 4544.0, 4504.0, 4525.0, 4483.0, 4524.0, 4523.0, 4514.0, 4543.0, 4505.0, 4533.0, 4504.0, 4522.0, 4493.0, 4524.0, 4495.0, 4536.0, 4496.0, 4537.0, 4497.0, 4538.0, 4507.0, 4558.0, 4498.0, 4547.0, 4496.0, 4527.0, 4525.0, 4516.0, 4555.0, 4526.0, 4557.0, 4515.0, 4534.0, 4504.0, 4523.0, 4494.0, 4523.0, 4483.0, 4534.0, 4495.0, 4525.0, 4485.0, 4526.0, 4496.0, 4517.0, 4515.0, 4517.0, 4546.0, 4517.0, 4557.0, 4526.0, 4546.0, 4517.0, 4547.0, 4516.0, 4557.0, 4506.0, 4547.0, 4495.0, 4536.0, 4495.0, 4536.0, 4504.0, 4536.0, 4505.0, 4536.0, 4514.0, 4525.0, 4545.0, 4514.0, 4554.0, 4514.0, 4555.0, 4514.0, 4533.0, 4503.0, 4524.0, 4494.0, 4524.0, 4483.0, 4534.0, 4483.0, 4514.0, 4483.0, 4515.0, 4533.0, 4513.0, 4544.0, 4515.0, 4544.0, 4515.0, 4534.0, 4505.0, 4524.0, 4496.0, 4536.0, 4495.0, 4536.0, 4495.0, 4537.0, 4505.0, 4527.0, 4556.0, 4528.0, 4556.0, 4525.0, 4555.0, 4517.0, 4545.0, 4506.0, 4536.0, 4506.0, 4546.0, 4507.0, 4558.0, 4518.0, 4548.0, 4508.0, 4539.0, 4508.0, 4548.0, 4517.0, 4549.0, 4527.0, 4527.0, 4556.0, 4526.0, 4557.0, 4515.0, 4555.0, 4515.0, 4534.0, 4504.0, 4524.0, 4494.0, 4534.0, 4505.0, 4544.0, 4516.0, 4546.0, 4517.0, 4547.0, 4506.0, 4556.0, 4505.0, 4556.0, 4494.0, 4535.0, 4483.0, 4524.0, 4512.0, 4513.0, 4522.0, 4504.0, 4522.0, 4503.0, 4543.0, 4515.0, 4543.0, 4515.0, 4540.0, 4499.0, 4512.0, 4527.0, 4516.0, 4534.0, 4524.0, 4536.0, 4517.0, 4557.0, 4518.0, 4555.0, 4516.0, 4545.0, 4503.0, 4544.0, 4503.0, 4534.0, 4483.0, 4523.0, 4482.0, 4513.0, 4482.0, 4503.0, 4493.0, 4515.0, 4485.0, 4516.0, 4496.0, 4517.0, 4527.0, 4528.0, 4538.0, 4529.0, 4548.0, 4529.0, 4548.0, 4518.0, 4548.0, 4507.0, 4558.0, 4507.0, 4548.0, 4495.0, 4537.0, 4546.0, 4505.0, 4555.0, 4516.0, 4546.0, 4516.0, 4536.0, 4505.0, 4536.0, 4495.0, 4526.0, 4504.0, 4547.0, 4505.0, 4536.0, 4516.0, 4524.0, 4534.0, 4504.0, 4544.0, 4524.0, 4545.0, 4514.0, 4533.0, 4502.0, 4522.0, 4482.0, 4511.0, 4479.0, 4510.0, 4489.0, 4490.0, 4520.0, 4491.0, 4531.0, 4491.0, 4521.0, 4491.0, 4522.0, 4482.0, 4513.0, 4482.0, 4524.0, 4503.0, 4504.0, 4543.0, 4504.0, 4544.0, 4503.0, 4523.0, 4493.0, 4512.0, 4481.0, 4522.0, 4481.0, 4512.0, 4501.0, 4504.0, 4533.0, 4503.0, 4543.0, 4514.0, 4544.0, 4505.0, 4524.0, 4505.0, 4524.0, 4494.0, 4544.0, 4494.0, 4535.0, 4484.0, 4525.0, 4503.0, 4514.0, 4553.0, 4513.0, 4554.0, 4503.0, 4533.0, 4481.0, 4511.0, 4490.0, 4501.0, 4541.0, 4511.0, 4531.0, 4490.0, 4511.0, 4480.0, 4503.0, 4511.0, 4493.0, 4555.0, 4504.0, 4533.0, 4494.0, 4524.0, 4483.0, 4524.0, 4503.0, 4515.0, 4534.0, 4505.0, 4553.0, 4514.0, 4534.0, 4503.0, 4534.0, 4493.0, 4534.0, 4483.0, 4524.0, 4482.0, 4514.0, 4543.0, 4504.0, 4557.0, 4527.0, 4545.0, 4493.0, 4523.0, 4492.0, 4512.0, 4542.0, 4501.0, 4532.0, 4491.0, 4521.0, 4493.0, 4523.0, 4491.0, 4533.0, 4483.0, 4524.0, 4482.0, 4514.0, 4523.0, 4494.0, 4553.0, 4513.0, 4532.0, 4503.0, 4523.0, 4492.0, 4525.0, 4472.0, 4470.0, 4537.0, 4537.0, 4556.0, 4514.0, 4531.0, 4490.0, 4510.0, 4481.0, 4512.0, 4494.0, 4514.0, 4512.0, 4503.0, 4542.0, 4503.0, 4533.0, 4514.0, 4544.0, 4515.0, 4534.0, 4495.0, 4534.0, 4495.0, 4535.0, 4484.0, 4544.0, 4483.0, 4525.0, 4512.0, 4503.0, 4543.0, 4513.0, 4532.0, 4502.0, 4531.0, 4492.0, 4512.0, 4480.0, 4511.0, 4481.0, 4502.0, 4501.0, 4502.0, 4502.0, 4504.0, 4513.0, 4515.0, 4544.0, 4515.0, 4546.0, 4505.0, 4545.0, 4495.0, 4544.0, 4483.0, 4524.0, 4513.0, 4503.0, 4552.0, 4512.0, 4543.0, 4502.0, 4522.0, 4481.0, 4511.0, 4471.0, 4511.0, 4490.0, 4501.0, 4511.0, 4492.0, 4529.0, 4493.0, 4533.0, 4492.0, 4533.0, 4493.0, 4534.0, 4482.0, 4516.0, 4513.0, 4503.0, 4554.0, 4513.0, 4543.0, 4513.0, 4533.0, 4493.0, 4523.0, 4473.0, 4513.0, 4472.0, 4514.0, 4484.0, 4517.0, 4485.0, 4527.0, 4516.0, 4528.0, 4568.0, 4538.0, 4558.0, 4527.0, 4557.0, 4516.0, 4556.0, 4517.0, 4556.0, 4495.0, 4536.0, 4495.0, 4547.0, 4505.0, 4553.0, 4515.0, 4545.0, 4505.0, 4545.0, 4505.0, 4525.0, 4516.0, 4504.0, 4547.0, 4494.0, 4546.0, 4503.0, 4532.0, 4491.0, 4530.0, 4488.0, 4529.0, 4487.0, 4517.0, 4476.0, 4507.0, 4467.0, 4506.0, 4465.0, 4516.0, 4468.0, 4511.0, 4469.0, 4448.0, 4481.0, 4462.0, 4489.0, 4486.0, 4484.0, 4507.0, 4567.0, 4504.0, 4534.0, 4506.0, 4548.0, 4485.0, 4536.0, 4483.0, 4532.0, 4479.0, 4531.0, 4476.0, 4516.0, 4475.0, 4514.0, 4472.0, 4481.0], 'WindowWidth': [10079.0, 9963.0, 10025.0, 9936.0, 9991.0, 9908.0, 9936.0, 9925.0, 9911.0, 9972.0, 9893.0, 9937.0, 9902.0, 9936.0, 9889.0, 9918.0, 9877.0, 9904.0, 9848.0, 9897.0, 9853.0, 9915.0, 9895.0, 9914.0, 9960.0, 9911.0, 9939.0, 9890.0, 9941.0, 9862.0, 9923.0, 9858.0, 9893.0, 9916.0, 9891.0, 9950.0, 9905.0, 9951.0, 9909.0, 9952.0, 9897.0, 9938.0, 9901.0, 9941.0, 9883.0, 9956.0, 9885.0, 9958.0, 9871.0, 9943.0, 9870.0, 9927.0, 9892.0, 9927.0, 9921.0, 9898.0, 9954.0, 9894.0, 9953.0, 9889.0, 9918.0, 9861.0, 9917.0, 9828.0, 9886.0, 9854.0, 9873.0, 9947.0, 9876.0, 9931.0, 9891.0, 9931.0, 9879.0, 9920.0, 9852.0, 9912.0, 9854.0, 9914.0, 9870.0, 9930.0, 9863.0, 9933.0, 9861.0, 9933.0, 9921.0, 9923.0, 9980.0, 9935.0, 9981.0, 9932.0, 9962.0, 9900.0, 9941.0, 9869.0, 9928.0, 9893.0, 9940.0, 9894.0, 9898.0, 9971.0, 9900.0, 9962.0, 9913.0, 9944.0, 9883.0, 9931.0, 9858.0, 9917.0, 9926.0, 9900.0, 9969.0, 9913.0, 9958.0, 9913.0, 9955.0, 9902.0, 9943.0, 9906.0, 9962.0, 9922.0, 9984.0, 9925.0, 9969.0, 9925.0, 9962.0, 9906.0, 9980.0, 9916.0, 9963.0, 9889.0, 9947.0, 9861.0, 9948.0, 9870.0, 9958.0, 9858.0, 9929.0, 9853.0, 9912.0, 9867.0, 9913.0, 9881.0, 9916.0, 9872.0, 9918.0, 9889.0, 9920.0, 9959.0, 9960.0, 10024.0, 9944.0, 9979.0, 9916.0, 9961.0, 9871.0, 9933.0, 9922.0, 9915.0, 9973.0, 9928.0, 9957.0, 9927.0, 9937.0, 9887.0, 9939.0, 9899.0, 9956.0, 9903.0, 9974.0, 9907.0, 9948.0, 9879.0, 9947.0, 9873.0, 9962.0, 9887.0, 9949.0, 9914.0, 9917.0, 9975.0, 9913.0, 9971.0, 9909.0, 9954.0, 9894.0, 9935.0, 9861.0, 9907.0, 9834.0, 9904.0, 9845.0, 9905.0, 9850.0, 9895.0, 9881.0, 9896.0, 9932.0, 9908.0, 9953.0, 9924.0, 9953.0, 9910.0, 9954.0, 9895.0, 9937.0, 9879.0, 9927.0, 9862.0, 9924.0, 9949.0, 9891.0, 9949.0, 9886.0, 9916.0, 9846.0, 9887.0, 9865.0, 9886.0, 9929.0, 9871.0, 9927.0, 9875.0, 9917.0, 9867.0, 9906.0, 9880.0, 9943.0, 9876.0, 9931.0, 9859.0, 9930.0, 9874.0, 9920.0, 9956.0, 9917.0, 9978.0, 9926.0, 9956.0, 9898.0, 9939.0, 9868.0, 9938.0, 9853.0, 9927.0, 9865.0, 9909.0, 9868.0, 9912.0, 9868.0, 9929.0, 9874.0, 9961.0, 9895.0, 9964.0, 9909.0, 9970.0, 9896.0, 9954.0, 9905.0, 9942.0, 9959.0, 9916.0, 9975.0, 9913.0, 9941.0, 9880.0, 9941.0, 9852.0, 9927.0, 9837.0, 9911.0, 9842.0, 9915.0, 9860.0, 9919.0, 9862.0, 9950.0, 9899.0, 9969.0, 9932.0, 9988.0, 9951.0, 9989.0, 9963.0, 10007.0, 9967.0, 10006.0, 9961.0, 10004.0, 9941.0, 9983.0, 9948.0, 9984.0, 9933.0, 9965.0, 9918.0, 9960.0, 9945.0, 9985.0, 9918.0, 9970.0, 9911.0, 9951.0, 9879.0, 9921.0, 9878.0, 9924.0, 9868.0, 9937.0, 9884.0, 9956.0, 9903.0, 9944.0, 9905.0, 9945.0, 9905.0, 9960.0, 9907.0, 9966.0, 9910.0, 9966.0, 9906.0, 9966.0, 9889.0, 9935.0, 9945.0, 9918.0, 9976.0, 9930.0, 9976.0, 9928.0, 9941.0, 9916.0, 9940.0, 9902.0, 9941.0, 9905.0, 9962.0, 9937.0, 9983.0, 9941.0, 9968.0, 9925.0, 9966.0, 9925.0, 9982.0, 9954.0, 9952.0, 9924.0, 9937.0, 9938.0, 9947.0, 9936.0, 9984.0, 9944.0, 9962.0, 9929.0, 9926.0, 9913.0, 9897.0, 9895.0, 9897.0, 9913.0, 9925.0, 9928.0, 9899.0, 9913.0, 9895.0, 9912.0, 9910.0, 9910.0, 9936.0, 9911.0, 9956.0, 9913.0, 9955.0, 9895.0, 9937.0, 9896.0, 9933.0, 9883.0, 9891.0, 9896.0, 9859.0, 9914.0, 9872.0, 9945.0, 9857.0, 9944.0, 9881.0, 9932.0, 9912.0, 9911.0, 9889.0, 9892.0, 9840.0, 9899.0, 9856.0, 9974.0, 9924.0, 9984.0, 9937.0, 10021.0, 9960.0, 9990.0, 9901.0, 9947.0, 9908.0, 9932.0, 9888.0, 9912.0, 9834.0, 9878.0, 9827.0, 9869.0, 9806.0, 9864.0, 9800.0, 9845.0, 9808.0, 9840.0, 9790.0, 9807.0, 9776.0, 9805.0, 9775.0, 9808.0, 9767.0, 9811.0, 9784.0, 9814.0, 9799.0, 9816.0, 9802.0, 9820.0, 9834.0, 9825.0, 9896.0, 9841.0, 9886.0, 9844.0, 9872.0, 9835.0, 9878.0, 9823.0, 9869.0, 9814.0, 9875.0, 9869.0, 9874.0, 9933.0, 9890.0, 9919.0, 9877.0, 9907.0, 9848.0, 9896.0, 9920.0, 9886.0, 9936.0, 9898.0, 9940.0, 9889.0, 9930.0, 9880.0, 9938.0, 9887.0, 9946.0, 9927.0, 9960.0, 9987.0, 9948.0, 9990.0, 9949.0, 9978.0, 9936.0, 9992.0, 9909.0, 9994.0, 9918.0, 9980.0, 9959.0, 9964.0, 10006.0, 9963.0, 9992.0, 9947.0, 9981.0, 9918.0, 9967.0, 10004.0, 9962.0, 10007.0, 9964.0, 10008.0, 9950.0, 9995.0, 9919.0, 9979.0, 9985.0, 9960.0, 10002.0, 9960.0, 10004.0, 9942.0, 9984.0, 9941.0, 9987.0, 9895.0, 9969.0, 9917.0, 9951.0, 9958.0, 9902.0, 9978.0, 9916.0, 9957.0, 9917.0, 9959.0, 9915.0, 9948.0, 9891.0, 9934.0, 9874.0, 9949.0, 9885.0, 9932.0, 9941.0, 9901.0, 9957.0, 9897.0, 9939.0, 9894.0, 9926.0, 9854.0, 9912.0, 9856.0, 9902.0, 9911.0, 9903.0, 9943.0, 9920.0, 9947.0, 9923.0, 9965.0, 9926.0, 9967.0, 9925.0, 9968.0, 9911.0, 9969.0, 9897.0, 9955.0, 9894.0, 9954.0, 9932.0, 9952.0, 9962.0, 9935.0, 9978.0, 9919.0, 9960.0, 9920.0, 9945.0, 9902.0, 9962.0, 9892.0, 9949.0, 9878.0, 9940.0, 9896.0, 9940.0, 9905.0, 9942.0, 9964.0, 9937.0, 9980.0, 9920.0, 9948.0, 9906.0, 9963.0, 9891.0, 9948.0, 9871.0, 9933.0, 9902.0, 9918.0, 9927.0, 9919.0, 9959.0, 9918.0, 9962.0, 9918.0, 9946.0, 9903.0, 9961.0, 9906.0, 9950.0, 9888.0, 9936.0, 9891.0, 9935.0, 9915.0, 9921.0, 9976.0, 9934.0, 9978.0, 9918.0, 9949.0, 9891.0, 9933.0, 9883.0, 9932.0, 9913.0, 9903.0, 9956.0, 9901.0, 9959.0, 9904.0, 9958.0, 9918.0, 9962.0, 9921.0, 9950.0, 9880.0, 9940.0, 9879.0, 9938.0, 9931.0, 9937.0, 9961.0, 9921.0, 9980.0, 9917.0, 9948.0, 9887.0, 9947.0, 9871.0, 9945.0, 9883.0, 9915.0, 9909.0, 9901.0, 9955.0, 9902.0, 9959.0, 9913.0, 9960.0, 9903.0, 9943.0, 9901.0, 9943.0, 9900.0, 9943.0, 9886.0, 9947.0, 9877.0, 9934.0, 9875.0, 9935.0, 9944.0, 9905.0, 9977.0, 9918.0, 9964.0, 9904.0, 9945.0, 9884.0, 9929.0, 9866.0, 9914.0, 9937.0, 9896.0, 9957.0, 9896.0, 9922.0, 9885.0, 9912.0, 9856.0, 9929.0, 9874.0, 9934.0, 9874.0, 9921.0, 9915.0, 9920.0, 9974.0, 9917.0, 9979.0, 9921.0, 9958.0, 9900.0, 9933.0, 9871.0, 9929.0, 9922.0, 9913.0, 9955.0, 9901.0, 9942.0, 9900.0, 9925.0, 9884.0, 9930.0, 9891.0, 9949.0, 9894.0, 9950.0, 9897.0, 9955.0, 9909.0, 9983.0, 9898.0, 9968.0, 9894.0, 9940.0, 9933.0, 9920.0, 9977.0, 9934.0, 9980.0, 9917.0, 9942.0, 9900.0, 9926.0, 9887.0, 9926.0, 9872.0, 9943.0, 9890.0, 9933.0, 9878.0, 9936.0, 9893.0, 9925.0, 9917.0, 9925.0, 9962.0, 9925.0, 9981.0, 9935.0, 9964.0, 9923.0, 9966.0, 9922.0, 9979.0, 9908.0, 9966.0, 9891.0, 9951.0, 9891.0, 9949.0, 9901.0, 9951.0, 9904.0, 9950.0, 9915.0, 9932.0, 9960.0, 9916.0, 9975.0, 9915.0, 9976.0, 9913.0, 9941.0, 9898.0, 9929.0, 9887.0, 9929.0, 9872.0, 9944.0, 9871.0, 9916.0, 9873.0, 9920.0, 9939.0, 9913.0, 9959.0, 9916.0, 9959.0, 9916.0, 9944.0, 9904.0, 9930.0, 9891.0, 9948.0, 9890.0, 9949.0, 9890.0, 9952.0, 9904.0, 9938.0, 9981.0, 9938.0, 9977.0, 9932.0, 9976.0, 9922.0, 9960.0, 9906.0, 9948.0, 9908.0, 9961.0, 9909.0, 9982.0, 9928.0, 9970.0, 9913.0, 9960.0, 9912.0, 9971.0, 9922.0, 9973.0, 9937.0, 9938.0, 9980.0, 9935.0, 9979.0, 9917.0, 9975.0, 9917.0, 9944.0, 9902.0, 9930.0, 9890.0, 9943.0, 9904.0, 9958.0, 9922.0, 9964.0, 9923.0, 9966.0, 9907.0, 9976.0, 9902.0, 9977.0, 9887.0, 9946.0, 9870.0, 9930.0, 9907.0, 9911.0, 9923.0, 9900.0, 9925.0, 9897.0, 9957.0, 9916.0, 9956.0, 9919.0, 9962.0, 9905.0, 9911.0, 9939.0, 9921.0, 9945.0, 9929.0, 9949.0, 9923.0, 9981.0, 9924.0, 9976.0, 9920.0, 9960.0, 9898.0, 9958.0, 9896.0, 9943.0, 9868.0, 9926.0, 9865.0, 9910.0, 9865.0, 9897.0, 9882.0, 9917.0, 9874.0, 9921.0, 9893.0, 9925.0, 9935.0, 9940.0, 9952.0, 9944.0, 9969.0, 9943.0, 9968.0, 9925.0, 9968.0, 9907.0, 9982.0, 9909.0, 9969.0, 9890.0, 9950.0, 9959.0, 9904.0, 9976.0, 9919.0, 9963.0, 9920.0, 9947.0, 9904.0, 9947.0, 9891.0, 9935.0, 9900.0, 9964.0, 9902.0, 9949.0, 9917.0, 9930.0, 9942.0, 9901.0, 9959.0, 9927.0, 9964.0, 9914.0, 9941.0, 9894.0, 9925.0, 9866.0, 9907.0, 9857.0, 9904.0, 9870.0, 9875.0, 9916.0, 9877.0, 9932.0, 9877.0, 9920.0, 9879.0, 9923.0, 9869.0, 9912.0, 9868.0, 9929.0, 9898.0, 9900.0, 9954.0, 9900.0, 9960.0, 9898.0, 9928.0, 9882.0, 9910.0, 9863.0, 9924.0, 9865.0, 9908.0, 9892.0, 9899.0, 9940.0, 9898.0, 9956.0, 9915.0, 9957.0, 9904.0, 9931.0, 9905.0, 9931.0, 9888.0, 9958.0, 9889.0, 9948.0, 9873.0, 9933.0, 9898.0, 9917.0, 9970.0, 9911.0, 9973.0, 9898.0, 9940.0, 9863.0, 9908.0, 9875.0, 9893.0, 9952.0, 9906.0, 9934.0, 9875.0, 9906.0, 9863.0, 9898.0, 9907.0, 9885.0, 9973.0, 9900.0, 9941.0, 9888.0, 9929.0, 9871.0, 9930.0, 9899.0, 9919.0, 9940.0, 9904.0, 9969.0, 9915.0, 9944.0, 9899.0, 9944.0, 9884.0, 9945.0, 9871.0, 9930.0, 9869.0, 9917.0, 9953.0, 9903.0, 9983.0, 9937.0, 9961.0, 9883.0, 9928.0, 9882.0, 9909.0, 9952.0, 9891.0, 9938.0, 9878.0, 9919.0, 9885.0, 9927.0, 9880.0, 9940.0, 9872.0, 9930.0, 9868.0, 9913.0, 9924.0, 9886.0, 9970.0, 9910.0, 9938.0, 9896.0, 9925.0, 9882.0, 9933.0, 9853.0, 9843.0, 9951.0, 9949.0, 9978.0, 9913.0, 9932.0, 9874.0, 9904.0, 9863.0, 9908.0, 9883.0, 9913.0, 9910.0, 9897.0, 9953.0, 9898.0, 9939.0, 9913.0, 9957.0, 9917.0, 9944.0, 9889.0, 9943.0, 9890.0, 9946.0, 9874.0, 9958.0, 9871.0, 9931.0, 9909.0, 9898.0, 9957.0, 9912.0, 9939.0, 9893.0, 9936.0, 9879.0, 9909.0, 9861.0, 9907.0, 9863.0, 9894.0, 9891.0, 9896.0, 9896.0, 9901.0, 9912.0, 9917.0, 9960.0, 9918.0, 9963.0, 9904.0, 9961.0, 9889.0, 9959.0, 9870.0, 9927.0, 9912.0, 9896.0, 9969.0, 9908.0, 9955.0, 9893.0, 9922.0, 9863.0, 9908.0, 9851.0, 9906.0, 9875.0, 9892.0, 9904.0, 9882.0, 9933.0, 9884.0, 9943.0, 9883.0, 9942.0, 9884.0, 9944.0, 9870.0, 9921.0, 9912.0, 9899.0, 9973.0, 9912.0, 9955.0, 9911.0, 9942.0, 9883.0, 9924.0, 9857.0, 9913.0, 9855.0, 9916.0, 9873.0, 9924.0, 9878.0, 9940.0, 9921.0, 9941.0, 10000.0, 9953.0, 9982.0, 9938.0, 9978.0, 9922.0, 9977.0, 9926.0, 9980.0, 9892.0, 9950.0, 9890.0, 9966.0, 9905.0, 9972.0, 9916.0, 9961.0, 9905.0, 9960.0, 9907.0, 9933.0, 9921.0, 9900.0, 9967.0, 9888.0, 9965.0, 9895.0, 9940.0, 9876.0, 9933.0, 9866.0, 9932.0, 9863.0, 9909.0, 9848.0, 9894.0, 9837.0, 9891.0, 9832.0, 9905.0, 9839.0, 9905.0, 9843.0, 9810.0, 9860.0, 9834.0, 9871.0, 9874.0, 9873.0, 9908.0, 9995.0, 9901.0, 9942.0, 9905.0, 9970.0, 9875.0, 9949.0, 9868.0, 9939.0, 9858.0, 9933.0, 9848.0, 9908.0, 9843.0, 9900.0, 9835.0, 9847.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.0009876265560165977</td></tr>
<tr><td colspan=3>aqi</td><td>0.022658796514522822</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.328315655706014</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.277078383081393</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0041097578986709</td></tr>
<tr><td colspan=3>efc</td><td>0.501</td></tr>
<tr><td colspan=3>fber</td><td>4505.7197</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07186607673220241</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4937759336099585</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.68693248761778</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.611245210470335</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.973167110932354</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.47638514145065</td></tr>
<tr><td colspan=3>gcor</td><td>0.012404</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012304221279919147</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03771219402551651</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.879231730628033</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>21.2905</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.9</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.9007</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291976.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>949.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.2166</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5471</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.3513</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3630.3858</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3844.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84568.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1249.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4774.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.912</td></tr>
<tr><td colspan=3>tsnr</td><td>38.53028816310689</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>