<?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-0058_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-0058_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-0058_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-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_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-0058/figures/sub-0058_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058/ses-01/func/sub-0058_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>3188659a0b8d02aa4afeb4708aaf4706</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>12:56:31.900000</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.994656, -0.0233861, -0.10056, 0.0244826, 0.999653, 0.00968358]</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.10613</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>[4120, -7715, -7284, 531, -67, -160, 32, 123]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.766</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0fe389ba-d39a-4eae-ac04-cb16fd75c1c5||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.6685895919799805, 0.0656849667429924, -0.27080678939819336, 114.05235290527344], [0.06274311989545822, 2.6819968223571777, 0.03265327215194702, -92.54898834228516], [-0.2697954773902893, -0.02598034217953682, 2.6861865520477295, -88.8701171875], [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': ['125631.900000', '125632.360000', '125632.820000', '125633.280000', '125633.740000', '125634.200000', '125634.660000', '125635.120000', '125635.580000', '125636.040000', '125636.500000', '125636.960000', '125637.420000', '125637.880000', '125638.340000', '125638.800000', '125639.260000', '125639.720000', '125640.180000', '125640.640000', '125641.100000', '125641.560000', '125642.020000', '125642.480000', '125642.940000', '125643.400000', '125643.860000', '125644.320000', '125644.780000', '125645.240000', '125645.700000', '125646.160000', '125646.620000', '125647.080000', '125647.540000', '125648.000000', '125648.460000', '125648.920000', '125649.380000', '125649.840000', '125650.300000', '125650.760000', '125651.220000', '125651.680000', '125652.140000', '125652.600000', '125653.060000', '125653.520000', '125653.980000', '125654.440000', '125654.900000', '125655.360000', '125655.820000', '125656.280000', '125656.740000', '125657.200000', '125657.660000', '125658.120000', '125658.580000', '125659.040000', '125659.500000', '125659.960000', '125700.420000', '125700.880000', '125701.340000', '125701.800000', '125702.260000', '125702.720000', '125703.180000', '125703.640000', '125704.100000', '125704.560000', '125705.020000', '125705.480000', '125705.940000', '125706.400000', '125706.860000', '125707.320000', '125707.780000', '125708.240000', '125708.700000', '125709.160000', '125709.620000', '125710.080000', '125710.540000', '125711.000000', '125711.460000', '125711.920000', '125712.380000', '125712.840000', '125713.300000', '125713.760000', '125714.220000', '125714.680000', '125715.140000', '125715.600000', '125716.060000', '125716.520000', '125716.980000', '125717.440000', '125717.900000', '125718.360000', '125718.820000', '125719.280000', '125719.740000', '125720.200000', '125720.660000', '125721.120000', '125721.580000', '125722.040000', '125722.500000', '125722.960000', '125723.420000', '125723.880000', '125724.340000', '125724.800000', '125725.260000', '125725.720000', '125726.180000', '125726.640000', '125727.100000', '125727.560000', '125728.020000', '125728.480000', '125728.940000', '125729.400000', '125729.860000', '125730.320000', '125730.780000', '125731.240000', '125731.700000', '125732.160000', '125732.620000', '125733.080000', '125733.540000', '125734.000000', '125734.460000', '125734.920000', '125735.380000', '125735.840000', '125736.300000', '125736.760000', '125737.220000', '125737.680000', '125738.140000', '125738.600000', '125739.060000', '125739.520000', '125739.980000', '125740.440000', '125740.900000', '125741.360000', '125741.820000', '125742.280000', '125742.740000', '125743.200000', '125743.660000', '125744.120000', '125744.580000', '125745.040000', '125745.500000', '125745.960000', '125746.420000', '125746.880000', '125747.340000', '125747.800000', '125748.260000', '125748.720000', '125749.180000', '125749.640000', '125750.100000', '125750.560000', '125751.020000', '125751.480000', '125751.940000', '125752.400000', '125752.860000', '125753.320000', '125753.780000', '125754.240000', '125754.700000', '125755.160000', '125755.620000', '125756.080000', '125756.540000', '125757.000000', '125757.460000', '125757.920000', '125758.380000', '125758.840000', '125759.300000', '125759.760000', '125800.220000', '125800.680000', '125801.140000', '125801.600000', '125802.060000', '125802.520000', '125802.980000', '125803.440000', '125803.900000', '125804.360000', '125804.820000', '125805.280000', '125805.740000', '125806.200000', '125806.660000', '125807.120000', '125807.580000', '125808.040000', '125808.500000', '125808.960000', '125809.420000', '125809.880000', '125810.340000', '125810.800000', '125811.260000', '125811.720000', '125812.180000', '125812.640000', '125813.100000', '125813.560000', '125814.020000', '125814.480000', '125814.940000', '125815.400000', '125815.860000', '125816.320000', '125816.780000', '125817.240000', '125817.700000', '125818.160000', '125818.620000', '125819.080000', '125819.540000', '125820.000000', '125820.460000', '125820.920000', '125821.380000', '125821.840000', '125822.300000', '125822.760000', '125823.220000', '125823.680000', '125824.140000', '125824.600000', '125825.060000', '125825.520000', '125825.980000', '125826.440000', '125826.900000', '125827.360000', '125827.820000', '125828.280000', '125828.740000', '125829.200000', '125829.660000', '125830.120000', '125830.580000', '125831.040000', '125831.500000', '125831.960000', '125832.420000', '125832.880000', '125833.340000', '125833.800000', '125834.260000', '125834.720000', '125835.180000', '125835.640000', '125836.100000', '125836.560000', '125837.020000', '125837.480000', '125837.940000', '125838.400000', '125838.860000', '125839.320000', '125839.780000', '125840.240000', '125840.700000', '125841.160000', '125841.620000', '125842.080000', '125842.540000', '125843.000000', '125843.460000', '125843.920000', '125844.380000', '125844.840000', '125845.300000', '125845.760000', '125846.220000', '125846.680000', '125847.140000', '125847.600000', '125848.060000', '125848.520000', '125848.980000', '125849.440000', '125849.900000', '125850.360000', '125850.820000', '125851.280000', '125851.740000', '125852.200000', '125852.660000', '125853.120000', '125853.580000', '125854.040000', '125854.500000', '125854.960000', '125855.420000', '125855.880000', '125856.340000', '125856.800000', '125857.260000', '125857.720000', '125858.180000', '125858.640000', '125859.100000', '125859.560000', '125900.020000', '125900.480000', '125900.940000', '125901.400000', '125901.860000', '125902.320000', '125902.780000', '125903.240000', '125903.700000', '125904.160000', '125904.620000', '125905.080000', '125905.540000', '125906.000000', '125906.460000', '125906.920000', '125907.380000', '125907.840000', '125908.300000', '125908.760000', '125909.220000', '125909.680000', '125910.140000', '125910.600000', '125911.060000', '125911.520000', '125911.980000', '125912.440000', '125912.900000', '125913.360000', '125913.820000', '125914.280000', '125914.740000', '125915.200000', '125915.660000', '125916.120000', '125916.580000', '125917.040000', '125917.500000', '125917.960000', '125918.420000', '125918.880000', '125919.340000', '125919.800000', '125920.260000', '125920.720000', '125921.180000', '125921.640000', '125922.100000', '125922.560000', '125923.020000', '125923.480000', '125923.940000', '125924.400000', '125924.860000', '125925.320000', '125925.780000', '125926.240000', '125926.700000', '125927.160000', '125927.620000', '125928.080000', '125928.540000', '125929.000000', '125929.460000', '125929.920000', '125930.380000', '125930.840000', '125931.300000', '125931.760000', '125932.220000', '125932.680000', '125933.140000', '125933.600000', '125934.060000', '125934.520000', '125934.980000', '125935.440000', '125935.900000', '125936.360000', '125936.820000', '125937.280000', '125937.740000', '125938.200000', '125938.660000', '125939.120000', '125939.580000', '125940.040000', '125940.500000', '125940.960000', '125941.420000', '125941.880000', '125942.340000', '125942.800000', '125943.260000', '125943.720000', '125944.180000', '125944.640000', '125945.100000', '125945.560000', '125946.020000', '125946.480000', '125946.940000', '125947.400000', '125947.860000', '125948.320000', '125948.780000', '125949.240000', '125949.700000', '125950.160000', '125950.620000', '125951.080000', '125951.540000', '125952.000000', '125952.460000', '125952.920000', '125953.380000', '125953.840000', '125954.300000', '125954.760000', '125955.220000', '125955.680000', '125956.140000', '125956.600000', '125957.060000', '125957.520000', '125957.980000', '125958.440000', '125958.900000', '125959.360000', '125959.820000', '130000.280000', '130000.740000', '130001.200000', '130001.660000', '130002.120000', '130002.580000', '130003.040000', '130003.500000', '130003.960000', '130004.420000', '130004.880000', '130005.340000', '130005.800000', '130006.260000', '130006.720000', '130007.180000', '130007.640000', '130008.100000', '130008.560000', '130009.020000', '130009.480000', '130009.940000', '130010.400000', '130010.860000', '130011.320000', '130011.780000', '130012.240000', '130012.700000', '130013.160000', '130013.620000', '130014.080000', '130014.540000', '130015.000000', '130015.460000', '130015.920000', '130016.380000', '130016.840000', '130017.300000', '130017.760000', '130018.220000', '130018.680000', '130019.140000', '130019.600000', '130020.060000', '130020.520000', '130020.980000', '130021.440000', '130021.900000', '130022.360000', '130022.820000', '130023.280000', '130023.740000', '130024.200000', '130024.660000', '130025.120000', '130025.580000', '130026.040000', '130026.500000', '130026.960000', '130027.420000', '130027.880000', '130028.340000', '130028.800000', '130029.260000', '130029.720000', '130030.180000', '130030.640000', '130031.100000', '130031.560000', '130032.020000', '130032.480000', '130032.940000', '130033.400000', '130033.860000', '130034.320000', '130034.780000', '130035.240000', '130035.700000', '130036.160000', '130036.620000', '130037.080000', '130037.540000', '130038.000000', '130038.460000', '130038.920000', '130039.380000', '130039.840000', '130040.300000', '130040.760000', '130041.220000', '130041.680000', '130042.140000', '130042.600000', '130043.060000', '130043.520000', '130043.980000', '130044.440000', '130044.900000', '130045.360000', '130045.820000', '130046.280000', '130046.740000', '130047.200000', '130047.660000', '130048.120000', '130048.580000', '130049.040000', '130049.500000', '130049.960000', '130050.420000', '130050.880000', '130051.340000', '130051.800000', '130052.260000', '130052.720000', '130053.180000', '130053.640000', '130054.100000', '130054.560000', '130055.020000', '130055.480000', '130055.940000', '130056.400000', '130056.860000', '130057.320000', '130057.780000', '130058.240000', '130058.700000', '130059.160000', '130059.620000', '130100.080000', '130100.540000', '130101.000000', '130101.460000', '130101.920000', '130102.380000', '130102.840000', '130103.300000', '130103.760000', '130104.220000', '130104.680000', '130105.140000', '130105.600000', '130106.060000', '130106.520000', '130106.980000', '130107.440000', '130107.900000', '130108.360000', '130108.820000', '130109.280000', '130109.740000', '130110.200000', '130110.660000', '130111.120000', '130111.580000', '130112.040000', '130112.500000', '130112.960000', '130113.420000', '130113.880000', '130114.340000', '130114.800000', '130115.260000', '130115.720000', '130116.180000', '130116.640000', '130117.100000', '130117.560000', '130118.020000', '130118.480000', '130118.940000', '130119.400000', '130119.860000', '130120.320000', '130120.780000', '130121.240000', '130121.700000', '130122.160000', '130122.620000', '130123.080000', '130123.540000', '130124.000000', '130124.460000', '130124.920000', '130125.380000', '130125.840000', '130126.300000', '130126.760000', '130127.220000', '130127.680000', '130128.140000', '130128.600000', '130129.060000', '130129.520000', '130129.980000', '130130.440000', '130130.900000', '130131.360000', '130131.820000', '130132.280000', '130132.740000', '130133.200000', '130133.660000', '130134.120000', '130134.580000', '130135.040000', '130135.500000', '130135.960000', '130136.420000', '130136.880000', '130137.340000', '130137.800000', '130138.260000', '130138.720000', '130139.180000', '130139.640000', '130140.100000', '130140.560000', '130141.020000', '130141.480000', '130141.940000', '130142.400000', '130142.860000', '130143.320000', '130143.780000', '130144.240000', '130144.700000', '130145.160000', '130145.620000', '130146.080000', '130146.540000', '130147.000000', '130147.460000', '130147.920000', '130148.380000', '130148.840000', '130149.300000', '130149.760000', '130150.220000', '130150.680000', '130151.140000', '130151.600000', '130152.060000', '130152.520000', '130152.980000', '130153.440000', '130153.900000', '130154.360000', '130154.820000', '130155.280000', '130155.740000', '130156.200000', '130156.660000', '130157.120000', '130157.580000', '130158.040000', '130158.500000', '130158.960000', '130159.420000', '130159.880000', '130200.340000', '130200.800000', '130201.260000', '130201.720000', '130202.180000', '130202.640000', '130203.100000', '130203.560000', '130204.020000', '130204.480000', '130204.940000', '130205.400000', '130205.860000', '130206.320000', '130206.780000', '130207.240000', '130207.700000', '130208.160000', '130208.620000', '130209.080000', '130209.540000', '130210.000000', '130210.460000', '130210.920000', '130211.380000', '130211.840000', '130212.300000', '130212.760000', '130213.220000', '130213.680000', '130214.140000', '130214.600000', '130215.060000', '130215.520000', '130215.980000', '130216.440000', '130216.900000', '130217.360000', '130217.820000', '130218.280000', '130218.740000', '130219.200000', '130219.660000', '130220.120000', '130220.580000', '130221.040000', '130221.500000', '130221.960000', '130222.420000', '130222.880000', '130223.340000', '130223.800000', '130224.260000', '130224.720000', '130225.180000', '130225.640000', '130226.100000', '130226.560000', '130227.020000', '130227.480000', '130227.940000', '130228.400000', '130228.860000', '130229.320000', '130229.780000', '130230.240000', '130230.700000', '130231.160000', '130231.620000', '130232.080000', '130232.540000', '130233.000000', '130233.460000', '130233.920000', '130234.380000', '130234.840000', '130235.300000', '130235.760000', '130236.220000', '130236.680000', '130237.140000', '130237.600000', '130238.060000', '130238.520000', '130238.980000', '130239.440000', '130239.900000', '130240.360000', '130240.820000', '130241.280000', '130241.740000', '130242.200000', '130242.660000', '130243.120000', '130243.580000', '130244.040000', '130244.500000', '130244.960000', '130245.420000', '130245.880000', '130246.340000', '130246.800000', '130247.260000', '130247.720000', '130248.180000', '130248.640000', '130249.100000', '130249.560000', '130250.020000', '130250.480000', '130250.940000', '130251.400000', '130251.860000', '130252.320000', '130252.780000', '130253.240000', '130253.700000', '130254.160000', '130254.620000', '130255.080000', '130255.540000', '130256.000000', '130256.460000', '130256.920000', '130257.380000', '130257.840000', '130258.300000', '130258.760000', '130259.220000', '130259.680000', '130300.140000', '130300.600000', '130301.060000', '130301.520000', '130301.980000', '130302.440000', '130302.900000', '130303.360000', '130303.820000', '130304.280000', '130304.740000', '130305.200000', '130305.660000', '130306.120000', '130306.580000', '130307.040000', '130307.500000', '130307.960000', '130308.420000', '130308.880000', '130309.340000', '130309.800000', '130310.260000', '130310.720000', '130311.180000', '130311.640000', '130312.100000', '130312.560000', '130313.020000', '130313.480000', '130313.940000', '130314.400000', '130314.860000', '130315.320000', '130315.780000', '130316.240000', '130316.700000', '130317.160000', '130317.620000', '130318.080000', '130318.540000', '130319.000000', '130319.460000', '130319.920000', '130320.380000', '130320.840000', '130321.300000', '130321.760000', '130322.220000', '130322.680000', '130323.140000', '130323.600000', '130324.060000', '130324.520000', '130324.980000', '130325.440000', '130325.900000', '130326.360000', '130326.820000', '130327.280000', '130327.740000', '130328.200000', '130328.660000', '130329.120000', '130329.580000', '130330.040000', '130330.500000', '130330.960000', '130331.420000', '130331.880000', '130332.340000', '130332.800000', '130333.260000', '130333.720000', '130334.180000', '130334.640000', '130335.100000', '130335.560000', '130336.020000', '130336.480000', '130336.940000', '130337.400000', '130337.860000', '130338.320000', '130338.780000', '130339.240000', '130339.700000', '130340.160000', '130340.620000', '130341.080000', '130341.540000', '130342.000000', '130342.460000', '130342.920000', '130343.380000', '130343.840000', '130344.300000', '130344.760000', '130345.220000', '130345.680000', '130346.140000', '130346.600000', '130347.060000', '130347.520000', '130347.980000', '130348.440000', '130348.900000', '130349.360000', '130349.820000', '130350.280000', '130350.740000', '130351.200000', '130351.660000', '130352.120000', '130352.580000', '130353.040000', '130353.500000', '130353.960000', '130354.420000', '130354.880000', '130355.340000', '130355.800000', '130356.260000', '130356.720000', '130357.180000', '130357.640000', '130358.100000', '130358.560000', '130359.020000', '130359.480000', '130359.940000', '130400.400000', '130400.860000', '130401.320000', '130401.780000', '130402.240000', '130402.700000', '130403.160000', '130403.620000', '130404.080000', '130404.540000', '130405.000000', '130405.460000', '130405.920000', '130406.380000', '130406.840000', '130407.300000', '130407.760000', '130408.220000', '130408.680000', '130409.140000', '130409.600000', '130410.060000', '130410.520000', '130410.980000', '130411.440000', '130411.900000', '130412.360000', '130412.820000', '130413.280000', '130413.740000', '130414.200000', '130414.660000', '130415.120000', '130415.580000', '130416.040000', '130416.500000', '130416.960000', '130417.420000', '130417.880000', '130418.340000', '130418.800000', '130419.260000', '130419.720000', '130420.180000', '130420.640000', '130421.100000', '130421.560000', '130422.020000', '130422.480000', '130422.940000', '130423.400000', '130423.860000', '130424.320000', '130424.780000', '130425.240000', '130425.700000', '130426.160000', '130426.620000', '130427.080000', '130427.540000', '130428.000000', '130428.460000', '130428.920000', '130429.380000', '130429.840000', '130430.300000', '130430.760000', '130431.220000', '130431.680000', '130432.140000', '130432.600000', '130433.060000', '130433.520000', '130433.980000', '130434.440000', '130434.900000', '130435.360000', '130435.820000', '130436.280000', '130436.740000', '130437.200000', '130437.660000', '130438.120000', '130438.580000', '130439.040000', '130439.500000', '130439.960000', '130440.420000', '130440.880000', '130441.340000', '130441.800000', '130442.260000', '130442.720000', '130443.180000', '130443.640000', '130444.100000', '130444.560000', '130445.020000', '130445.480000', '130445.940000', '130446.400000', '130446.860000', '130447.320000', '130447.780000', '130448.240000', '130448.700000', '130449.160000', '130449.620000', '130450.080000', '130450.540000', '130451.000000', '130451.460000', '130451.920000', '130452.380000', '130452.840000', '130453.300000', '130453.760000', '130454.220000', '130454.680000', '130455.140000', '130455.600000', '130456.060000', '130456.520000', '130456.980000', '130457.440000', '130457.900000', '130458.360000', '130458.820000', '130459.280000', '130459.740000', '130500.200000', '130500.660000', '130501.120000', '130501.580000', '130502.040000', '130502.500000', '130502.960000', '130503.420000', '130503.880000', '130504.340000', '130504.800000', '130505.260000', '130505.720000', '130506.180000', '130506.640000', '130507.100000', '130507.560000', '130508.020000', '130508.480000', '130508.940000', '130509.400000', '130509.860000', '130510.320000', '130510.780000', '130511.240000', '130511.700000', '130512.160000', '130512.620000', '130513.080000', '130513.540000', '130514.000000', '130514.460000', '130514.920000', '130515.380000', '130515.840000', '130516.300000', '130516.760000', '130517.220000', '130517.680000', '130518.140000', '130518.600000', '130519.060000', '130519.520000', '130519.980000', '130520.440000', '130520.900000', '130521.360000', '130521.820000', '130522.280000', '130522.740000', '130523.200000', '130523.660000', '130524.120000', '130524.580000', '130525.040000', '130525.500000', '130525.960000', '130526.420000', '130526.880000', '130527.340000', '130527.800000', '130528.260000', '130528.720000', '130529.180000', '130529.640000', '130530.100000', '130530.560000', '130531.020000', '130531.480000', '130531.940000', '130532.400000', '130532.860000', '130533.320000', '130533.780000', '130534.240000', '130534.700000', '130535.160000', '130535.620000', '130536.080000', '130536.540000', '130537.000000', '130537.460000', '130537.920000', '130538.380000', '130538.840000', '130539.300000', '130539.760000', '130540.220000', '130540.680000', '130541.140000', '130541.600000', '130542.060000', '130542.520000', '130542.980000', '130543.440000', '130543.900000', '130544.360000', '130544.820000', '130545.280000', '130545.740000', '130546.200000', '130546.660000', '130547.120000', '130547.580000'], 'ContentTime': ['125657.854000', '125657.858000', '125657.860000', '125657.874000', '125657.876000', '125657.879000', '125657.881000', '125657.884000', '125657.887000', '125657.889000', '125657.892000', '125657.894000', '125657.897000', '125657.899000', '125657.902000', '125657.905000', '125657.907000', '125657.910000', '125657.912000', '125657.915000', '125657.918000', '125657.920000', '125657.924000', '125657.927000', '125657.929000', '125657.932000', '125657.934000', '125657.937000', '125657.939000', '125657.942000', '125657.945000', '125657.947000', '125657.950000', '125657.952000', '125657.955000', '125657.957000', '125657.960000', '125657.963000', '125657.965000', '125657.968000', '125657.970000', '125657.973000', '125657.975000', '125657.978000', '125657.980000', '125657.983000', '125657.986000', '125657.988000', '125657.991000', '125657.993000', '125657.996000', '125657.998000', '125658.002000', '125658.005000', '125717.824000', '125717.827000', '125717.830000', '125717.833000', '125717.835000', '125717.838000', '125717.840000', '125717.849000', '125717.851000', '125717.854000', '125717.857000', '125717.859000', '125717.862000', '125717.864000', '125717.867000', '125717.869000', '125717.872000', '125717.875000', '125717.877000', '125717.880000', '125717.882000', '125717.885000', '125717.888000', '125717.890000', '125717.893000', '125717.895000', '125717.898000', '125717.900000', '125717.903000', '125717.905000', '125717.908000', '125717.911000', '125717.913000', '125717.916000', '125717.918000', '125717.921000', '125717.924000', '125717.926000', '125717.929000', '125717.931000', '125717.934000', '125717.936000', '125717.939000', '125737.824000', '125737.827000', '125737.830000', '125737.833000', '125737.835000', '125737.838000', '125737.840000', '125737.843000', '125737.845000', '125737.848000', '125737.850000', '125737.853000', '125737.856000', '125737.858000', '125737.861000', '125737.863000', '125737.883000', '125737.886000', '125737.888000', '125737.891000', '125737.894000', '125737.896000', '125737.899000', '125737.901000', '125737.904000', '125737.907000', '125737.909000', '125737.912000', '125737.914000', '125737.935000', '125737.938000', '125737.940000', '125737.943000', '125737.945000', '125737.948000', '125737.950000', '125737.953000', '125737.955000', '125737.958000', '125737.961000', '125737.963000', '125737.966000', '125737.968000', '125737.971000', '125757.825000', '125757.827000', '125757.830000', '125757.833000', '125757.835000', '125757.838000', '125757.840000', '125757.843000', '125757.845000', '125757.848000', '125757.851000', '125757.853000', '125757.856000', '125757.858000', '125757.861000', '125757.863000', '125757.866000', '125757.869000', '125757.871000', '125757.874000', '125757.876000', '125757.879000', '125757.881000', '125757.884000', '125757.886000', '125757.889000', '125757.892000', '125757.894000', '125757.897000', '125757.899000', '125757.902000', '125757.905000', '125757.907000', '125757.910000', '125757.913000', '125757.915000', '125757.918000', '125757.920000', '125757.923000', '125757.926000', '125757.928000', '125757.931000', '125757.933000', '125817.825000', '125817.827000', '125817.830000', '125817.833000', '125817.835000', '125817.838000', '125817.840000', '125817.843000', '125817.845000', '125817.848000', '125817.859000', '125817.862000', '125817.864000', '125817.867000', '125817.869000', '125817.872000', '125817.875000', '125817.877000', '125817.880000', '125817.882000', '125817.885000', '125817.887000', '125817.890000', '125817.893000', '125817.895000', '125817.898000', '125817.900000', '125817.903000', '125817.906000', '125817.908000', '125817.911000', '125817.913000', '125817.916000', '125817.918000', '125817.921000', '125817.924000', '125817.926000', '125817.929000', '125817.931000', '125817.934000', '125817.936000', '125817.939000', '125817.941000', '125817.944000', '125837.824000', '125837.827000', '125837.830000', '125837.833000', '125837.835000', '125837.838000', '125837.840000', '125837.843000', '125837.846000', '125837.848000', '125837.851000', '125837.853000', '125837.856000', '125837.859000', '125837.861000', '125837.864000', '125837.866000', '125837.869000', '125837.872000', '125837.874000', '125837.877000', '125837.879000', '125837.882000', '125837.884000', '125837.887000', '125837.890000', '125837.892000', '125837.895000', '125837.897000', '125837.900000', '125837.903000', '125837.905000', '125837.908000', '125837.911000', '125837.913000', '125837.916000', '125837.918000', '125837.921000', '125837.923000', '125837.926000', '125837.929000', '125837.931000', '125837.934000', '125857.823000', '125857.826000', '125857.829000', '125857.831000', '125857.834000', '125857.837000', '125857.839000', '125857.842000', '125857.844000', '125857.847000', '125857.850000', '125857.852000', '125857.855000', '125857.857000', '125857.860000', '125857.863000', '125857.865000', '125857.868000', '125857.870000', '125857.873000', '125857.876000', '125857.878000', '125857.881000', '125857.883000', '125857.886000', '125857.888000', '125857.891000', '125857.894000', '125857.896000', '125857.899000', '125857.901000', '125857.904000', '125857.907000', '125857.909000', '125857.912000', '125857.914000', '125857.917000', '125857.919000', '125857.922000', '125857.925000', '125857.927000', '125857.930000', '125857.932000', '125857.935000', '125917.823000', '125917.826000', '125917.829000', '125917.832000', '125917.834000', '125917.837000', '125917.839000', '125917.842000', '125917.845000', '125917.851000', '125917.890000', '125917.893000', '125917.896000', '125917.898000', '125917.901000', '125917.903000', '125917.906000', '125917.909000', '125917.911000', '125917.914000', '125917.916000', '125917.919000', '125917.922000', '125917.924000', '125917.927000', '125917.929000', '125917.932000', '125917.935000', '125917.937000', '125917.940000', '125917.942000', '125917.945000', '125917.947000', '125917.950000', '125917.953000', '125917.955000', '125917.958000', '125917.961000', '125917.963000', '125917.966000', '125917.968000', '125917.971000', '125917.973000', '125937.824000', '125937.827000', '125937.830000', '125937.832000', '125937.835000', '125937.837000', '125937.840000', '125937.843000', '125937.845000', '125937.849000', '125937.852000', '125937.854000', '125937.857000', '125937.860000', '125937.862000', '125937.865000', '125937.867000', '125937.870000', '125937.873000', '125937.875000', '125937.878000', '125937.880000', '125937.883000', '125937.885000', '125937.888000', '125937.891000', '125937.893000', '125937.896000', '125937.898000', '125937.901000', '125937.904000', '125937.906000', '125937.909000', '125937.912000', '125937.914000', '125937.917000', '125937.919000', '125937.922000', '125937.925000', '125937.927000', '125937.930000', '125937.932000', '125937.935000', '125937.937000', '125957.825000', '125957.827000', '125957.830000', '125957.833000', '125957.835000', '125957.838000', '125957.840000', '125957.843000', '125957.846000', '125957.848000', '125957.853000', '125957.856000', '125957.858000', '125957.861000', '125957.864000', '125957.866000', '125957.869000', '125957.871000', '125957.874000', '125957.876000', '125957.879000', '125957.882000', '125957.884000', '125957.887000', '125957.889000', '125957.892000', '125957.895000', '125957.897000', '125957.900000', '125957.902000', '125957.905000', '125957.908000', '125957.910000', '125957.913000', '125957.915000', '125957.918000', '125957.920000', '125957.923000', '125957.926000', '125957.928000', '125957.931000', '125957.933000', '125957.936000', '130017.824000', '130017.827000', '130017.830000', '130017.832000', '130017.835000', '130017.837000', '130017.840000', '130017.843000', '130017.845000', '130017.848000', '130017.851000', '130017.853000', '130017.856000', '130017.858000', '130017.861000', '130017.863000', '130017.866000', '130017.869000', '130017.871000', '130017.874000', '130017.876000', '130017.879000', '130017.882000', '130017.884000', '130017.887000', '130017.889000', '130017.892000', '130017.895000', '130017.897000', '130017.900000', '130017.902000', '130017.905000', '130017.907000', '130017.910000', '130017.913000', '130017.915000', '130017.918000', '130017.920000', '130017.923000', '130017.926000', '130017.928000', '130017.931000', '130017.933000', '130017.936000', '130037.825000', '130037.827000', '130037.830000', '130037.833000', '130037.835000', '130037.838000', '130037.840000', '130037.843000', '130037.846000', '130037.848000', '130037.851000', '130037.853000', '130037.856000', '130037.858000', '130037.861000', '130037.864000', '130037.866000', '130037.869000', '130037.872000', '130037.874000', '130037.877000', '130037.879000', '130037.882000', '130037.885000', '130037.887000', '130037.890000', '130037.892000', '130037.895000', '130037.897000', '130037.900000', '130037.903000', '130037.905000', '130037.908000', '130037.910000', '130037.913000', '130037.916000', '130037.918000', '130037.921000', '130037.923000', '130037.926000', '130037.929000', '130037.931000', '130037.934000', '130057.825000', '130057.827000', '130057.830000', '130057.833000', '130057.835000', '130057.838000', '130057.840000', '130057.844000', '130057.847000', '130057.850000', '130057.852000', '130057.855000', '130057.858000', '130057.860000', '130057.863000', '130057.865000', '130057.868000', '130057.871000', '130057.873000', '130057.876000', '130057.879000', '130057.881000', '130057.884000', '130057.887000', '130057.890000', '130057.892000', '130057.895000', '130057.897000', '130057.900000', '130057.903000', '130057.905000', '130057.908000', '130057.911000', '130057.913000', '130057.916000', '130057.918000', '130057.921000', '130057.924000', '130057.926000', '130057.929000', '130057.931000', '130057.934000', '130057.937000', '130117.823000', '130117.826000', '130117.829000', '130117.831000', '130117.834000', '130117.837000', '130117.839000', '130117.842000', '130117.845000', '130117.847000', '130117.850000', '130117.852000', '130117.855000', '130117.857000', '130117.860000', '130117.863000', '130117.865000', '130117.868000', '130117.870000', '130117.873000', '130117.876000', '130117.878000', '130117.881000', '130117.883000', '130117.886000', '130117.889000', '130117.891000', '130117.894000', '130117.896000', '130117.899000', '130117.901000', '130117.904000', '130117.907000', '130117.909000', '130117.912000', '130117.915000', '130117.917000', '130117.920000', '130117.922000', '130117.925000', '130117.927000', '130117.930000', '130117.933000', '130117.935000', '130137.824000', '130137.826000', '130137.829000', '130137.832000', '130137.834000', '130137.837000', '130137.839000', '130137.842000', '130137.845000', '130137.847000', '130137.850000', '130137.853000', '130137.855000', '130137.858000', '130137.860000', '130137.863000', '130137.866000', '130137.868000', '130137.871000', '130137.873000', '130137.876000', '130137.878000', '130137.881000', '130137.884000', '130137.886000', '130137.889000', '130137.892000', '130137.895000', '130137.898000', '130137.901000', '130137.904000', '130137.906000', '130137.909000', '130137.912000', '130137.914000', '130137.917000', '130137.919000', '130137.922000', '130137.924000', '130137.927000', '130137.930000', '130137.932000', '130137.935000', '130157.824000', '130157.827000', '130157.830000', '130157.833000', '130157.835000', '130157.838000', '130157.841000', '130157.843000', '130157.846000', '130157.849000', '130157.851000', '130157.854000', '130157.857000', '130157.859000', '130157.862000', '130157.864000', '130157.867000', '130157.870000', '130157.872000', '130157.875000', '130157.878000', '130157.882000', '130157.885000', '130157.888000', '130157.891000', '130157.893000', '130157.903000', '130157.905000', '130157.908000', '130157.911000', '130157.913000', '130157.916000', '130157.919000', '130157.921000', '130157.924000', '130157.927000', '130157.929000', '130157.932000', '130157.935000', '130157.937000', '130157.940000', '130157.942000', '130157.945000', '130157.948000', '130217.825000', '130217.827000', '130217.830000', '130217.833000', '130217.835000', '130217.838000', '130217.840000', '130217.843000', '130217.846000', '130217.848000', '130217.851000', '130217.853000', '130217.856000', '130217.858000', '130217.861000', '130217.864000', '130217.866000', '130217.882000', '130217.885000', '130217.887000', '130217.890000', '130217.892000', '130217.896000', '130217.899000', '130217.902000', '130217.904000', '130217.907000', '130217.909000', '130217.912000', '130217.914000', '130217.917000', '130217.920000', '130217.922000', '130217.925000', '130217.928000', '130217.931000', '130217.933000', '130217.936000', '130217.938000', '130217.941000', '130217.944000', '130217.946000', '130217.949000', '130237.825000', '130237.827000', '130237.830000', '130237.833000', '130237.835000', '130237.838000', '130237.840000', '130237.843000', '130237.845000', '130237.848000', '130237.851000', '130237.853000', '130237.856000', '130237.858000', '130237.861000', '130237.863000', '130237.866000', '130237.869000', '130237.871000', '130237.874000', '130237.876000', '130237.879000', '130237.882000', '130237.884000', '130237.887000', '130237.889000', '130237.892000', '130237.894000', '130237.897000', '130237.900000', '130237.902000', '130237.905000', '130237.907000', '130237.910000', '130237.913000', '130237.915000', '130237.918000', '130237.920000', '130237.923000', '130237.926000', '130237.928000', '130237.931000', '130237.933000', '130237.936000', '130257.825000', '130257.828000', '130257.830000', '130257.833000', '130257.835000', '130257.838000', '130257.841000', '130257.843000', '130257.846000', '130257.848000', '130257.851000', '130257.853000', '130257.856000', '130257.859000', '130257.861000', '130257.864000', '130257.866000', '130257.869000', '130257.872000', '130257.874000', '130257.877000', '130257.879000', '130257.882000', '130257.884000', '130257.887000', '130257.890000', '130257.892000', '130257.895000', '130257.897000', '130257.900000', '130257.903000', '130257.905000', '130257.908000', '130257.911000', '130257.913000', '130257.916000', '130257.918000', '130257.921000', '130257.923000', '130257.926000', '130257.929000', '130257.932000', '130257.935000', '130317.825000', '130317.827000', '130317.830000', '130317.833000', '130317.835000', '130317.838000', '130317.840000', '130317.843000', '130317.846000', '130317.848000', '130317.851000', '130317.853000', '130317.856000', '130317.858000', '130317.861000', '130317.864000', '130317.866000', '130317.869000', '130317.871000', '130317.874000', '130317.877000', '130317.879000', '130317.882000', '130317.884000', '130317.887000', '130317.889000', '130317.892000', '130317.895000', '130317.897000', '130317.900000', '130317.902000', '130317.905000', '130317.908000', '130317.910000', '130317.913000', '130317.915000', '130317.918000', '130317.921000', '130317.923000', '130317.926000', '130317.928000', '130317.931000', '130317.933000', '130317.936000', '130337.824000', '130337.826000', '130337.829000', '130337.832000', '130337.834000', '130337.837000', '130337.839000', '130337.842000', '130337.845000', '130337.847000', '130337.850000', '130337.852000', '130337.855000', '130337.858000', '130337.860000', '130337.863000', '130337.865000', '130337.868000', '130337.870000', '130337.873000', '130337.876000', '130337.878000', '130337.881000', '130337.883000', '130337.886000', '130337.889000', '130337.891000', '130337.894000', '130337.909000', '130337.912000', '130337.915000', '130337.918000', '130337.921000', '130337.924000', '130337.926000', '130337.929000', '130337.931000', '130337.934000', '130337.937000', '130337.939000', '130337.942000', '130337.944000', '130337.947000', '130357.824000', '130357.826000', '130357.829000', '130357.832000', '130357.834000', '130357.837000', '130357.839000', '130357.842000', '130357.845000', '130357.847000', '130357.850000', '130357.852000', '130357.855000', '130357.858000', '130357.861000', '130357.863000', '130357.866000', '130357.868000', '130357.871000', '130357.873000', '130357.876000', '130357.879000', '130357.881000', '130357.884000', '130357.886000', '130357.889000', '130357.892000', '130357.894000', '130357.897000', '130357.899000', '130357.902000', '130357.905000', '130357.907000', '130357.910000', '130357.912000', '130357.915000', '130357.918000', '130357.920000', '130357.923000', '130357.925000', '130357.928000', '130357.931000', '130357.933000', '130357.936000', '130417.825000', '130417.827000', '130417.830000', '130417.833000', '130417.835000', '130417.838000', '130417.840000', '130417.843000', '130417.846000', '130417.848000', '130417.851000', '130417.853000', '130417.856000', '130417.859000', '130417.861000', '130417.864000', '130417.866000', '130417.869000', '130417.872000', '130417.874000', '130417.877000', '130417.879000', '130417.882000', '130417.884000', '130417.887000', '130417.890000', '130417.892000', '130417.895000', '130417.898000', '130417.900000', '130417.903000', '130417.905000', '130417.908000', '130417.910000', '130417.913000', '130417.916000', '130417.918000', '130417.921000', '130417.923000', '130417.926000', '130417.929000', '130417.931000', '130417.934000', '130437.825000', '130437.828000', '130437.830000', '130437.833000', '130437.835000', '130437.838000', '130437.841000', '130437.843000', '130437.846000', '130437.848000', '130437.851000', '130437.853000', '130437.856000', '130437.859000', '130437.861000', '130437.864000', '130437.866000', '130437.869000', '130437.872000', '130437.874000', '130437.877000', '130437.879000', '130437.882000', '130437.884000', '130437.887000', '130437.890000', '130437.892000', '130437.895000', '130437.898000', '130437.900000', '130437.903000', '130437.905000', '130437.908000', '130437.910000', '130437.913000', '130437.916000', '130437.918000', '130437.921000', '130437.923000', '130437.926000', '130437.928000', '130437.931000', '130437.934000', '130437.936000', '130457.825000', '130457.828000', '130457.830000', '130457.833000', '130457.835000', '130457.838000', '130457.841000', '130457.843000', '130457.846000', '130457.848000', '130457.851000', '130457.854000', '130457.856000', '130457.859000', '130457.861000', '130457.864000', '130457.866000', '130457.869000', '130457.872000', '130457.874000', '130457.877000', '130457.879000', '130457.882000', '130457.884000', '130457.901000', '130457.903000', '130457.906000', '130457.909000', '130457.911000', '130457.914000', '130457.916000', '130457.919000', '130457.921000', '130457.924000', '130457.927000', '130457.929000', '130457.932000', '130457.934000', '130457.937000', '130457.940000', '130457.942000', '130457.945000', '130457.947000', '130517.824000', '130517.827000', '130517.830000', '130517.833000', '130517.835000', '130517.838000', '130517.840000', '130517.843000', '130517.845000', '130517.848000', '130517.851000', '130517.853000', '130517.856000', '130517.859000', '130517.861000', '130517.864000', '130517.866000', '130517.869000', '130517.871000', '130517.874000', '130517.877000', '130517.879000', '130517.882000', '130517.884000', '130517.887000', '130517.890000', '130517.892000', '130517.895000', '130517.897000', '130517.900000', '130517.902000', '130517.905000', '130517.908000', '130517.910000', '130517.913000', '130517.915000', '130517.918000', '130517.920000', '130517.923000', '130517.926000', '130517.928000', '130517.931000', '130517.933000', '130517.936000', '130537.825000', '130537.827000', '130537.830000', '130537.833000', '130537.835000', '130537.838000', '130537.840000', '130537.843000', '130537.846000', '130537.848000', '130537.851000', '130537.853000', '130537.856000', '130537.859000', '130537.861000', '130537.864000', '130537.866000', '130537.869000', '130537.872000', '130537.874000', '130537.877000', '130537.879000', '130537.882000', '130537.885000', '130537.887000', '130537.890000', '130537.892000', '130537.895000', '130537.898000', '130537.900000', '130537.903000', '130537.905000', '130537.908000', '130537.911000', '130537.913000', '130537.916000', '130537.918000', '130537.921000', '130537.923000', '130537.926000', '130537.929000', '130537.931000', '130537.934000', '130549.011000', '130549.014000', '130549.016000', '130549.019000', '130549.022000', '130549.024000', '130549.027000', '130549.029000', '130549.032000', '130549.035000', '130549.037000', '130549.040000', '130549.042000', '130549.045000', '130549.048000', '130549.050000', '130549.053000', '130549.055000', '130549.058000', '130549.061000', '130549.063000', '130549.066000', '130549.069000', '130549.071000', '130549.074000'], 'InstanceCreationTime': ['125657.854000', '125657.858000', '125657.860000', '125657.874000', '125657.876000', '125657.879000', '125657.881000', '125657.884000', '125657.887000', '125657.889000', '125657.892000', '125657.894000', '125657.897000', '125657.899000', '125657.902000', '125657.905000', '125657.907000', '125657.910000', '125657.912000', '125657.915000', '125657.918000', '125657.920000', '125657.924000', '125657.927000', '125657.929000', '125657.932000', '125657.934000', '125657.937000', '125657.939000', '125657.942000', '125657.945000', '125657.947000', '125657.950000', '125657.952000', '125657.955000', '125657.957000', '125657.960000', '125657.963000', '125657.965000', '125657.968000', '125657.970000', '125657.973000', '125657.975000', '125657.978000', '125657.980000', '125657.983000', '125657.986000', '125657.988000', '125657.991000', '125657.993000', '125657.996000', '125657.998000', '125658.002000', '125658.005000', '125717.824000', '125717.827000', '125717.830000', '125717.833000', '125717.835000', '125717.838000', '125717.840000', '125717.849000', '125717.851000', '125717.854000', '125717.857000', '125717.859000', '125717.862000', '125717.864000', '125717.867000', '125717.869000', '125717.872000', '125717.875000', '125717.877000', '125717.880000', '125717.882000', '125717.885000', '125717.888000', '125717.890000', '125717.893000', '125717.895000', '125717.898000', '125717.900000', '125717.903000', '125717.905000', '125717.908000', '125717.911000', '125717.913000', '125717.916000', '125717.918000', '125717.921000', '125717.924000', '125717.926000', '125717.929000', '125717.931000', '125717.934000', '125717.936000', '125717.939000', '125737.824000', '125737.827000', '125737.830000', '125737.833000', '125737.835000', '125737.838000', '125737.840000', '125737.843000', '125737.845000', '125737.848000', '125737.850000', '125737.853000', '125737.856000', '125737.858000', '125737.861000', '125737.863000', '125737.883000', '125737.886000', '125737.888000', '125737.891000', '125737.894000', '125737.896000', '125737.899000', '125737.901000', '125737.904000', '125737.907000', '125737.909000', '125737.912000', '125737.914000', '125737.935000', '125737.938000', '125737.940000', '125737.943000', '125737.945000', '125737.948000', '125737.950000', '125737.953000', '125737.955000', '125737.958000', '125737.961000', '125737.963000', '125737.966000', '125737.968000', '125737.971000', '125757.825000', '125757.827000', '125757.830000', '125757.833000', '125757.835000', '125757.838000', '125757.840000', '125757.843000', '125757.845000', '125757.848000', '125757.851000', '125757.853000', '125757.856000', '125757.858000', '125757.861000', '125757.863000', '125757.866000', '125757.869000', '125757.871000', '125757.874000', '125757.876000', '125757.879000', '125757.881000', '125757.884000', '125757.886000', '125757.889000', '125757.892000', '125757.894000', '125757.897000', '125757.899000', '125757.902000', '125757.905000', '125757.907000', '125757.910000', '125757.913000', '125757.915000', '125757.918000', '125757.920000', '125757.923000', '125757.926000', '125757.928000', '125757.931000', '125757.933000', '125817.825000', '125817.827000', '125817.830000', '125817.833000', '125817.835000', '125817.838000', '125817.840000', '125817.843000', '125817.845000', '125817.848000', '125817.859000', '125817.862000', '125817.864000', '125817.867000', '125817.869000', '125817.872000', '125817.875000', '125817.877000', '125817.880000', '125817.882000', '125817.885000', '125817.887000', '125817.890000', '125817.893000', '125817.895000', '125817.898000', '125817.900000', '125817.903000', '125817.906000', '125817.908000', '125817.911000', '125817.913000', '125817.916000', '125817.918000', '125817.921000', '125817.924000', '125817.926000', '125817.929000', '125817.931000', '125817.934000', '125817.936000', '125817.939000', '125817.941000', '125817.944000', '125837.824000', '125837.827000', '125837.830000', '125837.833000', '125837.835000', '125837.838000', '125837.840000', '125837.843000', '125837.846000', '125837.848000', '125837.851000', '125837.853000', '125837.856000', '125837.859000', '125837.861000', '125837.864000', '125837.866000', '125837.869000', '125837.872000', '125837.874000', '125837.877000', '125837.879000', '125837.882000', '125837.884000', '125837.887000', '125837.890000', '125837.892000', '125837.895000', '125837.897000', '125837.900000', '125837.903000', '125837.905000', '125837.908000', '125837.911000', '125837.913000', '125837.916000', '125837.918000', '125837.921000', '125837.923000', '125837.926000', '125837.929000', '125837.931000', '125837.934000', '125857.823000', '125857.826000', '125857.829000', '125857.831000', '125857.834000', '125857.837000', '125857.839000', '125857.842000', '125857.844000', '125857.847000', '125857.850000', '125857.852000', '125857.855000', '125857.857000', '125857.860000', '125857.863000', '125857.865000', '125857.868000', '125857.870000', '125857.873000', '125857.876000', '125857.878000', '125857.881000', '125857.883000', '125857.886000', '125857.888000', '125857.891000', '125857.894000', '125857.896000', '125857.899000', '125857.901000', '125857.904000', '125857.907000', '125857.909000', '125857.912000', '125857.914000', '125857.917000', '125857.919000', '125857.922000', '125857.925000', '125857.927000', '125857.930000', '125857.932000', '125857.935000', '125917.823000', '125917.826000', '125917.829000', '125917.832000', '125917.834000', '125917.837000', '125917.839000', '125917.842000', '125917.845000', '125917.851000', '125917.890000', '125917.893000', '125917.896000', '125917.898000', '125917.901000', '125917.903000', '125917.906000', '125917.909000', '125917.911000', '125917.914000', '125917.916000', '125917.919000', '125917.922000', '125917.924000', '125917.927000', '125917.929000', '125917.932000', '125917.935000', '125917.937000', '125917.940000', '125917.942000', '125917.945000', '125917.947000', '125917.950000', '125917.953000', '125917.955000', '125917.958000', '125917.961000', '125917.963000', '125917.966000', '125917.968000', '125917.971000', '125917.973000', '125937.824000', '125937.827000', '125937.830000', '125937.832000', '125937.835000', '125937.837000', '125937.840000', '125937.843000', '125937.845000', '125937.849000', '125937.852000', '125937.854000', '125937.857000', '125937.860000', '125937.862000', '125937.865000', '125937.867000', '125937.870000', '125937.873000', '125937.875000', '125937.878000', '125937.880000', '125937.883000', '125937.885000', '125937.888000', '125937.891000', '125937.893000', '125937.896000', '125937.898000', '125937.901000', '125937.904000', '125937.906000', '125937.909000', '125937.912000', '125937.914000', '125937.917000', '125937.919000', '125937.922000', '125937.925000', '125937.927000', '125937.930000', '125937.932000', '125937.935000', '125937.937000', '125957.825000', '125957.827000', '125957.830000', '125957.833000', '125957.835000', '125957.838000', '125957.840000', '125957.843000', '125957.846000', '125957.848000', '125957.853000', '125957.856000', '125957.858000', '125957.861000', '125957.864000', '125957.866000', '125957.869000', '125957.871000', '125957.874000', '125957.876000', '125957.879000', '125957.882000', '125957.884000', '125957.887000', '125957.889000', '125957.892000', '125957.895000', '125957.897000', '125957.900000', '125957.902000', '125957.905000', '125957.908000', '125957.910000', '125957.913000', '125957.915000', '125957.918000', '125957.920000', '125957.923000', '125957.926000', '125957.928000', '125957.931000', '125957.933000', '125957.936000', '130017.824000', '130017.827000', '130017.830000', '130017.832000', '130017.835000', '130017.837000', '130017.840000', '130017.843000', '130017.845000', '130017.848000', '130017.851000', '130017.853000', '130017.856000', '130017.858000', '130017.861000', '130017.863000', '130017.866000', '130017.869000', '130017.871000', '130017.874000', '130017.876000', '130017.879000', '130017.882000', '130017.884000', '130017.887000', '130017.889000', '130017.892000', '130017.895000', '130017.897000', '130017.900000', '130017.902000', '130017.905000', '130017.907000', '130017.910000', '130017.913000', '130017.915000', '130017.918000', '130017.920000', '130017.923000', '130017.926000', '130017.928000', '130017.931000', '130017.933000', '130017.936000', '130037.825000', '130037.827000', '130037.830000', '130037.833000', '130037.835000', '130037.838000', '130037.840000', '130037.843000', '130037.846000', '130037.848000', '130037.851000', '130037.853000', '130037.856000', '130037.858000', '130037.861000', '130037.864000', '130037.866000', '130037.869000', '130037.872000', '130037.874000', '130037.877000', '130037.879000', '130037.882000', '130037.885000', '130037.887000', '130037.890000', '130037.892000', '130037.895000', '130037.897000', '130037.900000', '130037.903000', '130037.905000', '130037.908000', '130037.910000', '130037.913000', '130037.916000', '130037.918000', '130037.921000', '130037.923000', '130037.926000', '130037.929000', '130037.931000', '130037.934000', '130057.825000', '130057.827000', '130057.830000', '130057.833000', '130057.835000', '130057.838000', '130057.840000', '130057.844000', '130057.847000', '130057.850000', '130057.852000', '130057.855000', '130057.858000', '130057.860000', '130057.863000', '130057.865000', '130057.868000', '130057.871000', '130057.873000', '130057.876000', '130057.879000', '130057.881000', '130057.884000', '130057.887000', '130057.890000', '130057.892000', '130057.895000', '130057.897000', '130057.900000', '130057.903000', '130057.905000', '130057.908000', '130057.911000', '130057.913000', '130057.916000', '130057.918000', '130057.921000', '130057.924000', '130057.926000', '130057.929000', '130057.931000', '130057.934000', '130057.937000', '130117.823000', '130117.826000', '130117.829000', '130117.831000', '130117.834000', '130117.837000', '130117.839000', '130117.842000', '130117.845000', '130117.847000', '130117.850000', '130117.852000', '130117.855000', '130117.857000', '130117.860000', '130117.863000', '130117.865000', '130117.868000', '130117.870000', '130117.873000', '130117.876000', '130117.878000', '130117.881000', '130117.883000', '130117.886000', '130117.889000', '130117.891000', '130117.894000', '130117.896000', '130117.899000', '130117.901000', '130117.904000', '130117.907000', '130117.909000', '130117.912000', '130117.915000', '130117.917000', '130117.920000', '130117.922000', '130117.925000', '130117.927000', '130117.930000', '130117.933000', '130117.935000', '130137.824000', '130137.826000', '130137.829000', '130137.832000', '130137.834000', '130137.837000', '130137.839000', '130137.842000', '130137.845000', '130137.847000', '130137.850000', '130137.853000', '130137.855000', '130137.858000', '130137.860000', '130137.863000', '130137.866000', '130137.868000', '130137.871000', '130137.873000', '130137.876000', '130137.878000', '130137.881000', '130137.884000', '130137.886000', '130137.889000', '130137.892000', '130137.895000', '130137.898000', '130137.901000', '130137.904000', '130137.906000', '130137.909000', '130137.912000', '130137.914000', '130137.917000', '130137.919000', '130137.922000', '130137.924000', '130137.927000', '130137.930000', '130137.932000', '130137.935000', '130157.824000', '130157.827000', '130157.830000', '130157.833000', '130157.835000', '130157.838000', '130157.841000', '130157.843000', '130157.846000', '130157.849000', '130157.851000', '130157.854000', '130157.857000', '130157.859000', '130157.862000', '130157.864000', '130157.867000', '130157.870000', '130157.872000', '130157.875000', '130157.878000', '130157.882000', '130157.885000', '130157.888000', '130157.891000', '130157.893000', '130157.903000', '130157.905000', '130157.908000', '130157.911000', '130157.913000', '130157.916000', '130157.919000', '130157.921000', '130157.924000', '130157.927000', '130157.929000', '130157.932000', '130157.935000', '130157.937000', '130157.940000', '130157.942000', '130157.945000', '130157.948000', '130217.825000', '130217.827000', '130217.830000', '130217.833000', '130217.835000', '130217.838000', '130217.840000', '130217.843000', '130217.846000', '130217.848000', '130217.851000', '130217.853000', '130217.856000', '130217.858000', '130217.861000', '130217.864000', '130217.866000', '130217.882000', '130217.885000', '130217.887000', '130217.890000', '130217.892000', '130217.896000', '130217.899000', '130217.902000', '130217.904000', '130217.907000', '130217.909000', '130217.912000', '130217.914000', '130217.917000', '130217.920000', '130217.922000', '130217.925000', '130217.928000', '130217.931000', '130217.933000', '130217.936000', '130217.938000', '130217.941000', '130217.944000', '130217.946000', '130217.949000', '130237.825000', '130237.827000', '130237.830000', '130237.833000', '130237.835000', '130237.838000', '130237.840000', '130237.843000', '130237.845000', '130237.848000', '130237.851000', '130237.853000', '130237.856000', '130237.858000', '130237.861000', '130237.863000', '130237.866000', '130237.869000', '130237.871000', '130237.874000', '130237.876000', '130237.879000', '130237.882000', '130237.884000', '130237.887000', '130237.889000', '130237.892000', '130237.894000', '130237.897000', '130237.900000', '130237.902000', '130237.905000', '130237.907000', '130237.910000', '130237.913000', '130237.915000', '130237.918000', '130237.920000', '130237.923000', '130237.926000', '130237.928000', '130237.931000', '130237.933000', '130237.936000', '130257.825000', '130257.828000', '130257.830000', '130257.833000', '130257.835000', '130257.838000', '130257.841000', '130257.843000', '130257.846000', '130257.848000', '130257.851000', '130257.853000', '130257.856000', '130257.859000', '130257.861000', '130257.864000', '130257.866000', '130257.869000', '130257.872000', '130257.874000', '130257.877000', '130257.879000', '130257.882000', '130257.884000', '130257.887000', '130257.890000', '130257.892000', '130257.895000', '130257.897000', '130257.900000', '130257.903000', '130257.905000', '130257.908000', '130257.911000', '130257.913000', '130257.916000', '130257.918000', '130257.921000', '130257.923000', '130257.926000', '130257.929000', '130257.932000', '130257.935000', '130317.825000', '130317.827000', '130317.830000', '130317.833000', '130317.835000', '130317.838000', '130317.840000', '130317.843000', '130317.846000', '130317.848000', '130317.851000', '130317.853000', '130317.856000', '130317.858000', '130317.861000', '130317.864000', '130317.866000', '130317.869000', '130317.871000', '130317.874000', '130317.877000', '130317.879000', '130317.882000', '130317.884000', '130317.887000', '130317.889000', '130317.892000', '130317.895000', '130317.897000', '130317.900000', '130317.902000', '130317.905000', '130317.908000', '130317.910000', '130317.913000', '130317.915000', '130317.918000', '130317.921000', '130317.923000', '130317.926000', '130317.928000', '130317.931000', '130317.933000', '130317.936000', '130337.824000', '130337.826000', '130337.829000', '130337.832000', '130337.834000', '130337.837000', '130337.839000', '130337.842000', '130337.845000', '130337.847000', '130337.850000', '130337.852000', '130337.855000', '130337.858000', '130337.860000', '130337.863000', '130337.865000', '130337.868000', '130337.870000', '130337.873000', '130337.876000', '130337.878000', '130337.881000', '130337.883000', '130337.886000', '130337.889000', '130337.891000', '130337.894000', '130337.909000', '130337.912000', '130337.915000', '130337.918000', '130337.921000', '130337.924000', '130337.926000', '130337.929000', '130337.931000', '130337.934000', '130337.937000', '130337.939000', '130337.942000', '130337.944000', '130337.947000', '130357.824000', '130357.826000', '130357.829000', '130357.832000', '130357.834000', '130357.837000', '130357.839000', '130357.842000', '130357.845000', '130357.847000', '130357.850000', '130357.852000', '130357.855000', '130357.858000', '130357.861000', '130357.863000', '130357.866000', '130357.868000', '130357.871000', '130357.873000', '130357.876000', '130357.879000', '130357.881000', '130357.884000', '130357.886000', '130357.889000', '130357.892000', '130357.894000', '130357.897000', '130357.899000', '130357.902000', '130357.905000', '130357.907000', '130357.910000', '130357.912000', '130357.915000', '130357.918000', '130357.920000', '130357.923000', '130357.925000', '130357.928000', '130357.931000', '130357.933000', '130357.936000', '130417.825000', '130417.827000', '130417.830000', '130417.833000', '130417.835000', '130417.838000', '130417.840000', '130417.843000', '130417.846000', '130417.848000', '130417.851000', '130417.853000', '130417.856000', '130417.859000', '130417.861000', '130417.864000', '130417.866000', '130417.869000', '130417.872000', '130417.874000', '130417.877000', '130417.879000', '130417.882000', '130417.884000', '130417.887000', '130417.890000', '130417.892000', '130417.895000', '130417.898000', '130417.900000', '130417.903000', '130417.905000', '130417.908000', '130417.910000', '130417.913000', '130417.916000', '130417.918000', '130417.921000', '130417.923000', '130417.926000', '130417.929000', '130417.931000', '130417.934000', '130437.825000', '130437.828000', '130437.830000', '130437.833000', '130437.835000', '130437.838000', '130437.841000', '130437.843000', '130437.846000', '130437.848000', '130437.851000', '130437.853000', '130437.856000', '130437.859000', '130437.861000', '130437.864000', '130437.866000', '130437.869000', '130437.872000', '130437.874000', '130437.877000', '130437.879000', '130437.882000', '130437.884000', '130437.887000', '130437.890000', '130437.892000', '130437.895000', '130437.898000', '130437.900000', '130437.903000', '130437.905000', '130437.908000', '130437.910000', '130437.913000', '130437.916000', '130437.918000', '130437.921000', '130437.923000', '130437.926000', '130437.928000', '130437.931000', '130437.934000', '130437.936000', '130457.825000', '130457.828000', '130457.830000', '130457.833000', '130457.835000', '130457.838000', '130457.841000', '130457.843000', '130457.846000', '130457.848000', '130457.851000', '130457.854000', '130457.856000', '130457.859000', '130457.861000', '130457.864000', '130457.866000', '130457.869000', '130457.872000', '130457.874000', '130457.877000', '130457.879000', '130457.882000', '130457.884000', '130457.901000', '130457.903000', '130457.906000', '130457.909000', '130457.911000', '130457.914000', '130457.916000', '130457.919000', '130457.921000', '130457.924000', '130457.927000', '130457.929000', '130457.932000', '130457.934000', '130457.937000', '130457.940000', '130457.942000', '130457.945000', '130457.947000', '130517.824000', '130517.827000', '130517.830000', '130517.833000', '130517.835000', '130517.838000', '130517.840000', '130517.843000', '130517.845000', '130517.848000', '130517.851000', '130517.853000', '130517.856000', '130517.859000', '130517.861000', '130517.864000', '130517.866000', '130517.869000', '130517.871000', '130517.874000', '130517.877000', '130517.879000', '130517.882000', '130517.884000', '130517.887000', '130517.890000', '130517.892000', '130517.895000', '130517.897000', '130517.900000', '130517.902000', '130517.905000', '130517.908000', '130517.910000', '130517.913000', '130517.915000', '130517.918000', '130517.920000', '130517.923000', '130517.926000', '130517.928000', '130517.931000', '130517.933000', '130517.936000', '130537.825000', '130537.827000', '130537.830000', '130537.833000', '130537.835000', '130537.838000', '130537.840000', '130537.843000', '130537.846000', '130537.848000', '130537.851000', '130537.853000', '130537.856000', '130537.859000', '130537.861000', '130537.864000', '130537.866000', '130537.869000', '130537.872000', '130537.874000', '130537.877000', '130537.879000', '130537.882000', '130537.885000', '130537.887000', '130537.890000', '130537.892000', '130537.895000', '130537.898000', '130537.900000', '130537.903000', '130537.905000', '130537.908000', '130537.911000', '130537.913000', '130537.916000', '130537.918000', '130537.921000', '130537.923000', '130537.926000', '130537.929000', '130537.931000', '130537.934000', '130549.011000', '130549.014000', '130549.016000', '130549.019000', '130549.022000', '130549.024000', '130549.027000', '130549.029000', '130549.032000', '130549.035000', '130549.037000', '130549.040000', '130549.042000', '130549.045000', '130549.048000', '130549.050000', '130549.053000', '130549.055000', '130549.058000', '130549.061000', '130549.063000', '130549.066000', '130549.069000', '130549.071000', '130549.074000'], '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': [12446, 11752, 15701, 12111, 11876, 8614, 10005, 8898, 10502, 10527, 10061, 9639, 8809, 10074, 11871, 10870, 9227, 9173, 9899, 9200, 9712, 8396, 10219, 8556, 8659, 9472, 9018, 9324, 9955, 9418, 11433, 9843, 12736, 9160, 9651, 9272, 9502, 10659, 10503, 10145, 9874, 9632, 8710, 8744, 8877, 8685, 8496, 9088, 8529, 8562, 8098, 8603, 7933, 9018, 7668, 8023, 7579, 9227, 8242, 9632, 9890, 9402, 10500, 9712, 10598, 9964, 10075, 10823, 8886, 9405, 8438, 12253, 8784, 8667, 8825, 8677, 8321, 8301, 8830, 14009, 9510, 14971, 9538, 8760, 7939, 9577, 9117, 8503, 9924, 7995, 9557, 11395, 9467, 14053, 9826, 14381, 9923, 14627, 10434, 14676, 10958, 15109, 9156, 10336, 9485, 10562, 9069, 9993, 11141, 9981, 11160, 9885, 10116, 9581, 10272, 9542, 9383, 10267, 8231, 8564, 9551, 9211, 9839, 9277, 9598, 10272, 9151, 9909, 9498, 9724, 9196, 11727, 9598, 9346, 9332, 9184, 9198, 10692, 9300, 9645, 8395, 9255, 8676, 10317, 8307, 10347, 7044, 10470, 8440, 9184, 8859, 8844, 9156, 10401, 7582, 10008, 11174, 9777, 10221, 9821, 9281, 9952, 13816, 10182, 13294, 9943, 9145, 8859, 9161, 8661, 8347, 9535, 10969, 9532, 12377, 9580, 10551, 9060, 11139, 9424, 10411, 9050, 10364, 8592, 10079, 9266, 8690, 9620, 9404, 9329, 10162, 10110, 8335, 8352, 9457, 8946, 9541, 10408, 9443, 11475, 9482, 11222, 9399, 10319, 9651, 13305, 9308, 10351, 9627, 9825, 9575, 10105, 9507, 8757, 9907, 7662, 10028, 8309, 9826, 9137, 10163, 8083, 9558, 9681, 10053, 12039, 9919, 9660, 10223, 7802, 10082, 7144, 10201, 7960, 10378, 7800, 9622, 8543, 9767, 11427, 9718, 11835, 9957, 10791, 9744, 12717, 9401, 10227, 9645, 9180, 9285, 9310, 9194, 9306, 9670, 9076, 9566, 9876, 9385, 9685, 9190, 9063, 9058, 9330, 9394, 8905, 9214, 10057, 9210, 9604, 9370, 12584, 9336, 10020, 9348, 10442, 9690, 10812, 9491, 7961, 10010, 8733, 8909, 9271, 10447, 9343, 10720, 9582, 10938, 9712, 14131, 10074, 10545, 10212, 8869, 8656, 9657, 8751, 9663, 9603, 9337, 10896, 9463, 12640, 9661, 10425, 9819, 12326, 9943, 9615, 10362, 8761, 9914, 8653, 8921, 9245, 10143, 9496, 9493, 9769, 10130, 9763, 7472, 8519, 8960, 11294, 8485, 8792, 10060, 10852, 9950, 8782, 9111, 8842, 9248, 11017, 10326, 11969, 10872, 13536, 13830, 14668, 13383, 11877, 11969, 10136, 11449, 10201, 9501, 10424, 9297, 9653, 8594, 9184, 9113, 9285, 8874, 9195, 9056, 9411, 8934, 9597, 11077, 10815, 8463, 8964, 9643, 9941, 7701, 8848, 9769, 8749, 10299, 8977, 10039, 11118, 9562, 10034, 9986, 8464, 8284, 8497, 9054, 9014, 12138, 10298, 8616, 8911, 9022, 10400, 9608, 13732, 9632, 14782, 11063, 13934, 9723, 12236, 9731, 12188, 9706, 14056, 9552, 10237, 10011, 9638, 9908, 10437, 10131, 7900, 8140, 8611, 8354, 8510, 8471, 8497, 8951, 8988, 10801, 9031, 10343, 9584, 9665, 10109, 10613, 9597, 13319, 9568, 11872, 9168, 9309, 8877, 10815, 9178, 9773, 14052, 10045, 10997, 9714, 10082, 9562, 9880, 9479, 10288, 9288, 6545, 9225, 6604, 9563, 10831, 9630, 10166, 9299, 10045, 9039, 10203, 8872, 10030, 8404, 10291, 8816, 9662, 7311, 9193, 6984, 9298, 10735, 9208, 10889, 9051, 9978, 8660, 9951, 8153, 9397, 8202, 8784, 7973, 8811, 7719, 10120, 7230, 9510, 7859, 9012, 9312, 9452, 11401, 9451, 10467, 9008, 10098, 9031, 9395, 9039, 9901, 7686, 9637, 7634, 9085, 8032, 8968, 8459, 9418, 7631, 10102, 7858, 9890, 8748, 10084, 9058, 11085, 9164, 10851, 9110, 10335, 9005, 9821, 9256, 12074, 9577, 7372, 9575, 7854, 9652, 7335, 9283, 7489, 9919, 7190, 10032, 7796, 9205, 7576, 8685, 7129, 9269, 7780, 10711, 7922, 10306, 8525, 10159, 7856, 11068, 8522, 10065, 8607, 10159, 8747, 11054, 8808, 13302, 8394, 7949, 8734, 9025, 9528, 8591, 10082, 8437, 9834, 8350, 8737, 8501, 10117, 14492, 10173, 14348, 10338, 11927, 10340, 11960, 9462, 9847, 8989, 9765, 9396, 10100, 9640, 10597, 9463, 7391, 7788, 8471, 8797, 8410, 8995, 8828, 9799, 9340, 10656, 9624, 10050, 9703, 10644, 9995, 13420, 10211, 14158, 10607, 7981, 9853, 8046, 10212, 8892, 10496, 8513, 8791, 9234, 9719, 9367, 10468, 10218, 7989, 9577, 9282, 10202, 9503, 9659, 9203, 9825, 9311, 11776, 9498, 13682, 9497, 10026, 9899, 9419, 10275, 10064, 9705, 10246, 9173, 9136, 8605, 10685, 7501, 8522, 8698, 9050, 8413, 8825, 9133, 9032, 8819, 10545, 7704, 9913, 11598, 9774, 9976, 9360, 10051, 9212, 9889, 9063, 9415, 8826, 8922, 9291, 8639, 9260, 9091, 8816, 10093, 9190, 10137, 9471, 10280, 9481, 10686, 8327, 10562, 13839, 10444, 11474, 10130, 6633, 10313, 6529, 8118, 8556, 9365, 9336, 7043, 7679, 7900, 10200, 12171, 9786, 13833, 10279, 12015, 10436, 9875, 13844, 9899, 12186, 9085, 9243, 8596, 9894, 7067, 8419, 8379, 9075, 8780, 9788, 8957, 9262, 8798, 8228, 8237, 9883, 8339, 9840, 11938, 10187, 11405, 9651, 12494, 9829, 13057, 9424, 10414, 9287, 9265, 9392, 11058, 9435, 9787, 9001, 9423, 8910, 9096, 9027, 8922, 8624, 10418, 7922, 9964, 8116, 9774, 8727, 10669, 8988, 8850, 8958, 9181, 8991, 9366, 8360, 9848, 9008, 11212, 9010, 9636, 9157, 9938, 8912, 11894, 9381, 12453, 9147, 10285, 9085, 9793, 9110, 10234, 8954, 10192, 9036, 9351, 9081, 10041, 9004, 9571, 8574, 8712, 8414, 9141, 8602, 9420, 8367, 8603, 8234, 9021, 8145, 10289, 8849, 11408, 8811, 9397, 8260, 8508, 8968, 9083, 10738, 7660, 10331, 8693, 11049, 7644, 10603, 7924, 10837, 8201, 10731, 10106, 10429, 10518, 11107, 7771, 9833, 9739, 11112, 10492, 7166, 8120, 8312, 9190, 8086, 10516, 9831, 9789, 10986, 10137, 9327, 10216, 9164, 10610, 13943, 10446, 13174, 9869, 10766, 9598, 10162, 9677, 10060, 9317, 8846, 8948, 8921, 8896, 9180, 8881, 9041, 8290, 8835, 8517, 9236, 8920, 9097, 9271, 10259, 8549, 9570, 8445, 8868, 8281, 10068, 8617, 10900, 8576, 8927, 8272, 8844, 8277, 8652, 8622, 11264, 9042, 9649, 9405, 10118, 10275, 11875, 10223, 8714, 10067, 12512, 10466, 14096, 10497, 14083, 10497, 9934, 10671, 7026, 10892, 8323, 9409, 9065, 9971, 9340, 10009, 9740, 10475, 9548, 12503, 9925, 11031, 9935, 9701, 10004, 9243, 10444, 11550, 8592, 6504, 8949, 9114, 10515, 8766, 8970, 10285, 11022, 8225, 9605, 10263, 14467, 10856, 14204, 11097, 10031, 9286, 10444, 7184, 7665, 9521, 10251, 9202, 8622, 8355, 9641, 7532, 7814, 9727, 11134, 10794, 8523, 8903, 9736, 10900, 11413, 9586, 11762, 10439, 13357, 10461, 12324, 10730, 13811, 10377, 9480, 8976, 9763, 9585, 10179, 8497, 8579, 9509, 10557, 9881, 8308, 11275, 8568, 9968, 10064, 13961, 9827, 9282, 11177, 7620, 8835, 9815, 14843, 11456, 13192, 10150, 9720, 13316, 10154, 11179, 10472, 9915, 10170, 10095, 9999, 11821, 9880, 10084, 10167, 9898, 9758, 11390, 10003, 9711, 9890, 11144, 10530, 7902, 8058, 8901, 9300, 7840, 9018, 8172, 8941, 8736, 8502, 10404, 8692, 13646, 10930, 10344, 11565, 9849, 10024, 9418, 12314, 10258, 8975, 8816, 9596, 8540, 13939, 11403, 13193, 15271, 12586, 16900, 12830, 9521, 14290, 10147, 12060, 8295, 9189, 9956, 9393, 8146, 7690, 8895, 8861, 9299, 8508, 8058, 8579, 7961, 8252, 8849, 7958, 7802, 8078, 9751, 8825, 8888, 8883, 8412, 8837, 8966, 9217, 10080, 9227, 11107, 9574, 10704, 8953, 12169, 9324, 15064, 12151, 11667, 9052, 9689, 8826, 9190, 7621, 8720, 8015, 9180, 8922, 8768, 8739, 8714, 7792, 9064, 9457, 12283, 8163, 9341, 9254, 9330, 8635, 7648, 7830, 8424, 14542, 9251, 15791, 11098, 10276, 10175, 8576, 13925, 8869, 9359, 8021, 8730, 7166, 8510, 13381, 8668, 12865, 8142, 11833, 8260, 11451, 8274, 11208, 8362, 9324, 8467, 8246, 8588, 8432, 8884, 8399, 8862, 8257, 8792, 8296, 9219, 8778, 8577, 7174, 7756, 9165, 10637, 9193, 9551, 9084, 9311, 8835, 9209, 8894, 10037, 9046, 12030, 8308, 11201, 8159, 14192, 9121, 14063, 10853, 15127, 10759, 10601, 7760, 8467, 8293, 9249, 8351, 8944, 8414, 9007, 9468, 8449, 11183, 9063, 8782, 7877, 9024, 9288, 8350, 8745, 12658, 8608, 14276, 8378, 12505, 8499, 10894, 8507, 10219, 8415, 9283, 8333, 6478, 7878, 6849, 7433, 7760, 8153, 7687, 9017, 6712, 7713, 7430, 8059, 8835, 9991, 8915, 11309], 'WindowCenter': [4012.0, 3994.0, 4015.0, 3978.0, 3965.0, 3930.0, 3940.0, 3928.0, 3939.0, 3939.0, 3940.0, 3927.0, 3928.0, 3938.0, 3950.0, 3950.0, 3929.0, 3939.0, 3952.0, 3942.0, 3956.0, 3946.0, 3969.0, 3956.0, 3956.0, 3957.0, 3957.0, 3959.0, 3967.0, 3957.0, 3979.0, 3969.0, 3990.0, 3957.0, 3967.0, 3959.0, 3970.0, 3977.0, 3979.0, 3968.0, 3965.0, 3966.0, 3957.0, 3956.0, 3955.0, 3952.0, 3955.0, 3957.0, 3953.0, 3957.0, 3947.0, 3958.0, 3956.0, 3969.0, 3945.0, 3957.0, 3947.0, 3969.0, 3957.0, 3968.0, 3992.0, 3981.0, 3992.0, 3980.0, 3989.0, 3979.0, 3980.0, 3990.0, 3970.0, 3970.0, 3960.0, 4003.0, 3960.0, 3958.0, 3958.0, 3958.0, 3957.0, 3960.0, 3958.0, 4001.0, 3969.0, 4012.0, 3969.0, 3961.0, 3960.0, 3983.0, 3972.0, 3969.0, 3981.0, 3946.0, 3972.0, 3990.0, 3971.0, 4002.0, 3970.0, 4000.0, 3967.0, 3986.0, 3965.0, 3989.0, 3964.0, 3985.0, 3941.0, 3952.0, 3941.0, 3950.0, 3928.0, 3940.0, 3949.0, 3949.0, 3950.0, 3940.0, 3949.0, 3951.0, 3951.0, 3953.0, 3941.0, 3952.0, 3941.0, 3943.0, 3964.0, 3955.0, 3979.0, 3955.0, 3965.0, 3967.0, 3966.0, 3967.0, 3967.0, 3968.0, 3957.0, 3977.0, 3967.0, 3956.0, 3955.0, 3955.0, 3954.0, 3966.0, 3955.0, 3966.0, 3943.0, 3955.0, 3955.0, 3967.0, 3944.0, 3963.0, 3922.0, 3963.0, 3945.0, 3955.0, 3955.0, 3956.0, 3966.0, 3966.0, 3933.0, 3965.0, 3976.0, 3966.0, 3966.0, 3965.0, 3953.0, 3964.0, 3987.0, 3966.0, 3985.0, 3965.0, 3952.0, 3954.0, 3954.0, 3954.0, 3958.0, 3967.0, 3980.0, 3969.0, 3989.0, 3967.0, 3965.0, 3942.0, 3965.0, 3942.0, 3964.0, 3941.0, 3954.0, 3929.0, 3952.0, 3940.0, 3941.0, 3953.0, 3952.0, 3953.0, 3962.0, 3965.0, 3943.0, 3945.0, 3966.0, 3954.0, 3954.0, 3963.0, 3955.0, 3975.0, 3955.0, 3964.0, 3952.0, 3952.0, 3953.0, 3984.0, 3955.0, 3964.0, 3955.0, 3951.0, 3953.0, 3964.0, 3954.0, 3941.0, 3965.0, 3944.0, 3966.0, 3942.0, 3966.0, 3955.0, 3968.0, 3945.0, 3967.0, 3954.0, 3965.0, 3975.0, 3965.0, 3953.0, 3963.0, 3933.0, 3964.0, 3921.0, 3964.0, 3944.0, 3966.0, 3946.0, 3966.0, 3944.0, 3965.0, 3977.0, 3967.0, 3977.0, 3965.0, 3964.0, 3954.0, 3986.0, 3954.0, 3963.0, 3965.0, 3952.0, 3953.0, 3953.0, 3955.0, 3954.0, 3966.0, 3955.0, 3954.0, 3964.0, 3955.0, 3953.0, 3956.0, 3954.0, 3944.0, 3955.0, 3954.0, 3955.0, 3953.0, 3953.0, 3942.0, 3954.0, 3953.0, 3984.0, 3955.0, 3964.0, 3954.0, 3963.0, 3955.0, 3964.0, 3966.0, 3944.0, 3964.0, 3944.0, 3956.0, 3955.0, 3977.0, 3967.0, 3977.0, 3966.0, 3976.0, 3966.0, 3998.0, 3966.0, 3965.0, 3964.0, 3943.0, 3943.0, 3953.0, 3944.0, 3966.0, 3955.0, 3954.0, 3965.0, 3955.0, 3986.0, 3954.0, 3963.0, 3964.0, 3975.0, 3966.0, 3953.0, 3966.0, 3955.0, 3965.0, 3942.0, 3955.0, 3955.0, 3966.0, 3965.0, 3996.0, 4005.0, 3980.0, 3991.0, 3949.0, 3957.0, 3969.0, 3991.0, 3970.0, 3969.0, 3993.0, 4002.0, 3980.0, 3970.0, 3967.0, 3969.0, 3972.0, 3980.0, 3980.0, 3988.0, 3979.0, 3987.0, 3991.0, 3985.0, 3974.0, 3949.0, 3948.0, 3937.0, 3947.0, 3936.0, 3925.0, 3936.0, 3924.0, 3925.0, 3913.0, 3925.0, 3915.0, 3925.0, 3926.0, 3938.0, 3928.0, 3940.0, 3941.0, 3952.0, 3963.0, 3965.0, 3943.0, 3954.0, 3955.0, 3966.0, 3934.0, 3957.0, 3980.0, 3957.0, 3979.0, 3955.0, 3967.0, 3978.0, 3968.0, 3963.0, 3968.0, 3945.0, 3957.0, 3957.0, 3958.0, 3956.0, 3990.0, 3969.0, 3958.0, 3969.0, 3971.0, 3979.0, 3969.0, 3999.0, 3966.0, 3999.0, 3980.0, 4000.0, 3967.0, 3974.0, 3953.0, 3974.0, 3954.0, 3984.0, 3955.0, 3963.0, 3965.0, 3954.0, 3953.0, 3963.0, 3965.0, 3934.0, 3932.0, 3955.0, 3946.0, 3954.0, 3944.0, 3943.0, 3955.0, 3954.0, 3965.0, 3955.0, 3965.0, 3968.0, 3965.0, 3965.0, 3965.0, 3966.0, 3988.0, 3955.0, 3974.0, 3955.0, 3950.0, 3943.0, 3963.0, 3941.0, 3951.0, 3983.0, 3951.0, 3951.0, 3942.0, 3950.0, 3951.0, 3950.0, 3954.0, 3963.0, 3954.0, 3924.0, 3967.0, 3936.0, 3967.0, 3975.0, 3967.0, 3966.0, 3967.0, 3967.0, 3968.0, 3966.0, 3957.0, 3965.0, 3945.0, 3966.0, 3954.0, 3954.0, 3933.0, 3968.0, 3935.0, 3966.0, 3974.0, 3966.0, 3975.0, 3958.0, 3967.0, 3956.0, 3965.0, 3945.0, 3965.0, 3956.0, 3956.0, 3957.0, 3969.0, 3946.0, 3978.0, 3936.0, 3967.0, 3943.0, 3970.0, 3965.0, 3968.0, 3990.0, 3968.0, 3979.0, 3968.0, 3979.0, 3972.0, 3969.0, 3970.0, 3981.0, 3948.0, 3979.0, 3948.0, 3970.0, 3961.0, 3971.0, 3970.0, 3971.0, 3961.0, 3992.0, 3960.0, 3981.0, 3974.0, 3980.0, 3982.0, 3991.0, 3984.0, 3991.0, 3983.0, 3980.0, 3973.0, 3980.0, 3983.0, 4003.0, 3979.0, 3949.0, 3980.0, 3958.0, 3981.0, 3949.0, 3968.0, 3945.0, 3981.0, 3936.0, 3978.0, 3948.0, 3969.0, 3959.0, 3969.0, 3937.0, 3969.0, 3949.0, 3979.0, 3960.0, 3980.0, 3970.0, 3978.0, 3959.0, 3992.0, 3970.0, 3979.0, 3970.0, 3980.0, 3969.0, 3992.0, 3971.0, 4001.0, 3959.0, 3960.0, 3982.0, 3983.0, 3979.0, 3957.0, 3979.0, 3958.0, 3980.0, 3957.0, 3958.0, 3957.0, 3979.0, 3998.0, 3968.0, 3997.0, 3964.0, 3974.0, 3965.0, 3975.0, 3964.0, 3965.0, 3954.0, 3953.0, 3953.0, 3964.0, 3954.0, 3964.0, 3966.0, 3934.0, 3946.0, 3955.0, 3968.0, 3955.0, 3953.0, 3956.0, 3969.0, 3957.0, 3967.0, 3969.0, 3968.0, 3967.0, 3964.0, 3966.0, 3987.0, 3966.0, 3982.0, 3967.0, 3945.0, 3966.0, 3932.0, 3965.0, 3941.0, 3963.0, 3943.0, 3943.0, 3954.0, 3954.0, 3969.0, 3976.0, 3965.0, 3943.0, 3968.0, 3956.0, 3965.0, 3967.0, 3967.0, 3956.0, 3953.0, 3952.0, 3978.0, 3954.0, 3986.0, 3954.0, 3964.0, 3969.0, 3953.0, 3964.0, 3966.0, 3965.0, 3967.0, 3954.0, 3954.0, 3942.0, 3963.0, 3922.0, 3942.0, 3941.0, 3953.0, 3944.0, 3956.0, 3967.0, 3956.0, 3956.0, 3978.0, 3934.0, 3968.0, 3976.0, 3970.0, 3964.0, 3956.0, 3967.0, 3955.0, 3965.0, 3954.0, 3954.0, 3955.0, 3956.0, 3969.0, 3959.0, 3967.0, 3958.0, 3954.0, 3980.0, 3968.0, 3968.0, 3969.0, 3980.0, 3970.0, 3978.0, 3944.0, 3968.0, 3986.0, 3967.0, 3975.0, 3965.0, 3922.0, 3962.0, 3911.0, 3946.0, 3958.0, 3968.0, 3983.0, 3951.0, 3961.0, 3962.0, 3996.0, 4003.0, 3980.0, 4002.0, 3970.0, 3977.0, 3964.0, 3956.0, 3986.0, 3964.0, 3974.0, 3943.0, 3942.0, 3941.0, 3954.0, 3920.0, 3931.0, 3941.0, 3954.0, 3954.0, 3967.0, 3970.0, 3971.0, 3972.0, 3960.0, 3958.0, 3978.0, 3957.0, 3970.0, 3989.0, 3967.0, 3977.0, 3965.0, 3975.0, 3964.0, 3986.0, 3954.0, 3963.0, 3941.0, 3951.0, 3952.0, 3962.0, 3955.0, 3953.0, 3941.0, 3953.0, 3941.0, 3941.0, 3953.0, 3952.0, 3942.0, 3965.0, 3932.0, 3967.0, 3944.0, 3967.0, 3946.0, 3965.0, 3956.0, 3957.0, 3970.0, 3967.0, 3958.0, 3967.0, 3945.0, 3968.0, 3956.0, 3979.0, 3957.0, 3967.0, 3956.0, 3964.0, 3955.0, 3976.0, 3954.0, 3985.0, 3956.0, 3966.0, 3956.0, 3966.0, 3955.0, 3964.0, 3955.0, 3966.0, 3956.0, 3953.0, 3955.0, 3962.0, 3955.0, 3955.0, 3956.0, 3942.0, 3943.0, 3955.0, 3943.0, 3954.0, 3955.0, 3958.0, 3944.0, 3955.0, 3945.0, 3976.0, 3956.0, 3978.0, 3958.0, 3968.0, 3959.0, 3957.0, 3971.0, 3971.0, 3990.0, 3947.0, 3977.0, 3957.0, 3978.0, 3947.0, 3978.0, 3946.0, 3976.0, 3946.0, 3977.0, 3966.0, 3964.0, 3960.0, 3965.0, 3931.0, 3954.0, 3954.0, 3974.0, 3965.0, 3933.0, 3947.0, 3957.0, 3968.0, 3958.0, 3979.0, 3966.0, 3969.0, 3977.0, 3980.0, 3966.0, 3979.0, 3954.0, 3966.0, 3986.0, 3964.0, 3984.0, 3955.0, 3963.0, 3952.0, 3953.0, 3953.0, 3952.0, 3953.0, 3953.0, 3941.0, 3941.0, 3942.0, 3953.0, 3954.0, 3954.0, 3943.0, 3956.0, 3956.0, 3954.0, 3955.0, 3956.0, 3967.0, 3977.0, 3956.0, 3967.0, 3956.0, 3957.0, 3957.0, 3979.0, 3958.0, 3981.0, 3957.0, 3957.0, 3956.0, 3957.0, 3947.0, 3971.0, 3958.0, 3980.0, 3959.0, 3967.0, 3969.0, 3978.0, 3980.0, 3989.0, 3980.0, 3958.0, 3980.0, 3988.0, 3979.0, 3999.0, 3967.0, 3997.0, 3965.0, 3965.0, 3977.0, 3922.0, 3975.0, 3944.0, 3954.0, 3955.0, 3965.0, 3968.0, 3965.0, 3966.0, 3977.0, 3956.0, 3987.0, 3955.0, 3965.0, 3965.0, 3954.0, 3965.0, 3968.0, 4009.0, 4031.0, 3958.0, 3924.0, 3910.0, 3954.0, 3959.0, 3881.0, 3909.0, 3931.0, 3949.0, 3930.0, 3952.0, 3952.0, 3983.0, 3963.0, 3983.0, 3963.0, 3951.0, 3939.0, 3960.0, 3906.0, 3916.0, 3951.0, 3946.0, 3953.0, 3943.0, 3945.0, 3967.0, 3944.0, 3946.0, 3967.0, 3987.0, 3979.0, 3958.0, 3958.0, 3967.0, 3978.0, 3989.0, 3969.0, 3976.0, 3968.0, 3989.0, 3966.0, 3974.0, 3978.0, 3988.0, 3964.0, 3954.0, 3958.0, 3967.0, 3953.0, 3964.0, 3943.0, 3946.0, 3965.0, 3967.0, 3966.0, 3944.0, 3975.0, 3943.0, 3967.0, 3966.0, 3997.0, 3966.0, 3957.0, 3975.0, 3934.0, 3956.0, 3965.0, 4000.0, 3978.0, 3985.0, 3965.0, 3954.0, 3986.0, 3967.0, 3978.0, 3966.0, 3952.0, 3953.0, 3952.0, 3954.0, 3962.0, 3953.0, 3949.0, 3952.0, 3936.0, 3939.0, 3960.0, 3941.0, 3940.0, 3951.0, 3959.0, 3961.0, 3943.0, 3946.0, 3956.0, 3965.0, 3946.0, 3968.0, 3957.0, 3969.0, 3972.0, 3974.0, 3998.0, 3969.0, 4004.0, 3983.0, 3995.0, 3992.0, 3971.0, 3955.0, 3943.0, 3933.0, 3955.0, 3931.0, 3959.0, 3956.0, 3946.0, 3987.0, 3966.0, 3978.0, 3977.0, 3965.0, 3974.0, 3939.0, 3931.0, 3961.0, 3926.0, 3936.0, 3904.0, 3913.0, 3913.0, 3901.0, 3889.0, 3890.0, 3915.0, 3915.0, 3926.0, 3917.0, 3919.0, 3931.0, 3917.0, 3918.0, 3941.0, 3929.0, 3931.0, 3943.0, 3952.0, 3958.0, 3956.0, 3957.0, 3944.0, 3956.0, 3954.0, 3957.0, 3963.0, 3951.0, 3965.0, 3966.0, 3962.0, 3955.0, 3974.0, 3956.0, 3998.0, 3978.0, 3978.0, 3945.0, 3966.0, 3955.0, 3956.0, 3948.0, 3959.0, 3950.0, 3971.0, 3959.0, 3959.0, 3960.0, 3959.0, 3946.0, 3971.0, 3972.0, 3993.0, 3960.0, 3971.0, 3971.0, 3969.0, 3960.0, 3949.0, 3962.0, 3962.0, 4015.0, 3973.0, 4014.0, 3993.0, 3970.0, 3981.0, 3960.0, 4002.0, 3959.0, 3972.0, 3948.0, 3947.0, 3924.0, 3945.0, 3977.0, 3945.0, 3977.0, 3934.0, 3964.0, 3933.0, 3962.0, 3930.0, 3953.0, 3920.0, 3929.0, 3920.0, 3919.0, 3930.0, 3918.0, 3931.0, 3919.0, 3930.0, 3931.0, 3931.0, 3942.0, 3956.0, 3943.0, 3946.0, 3924.0, 3935.0, 3967.0, 3978.0, 3970.0, 3970.0, 3972.0, 3969.0, 3959.0, 3970.0, 3971.0, 3969.0, 3960.0, 3991.0, 3960.0, 3979.0, 3947.0, 3988.0, 3947.0, 3987.0, 3967.0, 3987.0, 3966.0, 3954.0, 3934.0, 3932.0, 3934.0, 3955.0, 3934.0, 3943.0, 3945.0, 3945.0, 3956.0, 3946.0, 3977.0, 3957.0, 3946.0, 3935.0, 3945.0, 3956.0, 3932.0, 3943.0, 3974.0, 3943.0, 3985.0, 3934.0, 3974.0, 3943.0, 3952.0, 3943.0, 3952.0, 3933.0, 3941.0, 3931.0, 3900.0, 3934.0, 3923.0, 3933.0, 3935.0, 3948.0, 3937.0, 3958.0, 3925.0, 3938.0, 3937.0, 3947.0, 3969.0, 3970.0, 3957.0, 3978.0], 'WindowWidth': [8959.0, 8917.0, 8950.0, 8883.0, 8857.0, 8801.0, 8815.0, 8796.0, 8809.0, 8810.0, 8812.0, 8790.0, 8793.0, 8806.0, 8825.0, 8825.0, 8796.0, 8810.0, 8832.0, 8820.0, 8847.0, 8832.0, 8867.0, 8847.0, 8847.0, 8847.0, 8849.0, 8853.0, 8862.0, 8850.0, 8883.0, 8868.0, 8896.0, 8849.0, 8864.0, 8855.0, 8874.0, 8879.0, 8882.0, 8868.0, 8860.0, 8864.0, 8856.0, 8851.0, 8847.0, 8842.0, 8849.0, 8854.0, 8846.0, 8856.0, 8841.0, 8857.0, 8855.0, 8875.0, 8841.0, 8856.0, 8843.0, 8873.0, 8857.0, 8871.0, 8910.0, 8894.0, 8911.0, 8890.0, 8902.0, 8889.0, 8889.0, 8904.0, 8878.0, 8878.0, 8863.0, 8924.0, 8862.0, 8856.0, 8852.0, 8854.0, 8852.0, 8858.0, 8855.0, 8917.0, 8869.0, 8936.0, 8869.0, 8862.0, 8860.0, 8896.0, 8882.0, 8873.0, 8890.0, 8839.0, 8876.0, 8902.0, 8875.0, 8921.0, 8873.0, 8916.0, 8863.0, 8890.0, 8857.0, 8897.0, 8855.0, 8887.0, 8819.0, 8835.0, 8816.0, 8829.0, 8795.0, 8814.0, 8827.0, 8827.0, 8829.0, 8815.0, 8828.0, 8833.0, 8832.0, 8840.0, 8821.0, 8836.0, 8821.0, 8827.0, 8857.0, 8847.0, 8884.0, 8848.0, 8862.0, 8866.0, 8865.0, 8868.0, 8865.0, 8865.0, 8849.0, 8878.0, 8864.0, 8851.0, 8846.0, 8846.0, 8842.0, 8862.0, 8846.0, 8861.0, 8826.0, 8845.0, 8847.0, 8865.0, 8831.0, 8854.0, 8797.0, 8855.0, 8830.0, 8847.0, 8848.0, 8849.0, 8863.0, 8863.0, 8815.0, 8860.0, 8875.0, 8860.0, 8863.0, 8859.0, 8840.0, 8857.0, 8899.0, 8864.0, 8889.0, 8859.0, 8838.0, 8844.0, 8845.0, 8846.0, 8855.0, 8865.0, 8888.0, 8872.0, 8900.0, 8866.0, 8862.0, 8824.0, 8860.0, 8823.0, 8854.0, 8821.0, 8840.0, 8802.0, 8836.0, 8818.0, 8820.0, 8840.0, 8839.0, 8841.0, 8851.0, 8858.0, 8829.0, 8834.0, 8862.0, 8845.0, 8844.0, 8855.0, 8845.0, 8874.0, 8845.0, 8859.0, 8838.0, 8838.0, 8841.0, 8883.0, 8845.0, 8857.0, 8845.0, 8835.0, 8840.0, 8855.0, 8844.0, 8824.0, 8861.0, 8831.0, 8861.0, 8826.0, 8862.0, 8846.0, 8867.0, 8833.0, 8864.0, 8844.0, 8857.0, 8876.0, 8860.0, 8841.0, 8855.0, 8814.0, 8856.0, 8795.0, 8857.0, 8832.0, 8862.0, 8837.0, 8863.0, 8830.0, 8860.0, 8880.0, 8864.0, 8882.0, 8859.0, 8858.0, 8844.0, 8889.0, 8845.0, 8855.0, 8860.0, 8839.0, 8841.0, 8842.0, 8846.0, 8844.0, 8864.0, 8846.0, 8843.0, 8857.0, 8846.0, 8844.0, 8849.0, 8845.0, 8829.0, 8846.0, 8842.0, 8846.0, 8841.0, 8841.0, 8824.0, 8844.0, 8841.0, 8886.0, 8847.0, 8859.0, 8843.0, 8853.0, 8847.0, 8858.0, 8862.0, 8833.0, 8859.0, 8830.0, 8848.0, 8849.0, 8880.0, 8868.0, 8878.0, 8863.0, 8876.0, 8864.0, 8908.0, 8863.0, 8860.0, 8856.0, 8826.0, 8828.0, 8841.0, 8830.0, 8862.0, 8844.0, 8843.0, 8860.0, 8847.0, 8890.0, 8844.0, 8855.0, 8856.0, 8872.0, 8861.0, 8841.0, 8862.0, 8846.0, 8858.0, 8825.0, 8845.0, 8845.0, 8862.0, 8861.0, 8922.0, 8934.0, 8890.0, 8908.0, 8847.0, 8852.0, 8873.0, 8907.0, 8875.0, 8872.0, 8912.0, 8923.0, 8890.0, 8874.0, 8866.0, 8872.0, 8877.0, 8888.0, 8887.0, 8897.0, 8884.0, 8892.0, 8905.0, 8888.0, 8872.0, 8826.0, 8825.0, 8802.0, 8818.0, 8802.0, 8787.0, 8802.0, 8785.0, 8786.0, 8768.0, 8786.0, 8773.0, 8787.0, 8791.0, 8808.0, 8798.0, 8817.0, 8817.0, 8836.0, 8851.0, 8856.0, 8824.0, 8841.0, 8845.0, 8862.0, 8817.0, 8852.0, 8886.0, 8851.0, 8882.0, 8846.0, 8862.0, 8882.0, 8865.0, 8854.0, 8865.0, 8833.0, 8851.0, 8848.0, 8851.0, 8849.0, 8899.0, 8869.0, 8854.0, 8870.0, 8877.0, 8884.0, 8870.0, 8913.0, 8865.0, 8914.0, 8884.0, 8913.0, 8864.0, 8872.0, 8839.0, 8870.0, 8841.0, 8885.0, 8846.0, 8855.0, 8858.0, 8840.0, 8838.0, 8852.0, 8858.0, 8815.0, 8811.0, 8845.0, 8834.0, 8844.0, 8829.0, 8826.0, 8845.0, 8844.0, 8860.0, 8845.0, 8862.0, 8868.0, 8860.0, 8860.0, 8860.0, 8862.0, 8894.0, 8844.0, 8869.0, 8842.0, 8832.0, 8824.0, 8853.0, 8821.0, 8834.0, 8881.0, 8833.0, 8834.0, 8820.0, 8831.0, 8835.0, 8834.0, 8841.0, 8853.0, 8844.0, 8805.0, 8868.0, 8824.0, 8865.0, 8874.0, 8865.0, 8862.0, 8866.0, 8867.0, 8868.0, 8863.0, 8851.0, 8861.0, 8831.0, 8864.0, 8842.0, 8843.0, 8815.0, 8866.0, 8819.0, 8862.0, 8872.0, 8861.0, 8873.0, 8853.0, 8863.0, 8850.0, 8861.0, 8836.0, 8861.0, 8851.0, 8850.0, 8855.0, 8869.0, 8837.0, 8883.0, 8824.0, 8865.0, 8831.0, 8872.0, 8862.0, 8868.0, 8904.0, 8871.0, 8885.0, 8869.0, 8886.0, 8879.0, 8873.0, 8874.0, 8889.0, 8843.0, 8887.0, 8844.0, 8873.0, 8867.0, 8879.0, 8879.0, 8877.0, 8864.0, 8906.0, 8863.0, 8892.0, 8887.0, 8889.0, 8896.0, 8906.0, 8900.0, 8907.0, 8898.0, 8892.0, 8882.0, 8890.0, 8897.0, 8924.0, 8888.0, 8848.0, 8889.0, 8856.0, 8890.0, 8845.0, 8871.0, 8838.0, 8890.0, 8824.0, 8884.0, 8844.0, 8871.0, 8860.0, 8872.0, 8826.0, 8870.0, 8845.0, 8886.0, 8860.0, 8889.0, 8876.0, 8883.0, 8859.0, 8907.0, 8876.0, 8886.0, 8877.0, 8887.0, 8873.0, 8908.0, 8879.0, 8921.0, 8859.0, 8864.0, 8896.0, 8898.0, 8888.0, 8855.0, 8887.0, 8856.0, 8888.0, 8853.0, 8856.0, 8852.0, 8883.0, 8911.0, 8867.0, 8910.0, 8854.0, 8872.0, 8860.0, 8873.0, 8859.0, 8860.0, 8844.0, 8838.0, 8841.0, 8857.0, 8845.0, 8856.0, 8862.0, 8815.0, 8837.0, 8852.0, 8871.0, 8849.0, 8846.0, 8848.0, 8872.0, 8851.0, 8866.0, 8870.0, 8869.0, 8866.0, 8856.0, 8863.0, 8894.0, 8863.0, 8883.0, 8864.0, 8832.0, 8861.0, 8810.0, 8855.0, 8823.0, 8853.0, 8824.0, 8826.0, 8842.0, 8844.0, 8870.0, 8875.0, 8859.0, 8829.0, 8867.0, 8849.0, 8862.0, 8866.0, 8864.0, 8848.0, 8841.0, 8838.0, 8882.0, 8842.0, 8889.0, 8841.0, 8858.0, 8868.0, 8841.0, 8857.0, 8860.0, 8860.0, 8862.0, 8842.0, 8843.0, 8825.0, 8853.0, 8796.0, 8824.0, 8822.0, 8840.0, 8831.0, 8848.0, 8866.0, 8850.0, 8851.0, 8882.0, 8818.0, 8865.0, 8877.0, 8870.0, 8859.0, 8848.0, 8863.0, 8846.0, 8860.0, 8841.0, 8842.0, 8846.0, 8849.0, 8872.0, 8858.0, 8865.0, 8854.0, 8848.0, 8886.0, 8867.0, 8868.0, 8871.0, 8887.0, 8874.0, 8882.0, 8829.0, 8865.0, 8889.0, 8865.0, 8871.0, 8860.0, 8799.0, 8854.0, 8784.0, 8835.0, 8855.0, 8870.0, 8897.0, 8854.0, 8866.0, 8866.0, 8917.0, 8927.0, 8889.0, 8924.0, 8872.0, 8880.0, 8855.0, 8847.0, 8890.0, 8855.0, 8871.0, 8824.0, 8824.0, 8820.0, 8840.0, 8790.0, 8807.0, 8821.0, 8840.0, 8844.0, 8866.0, 8876.0, 8878.0, 8879.0, 8861.0, 8856.0, 8883.0, 8852.0, 8871.0, 8899.0, 8864.0, 8878.0, 8860.0, 8873.0, 8857.0, 8889.0, 8843.0, 8853.0, 8820.0, 8834.0, 8836.0, 8851.0, 8846.0, 8840.0, 8822.0, 8839.0, 8820.0, 8820.0, 8840.0, 8837.0, 8825.0, 8858.0, 8811.0, 8863.0, 8829.0, 8862.0, 8832.0, 8859.0, 8852.0, 8852.0, 8876.0, 8866.0, 8855.0, 8865.0, 8833.0, 8870.0, 8849.0, 8883.0, 8852.0, 8864.0, 8850.0, 8856.0, 8844.0, 8877.0, 8843.0, 8888.0, 8848.0, 8862.0, 8852.0, 8862.0, 8844.0, 8857.0, 8844.0, 8859.0, 8850.0, 8840.0, 8846.0, 8855.0, 8846.0, 8845.0, 8847.0, 8825.0, 8825.0, 8844.0, 8828.0, 8842.0, 8847.0, 8854.0, 8831.0, 8846.0, 8834.0, 8877.0, 8851.0, 8882.0, 8855.0, 8869.0, 8855.0, 8854.0, 8877.0, 8879.0, 8900.0, 8836.0, 8878.0, 8851.0, 8879.0, 8837.0, 8881.0, 8837.0, 8877.0, 8835.0, 8879.0, 8861.0, 8857.0, 8846.0, 8855.0, 8809.0, 8843.0, 8841.0, 8870.0, 8858.0, 8815.0, 8837.0, 8854.0, 8872.0, 8855.0, 8885.0, 8865.0, 8869.0, 8882.0, 8884.0, 8865.0, 8883.0, 8844.0, 8859.0, 8895.0, 8856.0, 8885.0, 8843.0, 8853.0, 8836.0, 8838.0, 8839.0, 8837.0, 8840.0, 8841.0, 8821.0, 8820.0, 8824.0, 8839.0, 8844.0, 8845.0, 8828.0, 8852.0, 8851.0, 8845.0, 8848.0, 8849.0, 8865.0, 8878.0, 8851.0, 8865.0, 8851.0, 8851.0, 8853.0, 8883.0, 8856.0, 8890.0, 8851.0, 8853.0, 8849.0, 8852.0, 8836.0, 8877.0, 8855.0, 8887.0, 8857.0, 8866.0, 8873.0, 8882.0, 8887.0, 8900.0, 8887.0, 8857.0, 8889.0, 8899.0, 8883.0, 8917.0, 8867.0, 8907.0, 8858.0, 8859.0, 8876.0, 8798.0, 8872.0, 8830.0, 8845.0, 8844.0, 8860.0, 8868.0, 8860.0, 8860.0, 8876.0, 8848.0, 8893.0, 8845.0, 8859.0, 8859.0, 8843.0, 8861.0, 8870.0, 8945.0, 8981.0, 8858.0, 8804.0, 8758.0, 8844.0, 8841.0, 8701.0, 8756.0, 8789.0, 8824.0, 8803.0, 8836.0, 8835.0, 8883.0, 8852.0, 8882.0, 8853.0, 8830.0, 8814.0, 8844.0, 8766.0, 8782.0, 8831.0, 8825.0, 8840.0, 8827.0, 8833.0, 8865.0, 8830.0, 8837.0, 8868.0, 8895.0, 8884.0, 8855.0, 8855.0, 8866.0, 8882.0, 8897.0, 8871.0, 8880.0, 8866.0, 8898.0, 8860.0, 8872.0, 8879.0, 8895.0, 8857.0, 8840.0, 8854.0, 8866.0, 8841.0, 8856.0, 8827.0, 8835.0, 8858.0, 8865.0, 8861.0, 8830.0, 8873.0, 8828.0, 8866.0, 8860.0, 8909.0, 8863.0, 8851.0, 8871.0, 8815.0, 8847.0, 8859.0, 8919.0, 8880.0, 8885.0, 8859.0, 8844.0, 8891.0, 8863.0, 8882.0, 8862.0, 8838.0, 8838.0, 8837.0, 8839.0, 8850.0, 8840.0, 8831.0, 8834.0, 8809.0, 8815.0, 8846.0, 8818.0, 8816.0, 8832.0, 8841.0, 8848.0, 8830.0, 8839.0, 8850.0, 8863.0, 8837.0, 8869.0, 8855.0, 8871.0, 8881.0, 8886.0, 8924.0, 8874.0, 8927.0, 8894.0, 8914.0, 8908.0, 8873.0, 8840.0, 8825.0, 8793.0, 8842.0, 8799.0, 8855.0, 8844.0, 8829.0, 8890.0, 8855.0, 8871.0, 8874.0, 8850.0, 8861.0, 8806.0, 8801.0, 8842.0, 8786.0, 8798.0, 8752.0, 8762.0, 8761.0, 8742.0, 8725.0, 8728.0, 8766.0, 8766.0, 8787.0, 8774.0, 8783.0, 8802.0, 8777.0, 8780.0, 8817.0, 8801.0, 8808.0, 8827.0, 8839.0, 8853.0, 8849.0, 8853.0, 8829.0, 8845.0, 8841.0, 8850.0, 8851.0, 8836.0, 8857.0, 8861.0, 8850.0, 8843.0, 8867.0, 8848.0, 8908.0, 8879.0, 8879.0, 8829.0, 8859.0, 8844.0, 8847.0, 8840.0, 8856.0, 8845.0, 8876.0, 8853.0, 8854.0, 8856.0, 8857.0, 8835.0, 8876.0, 8876.0, 8907.0, 8858.0, 8873.0, 8873.0, 8869.0, 8858.0, 8842.0, 8864.0, 8865.0, 8941.0, 8878.0, 8941.0, 8906.0, 8870.0, 8888.0, 8855.0, 8918.0, 8855.0, 8874.0, 8837.0, 8833.0, 8798.0, 8827.0, 8876.0, 8828.0, 8872.0, 8812.0, 8851.0, 8807.0, 8844.0, 8802.0, 8833.0, 8786.0, 8796.0, 8786.0, 8782.0, 8797.0, 8781.0, 8802.0, 8784.0, 8801.0, 8801.0, 8803.0, 8822.0, 8843.0, 8824.0, 8831.0, 8800.0, 8817.0, 8861.0, 8879.0, 8870.0, 8870.0, 8876.0, 8866.0, 8854.0, 8870.0, 8872.0, 8868.0, 8859.0, 8900.0, 8856.0, 8881.0, 8835.0, 8892.0, 8832.0, 8888.0, 8860.0, 8889.0, 8856.0, 8837.0, 8812.0, 8805.0, 8810.0, 8841.0, 8810.0, 8824.0, 8826.0, 8829.0, 8845.0, 8832.0, 8875.0, 8849.0, 8831.0, 8815.0, 8828.0, 8843.0, 8806.0, 8821.0, 8864.0, 8822.0, 8883.0, 8810.0, 8866.0, 8822.0, 8834.0, 8822.0, 8835.0, 8809.0, 8816.0, 8803.0, 8763.0, 8813.0, 8798.0, 8813.0, 8817.0, 8838.0, 8822.0, 8850.0, 8804.0, 8823.0, 8822.0, 8834.0, 8868.0, 8869.0, 8848.0, 8877.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.01021564929693962</td></tr>
<tr><td colspan=3>aqi</td><td>0.04154023937138131</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.28492593137421</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.309913487574501</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2073898227731779</td></tr>
<tr><td colspan=3>efc</td><td>0.5003</td></tr>
<tr><td colspan=3>fber</td><td>4101.8813</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11408962415698878</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.01571546732837</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5251311266073495</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.388011397610826</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.76408202500824</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4232999572029827</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125119</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016980770975351334</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038206152617931366</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1209</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.95692369489582</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.8009</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.4109</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.2927</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295850.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>903.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.2339</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4913</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.265</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3135.4905</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3328.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80694.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4076.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>841.0522</td></tr>
<tr><td colspan=3>tsnr</td><td>29.885383615503088</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>