<?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-0070_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-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070/ses-01/func/sub-0070_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>0f2d726e22333199e607bac9114377eb</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>11:48:25.225000</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.999956, 5.07059e-05, -0.00937931, 0.00139619, 0.98804, 0.154194]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102447</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7793, -7243, 445, -75, -226, 48, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.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>300.696</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>946b66e8-1d3e-4714-9008-ee6883b67ef4||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.6828088760375977, 0.0037458809092640877, -0.02504236064851284, 111.95276641845703], [-0.0001360403111902997, 2.6508381366729736, 0.4163399040699005, -88.05399322509766], [-0.025164002552628517, -0.4136902987957001, 2.6675896644592285, -40.021018981933594], [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': ['114825.225000', '114825.685000', '114826.145000', '114826.605000', '114827.065000', '114827.525000', '114827.985000', '114828.445000', '114828.905000', '114829.365000', '114829.825000', '114830.285000', '114830.745000', '114831.205000', '114831.665000', '114832.125000', '114832.585000', '114833.045000', '114833.505000', '114833.965000', '114834.425000', '114834.885000', '114835.345000', '114835.805000', '114836.265000', '114836.725000', '114837.185000', '114837.645000', '114838.105000', '114838.565000', '114839.025000', '114839.485000', '114839.945000', '114840.405000', '114840.865000', '114841.325000', '114841.785000', '114842.245000', '114842.705000', '114843.165000', '114843.625000', '114844.085000', '114844.545000', '114845.005000', '114845.465000', '114845.925000', '114846.385000', '114846.845000', '114847.305000', '114847.765000', '114848.225000', '114848.685000', '114849.145000', '114849.605000', '114850.065000', '114850.525000', '114850.985000', '114851.445000', '114851.905000', '114852.365000', '114852.825000', '114853.285000', '114853.745000', '114854.205000', '114854.665000', '114855.125000', '114855.585000', '114856.045000', '114856.505000', '114856.965000', '114857.425000', '114857.885000', '114858.345000', '114858.805000', '114859.265000', '114859.725000', '114900.185000', '114900.645000', '114901.105000', '114901.565000', '114902.025000', '114902.485000', '114902.945000', '114903.405000', '114903.865000', '114904.325000', '114904.785000', '114905.245000', '114905.705000', '114906.165000', '114906.625000', '114907.085000', '114907.545000', '114908.005000', '114908.465000', '114908.925000', '114909.385000', '114909.845000', '114910.305000', '114910.765000', '114911.225000', '114911.685000', '114912.145000', '114912.605000', '114913.065000', '114913.525000', '114913.985000', '114914.445000', '114914.905000', '114915.365000', '114915.825000', '114916.285000', '114916.745000', '114917.205000', '114917.665000', '114918.125000', '114918.585000', '114919.045000', '114919.505000', '114919.965000', '114920.425000', '114920.885000', '114921.345000', '114921.805000', '114922.265000', '114922.725000', '114923.185000', '114923.645000', '114924.105000', '114924.565000', '114925.025000', '114925.485000', '114925.945000', '114926.405000', '114926.865000', '114927.325000', '114927.785000', '114928.245000', '114928.705000', '114929.165000', '114929.625000', '114930.085000', '114930.545000', '114931.005000', '114931.465000', '114931.925000', '114932.385000', '114932.845000', '114933.305000', '114933.765000', '114934.225000', '114934.685000', '114935.145000', '114935.605000', '114936.065000', '114936.525000', '114936.985000', '114937.445000', '114937.905000', '114938.365000', '114938.825000', '114939.285000', '114939.745000', '114940.205000', '114940.665000', '114941.125000', '114941.585000', '114942.045000', '114942.505000', '114942.965000', '114943.425000', '114943.885000', '114944.345000', '114944.805000', '114945.265000', '114945.725000', '114946.185000', '114946.645000', '114947.105000', '114947.565000', '114948.025000', '114948.485000', '114948.945000', '114949.405000', '114949.865000', '114950.325000', '114950.785000', '114951.245000', '114951.705000', '114952.165000', '114952.625000', '114953.085000', '114953.545000', '114954.005000', '114954.465000', '114954.925000', '114955.385000', '114955.845000', '114956.305000', '114956.765000', '114957.225000', '114957.685000', '114958.145000', '114958.605000', '114959.065000', '114959.525000', '114959.985000', '115000.445000', '115000.905000', '115001.365000', '115001.825000', '115002.285000', '115002.745000', '115003.205000', '115003.665000', '115004.125000', '115004.585000', '115005.045000', '115005.505000', '115005.965000', '115006.425000', '115006.885000', '115007.345000', '115007.805000', '115008.265000', '115008.725000', '115009.185000', '115009.645000', '115010.105000', '115010.565000', '115011.025000', '115011.485000', '115011.945000', '115012.405000', '115012.865000', '115013.325000', '115013.785000', '115014.245000', '115014.705000', '115015.165000', '115015.625000', '115016.085000', '115016.545000', '115017.005000', '115017.465000', '115017.925000', '115018.385000', '115018.845000', '115019.305000', '115019.765000', '115020.225000', '115020.685000', '115021.145000', '115021.605000', '115022.065000', '115022.525000', '115022.985000', '115023.445000', '115023.905000', '115024.365000', '115024.825000', '115025.285000', '115025.745000', '115026.205000', '115026.665000', '115027.125000', '115027.585000', '115028.045000', '115028.505000', '115028.965000', '115029.425000', '115029.885000', '115030.345000', '115030.805000', '115031.265000', '115031.725000', '115032.185000', '115032.645000', '115033.105000', '115033.565000', '115034.025000', '115034.485000', '115034.945000', '115035.405000', '115035.865000', '115036.325000', '115036.785000', '115037.245000', '115037.705000', '115038.165000', '115038.625000', '115039.085000', '115039.545000', '115040.005000', '115040.465000', '115040.925000', '115041.385000', '115041.845000', '115042.305000', '115042.765000', '115043.225000', '115043.685000', '115044.145000', '115044.605000', '115045.065000', '115045.525000', '115045.985000', '115046.445000', '115046.905000', '115047.365000', '115047.825000', '115048.285000', '115048.745000', '115049.205000', '115049.665000', '115050.125000', '115050.585000', '115051.045000', '115051.505000', '115051.965000', '115052.425000', '115052.885000', '115053.345000', '115053.805000', '115054.265000', '115054.725000', '115055.185000', '115055.645000', '115056.105000', '115056.565000', '115057.025000', '115057.485000', '115057.945000', '115058.405000', '115058.865000', '115059.325000', '115059.785000', '115100.245000', '115100.705000', '115101.165000', '115101.625000', '115102.085000', '115102.545000', '115103.005000', '115103.465000', '115103.925000', '115104.385000', '115104.845000', '115105.305000', '115105.765000', '115106.225000', '115106.685000', '115107.145000', '115107.605000', '115108.065000', '115108.525000', '115108.985000', '115109.445000', '115109.905000', '115110.365000', '115110.825000', '115111.285000', '115111.745000', '115112.205000', '115112.665000', '115113.125000', '115113.585000', '115114.045000', '115114.505000', '115114.965000', '115115.425000', '115115.885000', '115116.345000', '115116.805000', '115117.265000', '115117.725000', '115118.185000', '115118.645000', '115119.105000', '115119.565000', '115120.025000', '115120.485000', '115120.945000', '115121.405000', '115121.865000', '115122.325000', '115122.785000', '115123.245000', '115123.705000', '115124.165000', '115124.625000', '115125.085000', '115125.545000', '115126.005000', '115126.465000', '115126.925000', '115127.385000', '115127.845000', '115128.305000', '115128.765000', '115129.225000', '115129.685000', '115130.145000', '115130.605000', '115131.065000', '115131.525000', '115131.985000', '115132.445000', '115132.905000', '115133.365000', '115133.825000', '115134.285000', '115134.745000', '115135.205000', '115135.665000', '115136.125000', '115136.585000', '115137.045000', '115137.505000', '115137.965000', '115138.425000', '115138.885000', '115139.345000', '115139.805000', '115140.265000', '115140.725000', '115141.185000', '115141.645000', '115142.105000', '115142.565000', '115143.025000', '115143.485000', '115143.945000', '115144.405000', '115144.865000', '115145.325000', '115145.785000', '115146.245000', '115146.705000', '115147.165000', '115147.625000', '115148.085000', '115148.545000', '115149.005000', '115149.465000', '115149.925000', '115150.385000', '115150.845000', '115151.305000', '115151.765000', '115152.225000', '115152.685000', '115153.145000', '115153.605000', '115154.065000', '115154.525000', '115154.985000', '115155.445000', '115155.905000', '115156.365000', '115156.825000', '115157.285000', '115157.745000', '115158.205000', '115158.665000', '115159.125000', '115159.585000', '115200.045000', '115200.505000', '115200.965000', '115201.425000', '115201.885000', '115202.345000', '115202.805000', '115203.265000', '115203.725000', '115204.185000', '115204.645000', '115205.105000', '115205.565000', '115206.025000', '115206.485000', '115206.945000', '115207.405000', '115207.865000', '115208.325000', '115208.785000', '115209.245000', '115209.705000', '115210.165000', '115210.625000', '115211.085000', '115211.545000', '115212.005000', '115212.465000', '115212.925000', '115213.385000', '115213.845000', '115214.305000', '115214.765000', '115215.225000', '115215.685000', '115216.145000', '115216.605000', '115217.065000', '115217.525000', '115217.985000', '115218.445000', '115218.905000', '115219.365000', '115219.825000', '115220.285000', '115220.745000', '115221.205000', '115221.665000', '115222.125000', '115222.585000', '115223.045000', '115223.505000', '115223.965000', '115224.425000', '115224.885000', '115225.345000', '115225.805000', '115226.265000', '115226.725000', '115227.185000', '115227.645000', '115228.105000', '115228.565000', '115229.025000', '115229.485000', '115229.945000', '115230.405000', '115230.865000', '115231.325000', '115231.785000', '115232.245000', '115232.705000', '115233.165000', '115233.625000', '115234.085000', '115234.545000', '115235.005000', '115235.465000', '115235.925000', '115236.385000', '115236.845000', '115237.305000', '115237.765000', '115238.225000', '115238.685000', '115239.145000', '115239.605000', '115240.065000', '115240.525000', '115240.985000', '115241.445000', '115241.905000', '115242.365000', '115242.825000', '115243.285000', '115243.745000', '115244.205000', '115244.665000', '115245.125000', '115245.585000', '115246.045000', '115246.505000', '115246.965000', '115247.425000', '115247.885000', '115248.345000', '115248.805000', '115249.265000', '115249.725000', '115250.185000', '115250.645000', '115251.105000', '115251.565000', '115252.025000', '115252.485000', '115252.945000', '115253.405000', '115253.865000', '115254.325000', '115254.785000', '115255.245000', '115255.705000', '115256.165000', '115256.625000', '115257.085000', '115257.545000', '115258.005000', '115258.465000', '115258.925000', '115259.385000', '115259.845000', '115300.305000', '115300.765000', '115301.225000', '115301.685000', '115302.145000', '115302.605000', '115303.065000', '115303.525000', '115303.985000', '115304.445000', '115304.905000', '115305.365000', '115305.825000', '115306.285000', '115306.745000', '115307.205000', '115307.665000', '115308.125000', '115308.585000', '115309.045000', '115309.505000', '115309.965000', '115310.425000', '115310.885000', '115311.345000', '115311.805000', '115312.265000', '115312.725000', '115313.185000', '115313.645000', '115314.105000', '115314.565000', '115315.025000', '115315.485000', '115315.945000', '115316.405000', '115316.865000', '115317.325000', '115317.785000', '115318.245000', '115318.705000', '115319.165000', '115319.625000', '115320.085000', '115320.545000', '115321.005000', '115321.465000', '115321.925000', '115322.385000', '115322.845000', '115323.305000', '115323.765000', '115324.225000', '115324.685000', '115325.145000', '115325.605000', '115326.065000', '115326.525000', '115326.985000', '115327.445000', '115327.905000', '115328.365000', '115328.825000', '115329.285000', '115329.745000', '115330.205000', '115330.665000', '115331.125000', '115331.585000', '115332.045000', '115332.505000', '115332.965000', '115333.425000', '115333.885000', '115334.345000', '115334.805000', '115335.265000', '115335.725000', '115336.185000', '115336.645000', '115337.105000', '115337.565000', '115338.025000', '115338.485000', '115338.945000', '115339.405000', '115339.865000', '115340.325000', '115340.785000', '115341.245000', '115341.705000', '115342.165000', '115342.625000', '115343.085000', '115343.545000', '115344.005000', '115344.465000', '115344.925000', '115345.385000', '115345.845000', '115346.305000', '115346.765000', '115347.225000', '115347.685000', '115348.145000', '115348.605000', '115349.065000', '115349.525000', '115349.985000', '115350.445000', '115350.905000', '115351.365000', '115351.825000', '115352.285000', '115352.745000', '115353.205000', '115353.665000', '115354.125000', '115354.585000', '115355.045000', '115355.505000', '115355.965000', '115356.425000', '115356.885000', '115357.345000', '115357.805000', '115358.265000', '115358.725000', '115359.185000', '115359.645000', '115400.105000', '115400.565000', '115401.025000', '115401.485000', '115401.945000', '115402.405000', '115402.865000', '115403.325000', '115403.785000', '115404.245000', '115404.705000', '115405.165000', '115405.625000', '115406.085000', '115406.545000', '115407.005000', '115407.465000', '115407.925000', '115408.385000', '115408.845000', '115409.305000', '115409.765000', '115410.225000', '115410.685000', '115411.145000', '115411.605000', '115412.065000', '115412.525000', '115412.985000', '115413.445000', '115413.905000', '115414.365000', '115414.825000', '115415.285000', '115415.745000', '115416.205000', '115416.665000', '115417.125000', '115417.585000', '115418.045000', '115418.505000', '115418.965000', '115419.425000', '115419.885000', '115420.345000', '115420.805000', '115421.265000', '115421.725000', '115422.185000', '115422.645000', '115423.105000', '115423.565000', '115424.025000', '115424.485000', '115424.945000', '115425.405000', '115425.865000', '115426.325000', '115426.785000', '115427.245000', '115427.705000', '115428.165000', '115428.625000', '115429.085000', '115429.545000', '115430.005000', '115430.465000', '115430.925000', '115431.385000', '115431.845000', '115432.305000', '115432.765000', '115433.225000', '115433.685000', '115434.145000', '115434.605000', '115435.065000', '115435.525000', '115435.985000', '115436.445000', '115436.905000', '115437.365000', '115437.825000', '115438.285000', '115438.745000', '115439.205000', '115439.665000', '115440.125000', '115440.585000', '115441.045000', '115441.505000', '115441.965000', '115442.425000', '115442.885000', '115443.345000', '115443.805000', '115444.265000', '115444.725000', '115445.185000', '115445.645000', '115446.105000', '115446.565000', '115447.025000', '115447.485000', '115447.945000', '115448.405000', '115448.865000', '115449.325000', '115449.785000', '115450.245000', '115450.705000', '115451.165000', '115451.625000', '115452.085000', '115452.545000', '115453.005000', '115453.465000', '115453.925000', '115454.385000', '115454.845000', '115455.305000', '115455.765000', '115456.225000', '115456.685000', '115457.145000', '115457.605000', '115458.065000', '115458.525000', '115458.985000', '115459.445000', '115459.905000', '115500.365000', '115500.825000', '115501.285000', '115501.745000', '115502.205000', '115502.665000', '115503.125000', '115503.585000', '115504.045000', '115504.505000', '115504.965000', '115505.425000', '115505.885000', '115506.345000', '115506.805000', '115507.265000', '115507.725000', '115508.185000', '115508.645000', '115509.105000', '115509.565000', '115510.025000', '115510.485000', '115510.945000', '115511.405000', '115511.865000', '115512.325000', '115512.785000', '115513.245000', '115513.705000', '115514.165000', '115514.625000', '115515.085000', '115515.545000', '115516.005000', '115516.465000', '115516.925000', '115517.385000', '115517.845000', '115518.305000', '115518.765000', '115519.225000', '115519.685000', '115520.145000', '115520.605000', '115521.065000', '115521.525000', '115521.985000', '115522.445000', '115522.905000', '115523.365000', '115523.825000', '115524.285000', '115524.745000', '115525.205000', '115525.665000', '115526.125000', '115526.585000', '115527.045000', '115527.505000', '115527.965000', '115528.425000', '115528.885000', '115529.345000', '115529.805000', '115530.265000', '115530.725000', '115531.185000', '115531.645000', '115532.105000', '115532.565000', '115533.025000', '115533.485000', '115533.945000', '115534.405000', '115534.865000', '115535.325000', '115535.785000', '115536.245000', '115536.705000', '115537.165000', '115537.625000', '115538.085000', '115538.545000', '115539.005000', '115539.465000', '115539.925000', '115540.385000', '115540.845000', '115541.305000', '115541.765000', '115542.225000', '115542.685000', '115543.145000', '115543.605000', '115544.065000', '115544.525000', '115544.985000', '115545.445000', '115545.905000', '115546.365000', '115546.825000', '115547.285000', '115547.745000', '115548.205000', '115548.665000', '115549.125000', '115549.585000', '115550.045000', '115550.505000', '115550.965000', '115551.425000', '115551.885000', '115552.345000', '115552.805000', '115553.265000', '115553.725000', '115554.185000', '115554.645000', '115555.105000', '115555.565000', '115556.025000', '115556.485000', '115556.945000', '115557.405000', '115557.865000', '115558.325000', '115558.785000', '115559.245000', '115559.705000', '115600.165000', '115600.625000', '115601.085000', '115601.545000', '115602.005000', '115602.465000', '115602.925000', '115603.385000', '115603.845000', '115604.305000', '115604.765000', '115605.225000', '115605.685000', '115606.145000', '115606.605000', '115607.065000', '115607.525000', '115607.985000', '115608.445000', '115608.905000', '115609.365000', '115609.825000', '115610.285000', '115610.745000', '115611.205000', '115611.665000', '115612.125000', '115612.585000', '115613.045000', '115613.505000', '115613.965000', '115614.425000', '115614.885000', '115615.345000', '115615.805000', '115616.265000', '115616.725000', '115617.185000', '115617.645000', '115618.105000', '115618.565000', '115619.025000', '115619.485000', '115619.945000', '115620.405000', '115620.865000', '115621.325000', '115621.785000', '115622.245000', '115622.705000', '115623.165000', '115623.625000', '115624.085000', '115624.545000', '115625.005000', '115625.465000', '115625.925000', '115626.385000', '115626.845000', '115627.305000', '115627.765000', '115628.225000', '115628.685000', '115629.145000', '115629.605000', '115630.065000', '115630.525000', '115630.985000', '115631.445000', '115631.905000', '115632.365000', '115632.825000', '115633.285000', '115633.745000', '115634.205000', '115634.665000', '115635.125000', '115635.585000', '115636.045000', '115636.505000', '115636.965000', '115637.425000', '115637.885000', '115638.345000', '115638.805000', '115639.265000', '115639.725000', '115640.185000', '115640.645000', '115641.105000', '115641.565000', '115642.025000', '115642.485000', '115642.945000', '115643.405000', '115643.865000', '115644.325000', '115644.785000', '115645.245000', '115645.705000', '115646.165000', '115646.625000', '115647.085000', '115647.545000', '115648.005000', '115648.465000', '115648.925000', '115649.385000', '115649.845000', '115650.305000', '115650.765000', '115651.225000', '115651.685000', '115652.145000', '115652.605000', '115653.065000', '115653.525000', '115653.985000', '115654.445000', '115654.905000', '115655.365000', '115655.825000', '115656.285000', '115656.745000', '115657.205000', '115657.665000', '115658.125000', '115658.585000', '115659.045000', '115659.505000', '115659.965000', '115700.425000', '115700.885000', '115701.345000', '115701.805000', '115702.265000', '115702.725000', '115703.185000', '115703.645000', '115704.105000', '115704.565000', '115705.025000', '115705.485000', '115705.945000', '115706.405000', '115706.865000', '115707.325000', '115707.785000', '115708.245000', '115708.705000', '115709.165000', '115709.625000', '115710.085000', '115710.545000', '115711.005000', '115711.465000', '115711.925000', '115712.385000', '115712.845000', '115713.305000', '115713.765000', '115714.225000', '115714.685000', '115715.145000', '115715.605000', '115716.065000', '115716.525000', '115716.985000', '115717.445000', '115717.905000', '115718.365000', '115718.825000', '115719.285000', '115719.745000', '115720.205000', '115720.665000', '115721.125000', '115721.585000', '115722.045000', '115722.505000', '115722.965000', '115723.425000', '115723.885000', '115724.345000', '115724.805000', '115725.265000', '115725.725000', '115726.185000', '115726.645000', '115727.105000', '115727.565000', '115728.025000', '115728.485000', '115728.945000', '115729.405000', '115729.865000', '115730.325000', '115730.785000', '115731.245000', '115731.705000', '115732.165000', '115732.625000', '115733.085000', '115733.545000', '115734.005000', '115734.465000', '115734.925000', '115735.385000', '115735.845000', '115736.305000', '115736.765000', '115737.225000', '115737.685000', '115738.145000', '115738.605000', '115739.065000', '115739.525000', '115739.985000', '115740.445000', '115740.905000'], 'ContentTime': ['114853.707000', '114853.710000', '114853.712000', '114853.715000', '114853.718000', '114853.720000', '114853.723000', '114853.725000', '114853.728000', '114853.731000', '114853.734000', '114853.737000', '114853.740000', '114853.743000', '114853.745000', '114853.760000', '114853.762000', '114853.765000', '114853.767000', '114853.770000', '114853.772000', '114853.775000', '114853.777000', '114853.780000', '114853.782000', '114853.785000', '114853.788000', '114853.790000', '114853.793000', '114853.795000', '114853.798000', '114853.801000', '114853.803000', '114853.806000', '114853.808000', '114853.811000', '114853.813000', '114853.816000', '114853.818000', '114853.821000', '114853.824000', '114853.826000', '114853.829000', '114853.831000', '114853.834000', '114853.836000', '114853.839000', '114853.842000', '114853.844000', '114853.847000', '114853.849000', '114853.852000', '114853.854000', '114853.857000', '114853.859000', '114853.862000', '114853.865000', '114853.867000', '114913.646000', '114913.649000', '114913.652000', '114913.655000', '114913.657000', '114913.660000', '114913.662000', '114913.665000', '114913.667000', '114913.670000', '114913.672000', '114913.675000', '114913.678000', '114913.680000', '114913.683000', '114913.685000', '114913.688000', '114913.690000', '114913.693000', '114913.696000', '114913.698000', '114913.701000', '114913.703000', '114913.706000', '114913.708000', '114913.711000', '114913.713000', '114913.716000', '114913.719000', '114913.721000', '114913.724000', '114913.726000', '114913.729000', '114913.731000', '114913.734000', '114913.736000', '114913.739000', '114913.741000', '114913.744000', '114913.747000', '114913.749000', '114913.752000', '114913.754000', '114913.757000', '114933.647000', '114933.649000', '114933.652000', '114933.654000', '114933.657000', '114933.659000', '114933.662000', '114933.665000', '114933.667000', '114933.670000', '114933.672000', '114933.675000', '114933.677000', '114933.680000', '114933.682000', '114933.685000', '114933.687000', '114933.690000', '114933.693000', '114933.695000', '114933.698000', '114933.700000', '114933.703000', '114933.714000', '114933.716000', '114933.719000', '114933.721000', '114933.724000', '114933.727000', '114933.729000', '114933.732000', '114933.734000', '114933.737000', '114933.739000', '114933.742000', '114933.744000', '114933.747000', '114933.749000', '114933.752000', '114933.755000', '114933.757000', '114933.760000', '114933.763000', '114953.646000', '114953.649000', '114953.652000', '114953.655000', '114953.657000', '114953.660000', '114953.662000', '114953.665000', '114953.667000', '114953.670000', '114953.673000', '114953.675000', '114953.678000', '114953.680000', '114953.683000', '114953.685000', '114953.688000', '114953.690000', '114953.693000', '114953.696000', '114953.698000', '114953.701000', '114953.703000', '114953.706000', '114953.709000', '114953.711000', '114953.714000', '114953.716000', '114953.719000', '114953.722000', '114953.724000', '114953.727000', '114953.729000', '114953.732000', '114953.734000', '114953.737000', '114953.740000', '114953.742000', '114953.745000', '114953.747000', '114953.750000', '114953.752000', '114953.755000', '114953.758000', '115013.647000', '115013.649000', '115013.652000', '115013.654000', '115013.657000', '115013.660000', '115013.662000', '115013.665000', '115013.675000', '115013.678000', '115013.680000', '115013.683000', '115013.685000', '115013.688000', '115013.691000', '115013.693000', '115013.696000', '115013.698000', '115013.701000', '115013.703000', '115013.706000', '115013.708000', '115013.711000', '115013.714000', '115013.716000', '115013.719000', '115013.721000', '115013.724000', '115013.732000', '115013.735000', '115013.737000', '115013.740000', '115013.742000', '115013.745000', '115013.747000', '115013.758000', '115013.761000', '115013.763000', '115013.766000', '115013.768000', '115013.771000', '115013.774000', '115013.776000', '115033.646000', '115033.649000', '115033.652000', '115033.654000', '115033.657000', '115033.666000', '115033.669000', '115033.671000', '115033.674000', '115033.677000', '115033.679000', '115033.682000', '115033.684000', '115033.687000', '115033.689000', '115033.692000', '115033.695000', '115033.697000', '115033.700000', '115033.702000', '115033.705000', '115033.707000', '115033.710000', '115033.713000', '115033.715000', '115033.718000', '115033.721000', '115033.723000', '115033.726000', '115033.728000', '115033.731000', '115033.734000', '115033.736000', '115033.739000', '115033.741000', '115033.744000', '115033.746000', '115033.749000', '115033.752000', '115033.754000', '115033.757000', '115033.760000', '115033.762000', '115033.765000', '115053.646000', '115053.649000', '115053.652000', '115053.654000', '115053.657000', '115053.660000', '115053.662000', '115053.665000', '115053.667000', '115053.670000', '115053.672000', '115053.675000', '115053.678000', '115053.680000', '115053.683000', '115053.685000', '115053.688000', '115053.691000', '115053.693000', '115053.696000', '115053.698000', '115053.701000', '115053.704000', '115053.706000', '115053.709000', '115053.711000', '115053.714000', '115053.716000', '115053.719000', '115053.722000', '115053.724000', '115053.727000', '115053.729000', '115053.732000', '115053.734000', '115053.737000', '115053.740000', '115053.742000', '115053.745000', '115053.747000', '115053.750000', '115053.752000', '115053.755000', '115113.645000', '115113.648000', '115113.651000', '115113.653000', '115113.656000', '115113.659000', '115113.661000', '115113.664000', '115113.667000', '115113.669000', '115113.672000', '115113.674000', '115113.677000', '115113.679000', '115113.682000', '115113.685000', '115113.687000', '115113.690000', '115113.692000', '115113.695000', '115113.697000', '115113.700000', '115113.703000', '115113.705000', '115113.708000', '115113.710000', '115113.713000', '115113.716000', '115113.718000', '115113.721000', '115113.723000', '115113.726000', '115113.728000', '115113.731000', '115113.733000', '115113.736000', '115113.739000', '115113.741000', '115113.744000', '115113.746000', '115113.749000', '115113.751000', '115113.754000', '115113.757000', '115133.646000', '115133.649000', '115133.652000', '115133.654000', '115133.657000', '115133.660000', '115133.662000', '115133.665000', '115133.667000', '115133.670000', '115133.672000', '115133.675000', '115133.678000', '115133.680000', '115133.683000', '115133.685000', '115133.688000', '115133.690000', '115133.693000', '115133.696000', '115133.698000', '115133.701000', '115133.703000', '115133.706000', '115133.708000', '115133.711000', '115133.713000', '115133.716000', '115133.719000', '115133.721000', '115133.724000', '115133.726000', '115133.729000', '115133.732000', '115133.734000', '115133.737000', '115133.739000', '115133.742000', '115133.745000', '115133.747000', '115133.750000', '115133.752000', '115133.755000', '115153.647000', '115153.649000', '115153.652000', '115153.655000', '115153.667000', '115153.670000', '115153.673000', '115153.675000', '115153.678000', '115153.680000', '115153.683000', '115153.686000', '115153.688000', '115153.691000', '115153.693000', '115153.696000', '115153.698000', '115153.701000', '115153.704000', '115153.706000', '115153.709000', '115153.711000', '115153.714000', '115153.717000', '115153.719000', '115153.722000', '115153.724000', '115153.727000', '115153.729000', '115153.732000', '115153.735000', '115153.737000', '115153.740000', '115153.742000', '115153.745000', '115153.748000', '115153.750000', '115153.753000', '115153.755000', '115153.758000', '115153.760000', '115153.763000', '115153.766000', '115153.768000', '115213.646000', '115213.649000', '115213.652000', '115213.654000', '115213.657000', '115213.660000', '115213.662000', '115213.665000', '115213.667000', '115213.670000', '115213.673000', '115213.675000', '115213.678000', '115213.680000', '115213.683000', '115213.685000', '115213.688000', '115213.691000', '115213.693000', '115213.696000', '115213.698000', '115213.701000', '115213.704000', '115213.706000', '115213.709000', '115213.711000', '115213.714000', '115213.716000', '115213.719000', '115213.722000', '115213.724000', '115213.727000', '115213.729000', '115213.732000', '115213.735000', '115213.737000', '115213.740000', '115213.742000', '115213.745000', '115213.747000', '115213.750000', '115213.753000', '115213.755000', '115233.647000', '115233.650000', '115233.652000', '115233.655000', '115233.658000', '115233.660000', '115233.663000', '115233.665000', '115233.668000', '115233.671000', '115233.673000', '115233.676000', '115233.678000', '115233.681000', '115233.683000', '115233.686000', '115233.689000', '115233.691000', '115233.694000', '115233.697000', '115233.699000', '115233.702000', '115233.704000', '115233.707000', '115233.709000', '115233.719000', '115233.721000', '115233.724000', '115233.726000', '115233.729000', '115233.731000', '115233.734000', '115233.737000', '115233.739000', '115233.742000', '115233.744000', '115233.747000', '115233.750000', '115233.752000', '115233.755000', '115233.757000', '115233.760000', '115233.762000', '115253.647000', '115253.649000', '115253.652000', '115253.654000', '115253.657000', '115253.660000', '115253.662000', '115253.665000', '115253.667000', '115253.670000', '115253.672000', '115253.675000', '115253.678000', '115253.680000', '115253.683000', '115253.685000', '115253.688000', '115253.691000', '115253.693000', '115253.696000', '115253.698000', '115253.701000', '115253.703000', '115253.706000', '115253.708000', '115253.711000', '115253.714000', '115253.716000', '115253.719000', '115253.721000', '115253.724000', '115253.727000', '115253.729000', '115253.732000', '115253.734000', '115253.737000', '115253.740000', '115253.742000', '115253.745000', '115253.747000', '115253.750000', '115253.752000', '115253.755000', '115253.757000', '115313.646000', '115313.648000', '115313.651000', '115313.654000', '115313.656000', '115313.659000', '115313.661000', '115313.664000', '115313.667000', '115313.669000', '115313.672000', '115313.674000', '115313.677000', '115313.680000', '115313.684000', '115313.686000', '115313.689000', '115313.692000', '115313.694000', '115313.697000', '115313.699000', '115313.702000', '115313.705000', '115313.707000', '115313.710000', '115313.712000', '115313.715000', '115313.718000', '115313.721000', '115313.746000', '115313.749000', '115313.752000', '115313.754000', '115313.757000', '115313.760000', '115313.762000', '115313.765000', '115313.767000', '115313.770000', '115313.772000', '115313.775000', '115313.778000', '115313.780000', '115333.645000', '115333.649000', '115333.652000', '115333.654000', '115333.657000', '115333.660000', '115333.662000', '115333.665000', '115333.667000', '115333.670000', '115333.672000', '115333.675000', '115333.678000', '115333.680000', '115333.683000', '115333.685000', '115333.688000', '115333.691000', '115333.693000', '115333.696000', '115333.698000', '115333.701000', '115333.704000', '115333.706000', '115333.709000', '115333.711000', '115333.714000', '115333.716000', '115333.719000', '115333.722000', '115333.724000', '115333.727000', '115333.729000', '115333.732000', '115333.735000', '115333.737000', '115333.740000', '115333.742000', '115333.745000', '115333.747000', '115333.750000', '115333.753000', '115333.755000', '115333.758000', '115353.647000', '115353.649000', '115353.652000', '115353.655000', '115353.657000', '115353.661000', '115353.664000', '115353.666000', '115353.669000', '115353.671000', '115353.674000', '115353.677000', '115353.679000', '115353.682000', '115353.685000', '115353.687000', '115353.690000', '115353.692000', '115353.695000', '115353.698000', '115353.700000', '115353.703000', '115353.705000', '115353.708000', '115353.710000', '115353.713000', '115353.716000', '115353.718000', '115353.721000', '115353.724000', '115353.726000', '115353.729000', '115353.731000', '115353.734000', '115353.736000', '115353.739000', '115353.742000', '115353.744000', '115353.747000', '115353.749000', '115353.754000', '115353.756000', '115353.759000', '115413.646000', '115413.649000', '115413.652000', '115413.654000', '115413.657000', '115413.660000', '115413.662000', '115413.665000', '115413.667000', '115413.670000', '115413.672000', '115413.675000', '115413.678000', '115413.680000', '115413.683000', '115413.685000', '115413.688000', '115413.690000', '115413.693000', '115413.695000', '115413.698000', '115413.701000', '115413.703000', '115413.706000', '115413.708000', '115413.711000', '115413.713000', '115413.716000', '115413.719000', '115413.721000', '115413.724000', '115413.726000', '115413.729000', '115413.731000', '115413.734000', '115413.736000', '115413.739000', '115413.741000', '115413.744000', '115413.747000', '115413.749000', '115413.752000', '115413.754000', '115413.757000', '115433.646000', '115433.649000', '115433.652000', '115433.654000', '115433.657000', '115433.660000', '115433.662000', '115433.665000', '115433.667000', '115433.670000', '115433.672000', '115433.675000', '115433.678000', '115433.680000', '115433.683000', '115433.685000', '115433.688000', '115433.691000', '115433.694000', '115433.697000', '115433.700000', '115433.702000', '115433.705000', '115433.707000', '115433.710000', '115433.713000', '115433.715000', '115433.718000', '115433.721000', '115433.724000', '115433.726000', '115433.729000', '115433.731000', '115433.734000', '115433.736000', '115433.739000', '115433.742000', '115433.744000', '115433.747000', '115433.749000', '115433.766000', '115433.769000', '115433.771000', '115453.647000', '115453.649000', '115453.652000', '115453.654000', '115453.657000', '115453.660000', '115453.662000', '115453.665000', '115453.667000', '115453.670000', '115453.672000', '115453.675000', '115453.677000', '115453.680000', '115453.683000', '115453.685000', '115453.688000', '115453.690000', '115453.693000', '115453.696000', '115453.698000', '115453.701000', '115453.703000', '115453.706000', '115453.709000', '115453.711000', '115453.714000', '115453.716000', '115453.719000', '115453.722000', '115453.724000', '115453.727000', '115453.729000', '115453.732000', '115453.735000', '115453.737000', '115453.740000', '115453.742000', '115453.745000', '115453.748000', '115453.750000', '115453.753000', '115453.755000', '115453.758000', '115513.646000', '115513.649000', '115513.652000', '115513.655000', '115513.657000', '115513.660000', '115513.662000', '115513.665000', '115513.668000', '115513.670000', '115513.673000', '115513.676000', '115513.678000', '115513.681000', '115513.684000', '115513.686000', '115513.689000', '115513.691000', '115513.694000', '115513.697000', '115513.699000', '115513.702000', '115513.704000', '115513.707000', '115513.710000', '115513.712000', '115513.715000', '115513.717000', '115513.720000', '115513.723000', '115513.732000', '115513.734000', '115513.737000', '115513.739000', '115513.742000', '115513.745000', '115513.747000', '115513.750000', '115513.752000', '115513.755000', '115513.757000', '115513.760000', '115513.763000', '115533.646000', '115533.648000', '115533.651000', '115533.654000', '115533.656000', '115533.659000', '115533.661000', '115533.664000', '115533.666000', '115533.669000', '115533.672000', '115533.674000', '115533.677000', '115533.679000', '115533.682000', '115533.685000', '115533.687000', '115533.690000', '115533.692000', '115533.695000', '115533.697000', '115533.700000', '115533.703000', '115533.705000', '115533.708000', '115533.710000', '115533.713000', '115533.715000', '115533.718000', '115533.721000', '115533.723000', '115533.726000', '115533.728000', '115533.731000', '115533.734000', '115533.736000', '115533.739000', '115533.741000', '115533.744000', '115533.747000', '115533.749000', '115533.752000', '115533.755000', '115533.757000', '115553.645000', '115553.648000', '115553.651000', '115553.654000', '115553.656000', '115553.659000', '115553.661000', '115553.664000', '115553.667000', '115553.669000', '115553.672000', '115553.674000', '115553.677000', '115553.679000', '115553.682000', '115553.685000', '115553.687000', '115553.690000', '115553.693000', '115553.695000', '115553.698000', '115553.701000', '115553.703000', '115553.706000', '115553.709000', '115553.711000', '115553.714000', '115553.716000', '115553.719000', '115553.722000', '115553.724000', '115553.727000', '115553.729000', '115553.732000', '115553.734000', '115553.737000', '115553.752000', '115553.755000', '115553.757000', '115553.761000', '115553.764000', '115553.766000', '115553.769000', '115613.647000', '115613.649000', '115613.652000', '115613.654000', '115613.657000', '115613.660000', '115613.662000', '115613.665000', '115613.667000', '115613.670000', '115613.672000', '115613.675000', '115613.677000', '115613.680000', '115613.683000', '115613.685000', '115613.688000', '115613.690000', '115613.693000', '115613.696000', '115613.698000', '115613.701000', '115613.703000', '115613.706000', '115613.709000', '115613.711000', '115613.714000', '115613.716000', '115613.719000', '115613.721000', '115613.724000', '115613.727000', '115613.730000', '115613.733000', '115613.735000', '115613.738000', '115613.741000', '115613.743000', '115613.746000', '115613.748000', '115613.751000', '115613.753000', '115613.756000', '115613.759000', '115633.647000', '115633.649000', '115633.652000', '115633.655000', '115633.657000', '115633.660000', '115633.662000', '115633.665000', '115633.668000', '115633.670000', '115633.673000', '115633.675000', '115633.678000', '115633.680000', '115633.683000', '115633.686000', '115633.688000', '115633.691000', '115633.693000', '115633.696000', '115633.699000', '115633.701000', '115633.704000', '115633.706000', '115633.709000', '115633.711000', '115633.714000', '115633.717000', '115633.719000', '115633.722000', '115633.724000', '115633.727000', '115633.729000', '115633.732000', '115633.735000', '115633.737000', '115633.740000', '115633.742000', '115633.745000', '115633.748000', '115633.750000', '115633.753000', '115633.756000', '115653.647000', '115653.649000', '115653.652000', '115653.655000', '115653.657000', '115653.660000', '115653.663000', '115653.665000', '115653.668000', '115653.670000', '115653.673000', '115653.675000', '115653.678000', '115653.681000', '115653.683000', '115653.686000', '115653.688000', '115653.691000', '115653.693000', '115653.696000', '115653.699000', '115653.701000', '115653.704000', '115653.706000', '115653.709000', '115653.711000', '115653.714000', '115653.717000', '115653.719000', '115653.722000', '115653.725000', '115653.727000', '115653.730000', '115653.732000', '115653.735000', '115653.737000', '115653.740000', '115653.742000', '115653.745000', '115653.748000', '115653.750000', '115653.753000', '115653.755000', '115653.758000', '115713.646000', '115713.649000', '115713.652000', '115713.655000', '115713.657000', '115713.660000', '115713.662000', '115713.665000', '115713.668000', '115713.670000', '115713.673000', '115713.675000', '115713.678000', '115713.680000', '115713.683000', '115713.686000', '115713.688000', '115713.691000', '115713.693000', '115713.696000', '115713.699000', '115713.701000', '115713.704000', '115713.706000', '115713.709000', '115713.711000', '115713.714000', '115713.717000', '115713.719000', '115713.722000', '115713.724000', '115713.727000', '115713.730000', '115713.745000', '115713.748000', '115713.750000', '115713.753000', '115713.755000', '115713.758000', '115713.761000', '115713.763000', '115713.766000', '115713.768000', '115733.647000', '115733.649000', '115733.652000', '115733.655000', '115733.657000', '115733.660000', '115733.662000', '115733.665000', '115733.668000', '115733.670000', '115733.673000', '115733.675000', '115733.678000', '115733.680000', '115733.683000', '115733.686000', '115733.688000', '115733.691000', '115733.694000', '115733.696000', '115733.699000', '115733.701000', '115733.704000', '115733.706000', '115733.709000', '115733.712000', '115733.714000', '115733.717000', '115733.720000', '115733.722000', '115733.725000', '115733.727000', '115733.730000', '115733.733000', '115733.735000', '115733.738000', '115733.740000', '115733.743000', '115733.745000', '115733.748000', '115733.750000', '115733.753000', '115733.756000', '115733.758000', '115742.736000', '115742.739000', '115742.741000', '115742.744000', '115742.746000', '115742.749000', '115742.751000', '115742.754000', '115742.757000', '115742.759000', '115742.762000', '115742.765000', '115742.767000', '115742.770000', '115742.772000', '115742.775000', '115742.777000', '115742.780000', '115742.783000', '115742.785000'], 'InstanceCreationTime': ['114853.707000', '114853.710000', '114853.712000', '114853.715000', '114853.718000', '114853.720000', '114853.723000', '114853.725000', '114853.728000', '114853.731000', '114853.734000', '114853.737000', '114853.740000', '114853.743000', '114853.745000', '114853.760000', '114853.762000', '114853.765000', '114853.767000', '114853.770000', '114853.772000', '114853.775000', '114853.777000', '114853.780000', '114853.782000', '114853.785000', '114853.788000', '114853.790000', '114853.793000', '114853.795000', '114853.798000', '114853.801000', '114853.803000', '114853.806000', '114853.808000', '114853.811000', '114853.813000', '114853.816000', '114853.818000', '114853.821000', '114853.824000', '114853.826000', '114853.829000', '114853.831000', '114853.834000', '114853.836000', '114853.839000', '114853.842000', '114853.844000', '114853.847000', '114853.849000', '114853.852000', '114853.854000', '114853.857000', '114853.859000', '114853.862000', '114853.865000', '114853.867000', '114913.646000', '114913.649000', '114913.652000', '114913.655000', '114913.657000', '114913.660000', '114913.662000', '114913.665000', '114913.667000', '114913.670000', '114913.672000', '114913.675000', '114913.678000', '114913.680000', '114913.683000', '114913.685000', '114913.688000', '114913.690000', '114913.693000', '114913.696000', '114913.698000', '114913.701000', '114913.703000', '114913.706000', '114913.708000', '114913.711000', '114913.713000', '114913.716000', '114913.719000', '114913.721000', '114913.724000', '114913.726000', '114913.729000', '114913.731000', '114913.734000', '114913.736000', '114913.739000', '114913.741000', '114913.744000', '114913.747000', '114913.749000', '114913.752000', '114913.754000', '114913.757000', '114933.647000', '114933.649000', '114933.652000', '114933.654000', '114933.657000', '114933.659000', '114933.662000', '114933.665000', '114933.667000', '114933.670000', '114933.672000', '114933.675000', '114933.677000', '114933.680000', '114933.682000', '114933.685000', '114933.687000', '114933.690000', '114933.693000', '114933.695000', '114933.698000', '114933.700000', '114933.703000', '114933.714000', '114933.716000', '114933.719000', '114933.721000', '114933.724000', '114933.727000', '114933.729000', '114933.732000', '114933.734000', '114933.737000', '114933.739000', '114933.742000', '114933.744000', '114933.747000', '114933.749000', '114933.752000', '114933.755000', '114933.757000', '114933.760000', '114933.763000', '114953.646000', '114953.649000', '114953.652000', '114953.655000', '114953.657000', '114953.660000', '114953.662000', '114953.665000', '114953.667000', '114953.670000', '114953.673000', '114953.675000', '114953.678000', '114953.680000', '114953.683000', '114953.685000', '114953.688000', '114953.690000', '114953.693000', '114953.696000', '114953.698000', '114953.701000', '114953.703000', '114953.706000', '114953.709000', '114953.711000', '114953.714000', '114953.716000', '114953.719000', '114953.722000', '114953.724000', '114953.727000', '114953.729000', '114953.732000', '114953.734000', '114953.737000', '114953.740000', '114953.742000', '114953.745000', '114953.747000', '114953.750000', '114953.752000', '114953.755000', '114953.758000', '115013.647000', '115013.649000', '115013.652000', '115013.654000', '115013.657000', '115013.660000', '115013.662000', '115013.665000', '115013.675000', '115013.678000', '115013.680000', '115013.683000', '115013.685000', '115013.688000', '115013.691000', '115013.693000', '115013.696000', '115013.698000', '115013.701000', '115013.703000', '115013.706000', '115013.708000', '115013.711000', '115013.714000', '115013.716000', '115013.719000', '115013.721000', '115013.724000', '115013.732000', '115013.735000', '115013.737000', '115013.740000', '115013.742000', '115013.745000', '115013.747000', '115013.758000', '115013.761000', '115013.763000', '115013.766000', '115013.768000', '115013.771000', '115013.774000', '115013.776000', '115033.646000', '115033.649000', '115033.652000', '115033.654000', '115033.657000', '115033.666000', '115033.669000', '115033.671000', '115033.674000', '115033.677000', '115033.679000', '115033.682000', '115033.684000', '115033.687000', '115033.689000', '115033.692000', '115033.695000', '115033.697000', '115033.700000', '115033.702000', '115033.705000', '115033.707000', '115033.710000', '115033.713000', '115033.715000', '115033.718000', '115033.721000', '115033.723000', '115033.726000', '115033.728000', '115033.731000', '115033.734000', '115033.736000', '115033.739000', '115033.741000', '115033.744000', '115033.746000', '115033.749000', '115033.752000', '115033.754000', '115033.757000', '115033.760000', '115033.762000', '115033.765000', '115053.646000', '115053.649000', '115053.652000', '115053.654000', '115053.657000', '115053.660000', '115053.662000', '115053.665000', '115053.667000', '115053.670000', '115053.672000', '115053.675000', '115053.678000', '115053.680000', '115053.683000', '115053.685000', '115053.688000', '115053.691000', '115053.693000', '115053.696000', '115053.698000', '115053.701000', '115053.704000', '115053.706000', '115053.709000', '115053.711000', '115053.714000', '115053.716000', '115053.719000', '115053.722000', '115053.724000', '115053.727000', '115053.729000', '115053.732000', '115053.734000', '115053.737000', '115053.740000', '115053.742000', '115053.745000', '115053.747000', '115053.750000', '115053.752000', '115053.755000', '115113.645000', '115113.648000', '115113.651000', '115113.653000', '115113.656000', '115113.659000', '115113.661000', '115113.664000', '115113.667000', '115113.669000', '115113.672000', '115113.674000', '115113.677000', '115113.679000', '115113.682000', '115113.685000', '115113.687000', '115113.690000', '115113.692000', '115113.695000', '115113.697000', '115113.700000', '115113.703000', '115113.705000', '115113.708000', '115113.710000', '115113.713000', '115113.716000', '115113.718000', '115113.721000', '115113.723000', '115113.726000', '115113.728000', '115113.731000', '115113.733000', '115113.736000', '115113.739000', '115113.741000', '115113.744000', '115113.746000', '115113.749000', '115113.751000', '115113.754000', '115113.757000', '115133.646000', '115133.649000', '115133.652000', '115133.654000', '115133.657000', '115133.660000', '115133.662000', '115133.665000', '115133.667000', '115133.670000', '115133.672000', '115133.675000', '115133.678000', '115133.680000', '115133.683000', '115133.685000', '115133.688000', '115133.690000', '115133.693000', '115133.696000', '115133.698000', '115133.701000', '115133.703000', '115133.706000', '115133.708000', '115133.711000', '115133.713000', '115133.716000', '115133.719000', '115133.721000', '115133.724000', '115133.726000', '115133.729000', '115133.732000', '115133.734000', '115133.737000', '115133.739000', '115133.742000', '115133.745000', '115133.747000', '115133.750000', '115133.752000', '115133.755000', '115153.647000', '115153.649000', '115153.652000', '115153.655000', '115153.667000', '115153.670000', '115153.673000', '115153.675000', '115153.678000', '115153.680000', '115153.683000', '115153.686000', '115153.688000', '115153.691000', '115153.693000', '115153.696000', '115153.698000', '115153.701000', '115153.704000', '115153.706000', '115153.709000', '115153.711000', '115153.714000', '115153.717000', '115153.719000', '115153.722000', '115153.724000', '115153.727000', '115153.729000', '115153.732000', '115153.735000', '115153.737000', '115153.740000', '115153.742000', '115153.745000', '115153.748000', '115153.750000', '115153.753000', '115153.755000', '115153.758000', '115153.760000', '115153.763000', '115153.766000', '115153.768000', '115213.646000', '115213.649000', '115213.652000', '115213.654000', '115213.657000', '115213.660000', '115213.662000', '115213.665000', '115213.667000', '115213.670000', '115213.673000', '115213.675000', '115213.678000', '115213.680000', '115213.683000', '115213.685000', '115213.688000', '115213.691000', '115213.693000', '115213.696000', '115213.698000', '115213.701000', '115213.704000', '115213.706000', '115213.709000', '115213.711000', '115213.714000', '115213.716000', '115213.719000', '115213.722000', '115213.724000', '115213.727000', '115213.729000', '115213.732000', '115213.735000', '115213.737000', '115213.740000', '115213.742000', '115213.745000', '115213.747000', '115213.750000', '115213.753000', '115213.755000', '115233.647000', '115233.650000', '115233.652000', '115233.655000', '115233.658000', '115233.660000', '115233.663000', '115233.665000', '115233.668000', '115233.671000', '115233.673000', '115233.676000', '115233.678000', '115233.681000', '115233.683000', '115233.686000', '115233.689000', '115233.691000', '115233.694000', '115233.697000', '115233.699000', '115233.702000', '115233.704000', '115233.707000', '115233.709000', '115233.719000', '115233.721000', '115233.724000', '115233.726000', '115233.729000', '115233.731000', '115233.734000', '115233.737000', '115233.739000', '115233.742000', '115233.744000', '115233.747000', '115233.750000', '115233.752000', '115233.755000', '115233.757000', '115233.760000', '115233.762000', '115253.647000', '115253.649000', '115253.652000', '115253.654000', '115253.657000', '115253.660000', '115253.662000', '115253.665000', '115253.667000', '115253.670000', '115253.672000', '115253.675000', '115253.678000', '115253.680000', '115253.683000', '115253.685000', '115253.688000', '115253.691000', '115253.693000', '115253.696000', '115253.698000', '115253.701000', '115253.703000', '115253.706000', '115253.708000', '115253.711000', '115253.714000', '115253.716000', '115253.719000', '115253.721000', '115253.724000', '115253.727000', '115253.729000', '115253.732000', '115253.734000', '115253.737000', '115253.740000', '115253.742000', '115253.745000', '115253.747000', '115253.750000', '115253.752000', '115253.755000', '115253.757000', '115313.646000', '115313.648000', '115313.651000', '115313.654000', '115313.656000', '115313.659000', '115313.661000', '115313.664000', '115313.667000', '115313.669000', '115313.672000', '115313.674000', '115313.677000', '115313.680000', '115313.684000', '115313.686000', '115313.689000', '115313.692000', '115313.694000', '115313.697000', '115313.699000', '115313.702000', '115313.705000', '115313.707000', '115313.710000', '115313.712000', '115313.715000', '115313.718000', '115313.721000', '115313.746000', '115313.749000', '115313.752000', '115313.754000', '115313.757000', '115313.760000', '115313.762000', '115313.765000', '115313.767000', '115313.770000', '115313.772000', '115313.775000', '115313.778000', '115313.780000', '115333.645000', '115333.649000', '115333.652000', '115333.654000', '115333.657000', '115333.660000', '115333.662000', '115333.665000', '115333.667000', '115333.670000', '115333.672000', '115333.675000', '115333.678000', '115333.680000', '115333.683000', '115333.685000', '115333.688000', '115333.691000', '115333.693000', '115333.696000', '115333.698000', '115333.701000', '115333.704000', '115333.706000', '115333.709000', '115333.711000', '115333.714000', '115333.716000', '115333.719000', '115333.722000', '115333.724000', '115333.727000', '115333.729000', '115333.732000', '115333.735000', '115333.737000', '115333.740000', '115333.742000', '115333.745000', '115333.747000', '115333.750000', '115333.753000', '115333.755000', '115333.758000', '115353.647000', '115353.649000', '115353.652000', '115353.655000', '115353.657000', '115353.661000', '115353.664000', '115353.666000', '115353.669000', '115353.671000', '115353.674000', '115353.677000', '115353.679000', '115353.682000', '115353.685000', '115353.687000', '115353.690000', '115353.692000', '115353.695000', '115353.698000', '115353.700000', '115353.703000', '115353.705000', '115353.708000', '115353.710000', '115353.713000', '115353.716000', '115353.718000', '115353.721000', '115353.724000', '115353.726000', '115353.729000', '115353.731000', '115353.734000', '115353.736000', '115353.739000', '115353.742000', '115353.744000', '115353.747000', '115353.749000', '115353.754000', '115353.756000', '115353.759000', '115413.646000', '115413.649000', '115413.652000', '115413.654000', '115413.657000', '115413.660000', '115413.662000', '115413.665000', '115413.667000', '115413.670000', '115413.672000', '115413.675000', '115413.678000', '115413.680000', '115413.683000', '115413.685000', '115413.688000', '115413.690000', '115413.693000', '115413.695000', '115413.698000', '115413.701000', '115413.703000', '115413.706000', '115413.708000', '115413.711000', '115413.713000', '115413.716000', '115413.719000', '115413.721000', '115413.724000', '115413.726000', '115413.729000', '115413.731000', '115413.734000', '115413.736000', '115413.739000', '115413.741000', '115413.744000', '115413.747000', '115413.749000', '115413.752000', '115413.754000', '115413.757000', '115433.646000', '115433.649000', '115433.652000', '115433.654000', '115433.657000', '115433.660000', '115433.662000', '115433.665000', '115433.667000', '115433.670000', '115433.672000', '115433.675000', '115433.678000', '115433.680000', '115433.683000', '115433.685000', '115433.688000', '115433.691000', '115433.694000', '115433.697000', '115433.700000', '115433.702000', '115433.705000', '115433.707000', '115433.710000', '115433.713000', '115433.715000', '115433.718000', '115433.721000', '115433.724000', '115433.726000', '115433.729000', '115433.731000', '115433.734000', '115433.736000', '115433.739000', '115433.742000', '115433.744000', '115433.747000', '115433.749000', '115433.766000', '115433.769000', '115433.771000', '115453.647000', '115453.649000', '115453.652000', '115453.654000', '115453.657000', '115453.660000', '115453.662000', '115453.665000', '115453.667000', '115453.670000', '115453.672000', '115453.675000', '115453.677000', '115453.680000', '115453.683000', '115453.685000', '115453.688000', '115453.690000', '115453.693000', '115453.696000', '115453.698000', '115453.701000', '115453.703000', '115453.706000', '115453.709000', '115453.711000', '115453.714000', '115453.716000', '115453.719000', '115453.722000', '115453.724000', '115453.727000', '115453.729000', '115453.732000', '115453.735000', '115453.737000', '115453.740000', '115453.742000', '115453.745000', '115453.748000', '115453.750000', '115453.753000', '115453.755000', '115453.758000', '115513.646000', '115513.649000', '115513.652000', '115513.655000', '115513.657000', '115513.660000', '115513.662000', '115513.665000', '115513.668000', '115513.670000', '115513.673000', '115513.676000', '115513.678000', '115513.681000', '115513.684000', '115513.686000', '115513.689000', '115513.691000', '115513.694000', '115513.697000', '115513.699000', '115513.702000', '115513.704000', '115513.707000', '115513.710000', '115513.712000', '115513.715000', '115513.717000', '115513.720000', '115513.723000', '115513.732000', '115513.734000', '115513.737000', '115513.739000', '115513.742000', '115513.745000', '115513.747000', '115513.750000', '115513.752000', '115513.755000', '115513.757000', '115513.760000', '115513.763000', '115533.646000', '115533.648000', '115533.651000', '115533.654000', '115533.656000', '115533.659000', '115533.661000', '115533.664000', '115533.666000', '115533.669000', '115533.672000', '115533.674000', '115533.677000', '115533.679000', '115533.682000', '115533.685000', '115533.687000', '115533.690000', '115533.692000', '115533.695000', '115533.697000', '115533.700000', '115533.703000', '115533.705000', '115533.708000', '115533.710000', '115533.713000', '115533.715000', '115533.718000', '115533.721000', '115533.723000', '115533.726000', '115533.728000', '115533.731000', '115533.734000', '115533.736000', '115533.739000', '115533.741000', '115533.744000', '115533.747000', '115533.749000', '115533.752000', '115533.755000', '115533.757000', '115553.645000', '115553.648000', '115553.651000', '115553.654000', '115553.656000', '115553.659000', '115553.661000', '115553.664000', '115553.667000', '115553.669000', '115553.672000', '115553.674000', '115553.677000', '115553.679000', '115553.682000', '115553.685000', '115553.687000', '115553.690000', '115553.693000', '115553.695000', '115553.698000', '115553.701000', '115553.703000', '115553.706000', '115553.709000', '115553.711000', '115553.714000', '115553.716000', '115553.719000', '115553.722000', '115553.724000', '115553.727000', '115553.729000', '115553.732000', '115553.734000', '115553.737000', '115553.752000', '115553.755000', '115553.757000', '115553.761000', '115553.764000', '115553.766000', '115553.769000', '115613.647000', '115613.649000', '115613.652000', '115613.654000', '115613.657000', '115613.660000', '115613.662000', '115613.665000', '115613.667000', '115613.670000', '115613.672000', '115613.675000', '115613.677000', '115613.680000', '115613.683000', '115613.685000', '115613.688000', '115613.690000', '115613.693000', '115613.696000', '115613.698000', '115613.701000', '115613.703000', '115613.706000', '115613.709000', '115613.711000', '115613.714000', '115613.716000', '115613.719000', '115613.721000', '115613.724000', '115613.727000', '115613.730000', '115613.733000', '115613.735000', '115613.738000', '115613.741000', '115613.743000', '115613.746000', '115613.748000', '115613.751000', '115613.753000', '115613.756000', '115613.759000', '115633.647000', '115633.649000', '115633.652000', '115633.655000', '115633.657000', '115633.660000', '115633.662000', '115633.665000', '115633.668000', '115633.670000', '115633.673000', '115633.675000', '115633.678000', '115633.680000', '115633.683000', '115633.686000', '115633.688000', '115633.691000', '115633.693000', '115633.696000', '115633.699000', '115633.701000', '115633.704000', '115633.706000', '115633.709000', '115633.711000', '115633.714000', '115633.717000', '115633.719000', '115633.722000', '115633.724000', '115633.727000', '115633.729000', '115633.732000', '115633.735000', '115633.737000', '115633.740000', '115633.742000', '115633.745000', '115633.748000', '115633.750000', '115633.753000', '115633.756000', '115653.647000', '115653.649000', '115653.652000', '115653.655000', '115653.657000', '115653.660000', '115653.663000', '115653.665000', '115653.668000', '115653.670000', '115653.673000', '115653.675000', '115653.678000', '115653.681000', '115653.683000', '115653.686000', '115653.688000', '115653.691000', '115653.693000', '115653.696000', '115653.699000', '115653.701000', '115653.704000', '115653.706000', '115653.709000', '115653.711000', '115653.714000', '115653.717000', '115653.719000', '115653.722000', '115653.725000', '115653.727000', '115653.730000', '115653.732000', '115653.735000', '115653.737000', '115653.740000', '115653.742000', '115653.745000', '115653.748000', '115653.750000', '115653.753000', '115653.755000', '115653.758000', '115713.646000', '115713.649000', '115713.652000', '115713.655000', '115713.657000', '115713.660000', '115713.662000', '115713.665000', '115713.668000', '115713.670000', '115713.673000', '115713.675000', '115713.678000', '115713.680000', '115713.683000', '115713.686000', '115713.688000', '115713.691000', '115713.693000', '115713.696000', '115713.699000', '115713.701000', '115713.704000', '115713.706000', '115713.709000', '115713.711000', '115713.714000', '115713.717000', '115713.719000', '115713.722000', '115713.724000', '115713.727000', '115713.730000', '115713.745000', '115713.748000', '115713.750000', '115713.753000', '115713.755000', '115713.758000', '115713.761000', '115713.763000', '115713.766000', '115713.768000', '115733.647000', '115733.649000', '115733.652000', '115733.655000', '115733.657000', '115733.660000', '115733.662000', '115733.665000', '115733.668000', '115733.670000', '115733.673000', '115733.675000', '115733.678000', '115733.680000', '115733.683000', '115733.686000', '115733.688000', '115733.691000', '115733.694000', '115733.696000', '115733.699000', '115733.701000', '115733.704000', '115733.706000', '115733.709000', '115733.712000', '115733.714000', '115733.717000', '115733.720000', '115733.722000', '115733.725000', '115733.727000', '115733.730000', '115733.733000', '115733.735000', '115733.738000', '115733.740000', '115733.743000', '115733.745000', '115733.748000', '115733.750000', '115733.753000', '115733.756000', '115733.758000', '115742.736000', '115742.739000', '115742.741000', '115742.744000', '115742.746000', '115742.749000', '115742.751000', '115742.754000', '115742.757000', '115742.759000', '115742.762000', '115742.765000', '115742.767000', '115742.770000', '115742.772000', '115742.775000', '115742.777000', '115742.780000', '115742.783000', '115742.785000'], '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': [11393, 12683, 11150, 12453, 11359, 13283, 11612, 14482, 11178, 10607, 10430, 10996, 10475, 12472, 9611, 12624, 9949, 9620, 10001, 10596, 9945, 11941, 9965, 9665, 10145, 9565, 10116, 10593, 10540, 11138, 10191, 9504, 10461, 9830, 10446, 10260, 10810, 11626, 10199, 9327, 10359, 10445, 11733, 9967, 10528, 10073, 10645, 10148, 12306, 10198, 13613, 10404, 9965, 10030, 11522, 10078, 11990, 10391, 9939, 10264, 9887, 9992, 11362, 10435, 10424, 10517, 8708, 10447, 9456, 11497, 10331, 12642, 10495, 12265, 10490, 12889, 10433, 16967, 10395, 14779, 10763, 14843, 10677, 18730, 10146, 12924, 10441, 11152, 10115, 11394, 10225, 10007, 10120, 9989, 10944, 10254, 11389, 10442, 10316, 10235, 11455, 10191, 13375, 10346, 9938, 10240, 11547, 10199, 11122, 10369, 9239, 10059, 10225, 11542, 10242, 13444, 10298, 12230, 10081, 11345, 10507, 12391, 10138, 10093, 11087, 10103, 13172, 10159, 16897, 10081, 11409, 10317, 12902, 10073, 14766, 10059, 9977, 9956, 10036, 10178, 11936, 10179, 10084, 10270, 8944, 9997, 9693, 10506, 10395, 10069, 10109, 10527, 10079, 13327, 10235, 12833, 10065, 9893, 10057, 10365, 12085, 10197, 9852, 9929, 11179, 10327, 14690, 10218, 13815, 9867, 9857, 9753, 10143, 11799, 10153, 14019, 10821, 10728, 10013, 10040, 11103, 10060, 10338, 11205, 10548, 10179, 9754, 9636, 9661, 12244, 10191, 12725, 9974, 10499, 9663, 11441, 9919, 13472, 10012, 10914, 9859, 10261, 9870, 12930, 10169, 9597, 9933, 8924, 9793, 8966, 10573, 9690, 11117, 9702, 9587, 9826, 9973, 9808, 11835, 10023, 9824, 10002, 9836, 9973, 11567, 10022, 12869, 10377, 10297, 10038, 10048, 10169, 12185, 9748, 9623, 9609, 9873, 12316, 9952, 16329, 10190, 11303, 9739, 11421, 9951, 14475, 10224, 14055, 9644, 10898, 9627, 10705, 10259, 12431, 9614, 9499, 9298, 9636, 12318, 9657, 13261, 9740, 9509, 9825, 10438, 9982, 12897, 10050, 10851, 9786, 10302, 10011, 11190, 10056, 9170, 9925, 9759, 9792, 9970, 11983, 10141, 11060, 9884, 10848, 10118, 14117, 10422, 13711, 10123, 9786, 9735, 9367, 10398, 11066, 12938, 10107, 9747, 9948, 9908, 10056, 12077, 10065, 13729, 9977, 10792, 9964, 11543, 9920, 14114, 9850, 11336, 9767, 13274, 10231, 19501, 11179, 12969, 9706, 9755, 9960, 12864, 9848, 9321, 9805, 8820, 10152, 9860, 10174, 9806, 9681, 9932, 10357, 10028, 12687, 9767, 10680, 9660, 9320, 9818, 9553, 10015, 9336, 9451, 9464, 12538, 9446, 15481, 9484, 12511, 9497, 9595, 10489, 9280, 11172, 9183, 11178, 9773, 14788, 10078, 18777, 10051, 8288, 9946, 9372, 11009, 10274, 13181, 10051, 9888, 10120, 10051, 11604, 9941, 13890, 9709, 10887, 9600, 9771, 11118, 9541, 9493, 10639, 10156, 15037, 11259, 9760, 9451, 9828, 10498, 9766, 12481, 9971, 14601, 10011, 9750, 9844, 9704, 10397, 9517, 10422, 10295, 9719, 10146, 10402, 9844, 11537, 10047, 12732, 10144, 10419, 10046, 10909, 10050, 12712, 9778, 10033, 9859, 9737, 10186, 12784, 10620, 9586, 9606, 9357, 10337, 9467, 10428, 9886, 9741, 9567, 9954, 9613, 10557, 9696, 10386, 10131, 9848, 10075, 9884, 10132, 11801, 10138, 10489, 10165, 10421, 10122, 13906, 10018, 12396, 10137, 10566, 10562, 14585, 11006, 10609, 9893, 9072, 10781, 9542, 11074, 10066, 9778, 9885, 9831, 10093, 11453, 9920, 14655, 10118, 10469, 10097, 11134, 10121, 12984, 10500, 9088, 9968, 9271, 10206, 10011, 10971, 10155, 10188, 10134, 11340, 10463, 13554, 10070, 15553, 10186, 9642, 9979, 9141, 10534, 9971, 11362, 10243, 9987, 10014, 11297, 9863, 14289, 10269, 10836, 10260, 11226, 10093, 10607, 10265, 9595, 9982, 10152, 11492, 10160, 12419, 10168, 11535, 10668, 13210, 10075, 10009, 10067, 9896, 10869, 10130, 14580, 10087, 9811, 9987, 9341, 10160, 10144, 11911, 10030, 9787, 10007, 11226, 10014, 15199, 10103, 11822, 10104, 9972, 10146, 9838, 10062, 9877, 9856, 10019, 10174, 10193, 14303, 9972, 10995, 10187, 11438, 10008, 9707, 9956, 9737, 9823, 10000, 11605, 10115, 14788, 10027, 10977, 10092, 9644, 9783, 9551, 10917, 10072, 9575, 9910, 11173, 10507, 15082, 10108, 12375, 9759, 9474, 9575, 9705, 11661, 10365, 15347, 10090, 10905, 10203, 12308, 10309, 15148, 10219, 9850, 9830, 9420, 10148, 9963, 10765, 10063, 9745, 9899, 10367, 10062, 13874, 10118, 13520, 9827, 9550, 9919, 9641, 10348, 10070, 9770, 10270, 9557, 9810, 11928, 10101, 11392, 9968, 9272, 10007, 9999, 11085, 10168, 14267, 9866, 11142, 10108, 12249, 10517, 16737, 10752, 9959, 9886, 9268, 10785, 9757, 12288, 9863, 11074, 9862, 9925, 10248, 11118, 10216, 15728, 10423, 9828, 10705, 9687, 9919, 10008, 9633, 10005, 10193, 9716, 10047, 9815, 10072, 13422, 10001, 9985, 9742, 9958, 11065, 9888, 12870, 9899, 11527, 9956, 11013, 10103, 13109, 10005, 9442, 9884, 9629, 9889, 10559, 9741, 11168, 9931, 9781, 10067, 10055, 10195, 9616, 10131, 10398, 9922, 10062, 9728, 10034, 10731, 10523, 15374, 10182, 14669, 9972, 11952, 10626, 14580, 10725, 16732, 9805, 9587, 9690, 9498, 11073, 9977, 10296, 10056, 9736, 9767, 11019, 10734, 13648, 10020, 10245, 9952, 10853, 10038, 15040, 10128, 9538, 9916, 9539, 10469, 9473, 9782, 9547, 9731, 9685, 10091, 10144, 11344, 10114, 9973, 9942, 10280, 9982, 14096, 10535, 10643, 9958, 9541, 9698, 9885, 11331, 10337, 15911, 10008, 11548, 9858, 12462, 10513, 15051, 11139, 9341, 9574, 9916, 10624, 10548, 13615, 9940, 12481, 9845, 10209, 10044, 9942, 10502, 10680, 9956, 9771, 9728, 9306, 9483, 9630, 10917, 9862, 13602, 10123, 10125, 10457, 10785, 10276, 13623, 10390, 13856, 9956, 9400, 9768, 9487, 10301, 10174, 13089, 9898, 10265, 9785, 10781, 9936, 13364, 10686, 11442, 9685, 9566, 9864, 9873, 11001, 9719, 10901, 9860, 11019, 10229, 9739, 10058, 9740, 9723, 9693, 9422, 9956, 11173, 10012, 12583, 9816, 14814, 9738, 9332, 9544, 9644, 10331, 9751, 9890, 9704, 9982, 13778, 9694, 10033, 9549, 9728, 12545, 10302, 9888, 10282, 10182, 11183, 9962, 12544, 9531, 14137, 9885, 9243, 9746, 9742, 10774, 10441, 12006, 9832, 13137, 9500, 8918, 8725, 9344, 11958, 10725, 11997, 10477, 15789, 11282, 9155, 11271, 9767, 18439, 10593, 16306, 10934, 9016, 9199, 9746, 11184, 9569, 14084, 10543, 12584, 9229, 10255, 10102, 9565, 12206, 9574, 12657, 9807, 9293, 10932, 9511, 12805, 9615, 12039, 10301, 12285, 10575, 11197, 10509, 9892, 9840, 9744, 11465, 9577, 12669, 11033, 9023, 9866, 10035, 9346, 10067, 9866, 10232, 10342, 13681, 11777, 11120, 10040, 9764, 9910, 10247, 13024, 10154, 16211, 11487, 12413, 9686, 8685, 9779, 9001, 10117, 9901, 13393, 9823, 10231, 9746, 9376, 9588, 8639, 11859, 9148, 9792, 9997, 9883, 9587, 15195, 10119, 10635, 10876, 8729, 9543, 9011, 9633, 9879, 12862, 10070, 10023, 10188, 9097, 10006, 8740, 11887, 10009, 10979, 10116, 11013, 9952, 12158, 11023, 12513, 12292, 9977, 9563, 9885, 10258, 10551, 11452, 10710, 10704, 9626, 9592, 11502, 10111, 8706, 9808, 9577, 9677, 9911, 10336, 9462, 10332, 9381, 11300, 9479, 14827, 11335, 9142, 9967, 8317, 9164, 9538, 12246, 9181, 11610, 9651, 9526, 9760, 9411, 9585, 12744, 10971, 10294, 9486, 8584, 9280, 9303, 12015, 9511, 8875, 11073, 10030, 13252, 9652, 18226, 14637, 10818, 9202, 8441, 10836, 8975, 12095, 9373, 8888, 9385, 9619, 9004, 10643, 9927, 9658, 9364, 8921, 9088, 9123, 9652, 8943, 12278, 9653, 13292, 10761, 8590, 8752, 9182, 11922, 9110, 16783, 12185, 18883, 10142, 14216, 10650, 11942, 10398, 10663, 10769, 9678, 11729, 10124, 9121, 8610, 8608, 8684, 9296, 8972, 10298, 8974, 10930, 9344, 13457, 9316, 9686, 8826, 10079, 9533, 10081, 9924, 8155, 10957, 9240, 9761, 9919, 10358, 9750, 8505, 9287, 9326, 9716, 8998, 8719, 12386, 9249, 14516, 9540, 15154, 9253, 14612, 11220, 19114, 13207, 9358, 8889, 8895, 11353, 9743, 10722, 10051, 9252, 9867, 9620, 9903, 11093, 11053, 10466, 11702, 10117, 11484, 9589, 9704, 9724, 12189, 9306, 13200, 9539, 10359, 10122, 10512, 10457, 11940, 10043, 17232, 10787, 11329, 10782, 8913, 10906, 8801, 11343, 10434, 11531, 8945, 9058, 9248, 10074, 9780, 11557, 9137, 13021, 9211, 8178, 8795, 9318, 8815, 8887, 9398, 11052, 10321, 13008, 11277, 13141, 11275, 9134, 10218, 10012, 13210, 9919, 13274, 9991, 17780, 9821, 10585, 10166, 8434, 8334, 7816, 10798, 8754, 11492, 9392, 9383, 8826, 10413, 9804, 9529, 8600, 7664, 12616, 9807, 14209, 9196, 10937, 9410, 11892, 10007], 'WindowCenter': [4307.0, 4305.0, 4291.0, 4289.0, 4288.0, 4298.0, 4277.0, 4300.0, 4289.0, 4278.0, 4278.0, 4291.0, 4291.0, 4299.0, 4281.0, 4301.0, 4283.0, 4280.0, 4295.0, 4304.0, 4295.0, 4316.0, 4310.0, 4299.0, 4311.0, 4299.0, 4311.0, 4309.0, 4322.0, 4321.0, 4312.0, 4300.0, 4310.0, 4299.0, 4309.0, 4298.0, 4321.0, 4320.0, 4298.0, 4287.0, 4298.0, 4295.0, 4318.0, 4298.0, 4307.0, 4286.0, 4298.0, 4296.0, 4318.0, 4296.0, 4328.0, 4306.0, 4298.0, 4297.0, 4317.0, 4309.0, 4316.0, 4308.0, 4297.0, 4309.0, 4309.0, 4307.0, 4318.0, 4322.0, 4321.0, 4324.0, 4302.0, 4323.0, 4313.0, 4335.0, 4325.0, 4354.0, 4335.0, 4346.0, 4324.0, 4333.0, 4323.0, 4353.0, 4313.0, 4341.0, 4309.0, 4329.0, 4308.0, 4350.0, 4299.0, 4316.0, 4308.0, 4306.0, 4298.0, 4307.0, 4309.0, 4297.0, 4307.0, 4309.0, 4319.0, 4308.0, 4330.0, 4309.0, 4310.0, 4322.0, 4329.0, 4309.0, 4341.0, 4310.0, 4310.0, 4320.0, 4320.0, 4322.0, 4320.0, 4324.0, 4312.0, 4321.0, 4323.0, 4333.0, 4322.0, 4355.0, 4323.0, 4330.0, 4311.0, 4320.0, 4321.0, 4331.0, 4310.0, 4299.0, 4309.0, 4296.0, 4329.0, 4296.0, 4339.0, 4297.0, 4306.0, 4296.0, 4315.0, 4295.0, 4326.0, 4297.0, 4296.0, 4295.0, 4295.0, 4307.0, 4317.0, 4308.0, 4309.0, 4310.0, 4299.0, 4309.0, 4298.0, 4321.0, 4310.0, 4311.0, 4310.0, 4309.0, 4310.0, 4341.0, 4312.0, 4332.0, 4310.0, 4299.0, 4310.0, 4308.0, 4331.0, 4309.0, 4310.0, 4310.0, 4317.0, 4308.0, 4339.0, 4311.0, 4330.0, 4308.0, 4309.0, 4299.0, 4308.0, 4318.0, 4310.0, 4339.0, 4308.0, 4309.0, 4310.0, 4310.0, 4307.0, 4298.0, 4296.0, 4307.0, 4309.0, 4298.0, 4298.0, 4288.0, 4296.0, 4317.0, 4298.0, 4318.0, 4299.0, 4296.0, 4296.0, 4317.0, 4308.0, 4330.0, 4309.0, 4309.0, 4298.0, 4298.0, 4309.0, 4327.0, 4307.0, 4298.0, 4298.0, 4287.0, 4299.0, 4287.0, 4309.0, 4298.0, 4322.0, 4299.0, 4298.0, 4299.0, 4298.0, 4296.0, 4318.0, 4298.0, 4298.0, 4310.0, 4298.0, 4310.0, 4329.0, 4310.0, 4330.0, 4323.0, 4311.0, 4313.0, 4311.0, 4310.0, 4331.0, 4313.0, 4311.0, 4302.0, 4309.0, 4332.0, 4310.0, 4353.0, 4311.0, 4310.0, 4299.0, 4318.0, 4298.0, 4328.0, 4310.0, 4328.0, 4299.0, 4308.0, 4297.0, 4296.0, 4297.0, 4318.0, 4299.0, 4287.0, 4286.0, 4298.0, 4319.0, 4296.0, 4330.0, 4299.0, 4310.0, 4311.0, 4307.0, 4307.0, 4329.0, 4300.0, 4310.0, 4310.0, 4308.0, 4309.0, 4319.0, 4310.0, 4299.0, 4310.0, 4297.0, 4309.0, 4308.0, 4330.0, 4322.0, 4321.0, 4313.0, 4321.0, 4321.0, 4341.0, 4321.0, 4342.0, 4311.0, 4300.0, 4301.0, 4299.0, 4311.0, 4320.0, 4332.0, 4309.0, 4298.0, 4309.0, 4297.0, 4299.0, 4316.0, 4309.0, 4341.0, 4311.0, 4321.0, 4310.0, 4319.0, 4312.0, 4342.0, 4311.0, 4308.0, 4299.0, 4328.0, 4298.0, 4361.0, 4320.0, 4329.0, 4298.0, 4285.0, 4297.0, 4317.0, 4300.0, 4298.0, 4298.0, 4286.0, 4307.0, 4309.0, 4310.0, 4311.0, 4311.0, 4312.0, 4311.0, 4311.0, 4342.0, 4323.0, 4322.0, 4313.0, 4300.0, 4312.0, 4301.0, 4313.0, 4300.0, 4300.0, 4299.0, 4330.0, 4312.0, 4353.0, 4312.0, 4329.0, 4300.0, 4298.0, 4308.0, 4300.0, 4321.0, 4301.0, 4320.0, 4310.0, 4351.0, 4324.0, 4374.0, 4322.0, 4300.0, 4320.0, 4283.0, 4290.0, 4295.0, 4326.0, 4306.0, 4298.0, 4307.0, 4297.0, 4319.0, 4308.0, 4344.0, 4313.0, 4319.0, 4299.0, 4310.0, 4319.0, 4299.0, 4298.0, 4311.0, 4309.0, 4340.0, 4321.0, 4311.0, 4300.0, 4298.0, 4308.0, 4309.0, 4316.0, 4297.0, 4339.0, 4308.0, 4296.0, 4297.0, 4295.0, 4306.0, 4297.0, 4308.0, 4309.0, 4298.0, 4309.0, 4308.0, 4310.0, 4319.0, 4312.0, 4330.0, 4312.0, 4310.0, 4311.0, 4321.0, 4311.0, 4332.0, 4312.0, 4299.0, 4299.0, 4298.0, 4309.0, 4318.0, 4309.0, 4297.0, 4297.0, 4285.0, 4307.0, 4298.0, 4307.0, 4295.0, 4298.0, 4297.0, 4299.0, 4299.0, 4310.0, 4310.0, 4310.0, 4308.0, 4310.0, 4311.0, 4312.0, 4321.0, 4330.0, 4323.0, 4322.0, 4323.0, 4322.0, 4323.0, 4341.0, 4323.0, 4331.0, 4312.0, 4321.0, 4320.0, 4340.0, 4321.0, 4307.0, 4298.0, 4289.0, 4320.0, 4299.0, 4317.0, 4297.0, 4312.0, 4308.0, 4309.0, 4309.0, 4318.0, 4308.0, 4339.0, 4309.0, 4309.0, 4310.0, 4318.0, 4309.0, 4328.0, 4323.0, 4300.0, 4309.0, 4300.0, 4310.0, 4309.0, 4319.0, 4311.0, 4309.0, 4310.0, 4319.0, 4320.0, 4340.0, 4310.0, 4352.0, 4311.0, 4300.0, 4311.0, 4301.0, 4319.0, 4308.0, 4331.0, 4310.0, 4310.0, 4309.0, 4318.0, 4308.0, 4340.0, 4322.0, 4319.0, 4311.0, 4322.0, 4321.0, 4320.0, 4322.0, 4310.0, 4311.0, 4321.0, 4330.0, 4322.0, 4342.0, 4323.0, 4333.0, 4322.0, 4340.0, 4310.0, 4310.0, 4310.0, 4312.0, 4318.0, 4309.0, 4339.0, 4323.0, 4311.0, 4312.0, 4311.0, 4322.0, 4310.0, 4332.0, 4312.0, 4310.0, 4309.0, 4320.0, 4310.0, 4340.0, 4311.0, 4319.0, 4312.0, 4311.0, 4320.0, 4311.0, 4311.0, 4309.0, 4310.0, 4310.0, 4309.0, 4310.0, 4350.0, 4311.0, 4320.0, 4320.0, 4330.0, 4311.0, 4310.0, 4312.0, 4311.0, 4310.0, 4310.0, 4319.0, 4308.0, 4339.0, 4311.0, 4309.0, 4310.0, 4300.0, 4309.0, 4299.0, 4322.0, 4310.0, 4301.0, 4310.0, 4319.0, 4321.0, 4339.0, 4309.0, 4328.0, 4300.0, 4298.0, 4297.0, 4298.0, 4319.0, 4298.0, 4341.0, 4308.0, 4308.0, 4309.0, 4318.0, 4297.0, 4337.0, 4309.0, 4297.0, 4297.0, 4288.0, 4308.0, 4297.0, 4309.0, 4299.0, 4299.0, 4310.0, 4309.0, 4310.0, 4327.0, 4310.0, 4340.0, 4309.0, 4297.0, 4309.0, 4310.0, 4308.0, 4308.0, 4299.0, 4309.0, 4298.0, 4311.0, 4329.0, 4311.0, 4332.0, 4311.0, 4301.0, 4310.0, 4312.0, 4322.0, 4322.0, 4353.0, 4313.0, 4322.0, 4312.0, 4331.0, 4310.0, 4351.0, 4321.0, 4298.0, 4299.0, 4298.0, 4309.0, 4298.0, 4317.0, 4297.0, 4319.0, 4300.0, 4297.0, 4309.0, 4318.0, 4308.0, 4352.0, 4323.0, 4298.0, 4310.0, 4297.0, 4299.0, 4299.0, 4300.0, 4310.0, 4309.0, 4301.0, 4311.0, 4323.0, 4323.0, 4352.0, 4326.0, 4325.0, 4314.0, 4312.0, 4323.0, 4298.0, 4332.0, 4300.0, 4319.0, 4298.0, 4310.0, 4308.0, 4317.0, 4297.0, 4286.0, 4295.0, 4287.0, 4296.0, 4305.0, 4299.0, 4308.0, 4297.0, 4297.0, 4309.0, 4312.0, 4322.0, 4300.0, 4312.0, 4311.0, 4312.0, 4313.0, 4312.0, 4312.0, 4322.0, 4322.0, 4352.0, 4313.0, 4343.0, 4312.0, 4319.0, 4321.0, 4340.0, 4309.0, 4350.0, 4298.0, 4296.0, 4296.0, 4297.0, 4307.0, 4297.0, 4297.0, 4295.0, 4297.0, 4307.0, 4308.0, 4318.0, 4327.0, 4298.0, 4297.0, 4309.0, 4307.0, 4309.0, 4338.0, 4321.0, 4299.0, 4311.0, 4299.0, 4320.0, 4299.0, 4311.0, 4310.0, 4312.0, 4300.0, 4309.0, 4310.0, 4319.0, 4311.0, 4311.0, 4312.0, 4311.0, 4312.0, 4341.0, 4323.0, 4322.0, 4313.0, 4311.0, 4311.0, 4313.0, 4320.0, 4309.0, 4353.0, 4311.0, 4321.0, 4312.0, 4331.0, 4320.0, 4339.0, 4320.0, 4288.0, 4298.0, 4295.0, 4308.0, 4308.0, 4328.0, 4298.0, 4319.0, 4309.0, 4298.0, 4299.0, 4298.0, 4310.0, 4309.0, 4299.0, 4300.0, 4299.0, 4288.0, 4299.0, 4298.0, 4309.0, 4297.0, 4329.0, 4309.0, 4298.0, 4308.0, 4308.0, 4309.0, 4327.0, 4308.0, 4338.0, 4310.0, 4299.0, 4310.0, 4298.0, 4310.0, 4310.0, 4342.0, 4313.0, 4310.0, 4310.0, 4309.0, 4310.0, 4329.0, 4311.0, 4322.0, 4302.0, 4299.0, 4308.0, 4309.0, 4319.0, 4300.0, 4320.0, 4311.0, 4321.0, 4322.0, 4309.0, 4311.0, 4312.0, 4311.0, 4310.0, 4301.0, 4311.0, 4321.0, 4312.0, 4343.0, 4313.0, 4352.0, 4313.0, 4302.0, 4311.0, 4301.0, 4310.0, 4312.0, 4312.0, 4302.0, 4312.0, 4354.0, 4315.0, 4326.0, 4315.0, 4326.0, 4346.0, 4324.0, 4314.0, 4314.0, 4326.0, 4321.0, 4313.0, 4331.0, 4314.0, 4343.0, 4313.0, 4315.0, 4314.0, 4315.0, 4337.0, 4335.0, 4344.0, 4325.0, 4342.0, 4299.0, 4302.0, 4302.0, 4302.0, 4333.0, 4323.0, 4321.0, 4322.0, 4353.0, 4323.0, 4289.0, 4308.0, 4296.0, 4349.0, 4308.0, 4338.0, 4307.0, 4276.0, 4286.0, 4288.0, 4308.0, 4298.0, 4328.0, 4311.0, 4317.0, 4299.0, 4310.0, 4297.0, 4285.0, 4317.0, 4299.0, 4330.0, 4314.0, 4301.0, 4310.0, 4298.0, 4330.0, 4300.0, 4321.0, 4310.0, 4319.0, 4310.0, 4320.0, 4309.0, 4299.0, 4299.0, 4299.0, 4318.0, 4299.0, 4317.0, 4323.0, 4290.0, 4311.0, 4310.0, 4301.0, 4312.0, 4312.0, 4313.0, 4314.0, 4342.0, 4322.0, 4323.0, 4313.0, 4313.0, 4302.0, 4310.0, 4331.0, 4298.0, 4338.0, 4319.0, 4319.0, 4300.0, 4291.0, 4313.0, 4291.0, 4309.0, 4300.0, 4341.0, 4312.0, 4312.0, 4312.0, 4302.0, 4303.0, 4291.0, 4333.0, 4303.0, 4312.0, 4312.0, 4313.0, 4312.0, 4343.0, 4313.0, 4311.0, 4312.0, 4280.0, 4300.0, 4291.0, 4302.0, 4300.0, 4332.0, 4301.0, 4299.0, 4312.0, 4289.0, 4312.0, 4290.0, 4320.0, 4313.0, 4324.0, 4314.0, 4322.0, 4313.0, 4332.0, 4323.0, 4332.0, 4320.0, 4301.0, 4299.0, 4301.0, 4312.0, 4311.0, 4309.0, 4312.0, 4310.0, 4300.0, 4299.0, 4309.0, 4311.0, 4290.0, 4313.0, 4313.0, 4310.0, 4324.0, 4326.0, 4316.0, 4313.0, 4305.0, 4323.0, 4303.0, 4343.0, 4325.0, 4303.0, 4325.0, 4292.0, 4301.0, 4300.0, 4333.0, 4300.0, 4333.0, 4314.0, 4312.0, 4315.0, 4303.0, 4312.0, 4332.0, 4323.0, 4325.0, 4315.0, 4305.0, 4303.0, 4304.0, 4333.0, 4314.0, 4303.0, 4323.0, 4314.0, 4334.0, 4301.0, 4353.0, 4343.0, 4311.0, 4301.0, 4278.0, 4309.0, 4276.0, 4318.0, 4300.0, 4290.0, 4301.0, 4299.0, 4300.0, 4322.0, 4312.0, 4311.0, 4301.0, 4303.0, 4303.0, 4303.0, 4313.0, 4305.0, 4334.0, 4315.0, 4345.0, 4327.0, 4303.0, 4293.0, 4302.0, 4322.0, 4290.0, 4353.0, 4332.0, 4363.0, 4312.0, 4341.0, 4310.0, 4317.0, 4299.0, 4298.0, 4309.0, 4297.0, 4320.0, 4309.0, 4299.0, 4289.0, 4279.0, 4289.0, 4289.0, 4289.0, 4298.0, 4291.0, 4311.0, 4300.0, 4331.0, 4302.0, 4301.0, 4301.0, 4299.0, 4300.0, 4309.0, 4314.0, 4282.0, 4322.0, 4302.0, 4313.0, 4311.0, 4311.0, 4312.0, 4302.0, 4316.0, 4318.0, 4316.0, 4317.0, 4320.0, 4359.0, 4317.0, 4359.0, 4316.0, 4355.0, 4299.0, 4331.0, 4310.0, 4363.0, 4331.0, 4287.0, 4289.0, 4290.0, 4321.0, 4300.0, 4323.0, 4312.0, 4301.0, 4311.0, 4298.0, 4312.0, 4321.0, 4322.0, 4311.0, 4333.0, 4311.0, 4323.0, 4300.0, 4300.0, 4298.0, 4318.0, 4287.0, 4319.0, 4297.0, 4297.0, 4299.0, 4298.0, 4309.0, 4306.0, 4298.0, 4338.0, 4310.0, 4308.0, 4309.0, 4275.0, 4308.0, 4287.0, 4308.0, 4297.0, 4319.0, 4287.0, 4289.0, 4299.0, 4297.0, 4297.0, 4307.0, 4298.0, 4329.0, 4287.0, 4278.0, 4288.0, 4300.0, 4301.0, 4302.0, 4302.0, 4323.0, 4313.0, 4332.0, 4322.0, 4332.0, 4324.0, 4302.0, 4312.0, 4310.0, 4329.0, 4299.0, 4329.0, 4298.0, 4349.0, 4300.0, 4309.0, 4310.0, 4278.0, 4280.0, 4269.0, 4320.0, 4291.0, 4331.0, 4314.0, 4314.0, 4315.0, 4323.0, 4324.0, 4313.0, 4305.0, 4283.0, 4334.0, 4310.0, 4345.0, 4303.0, 4323.0, 4301.0, 4320.0, 4311.0], 'WindowWidth': [9526.0, 9519.0, 9490.0, 9487.0, 9482.0, 9499.0, 9464.0, 9503.0, 9482.0, 9467.0, 9467.0, 9489.0, 9490.0, 9496.0, 9478.0, 9505.0, 9482.0, 9474.0, 9502.0, 9515.0, 9505.0, 9534.0, 9530.0, 9513.0, 9532.0, 9514.0, 9535.0, 9531.0, 9551.0, 9549.0, 9538.0, 9516.0, 9530.0, 9511.0, 9528.0, 9510.0, 9548.0, 9542.0, 9511.0, 9492.0, 9509.0, 9502.0, 9541.0, 9507.0, 9520.0, 9488.0, 9510.0, 9505.0, 9541.0, 9508.0, 9558.0, 9519.0, 9510.0, 9509.0, 9537.0, 9528.0, 9532.0, 9524.0, 9509.0, 9527.0, 9526.0, 9523.0, 9539.0, 9550.0, 9550.0, 9557.0, 9524.0, 9554.0, 9541.0, 9573.0, 9560.0, 9601.0, 9572.0, 9588.0, 9555.0, 9568.0, 9553.0, 9601.0, 9539.0, 9574.0, 9527.0, 9556.0, 9526.0, 9590.0, 9514.0, 9533.0, 9523.0, 9520.0, 9512.0, 9521.0, 9528.0, 9508.0, 9522.0, 9527.0, 9542.0, 9525.0, 9560.0, 9528.0, 9528.0, 9549.0, 9557.0, 9528.0, 9576.0, 9532.0, 9532.0, 9546.0, 9544.0, 9550.0, 9548.0, 9556.0, 9538.0, 9550.0, 9551.0, 9566.0, 9552.0, 9603.0, 9555.0, 9562.0, 9535.0, 9546.0, 9551.0, 9562.0, 9531.0, 9512.0, 9526.0, 9504.0, 9557.0, 9505.0, 9574.0, 9505.0, 9518.0, 9505.0, 9533.0, 9504.0, 9547.0, 9507.0, 9504.0, 9503.0, 9504.0, 9523.0, 9537.0, 9525.0, 9528.0, 9530.0, 9513.0, 9529.0, 9513.0, 9549.0, 9533.0, 9534.0, 9529.0, 9528.0, 9531.0, 9576.0, 9538.0, 9563.0, 9531.0, 9514.0, 9531.0, 9525.0, 9563.0, 9527.0, 9533.0, 9529.0, 9535.0, 9524.0, 9571.0, 9536.0, 9558.0, 9527.0, 9526.0, 9513.0, 9524.0, 9537.0, 9529.0, 9568.0, 9526.0, 9529.0, 9530.0, 9530.0, 9521.0, 9510.0, 9504.0, 9524.0, 9527.0, 9512.0, 9509.0, 9494.0, 9505.0, 9534.0, 9508.0, 9538.0, 9510.0, 9505.0, 9504.0, 9535.0, 9526.0, 9559.0, 9528.0, 9525.0, 9510.0, 9509.0, 9526.0, 9551.0, 9523.0, 9509.0, 9511.0, 9492.0, 9511.0, 9494.0, 9526.0, 9510.0, 9551.0, 9512.0, 9510.0, 9511.0, 9511.0, 9506.0, 9540.0, 9511.0, 9511.0, 9528.0, 9510.0, 9531.0, 9556.0, 9532.0, 9562.0, 9553.0, 9534.0, 9538.0, 9534.0, 9532.0, 9564.0, 9540.0, 9531.0, 9521.0, 9526.0, 9562.0, 9528.0, 9599.0, 9531.0, 9529.0, 9511.0, 9537.0, 9511.0, 9553.0, 9531.0, 9552.0, 9514.0, 9521.0, 9508.0, 9505.0, 9510.0, 9537.0, 9511.0, 9492.0, 9491.0, 9511.0, 9542.0, 9507.0, 9559.0, 9513.0, 9531.0, 9532.0, 9522.0, 9524.0, 9555.0, 9516.0, 9529.0, 9530.0, 9523.0, 9527.0, 9539.0, 9531.0, 9514.0, 9530.0, 9509.0, 9527.0, 9526.0, 9557.0, 9549.0, 9548.0, 9537.0, 9547.0, 9548.0, 9576.0, 9551.0, 9580.0, 9534.0, 9514.0, 9516.0, 9511.0, 9532.0, 9543.0, 9567.0, 9529.0, 9514.0, 9528.0, 9509.0, 9511.0, 9533.0, 9526.0, 9574.0, 9532.0, 9545.0, 9531.0, 9541.0, 9536.0, 9577.0, 9533.0, 9525.0, 9512.0, 9553.0, 9513.0, 9606.0, 9542.0, 9552.0, 9509.0, 9489.0, 9508.0, 9535.0, 9515.0, 9509.0, 9509.0, 9491.0, 9523.0, 9528.0, 9532.0, 9533.0, 9534.0, 9534.0, 9533.0, 9534.0, 9579.0, 9555.0, 9551.0, 9540.0, 9518.0, 9535.0, 9518.0, 9538.0, 9515.0, 9515.0, 9513.0, 9559.0, 9536.0, 9598.0, 9535.0, 9557.0, 9517.0, 9510.0, 9525.0, 9515.0, 9545.0, 9518.0, 9542.0, 9533.0, 9593.0, 9559.0, 9634.0, 9556.0, 9524.0, 9550.0, 9483.0, 9486.0, 9500.0, 9549.0, 9520.0, 9510.0, 9523.0, 9507.0, 9541.0, 9527.0, 9585.0, 9539.0, 9542.0, 9515.0, 9527.0, 9543.0, 9515.0, 9512.0, 9532.0, 9529.0, 9574.0, 9547.0, 9532.0, 9518.0, 9510.0, 9524.0, 9528.0, 9533.0, 9509.0, 9571.0, 9526.0, 9506.0, 9508.0, 9502.0, 9520.0, 9508.0, 9528.0, 9527.0, 9512.0, 9527.0, 9524.0, 9531.0, 9542.0, 9536.0, 9561.0, 9537.0, 9530.0, 9534.0, 9547.0, 9535.0, 9564.0, 9537.0, 9512.0, 9513.0, 9512.0, 9528.0, 9539.0, 9531.0, 9505.0, 9507.0, 9489.0, 9522.0, 9510.0, 9523.0, 9504.0, 9513.0, 9509.0, 9513.0, 9514.0, 9531.0, 9531.0, 9532.0, 9528.0, 9532.0, 9532.0, 9536.0, 9549.0, 9561.0, 9553.0, 9550.0, 9553.0, 9552.0, 9555.0, 9577.0, 9558.0, 9562.0, 9535.0, 9548.0, 9547.0, 9575.0, 9550.0, 9523.0, 9512.0, 9499.0, 9545.0, 9513.0, 9538.0, 9512.0, 9536.0, 9524.0, 9526.0, 9529.0, 9540.0, 9527.0, 9572.0, 9530.0, 9529.0, 9529.0, 9542.0, 9531.0, 9554.0, 9553.0, 9516.0, 9527.0, 9517.0, 9531.0, 9527.0, 9543.0, 9533.0, 9529.0, 9531.0, 9541.0, 9547.0, 9574.0, 9533.0, 9596.0, 9535.0, 9516.0, 9533.0, 9520.0, 9544.0, 9527.0, 9563.0, 9531.0, 9531.0, 9531.0, 9542.0, 9527.0, 9576.0, 9550.0, 9543.0, 9533.0, 9551.0, 9549.0, 9545.0, 9551.0, 9532.0, 9533.0, 9548.0, 9560.0, 9552.0, 9579.0, 9553.0, 9566.0, 9552.0, 9577.0, 9536.0, 9531.0, 9533.0, 9535.0, 9541.0, 9529.0, 9573.0, 9557.0, 9535.0, 9537.0, 9536.0, 9552.0, 9532.0, 9567.0, 9534.0, 9532.0, 9530.0, 9544.0, 9531.0, 9576.0, 9536.0, 9542.0, 9534.0, 9534.0, 9545.0, 9533.0, 9535.0, 9527.0, 9532.0, 9529.0, 9530.0, 9532.0, 9590.0, 9537.0, 9545.0, 9546.0, 9559.0, 9536.0, 9530.0, 9538.0, 9532.0, 9532.0, 9530.0, 9541.0, 9526.0, 9573.0, 9533.0, 9530.0, 9531.0, 9517.0, 9529.0, 9514.0, 9551.0, 9530.0, 9520.0, 9529.0, 9539.0, 9549.0, 9572.0, 9530.0, 9554.0, 9518.0, 9510.0, 9510.0, 9512.0, 9542.0, 9510.0, 9578.0, 9523.0, 9522.0, 9527.0, 9539.0, 9509.0, 9566.0, 9527.0, 9506.0, 9509.0, 9495.0, 9525.0, 9509.0, 9530.0, 9514.0, 9512.0, 9528.0, 9529.0, 9531.0, 9552.0, 9531.0, 9573.0, 9529.0, 9509.0, 9530.0, 9531.0, 9528.0, 9526.0, 9514.0, 9527.0, 9513.0, 9534.0, 9557.0, 9535.0, 9564.0, 9534.0, 9519.0, 9532.0, 9536.0, 9551.0, 9549.0, 9597.0, 9538.0, 9548.0, 9537.0, 9563.0, 9532.0, 9593.0, 9548.0, 9511.0, 9512.0, 9511.0, 9527.0, 9511.0, 9539.0, 9509.0, 9542.0, 9515.0, 9508.0, 9526.0, 9539.0, 9527.0, 9592.0, 9552.0, 9511.0, 9528.0, 9509.0, 9514.0, 9514.0, 9517.0, 9528.0, 9525.0, 9517.0, 9531.0, 9554.0, 9556.0, 9595.0, 9562.0, 9557.0, 9542.0, 9534.0, 9550.0, 9512.0, 9565.0, 9517.0, 9541.0, 9509.0, 9531.0, 9524.0, 9541.0, 9507.0, 9491.0, 9500.0, 9491.0, 9507.0, 9518.0, 9515.0, 9522.0, 9509.0, 9507.0, 9528.0, 9536.0, 9551.0, 9519.0, 9536.0, 9536.0, 9539.0, 9539.0, 9537.0, 9537.0, 9550.0, 9551.0, 9596.0, 9539.0, 9579.0, 9534.0, 9542.0, 9547.0, 9574.0, 9530.0, 9586.0, 9512.0, 9503.0, 9506.0, 9506.0, 9524.0, 9507.0, 9508.0, 9502.0, 9507.0, 9524.0, 9524.0, 9538.0, 9551.0, 9512.0, 9508.0, 9526.0, 9523.0, 9528.0, 9566.0, 9550.0, 9514.0, 9533.0, 9515.0, 9546.0, 9514.0, 9536.0, 9532.0, 9536.0, 9518.0, 9531.0, 9531.0, 9543.0, 9534.0, 9535.0, 9538.0, 9534.0, 9538.0, 9576.0, 9554.0, 9552.0, 9539.0, 9533.0, 9534.0, 9539.0, 9545.0, 9528.0, 9599.0, 9534.0, 9546.0, 9534.0, 9562.0, 9547.0, 9573.0, 9546.0, 9495.0, 9509.0, 9502.0, 9523.0, 9522.0, 9552.0, 9510.0, 9541.0, 9527.0, 9509.0, 9513.0, 9511.0, 9531.0, 9529.0, 9515.0, 9517.0, 9514.0, 9496.0, 9512.0, 9509.0, 9526.0, 9508.0, 9557.0, 9525.0, 9508.0, 9524.0, 9524.0, 9529.0, 9551.0, 9526.0, 9567.0, 9531.0, 9513.0, 9529.0, 9510.0, 9530.0, 9528.0, 9577.0, 9538.0, 9532.0, 9531.0, 9527.0, 9530.0, 9554.0, 9533.0, 9550.0, 9521.0, 9513.0, 9526.0, 9528.0, 9542.0, 9516.0, 9545.0, 9531.0, 9545.0, 9550.0, 9531.0, 9534.0, 9537.0, 9534.0, 9532.0, 9521.0, 9533.0, 9547.0, 9536.0, 9581.0, 9541.0, 9594.0, 9540.0, 9521.0, 9532.0, 9516.0, 9529.0, 9535.0, 9534.0, 9521.0, 9536.0, 9599.0, 9545.0, 9559.0, 9543.0, 9562.0, 9592.0, 9558.0, 9540.0, 9542.0, 9561.0, 9545.0, 9537.0, 9560.0, 9541.0, 9581.0, 9537.0, 9543.0, 9544.0, 9547.0, 9580.0, 9574.0, 9585.0, 9561.0, 9581.0, 9517.0, 9522.0, 9526.0, 9523.0, 9567.0, 9553.0, 9547.0, 9550.0, 9597.0, 9553.0, 9501.0, 9527.0, 9503.0, 9585.0, 9526.0, 9568.0, 9519.0, 9475.0, 9490.0, 9492.0, 9526.0, 9512.0, 9555.0, 9532.0, 9536.0, 9516.0, 9526.0, 9507.0, 9487.0, 9533.0, 9513.0, 9560.0, 9543.0, 9518.0, 9530.0, 9511.0, 9559.0, 9516.0, 9547.0, 9529.0, 9539.0, 9529.0, 9546.0, 9529.0, 9513.0, 9515.0, 9512.0, 9538.0, 9512.0, 9535.0, 9552.0, 9500.0, 9533.0, 9531.0, 9518.0, 9534.0, 9535.0, 9537.0, 9540.0, 9576.0, 9549.0, 9552.0, 9537.0, 9535.0, 9520.0, 9527.0, 9559.0, 9509.0, 9571.0, 9542.0, 9538.0, 9513.0, 9504.0, 9540.0, 9504.0, 9527.0, 9515.0, 9576.0, 9536.0, 9536.0, 9534.0, 9520.0, 9523.0, 9507.0, 9567.0, 9524.0, 9535.0, 9537.0, 9538.0, 9536.0, 9582.0, 9538.0, 9530.0, 9533.0, 9486.0, 9515.0, 9502.0, 9523.0, 9514.0, 9565.0, 9518.0, 9512.0, 9534.0, 9499.0, 9532.0, 9502.0, 9543.0, 9538.0, 9554.0, 9540.0, 9548.0, 9539.0, 9561.0, 9549.0, 9561.0, 9547.0, 9517.0, 9512.0, 9517.0, 9534.0, 9529.0, 9526.0, 9531.0, 9528.0, 9514.0, 9511.0, 9525.0, 9534.0, 9504.0, 9539.0, 9541.0, 9533.0, 9557.0, 9559.0, 9547.0, 9537.0, 9530.0, 9550.0, 9524.0, 9581.0, 9561.0, 9523.0, 9558.0, 9507.0, 9519.0, 9515.0, 9565.0, 9518.0, 9569.0, 9539.0, 9536.0, 9542.0, 9524.0, 9535.0, 9564.0, 9553.0, 9557.0, 9546.0, 9528.0, 9524.0, 9529.0, 9566.0, 9541.0, 9524.0, 9551.0, 9539.0, 9568.0, 9521.0, 9600.0, 9583.0, 9529.0, 9516.0, 9481.0, 9525.0, 9476.0, 9540.0, 9517.0, 9501.0, 9516.0, 9512.0, 9516.0, 9549.0, 9537.0, 9533.0, 9522.0, 9524.0, 9525.0, 9526.0, 9539.0, 9532.0, 9568.0, 9546.0, 9587.0, 9563.0, 9524.0, 9511.0, 9518.0, 9548.0, 9502.0, 9599.0, 9565.0, 9613.0, 9537.0, 9574.0, 9529.0, 9534.0, 9512.0, 9508.0, 9525.0, 9507.0, 9542.0, 9526.0, 9514.0, 9499.0, 9485.0, 9499.0, 9499.0, 9498.0, 9510.0, 9503.0, 9531.0, 9517.0, 9563.0, 9523.0, 9518.0, 9519.0, 9511.0, 9516.0, 9526.0, 9541.0, 9494.0, 9548.0, 9524.0, 9536.0, 9531.0, 9532.0, 9536.0, 9523.0, 9546.0, 9553.0, 9546.0, 9550.0, 9558.0, 9613.0, 9549.0, 9617.0, 9548.0, 9599.0, 9514.0, 9561.0, 9529.0, 9611.0, 9559.0, 9493.0, 9498.0, 9502.0, 9545.0, 9517.0, 9554.0, 9538.0, 9520.0, 9532.0, 9510.0, 9535.0, 9545.0, 9550.0, 9532.0, 9564.0, 9531.0, 9548.0, 9515.0, 9517.0, 9509.0, 9536.0, 9495.0, 9542.0, 9509.0, 9510.0, 9510.0, 9510.0, 9523.0, 9518.0, 9509.0, 9572.0, 9531.0, 9521.0, 9523.0, 9474.0, 9521.0, 9491.0, 9524.0, 9507.0, 9543.0, 9495.0, 9499.0, 9511.0, 9507.0, 9507.0, 9521.0, 9511.0, 9553.0, 9492.0, 9483.0, 9499.0, 9519.0, 9520.0, 9522.0, 9522.0, 9551.0, 9538.0, 9562.0, 9549.0, 9564.0, 9557.0, 9523.0, 9534.0, 9528.0, 9552.0, 9510.0, 9555.0, 9510.0, 9586.0, 9516.0, 9527.0, 9530.0, 9483.0, 9488.0, 9473.0, 9544.0, 9506.0, 9563.0, 9543.0, 9545.0, 9545.0, 9552.0, 9555.0, 9538.0, 9530.0, 9498.0, 9570.0, 9532.0, 9590.0, 9528.0, 9552.0, 9520.0, 9540.0, 9531.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.0011152440033085195</td></tr>
<tr><td colspan=3>aqi</td><td>0.03195288693134822</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.36685183808769</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.250608722326157</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0126179256456942</td></tr>
<tr><td colspan=3>efc</td><td>0.4846</td></tr>
<tr><td colspan=3>fber</td><td>5425.0059</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1325783008185788</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>203</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.790736145574854</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.437350183550935</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3133280357550525</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.645148482389291</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3535740325084613</td></tr>
<tr><td colspan=3>gcor</td><td>0.00626014</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025614405050873756</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031626198440790176</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1209</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9636341103486634</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>31.9309</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.3016</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.4021</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297655.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>830.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.1344</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5743</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>523.322</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3492.8603</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3694.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1200.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.9671</td></tr>
<tr><td colspan=3>tsnr</td><td>34.96563531388529</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>