<?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-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-01/func/sub-0088_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>1315ed5801789e266d90f49ad309051e</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>10:26:16.062500</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.998268, -0.0458341, 0.0368764, 0.0451565, 0.998799, 0.0190042]</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.0814417</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7821, -7196, 507, -40, -240, -16, 83]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>251.173</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4651170f-8f36-4ff3-9aa5-26191e5edb27||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.6782805919647217, 0.12115158885717392, 0.10179860889911652, 107.29946899414062], [0.12296965718269348, 2.6797051429748535, 0.046726327389478683, -89.04743957519531], [0.0989367738366127, -0.050986796617507935, 2.6976757049560547, -80.34261322021484], [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': ['102616.062500', '102616.522500', '102616.982500', '102617.442500', '102617.902500', '102618.362500', '102618.822500', '102619.282500', '102619.742500', '102620.202500', '102620.662500', '102621.122500', '102621.582500', '102622.042500', '102622.502500', '102622.962500', '102623.422500', '102623.882500', '102624.342500', '102624.802500', '102625.262500', '102625.722500', '102626.182500', '102626.642500', '102627.102500', '102627.562500', '102628.022500', '102628.482500', '102628.942500', '102629.402500', '102629.862500', '102630.322500', '102630.782500', '102631.242500', '102631.702500', '102632.162500', '102632.622500', '102633.082500', '102633.542500', '102634.002500', '102634.462500', '102634.922500', '102635.382500', '102635.842500', '102636.302500', '102636.762500', '102637.222500', '102637.682500', '102638.142500', '102638.602500', '102639.062500', '102639.522500', '102639.982500', '102640.442500', '102640.902500', '102641.362500', '102641.822500', '102642.282500', '102642.742500', '102643.202500', '102643.662500', '102644.122500', '102644.582500', '102645.042500', '102645.502500', '102645.962500', '102646.422500', '102646.882500', '102647.342500', '102647.802500', '102648.262500', '102648.722500', '102649.182500', '102649.642500', '102650.102500', '102650.562500', '102651.022500', '102651.482500', '102651.942500', '102652.402500', '102652.862500', '102653.322500', '102653.782500', '102654.242500', '102654.702500', '102655.162500', '102655.622500', '102656.082500', '102656.542500', '102657.002500', '102657.462500', '102657.922500', '102658.382500', '102658.842500', '102659.302500', '102659.762500', '102700.222500', '102700.682500', '102701.142500', '102701.602500', '102702.062500', '102702.522500', '102702.982500', '102703.442500', '102703.902500', '102704.362500', '102704.822500', '102705.282500', '102705.742500', '102706.202500', '102706.662500', '102707.122500', '102707.582500', '102708.042500', '102708.502500', '102708.962500', '102709.422500', '102709.882500', '102710.342500', '102710.802500', '102711.262500', '102711.722500', '102712.182500', '102712.642500', '102713.102500', '102713.562500', '102714.022500', '102714.482500', '102714.942500', '102715.402500', '102715.862500', '102716.322500', '102716.782500', '102717.242500', '102717.702500', '102718.162500', '102718.622500', '102719.082500', '102719.542500', '102720.002500', '102720.462500', '102720.922500', '102721.382500', '102721.842500', '102722.302500', '102722.762500', '102723.222500', '102723.682500', '102724.142500', '102724.602500', '102725.062500', '102725.522500', '102725.982500', '102726.442500', '102726.902500', '102727.362500', '102727.822500', '102728.282500', '102728.742500', '102729.202500', '102729.662500', '102730.122500', '102730.582500', '102731.042500', '102731.502500', '102731.962500', '102732.422500', '102732.882500', '102733.342500', '102733.802500', '102734.262500', '102734.722500', '102735.182500', '102735.642500', '102736.102500', '102736.562500', '102737.022500', '102737.482500', '102737.942500', '102738.402500', '102738.862500', '102739.322500', '102739.782500', '102740.242500', '102740.702500', '102741.162500', '102741.622500', '102742.082500', '102742.542500', '102743.002500', '102743.462500', '102743.922500', '102744.382500', '102744.842500', '102745.302500', '102745.762500', '102746.222500', '102746.682500', '102747.142500', '102747.602500', '102748.062500', '102748.522500', '102748.982500', '102749.442500', '102749.902500', '102750.362500', '102750.822500', '102751.282500', '102751.742500', '102752.202500', '102752.662500', '102753.122500', '102753.582500', '102754.042500', '102754.502500', '102754.962500', '102755.422500', '102755.882500', '102756.342500', '102756.802500', '102757.262500', '102757.722500', '102758.182500', '102758.642500', '102759.102500', '102759.562500', '102800.022500', '102800.482500', '102800.942500', '102801.402500', '102801.862500', '102802.322500', '102802.782500', '102803.242500', '102803.702500', '102804.162500', '102804.622500', '102805.082500', '102805.542500', '102806.002500', '102806.462500', '102806.922500', '102807.382500', '102807.842500', '102808.302500', '102808.762500', '102809.222500', '102809.682500', '102810.142500', '102810.602500', '102811.062500', '102811.522500', '102811.982500', '102812.442500', '102812.902500', '102813.362500', '102813.822500', '102814.282500', '102814.742500', '102815.202500', '102815.662500', '102816.122500', '102816.582500', '102817.042500', '102817.502500', '102817.962500', '102818.422500', '102818.882500', '102819.342500', '102819.802500', '102820.262500', '102820.722500', '102821.182500', '102821.642500', '102822.102500', '102822.562500', '102823.022500', '102823.482500', '102823.942500', '102824.402500', '102824.862500', '102825.322500', '102825.782500', '102826.242500', '102826.702500', '102827.162500', '102827.622500', '102828.082500', '102828.542500', '102829.002500', '102829.462500', '102829.922500', '102830.382500', '102830.842500', '102831.302500', '102831.762500', '102832.222500', '102832.682500', '102833.142500', '102833.602500', '102834.062500', '102834.522500', '102834.982500', '102835.442500', '102835.902500', '102836.362500', '102836.822500', '102837.282500', '102837.742500', '102838.202500', '102838.662500', '102839.122500', '102839.582500', '102840.042500', '102840.502500', '102840.962500', '102841.422500', '102841.882500', '102842.342500', '102842.802500', '102843.262500', '102843.722500', '102844.182500', '102844.642500', '102845.102500', '102845.562500', '102846.022500', '102846.482500', '102846.942500', '102847.402500', '102847.862500', '102848.322500', '102848.782500', '102849.242500', '102849.702500', '102850.162500', '102850.622500', '102851.082500', '102851.542500', '102852.002500', '102852.462500', '102852.922500', '102853.382500', '102853.842500', '102854.302500', '102854.762500', '102855.222500', '102855.682500', '102856.142500', '102856.602500', '102857.062500', '102857.522500', '102857.982500', '102858.442500', '102858.902500', '102859.362500', '102859.822500', '102900.282500', '102900.742500', '102901.202500', '102901.662500', '102902.122500', '102902.582500', '102903.042500', '102903.502500', '102903.962500', '102904.422500', '102904.882500', '102905.342500', '102905.802500', '102906.262500', '102906.722500', '102907.182500', '102907.642500', '102908.102500', '102908.562500', '102909.022500', '102909.482500', '102909.942500', '102910.402500', '102910.862500', '102911.322500', '102911.782500', '102912.242500', '102912.702500', '102913.162500', '102913.622500', '102914.082500', '102914.542500', '102915.002500', '102915.462500', '102915.922500', '102916.382500', '102916.842500', '102917.302500', '102917.762500', '102918.222500', '102918.682500', '102919.142500', '102919.602500', '102920.062500', '102920.522500', '102920.982500', '102921.442500', '102921.902500', '102922.362500', '102922.822500', '102923.282500', '102923.742500', '102924.202500', '102924.662500', '102925.122500', '102925.582500', '102926.042500', '102926.502500', '102926.962500', '102927.422500', '102927.882500', '102928.342500', '102928.802500', '102929.262500', '102929.722500', '102930.182500', '102930.642500', '102931.102500', '102931.562500', '102932.022500', '102932.482500', '102932.942500', '102933.402500', '102933.862500', '102934.322500', '102934.782500', '102935.242500', '102935.702500', '102936.162500', '102936.622500', '102937.082500', '102937.542500', '102938.002500', '102938.462500', '102938.922500', '102939.382500', '102939.842500', '102940.302500', '102940.762500', '102941.222500', '102941.682500', '102942.142500', '102942.602500', '102943.062500', '102943.522500', '102943.982500', '102944.442500', '102944.902500', '102945.362500', '102945.822500', '102946.282500', '102946.742500', '102947.202500', '102947.662500', '102948.122500', '102948.582500', '102949.042500', '102949.502500', '102949.962500', '102950.422500', '102950.882500', '102951.342500', '102951.802500', '102952.262500', '102952.722500', '102953.182500', '102953.642500', '102954.102500', '102954.562500', '102955.022500', '102955.482500', '102955.942500', '102956.402500', '102956.862500', '102957.322500', '102957.782500', '102958.242500', '102958.702500', '102959.162500', '102959.622500', '103000.082500', '103000.542500', '103001.002500', '103001.462500', '103001.922500', '103002.382500', '103002.842500', '103003.302500', '103003.762500', '103004.222500', '103004.682500', '103005.142500', '103005.602500', '103006.062500', '103006.522500', '103006.982500', '103007.442500', '103007.902500', '103008.362500', '103008.822500', '103009.282500', '103009.742500', '103010.202500', '103010.662500', '103011.122500', '103011.582500', '103012.042500', '103012.502500', '103012.962500', '103013.422500', '103013.882500', '103014.342500', '103014.802500', '103015.262500', '103015.722500', '103016.182500', '103016.642500', '103017.102500', '103017.562500', '103018.022500', '103018.482500', '103018.942500', '103019.402500', '103019.862500', '103020.322500', '103020.782500', '103021.242500', '103021.702500', '103022.162500', '103022.622500', '103023.082500', '103023.542500', '103024.002500', '103024.462500', '103024.922500', '103025.382500', '103025.842500', '103026.302500', '103026.762500', '103027.222500', '103027.682500', '103028.142500', '103028.602500', '103029.062500', '103029.522500', '103029.982500', '103030.442500', '103030.902500', '103031.362500', '103031.822500', '103032.282500', '103032.742500', '103033.202500', '103033.662500', '103034.122500', '103034.582500', '103035.042500', '103035.502500', '103035.962500', '103036.422500', '103036.882500', '103037.342500', '103037.802500', '103038.262500', '103038.722500', '103039.182500', '103039.642500', '103040.102500', '103040.562500', '103041.022500', '103041.482500', '103041.942500', '103042.402500', '103042.862500', '103043.322500', '103043.782500', '103044.242500', '103044.702500', '103045.162500', '103045.622500', '103046.082500', '103046.542500', '103047.002500', '103047.462500', '103047.922500', '103048.382500', '103048.842500', '103049.302500', '103049.762500', '103050.222500', '103050.682500', '103051.142500', '103051.602500', '103052.062500', '103052.522500', '103052.982500', '103053.442500', '103053.902500', '103054.362500', '103054.822500', '103055.282500', '103055.742500', '103056.202500', '103056.662500', '103057.122500', '103057.582500', '103058.042500', '103058.502500', '103058.962500', '103059.422500', '103059.882500', '103100.342500', '103100.802500', '103101.262500', '103101.722500', '103102.182500', '103102.642500', '103103.102500', '103103.562500', '103104.022500', '103104.482500', '103104.942500', '103105.402500', '103105.862500', '103106.322500', '103106.782500', '103107.242500', '103107.702500', '103108.162500', '103108.622500', '103109.082500', '103109.542500', '103110.002500', '103110.462500', '103110.922500', '103111.382500', '103111.842500', '103112.302500', '103112.762500', '103113.222500', '103113.682500', '103114.142500', '103114.602500', '103115.062500', '103115.522500', '103115.982500', '103116.442500', '103116.902500', '103117.362500', '103117.822500', '103118.282500', '103118.742500', '103119.202500', '103119.662500', '103120.122500', '103120.582500', '103121.042500', '103121.502500', '103121.962500', '103122.422500', '103122.882500', '103123.342500', '103123.802500', '103124.262500', '103124.722500', '103125.182500', '103125.642500', '103126.102500', '103126.562500', '103127.022500', '103127.482500', '103127.942500', '103128.402500', '103128.862500', '103129.322500', '103129.782500', '103130.242500', '103130.702500', '103131.162500', '103131.622500', '103132.082500', '103132.542500', '103133.002500', '103133.462500', '103133.922500', '103134.382500', '103134.842500', '103135.302500', '103135.762500', '103136.222500', '103136.682500', '103137.142500', '103137.602500', '103138.062500', '103138.522500', '103138.982500', '103139.442500', '103139.902500', '103140.362500', '103140.822500', '103141.282500', '103141.742500', '103142.202500', '103142.662500', '103143.122500', '103143.582500', '103144.042500', '103144.502500', '103144.962500', '103145.422500', '103145.882500', '103146.342500', '103146.802500', '103147.262500', '103147.722500', '103148.182500', '103148.642500', '103149.102500', '103149.562500', '103150.022500', '103150.482500', '103150.942500', '103151.402500', '103151.862500', '103152.322500', '103152.782500', '103153.242500', '103153.702500', '103154.162500', '103154.622500', '103155.082500', '103155.542500', '103156.002500', '103156.462500', '103156.922500', '103157.382500', '103157.842500', '103158.302500', '103158.762500', '103159.222500', '103159.682500', '103200.142500', '103200.602500', '103201.062500', '103201.522500', '103201.982500', '103202.442500', '103202.902500', '103203.362500', '103203.822500', '103204.282500', '103204.742500', '103205.202500', '103205.662500', '103206.122500', '103206.582500', '103207.042500', '103207.502500', '103207.962500', '103208.422500', '103208.882500', '103209.342500', '103209.802500', '103210.262500', '103210.722500', '103211.182500', '103211.642500', '103212.102500', '103212.562500', '103213.022500', '103213.482500', '103213.942500', '103214.402500', '103214.862500', '103215.322500', '103215.782500', '103216.242500', '103216.702500', '103217.162500', '103217.622500', '103218.082500', '103218.542500', '103219.002500', '103219.462500', '103219.922500', '103220.382500', '103220.842500', '103221.302500', '103221.762500', '103222.222500', '103222.682500', '103223.142500', '103223.602500', '103224.062500', '103224.522500', '103224.982500', '103225.442500', '103225.902500', '103226.362500', '103226.822500', '103227.282500', '103227.742500', '103228.202500', '103228.662500', '103229.122500', '103229.582500', '103230.042500', '103230.502500', '103230.962500', '103231.422500', '103231.882500', '103232.342500', '103232.802500', '103233.262500', '103233.722500', '103234.182500', '103234.642500', '103235.102500', '103235.562500', '103236.022500', '103236.482500', '103236.942500', '103237.402500', '103237.862500', '103238.322500', '103238.782500', '103239.242500', '103239.702500', '103240.162500', '103240.622500', '103241.082500', '103241.542500', '103242.002500', '103242.462500', '103242.922500', '103243.382500', '103243.842500', '103244.302500', '103244.762500', '103245.222500', '103245.682500', '103246.142500', '103246.602500', '103247.062500', '103247.522500', '103247.982500', '103248.442500', '103248.902500', '103249.362500', '103249.822500', '103250.282500', '103250.742500', '103251.202500', '103251.662500', '103252.122500', '103252.582500', '103253.042500', '103253.502500', '103253.962500', '103254.422500', '103254.882500', '103255.342500', '103255.802500', '103256.262500', '103256.722500', '103257.182500', '103257.642500', '103258.102500', '103258.562500', '103259.022500', '103259.482500', '103259.942500', '103300.402500', '103300.862500', '103301.322500', '103301.782500', '103302.242500', '103302.702500', '103303.162500', '103303.622500', '103304.082500', '103304.542500', '103305.002500', '103305.462500', '103305.922500', '103306.382500', '103306.842500', '103307.302500', '103307.762500', '103308.222500', '103308.682500', '103309.142500', '103309.602500', '103310.062500', '103310.522500', '103310.982500', '103311.442500', '103311.902500', '103312.362500', '103312.822500', '103313.282500', '103313.742500', '103314.202500', '103314.662500', '103315.122500', '103315.582500', '103316.042500', '103316.502500', '103316.962500', '103317.422500', '103317.882500', '103318.342500', '103318.802500', '103319.262500', '103319.722500', '103320.182500', '103320.642500', '103321.102500', '103321.562500', '103322.022500', '103322.482500', '103322.942500', '103323.402500', '103323.862500', '103324.322500', '103324.782500', '103325.242500', '103325.702500', '103326.162500', '103326.622500', '103327.082500', '103327.542500', '103328.002500', '103328.462500', '103328.922500', '103329.382500', '103329.842500', '103330.302500', '103330.762500', '103331.222500', '103331.682500', '103332.142500', '103332.602500', '103333.062500', '103333.522500', '103333.982500', '103334.442500', '103334.902500', '103335.362500', '103335.822500', '103336.282500', '103336.742500', '103337.202500', '103337.662500', '103338.122500', '103338.582500', '103339.042500', '103339.502500', '103339.962500', '103340.422500', '103340.882500', '103341.342500', '103341.802500', '103342.262500', '103342.722500', '103343.182500', '103343.642500', '103344.102500', '103344.562500', '103345.022500', '103345.482500', '103345.942500', '103346.402500', '103346.862500', '103347.322500', '103347.782500', '103348.242500', '103348.702500', '103349.162500', '103349.622500', '103350.082500', '103350.542500', '103351.002500', '103351.462500', '103351.922500', '103352.382500', '103352.842500', '103353.302500', '103353.762500', '103354.222500', '103354.682500', '103355.142500', '103355.602500', '103356.062500', '103356.522500', '103356.982500', '103357.442500', '103357.902500', '103358.362500', '103358.822500', '103359.282500', '103359.742500', '103400.202500', '103400.662500', '103401.122500', '103401.582500', '103402.042500', '103402.502500', '103402.962500', '103403.422500', '103403.882500', '103404.342500', '103404.802500', '103405.262500', '103405.722500', '103406.182500', '103406.642500', '103407.102500', '103407.562500', '103408.022500', '103408.482500', '103408.942500', '103409.402500', '103409.862500', '103410.322500', '103410.782500', '103411.242500', '103411.702500', '103412.162500', '103412.622500', '103413.082500', '103413.542500', '103414.002500', '103414.462500', '103414.922500', '103415.382500', '103415.842500', '103416.302500', '103416.762500', '103417.222500', '103417.682500', '103418.142500', '103418.602500', '103419.062500', '103419.522500', '103419.982500', '103420.442500', '103420.902500', '103421.362500', '103421.822500', '103422.282500', '103422.742500', '103423.202500', '103423.662500', '103424.122500', '103424.582500', '103425.042500', '103425.502500', '103425.962500', '103426.422500', '103426.882500', '103427.342500', '103427.802500', '103428.262500', '103428.722500', '103429.182500', '103429.642500', '103430.102500', '103430.562500', '103431.022500', '103431.482500', '103431.942500', '103432.402500', '103432.862500', '103433.322500', '103433.782500', '103434.242500', '103434.702500', '103435.162500', '103435.622500', '103436.082500', '103436.542500', '103437.002500', '103437.462500', '103437.922500', '103438.382500', '103438.842500', '103439.302500', '103439.762500', '103440.222500', '103440.682500', '103441.142500', '103441.602500', '103442.062500', '103442.522500', '103442.982500', '103443.442500', '103443.902500', '103444.362500', '103444.822500', '103445.282500', '103445.742500', '103446.202500', '103446.662500', '103447.122500', '103447.582500', '103448.042500', '103448.502500', '103448.962500', '103449.422500', '103449.882500', '103450.342500', '103450.802500', '103451.262500', '103451.722500', '103452.182500', '103452.642500', '103453.102500', '103453.562500', '103454.022500', '103454.482500', '103454.942500', '103455.402500', '103455.862500', '103456.322500', '103456.782500', '103457.242500', '103457.702500', '103458.162500', '103458.622500', '103459.082500', '103459.542500', '103500.002500', '103500.462500', '103500.922500', '103501.382500', '103501.842500', '103502.302500', '103502.762500', '103503.222500', '103503.682500', '103504.142500', '103504.602500', '103505.062500', '103505.522500', '103505.982500', '103506.442500', '103506.902500', '103507.362500', '103507.822500', '103508.282500', '103508.742500', '103509.202500', '103509.662500', '103510.122500', '103510.582500', '103511.042500', '103511.502500', '103511.962500', '103512.422500', '103512.882500', '103513.342500', '103513.802500', '103514.262500', '103514.722500', '103515.182500', '103515.642500', '103516.102500', '103516.562500', '103517.022500', '103517.482500', '103517.942500', '103518.402500', '103518.862500', '103519.322500', '103519.782500', '103520.242500', '103520.702500', '103521.162500', '103521.622500', '103522.082500', '103522.542500', '103523.002500', '103523.462500', '103523.922500', '103524.382500', '103524.842500', '103525.302500', '103525.762500', '103526.222500', '103526.682500', '103527.142500', '103527.602500', '103528.062500', '103528.522500', '103528.982500', '103529.442500', '103529.902500', '103530.362500', '103530.822500', '103531.282500', '103531.742500'], 'ContentTime': ['102645.452000', '102645.455000', '102645.458000', '102645.460000', '102645.463000', '102645.466000', '102645.468000', '102645.471000', '102645.473000', '102645.476000', '102645.478000', '102645.481000', '102645.483000', '102645.486000', '102645.488000', '102645.491000', '102645.494000', '102645.496000', '102645.499000', '102645.501000', '102645.504000', '102645.506000', '102645.509000', '102645.517000', '102645.520000', '102645.522000', '102645.525000', '102645.527000', '102645.530000', '102645.533000', '102645.535000', '102645.538000', '102645.540000', '102645.543000', '102645.545000', '102645.548000', '102645.550000', '102645.553000', '102645.556000', '102645.558000', '102645.561000', '102645.563000', '102645.566000', '102645.569000', '102645.571000', '102645.574000', '102645.577000', '102645.579000', '102645.582000', '102645.584000', '102645.593000', '102645.596000', '102645.599000', '102645.601000', '102645.604000', '102645.606000', '102645.609000', '102645.611000', '102645.614000', '102645.617000', '102645.619000', '102705.417000', '102705.420000', '102705.423000', '102705.425000', '102705.428000', '102705.431000', '102705.433000', '102705.436000', '102705.438000', '102705.441000', '102705.443000', '102705.446000', '102705.448000', '102705.451000', '102705.453000', '102705.456000', '102705.459000', '102705.461000', '102705.464000', '102705.466000', '102705.469000', '102705.471000', '102705.474000', '102705.476000', '102705.479000', '102705.482000', '102705.484000', '102705.487000', '102705.489000', '102705.492000', '102705.494000', '102705.497000', '102705.499000', '102705.502000', '102705.505000', '102705.507000', '102705.510000', '102705.512000', '102705.515000', '102705.517000', '102705.521000', '102705.523000', '102705.526000', '102725.416000', '102725.419000', '102725.422000', '102725.425000', '102725.427000', '102725.430000', '102725.432000', '102725.435000', '102725.438000', '102725.440000', '102725.443000', '102725.446000', '102725.449000', '102725.451000', '102725.454000', '102725.457000', '102725.459000', '102725.462000', '102725.464000', '102725.467000', '102725.469000', '102725.472000', '102725.475000', '102725.477000', '102725.480000', '102725.482000', '102725.485000', '102725.487000', '102725.490000', '102725.493000', '102725.495000', '102725.498000', '102725.501000', '102725.503000', '102725.506000', '102725.509000', '102725.511000', '102725.514000', '102725.516000', '102725.519000', '102725.522000', '102725.525000', '102725.527000', '102725.530000', '102745.417000', '102745.419000', '102745.422000', '102745.425000', '102745.427000', '102745.430000', '102745.432000', '102745.435000', '102745.438000', '102745.440000', '102745.443000', '102745.445000', '102745.448000', '102745.453000', '102745.456000', '102745.458000', '102745.461000', '102745.464000', '102745.466000', '102745.469000', '102745.472000', '102745.474000', '102745.477000', '102745.480000', '102745.482000', '102745.485000', '102745.487000', '102745.490000', '102745.492000', '102745.495000', '102745.498000', '102745.500000', '102745.503000', '102745.506000', '102745.509000', '102745.533000', '102745.535000', '102745.538000', '102745.541000', '102745.543000', '102745.546000', '102745.549000', '102745.551000', '102805.417000', '102805.420000', '102805.422000', '102805.425000', '102805.427000', '102805.430000', '102805.433000', '102805.435000', '102805.438000', '102805.441000', '102805.443000', '102805.446000', '102805.448000', '102805.451000', '102805.453000', '102805.456000', '102805.459000', '102805.461000', '102805.464000', '102805.466000', '102805.469000', '102805.472000', '102805.474000', '102805.477000', '102805.480000', '102805.482000', '102805.487000', '102805.489000', '102805.492000', '102805.494000', '102805.497000', '102805.500000', '102805.502000', '102805.505000', '102805.508000', '102805.510000', '102805.513000', '102805.516000', '102805.518000', '102805.521000', '102805.524000', '102805.526000', '102805.529000', '102825.418000', '102825.421000', '102825.423000', '102825.426000', '102825.429000', '102825.431000', '102825.434000', '102825.437000', '102825.439000', '102825.442000', '102825.444000', '102825.447000', '102825.449000', '102825.452000', '102825.455000', '102825.457000', '102825.460000', '102825.462000', '102825.465000', '102825.467000', '102825.470000', '102825.473000', '102825.475000', '102825.478000', '102825.480000', '102825.483000', '102825.486000', '102825.488000', '102825.491000', '102825.494000', '102825.496000', '102825.499000', '102825.501000', '102825.504000', '102825.507000', '102825.509000', '102825.512000', '102825.515000', '102825.517000', '102825.520000', '102825.522000', '102825.525000', '102825.528000', '102825.531000', '102845.417000', '102845.420000', '102845.423000', '102845.426000', '102845.428000', '102845.431000', '102845.433000', '102845.436000', '102845.439000', '102845.442000', '102845.444000', '102845.447000', '102845.450000', '102845.452000', '102845.455000', '102845.458000', '102845.460000', '102845.463000', '102845.466000', '102845.468000', '102845.471000', '102845.473000', '102845.476000', '102845.478000', '102845.481000', '102845.484000', '102845.487000', '102845.490000', '102845.493000', '102845.495000', '102845.498000', '102845.501000', '102845.503000', '102845.506000', '102845.509000', '102845.511000', '102845.514000', '102845.517000', '102845.519000', '102845.522000', '102845.525000', '102845.527000', '102845.530000', '102905.417000', '102905.420000', '102905.430000', '102905.433000', '102905.435000', '102905.438000', '102905.440000', '102905.443000', '102905.446000', '102905.449000', '102905.451000', '102905.454000', '102905.456000', '102905.459000', '102905.462000', '102905.465000', '102905.467000', '102905.470000', '102905.472000', '102905.475000', '102905.478000', '102905.480000', '102905.483000', '102905.486000', '102905.488000', '102905.491000', '102905.493000', '102905.496000', '102905.499000', '102905.501000', '102905.504000', '102905.506000', '102905.509000', '102905.512000', '102905.514000', '102905.517000', '102905.519000', '102905.522000', '102905.525000', '102905.527000', '102905.530000', '102905.532000', '102905.535000', '102905.538000', '102925.418000', '102925.421000', '102925.423000', '102925.426000', '102925.428000', '102925.431000', '102925.433000', '102925.436000', '102925.439000', '102925.441000', '102925.444000', '102925.446000', '102925.449000', '102925.452000', '102925.455000', '102925.458000', '102925.462000', '102925.477000', '102925.480000', '102925.483000', '102925.485000', '102925.488000', '102925.490000', '102925.493000', '102925.496000', '102925.498000', '102925.501000', '102925.504000', '102925.506000', '102925.509000', '102925.512000', '102925.514000', '102925.517000', '102925.520000', '102925.522000', '102925.525000', '102925.528000', '102925.530000', '102925.533000', '102925.536000', '102925.538000', '102925.541000', '102925.543000', '102945.417000', '102945.419000', '102945.422000', '102945.425000', '102945.428000', '102945.430000', '102945.433000', '102945.436000', '102945.438000', '102945.441000', '102945.443000', '102945.446000', '102945.449000', '102945.451000', '102945.454000', '102945.456000', '102945.459000', '102945.462000', '102945.471000', '102945.474000', '102945.477000', '102945.479000', '102945.482000', '102945.484000', '102945.487000', '102945.490000', '102945.492000', '102945.495000', '102945.497000', '102945.500000', '102945.503000', '102945.505000', '102945.508000', '102945.510000', '102945.513000', '102945.516000', '102945.518000', '102945.521000', '102945.524000', '102945.526000', '102945.529000', '102945.531000', '102945.534000', '102945.537000', '103005.416000', '103005.419000', '103005.422000', '103005.425000', '103005.427000', '103005.430000', '103005.432000', '103005.435000', '103005.438000', '103005.441000', '103005.443000', '103005.446000', '103005.448000', '103005.451000', '103005.454000', '103005.456000', '103005.459000', '103005.462000', '103005.464000', '103005.467000', '103005.470000', '103005.472000', '103005.475000', '103005.478000', '103005.480000', '103005.483000', '103005.485000', '103005.488000', '103005.491000', '103005.494000', '103005.496000', '103005.499000', '103005.502000', '103005.504000', '103005.507000', '103005.518000', '103005.521000', '103005.523000', '103005.526000', '103005.529000', '103005.532000', '103005.534000', '103005.538000', '103025.417000', '103025.419000', '103025.422000', '103025.425000', '103025.427000', '103025.430000', '103025.432000', '103025.435000', '103025.438000', '103025.441000', '103025.443000', '103025.446000', '103025.449000', '103025.451000', '103025.454000', '103025.457000', '103025.459000', '103025.462000', '103025.465000', '103025.467000', '103025.470000', '103025.473000', '103025.483000', '103025.486000', '103025.488000', '103025.491000', '103025.493000', '103025.496000', '103025.499000', '103025.502000', '103025.504000', '103025.507000', '103025.510000', '103025.512000', '103025.515000', '103025.518000', '103025.520000', '103025.523000', '103025.525000', '103025.528000', '103025.531000', '103025.533000', '103025.536000', '103025.538000', '103045.418000', '103045.421000', '103045.423000', '103045.426000', '103045.429000', '103045.431000', '103045.434000', '103045.437000', '103045.439000', '103045.442000', '103045.444000', '103045.447000', '103045.450000', '103045.452000', '103045.455000', '103045.458000', '103045.460000', '103045.463000', '103045.465000', '103045.468000', '103045.471000', '103045.473000', '103045.476000', '103045.479000', '103045.481000', '103045.484000', '103045.487000', '103045.489000', '103045.492000', '103045.495000', '103045.499000', '103045.502000', '103045.504000', '103045.507000', '103045.510000', '103045.512000', '103045.515000', '103045.517000', '103045.520000', '103045.522000', '103045.525000', '103045.528000', '103045.539000', '103105.418000', '103105.420000', '103105.423000', '103105.426000', '103105.428000', '103105.431000', '103105.434000', '103105.436000', '103105.439000', '103105.442000', '103105.444000', '103105.447000', '103105.449000', '103105.452000', '103105.455000', '103105.457000', '103105.460000', '103105.463000', '103105.465000', '103105.468000', '103105.471000', '103105.473000', '103105.476000', '103105.478000', '103105.481000', '103105.484000', '103105.486000', '103105.489000', '103105.492000', '103105.494000', '103105.497000', '103105.499000', '103105.502000', '103105.505000', '103105.507000', '103105.510000', '103105.513000', '103105.515000', '103105.518000', '103105.520000', '103105.523000', '103105.526000', '103105.528000', '103105.531000', '103125.418000', '103125.420000', '103125.423000', '103125.426000', '103125.428000', '103125.431000', '103125.434000', '103125.436000', '103125.439000', '103125.442000', '103125.444000', '103125.447000', '103125.450000', '103125.452000', '103125.455000', '103125.458000', '103125.460000', '103125.463000', '103125.465000', '103125.468000', '103125.471000', '103125.473000', '103125.476000', '103125.479000', '103125.481000', '103125.484000', '103125.486000', '103125.489000', '103125.492000', '103125.494000', '103125.497000', '103125.499000', '103125.502000', '103125.506000', '103125.509000', '103125.511000', '103125.514000', '103125.517000', '103125.519000', '103125.522000', '103125.525000', '103125.528000', '103125.530000', '103145.418000', '103145.421000', '103145.423000', '103145.426000', '103145.428000', '103145.431000', '103145.434000', '103145.436000', '103145.439000', '103145.441000', '103145.444000', '103145.446000', '103145.449000', '103145.454000', '103145.456000', '103145.459000', '103145.462000', '103145.464000', '103145.467000', '103145.469000', '103145.472000', '103145.475000', '103145.477000', '103145.480000', '103145.482000', '103145.485000', '103145.488000', '103145.490000', '103145.493000', '103145.496000', '103145.498000', '103145.501000', '103145.503000', '103145.506000', '103145.509000', '103145.511000', '103145.514000', '103145.516000', '103145.523000', '103145.526000', '103145.528000', '103145.531000', '103145.533000', '103145.536000', '103205.417000', '103205.420000', '103205.422000', '103205.425000', '103205.427000', '103205.430000', '103205.433000', '103205.435000', '103205.438000', '103205.441000', '103205.443000', '103205.446000', '103205.449000', '103205.451000', '103205.454000', '103205.456000', '103205.459000', '103205.462000', '103205.464000', '103205.467000', '103205.470000', '103205.472000', '103205.475000', '103205.477000', '103205.480000', '103205.483000', '103205.485000', '103205.488000', '103205.491000', '103205.493000', '103205.496000', '103205.499000', '103205.501000', '103205.504000', '103205.507000', '103205.509000', '103205.512000', '103205.514000', '103205.517000', '103205.520000', '103205.522000', '103205.525000', '103205.528000', '103225.417000', '103225.420000', '103225.423000', '103225.425000', '103225.428000', '103225.430000', '103225.433000', '103225.435000', '103225.438000', '103225.441000', '103225.457000', '103225.460000', '103225.462000', '103225.465000', '103225.467000', '103225.470000', '103225.473000', '103225.475000', '103225.478000', '103225.480000', '103225.483000', '103225.486000', '103225.488000', '103225.491000', '103225.493000', '103225.496000', '103225.505000', '103225.507000', '103225.510000', '103225.512000', '103225.515000', '103225.518000', '103225.520000', '103225.523000', '103225.526000', '103225.528000', '103225.531000', '103225.533000', '103225.536000', '103225.539000', '103225.541000', '103225.544000', '103225.546000', '103225.549000', '103245.417000', '103245.420000', '103245.422000', '103245.425000', '103245.428000', '103245.430000', '103245.433000', '103245.435000', '103245.438000', '103245.441000', '103245.443000', '103245.446000', '103245.449000', '103245.451000', '103245.454000', '103245.456000', '103245.459000', '103245.462000', '103245.464000', '103245.467000', '103245.470000', '103245.472000', '103245.475000', '103245.477000', '103245.480000', '103245.483000', '103245.485000', '103245.488000', '103245.491000', '103245.493000', '103245.496000', '103245.499000', '103245.501000', '103245.504000', '103245.506000', '103245.509000', '103245.512000', '103245.514000', '103245.517000', '103245.519000', '103245.523000', '103245.526000', '103245.528000', '103305.418000', '103305.421000', '103305.423000', '103305.433000', '103305.436000', '103305.439000', '103305.441000', '103305.444000', '103305.447000', '103305.449000', '103305.452000', '103305.454000', '103305.457000', '103305.460000', '103305.462000', '103305.465000', '103305.468000', '103305.470000', '103305.473000', '103305.475000', '103305.478000', '103305.481000', '103305.483000', '103305.486000', '103305.488000', '103305.491000', '103305.494000', '103305.496000', '103305.499000', '103305.502000', '103305.504000', '103305.507000', '103305.509000', '103305.512000', '103305.515000', '103305.517000', '103305.520000', '103305.523000', '103305.525000', '103305.528000', '103305.531000', '103305.533000', '103305.536000', '103305.539000', '103325.418000', '103325.420000', '103325.423000', '103325.426000', '103325.429000', '103325.431000', '103325.434000', '103325.437000', '103325.439000', '103325.442000', '103325.444000', '103325.447000', '103325.450000', '103325.452000', '103325.455000', '103325.458000', '103325.460000', '103325.463000', '103325.466000', '103325.468000', '103325.471000', '103325.474000', '103325.476000', '103325.479000', '103325.481000', '103325.484000', '103325.487000', '103325.489000', '103325.492000', '103325.495000', '103325.497000', '103325.500000', '103325.503000', '103325.505000', '103325.508000', '103325.511000', '103325.513000', '103325.516000', '103325.519000', '103325.521000', '103325.524000', '103325.526000', '103325.529000', '103345.418000', '103345.420000', '103345.423000', '103345.426000', '103345.428000', '103345.431000', '103345.444000', '103345.447000', '103345.449000', '103345.452000', '103345.454000', '103345.457000', '103345.460000', '103345.463000', '103345.465000', '103345.468000', '103345.471000', '103345.473000', '103345.476000', '103345.478000', '103345.488000', '103345.490000', '103345.493000', '103345.495000', '103345.498000', '103345.501000', '103345.503000', '103345.506000', '103345.509000', '103345.511000', '103345.514000', '103345.516000', '103345.519000', '103345.522000', '103345.524000', '103345.527000', '103345.530000', '103345.532000', '103345.535000', '103345.537000', '103345.540000', '103345.543000', '103345.545000', '103345.548000', '103405.417000', '103405.420000', '103405.423000', '103405.426000', '103405.428000', '103405.431000', '103405.434000', '103405.437000', '103405.439000', '103405.442000', '103405.445000', '103405.447000', '103405.450000', '103405.452000', '103405.455000', '103405.458000', '103405.460000', '103405.463000', '103405.465000', '103405.468000', '103405.471000', '103405.473000', '103405.476000', '103405.479000', '103405.481000', '103405.484000', '103405.487000', '103405.490000', '103405.492000', '103405.495000', '103405.498000', '103405.500000', '103405.503000', '103405.506000', '103405.508000', '103405.511000', '103405.514000', '103405.516000', '103405.519000', '103405.522000', '103405.524000', '103405.527000', '103405.529000', '103425.417000', '103425.420000', '103425.422000', '103425.425000', '103425.428000', '103425.430000', '103425.433000', '103425.435000', '103425.438000', '103425.440000', '103425.443000', '103425.446000', '103425.448000', '103425.451000', '103425.454000', '103425.456000', '103425.459000', '103425.462000', '103425.464000', '103425.467000', '103425.470000', '103425.472000', '103425.475000', '103425.477000', '103425.487000', '103425.490000', '103425.492000', '103425.495000', '103425.498000', '103425.500000', '103425.503000', '103425.506000', '103425.508000', '103425.511000', '103425.513000', '103425.516000', '103425.519000', '103425.521000', '103425.524000', '103425.527000', '103425.529000', '103425.532000', '103425.534000', '103425.537000', '103445.417000', '103445.420000', '103445.422000', '103445.425000', '103445.427000', '103445.430000', '103445.433000', '103445.435000', '103445.438000', '103445.441000', '103445.444000', '103445.446000', '103445.449000', '103445.451000', '103445.454000', '103445.457000', '103445.459000', '103445.462000', '103445.464000', '103445.467000', '103445.470000', '103445.472000', '103445.475000', '103445.477000', '103445.480000', '103445.483000', '103445.485000', '103445.488000', '103445.491000', '103445.493000', '103445.496000', '103445.499000', '103445.502000', '103445.504000', '103445.507000', '103445.510000', '103445.512000', '103445.515000', '103445.518000', '103445.520000', '103445.523000', '103445.525000', '103445.528000', '103505.418000', '103505.420000', '103505.423000', '103505.426000', '103505.429000', '103505.431000', '103505.434000', '103505.437000', '103505.439000', '103505.442000', '103505.445000', '103505.448000', '103505.451000', '103505.453000', '103505.456000', '103505.459000', '103505.461000', '103505.469000', '103505.472000', '103505.474000', '103505.477000', '103505.480000', '103505.482000', '103505.485000', '103505.488000', '103505.490000', '103505.493000', '103505.495000', '103505.498000', '103505.501000', '103505.504000', '103505.506000', '103505.509000', '103505.511000', '103505.514000', '103505.517000', '103505.520000', '103505.522000', '103505.525000', '103505.528000', '103505.530000', '103505.533000', '103505.536000', '103505.538000', '103525.417000', '103525.420000', '103525.423000', '103525.426000', '103525.428000', '103525.431000', '103525.434000', '103525.436000', '103525.439000', '103525.442000', '103525.444000', '103525.447000', '103525.450000', '103525.452000', '103525.455000', '103525.457000', '103525.460000', '103525.463000', '103525.465000', '103525.468000', '103525.471000', '103525.473000', '103525.476000', '103525.478000', '103525.481000', '103525.484000', '103525.486000', '103525.489000', '103525.492000', '103525.494000', '103525.497000', '103525.499000', '103525.502000', '103525.505000', '103525.507000', '103525.510000', '103525.513000', '103525.515000', '103525.518000', '103525.521000', '103525.523000', '103525.526000', '103525.529000', '103533.471000', '103533.474000', '103533.476000', '103533.479000', '103533.482000', '103533.484000', '103533.487000', '103533.489000', '103533.492000', '103533.495000', '103533.497000', '103533.500000', '103533.502000', '103533.505000', '103533.508000', '103533.510000', '103533.513000', '103533.516000'], 'InstanceCreationTime': ['102645.452000', '102645.455000', '102645.458000', '102645.460000', '102645.463000', '102645.466000', '102645.468000', '102645.471000', '102645.473000', '102645.476000', '102645.478000', '102645.481000', '102645.483000', '102645.486000', '102645.488000', '102645.491000', '102645.494000', '102645.496000', '102645.499000', '102645.501000', '102645.504000', '102645.506000', '102645.509000', '102645.517000', '102645.520000', '102645.522000', '102645.525000', '102645.527000', '102645.530000', '102645.533000', '102645.535000', '102645.538000', '102645.540000', '102645.543000', '102645.545000', '102645.548000', '102645.550000', '102645.553000', '102645.556000', '102645.558000', '102645.561000', '102645.563000', '102645.566000', '102645.569000', '102645.571000', '102645.574000', '102645.577000', '102645.579000', '102645.582000', '102645.584000', '102645.593000', '102645.596000', '102645.599000', '102645.601000', '102645.604000', '102645.606000', '102645.609000', '102645.611000', '102645.614000', '102645.617000', '102645.619000', '102705.417000', '102705.420000', '102705.423000', '102705.425000', '102705.428000', '102705.431000', '102705.433000', '102705.436000', '102705.438000', '102705.441000', '102705.443000', '102705.446000', '102705.448000', '102705.451000', '102705.453000', '102705.456000', '102705.459000', '102705.461000', '102705.464000', '102705.466000', '102705.469000', '102705.471000', '102705.474000', '102705.476000', '102705.479000', '102705.482000', '102705.484000', '102705.487000', '102705.489000', '102705.492000', '102705.494000', '102705.497000', '102705.499000', '102705.502000', '102705.505000', '102705.507000', '102705.510000', '102705.512000', '102705.515000', '102705.517000', '102705.521000', '102705.523000', '102705.526000', '102725.416000', '102725.419000', '102725.422000', '102725.425000', '102725.427000', '102725.430000', '102725.432000', '102725.435000', '102725.438000', '102725.440000', '102725.443000', '102725.446000', '102725.449000', '102725.451000', '102725.454000', '102725.457000', '102725.459000', '102725.462000', '102725.464000', '102725.467000', '102725.469000', '102725.472000', '102725.475000', '102725.477000', '102725.480000', '102725.482000', '102725.485000', '102725.487000', '102725.490000', '102725.493000', '102725.495000', '102725.498000', '102725.501000', '102725.503000', '102725.506000', '102725.509000', '102725.511000', '102725.514000', '102725.516000', '102725.519000', '102725.522000', '102725.525000', '102725.527000', '102725.530000', '102745.417000', '102745.419000', '102745.422000', '102745.425000', '102745.427000', '102745.430000', '102745.432000', '102745.435000', '102745.438000', '102745.440000', '102745.443000', '102745.445000', '102745.448000', '102745.453000', '102745.456000', '102745.458000', '102745.461000', '102745.464000', '102745.466000', '102745.469000', '102745.472000', '102745.474000', '102745.477000', '102745.480000', '102745.482000', '102745.485000', '102745.487000', '102745.490000', '102745.492000', '102745.495000', '102745.498000', '102745.500000', '102745.503000', '102745.506000', '102745.509000', '102745.533000', '102745.535000', '102745.538000', '102745.541000', '102745.543000', '102745.546000', '102745.549000', '102745.551000', '102805.417000', '102805.420000', '102805.422000', '102805.425000', '102805.427000', '102805.430000', '102805.433000', '102805.435000', '102805.438000', '102805.441000', '102805.443000', '102805.446000', '102805.448000', '102805.451000', '102805.453000', '102805.456000', '102805.459000', '102805.461000', '102805.464000', '102805.466000', '102805.469000', '102805.472000', '102805.474000', '102805.477000', '102805.480000', '102805.482000', '102805.487000', '102805.489000', '102805.492000', '102805.494000', '102805.497000', '102805.500000', '102805.502000', '102805.505000', '102805.508000', '102805.510000', '102805.513000', '102805.516000', '102805.518000', '102805.521000', '102805.524000', '102805.526000', '102805.529000', '102825.418000', '102825.421000', '102825.423000', '102825.426000', '102825.429000', '102825.431000', '102825.434000', '102825.437000', '102825.439000', '102825.442000', '102825.444000', '102825.447000', '102825.449000', '102825.452000', '102825.455000', '102825.457000', '102825.460000', '102825.462000', '102825.465000', '102825.467000', '102825.470000', '102825.473000', '102825.475000', '102825.478000', '102825.480000', '102825.483000', '102825.486000', '102825.488000', '102825.491000', '102825.494000', '102825.496000', '102825.499000', '102825.501000', '102825.504000', '102825.507000', '102825.509000', '102825.512000', '102825.515000', '102825.517000', '102825.520000', '102825.522000', '102825.525000', '102825.528000', '102825.531000', '102845.417000', '102845.420000', '102845.423000', '102845.426000', '102845.428000', '102845.431000', '102845.433000', '102845.436000', '102845.439000', '102845.442000', '102845.444000', '102845.447000', '102845.450000', '102845.452000', '102845.455000', '102845.458000', '102845.460000', '102845.463000', '102845.466000', '102845.468000', '102845.471000', '102845.473000', '102845.476000', '102845.478000', '102845.481000', '102845.484000', '102845.487000', '102845.490000', '102845.493000', '102845.495000', '102845.498000', '102845.501000', '102845.503000', '102845.506000', '102845.509000', '102845.511000', '102845.514000', '102845.517000', '102845.519000', '102845.522000', '102845.525000', '102845.527000', '102845.530000', '102905.417000', '102905.420000', '102905.430000', '102905.433000', '102905.435000', '102905.438000', '102905.440000', '102905.443000', '102905.446000', '102905.449000', '102905.451000', '102905.454000', '102905.456000', '102905.459000', '102905.462000', '102905.465000', '102905.467000', '102905.470000', '102905.472000', '102905.475000', '102905.478000', '102905.480000', '102905.483000', '102905.486000', '102905.488000', '102905.491000', '102905.493000', '102905.496000', '102905.499000', '102905.501000', '102905.504000', '102905.506000', '102905.509000', '102905.512000', '102905.514000', '102905.517000', '102905.519000', '102905.522000', '102905.525000', '102905.527000', '102905.530000', '102905.532000', '102905.535000', '102905.538000', '102925.418000', '102925.421000', '102925.423000', '102925.426000', '102925.428000', '102925.431000', '102925.433000', '102925.436000', '102925.439000', '102925.441000', '102925.444000', '102925.446000', '102925.449000', '102925.452000', '102925.455000', '102925.458000', '102925.462000', '102925.477000', '102925.480000', '102925.483000', '102925.485000', '102925.488000', '102925.490000', '102925.493000', '102925.496000', '102925.498000', '102925.501000', '102925.504000', '102925.506000', '102925.509000', '102925.512000', '102925.514000', '102925.517000', '102925.520000', '102925.522000', '102925.525000', '102925.528000', '102925.530000', '102925.533000', '102925.536000', '102925.538000', '102925.541000', '102925.543000', '102945.417000', '102945.419000', '102945.422000', '102945.425000', '102945.428000', '102945.430000', '102945.433000', '102945.436000', '102945.438000', '102945.441000', '102945.443000', '102945.446000', '102945.449000', '102945.451000', '102945.454000', '102945.456000', '102945.459000', '102945.462000', '102945.471000', '102945.474000', '102945.477000', '102945.479000', '102945.482000', '102945.484000', '102945.487000', '102945.490000', '102945.492000', '102945.495000', '102945.497000', '102945.500000', '102945.503000', '102945.505000', '102945.508000', '102945.510000', '102945.513000', '102945.516000', '102945.518000', '102945.521000', '102945.524000', '102945.526000', '102945.529000', '102945.531000', '102945.534000', '102945.537000', '103005.416000', '103005.419000', '103005.422000', '103005.425000', '103005.427000', '103005.430000', '103005.432000', '103005.435000', '103005.438000', '103005.441000', '103005.443000', '103005.446000', '103005.448000', '103005.451000', '103005.454000', '103005.456000', '103005.459000', '103005.462000', '103005.464000', '103005.467000', '103005.470000', '103005.472000', '103005.475000', '103005.478000', '103005.480000', '103005.483000', '103005.485000', '103005.488000', '103005.491000', '103005.494000', '103005.496000', '103005.499000', '103005.502000', '103005.504000', '103005.507000', '103005.518000', '103005.521000', '103005.523000', '103005.526000', '103005.529000', '103005.532000', '103005.534000', '103005.538000', '103025.417000', '103025.419000', '103025.422000', '103025.425000', '103025.427000', '103025.430000', '103025.432000', '103025.435000', '103025.438000', '103025.441000', '103025.443000', '103025.446000', '103025.449000', '103025.451000', '103025.454000', '103025.457000', '103025.459000', '103025.462000', '103025.465000', '103025.467000', '103025.470000', '103025.473000', '103025.483000', '103025.486000', '103025.488000', '103025.491000', '103025.493000', '103025.496000', '103025.499000', '103025.502000', '103025.504000', '103025.507000', '103025.510000', '103025.512000', '103025.515000', '103025.518000', '103025.520000', '103025.523000', '103025.525000', '103025.528000', '103025.531000', '103025.533000', '103025.536000', '103025.538000', '103045.418000', '103045.421000', '103045.423000', '103045.426000', '103045.429000', '103045.431000', '103045.434000', '103045.437000', '103045.439000', '103045.442000', '103045.444000', '103045.447000', '103045.450000', '103045.452000', '103045.455000', '103045.458000', '103045.460000', '103045.463000', '103045.465000', '103045.468000', '103045.471000', '103045.473000', '103045.476000', '103045.479000', '103045.481000', '103045.484000', '103045.487000', '103045.489000', '103045.492000', '103045.495000', '103045.499000', '103045.502000', '103045.504000', '103045.507000', '103045.510000', '103045.512000', '103045.515000', '103045.517000', '103045.520000', '103045.522000', '103045.525000', '103045.528000', '103045.539000', '103105.418000', '103105.420000', '103105.423000', '103105.426000', '103105.428000', '103105.431000', '103105.434000', '103105.436000', '103105.439000', '103105.442000', '103105.444000', '103105.447000', '103105.449000', '103105.452000', '103105.455000', '103105.457000', '103105.460000', '103105.463000', '103105.465000', '103105.468000', '103105.471000', '103105.473000', '103105.476000', '103105.478000', '103105.481000', '103105.484000', '103105.486000', '103105.489000', '103105.492000', '103105.494000', '103105.497000', '103105.499000', '103105.502000', '103105.505000', '103105.507000', '103105.510000', '103105.513000', '103105.515000', '103105.518000', '103105.520000', '103105.523000', '103105.526000', '103105.528000', '103105.531000', '103125.418000', '103125.420000', '103125.423000', '103125.426000', '103125.428000', '103125.431000', '103125.434000', '103125.436000', '103125.439000', '103125.442000', '103125.444000', '103125.447000', '103125.450000', '103125.452000', '103125.455000', '103125.458000', '103125.460000', '103125.463000', '103125.465000', '103125.468000', '103125.471000', '103125.473000', '103125.476000', '103125.479000', '103125.481000', '103125.484000', '103125.486000', '103125.489000', '103125.492000', '103125.494000', '103125.497000', '103125.499000', '103125.502000', '103125.506000', '103125.509000', '103125.511000', '103125.514000', '103125.517000', '103125.519000', '103125.522000', '103125.525000', '103125.528000', '103125.530000', '103145.418000', '103145.421000', '103145.423000', '103145.426000', '103145.428000', '103145.431000', '103145.434000', '103145.436000', '103145.439000', '103145.441000', '103145.444000', '103145.446000', '103145.449000', '103145.454000', '103145.456000', '103145.459000', '103145.462000', '103145.464000', '103145.467000', '103145.469000', '103145.472000', '103145.475000', '103145.477000', '103145.480000', '103145.482000', '103145.485000', '103145.488000', '103145.490000', '103145.493000', '103145.496000', '103145.498000', '103145.501000', '103145.503000', '103145.506000', '103145.509000', '103145.511000', '103145.514000', '103145.516000', '103145.523000', '103145.526000', '103145.528000', '103145.531000', '103145.533000', '103145.536000', '103205.417000', '103205.420000', '103205.422000', '103205.425000', '103205.427000', '103205.430000', '103205.433000', '103205.435000', '103205.438000', '103205.441000', '103205.443000', '103205.446000', '103205.449000', '103205.451000', '103205.454000', '103205.456000', '103205.459000', '103205.462000', '103205.464000', '103205.467000', '103205.470000', '103205.472000', '103205.475000', '103205.477000', '103205.480000', '103205.483000', '103205.485000', '103205.488000', '103205.491000', '103205.493000', '103205.496000', '103205.499000', '103205.501000', '103205.504000', '103205.507000', '103205.509000', '103205.512000', '103205.514000', '103205.517000', '103205.520000', '103205.522000', '103205.525000', '103205.528000', '103225.417000', '103225.420000', '103225.423000', '103225.425000', '103225.428000', '103225.430000', '103225.433000', '103225.435000', '103225.438000', '103225.441000', '103225.457000', '103225.460000', '103225.462000', '103225.465000', '103225.467000', '103225.470000', '103225.473000', '103225.475000', '103225.478000', '103225.480000', '103225.483000', '103225.486000', '103225.488000', '103225.491000', '103225.493000', '103225.496000', '103225.505000', '103225.507000', '103225.510000', '103225.512000', '103225.515000', '103225.518000', '103225.520000', '103225.523000', '103225.526000', '103225.528000', '103225.531000', '103225.533000', '103225.536000', '103225.539000', '103225.541000', '103225.544000', '103225.546000', '103225.549000', '103245.417000', '103245.420000', '103245.422000', '103245.425000', '103245.428000', '103245.430000', '103245.433000', '103245.435000', '103245.438000', '103245.441000', '103245.443000', '103245.446000', '103245.449000', '103245.451000', '103245.454000', '103245.456000', '103245.459000', '103245.462000', '103245.464000', '103245.467000', '103245.470000', '103245.472000', '103245.475000', '103245.477000', '103245.480000', '103245.483000', '103245.485000', '103245.488000', '103245.491000', '103245.493000', '103245.496000', '103245.499000', '103245.501000', '103245.504000', '103245.506000', '103245.509000', '103245.512000', '103245.514000', '103245.517000', '103245.519000', '103245.523000', '103245.526000', '103245.528000', '103305.418000', '103305.421000', '103305.423000', '103305.433000', '103305.436000', '103305.439000', '103305.441000', '103305.444000', '103305.447000', '103305.449000', '103305.452000', '103305.454000', '103305.457000', '103305.460000', '103305.462000', '103305.465000', '103305.468000', '103305.470000', '103305.473000', '103305.475000', '103305.478000', '103305.481000', '103305.483000', '103305.486000', '103305.488000', '103305.491000', '103305.494000', '103305.496000', '103305.499000', '103305.502000', '103305.504000', '103305.507000', '103305.509000', '103305.512000', '103305.515000', '103305.517000', '103305.520000', '103305.523000', '103305.525000', '103305.528000', '103305.531000', '103305.533000', '103305.536000', '103305.539000', '103325.418000', '103325.420000', '103325.423000', '103325.426000', '103325.429000', '103325.431000', '103325.434000', '103325.437000', '103325.439000', '103325.442000', '103325.444000', '103325.447000', '103325.450000', '103325.452000', '103325.455000', '103325.458000', '103325.460000', '103325.463000', '103325.466000', '103325.468000', '103325.471000', '103325.474000', '103325.476000', '103325.479000', '103325.481000', '103325.484000', '103325.487000', '103325.489000', '103325.492000', '103325.495000', '103325.497000', '103325.500000', '103325.503000', '103325.505000', '103325.508000', '103325.511000', '103325.513000', '103325.516000', '103325.519000', '103325.521000', '103325.524000', '103325.526000', '103325.529000', '103345.418000', '103345.420000', '103345.423000', '103345.426000', '103345.428000', '103345.431000', '103345.444000', '103345.447000', '103345.449000', '103345.452000', '103345.454000', '103345.457000', '103345.460000', '103345.463000', '103345.465000', '103345.468000', '103345.471000', '103345.473000', '103345.476000', '103345.478000', '103345.488000', '103345.490000', '103345.493000', '103345.495000', '103345.498000', '103345.501000', '103345.503000', '103345.506000', '103345.509000', '103345.511000', '103345.514000', '103345.516000', '103345.519000', '103345.522000', '103345.524000', '103345.527000', '103345.530000', '103345.532000', '103345.535000', '103345.537000', '103345.540000', '103345.543000', '103345.545000', '103345.548000', '103405.417000', '103405.420000', '103405.423000', '103405.426000', '103405.428000', '103405.431000', '103405.434000', '103405.437000', '103405.439000', '103405.442000', '103405.445000', '103405.447000', '103405.450000', '103405.452000', '103405.455000', '103405.458000', '103405.460000', '103405.463000', '103405.465000', '103405.468000', '103405.471000', '103405.473000', '103405.476000', '103405.479000', '103405.481000', '103405.484000', '103405.487000', '103405.490000', '103405.492000', '103405.495000', '103405.498000', '103405.500000', '103405.503000', '103405.506000', '103405.508000', '103405.511000', '103405.514000', '103405.516000', '103405.519000', '103405.522000', '103405.524000', '103405.527000', '103405.529000', '103425.417000', '103425.420000', '103425.422000', '103425.425000', '103425.428000', '103425.430000', '103425.433000', '103425.435000', '103425.438000', '103425.440000', '103425.443000', '103425.446000', '103425.448000', '103425.451000', '103425.454000', '103425.456000', '103425.459000', '103425.462000', '103425.464000', '103425.467000', '103425.470000', '103425.472000', '103425.475000', '103425.477000', '103425.487000', '103425.490000', '103425.492000', '103425.495000', '103425.498000', '103425.500000', '103425.503000', '103425.506000', '103425.508000', '103425.511000', '103425.513000', '103425.516000', '103425.519000', '103425.521000', '103425.524000', '103425.527000', '103425.529000', '103425.532000', '103425.534000', '103425.537000', '103445.417000', '103445.420000', '103445.422000', '103445.425000', '103445.427000', '103445.430000', '103445.433000', '103445.435000', '103445.438000', '103445.441000', '103445.444000', '103445.446000', '103445.449000', '103445.451000', '103445.454000', '103445.457000', '103445.459000', '103445.462000', '103445.464000', '103445.467000', '103445.470000', '103445.472000', '103445.475000', '103445.477000', '103445.480000', '103445.483000', '103445.485000', '103445.488000', '103445.491000', '103445.493000', '103445.496000', '103445.499000', '103445.502000', '103445.504000', '103445.507000', '103445.510000', '103445.512000', '103445.515000', '103445.518000', '103445.520000', '103445.523000', '103445.525000', '103445.528000', '103505.418000', '103505.420000', '103505.423000', '103505.426000', '103505.429000', '103505.431000', '103505.434000', '103505.437000', '103505.439000', '103505.442000', '103505.445000', '103505.448000', '103505.451000', '103505.453000', '103505.456000', '103505.459000', '103505.461000', '103505.469000', '103505.472000', '103505.474000', '103505.477000', '103505.480000', '103505.482000', '103505.485000', '103505.488000', '103505.490000', '103505.493000', '103505.495000', '103505.498000', '103505.501000', '103505.504000', '103505.506000', '103505.509000', '103505.511000', '103505.514000', '103505.517000', '103505.520000', '103505.522000', '103505.525000', '103505.528000', '103505.530000', '103505.533000', '103505.536000', '103505.538000', '103525.417000', '103525.420000', '103525.423000', '103525.426000', '103525.428000', '103525.431000', '103525.434000', '103525.436000', '103525.439000', '103525.442000', '103525.444000', '103525.447000', '103525.450000', '103525.452000', '103525.455000', '103525.457000', '103525.460000', '103525.463000', '103525.465000', '103525.468000', '103525.471000', '103525.473000', '103525.476000', '103525.478000', '103525.481000', '103525.484000', '103525.486000', '103525.489000', '103525.492000', '103525.494000', '103525.497000', '103525.499000', '103525.502000', '103525.505000', '103525.507000', '103525.510000', '103525.513000', '103525.515000', '103525.518000', '103525.521000', '103525.523000', '103525.526000', '103525.529000', '103533.471000', '103533.474000', '103533.476000', '103533.479000', '103533.482000', '103533.484000', '103533.487000', '103533.489000', '103533.492000', '103533.495000', '103533.497000', '103533.500000', '103533.502000', '103533.505000', '103533.508000', '103533.510000', '103533.513000', '103533.516000'], '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': [11566, 8413, 8560, 9354, 6870, 10136, 8473, 6748, 10530, 6820, 8919, 8331, 6447, 10768, 7096, 10988, 7786, 7934, 9058, 6180, 10362, 7391, 8479, 9492, 6605, 10606, 8403, 8180, 8744, 6558, 10633, 7941, 7307, 9377, 6804, 8698, 8526, 6385, 9687, 7041, 8556, 9454, 6308, 10261, 7881, 8939, 9574, 6677, 11069, 7780, 7759, 9932, 7194, 10809, 8120, 6560, 10562, 7413, 10222, 7635, 6348, 9970, 7488, 8658, 9026, 6903, 9696, 7204, 8986, 8461, 6422, 9528, 6846, 8396, 8675, 6405, 9840, 7280, 7076, 9861, 7542, 8558, 9392, 6673, 10515, 7746, 8133, 9252, 6858, 11016, 7851, 7061, 8663, 6908, 8504, 9338, 6426, 9942, 8245, 8079, 9616, 10019, 8197, 9451, 9428, 7632, 9749, 9307, 6864, 11526, 8622, 6932, 10284, 8062, 9226, 9830, 7862, 10141, 9625, 7365, 11929, 8994, 7514, 10152, 7921, 8369, 10291, 7107, 9626, 8739, 6756, 11101, 8143, 8768, 9453, 6736, 11280, 7866, 8083, 9368, 7243, 11029, 7872, 6985, 10156, 7340, 9807, 8620, 6927, 10454, 8183, 9632, 9237, 6733, 11286, 8206, 7992, 10077, 7496, 9096, 9329, 7058, 11177, 8484, 7006, 11160, 8914, 10365, 9930, 7927, 10142, 9811, 8039, 12658, 7884, 6952, 12269, 9484, 7548, 7603, 7223, 6970, 8963, 9789, 7583, 6807, 10167, 7755, 8501, 10580, 9925, 11818, 9100, 7298, 12366, 9625, 8109, 10716, 8242, 8580, 10683, 7632, 10071, 8840, 6897, 11721, 8851, 7524, 9603, 7299, 11200, 9055, 6779, 10434, 8031, 12102, 9175, 6875, 10017, 7944, 9883, 9050, 6917, 10412, 8949, 10377, 10584, 7727, 9872, 8473, 6874, 11198, 8490, 12034, 10051, 8259, 10107, 7626, 9392, 9503, 7388, 11418, 8107, 10546, 8052, 6750, 11121, 7631, 12760, 9049, 7901, 9236, 7340, 9092, 9503, 7409, 11785, 8849, 7054, 10332, 10638, 8372, 10947, 9631, 7690, 7867, 11277, 10267, 10664, 10225, 7935, 7082, 10466, 8401, 8553, 9580, 7962, 7968, 10823, 7957, 8644, 9203, 7576, 8806, 10076, 7695, 10244, 8998, 7074, 10968, 9888, 7365, 12792, 8725, 8796, 9064, 8357, 7526, 11319, 8998, 7043, 6859, 10152, 8380, 8395, 11302, 7991, 8346, 9652, 7546, 8724, 11057, 7924, 10200, 9506, 6875, 11472, 8580, 8648, 9901, 7452, 11525, 9333, 7740, 10789, 8590, 8427, 10827, 8381, 12782, 8868, 7874, 11186, 8292, 11138, 10051, 7192, 12234, 8862, 9289, 10584, 7256, 11238, 8872, 9467, 10591, 7486, 11577, 8981, 8792, 11254, 7981, 10283, 9755, 6972, 12187, 8954, 9245, 9692, 7267, 10381, 9203, 9815, 12390, 10291, 8081, 10791, 9596, 7798, 10518, 9697, 7903, 9471, 10694, 7362, 12302, 9110, 7290, 10400, 8270, 8384, 10858, 8522, 8849, 10129, 7448, 10666, 9351, 7261, 11739, 8981, 7485, 11914, 8756, 10282, 9674, 7975, 11405, 8840, 10460, 9822, 7392, 11494, 8820, 9458, 10013, 7915, 10523, 9553, 7616, 11191, 8598, 8290, 10282, 8105, 10359, 9427, 7160, 12087, 8916, 7962, 10463, 8542, 8834, 10756, 8014, 10046, 9890, 8447, 13666, 10113, 7336, 11817, 7855, 8249, 10292, 7000, 7056, 8839, 7015, 9723, 8435, 6875, 10747, 7620, 7109, 11876, 7842, 8862, 9267, 7564, 14061, 9234, 6949, 9956, 7269, 8645, 9319, 6857, 10286, 7491, 7664, 10512, 7328, 8381, 8430, 6687, 11371, 8779, 9978, 9493, 6988, 11425, 8154, 7278, 10137, 7155, 10454, 8174, 7072, 10021, 7473, 9751, 8472, 6538, 10742, 7708, 9605, 9003, 7505, 10644, 8087, 6836, 9583, 8640, 7539, 11006, 9018, 7140, 12339, 9029, 10169, 8897, 6981, 11732, 8812, 7452, 10397, 7597, 11435, 10551, 7487, 9447, 8523, 7620, 12170, 8760, 6939, 10952, 8261, 9638, 10684, 7931, 10933, 8984, 7457, 13114, 9087, 7273, 10370, 8041, 9672, 10126, 7796, 9160, 9220, 7425, 12025, 8793, 6936, 10920, 8909, 7335, 10492, 8084, 8841, 11195, 8235, 7781, 10404, 8966, 10418, 10500, 8174, 9140, 10553, 8250, 7583, 10515, 8202, 8979, 11400, 8594, 7832, 10279, 8576, 7967, 10878, 8563, 7518, 13021, 8965, 6947, 10764, 8800, 7177, 11445, 8383, 7300, 12448, 8932, 6998, 10956, 8741, 6717, 10713, 8459, 7506, 11827, 8602, 7033, 10430, 8701, 7673, 10691, 8451, 8004, 11020, 8417, 7306, 10411, 8438, 8158, 10606, 8629, 7300, 11982, 9148, 7629, 10454, 8474, 8968, 11948, 8725, 8278, 10105, 8711, 11827, 9961, 8280, 11338, 9097, 7507, 11601, 8794, 7613, 12862, 8785, 7232, 11206, 8884, 8354, 10253, 8336, 9065, 8883, 8247, 8174, 9389, 8208, 7179, 10729, 7661, 7057, 11462, 8294, 8108, 8730, 7551, 12216, 9144, 6925, 10151, 8433, 8716, 10957, 8227, 8398, 9794, 8282, 11275, 9435, 7603, 11604, 9201, 8309, 11173, 8340, 9517, 9945, 7730, 12978, 9231, 7829, 11493, 8510, 8962, 9691, 8455, 6789, 12047, 8242, 6308, 11122, 8314, 8014, 13288, 9815, 8327, 11125, 8599, 10773, 10684, 8315, 8126, 12070, 9537, 9393, 9482, 8006, 9883, 9904, 7424, 11195, 8218, 7184, 12212, 8856, 7364, 10235, 7805, 8855, 10532, 7949, 10562, 8771, 7642, 12767, 8760, 8341, 10172, 7861, 11092, 9480, 7116, 12105, 9321, 7497, 11016, 8479, 7332, 13039, 9171, 6881, 11338, 8910, 8409, 11706, 8256, 8220, 10925, 8220, 10160, 10028, 8147, 10253, 10610, 8109, 9741, 9538, 7373, 12088, 9626, 7479, 11246, 9010, 6658, 13019, 9410, 6810, 10382, 9398, 6932, 12245, 8195, 6359, 7830, 7733, 6338, 6481, 9460, 7105, 8104, 8410, 9856, 8691, 6815, 15588, 12332, 11080, 12933, 12603, 9308, 7524, 10610, 7986, 6986, 11233, 8180, 7370, 8913, 9734, 8292, 7874, 9529, 7723, 8881, 10003, 8097, 8980, 9491, 7971, 11192, 9303, 7702, 11146, 8942, 8122, 12810, 9000, 7646, 12086, 9399, 7507, 11049, 8608, 8055, 11617, 8388, 8051, 11302, 8546, 9160, 10638, 8174, 11299, 10374, 8055, 9890, 10260, 8166, 11571, 10825, 8011, 9924, 10995, 8388, 10907, 10473, 7695, 10220, 10634, 7704, 12240, 9547, 7132, 11300, 9524, 6829, 12764, 9022, 7225, 11025, 8112, 11500, 10061, 6819, 12352, 9142, 7806, 11367, 7582, 10165, 9561, 6831, 11991, 8938, 10489, 10535, 7520, 12596, 8249, 7509, 12610, 8354, 7531, 10667, 9006, 7878, 11985, 9671, 7226, 12149, 8606, 7854, 11364, 8369, 8127, 9581, 7824, 11986, 9167, 7805, 10822, 8436, 7314, 11317, 8429, 9442, 10020, 7623, 12090, 9328, 9424, 10843, 8095, 11958, 8408, 8227, 12284, 8540, 9595, 10051, 7647, 13209, 9000, 7372, 12314, 9917, 7899, 12163, 9091, 7864, 11852, 9214, 11399, 10714, 8110, 9492, 10898, 8351, 11296, 9844, 6780, 12417, 9675, 8518, 11669, 8122, 8952, 10323, 6985, 9854, 9240, 7740, 7770, 9726, 8548, 6737, 12885, 8855, 7487, 8760, 9904, 8344, 8143, 9853, 8339, 7101, 12128, 9231, 7200, 10181, 9488, 7934, 11602, 9686, 7869, 12234, 8810, 7188, 11816, 8397, 7516, 9960, 7932, 12055, 9575, 6705, 11212, 8375, 7466, 11036, 7687, 7288, 9991, 7818, 9687, 9760, 7303, 10517, 8872, 6868, 12349, 8453, 7212, 10913, 9225, 9459, 11120, 9034, 8143, 10875, 8990, 12404, 9862, 7273, 10981, 8858, 7121, 11397, 8056, 8067, 9730, 7183, 12262, 8578, 6928, 10222, 8470, 7898, 10298, 7187, 9917, 9336, 6808, 11538, 8765, 7156, 10507, 7639, 7787, 9416, 7161, 9106, 8798, 6472, 10691, 8225, 9214, 10078, 7384, 10950, 9154, 7077, 11338, 8038, 8041, 10217, 7916, 12731, 10951, 7184, 11060, 10162, 7224, 9419, 9798, 7902, 10398, 9722, 7432, 11448, 9071, 6968, 11557, 8191, 6374, 10373, 8215, 7510, 10105, 7584, 8039, 9725, 7688, 9778, 9782, 6863, 10346, 9358, 7055, 11746, 8274, 8291, 9989, 7223, 11089, 9208, 6820, 10116, 8642, 7960, 11208, 7634, 10180, 9287, 6820, 11058, 8836, 6853, 11053, 7674, 6428, 10517, 8524, 7051, 10867, 7522, 9049, 9164, 7687, 8572, 10667, 7495, 10408, 9556, 7220, 10421, 8803, 6706, 12109, 8316, 6929, 9399, 9344, 6662, 11447, 8581, 6994, 10118, 7677, 6589, 9798, 6104, 6250, 7635, 7792, 6099, 6227, 8416, 6351, 6121, 9749, 7767, 8658, 11573, 11742, 11091, 10941, 11701, 12186, 10224, 10594, 7877, 9080, 9243, 7568, 6764, 8820, 7758, 6808, 6429, 9188, 7620, 6776, 10917, 7912, 7416, 9748, 8066, 7080, 11197, 7954, 10285, 10607, 7715, 8990, 8825, 6825, 11269, 9035, 7150, 12858, 8794, 6862, 10516, 7401, 11387, 9412, 7210, 11403, 8637, 7206, 10799, 7903, 9987, 8903, 7030, 11001, 8707, 6605, 11168, 8228, 8269, 10113, 7488, 9678, 9700], 'WindowCenter': [3951.0, 3905.0, 3903.0, 3901.0, 3858.0, 3897.0, 3877.0, 3856.0, 3897.0, 3856.0, 3884.0, 3877.0, 3847.0, 3897.0, 3857.0, 3896.0, 3865.0, 3864.0, 3874.0, 3834.0, 3896.0, 3866.0, 3877.0, 3886.0, 3845.0, 3895.0, 3875.0, 3875.0, 3875.0, 3844.0, 3884.0, 3863.0, 3853.0, 3874.0, 3844.0, 3874.0, 3873.0, 3832.0, 3884.0, 3854.0, 3874.0, 3885.0, 3845.0, 3899.0, 3880.0, 3888.0, 3900.0, 3858.0, 3909.0, 3865.0, 3864.0, 3885.0, 3844.0, 3895.0, 3865.0, 3842.0, 3884.0, 3854.0, 3884.0, 3863.0, 3843.0, 3883.0, 3854.0, 3873.0, 3875.0, 3853.0, 3884.0, 3853.0, 3873.0, 3863.0, 3833.0, 3885.0, 3843.0, 3874.0, 3876.0, 3845.0, 3897.0, 3867.0, 3855.0, 3897.0, 3867.0, 3888.0, 3887.0, 3856.0, 3897.0, 3866.0, 3865.0, 3885.0, 3844.0, 3896.0, 3877.0, 3868.0, 3887.0, 3881.0, 3887.0, 3888.0, 3847.0, 3898.0, 3879.0, 3879.0, 3899.0, 3900.0, 3880.0, 3902.0, 3901.0, 3880.0, 3899.0, 3889.0, 3871.0, 3910.0, 3877.0, 3855.0, 3896.0, 3865.0, 3875.0, 3886.0, 3866.0, 3886.0, 3886.0, 3854.0, 3906.0, 3875.0, 3853.0, 3884.0, 3864.0, 3876.0, 3884.0, 3854.0, 3884.0, 3873.0, 3844.0, 3895.0, 3866.0, 3874.0, 3884.0, 3843.0, 3894.0, 3863.0, 3863.0, 3873.0, 3854.0, 3896.0, 3876.0, 3853.0, 3896.0, 3867.0, 3897.0, 3875.0, 3856.0, 3897.0, 3877.0, 3887.0, 3886.0, 3856.0, 3907.0, 3876.0, 3877.0, 3897.0, 3866.0, 3886.0, 3887.0, 3857.0, 3909.0, 3890.0, 3857.0, 3910.0, 3891.0, 3900.0, 3899.0, 3867.0, 3898.0, 3886.0, 3866.0, 3906.0, 3866.0, 3856.0, 3909.0, 3873.0, 3853.0, 3853.0, 3856.0, 3855.0, 3875.0, 3899.0, 3855.0, 3846.0, 3897.0, 3867.0, 3874.0, 3897.0, 3885.0, 3895.0, 3875.0, 3853.0, 3905.0, 3872.0, 3852.0, 3883.0, 3863.0, 3863.0, 3883.0, 3853.0, 3883.0, 3874.0, 3843.0, 3895.0, 3874.0, 3853.0, 3873.0, 3853.0, 3906.0, 3873.0, 3843.0, 3884.0, 3864.0, 3893.0, 3873.0, 3841.0, 3882.0, 3864.0, 3884.0, 3874.0, 3856.0, 3897.0, 3890.0, 3898.0, 3898.0, 3867.0, 3886.0, 3864.0, 3833.0, 3883.0, 3864.0, 3894.0, 3872.0, 3851.0, 3883.0, 3852.0, 3859.0, 3860.0, 3840.0, 3882.0, 3850.0, 3882.0, 3851.0, 3830.0, 3882.0, 3852.0, 3893.0, 3862.0, 3850.0, 3860.0, 3841.0, 3862.0, 3872.0, 3852.0, 3907.0, 3874.0, 3855.0, 3896.0, 3898.0, 3866.0, 3897.0, 3889.0, 3868.0, 3869.0, 3909.0, 3900.0, 3888.0, 3885.0, 3866.0, 3842.0, 3882.0, 3866.0, 3875.0, 3872.0, 3852.0, 3851.0, 3894.0, 3865.0, 3876.0, 3872.0, 3864.0, 3873.0, 3884.0, 3867.0, 3896.0, 3875.0, 3858.0, 3897.0, 3887.0, 3856.0, 3920.0, 3880.0, 3878.0, 3863.0, 3876.0, 3866.0, 3896.0, 3875.0, 3842.0, 3843.0, 3884.0, 3864.0, 3863.0, 3895.0, 3866.0, 3864.0, 3873.0, 3842.0, 3861.0, 3884.0, 3853.0, 3885.0, 3873.0, 3844.0, 3895.0, 3877.0, 3878.0, 3885.0, 3855.0, 3896.0, 3876.0, 3866.0, 3898.0, 3879.0, 3877.0, 3898.0, 3879.0, 3908.0, 3877.0, 3867.0, 3897.0, 3877.0, 3897.0, 3886.0, 3856.0, 3906.0, 3876.0, 3888.0, 3897.0, 3854.0, 3895.0, 3875.0, 3885.0, 3897.0, 3855.0, 3896.0, 3876.0, 3874.0, 3909.0, 3866.0, 3897.0, 3886.0, 3857.0, 3910.0, 3889.0, 3901.0, 3903.0, 3882.0, 3911.0, 3903.0, 3902.0, 3922.0, 3898.0, 3866.0, 3910.0, 3890.0, 3869.0, 3913.0, 3901.0, 3878.0, 3887.0, 3887.0, 3842.0, 3894.0, 3864.0, 3841.0, 3882.0, 3864.0, 3862.0, 3885.0, 3876.0, 3876.0, 3885.0, 3854.0, 3884.0, 3875.0, 3857.0, 3908.0, 3878.0, 3855.0, 3897.0, 3867.0, 3884.0, 3875.0, 3865.0, 3895.0, 3876.0, 3886.0, 3886.0, 3853.0, 3895.0, 3876.0, 3875.0, 3885.0, 3865.0, 3884.0, 3885.0, 3855.0, 3896.0, 3865.0, 3863.0, 3885.0, 3866.0, 3884.0, 3873.0, 3844.0, 3907.0, 3875.0, 3854.0, 3883.0, 3863.0, 3863.0, 3884.0, 3865.0, 3899.0, 3887.0, 3865.0, 3908.0, 3888.0, 3857.0, 3898.0, 3857.0, 3868.0, 3889.0, 3847.0, 3846.0, 3878.0, 3863.0, 3889.0, 3869.0, 3849.0, 3899.0, 3870.0, 3861.0, 3911.0, 3867.0, 3876.0, 3877.0, 3856.0, 3907.0, 3878.0, 3846.0, 3876.0, 3846.0, 3866.0, 3877.0, 3836.0, 3887.0, 3857.0, 3856.0, 3899.0, 3857.0, 3867.0, 3868.0, 3847.0, 3899.0, 3879.0, 3888.0, 3875.0, 3845.0, 3897.0, 3868.0, 3856.0, 3888.0, 3857.0, 3900.0, 3881.0, 3859.0, 3900.0, 3871.0, 3890.0, 3880.0, 3850.0, 3901.0, 3871.0, 3891.0, 3893.0, 3859.0, 3899.0, 3871.0, 3861.0, 3891.0, 3881.0, 3870.0, 3912.0, 3893.0, 3859.0, 3912.0, 3879.0, 3889.0, 3878.0, 3847.0, 3910.0, 3878.0, 3846.0, 3886.0, 3856.0, 3896.0, 3888.0, 3857.0, 3887.0, 3878.0, 3869.0, 3909.0, 3879.0, 3859.0, 3899.0, 3880.0, 3890.0, 3899.0, 3869.0, 3899.0, 3878.0, 3857.0, 3908.0, 3878.0, 3857.0, 3887.0, 3867.0, 3887.0, 3888.0, 3858.0, 3878.0, 3878.0, 3858.0, 3910.0, 3878.0, 3858.0, 3899.0, 3880.0, 3858.0, 3899.0, 3869.0, 3878.0, 3911.0, 3879.0, 3858.0, 3900.0, 3880.0, 3900.0, 3899.0, 3867.0, 3891.0, 3899.0, 3880.0, 3867.0, 3900.0, 3880.0, 3892.0, 3912.0, 3880.0, 3857.0, 3902.0, 3880.0, 3870.0, 3899.0, 3880.0, 3858.0, 3920.0, 3879.0, 3847.0, 3899.0, 3892.0, 3859.0, 3899.0, 3879.0, 3870.0, 3910.0, 3878.0, 3858.0, 3912.0, 3878.0, 3848.0, 3898.0, 3879.0, 3868.0, 3910.0, 3891.0, 3860.0, 3911.0, 3890.0, 3868.0, 3899.0, 3882.0, 3882.0, 3910.0, 3879.0, 3857.0, 3898.0, 3879.0, 3877.0, 3913.0, 3891.0, 3872.0, 3913.0, 3891.0, 3869.0, 3900.0, 3880.0, 3891.0, 3910.0, 3879.0, 3879.0, 3901.0, 3880.0, 3912.0, 3901.0, 3881.0, 3923.0, 3889.0, 3856.0, 3907.0, 3877.0, 3867.0, 3920.0, 3880.0, 3869.0, 3912.0, 3889.0, 3877.0, 3898.0, 3879.0, 3889.0, 3877.0, 3877.0, 3880.0, 3899.0, 3891.0, 3870.0, 3910.0, 3869.0, 3869.0, 3911.0, 3878.0, 3877.0, 3878.0, 3881.0, 3920.0, 3891.0, 3859.0, 3900.0, 3880.0, 3889.0, 3910.0, 3890.0, 3879.0, 3900.0, 3894.0, 3922.0, 3901.0, 3882.0, 3924.0, 3903.0, 3891.0, 3911.0, 3881.0, 3901.0, 3901.0, 3868.0, 3933.0, 3903.0, 3881.0, 3923.0, 3891.0, 3903.0, 3900.0, 3890.0, 3860.0, 3921.0, 3891.0, 3861.0, 3923.0, 3907.0, 3892.0, 3934.0, 3902.0, 3866.0, 3898.0, 3893.0, 3901.0, 3900.0, 3867.0, 3865.0, 3907.0, 3887.0, 3876.0, 3874.0, 3865.0, 3873.0, 3884.0, 3855.0, 3906.0, 3876.0, 3856.0, 3920.0, 3890.0, 3856.0, 3885.0, 3865.0, 3875.0, 3898.0, 3866.0, 3899.0, 3891.0, 3869.0, 3920.0, 3890.0, 3879.0, 3900.0, 3868.0, 3911.0, 3901.0, 3869.0, 3919.0, 3890.0, 3871.0, 3912.0, 3880.0, 3871.0, 3922.0, 3892.0, 3859.0, 3908.0, 3892.0, 3879.0, 3911.0, 3882.0, 3879.0, 3909.0, 3880.0, 3900.0, 3899.0, 3881.0, 3900.0, 3911.0, 3879.0, 3899.0, 3888.0, 3868.0, 3922.0, 3899.0, 3868.0, 3909.0, 3888.0, 3846.0, 3919.0, 3901.0, 3862.0, 3913.0, 3890.0, 3859.0, 3935.0, 3893.0, 3848.0, 3879.0, 3869.0, 3847.0, 3859.0, 3899.0, 3857.0, 3879.0, 3879.0, 3898.0, 3889.0, 3873.0, 3945.0, 3912.0, 3901.0, 3911.0, 3898.0, 3864.0, 3842.0, 3872.0, 3855.0, 3847.0, 3885.0, 3853.0, 3844.0, 3877.0, 3877.0, 3866.0, 3868.0, 3888.0, 3858.0, 3881.0, 3901.0, 3870.0, 3880.0, 3891.0, 3884.0, 3910.0, 3889.0, 3871.0, 3900.0, 3889.0, 3883.0, 3924.0, 3892.0, 3872.0, 3922.0, 3892.0, 3870.0, 3911.0, 3892.0, 3881.0, 3911.0, 3881.0, 3880.0, 3912.0, 3893.0, 3904.0, 3912.0, 3884.0, 3914.0, 3914.0, 3883.0, 3902.0, 3915.0, 3895.0, 3925.0, 3912.0, 3883.0, 3903.0, 3914.0, 3895.0, 3913.0, 3902.0, 3869.0, 3899.0, 3911.0, 3869.0, 3909.0, 3889.0, 3857.0, 3897.0, 3888.0, 3848.0, 3920.0, 3889.0, 3871.0, 3910.0, 3880.0, 3908.0, 3899.0, 3847.0, 3921.0, 3891.0, 3870.0, 3910.0, 3869.0, 3899.0, 3901.0, 3859.0, 3910.0, 3891.0, 3912.0, 3914.0, 3883.0, 3923.0, 3892.0, 3872.0, 3923.0, 3869.0, 3872.0, 3901.0, 3880.0, 3873.0, 3914.0, 3891.0, 3859.0, 3911.0, 3880.0, 3871.0, 3898.0, 3867.0, 3867.0, 3877.0, 3856.0, 3911.0, 3892.0, 3870.0, 3911.0, 3880.0, 3871.0, 3923.0, 3881.0, 3889.0, 3902.0, 3869.0, 3911.0, 3892.0, 3891.0, 3911.0, 3880.0, 3909.0, 3881.0, 3892.0, 3922.0, 3881.0, 3904.0, 3903.0, 3882.0, 3936.0, 3903.0, 3871.0, 3924.0, 3902.0, 3883.0, 3922.0, 3891.0, 3881.0, 3924.0, 3891.0, 3912.0, 3901.0, 3880.0, 3902.0, 3910.0, 3879.0, 3909.0, 3889.0, 3848.0, 3920.0, 3890.0, 3878.0, 3910.0, 3881.0, 3892.0, 3900.0, 3870.0, 3913.0, 3901.0, 3882.0, 3885.0, 3915.0, 3892.0, 3873.0, 3936.0, 3892.0, 3870.0, 3891.0, 3901.0, 3881.0, 3870.0, 3903.0, 3880.0, 3857.0, 3911.0, 3890.0, 3870.0, 3900.0, 3889.0, 3868.0, 3910.0, 3889.0, 3879.0, 3922.0, 3890.0, 3872.0, 3923.0, 3880.0, 3856.0, 3887.0, 3880.0, 3921.0, 3889.0, 3858.0, 3910.0, 3881.0, 3872.0, 3913.0, 3882.0, 3883.0, 3914.0, 3882.0, 3902.0, 3902.0, 3872.0, 3911.0, 3892.0, 3861.0, 3923.0, 3893.0, 3884.0, 3913.0, 3903.0, 3902.0, 3912.0, 3890.0, 3867.0, 3898.0, 3877.0, 3920.0, 3888.0, 3856.0, 3896.0, 3878.0, 3857.0, 3923.0, 3881.0, 3879.0, 3887.0, 3856.0, 3908.0, 3879.0, 3859.0, 3898.0, 3878.0, 3867.0, 3899.0, 3858.0, 3887.0, 3887.0, 3845.0, 3895.0, 3877.0, 3856.0, 3898.0, 3868.0, 3868.0, 3889.0, 3869.0, 3889.0, 3890.0, 3860.0, 3911.0, 3893.0, 3902.0, 3902.0, 3870.0, 3909.0, 3889.0, 3857.0, 3909.0, 3880.0, 3879.0, 3914.0, 3894.0, 3936.0, 3916.0, 3872.0, 3909.0, 3900.0, 3871.0, 3902.0, 3901.0, 3880.0, 3899.0, 3887.0, 3857.0, 3910.0, 3879.0, 3857.0, 3909.0, 3877.0, 3847.0, 3899.0, 3878.0, 3868.0, 3899.0, 3869.0, 3879.0, 3903.0, 3896.0, 3914.0, 3902.0, 3861.0, 3899.0, 3901.0, 3874.0, 3924.0, 3880.0, 3878.0, 3898.0, 3868.0, 3910.0, 3890.0, 3859.0, 3900.0, 3889.0, 3880.0, 3912.0, 3881.0, 3900.0, 3889.0, 3858.0, 3910.0, 3891.0, 3873.0, 3923.0, 3881.0, 3860.0, 3926.0, 3892.0, 3859.0, 3910.0, 3869.0, 3889.0, 3888.0, 3867.0, 3879.0, 3900.0, 3868.0, 3913.0, 3900.0, 3870.0, 3899.0, 3888.0, 3857.0, 3921.0, 3879.0, 3858.0, 3888.0, 3888.0, 3860.0, 3909.0, 3878.0, 3856.0, 3911.0, 3882.0, 3859.0, 3897.0, 3835.0, 3847.0, 3880.0, 3867.0, 3836.0, 3849.0, 3878.0, 3847.0, 3861.0, 3857.0, 3852.0, 3890.0, 3921.0, 3935.0, 3911.0, 3895.0, 3907.0, 3896.0, 3885.0, 3898.0, 3852.0, 3872.0, 3871.0, 3850.0, 3844.0, 3887.0, 3878.0, 3857.0, 3859.0, 3901.0, 3883.0, 3859.0, 3909.0, 3868.0, 3866.0, 3887.0, 3879.0, 3857.0, 3909.0, 3867.0, 3899.0, 3898.0, 3867.0, 3888.0, 3888.0, 3859.0, 3907.0, 3877.0, 3858.0, 3919.0, 3877.0, 3846.0, 3897.0, 3855.0, 3896.0, 3886.0, 3867.0, 3908.0, 3878.0, 3867.0, 3907.0, 3879.0, 3899.0, 3889.0, 3870.0, 3921.0, 3891.0, 3859.0, 3923.0, 3879.0, 3878.0, 3896.0, 3868.0, 3898.0, 3898.0], 'WindowWidth': [8828.0, 8757.0, 8749.0, 8742.0, 8680.0, 8727.0, 8699.0, 8672.0, 8727.0, 8673.0, 8707.0, 8700.0, 8662.0, 8726.0, 8677.0, 8722.0, 8681.0, 8679.0, 8691.0, 8640.0, 8722.0, 8685.0, 8699.0, 8713.0, 8655.0, 8720.0, 8694.0, 8693.0, 8693.0, 8652.0, 8703.0, 8677.0, 8663.0, 8692.0, 8654.0, 8691.0, 8689.0, 8635.0, 8705.0, 8667.0, 8693.0, 8709.0, 8657.0, 8732.0, 8710.0, 8716.0, 8734.0, 8677.0, 8747.0, 8681.0, 8681.0, 8707.0, 8651.0, 8721.0, 8679.0, 8645.0, 8702.0, 8665.0, 8705.0, 8676.0, 8651.0, 8702.0, 8666.0, 8690.0, 8694.0, 8663.0, 8702.0, 8663.0, 8689.0, 8675.0, 8636.0, 8707.0, 8653.0, 8694.0, 8696.0, 8658.0, 8726.0, 8686.0, 8669.0, 8727.0, 8688.0, 8716.0, 8712.0, 8670.0, 8725.0, 8685.0, 8682.0, 8708.0, 8652.0, 8724.0, 8700.0, 8692.0, 8714.0, 8716.0, 8715.0, 8717.0, 8663.0, 8731.0, 8708.0, 8708.0, 8732.0, 8735.0, 8710.0, 8744.0, 8740.0, 8709.0, 8733.0, 8720.0, 8703.0, 8750.0, 8702.0, 8669.0, 8722.0, 8681.0, 8693.0, 8712.0, 8684.0, 8709.0, 8708.0, 8666.0, 8739.0, 8694.0, 8663.0, 8703.0, 8677.0, 8697.0, 8706.0, 8667.0, 8705.0, 8690.0, 8654.0, 8722.0, 8686.0, 8691.0, 8705.0, 8649.0, 8719.0, 8676.0, 8674.0, 8688.0, 8668.0, 8723.0, 8699.0, 8665.0, 8723.0, 8689.0, 8728.0, 8697.0, 8671.0, 8726.0, 8701.0, 8713.0, 8711.0, 8674.0, 8740.0, 8699.0, 8701.0, 8728.0, 8686.0, 8710.0, 8714.0, 8676.0, 8748.0, 8724.0, 8676.0, 8750.0, 8726.0, 8736.0, 8731.0, 8686.0, 8730.0, 8712.0, 8683.0, 8737.0, 8683.0, 8670.0, 8744.0, 8684.0, 8660.0, 8663.0, 8671.0, 8668.0, 8695.0, 8731.0, 8666.0, 8658.0, 8726.0, 8686.0, 8690.0, 8728.0, 8707.0, 8718.0, 8693.0, 8663.0, 8734.0, 8685.0, 8659.0, 8701.0, 8673.0, 8673.0, 8699.0, 8660.0, 8700.0, 8691.0, 8649.0, 8718.0, 8691.0, 8662.0, 8688.0, 8662.0, 8738.0, 8689.0, 8647.0, 8702.0, 8677.0, 8713.0, 8689.0, 8643.0, 8699.0, 8677.0, 8707.0, 8693.0, 8672.0, 8726.0, 8722.0, 8728.0, 8726.0, 8685.0, 8708.0, 8674.0, 8631.0, 8701.0, 8676.0, 8716.0, 8682.0, 8652.0, 8700.0, 8657.0, 8660.0, 8661.0, 8635.0, 8694.0, 8651.0, 8694.0, 8653.0, 8625.0, 8693.0, 8654.0, 8711.0, 8667.0, 8651.0, 8663.0, 8640.0, 8669.0, 8683.0, 8658.0, 8741.0, 8693.0, 8670.0, 8723.0, 8728.0, 8680.0, 8722.0, 8718.0, 8689.0, 8691.0, 8746.0, 8734.0, 8714.0, 8704.0, 8680.0, 8644.0, 8694.0, 8682.0, 8692.0, 8683.0, 8655.0, 8655.0, 8715.0, 8681.0, 8696.0, 8685.0, 8679.0, 8689.0, 8702.0, 8687.0, 8723.0, 8693.0, 8677.0, 8725.0, 8712.0, 8669.0, 8761.0, 8707.0, 8700.0, 8669.0, 8697.0, 8682.0, 8724.0, 8691.0, 8645.0, 8648.0, 8701.0, 8675.0, 8672.0, 8717.0, 8681.0, 8674.0, 8684.0, 8642.0, 8666.0, 8699.0, 8659.0, 8705.0, 8686.0, 8649.0, 8719.0, 8699.0, 8702.0, 8707.0, 8667.0, 8720.0, 8696.0, 8685.0, 8727.0, 8703.0, 8699.0, 8728.0, 8704.0, 8741.0, 8698.0, 8683.0, 8722.0, 8700.0, 8726.0, 8708.0, 8668.0, 8734.0, 8695.0, 8713.0, 8722.0, 8662.0, 8719.0, 8694.0, 8705.0, 8725.0, 8666.0, 8719.0, 8695.0, 8690.0, 8743.0, 8682.0, 8725.0, 8710.0, 8674.0, 8747.0, 8717.0, 8739.0, 8744.0, 8716.0, 8754.0, 8746.0, 8742.0, 8768.0, 8728.0, 8682.0, 8750.0, 8720.0, 8694.0, 8757.0, 8737.0, 8703.0, 8712.0, 8710.0, 8644.0, 8715.0, 8673.0, 8640.0, 8695.0, 8673.0, 8669.0, 8705.0, 8695.0, 8695.0, 8704.0, 8663.0, 8701.0, 8693.0, 8673.0, 8743.0, 8700.0, 8667.0, 8724.0, 8683.0, 8704.0, 8693.0, 8677.0, 8717.0, 8694.0, 8706.0, 8706.0, 8660.0, 8717.0, 8693.0, 8690.0, 8704.0, 8679.0, 8703.0, 8705.0, 8666.0, 8722.0, 8678.0, 8673.0, 8706.0, 8680.0, 8704.0, 8687.0, 8649.0, 8736.0, 8692.0, 8662.0, 8699.0, 8672.0, 8672.0, 8701.0, 8679.0, 8732.0, 8714.0, 8677.0, 8740.0, 8711.0, 8671.0, 8725.0, 8670.0, 8686.0, 8716.0, 8656.0, 8653.0, 8699.0, 8689.0, 8716.0, 8691.0, 8663.0, 8730.0, 8693.0, 8686.0, 8748.0, 8686.0, 8696.0, 8695.0, 8668.0, 8736.0, 8701.0, 8655.0, 8693.0, 8653.0, 8682.0, 8696.0, 8641.0, 8709.0, 8670.0, 8669.0, 8729.0, 8672.0, 8684.0, 8685.0, 8658.0, 8729.0, 8703.0, 8713.0, 8693.0, 8653.0, 8723.0, 8685.0, 8668.0, 8712.0, 8674.0, 8734.0, 8709.0, 8678.0, 8733.0, 8696.0, 8719.0, 8707.0, 8669.0, 8734.0, 8695.0, 8721.0, 8728.0, 8677.0, 8729.0, 8696.0, 8684.0, 8724.0, 8709.0, 8696.0, 8754.0, 8729.0, 8678.0, 8750.0, 8702.0, 8714.0, 8699.0, 8657.0, 8745.0, 8699.0, 8653.0, 8706.0, 8667.0, 8722.0, 8712.0, 8671.0, 8711.0, 8700.0, 8692.0, 8743.0, 8703.0, 8677.0, 8730.0, 8706.0, 8719.0, 8732.0, 8690.0, 8728.0, 8699.0, 8671.0, 8740.0, 8701.0, 8672.0, 8712.0, 8685.0, 8713.0, 8713.0, 8675.0, 8700.0, 8701.0, 8674.0, 8745.0, 8701.0, 8675.0, 8730.0, 8706.0, 8676.0, 8730.0, 8690.0, 8702.0, 8747.0, 8704.0, 8674.0, 8731.0, 8705.0, 8731.0, 8728.0, 8686.0, 8723.0, 8731.0, 8706.0, 8686.0, 8731.0, 8705.0, 8728.0, 8753.0, 8706.0, 8673.0, 8741.0, 8707.0, 8692.0, 8729.0, 8705.0, 8675.0, 8762.0, 8704.0, 8658.0, 8732.0, 8724.0, 8679.0, 8730.0, 8704.0, 8694.0, 8748.0, 8702.0, 8677.0, 8754.0, 8704.0, 8664.0, 8730.0, 8706.0, 8691.0, 8749.0, 8723.0, 8682.0, 8752.0, 8723.0, 8690.0, 8732.0, 8712.0, 8715.0, 8748.0, 8704.0, 8675.0, 8729.0, 8705.0, 8702.0, 8760.0, 8724.0, 8703.0, 8755.0, 8724.0, 8693.0, 8734.0, 8710.0, 8723.0, 8748.0, 8705.0, 8705.0, 8738.0, 8708.0, 8754.0, 8737.0, 8711.0, 8771.0, 8719.0, 8672.0, 8740.0, 8701.0, 8689.0, 8762.0, 8710.0, 8697.0, 8755.0, 8721.0, 8701.0, 8727.0, 8704.0, 8718.0, 8697.0, 8701.0, 8709.0, 8735.0, 8728.0, 8702.0, 8752.0, 8695.0, 8695.0, 8753.0, 8707.0, 8703.0, 8705.0, 8715.0, 8764.0, 8726.0, 8682.0, 8735.0, 8710.0, 8721.0, 8751.0, 8725.0, 8708.0, 8738.0, 8734.0, 8770.0, 8742.0, 8717.0, 8776.0, 8746.0, 8726.0, 8755.0, 8712.0, 8739.0, 8739.0, 8693.0, 8788.0, 8748.0, 8714.0, 8772.0, 8730.0, 8745.0, 8739.0, 8724.0, 8686.0, 8768.0, 8729.0, 8689.0, 8773.0, 8759.0, 8732.0, 8790.0, 8740.0, 8683.0, 8728.0, 8729.0, 8737.0, 8732.0, 8686.0, 8680.0, 8740.0, 8711.0, 8693.0, 8689.0, 8679.0, 8688.0, 8704.0, 8668.0, 8736.0, 8697.0, 8672.0, 8763.0, 8723.0, 8672.0, 8708.0, 8683.0, 8694.0, 8727.0, 8684.0, 8731.0, 8726.0, 8695.0, 8763.0, 8724.0, 8704.0, 8732.0, 8692.0, 8751.0, 8738.0, 8696.0, 8760.0, 8724.0, 8700.0, 8755.0, 8710.0, 8698.0, 8767.0, 8726.0, 8683.0, 8744.0, 8726.0, 8707.0, 8752.0, 8712.0, 8707.0, 8746.0, 8709.0, 8737.0, 8733.0, 8711.0, 8735.0, 8751.0, 8707.0, 8733.0, 8716.0, 8691.0, 8770.0, 8732.0, 8694.0, 8746.0, 8716.0, 8660.0, 8762.0, 8739.0, 8691.0, 8757.0, 8724.0, 8681.0, 8791.0, 8734.0, 8665.0, 8708.0, 8692.0, 8663.0, 8682.0, 8734.0, 8674.0, 8705.0, 8704.0, 8728.0, 8719.0, 8705.0, 8804.0, 8750.0, 8731.0, 8745.0, 8724.0, 8670.0, 8637.0, 8679.0, 8664.0, 8655.0, 8703.0, 8655.0, 8645.0, 8694.0, 8694.0, 8681.0, 8684.0, 8710.0, 8674.0, 8707.0, 8737.0, 8693.0, 8706.0, 8722.0, 8718.0, 8749.0, 8717.0, 8696.0, 8732.0, 8719.0, 8716.0, 8771.0, 8724.0, 8698.0, 8766.0, 8724.0, 8693.0, 8748.0, 8726.0, 8712.0, 8750.0, 8711.0, 8709.0, 8752.0, 8728.0, 8744.0, 8754.0, 8717.0, 8759.0, 8761.0, 8719.0, 8741.0, 8760.0, 8735.0, 8775.0, 8751.0, 8718.0, 8741.0, 8760.0, 8739.0, 8758.0, 8738.0, 8694.0, 8730.0, 8753.0, 8691.0, 8743.0, 8716.0, 8675.0, 8725.0, 8716.0, 8661.0, 8760.0, 8718.0, 8701.0, 8747.0, 8710.0, 8744.0, 8731.0, 8662.0, 8763.0, 8724.0, 8697.0, 8748.0, 8694.0, 8732.0, 8737.0, 8682.0, 8747.0, 8725.0, 8754.0, 8761.0, 8716.0, 8768.0, 8726.0, 8703.0, 8767.0, 8689.0, 8701.0, 8736.0, 8706.0, 8702.0, 8756.0, 8723.0, 8678.0, 8749.0, 8706.0, 8697.0, 8728.0, 8683.0, 8684.0, 8696.0, 8670.0, 8749.0, 8725.0, 8694.0, 8748.0, 8706.0, 8697.0, 8772.0, 8712.0, 8718.0, 8739.0, 8691.0, 8748.0, 8725.0, 8725.0, 8748.0, 8708.0, 8743.0, 8714.0, 8729.0, 8767.0, 8710.0, 8746.0, 8742.0, 8715.0, 8792.0, 8745.0, 8699.0, 8771.0, 8739.0, 8716.0, 8768.0, 8724.0, 8712.0, 8773.0, 8725.0, 8754.0, 8735.0, 8710.0, 8742.0, 8747.0, 8704.0, 8745.0, 8719.0, 8666.0, 8761.0, 8721.0, 8703.0, 8747.0, 8710.0, 8728.0, 8735.0, 8699.0, 8762.0, 8738.0, 8716.0, 8725.0, 8764.0, 8728.0, 8706.0, 8794.0, 8728.0, 8697.0, 8725.0, 8739.0, 8709.0, 8695.0, 8742.0, 8709.0, 8675.0, 8749.0, 8721.0, 8694.0, 8733.0, 8718.0, 8690.0, 8748.0, 8720.0, 8707.0, 8768.0, 8720.0, 8702.0, 8772.0, 8710.0, 8673.0, 8714.0, 8709.0, 8764.0, 8719.0, 8680.0, 8748.0, 8713.0, 8702.0, 8759.0, 8716.0, 8721.0, 8759.0, 8717.0, 8742.0, 8742.0, 8703.0, 8752.0, 8729.0, 8687.0, 8773.0, 8732.0, 8722.0, 8757.0, 8746.0, 8741.0, 8754.0, 8722.0, 8686.0, 8728.0, 8701.0, 8762.0, 8716.0, 8670.0, 8723.0, 8703.0, 8674.0, 8772.0, 8714.0, 8705.0, 8714.0, 8672.0, 8743.0, 8706.0, 8683.0, 8728.0, 8705.0, 8688.0, 8733.0, 8678.0, 8714.0, 8712.0, 8656.0, 8722.0, 8699.0, 8673.0, 8731.0, 8692.0, 8691.0, 8720.0, 8695.0, 8722.0, 8724.0, 8686.0, 8752.0, 8732.0, 8742.0, 8743.0, 8698.0, 8746.0, 8720.0, 8677.0, 8749.0, 8709.0, 8706.0, 8765.0, 8737.0, 8793.0, 8766.0, 8702.0, 8746.0, 8734.0, 8701.0, 8743.0, 8737.0, 8710.0, 8733.0, 8714.0, 8674.0, 8747.0, 8706.0, 8674.0, 8743.0, 8700.0, 8664.0, 8731.0, 8705.0, 8691.0, 8733.0, 8696.0, 8709.0, 8745.0, 8743.0, 8761.0, 8744.0, 8688.0, 8735.0, 8740.0, 8712.0, 8775.0, 8710.0, 8704.0, 8730.0, 8691.0, 8751.0, 8724.0, 8681.0, 8735.0, 8723.0, 8710.0, 8757.0, 8713.0, 8737.0, 8721.0, 8679.0, 8750.0, 8727.0, 8708.0, 8773.0, 8712.0, 8686.0, 8785.0, 8732.0, 8683.0, 8750.0, 8693.0, 8719.0, 8719.0, 8692.0, 8706.0, 8737.0, 8694.0, 8760.0, 8738.0, 8697.0, 8733.0, 8716.0, 8676.0, 8766.0, 8707.0, 8679.0, 8719.0, 8719.0, 8685.0, 8749.0, 8704.0, 8673.0, 8753.0, 8719.0, 8683.0, 8729.0, 8643.0, 8664.0, 8710.0, 8689.0, 8645.0, 8667.0, 8703.0, 8660.0, 8691.0, 8653.0, 8655.0, 8721.0, 8769.0, 8797.0, 8756.0, 8720.0, 8743.0, 8726.0, 8711.0, 8729.0, 8661.0, 8686.0, 8683.0, 8657.0, 8656.0, 8717.0, 8706.0, 8678.0, 8687.0, 8744.0, 8720.0, 8682.0, 8746.0, 8690.0, 8688.0, 8712.0, 8707.0, 8678.0, 8748.0, 8689.0, 8734.0, 8730.0, 8685.0, 8718.0, 8719.0, 8681.0, 8742.0, 8700.0, 8677.0, 8760.0, 8699.0, 8660.0, 8725.0, 8670.0, 8724.0, 8712.0, 8688.0, 8746.0, 8705.0, 8690.0, 8743.0, 8708.0, 8733.0, 8723.0, 8703.0, 8769.0, 8726.0, 8686.0, 8774.0, 8710.0, 8705.0, 8727.0, 8695.0, 8733.0, 8733.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.002609452736318408</td></tr>
<tr><td colspan=3>aqi</td><td>0.08457638582089551</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.122352970381726</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1321344872282164</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9834823124730289</td></tr>
<tr><td colspan=3>efc</td><td>0.4816</td></tr>
<tr><td colspan=3>fber</td><td>5314.6475</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18945318299965616</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>281</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.30016583747927</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7753468104078434</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5364388486174945</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0494979272943037</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.740103655311732</td></tr>
<tr><td colspan=3>gcor</td><td>0.00612679</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008538789115846157</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028811495751142502</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1206</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.03869176888392</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>17.9237</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3476</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.499</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298795.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>670.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>285.6496</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2861</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>450.6126</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3077.0715</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3264.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1132.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4008.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>808.1773</td></tr>
<tr><td colspan=3>tsnr</td><td>22.893911476247013</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>