<?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-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-01/func/sub-0017_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>3c7db6c5c77d9a99277ef60af72cc38d</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>13:53:9.560000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997108, -0.0670798, -0.0357256, 0.0580168, 0.975474, -0.21233]</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_brain_imaging_center</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.0982522</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>40</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7717, -7245, 539, 30, -203, -23, 90]</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>260.928</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4d12bb29-e2d5-4c47-aedb-0b81ed9620d0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6751673221588135, 0.15565472841262817, -0.13254956901073456, 104.95314025878906], [0.1799701303243637, 2.617125988006592, -0.5660377740859985, -66.57283782958984], [-0.09584905952215195, 0.5696669816970825, 2.6366705894470215, -95.46153259277344], [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': ['135309.560000', '135310.020000', '135310.480000', '135310.940000', '135311.400000', '135311.860000', '135312.320000', '135312.780000', '135313.240000', '135313.700000', '135314.160000', '135314.620000', '135315.080000', '135315.540000', '135316.000000', '135316.460000', '135316.920000', '135317.380000', '135317.840000', '135318.300000', '135318.760000', '135319.220000', '135319.680000', '135320.140000', '135320.600000', '135321.060000', '135321.520000', '135321.980000', '135322.440000', '135322.900000', '135323.360000', '135323.820000', '135324.280000', '135324.740000', '135325.200000', '135325.660000', '135326.120000', '135326.580000', '135327.040000', '135327.500000', '135327.960000', '135328.420000', '135328.880000', '135329.340000', '135329.800000', '135330.260000', '135330.720000', '135331.180000', '135331.640000', '135332.100000', '135332.560000', '135333.020000', '135333.480000', '135333.940000', '135334.400000', '135334.860000', '135335.320000', '135335.780000', '135336.240000', '135336.700000', '135337.160000', '135337.620000', '135338.080000', '135338.540000', '135339.000000', '135339.460000', '135339.920000', '135340.380000', '135340.840000', '135341.300000', '135341.760000', '135342.220000', '135342.680000', '135343.140000', '135343.600000', '135344.060000', '135344.520000', '135344.980000', '135345.440000', '135345.900000', '135346.360000', '135346.820000', '135347.280000', '135347.740000', '135348.200000', '135348.660000', '135349.120000', '135349.580000', '135350.040000', '135350.500000', '135350.960000', '135351.420000', '135351.880000', '135352.340000', '135352.800000', '135353.260000', '135353.720000', '135354.180000', '135354.640000', '135355.100000', '135355.560000', '135356.020000', '135356.480000', '135356.940000', '135357.400000', '135357.860000', '135358.320000', '135358.780000', '135359.240000', '135359.700000', '135400.160000', '135400.620000', '135401.080000', '135401.540000', '135402.000000', '135402.460000', '135402.920000', '135403.380000', '135403.840000', '135404.300000', '135404.760000', '135405.220000', '135405.680000', '135406.140000', '135406.600000', '135407.060000', '135407.520000', '135407.980000', '135408.440000', '135408.900000', '135409.360000', '135409.820000', '135410.280000', '135410.740000', '135411.200000', '135411.660000', '135412.120000', '135412.580000', '135413.040000', '135413.500000', '135413.960000', '135414.420000', '135414.880000', '135415.340000', '135415.800000', '135416.260000', '135416.720000', '135417.180000', '135417.640000', '135418.100000', '135418.560000', '135419.020000', '135419.480000', '135419.940000', '135420.400000', '135420.860000', '135421.320000', '135421.780000', '135422.240000', '135422.700000', '135423.160000', '135423.620000', '135424.080000', '135424.540000', '135425.000000', '135425.460000', '135425.920000', '135426.380000', '135426.840000', '135427.300000', '135427.760000', '135428.220000', '135428.680000', '135429.140000', '135429.600000', '135430.060000', '135430.520000', '135430.980000', '135431.440000', '135431.900000', '135432.360000', '135432.820000', '135433.280000', '135433.740000', '135434.200000', '135434.660000', '135435.120000', '135435.580000', '135436.040000', '135436.500000', '135436.960000', '135437.420000', '135437.880000', '135438.340000', '135438.800000', '135439.260000', '135439.720000', '135440.180000', '135440.640000', '135441.100000', '135441.560000', '135442.020000', '135442.480000', '135442.940000', '135443.400000', '135443.860000', '135444.320000', '135444.780000', '135445.240000', '135445.700000', '135446.160000', '135446.620000', '135447.080000', '135447.540000', '135448.000000', '135448.460000', '135448.920000', '135449.380000', '135449.840000', '135450.300000', '135450.760000', '135451.220000', '135451.680000', '135452.140000', '135452.600000', '135453.060000', '135453.520000', '135453.980000', '135454.440000', '135454.900000', '135455.360000', '135455.820000', '135456.280000', '135456.740000', '135457.200000', '135457.660000', '135458.120000', '135458.580000', '135459.040000', '135459.500000', '135459.960000', '135500.420000', '135500.880000', '135501.340000', '135501.800000', '135502.260000', '135502.720000', '135503.180000', '135503.640000', '135504.100000', '135504.560000', '135505.020000', '135505.480000', '135505.940000', '135506.400000', '135506.860000', '135507.320000', '135507.780000', '135508.240000', '135508.700000', '135509.160000', '135509.620000', '135510.080000', '135510.540000', '135511.000000', '135511.460000', '135511.920000', '135512.380000', '135512.840000', '135513.300000', '135513.760000', '135514.220000', '135514.680000', '135515.140000', '135515.600000', '135516.060000', '135516.520000', '135516.980000', '135517.440000', '135517.900000', '135518.360000', '135518.820000', '135519.280000', '135519.740000', '135520.200000', '135520.660000', '135521.120000', '135521.580000', '135522.040000', '135522.500000', '135522.960000', '135523.420000', '135523.880000', '135524.340000', '135524.800000', '135525.260000', '135525.720000', '135526.180000', '135526.640000', '135527.100000', '135527.560000', '135528.020000', '135528.480000', '135528.940000', '135529.400000', '135529.860000', '135530.320000', '135530.780000', '135531.240000', '135531.700000', '135532.160000', '135532.620000', '135533.080000', '135533.540000', '135534.000000', '135534.460000', '135534.920000', '135535.380000', '135535.840000', '135536.300000', '135536.760000', '135537.220000', '135537.680000', '135538.140000', '135538.600000', '135539.060000', '135539.520000', '135539.980000', '135540.440000', '135540.900000', '135541.360000', '135541.820000', '135542.280000', '135542.740000', '135543.200000', '135543.660000', '135544.120000', '135544.580000', '135545.040000', '135545.500000', '135545.960000', '135546.420000', '135546.880000', '135547.340000', '135547.800000', '135548.260000', '135548.720000', '135549.180000', '135549.640000', '135550.100000', '135550.560000', '135551.020000', '135551.480000', '135551.940000', '135552.400000', '135552.860000', '135553.320000', '135553.780000', '135554.240000', '135554.700000', '135555.160000', '135555.620000', '135556.080000', '135556.540000', '135557.000000', '135557.460000', '135557.920000', '135558.380000', '135558.840000', '135559.300000', '135559.760000', '135600.220000', '135600.680000', '135601.140000', '135601.600000', '135602.060000', '135602.520000', '135602.980000', '135603.440000', '135603.900000', '135604.360000', '135604.820000', '135605.280000', '135605.740000', '135606.200000', '135606.660000', '135607.120000', '135607.580000', '135608.040000', '135608.500000', '135608.960000', '135609.420000', '135609.880000', '135610.340000', '135610.800000', '135611.260000', '135611.720000', '135612.180000', '135612.640000', '135613.100000', '135613.560000', '135614.020000', '135614.480000', '135614.940000', '135615.400000', '135615.860000', '135616.320000', '135616.780000', '135617.240000', '135617.700000', '135618.160000', '135618.620000', '135619.080000', '135619.540000', '135620.000000', '135620.460000', '135620.920000', '135621.380000', '135621.840000', '135622.300000', '135622.760000', '135623.220000', '135623.680000', '135624.140000', '135624.600000', '135625.060000', '135625.520000', '135625.980000', '135626.440000', '135626.900000', '135627.360000', '135627.820000', '135628.280000', '135628.740000', '135629.200000', '135629.660000', '135630.120000', '135630.580000', '135631.040000', '135631.500000', '135631.960000', '135632.420000', '135632.880000', '135633.340000', '135633.800000', '135634.260000', '135634.720000', '135635.180000', '135635.640000', '135636.100000', '135636.560000', '135637.020000', '135637.480000', '135637.940000', '135638.400000', '135638.860000', '135639.320000', '135639.780000', '135640.240000', '135640.700000', '135641.160000', '135641.620000', '135642.080000', '135642.540000', '135643.000000', '135643.460000', '135643.920000', '135644.380000', '135644.840000', '135645.300000', '135645.760000', '135646.220000', '135646.680000', '135647.140000', '135647.600000', '135648.060000', '135648.520000', '135648.980000', '135649.440000', '135649.900000', '135650.360000', '135650.820000', '135651.280000', '135651.740000', '135652.200000', '135652.660000', '135653.120000', '135653.580000', '135654.040000', '135654.500000', '135654.960000', '135655.420000', '135655.880000', '135656.340000', '135656.800000', '135657.260000', '135657.720000', '135658.180000', '135658.640000', '135659.100000', '135659.560000', '135700.020000', '135700.480000', '135700.940000', '135701.400000', '135701.860000', '135702.320000', '135702.780000', '135703.240000', '135703.700000', '135704.160000', '135704.620000', '135705.080000', '135705.540000', '135706.000000', '135706.460000', '135706.920000', '135707.380000', '135707.840000', '135708.300000', '135708.760000', '135709.220000', '135709.680000', '135710.140000', '135710.600000', '135711.060000', '135711.520000', '135711.980000', '135712.440000', '135712.900000', '135713.360000', '135713.820000', '135714.280000', '135714.740000', '135715.200000', '135715.660000', '135716.120000', '135716.580000', '135717.040000', '135717.500000', '135717.960000', '135718.420000', '135718.880000', '135719.340000', '135719.800000', '135720.260000', '135720.720000', '135721.180000', '135721.640000', '135722.100000', '135722.560000', '135723.020000', '135723.480000', '135723.940000', '135724.400000', '135724.860000', '135725.320000', '135725.780000', '135726.240000', '135726.700000', '135727.160000', '135727.620000', '135728.080000', '135728.540000', '135729.000000', '135729.460000', '135729.920000', '135730.380000', '135730.840000', '135731.300000', '135731.760000', '135732.220000', '135732.680000', '135733.140000', '135733.600000', '135734.060000', '135734.520000', '135734.980000', '135735.440000', '135735.900000', '135736.360000', '135736.820000', '135737.280000', '135737.740000', '135738.200000', '135738.660000', '135739.120000', '135739.580000', '135740.040000', '135740.500000', '135740.960000', '135741.420000', '135741.880000', '135742.340000', '135742.800000', '135743.260000', '135743.720000', '135744.180000', '135744.640000', '135745.100000', '135745.560000', '135746.020000', '135746.480000', '135746.940000', '135747.400000', '135747.860000', '135748.320000', '135748.780000', '135749.240000', '135749.700000', '135750.160000', '135750.620000', '135751.080000', '135751.540000', '135752.000000', '135752.460000', '135752.920000', '135753.380000', '135753.840000', '135754.300000', '135754.760000', '135755.220000', '135755.680000', '135756.140000', '135756.600000', '135757.060000', '135757.520000', '135757.980000', '135758.440000', '135758.900000', '135759.360000', '135759.820000', '135800.280000', '135800.740000', '135801.200000', '135801.660000', '135802.120000', '135802.580000', '135803.040000', '135803.500000', '135803.960000', '135804.420000', '135804.880000', '135805.340000', '135805.800000', '135806.260000', '135806.720000', '135807.180000', '135807.640000', '135808.100000', '135808.560000', '135809.020000', '135809.480000', '135809.940000', '135810.400000', '135810.860000', '135811.320000', '135811.780000', '135812.240000', '135812.700000', '135813.160000', '135813.620000', '135814.080000', '135814.540000', '135815.000000', '135815.460000', '135815.920000', '135816.380000', '135816.840000', '135817.300000', '135817.760000', '135818.220000', '135818.680000', '135819.140000', '135819.600000', '135820.060000', '135820.520000', '135820.980000', '135821.440000', '135821.900000', '135822.360000', '135822.820000', '135823.280000', '135823.740000', '135824.200000', '135824.660000', '135825.120000', '135825.580000', '135826.040000', '135826.500000', '135826.960000', '135827.420000', '135827.880000', '135828.340000', '135828.800000', '135829.260000', '135829.720000', '135830.180000', '135830.640000', '135831.100000', '135831.560000', '135832.020000', '135832.480000', '135832.940000', '135833.400000', '135833.860000', '135834.320000', '135834.780000', '135835.240000', '135835.700000', '135836.160000', '135836.620000', '135837.080000', '135837.540000', '135838.000000', '135838.460000', '135838.920000', '135839.380000', '135839.840000', '135840.300000', '135840.760000', '135841.220000', '135841.680000', '135842.140000', '135842.600000', '135843.060000', '135843.520000', '135843.980000', '135844.440000', '135844.900000', '135845.360000', '135845.820000', '135846.280000', '135846.740000', '135847.200000', '135847.660000', '135848.120000', '135848.580000', '135849.040000', '135849.500000', '135849.960000', '135850.420000', '135850.880000', '135851.340000', '135851.800000', '135852.260000', '135852.720000', '135853.180000', '135853.640000', '135854.100000', '135854.560000', '135855.020000', '135855.480000', '135855.940000', '135856.400000', '135856.860000', '135857.320000', '135857.780000', '135858.240000', '135858.700000', '135859.160000', '135859.620000', '135900.080000', '135900.540000', '135901.000000', '135901.460000', '135901.920000', '135902.380000', '135902.840000', '135903.300000', '135903.760000', '135904.220000', '135904.680000', '135905.140000', '135905.600000', '135906.060000', '135906.520000', '135906.980000', '135907.440000', '135907.900000', '135908.360000', '135908.820000', '135909.280000', '135909.740000', '135910.200000', '135910.660000', '135911.120000', '135911.580000', '135912.040000', '135912.500000', '135912.960000', '135913.420000', '135913.880000', '135914.340000', '135914.800000', '135915.260000', '135915.720000', '135916.180000', '135916.640000', '135917.100000', '135917.560000', '135918.020000', '135918.480000', '135918.940000', '135919.400000', '135919.860000', '135920.320000', '135920.780000', '135921.240000', '135921.700000', '135922.160000', '135922.620000', '135923.080000', '135923.540000', '135924.000000', '135924.460000', '135924.920000', '135925.380000', '135925.840000', '135926.300000', '135926.760000', '135927.220000', '135927.680000', '135928.140000', '135928.600000', '135929.060000', '135929.520000', '135929.980000', '135930.440000', '135930.900000', '135931.360000', '135931.820000', '135932.280000', '135932.740000', '135933.200000', '135933.660000', '135934.120000', '135934.580000', '135935.040000', '135935.500000', '135935.960000', '135936.420000', '135936.880000', '135937.340000', '135937.800000', '135938.260000', '135938.720000', '135939.180000', '135939.640000', '135940.100000', '135940.560000', '135941.020000', '135941.480000', '135941.940000', '135942.400000', '135942.860000', '135943.320000', '135943.780000', '135944.240000', '135944.700000', '135945.160000', '135945.620000', '135946.080000', '135946.540000', '135947.000000', '135947.460000', '135947.920000', '135948.380000', '135948.840000', '135949.300000', '135949.760000', '135950.220000', '135950.680000', '135951.140000', '135951.600000', '135952.060000', '135952.520000', '135952.980000', '135953.440000', '135953.900000', '135954.360000', '135954.820000', '135955.280000', '135955.740000', '135956.200000', '135956.660000', '135957.120000', '135957.580000', '135958.040000', '135958.500000', '135958.960000', '135959.420000', '135959.880000', '140000.340000', '140000.800000', '140001.260000', '140001.720000', '140002.180000', '140002.640000', '140003.100000', '140003.560000', '140004.020000', '140004.480000', '140004.940000', '140005.400000', '140005.860000', '140006.320000', '140006.780000', '140007.240000', '140007.700000', '140008.160000', '140008.620000', '140009.080000', '140009.540000', '140010.000000', '140010.460000', '140010.920000', '140011.380000', '140011.840000', '140012.300000', '140012.760000', '140013.220000', '140013.680000', '140014.140000', '140014.600000', '140015.060000', '140015.520000', '140015.980000', '140016.440000', '140016.900000', '140017.360000', '140017.820000', '140018.280000', '140018.740000', '140019.200000', '140019.660000', '140020.120000', '140020.580000', '140021.040000', '140021.500000', '140021.960000', '140022.420000', '140022.880000', '140023.340000', '140023.800000', '140024.260000', '140024.720000', '140025.180000', '140025.640000', '140026.100000', '140026.560000', '140027.020000', '140027.480000', '140027.940000', '140028.400000', '140028.860000', '140029.320000', '140029.780000', '140030.240000', '140030.700000', '140031.160000', '140031.620000', '140032.080000', '140032.540000', '140033.000000', '140033.460000', '140033.920000', '140034.380000', '140034.840000', '140035.300000', '140035.760000', '140036.220000', '140036.680000', '140037.140000', '140037.600000', '140038.060000', '140038.520000', '140038.980000', '140039.440000', '140039.900000', '140040.360000', '140040.820000', '140041.280000', '140041.740000', '140042.200000', '140042.660000', '140043.120000', '140043.580000', '140044.040000', '140044.500000', '140044.960000', '140045.420000', '140045.880000', '140046.340000', '140046.800000', '140047.260000', '140047.720000', '140048.180000', '140048.640000', '140049.100000', '140049.560000', '140050.020000', '140050.480000', '140050.940000', '140051.400000', '140051.860000', '140052.320000', '140052.780000', '140053.240000', '140053.700000', '140054.160000', '140054.620000', '140055.080000', '140055.540000', '140056.000000', '140056.460000', '140056.920000', '140057.380000', '140057.840000', '140058.300000', '140058.760000', '140059.220000', '140059.680000', '140100.140000', '140100.600000', '140101.060000', '140101.520000', '140101.980000', '140102.440000', '140102.900000', '140103.360000', '140103.820000', '140104.280000', '140104.740000', '140105.200000', '140105.660000', '140106.120000', '140106.580000', '140107.040000', '140107.500000', '140107.960000', '140108.420000', '140108.880000', '140109.340000', '140109.800000', '140110.260000', '140110.720000', '140111.180000', '140111.640000', '140112.100000', '140112.560000', '140113.020000', '140113.480000', '140113.940000', '140114.400000', '140114.860000', '140115.320000', '140115.780000', '140116.240000', '140116.700000', '140117.160000', '140117.620000', '140118.080000', '140118.540000', '140119.000000', '140119.460000', '140119.920000', '140120.380000', '140120.840000', '140121.300000', '140121.760000', '140122.220000', '140122.680000', '140123.140000', '140123.600000', '140124.060000', '140124.520000', '140124.980000', '140125.440000', '140125.900000', '140126.360000', '140126.820000', '140127.280000', '140127.740000', '140128.200000', '140128.660000', '140129.120000', '140129.580000', '140130.040000', '140130.500000', '140130.960000', '140131.420000', '140131.880000', '140132.340000', '140132.800000', '140133.260000', '140133.720000', '140134.180000', '140134.640000', '140135.100000', '140135.560000', '140136.020000', '140136.480000', '140136.940000', '140137.400000', '140137.860000', '140138.320000', '140138.780000', '140139.240000', '140139.700000', '140140.160000', '140140.620000', '140141.080000', '140141.540000', '140142.000000', '140142.460000', '140142.920000', '140143.380000', '140143.840000', '140144.300000', '140144.760000', '140145.220000', '140145.680000', '140146.140000', '140146.600000', '140147.060000', '140147.520000', '140147.980000', '140148.440000', '140148.900000', '140149.360000', '140149.820000', '140150.280000', '140150.740000', '140151.200000', '140151.660000', '140152.120000', '140152.580000', '140153.040000', '140153.500000', '140153.960000', '140154.420000', '140154.880000', '140155.340000', '140155.800000', '140156.260000', '140156.720000', '140157.180000', '140157.640000', '140158.100000', '140158.560000', '140159.020000', '140159.480000', '140159.940000', '140200.400000', '140200.860000', '140201.320000', '140201.780000', '140202.240000', '140202.700000', '140203.160000', '140203.620000', '140204.080000', '140204.540000', '140205.000000', '140205.460000', '140205.920000', '140206.380000', '140206.840000', '140207.300000', '140207.760000', '140208.220000', '140208.680000', '140209.140000', '140209.600000', '140210.060000', '140210.520000', '140210.980000', '140211.440000', '140211.900000', '140212.360000', '140212.820000', '140213.280000', '140213.740000', '140214.200000', '140214.660000', '140215.120000', '140215.580000', '140216.040000', '140216.500000', '140216.960000', '140217.420000', '140217.880000', '140218.340000', '140218.800000', '140219.260000', '140219.720000', '140220.180000', '140220.640000', '140221.100000', '140221.560000', '140222.020000', '140222.480000', '140222.940000', '140223.400000', '140223.860000', '140224.320000', '140224.780000', '140225.240000'], 'ContentTime': ['135322.894000', '135322.899000', '135322.902000', '135322.905000', '135322.908000', '135322.911000', '135322.914000', '135322.917000', '135322.920000', '135322.923000', '135322.926000', '135322.929000', '135322.932000', '135322.935000', '135322.938000', '135322.941000', '135322.944000', '135322.947000', '135322.950000', '135322.953000', '135322.956000', '135322.959000', '135322.961000', '135322.964000', '135322.967000', '135322.978000', '135322.981000', '135322.995000', '135342.853000', '135342.856000', '135342.859000', '135342.865000', '135342.867000', '135342.870000', '135342.873000', '135342.876000', '135342.879000', '135342.881000', '135342.884000', '135342.887000', '135342.890000', '135342.893000', '135342.896000', '135342.899000', '135342.901000', '135342.904000', '135342.907000', '135342.910000', '135342.913000', '135342.915000', '135342.918000', '135342.921000', '135342.924000', '135342.927000', '135342.930000', '135342.932000', '135342.935000', '135342.938000', '135342.941000', '135342.944000', '135342.947000', '135342.954000', '135342.957000', '135342.960000', '135342.962000', '135342.965000', '135342.968000', '135342.971000', '135342.974000', '135342.976000', '135342.979000', '135402.853000', '135402.856000', '135402.859000', '135402.862000', '135402.864000', '135402.867000', '135402.870000', '135402.873000', '135402.876000', '135402.878000', '135402.881000', '135402.884000', '135402.887000', '135402.890000', '135402.893000', '135402.896000', '135402.898000', '135402.901000', '135402.904000', '135402.907000', '135402.910000', '135402.912000', '135402.915000', '135402.918000', '135402.921000', '135402.924000', '135402.926000', '135402.930000', '135402.932000', '135402.935000', '135402.938000', '135402.941000', '135402.948000', '135402.951000', '135402.953000', '135402.956000', '135402.959000', '135402.962000', '135402.965000', '135402.968000', '135402.970000', '135402.973000', '135402.976000', '135402.979000', '135422.853000', '135422.856000', '135422.859000', '135422.862000', '135422.864000', '135422.867000', '135422.870000', '135422.873000', '135422.876000', '135422.879000', '135422.882000', '135422.884000', '135422.887000', '135422.890000', '135422.893000', '135422.896000', '135422.899000', '135422.902000', '135422.904000', '135422.907000', '135422.910000', '135422.913000', '135422.916000', '135422.919000', '135422.921000', '135422.924000', '135422.927000', '135422.930000', '135422.933000', '135422.936000', '135422.938000', '135422.941000', '135422.944000', '135422.947000', '135422.950000', '135422.953000', '135422.955000', '135422.958000', '135422.961000', '135422.964000', '135422.967000', '135422.970000', '135422.974000', '135442.853000', '135442.856000', '135442.859000', '135442.861000', '135442.864000', '135442.867000', '135442.870000', '135442.873000', '135442.876000', '135442.878000', '135442.881000', '135442.884000', '135442.887000', '135442.890000', '135442.893000', '135442.896000', '135442.898000', '135442.901000', '135442.904000', '135442.907000', '135442.910000', '135442.913000', '135442.916000', '135442.918000', '135442.921000', '135442.924000', '135442.927000', '135442.930000', '135442.933000', '135442.936000', '135442.940000', '135442.942000', '135442.945000', '135442.948000', '135442.951000', '135442.954000', '135442.957000', '135442.959000', '135442.962000', '135442.965000', '135442.968000', '135442.971000', '135442.974000', '135442.977000', '135502.853000', '135502.856000', '135502.859000', '135502.861000', '135502.865000', '135502.867000', '135502.870000', '135502.873000', '135502.876000', '135502.879000', '135502.882000', '135502.885000', '135502.888000', '135502.890000', '135502.893000', '135502.896000', '135502.899000', '135502.902000', '135502.905000', '135502.907000', '135502.910000', '135502.913000', '135502.916000', '135502.919000', '135502.922000', '135502.925000', '135502.927000', '135502.930000', '135502.933000', '135502.936000', '135502.939000', '135502.942000', '135502.945000', '135502.947000', '135502.950000', '135502.953000', '135502.956000', '135502.959000', '135502.969000', '135502.971000', '135502.974000', '135502.977000', '135502.980000', '135522.853000', '135522.856000', '135522.859000', '135522.862000', '135522.865000', '135522.867000', '135522.870000', '135522.873000', '135522.876000', '135522.879000', '135522.882000', '135522.885000', '135522.887000', '135522.890000', '135522.893000', '135522.896000', '135522.899000', '135522.902000', '135522.905000', '135522.907000', '135522.910000', '135522.913000', '135522.916000', '135522.919000', '135522.922000', '135522.925000', '135522.927000', '135522.930000', '135522.933000', '135522.942000', '135522.944000', '135522.947000', '135522.950000', '135522.953000', '135522.956000', '135522.959000', '135522.962000', '135522.965000', '135522.967000', '135522.970000', '135522.973000', '135522.976000', '135522.979000', '135522.982000', '135542.853000', '135542.856000', '135542.859000', '135542.862000', '135542.865000', '135542.867000', '135542.870000', '135542.873000', '135542.876000', '135542.879000', '135542.882000', '135542.885000', '135542.887000', '135542.890000', '135542.893000', '135542.896000', '135542.899000', '135542.902000', '135542.904000', '135542.907000', '135542.910000', '135542.913000', '135542.916000', '135542.919000', '135542.922000', '135542.924000', '135542.927000', '135542.930000', '135542.933000', '135542.936000', '135542.939000', '135542.942000', '135542.945000', '135542.947000', '135542.950000', '135542.953000', '135542.956000', '135542.959000', '135542.962000', '135542.965000', '135542.967000', '135542.970000', '135542.973000', '135602.853000', '135602.856000', '135602.859000', '135602.862000', '135602.865000', '135602.868000', '135602.871000', '135602.874000', '135602.877000', '135602.879000', '135602.882000', '135602.885000', '135602.888000', '135602.891000', '135602.894000', '135602.896000', '135602.899000', '135602.902000', '135602.905000', '135602.908000', '135602.911000', '135602.914000', '135602.917000', '135602.919000', '135602.922000', '135602.925000', '135602.928000', '135602.931000', '135602.934000', '135602.937000', '135602.939000', '135602.942000', '135602.945000', '135602.948000', '135602.951000', '135602.954000', '135602.957000', '135602.959000', '135602.962000', '135602.965000', '135602.968000', '135602.971000', '135602.974000', '135622.853000', '135622.856000', '135622.859000', '135622.862000', '135622.865000', '135622.867000', '135622.870000', '135622.873000', '135622.876000', '135622.879000', '135622.882000', '135622.885000', '135622.887000', '135622.890000', '135622.893000', '135622.896000', '135622.899000', '135622.902000', '135622.904000', '135622.907000', '135622.910000', '135622.913000', '135622.916000', '135622.919000', '135622.922000', '135622.925000', '135622.927000', '135622.930000', '135622.933000', '135622.936000', '135622.939000', '135622.942000', '135622.944000', '135622.947000', '135622.950000', '135622.954000', '135622.957000', '135622.960000', '135622.963000', '135622.966000', '135622.968000', '135622.971000', '135622.974000', '135622.977000', '135642.853000', '135642.856000', '135642.859000', '135642.862000', '135642.865000', '135642.869000', '135642.872000', '135642.875000', '135642.878000', '135642.880000', '135642.883000', '135642.886000', '135642.889000', '135642.892000', '135642.895000', '135642.898000', '135642.900000', '135642.903000', '135642.906000', '135642.909000', '135642.925000', '135642.928000', '135642.931000', '135642.934000', '135642.937000', '135642.939000', '135642.942000', '135642.945000', '135642.948000', '135642.951000', '135642.954000', '135642.957000', '135642.959000', '135642.962000', '135642.965000', '135642.968000', '135642.971000', '135642.974000', '135642.976000', '135642.979000', '135642.982000', '135642.985000', '135642.988000', '135702.853000', '135702.856000', '135702.859000', '135702.862000', '135702.865000', '135702.867000', '135702.870000', '135702.873000', '135702.876000', '135702.879000', '135702.882000', '135702.884000', '135702.887000', '135702.890000', '135702.893000', '135702.896000', '135702.899000', '135702.902000', '135702.905000', '135702.907000', '135702.910000', '135702.913000', '135702.916000', '135702.919000', '135702.922000', '135702.924000', '135702.927000', '135702.930000', '135702.933000', '135702.936000', '135702.939000', '135702.942000', '135702.945000', '135702.947000', '135702.950000', '135702.953000', '135702.956000', '135702.959000', '135702.962000', '135702.965000', '135702.967000', '135702.970000', '135702.973000', '135702.976000', '135722.853000', '135722.856000', '135722.859000', '135722.862000', '135722.865000', '135722.868000', '135722.870000', '135722.873000', '135722.876000', '135722.879000', '135722.882000', '135722.886000', '135722.891000', '135722.894000', '135722.897000', '135722.900000', '135722.903000', '135722.905000', '135722.908000', '135722.911000', '135722.914000', '135722.917000', '135722.920000', '135722.923000', '135722.925000', '135722.928000', '135722.931000', '135722.934000', '135722.937000', '135722.940000', '135722.943000', '135722.945000', '135722.948000', '135722.951000', '135722.954000', '135722.957000', '135722.960000', '135722.963000', '135722.965000', '135722.968000', '135722.971000', '135722.974000', '135722.977000', '135742.853000', '135742.856000', '135742.859000', '135742.862000', '135742.865000', '135742.868000', '135742.870000', '135742.873000', '135742.876000', '135742.879000', '135742.882000', '135742.885000', '135742.887000', '135742.890000', '135742.893000', '135742.896000', '135742.899000', '135742.902000', '135742.905000', '135742.908000', '135742.910000', '135742.913000', '135742.916000', '135742.919000', '135742.922000', '135742.925000', '135742.928000', '135742.930000', '135742.933000', '135742.936000', '135742.939000', '135742.942000', '135742.945000', '135742.948000', '135742.950000', '135742.953000', '135742.956000', '135742.959000', '135742.962000', '135742.965000', '135742.967000', '135742.970000', '135742.973000', '135742.976000', '135802.853000', '135802.856000', '135802.859000', '135802.862000', '135802.865000', '135802.868000', '135802.870000', '135802.873000', '135802.876000', '135802.879000', '135802.882000', '135802.885000', '135802.888000', '135802.890000', '135802.893000', '135802.896000', '135802.901000', '135802.904000', '135802.907000', '135802.910000', '135802.914000', '135802.918000', '135802.921000', '135802.924000', '135802.927000', '135802.952000', '135802.954000', '135802.957000', '135802.960000', '135802.963000', '135802.966000', '135802.969000', '135802.972000', '135802.975000', '135802.977000', '135802.980000', '135802.983000', '135802.986000', '135802.989000', '135802.992000', '135802.994000', '135802.997000', '135803.001000', '135822.853000', '135822.856000', '135822.859000', '135822.862000', '135822.865000', '135822.867000', '135822.870000', '135822.873000', '135822.876000', '135822.879000', '135822.882000', '135822.885000', '135822.888000', '135822.890000', '135822.893000', '135822.896000', '135822.899000', '135822.902000', '135822.905000', '135822.907000', '135822.910000', '135822.913000', '135822.916000', '135822.919000', '135822.922000', '135822.925000', '135822.928000', '135822.930000', '135822.933000', '135822.936000', '135822.939000', '135822.942000', '135822.945000', '135822.948000', '135822.951000', '135822.953000', '135822.956000', '135822.959000', '135822.962000', '135822.965000', '135822.968000', '135822.971000', '135822.973000', '135822.976000', '135842.854000', '135842.857000', '135842.860000', '135842.863000', '135842.866000', '135842.869000', '135842.871000', '135842.874000', '135842.877000', '135842.880000', '135842.883000', '135842.886000', '135842.888000', '135842.891000', '135842.894000', '135842.897000', '135842.900000', '135842.903000', '135842.906000', '135842.911000', '135842.920000', '135842.923000', '135842.926000', '135842.929000', '135842.932000', '135842.935000', '135842.938000', '135842.941000', '135842.944000', '135842.947000', '135842.950000', '135842.953000', '135842.956000', '135842.959000', '135842.961000', '135842.964000', '135842.967000', '135842.970000', '135842.973000', '135842.976000', '135842.978000', '135842.981000', '135842.984000', '135902.853000', '135902.856000', '135902.859000', '135902.862000', '135902.865000', '135902.867000', '135902.870000', '135902.873000', '135902.876000', '135902.879000', '135902.882000', '135902.885000', '135902.887000', '135902.890000', '135902.893000', '135902.896000', '135902.899000', '135902.902000', '135902.904000', '135902.907000', '135902.910000', '135902.913000', '135902.916000', '135902.919000', '135902.922000', '135902.924000', '135902.927000', '135902.930000', '135902.933000', '135902.936000', '135902.939000', '135902.942000', '135902.944000', '135902.947000', '135902.950000', '135902.953000', '135902.956000', '135902.959000', '135902.961000', '135902.964000', '135902.967000', '135902.970000', '135902.973000', '135902.976000', '135922.853000', '135922.856000', '135922.859000', '135922.862000', '135922.865000', '135922.868000', '135922.870000', '135922.873000', '135922.876000', '135922.879000', '135922.882000', '135922.885000', '135922.889000', '135922.892000', '135922.895000', '135922.898000', '135922.900000', '135922.903000', '135922.906000', '135922.909000', '135922.912000', '135922.915000', '135922.917000', '135922.920000', '135922.923000', '135922.926000', '135922.929000', '135922.932000', '135922.935000', '135922.938000', '135922.941000', '135922.944000', '135922.946000', '135922.949000', '135922.952000', '135922.957000', '135922.960000', '135922.963000', '135922.966000', '135922.969000', '135922.972000', '135922.975000', '135922.977000', '135942.853000', '135942.856000', '135942.859000', '135942.862000', '135942.865000', '135942.867000', '135942.870000', '135942.873000', '135942.876000', '135942.879000', '135942.882000', '135942.885000', '135942.888000', '135942.890000', '135942.893000', '135942.896000', '135942.899000', '135942.902000', '135942.905000', '135942.908000', '135942.910000', '135942.913000', '135942.916000', '135942.919000', '135942.922000', '135942.925000', '135942.927000', '135942.930000', '135942.933000', '135942.936000', '135942.939000', '135942.942000', '135942.945000', '135942.948000', '135942.950000', '135942.953000', '135942.956000', '135942.959000', '135942.962000', '135942.965000', '135942.967000', '135942.970000', '135942.973000', '135942.976000', '140002.853000', '140002.856000', '140002.859000', '140002.862000', '140002.865000', '140002.867000', '140002.870000', '140002.873000', '140002.876000', '140002.879000', '140002.882000', '140002.885000', '140002.888000', '140002.890000', '140002.893000', '140002.896000', '140002.899000', '140002.902000', '140002.905000', '140002.907000', '140002.916000', '140002.919000', '140002.922000', '140002.925000', '140002.928000', '140002.931000', '140002.934000', '140002.936000', '140002.939000', '140002.942000', '140002.945000', '140002.948000', '140002.951000', '140002.954000', '140002.956000', '140002.959000', '140002.962000', '140002.965000', '140002.968000', '140002.974000', '140002.977000', '140002.990000', '140002.993000', '140022.853000', '140022.856000', '140022.859000', '140022.862000', '140022.865000', '140022.868000', '140022.871000', '140022.873000', '140022.876000', '140022.879000', '140022.882000', '140022.885000', '140022.888000', '140022.891000', '140022.894000', '140022.896000', '140022.899000', '140022.902000', '140022.905000', '140022.908000', '140022.911000', '140022.913000', '140022.916000', '140022.919000', '140022.922000', '140022.925000', '140022.928000', '140022.931000', '140022.933000', '140022.936000', '140022.939000', '140022.942000', '140022.945000', '140022.948000', '140022.951000', '140022.954000', '140022.956000', '140022.959000', '140022.962000', '140022.965000', '140022.968000', '140022.971000', '140022.974000', '140022.976000', '140042.853000', '140042.856000', '140042.859000', '140042.862000', '140042.865000', '140042.867000', '140042.870000', '140042.873000', '140042.876000', '140042.879000', '140042.882000', '140042.885000', '140042.887000', '140042.890000', '140042.893000', '140042.896000', '140042.899000', '140042.902000', '140042.904000', '140042.907000', '140042.910000', '140042.913000', '140042.916000', '140042.919000', '140042.922000', '140042.926000', '140042.929000', '140042.932000', '140042.935000', '140042.938000', '140042.940000', '140042.943000', '140042.946000', '140042.949000', '140042.952000', '140042.955000', '140042.958000', '140042.960000', '140042.963000', '140042.966000', '140042.969000', '140042.972000', '140042.975000', '140102.854000', '140102.857000', '140102.860000', '140102.863000', '140102.866000', '140102.869000', '140102.871000', '140102.874000', '140102.877000', '140102.892000', '140102.895000', '140102.898000', '140102.900000', '140102.903000', '140102.906000', '140102.909000', '140102.912000', '140102.915000', '140102.918000', '140102.920000', '140102.923000', '140102.926000', '140102.929000', '140102.932000', '140102.935000', '140102.937000', '140102.940000', '140102.943000', '140102.946000', '140102.949000', '140102.952000', '140102.955000', '140102.958000', '140102.960000', '140102.963000', '140102.966000', '140102.969000', '140102.972000', '140102.975000', '140102.978000', '140102.980000', '140102.983000', '140102.986000', '140102.989000', '140122.853000', '140122.856000', '140122.859000', '140122.862000', '140122.865000', '140122.868000', '140122.871000', '140122.873000', '140122.876000', '140122.879000', '140122.882000', '140122.885000', '140122.888000', '140122.890000', '140122.893000', '140122.896000', '140122.899000', '140122.902000', '140122.905000', '140122.908000', '140122.910000', '140122.913000', '140122.916000', '140122.919000', '140122.922000', '140122.925000', '140122.928000', '140122.931000', '140122.933000', '140122.936000', '140122.939000', '140122.942000', '140122.945000', '140122.948000', '140122.951000', '140122.953000', '140122.956000', '140122.959000', '140122.962000', '140122.965000', '140122.968000', '140122.971000', '140122.973000', '140142.853000', '140142.856000', '140142.859000', '140142.862000', '140142.865000', '140142.868000', '140142.871000', '140142.874000', '140142.876000', '140142.879000', '140142.882000', '140142.885000', '140142.888000', '140142.891000', '140142.893000', '140142.896000', '140142.899000', '140142.902000', '140142.905000', '140142.908000', '140142.911000', '140142.914000', '140142.916000', '140142.919000', '140142.922000', '140142.925000', '140142.928000', '140142.931000', '140142.934000', '140142.936000', '140142.939000', '140142.942000', '140142.945000', '140142.948000', '140142.951000', '140142.954000', '140142.957000', '140142.959000', '140142.962000', '140142.965000', '140142.968000', '140142.971000', '140142.973000', '140142.976000', '140202.853000', '140202.856000', '140202.859000', '140202.862000', '140202.865000', '140202.868000', '140202.870000', '140202.873000', '140202.876000', '140202.879000', '140202.882000', '140202.885000', '140202.888000', '140202.890000', '140202.893000', '140202.896000', '140202.899000', '140202.902000', '140202.905000', '140202.907000', '140202.910000', '140202.913000', '140202.916000', '140202.919000', '140202.922000', '140202.925000', '140202.927000', '140202.930000', '140202.933000', '140202.936000', '140202.939000', '140202.942000', '140202.944000', '140202.947000', '140202.950000', '140202.953000', '140202.956000', '140202.959000', '140202.962000', '140202.966000', '140202.968000', '140202.971000', '140202.974000', '140222.853000', '140222.856000', '140222.864000', '140222.867000', '140222.869000', '140222.872000', '140222.875000', '140222.878000', '140222.881000', '140222.884000', '140222.887000', '140222.890000', '140222.892000', '140222.895000', '140222.898000', '140222.901000', '140222.904000', '140222.907000', '140222.910000', '140222.912000', '140222.915000', '140222.918000', '140222.921000', '140222.924000', '140222.927000', '140222.930000', '140222.933000', '140222.936000', '140222.938000', '140222.941000', '140222.944000', '140222.947000', '140222.950000', '140222.953000', '140222.956000', '140222.959000', '140222.962000', '140222.965000', '140222.967000', '140222.970000', '140222.973000', '140222.976000', '140222.979000', '140222.982000', '140226.081000', '140226.084000', '140226.087000', '140226.090000', '140226.098000', '140226.101000', '140226.104000'], 'InstanceCreationTime': ['135322.894000', '135322.899000', '135322.902000', '135322.905000', '135322.908000', '135322.911000', '135322.914000', '135322.917000', '135322.920000', '135322.923000', '135322.926000', '135322.929000', '135322.932000', '135322.935000', '135322.938000', '135322.941000', '135322.944000', '135322.947000', '135322.950000', '135322.953000', '135322.956000', '135322.959000', '135322.961000', '135322.964000', '135322.967000', '135322.978000', '135322.981000', '135322.995000', '135342.853000', '135342.856000', '135342.859000', '135342.865000', '135342.867000', '135342.870000', '135342.873000', '135342.876000', '135342.879000', '135342.881000', '135342.884000', '135342.887000', '135342.890000', '135342.893000', '135342.896000', '135342.899000', '135342.901000', '135342.904000', '135342.907000', '135342.910000', '135342.913000', '135342.915000', '135342.918000', '135342.921000', '135342.924000', '135342.927000', '135342.930000', '135342.932000', '135342.935000', '135342.938000', '135342.941000', '135342.944000', '135342.947000', '135342.954000', '135342.957000', '135342.960000', '135342.962000', '135342.965000', '135342.968000', '135342.971000', '135342.974000', '135342.976000', '135342.979000', '135402.853000', '135402.856000', '135402.859000', '135402.862000', '135402.864000', '135402.867000', '135402.870000', '135402.873000', '135402.876000', '135402.878000', '135402.881000', '135402.884000', '135402.887000', '135402.890000', '135402.893000', '135402.896000', '135402.898000', '135402.901000', '135402.904000', '135402.907000', '135402.910000', '135402.912000', '135402.915000', '135402.918000', '135402.921000', '135402.924000', '135402.926000', '135402.930000', '135402.932000', '135402.935000', '135402.938000', '135402.941000', '135402.948000', '135402.951000', '135402.953000', '135402.956000', '135402.959000', '135402.962000', '135402.965000', '135402.968000', '135402.970000', '135402.973000', '135402.976000', '135402.979000', '135422.853000', '135422.856000', '135422.859000', '135422.862000', '135422.864000', '135422.867000', '135422.870000', '135422.873000', '135422.876000', '135422.879000', '135422.882000', '135422.884000', '135422.887000', '135422.890000', '135422.893000', '135422.896000', '135422.899000', '135422.902000', '135422.904000', '135422.907000', '135422.910000', '135422.913000', '135422.916000', '135422.919000', '135422.921000', '135422.924000', '135422.927000', '135422.930000', '135422.933000', '135422.936000', '135422.938000', '135422.941000', '135422.944000', '135422.947000', '135422.950000', '135422.953000', '135422.955000', '135422.958000', '135422.961000', '135422.964000', '135422.967000', '135422.970000', '135422.974000', '135442.853000', '135442.856000', '135442.859000', '135442.861000', '135442.864000', '135442.867000', '135442.870000', '135442.873000', '135442.876000', '135442.878000', '135442.881000', '135442.884000', '135442.887000', '135442.890000', '135442.893000', '135442.896000', '135442.898000', '135442.901000', '135442.904000', '135442.907000', '135442.910000', '135442.913000', '135442.916000', '135442.918000', '135442.921000', '135442.924000', '135442.927000', '135442.930000', '135442.933000', '135442.936000', '135442.940000', '135442.942000', '135442.945000', '135442.948000', '135442.951000', '135442.954000', '135442.957000', '135442.959000', '135442.962000', '135442.965000', '135442.968000', '135442.971000', '135442.974000', '135442.977000', '135502.853000', '135502.856000', '135502.859000', '135502.861000', '135502.865000', '135502.867000', '135502.870000', '135502.873000', '135502.876000', '135502.879000', '135502.882000', '135502.885000', '135502.888000', '135502.890000', '135502.893000', '135502.896000', '135502.899000', '135502.902000', '135502.905000', '135502.907000', '135502.910000', '135502.913000', '135502.916000', '135502.919000', '135502.922000', '135502.925000', '135502.927000', '135502.930000', '135502.933000', '135502.936000', '135502.939000', '135502.942000', '135502.945000', '135502.947000', '135502.950000', '135502.953000', '135502.956000', '135502.959000', '135502.969000', '135502.971000', '135502.974000', '135502.977000', '135502.980000', '135522.853000', '135522.856000', '135522.859000', '135522.862000', '135522.865000', '135522.867000', '135522.870000', '135522.873000', '135522.876000', '135522.879000', '135522.882000', '135522.885000', '135522.887000', '135522.890000', '135522.893000', '135522.896000', '135522.899000', '135522.902000', '135522.905000', '135522.907000', '135522.910000', '135522.913000', '135522.916000', '135522.919000', '135522.922000', '135522.925000', '135522.927000', '135522.930000', '135522.933000', '135522.942000', '135522.944000', '135522.947000', '135522.950000', '135522.953000', '135522.956000', '135522.959000', '135522.962000', '135522.965000', '135522.967000', '135522.970000', '135522.973000', '135522.976000', '135522.979000', '135522.982000', '135542.853000', '135542.856000', '135542.859000', '135542.862000', '135542.865000', '135542.867000', '135542.870000', '135542.873000', '135542.876000', '135542.879000', '135542.882000', '135542.885000', '135542.887000', '135542.890000', '135542.893000', '135542.896000', '135542.899000', '135542.902000', '135542.904000', '135542.907000', '135542.910000', '135542.913000', '135542.916000', '135542.919000', '135542.922000', '135542.924000', '135542.927000', '135542.930000', '135542.933000', '135542.936000', '135542.939000', '135542.942000', '135542.945000', '135542.947000', '135542.950000', '135542.953000', '135542.956000', '135542.959000', '135542.962000', '135542.965000', '135542.967000', '135542.970000', '135542.973000', '135602.853000', '135602.856000', '135602.859000', '135602.862000', '135602.865000', '135602.868000', '135602.871000', '135602.874000', '135602.877000', '135602.879000', '135602.882000', '135602.885000', '135602.888000', '135602.891000', '135602.894000', '135602.896000', '135602.899000', '135602.902000', '135602.905000', '135602.908000', '135602.911000', '135602.914000', '135602.917000', '135602.919000', '135602.922000', '135602.925000', '135602.928000', '135602.931000', '135602.934000', '135602.937000', '135602.939000', '135602.942000', '135602.945000', '135602.948000', '135602.951000', '135602.954000', '135602.957000', '135602.959000', '135602.962000', '135602.965000', '135602.968000', '135602.971000', '135602.974000', '135622.853000', '135622.856000', '135622.859000', '135622.862000', '135622.865000', '135622.867000', '135622.870000', '135622.873000', '135622.876000', '135622.879000', '135622.882000', '135622.885000', '135622.887000', '135622.890000', '135622.893000', '135622.896000', '135622.899000', '135622.902000', '135622.904000', '135622.907000', '135622.910000', '135622.913000', '135622.916000', '135622.919000', '135622.922000', '135622.925000', '135622.927000', '135622.930000', '135622.933000', '135622.936000', '135622.939000', '135622.942000', '135622.944000', '135622.947000', '135622.950000', '135622.954000', '135622.957000', '135622.960000', '135622.963000', '135622.966000', '135622.968000', '135622.971000', '135622.974000', '135622.977000', '135642.853000', '135642.856000', '135642.859000', '135642.862000', '135642.865000', '135642.869000', '135642.872000', '135642.875000', '135642.878000', '135642.880000', '135642.883000', '135642.886000', '135642.889000', '135642.892000', '135642.895000', '135642.898000', '135642.900000', '135642.903000', '135642.906000', '135642.909000', '135642.925000', '135642.928000', '135642.931000', '135642.934000', '135642.937000', '135642.939000', '135642.942000', '135642.945000', '135642.948000', '135642.951000', '135642.954000', '135642.957000', '135642.959000', '135642.962000', '135642.965000', '135642.968000', '135642.971000', '135642.974000', '135642.976000', '135642.979000', '135642.982000', '135642.985000', '135642.988000', '135702.853000', '135702.856000', '135702.859000', '135702.862000', '135702.865000', '135702.867000', '135702.870000', '135702.873000', '135702.876000', '135702.879000', '135702.882000', '135702.884000', '135702.887000', '135702.890000', '135702.893000', '135702.896000', '135702.899000', '135702.902000', '135702.905000', '135702.907000', '135702.910000', '135702.913000', '135702.916000', '135702.919000', '135702.922000', '135702.924000', '135702.927000', '135702.930000', '135702.933000', '135702.936000', '135702.939000', '135702.942000', '135702.945000', '135702.947000', '135702.950000', '135702.953000', '135702.956000', '135702.959000', '135702.962000', '135702.965000', '135702.967000', '135702.970000', '135702.973000', '135702.976000', '135722.853000', '135722.856000', '135722.859000', '135722.862000', '135722.865000', '135722.868000', '135722.870000', '135722.873000', '135722.876000', '135722.879000', '135722.882000', '135722.886000', '135722.891000', '135722.894000', '135722.897000', '135722.900000', '135722.903000', '135722.905000', '135722.908000', '135722.911000', '135722.914000', '135722.917000', '135722.920000', '135722.923000', '135722.925000', '135722.928000', '135722.931000', '135722.934000', '135722.937000', '135722.940000', '135722.943000', '135722.945000', '135722.948000', '135722.951000', '135722.954000', '135722.957000', '135722.960000', '135722.963000', '135722.965000', '135722.968000', '135722.971000', '135722.974000', '135722.977000', '135742.853000', '135742.856000', '135742.859000', '135742.862000', '135742.865000', '135742.868000', '135742.870000', '135742.873000', '135742.876000', '135742.879000', '135742.882000', '135742.885000', '135742.887000', '135742.890000', '135742.893000', '135742.896000', '135742.899000', '135742.902000', '135742.905000', '135742.908000', '135742.910000', '135742.913000', '135742.916000', '135742.919000', '135742.922000', '135742.925000', '135742.928000', '135742.930000', '135742.933000', '135742.936000', '135742.939000', '135742.942000', '135742.945000', '135742.948000', '135742.950000', '135742.953000', '135742.956000', '135742.959000', '135742.962000', '135742.965000', '135742.967000', '135742.970000', '135742.973000', '135742.976000', '135802.853000', '135802.856000', '135802.859000', '135802.862000', '135802.865000', '135802.868000', '135802.870000', '135802.873000', '135802.876000', '135802.879000', '135802.882000', '135802.885000', '135802.888000', '135802.890000', '135802.893000', '135802.896000', '135802.901000', '135802.904000', '135802.907000', '135802.910000', '135802.914000', '135802.918000', '135802.921000', '135802.924000', '135802.927000', '135802.952000', '135802.954000', '135802.957000', '135802.960000', '135802.963000', '135802.966000', '135802.969000', '135802.972000', '135802.975000', '135802.977000', '135802.980000', '135802.983000', '135802.986000', '135802.989000', '135802.992000', '135802.994000', '135802.997000', '135803.001000', '135822.853000', '135822.856000', '135822.859000', '135822.862000', '135822.865000', '135822.867000', '135822.870000', '135822.873000', '135822.876000', '135822.879000', '135822.882000', '135822.885000', '135822.888000', '135822.890000', '135822.893000', '135822.896000', '135822.899000', '135822.902000', '135822.905000', '135822.907000', '135822.910000', '135822.913000', '135822.916000', '135822.919000', '135822.922000', '135822.925000', '135822.928000', '135822.930000', '135822.933000', '135822.936000', '135822.939000', '135822.942000', '135822.945000', '135822.948000', '135822.951000', '135822.953000', '135822.956000', '135822.959000', '135822.962000', '135822.965000', '135822.968000', '135822.971000', '135822.973000', '135822.976000', '135842.854000', '135842.857000', '135842.860000', '135842.863000', '135842.866000', '135842.869000', '135842.871000', '135842.874000', '135842.877000', '135842.880000', '135842.883000', '135842.886000', '135842.888000', '135842.891000', '135842.894000', '135842.897000', '135842.900000', '135842.903000', '135842.906000', '135842.911000', '135842.920000', '135842.923000', '135842.926000', '135842.929000', '135842.932000', '135842.935000', '135842.938000', '135842.941000', '135842.944000', '135842.947000', '135842.950000', '135842.953000', '135842.956000', '135842.959000', '135842.961000', '135842.964000', '135842.967000', '135842.970000', '135842.973000', '135842.976000', '135842.978000', '135842.981000', '135842.984000', '135902.853000', '135902.856000', '135902.859000', '135902.862000', '135902.865000', '135902.867000', '135902.870000', '135902.873000', '135902.876000', '135902.879000', '135902.882000', '135902.885000', '135902.887000', '135902.890000', '135902.893000', '135902.896000', '135902.899000', '135902.902000', '135902.904000', '135902.907000', '135902.910000', '135902.913000', '135902.916000', '135902.919000', '135902.922000', '135902.924000', '135902.927000', '135902.930000', '135902.933000', '135902.936000', '135902.939000', '135902.942000', '135902.944000', '135902.947000', '135902.950000', '135902.953000', '135902.956000', '135902.959000', '135902.961000', '135902.964000', '135902.967000', '135902.970000', '135902.973000', '135902.976000', '135922.853000', '135922.856000', '135922.859000', '135922.862000', '135922.865000', '135922.868000', '135922.870000', '135922.873000', '135922.876000', '135922.879000', '135922.882000', '135922.885000', '135922.889000', '135922.892000', '135922.895000', '135922.898000', '135922.900000', '135922.903000', '135922.906000', '135922.909000', '135922.912000', '135922.915000', '135922.917000', '135922.920000', '135922.923000', '135922.926000', '135922.929000', '135922.932000', '135922.935000', '135922.938000', '135922.941000', '135922.944000', '135922.946000', '135922.949000', '135922.952000', '135922.957000', '135922.960000', '135922.963000', '135922.966000', '135922.969000', '135922.972000', '135922.975000', '135922.977000', '135942.853000', '135942.856000', '135942.859000', '135942.862000', '135942.865000', '135942.867000', '135942.870000', '135942.873000', '135942.876000', '135942.879000', '135942.882000', '135942.885000', '135942.888000', '135942.890000', '135942.893000', '135942.896000', '135942.899000', '135942.902000', '135942.905000', '135942.908000', '135942.910000', '135942.913000', '135942.916000', '135942.919000', '135942.922000', '135942.925000', '135942.927000', '135942.930000', '135942.933000', '135942.936000', '135942.939000', '135942.942000', '135942.945000', '135942.948000', '135942.950000', '135942.953000', '135942.956000', '135942.959000', '135942.962000', '135942.965000', '135942.967000', '135942.970000', '135942.973000', '135942.976000', '140002.853000', '140002.856000', '140002.859000', '140002.862000', '140002.865000', '140002.867000', '140002.870000', '140002.873000', '140002.876000', '140002.879000', '140002.882000', '140002.885000', '140002.888000', '140002.890000', '140002.893000', '140002.896000', '140002.899000', '140002.902000', '140002.905000', '140002.907000', '140002.916000', '140002.919000', '140002.922000', '140002.925000', '140002.928000', '140002.931000', '140002.934000', '140002.936000', '140002.939000', '140002.942000', '140002.945000', '140002.948000', '140002.951000', '140002.954000', '140002.956000', '140002.959000', '140002.962000', '140002.965000', '140002.968000', '140002.974000', '140002.977000', '140002.990000', '140002.993000', '140022.853000', '140022.856000', '140022.859000', '140022.862000', '140022.865000', '140022.868000', '140022.871000', '140022.873000', '140022.876000', '140022.879000', '140022.882000', '140022.885000', '140022.888000', '140022.891000', '140022.894000', '140022.896000', '140022.899000', '140022.902000', '140022.905000', '140022.908000', '140022.911000', '140022.913000', '140022.916000', '140022.919000', '140022.922000', '140022.925000', '140022.928000', '140022.931000', '140022.933000', '140022.936000', '140022.939000', '140022.942000', '140022.945000', '140022.948000', '140022.951000', '140022.954000', '140022.956000', '140022.959000', '140022.962000', '140022.965000', '140022.968000', '140022.971000', '140022.974000', '140022.976000', '140042.853000', '140042.856000', '140042.859000', '140042.862000', '140042.865000', '140042.867000', '140042.870000', '140042.873000', '140042.876000', '140042.879000', '140042.882000', '140042.885000', '140042.887000', '140042.890000', '140042.893000', '140042.896000', '140042.899000', '140042.902000', '140042.904000', '140042.907000', '140042.910000', '140042.913000', '140042.916000', '140042.919000', '140042.922000', '140042.926000', '140042.929000', '140042.932000', '140042.935000', '140042.938000', '140042.940000', '140042.943000', '140042.946000', '140042.949000', '140042.952000', '140042.955000', '140042.958000', '140042.960000', '140042.963000', '140042.966000', '140042.969000', '140042.972000', '140042.975000', '140102.854000', '140102.857000', '140102.860000', '140102.863000', '140102.866000', '140102.869000', '140102.871000', '140102.874000', '140102.877000', '140102.892000', '140102.895000', '140102.898000', '140102.900000', '140102.903000', '140102.906000', '140102.909000', '140102.912000', '140102.915000', '140102.918000', '140102.920000', '140102.923000', '140102.926000', '140102.929000', '140102.932000', '140102.935000', '140102.937000', '140102.940000', '140102.943000', '140102.946000', '140102.949000', '140102.952000', '140102.955000', '140102.958000', '140102.960000', '140102.963000', '140102.966000', '140102.969000', '140102.972000', '140102.975000', '140102.978000', '140102.980000', '140102.983000', '140102.986000', '140102.989000', '140122.853000', '140122.856000', '140122.859000', '140122.862000', '140122.865000', '140122.868000', '140122.871000', '140122.873000', '140122.876000', '140122.879000', '140122.882000', '140122.885000', '140122.888000', '140122.890000', '140122.893000', '140122.896000', '140122.899000', '140122.902000', '140122.905000', '140122.908000', '140122.910000', '140122.913000', '140122.916000', '140122.919000', '140122.922000', '140122.925000', '140122.928000', '140122.931000', '140122.933000', '140122.936000', '140122.939000', '140122.942000', '140122.945000', '140122.948000', '140122.951000', '140122.953000', '140122.956000', '140122.959000', '140122.962000', '140122.965000', '140122.968000', '140122.971000', '140122.973000', '140142.853000', '140142.856000', '140142.859000', '140142.862000', '140142.865000', '140142.868000', '140142.871000', '140142.874000', '140142.876000', '140142.879000', '140142.882000', '140142.885000', '140142.888000', '140142.891000', '140142.893000', '140142.896000', '140142.899000', '140142.902000', '140142.905000', '140142.908000', '140142.911000', '140142.914000', '140142.916000', '140142.919000', '140142.922000', '140142.925000', '140142.928000', '140142.931000', '140142.934000', '140142.936000', '140142.939000', '140142.942000', '140142.945000', '140142.948000', '140142.951000', '140142.954000', '140142.957000', '140142.959000', '140142.962000', '140142.965000', '140142.968000', '140142.971000', '140142.973000', '140142.976000', '140202.853000', '140202.856000', '140202.859000', '140202.862000', '140202.865000', '140202.868000', '140202.870000', '140202.873000', '140202.876000', '140202.879000', '140202.882000', '140202.885000', '140202.888000', '140202.890000', '140202.893000', '140202.896000', '140202.899000', '140202.902000', '140202.905000', '140202.907000', '140202.910000', '140202.913000', '140202.916000', '140202.919000', '140202.922000', '140202.925000', '140202.927000', '140202.930000', '140202.933000', '140202.936000', '140202.939000', '140202.942000', '140202.944000', '140202.947000', '140202.950000', '140202.953000', '140202.956000', '140202.959000', '140202.962000', '140202.966000', '140202.968000', '140202.971000', '140202.974000', '140222.853000', '140222.856000', '140222.864000', '140222.867000', '140222.869000', '140222.872000', '140222.875000', '140222.878000', '140222.881000', '140222.884000', '140222.887000', '140222.890000', '140222.892000', '140222.895000', '140222.898000', '140222.901000', '140222.904000', '140222.907000', '140222.910000', '140222.912000', '140222.915000', '140222.918000', '140222.921000', '140222.924000', '140222.927000', '140222.930000', '140222.933000', '140222.936000', '140222.938000', '140222.941000', '140222.944000', '140222.947000', '140222.950000', '140222.953000', '140222.956000', '140222.959000', '140222.962000', '140222.965000', '140222.967000', '140222.970000', '140222.973000', '140222.976000', '140222.979000', '140222.982000', '140226.081000', '140226.084000', '140226.087000', '140226.090000', '140226.098000', '140226.101000', '140226.104000'], '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': [6052, 6725, 10086, 6086, 12451, 6080, 12591, 5787, 11080, 5799, 10391, 5995, 8588, 6461, 6698, 6140, 6508, 12499, 6075, 9801, 6058, 6931, 5833, 6061, 12187, 6027, 9489, 5632, 6672, 5785, 7321, 10303, 6147, 11282, 5767, 8360, 5454, 7169, 10660, 6330, 12496, 5863, 10532, 5645, 9301, 6554, 7885, 12337, 6803, 12605, 5717, 11913, 6557, 9747, 12959, 7690, 12008, 5792, 10348, 9237, 6946, 13827, 5682, 12614, 5315, 8118, 10888, 6314, 12610, 5978, 9939, 5830, 6796, 12472, 5614, 12266, 5551, 9877, 6947, 6533, 13382, 5930, 12249, 5763, 8972, 10325, 6620, 13346, 7708, 11175, 6843, 7585, 13248, 5535, 12466, 5649, 8698, 5770, 6186, 13240, 5618, 11320, 5773, 7801, 8006, 5938, 12942, 5652, 11110, 5684, 7214, 6819, 6072, 13077, 5722, 10498, 5698, 7541, 7980, 5852, 13151, 5603, 10226, 5555, 6861, 9694, 5732, 12622, 5367, 8949, 5466, 6720, 7238, 5734, 12353, 5591, 9205, 5603, 7234, 11264, 5873, 12563, 5812, 10391, 5837, 7068, 12313, 5638, 12142, 5629, 9084, 6236, 7111, 12840, 5747, 12065, 5628, 10061, 7774, 6386, 13470, 5484, 10685, 5504, 7568, 11471, 5808, 12905, 6421, 10659, 7512, 7025, 12983, 6189, 11686, 8262, 7684, 9866, 6453, 13152, 5676, 10650, 7328, 6787, 8567, 5645, 12852, 5909, 9572, 5718, 8059, 5493, 7537, 5552, 8204, 5811, 7098, 11565, 6065, 12378, 6621, 11015, 11742, 9468, 13256, 6850, 12189, 9221, 8357, 12907, 7901, 11522, 5391, 11084, 5875, 7626, 12141, 6104, 12058, 5729, 10488, 5502, 7755, 7926, 6229, 11529, 5520, 11886, 5483, 8752, 6186, 6624, 5575, 5675, 10960, 5399, 10431, 5316, 8313, 5536, 7917, 5451, 7158, 6870, 6214, 7796, 6332, 12009, 5506, 13428, 6923, 12083, 6343, 11610, 6501, 10661, 7986, 9140, 9632, 7866, 6226, 6743, 10224, 6045, 14198, 6990, 12376, 5890, 11320, 7697, 8122, 11943, 7663, 10977, 5677, 13045, 5481, 11225, 6812, 7393, 9273, 5733, 13346, 5798, 10087, 6321, 6979, 5333, 6062, 7589, 5433, 11653, 5411, 10697, 5544, 12421, 5743, 11745, 5807, 9864, 7567, 8404, 10517, 6571, 14400, 6044, 13005, 8021, 12100, 5817, 10300, 6477, 7255, 12748, 5880, 13048, 5561, 11592, 5354, 7657, 8612, 6584, 7797, 5857, 5889, 6364, 5959, 7613, 5993, 9747, 7790, 6015, 8149, 11660, 9091, 12171, 10476, 7253, 9727, 7647, 10410, 12701, 9087, 14600, 10350, 12266, 6167, 10950, 6329, 10824, 6579, 12861, 6460, 12216, 5755, 10701, 5602, 7756, 6559, 11164, 6441, 9479, 5967, 13875, 5661, 11844, 8038, 10208, 6024, 8217, 5674, 8698, 5334, 9749, 6304, 8822, 6262, 6754, 8985, 6462, 12825, 7610, 12622, 6353, 12965, 8416, 9887, 11117, 7956, 7625, 5916, 6137, 6347, 6233, 6780, 5825, 9926, 5987, 12826, 6541, 12996, 7706, 12752, 6319, 12196, 6385, 11750, 8280, 11259, 8322, 8163, 8406, 6695, 13482, 5778, 12023, 6659, 10562, 5766, 9130, 6017, 6641, 8406, 5802, 10082, 5582, 10232, 5748, 9607, 5453, 8861, 5486, 7126, 6472, 6110, 13153, 5525, 11322, 5679, 9536, 6279, 7231, 6419, 5785, 10256, 5642, 11069, 5981, 8764, 6367, 6915, 6276, 6095, 12449, 5788, 10833, 5735, 8890, 6148, 6579, 7561, 5627, 12482, 5617, 10915, 5878, 10117, 6081, 8524, 6112, 8322, 6312, 7386, 10014, 6188, 12875, 6910, 11456, 5645, 9919, 7219, 6499, 12641, 6032, 11768, 5884, 11704, 5412, 8280, 6848, 6042, 9398, 5624, 12687, 5590, 11644, 6204, 9732, 5779, 7185, 7773, 6485, 11273, 6471, 10650, 5621, 12604, 5736, 12138, 6994, 10509, 6429, 7594, 6297, 6527, 13440, 5852, 11535, 6119, 10955, 6855, 7422, 10633, 5860, 11342, 5907, 11521, 5657, 8809, 5632, 6190, 5945, 5787, 12420, 5796, 11171, 6075, 7421, 6023, 6210, 9658, 5538, 12630, 6008, 10790, 5820, 11159, 5457, 8955, 10385, 7092, 11268, 5646, 11586, 5726, 10139, 7528, 6805, 8834, 5359, 10482, 5610, 9980, 5696, 8530, 5823, 8393, 5691, 7117, 10121, 6144, 12472, 5981, 12034, 5465, 8584, 5797, 6338, 9425, 5471, 11827, 6138, 10357, 5565, 8998, 5567, 7240, 8556, 5668, 13092, 5669, 11878, 5943, 10935, 5602, 8383, 5871, 6773, 7156, 6087, 10618, 5706, 12475, 5980, 11657, 5841, 10690, 6234, 8149, 8404, 6673, 11924, 5637, 12244, 5774, 11451, 5669, 8747, 5591, 7274, 5609, 8213, 5782, 8114, 5499, 10029, 5666, 9840, 5559, 8973, 10700, 9074, 12113, 9177, 11820, 6863, 12276, 8009, 11361, 8601, 8563, 12247, 6012, 11724, 5718, 11225, 6463, 6652, 13172, 5471, 11457, 5360, 7698, 5558, 5682, 5867, 5477, 9243, 5783, 7695, 5830, 6046, 7857, 5499, 9836, 6160, 8293, 5571, 7776, 5475, 7586, 5630, 7462, 6803, 7845, 7422, 6785, 6308, 7581, 12423, 6997, 12510, 8929, 10071, 6507, 7195, 11679, 5631, 12104, 6929, 11227, 7022, 7247, 9869, 5671, 11670, 5550, 10179, 5832, 7226, 5998, 5592, 8559, 5543, 9266, 5791, 9344, 6008, 8510, 9295, 6601, 11303, 5883, 11500, 5849, 10575, 5607, 8071, 6058, 7176, 6058, 6340, 10588, 5551, 11639, 5648, 11953, 5445, 9536, 6603, 6628, 10331, 5605, 11718, 5736, 10452, 5685, 6585, 5694, 6596, 5952, 5489, 8890, 5832, 8479, 5650, 10937, 5994, 9538, 5962, 9160, 5683, 8537, 9025, 7450, 12986, 7692, 11376, 5738, 12193, 6111, 12357, 7793, 11160, 5875, 11716, 5970, 11314, 7799, 11265, 6639, 9356, 6704, 7474, 11853, 6469, 11969, 5825, 11285, 5770, 10383, 6618, 7446, 6064, 6572, 6356, 5759, 6973, 6206, 7231, 8915, 6145, 9783, 9004, 6620, 8443, 5755, 11780, 6000, 11794, 7715, 11997, 7321, 11306, 8954, 9868, 9170, 7631, 8522, 6925, 7948, 7198, 7293, 5698, 7092, 6176, 8554, 6055, 10085, 6190, 7544, 7719, 5982, 7886, 5463, 10881, 6010, 11902, 6880, 11436, 9078, 10153, 9445, 9806, 9790, 8918, 8247, 6172, 7671, 6140, 8677, 6327, 9774, 7753, 6167, 9942, 6596, 9806, 9382, 9769, 9991, 7498, 9626, 9855, 7956, 12919, 6902, 11464, 7504, 10632, 5854, 9884, 5836, 8134, 7123, 6572, 7051, 6138, 9221, 5955, 11606, 7713, 12129, 6982, 11881, 7897, 11609, 8262, 10808, 7163, 9590, 7467, 8192, 8393, 7268, 6491, 7146, 7120, 6780, 12740, 6659, 10966, 6296, 10661, 5462, 8391, 5949, 7097, 7366, 6289, 11807, 6527, 12680, 7246, 11003, 8165, 8900, 9646, 7251, 11337, 6699, 9182, 5623, 9781, 5852, 10451, 6088, 9803, 6325, 9737, 5927, 9315, 5547, 7792, 6064, 6654, 6293, 6061, 6749, 6891, 6933, 5640, 9520, 5827, 8959, 6315, 7637, 6771, 11767, 6023, 11175, 5984, 10007, 7023, 9710, 6155, 9326, 6425, 9813, 7267, 10119, 7289, 7833, 6955, 8196, 10611, 8069, 12826, 7724, 10702, 7628, 7695, 12361, 5794, 10976, 7109, 7884, 6070, 5758, 10841, 5882, 10463, 6039, 9111, 6051, 7333, 10280, 5846, 10786, 6078, 8509, 6444, 6917, 11821, 5876, 10725, 5602, 8138, 6319, 6615, 10746, 5775, 9837, 5669, 8270, 6517, 6078, 11692, 5977, 10393, 6548, 7691, 10891, 5760, 10834, 5980, 10257, 6174, 7151, 10189, 5767, 10674, 5928, 10110, 6027, 6751, 11309, 5908, 10746, 6021, 8473, 6078, 6713, 11261, 5780, 9676, 6081, 6412, 6179, 5927, 10396, 6035, 8175, 6026, 6769, 11213, 5866, 10059, 5927, 7630, 6258, 7233, 9420, 5961, 11173, 5933, 10796, 5920, 10223, 7271, 7880, 10335, 7129, 12086, 6032, 11313, 6566, 10687, 9811, 7962, 11987, 5824, 11538, 7821, 8922, 10274, 7290, 11714, 5992, 11245, 6306, 8375, 8835, 5966, 11115, 5984, 10201, 6726, 8116, 11887, 6574, 10935, 8500, 8081, 11511, 5928, 10902, 6216, 10345, 6379, 7939, 6105, 7042, 6122, 6581, 10060, 5921, 12118, 5979, 10677, 6300, 8209, 10036, 6496, 11843, 5979, 11093, 6437, 9311, 8949, 6401, 12372, 5799, 11520, 6181, 8546, 6958, 6666, 11903, 5951, 11480, 6172, 9314, 6201, 6714, 7047, 5932, 11258, 6230, 9632, 6154, 8285, 6061, 7238, 6202, 6630, 9678, 6088, 11098, 5965, 10188, 6428, 11273, 6854, 11448, 6467, 10596, 7762, 10624, 7997, 9742, 6758, 8698, 8350, 9321, 12673, 9947, 11774, 7818, 12995, 7093, 11807, 8252, 10398, 6238, 10150, 6151, 8881, 8318, 7381, 8935, 6865, 10055, 6578, 12186, 5872, 12231, 6320, 9901, 6945, 7963, 6326, 5986, 9272, 6391, 12243, 8940, 11540, 7627, 11036, 7801, 11041, 7936, 10029, 6663, 7489, 7572, 6311, 12232, 5825, 10729, 5993, 9568, 5790, 8492, 6064, 7085, 6437, 6798], 'WindowCenter': [3470.0, 3466.0, 3505.0, 3441.0, 3516.0, 3453.0, 3516.0, 3441.0, 3505.0, 3441.0, 3493.0, 3453.0, 3484.0, 3453.0, 3463.0, 3453.0, 3454.0, 3525.0, 3454.0, 3496.0, 3453.0, 3465.0, 3442.0, 3455.0, 3517.0, 3454.0, 3507.0, 3445.0, 3467.0, 3456.0, 3477.0, 3509.0, 3457.0, 3520.0, 3456.0, 3488.0, 3446.0, 3477.0, 3520.0, 3468.0, 3532.0, 3454.0, 3521.0, 3458.0, 3512.0, 3469.0, 3501.0, 3542.0, 3479.0, 3545.0, 3469.0, 3529.0, 3468.0, 3512.0, 3542.0, 3490.0, 3532.0, 3457.0, 3509.0, 3499.0, 3477.0, 3542.0, 3456.0, 3530.0, 3444.0, 3487.0, 3518.0, 3467.0, 3531.0, 3456.0, 3508.0, 3454.0, 3465.0, 3530.0, 3454.0, 3531.0, 3447.0, 3510.0, 3477.0, 3467.0, 3530.0, 3455.0, 3529.0, 3456.0, 3499.0, 3508.0, 3465.0, 3530.0, 3477.0, 3518.0, 3465.0, 3475.0, 3528.0, 3442.0, 3518.0, 3443.0, 3486.0, 3442.0, 3453.0, 3528.0, 3454.0, 3516.0, 3456.0, 3486.0, 3485.0, 3454.0, 3528.0, 3444.0, 3517.0, 3455.0, 3476.0, 3464.0, 3455.0, 3529.0, 3455.0, 3508.0, 3455.0, 3487.0, 3487.0, 3454.0, 3530.0, 3453.0, 3508.0, 3445.0, 3465.0, 3504.0, 3454.0, 3529.0, 3444.0, 3497.0, 3446.0, 3478.0, 3487.0, 3457.0, 3531.0, 3458.0, 3510.0, 3454.0, 3489.0, 3531.0, 3454.0, 3531.0, 3457.0, 3521.0, 3455.0, 3478.0, 3530.0, 3457.0, 3532.0, 3455.0, 3510.0, 3467.0, 3489.0, 3540.0, 3455.0, 3543.0, 3457.0, 3522.0, 3489.0, 3467.0, 3543.0, 3446.0, 3520.0, 3458.0, 3501.0, 3531.0, 3457.0, 3543.0, 3469.0, 3521.0, 3490.0, 3478.0, 3531.0, 3456.0, 3519.0, 3487.0, 3488.0, 3509.0, 3466.0, 3530.0, 3455.0, 3508.0, 3476.0, 3465.0, 3498.0, 3455.0, 3530.0, 3454.0, 3507.0, 3456.0, 3488.0, 3457.0, 3489.0, 3460.0, 3513.0, 3469.0, 3493.0, 3544.0, 3470.0, 3544.0, 3480.0, 3524.0, 3530.0, 3511.0, 3543.0, 3467.0, 3520.0, 3498.0, 3486.0, 3529.0, 3486.0, 3518.0, 3443.0, 3506.0, 3442.0, 3475.0, 3517.0, 3452.0, 3518.0, 3440.0, 3507.0, 3443.0, 3475.0, 3484.0, 3455.0, 3517.0, 3443.0, 3517.0, 3443.0, 3485.0, 3453.0, 3466.0, 3442.0, 3456.0, 3517.0, 3445.0, 3519.0, 3447.0, 3488.0, 3446.0, 3489.0, 3445.0, 3477.0, 3478.0, 3469.0, 3490.0, 3469.0, 3533.0, 3458.0, 3542.0, 3479.0, 3532.0, 3467.0, 3530.0, 3469.0, 3522.0, 3488.0, 3500.0, 3509.0, 3489.0, 3467.0, 3476.0, 3521.0, 3469.0, 3542.0, 3479.0, 3532.0, 3456.0, 3520.0, 3487.0, 3488.0, 3519.0, 3489.0, 3520.0, 3457.0, 3530.0, 3445.0, 3520.0, 3464.0, 3477.0, 3497.0, 3454.0, 3529.0, 3444.0, 3507.0, 3454.0, 3477.0, 3443.0, 3456.0, 3484.0, 3445.0, 3520.0, 3446.0, 3521.0, 3459.0, 3542.0, 3458.0, 3532.0, 3459.0, 3511.0, 3487.0, 3498.0, 3522.0, 3479.0, 3543.0, 3455.0, 3529.0, 3489.0, 3529.0, 3457.0, 3509.0, 3467.0, 3475.0, 3528.0, 3456.0, 3532.0, 3445.0, 3518.0, 3445.0, 3487.0, 3499.0, 3478.0, 3487.0, 3452.0, 3456.0, 3468.0, 3466.0, 3501.0, 3471.0, 3524.0, 3506.0, 3484.0, 3518.0, 3548.0, 3527.0, 3546.0, 3523.0, 3488.0, 3513.0, 3491.0, 3523.0, 3531.0, 3500.0, 3541.0, 3511.0, 3517.0, 3456.0, 3520.0, 3467.0, 3521.0, 3465.0, 3529.0, 3470.0, 3546.0, 3460.0, 3522.0, 3457.0, 3489.0, 3481.0, 3533.0, 3480.0, 3512.0, 3469.0, 3544.0, 3472.0, 3534.0, 3490.0, 3519.0, 3470.0, 3489.0, 3459.0, 3499.0, 3449.0, 3511.0, 3471.0, 3513.0, 3469.0, 3480.0, 3512.0, 3470.0, 3544.0, 3492.0, 3532.0, 3472.0, 3535.0, 3501.0, 3513.0, 3523.0, 3489.0, 3489.0, 3473.0, 3499.0, 3485.0, 3460.0, 3446.0, 3428.0, 3508.0, 3469.0, 3545.0, 3483.0, 3539.0, 3489.0, 3543.0, 3470.0, 3532.0, 3469.0, 3521.0, 3490.0, 3524.0, 3488.0, 3490.0, 3488.0, 3468.0, 3529.0, 3443.0, 3520.0, 3467.0, 3506.0, 3443.0, 3498.0, 3443.0, 3466.0, 3488.0, 3444.0, 3504.0, 3444.0, 3508.0, 3443.0, 3496.0, 3443.0, 3498.0, 3445.0, 3467.0, 3452.0, 3456.0, 3525.0, 3446.0, 3520.0, 3443.0, 3497.0, 3454.0, 3476.0, 3456.0, 3446.0, 3511.0, 3456.0, 3517.0, 3458.0, 3500.0, 3467.0, 3479.0, 3469.0, 3469.0, 3532.0, 3457.0, 3521.0, 3458.0, 3512.0, 3470.0, 3481.0, 3492.0, 3471.0, 3543.0, 3472.0, 3535.0, 3469.0, 3522.0, 3471.0, 3514.0, 3470.0, 3515.0, 3484.0, 3506.0, 3524.0, 3470.0, 3546.0, 3492.0, 3534.0, 3470.0, 3524.0, 3491.0, 3482.0, 3541.0, 3471.0, 3533.0, 3458.0, 3528.0, 3458.0, 3501.0, 3480.0, 3471.0, 3513.0, 3471.0, 3545.0, 3460.0, 3534.0, 3470.0, 3513.0, 3458.0, 3481.0, 3490.0, 3469.0, 3522.0, 3468.0, 3523.0, 3458.0, 3528.0, 3457.0, 3530.0, 3478.0, 3523.0, 3468.0, 3490.0, 3468.0, 3467.0, 3542.0, 3458.0, 3521.0, 3468.0, 3520.0, 3467.0, 3478.0, 3509.0, 3456.0, 3521.0, 3455.0, 3517.0, 3456.0, 3499.0, 3457.0, 3467.0, 3468.0, 3456.0, 3532.0, 3456.0, 3522.0, 3457.0, 3479.0, 3467.0, 3467.0, 3509.0, 3447.0, 3531.0, 3467.0, 3521.0, 3459.0, 3533.0, 3447.0, 3510.0, 3510.0, 3477.0, 3520.0, 3458.0, 3520.0, 3454.0, 3509.0, 3477.0, 3478.0, 3511.0, 3447.0, 3520.0, 3456.0, 3509.0, 3456.0, 3499.0, 3458.0, 3498.0, 3456.0, 3478.0, 3519.0, 3456.0, 3531.0, 3468.0, 3530.0, 3445.0, 3499.0, 3444.0, 3467.0, 3499.0, 3446.0, 3527.0, 3455.0, 3507.0, 3444.0, 3498.0, 3444.0, 3489.0, 3498.0, 3457.0, 3531.0, 3457.0, 3532.0, 3457.0, 3519.0, 3457.0, 3488.0, 3457.0, 3479.0, 3479.0, 3470.0, 3520.0, 3457.0, 3526.0, 3466.0, 3532.0, 3458.0, 3521.0, 3456.0, 3490.0, 3499.0, 3467.0, 3532.0, 3457.0, 3529.0, 3456.0, 3520.0, 3455.0, 3498.0, 3445.0, 3489.0, 3469.0, 3500.0, 3459.0, 3499.0, 3459.0, 3524.0, 3471.0, 3523.0, 3460.0, 3513.0, 3522.0, 3512.0, 3533.0, 3511.0, 3532.0, 3479.0, 3531.0, 3487.0, 3519.0, 3487.0, 3487.0, 3518.0, 3443.0, 3504.0, 3442.0, 3506.0, 3449.0, 3453.0, 3516.0, 3431.0, 3504.0, 3430.0, 3473.0, 3430.0, 3442.0, 3442.0, 3440.0, 3495.0, 3454.0, 3477.0, 3445.0, 3454.0, 3489.0, 3445.0, 3509.0, 3467.0, 3498.0, 3445.0, 3490.0, 3448.0, 3488.0, 3459.0, 3491.0, 3480.0, 3502.0, 3490.0, 3481.0, 3468.0, 3492.0, 3545.0, 3492.0, 3547.0, 3498.0, 3511.0, 3465.0, 3477.0, 3518.0, 3444.0, 3517.0, 3466.0, 3520.0, 3478.0, 3476.0, 3508.0, 3442.0, 3517.0, 3431.0, 3508.0, 3443.0, 3476.0, 3454.0, 3445.0, 3486.0, 3445.0, 3509.0, 3458.0, 3510.0, 3469.0, 3498.0, 3510.0, 3478.0, 3532.0, 3458.0, 3530.0, 3456.0, 3521.0, 3457.0, 3490.0, 3468.0, 3479.0, 3467.0, 3470.0, 3521.0, 3460.0, 3530.0, 3458.0, 3533.0, 3447.0, 3511.0, 3479.0, 3477.0, 3520.0, 3458.0, 3527.0, 3456.0, 3519.0, 3457.0, 3477.0, 3457.0, 3479.0, 3467.0, 3457.0, 3511.0, 3472.0, 3503.0, 3471.0, 3533.0, 3469.0, 3524.0, 3470.0, 3513.0, 3471.0, 3514.0, 3513.0, 3491.0, 3545.0, 3493.0, 3533.0, 3459.0, 3531.0, 3469.0, 3542.0, 3491.0, 3532.0, 3470.0, 3544.0, 3468.0, 3533.0, 3490.0, 3533.0, 3479.0, 3512.0, 3477.0, 3479.0, 3521.0, 3468.0, 3532.0, 3456.0, 3519.0, 3456.0, 3509.0, 3465.0, 3478.0, 3485.0, 3481.0, 3469.0, 3431.0, 3447.0, 3428.0, 3474.0, 3510.0, 3468.0, 3508.0, 3526.0, 3492.0, 3499.0, 3468.0, 3529.0, 3455.0, 3532.0, 3490.0, 3534.0, 3491.0, 3533.0, 3512.0, 3522.0, 3507.0, 3490.0, 3500.0, 3477.0, 3488.0, 3478.0, 3488.0, 3458.0, 3477.0, 3469.0, 3516.0, 3469.0, 3521.0, 3469.0, 3488.0, 3486.0, 3469.0, 3501.0, 3459.0, 3534.0, 3482.0, 3545.0, 3492.0, 3534.0, 3513.0, 3522.0, 3511.0, 3511.0, 3511.0, 3511.0, 3498.0, 3466.0, 3488.0, 3468.0, 3500.0, 3477.0, 3517.0, 3491.0, 3471.0, 3523.0, 3493.0, 3522.0, 3512.0, 3523.0, 3522.0, 3491.0, 3512.0, 3510.0, 3487.0, 3526.0, 3464.0, 3519.0, 3476.0, 3505.0, 3456.0, 3507.0, 3455.0, 3486.0, 3478.0, 3483.0, 3489.0, 3469.0, 3523.0, 3470.0, 3546.0, 3504.0, 3542.0, 3492.0, 3534.0, 3489.0, 3521.0, 3489.0, 3509.0, 3474.0, 3497.0, 3462.0, 3486.0, 3485.0, 3474.0, 3464.0, 3476.0, 3463.0, 3461.0, 3524.0, 3463.0, 3502.0, 3454.0, 3520.0, 3446.0, 3486.0, 3452.0, 3478.0, 3488.0, 3479.0, 3529.0, 3480.0, 3540.0, 3492.0, 3522.0, 3488.0, 3497.0, 3495.0, 3474.0, 3507.0, 3465.0, 3496.0, 3442.0, 3495.0, 3442.0, 3506.0, 3455.0, 3507.0, 3466.0, 3507.0, 3455.0, 3498.0, 3441.0, 3485.0, 3455.0, 3465.0, 3467.0, 3456.0, 3477.0, 3477.0, 3475.0, 3454.0, 3505.0, 3456.0, 3499.0, 3467.0, 3488.0, 3475.0, 3527.0, 3468.0, 3517.0, 3465.0, 3504.0, 3479.0, 3507.0, 3470.0, 3507.0, 3468.0, 3522.0, 3488.0, 3520.0, 3479.0, 3488.0, 3477.0, 3498.0, 3515.0, 3486.0, 3528.0, 3486.0, 3504.0, 3473.0, 3474.0, 3516.0, 3440.0, 3502.0, 3461.0, 3472.0, 3440.0, 3440.0, 3503.0, 3439.0, 3501.0, 3452.0, 3493.0, 3452.0, 3475.0, 3502.0, 3442.0, 3502.0, 3453.0, 3480.0, 3452.0, 3472.0, 3513.0, 3442.0, 3505.0, 3441.0, 3485.0, 3451.0, 3464.0, 3506.0, 3443.0, 3502.0, 3451.0, 3484.0, 3465.0, 3453.0, 3514.0, 3455.0, 3503.0, 3452.0, 3472.0, 3506.0, 3443.0, 3506.0, 3453.0, 3505.0, 3453.0, 3476.0, 3506.0, 3453.0, 3504.0, 3455.0, 3506.0, 3453.0, 3465.0, 3517.0, 3442.0, 3506.0, 3453.0, 3485.0, 3453.0, 3463.0, 3512.0, 3443.0, 3492.0, 3452.0, 3453.0, 3453.0, 3454.0, 3506.0, 3451.0, 3485.0, 3453.0, 3467.0, 3519.0, 3455.0, 3503.0, 3452.0, 3485.0, 3465.0, 3488.0, 3509.0, 3466.0, 3527.0, 3465.0, 3514.0, 3469.0, 3521.0, 3489.0, 3502.0, 3521.0, 3489.0, 3530.0, 3464.0, 3528.0, 3476.0, 3522.0, 3510.0, 3489.0, 3532.0, 3456.0, 3516.0, 3488.0, 3497.0, 3508.0, 3474.0, 3526.0, 3454.0, 3515.0, 3465.0, 3486.0, 3494.0, 3455.0, 3520.0, 3467.0, 3516.0, 3477.0, 3486.0, 3518.0, 3464.0, 3514.0, 3494.0, 3481.0, 3516.0, 3452.0, 3501.0, 3451.0, 3506.0, 3464.0, 3484.0, 3452.0, 3474.0, 3454.0, 3466.0, 3509.0, 3465.0, 3524.0, 3454.0, 3503.0, 3464.0, 3487.0, 3504.0, 3465.0, 3518.0, 3454.0, 3501.0, 3452.0, 3496.0, 3495.0, 3452.0, 3512.0, 3441.0, 3501.0, 3452.0, 3483.0, 3462.0, 3450.0, 3515.0, 3439.0, 3502.0, 3452.0, 3494.0, 3441.0, 3462.0, 3462.0, 3453.0, 3516.0, 3451.0, 3492.0, 3452.0, 3484.0, 3454.0, 3475.0, 3453.0, 3464.0, 3509.0, 3468.0, 3527.0, 3467.0, 3520.0, 3480.0, 3530.0, 3491.0, 3530.0, 3477.0, 3532.0, 3501.0, 3520.0, 3500.0, 3511.0, 3477.0, 3498.0, 3486.0, 3509.0, 3541.0, 3508.0, 3515.0, 3474.0, 3530.0, 3476.0, 3517.0, 3484.0, 3502.0, 3452.0, 3506.0, 3453.0, 3494.0, 3483.0, 3471.0, 3494.0, 3463.0, 3505.0, 3459.0, 3515.0, 3440.0, 3514.0, 3464.0, 3506.0, 3476.0, 3487.0, 3463.0, 3466.0, 3509.0, 3466.0, 3526.0, 3509.0, 3520.0, 3484.0, 3503.0, 3473.0, 3508.0, 3484.0, 3492.0, 3464.0, 3475.0, 3471.0, 3449.0, 3516.0, 3437.0, 3505.0, 3450.0, 3509.0, 3471.0, 3498.0, 3456.0, 3446.0, 3435.0, 3432.0], 'WindowWidth': [7919.0, 7905.0, 7954.0, 7863.0, 7966.0, 7880.0, 7966.0, 7863.0, 7951.0, 7864.0, 7934.0, 7880.0, 7921.0, 7880.0, 7894.0, 7880.0, 7882.0, 7980.0, 7883.0, 7940.0, 7882.0, 7899.0, 7867.0, 7886.0, 7971.0, 7886.0, 7958.0, 7874.0, 7905.0, 7890.0, 7921.0, 7964.0, 7892.0, 7977.0, 7891.0, 7934.0, 7881.0, 7922.0, 7978.0, 7909.0, 7997.0, 7890.0, 7983.0, 7899.0, 7972.0, 7913.0, 7958.0, 8013.0, 7927.0, 8020.0, 7915.0, 7995.0, 7910.0, 7973.0, 8013.0, 7940.0, 7998.0, 7892.0, 7966.0, 7949.0, 7919.0, 8011.0, 7890.0, 7992.0, 7873.0, 7932.0, 7974.0, 7905.0, 7997.0, 7890.0, 7961.0, 7887.0, 7903.0, 7992.0, 7887.0, 7995.0, 7882.0, 7967.0, 7919.0, 7904.0, 7993.0, 7889.0, 7990.0, 7892.0, 7951.0, 7961.0, 7900.0, 7992.0, 7917.0, 7974.0, 7901.0, 7912.0, 7985.0, 7866.0, 7972.0, 7868.0, 7928.0, 7867.0, 7882.0, 7987.0, 7886.0, 7969.0, 7890.0, 7931.0, 7928.0, 7885.0, 7988.0, 7871.0, 7971.0, 7889.0, 7916.0, 7900.0, 7889.0, 7990.0, 7889.0, 7960.0, 7890.0, 7933.0, 7931.0, 7887.0, 7993.0, 7885.0, 7961.0, 7875.0, 7901.0, 7951.0, 7886.0, 7990.0, 7873.0, 7944.0, 7880.0, 7922.0, 7934.0, 7893.0, 7996.0, 7897.0, 7967.0, 7891.0, 7939.0, 7996.0, 7889.0, 7997.0, 7893.0, 7983.0, 7892.0, 7923.0, 7994.0, 7895.0, 7998.0, 7892.0, 7969.0, 7911.0, 7941.0, 8008.0, 7892.0, 8017.0, 7897.0, 7987.0, 7937.0, 7908.0, 8014.0, 7880.0, 7981.0, 7899.0, 7959.0, 7998.0, 7896.0, 8015.0, 7912.0, 7985.0, 7940.0, 7924.0, 7998.0, 7891.0, 7978.0, 7931.0, 7934.0, 7964.0, 7903.0, 7992.0, 7888.0, 7962.0, 7917.0, 7901.0, 7947.0, 7887.0, 7991.0, 7887.0, 7958.0, 7890.0, 7937.0, 7896.0, 7940.0, 7905.0, 7977.0, 7917.0, 7952.0, 8021.0, 7918.0, 8021.0, 7930.0, 7992.0, 7994.0, 7970.0, 8016.0, 7906.0, 7980.0, 7947.0, 7930.0, 7989.0, 7929.0, 7973.0, 7869.0, 7955.0, 7866.0, 7913.0, 7970.0, 7881.0, 7973.0, 7864.0, 7955.0, 7870.0, 7912.0, 7923.0, 7885.0, 7970.0, 7868.0, 7970.0, 7871.0, 7927.0, 7881.0, 7902.0, 7868.0, 7889.0, 7971.0, 7876.0, 7976.0, 7881.0, 7933.0, 7879.0, 7937.0, 7877.0, 7921.0, 7923.0, 7914.0, 7943.0, 7913.0, 8001.0, 7897.0, 8013.0, 7925.0, 7997.0, 7909.0, 7994.0, 7911.0, 7986.0, 7935.0, 7953.0, 7963.0, 7936.0, 7907.0, 7917.0, 7983.0, 7912.0, 8013.0, 7925.0, 7997.0, 7892.0, 7981.0, 7934.0, 7936.0, 7976.0, 7936.0, 7978.0, 7892.0, 7993.0, 7874.0, 7979.0, 7899.0, 7918.0, 7945.0, 7885.0, 7989.0, 7872.0, 7957.0, 7883.0, 7917.0, 7870.0, 7890.0, 7927.0, 7876.0, 7979.0, 7879.0, 7984.0, 7900.0, 8012.0, 7896.0, 7998.0, 7899.0, 7970.0, 7934.0, 7948.0, 7985.0, 7923.0, 8013.0, 7889.0, 7992.0, 7936.0, 7990.0, 7894.0, 7963.0, 7904.0, 7916.0, 7987.0, 7889.0, 7997.0, 7876.0, 7973.0, 7875.0, 7933.0, 7950.0, 7924.0, 7930.0, 7881.0, 7893.0, 7910.0, 7909.0, 7958.0, 7921.0, 7990.0, 7972.0, 7942.0, 7993.0, 8032.0, 8000.0, 8023.0, 7989.0, 7936.0, 7974.0, 7942.0, 7985.0, 7996.0, 7953.0, 8009.0, 7968.0, 7971.0, 7889.0, 7976.0, 7906.0, 7980.0, 7903.0, 7993.0, 7914.0, 8022.0, 7903.0, 7984.0, 7895.0, 7938.0, 7931.0, 8000.0, 7930.0, 7972.0, 7912.0, 8019.0, 7923.0, 8005.0, 7940.0, 7977.0, 7913.0, 7936.0, 7898.0, 7950.0, 7886.0, 7971.0, 7916.0, 7978.0, 7914.0, 7928.0, 7972.0, 7914.0, 8017.0, 7948.0, 8000.0, 7919.0, 8005.0, 7956.0, 7973.0, 7986.0, 7937.0, 7939.0, 7926.0, 7971.0, 7941.0, 7898.0, 7859.0, 7838.0, 7958.0, 7915.0, 8018.0, 7938.0, 8005.0, 7941.0, 8015.0, 7914.0, 7997.0, 7911.0, 7981.0, 7938.0, 7991.0, 7934.0, 7938.0, 7935.0, 7906.0, 7988.0, 7868.0, 7977.0, 7906.0, 7952.0, 7867.0, 7944.0, 7867.0, 7903.0, 7932.0, 7870.0, 7951.0, 7872.0, 7957.0, 7868.0, 7940.0, 7869.0, 7944.0, 7873.0, 7903.0, 7880.0, 7888.0, 7980.0, 7875.0, 7975.0, 7870.0, 7942.0, 7885.0, 7915.0, 7889.0, 7876.0, 7968.0, 7891.0, 7974.0, 7897.0, 7952.0, 7906.0, 7925.0, 7912.0, 7912.0, 7999.0, 7894.0, 7982.0, 7897.0, 7972.0, 7915.0, 7930.0, 7946.0, 7919.0, 8016.0, 7922.0, 8007.0, 7917.0, 7987.0, 7921.0, 7980.0, 7919.0, 7982.0, 7942.0, 7973.0, 7994.0, 7918.0, 8025.0, 7948.0, 8006.0, 7917.0, 7993.0, 7946.0, 7933.0, 8012.0, 7919.0, 8002.0, 7899.0, 7991.0, 7900.0, 7958.0, 7929.0, 7921.0, 7977.0, 7919.0, 8020.0, 7903.0, 8004.0, 7913.0, 7973.0, 7899.0, 7930.0, 7941.0, 7912.0, 7986.0, 7912.0, 7988.0, 7899.0, 7992.0, 7895.0, 7993.0, 7921.0, 7987.0, 7909.0, 7940.0, 7909.0, 7907.0, 8011.0, 7895.0, 7980.0, 7910.0, 7981.0, 7905.0, 7922.0, 7963.0, 7891.0, 7981.0, 7889.0, 7972.0, 7891.0, 7950.0, 7893.0, 7908.0, 7911.0, 7892.0, 7998.0, 7891.0, 7985.0, 7894.0, 7924.0, 7907.0, 7909.0, 7964.0, 7881.0, 7998.0, 7910.0, 7985.0, 7901.0, 8001.0, 7882.0, 7968.0, 7966.0, 7921.0, 7980.0, 7895.0, 7978.0, 7886.0, 7964.0, 7918.0, 7923.0, 7971.0, 7881.0, 7978.0, 7890.0, 7963.0, 7891.0, 7949.0, 7898.0, 7951.0, 7893.0, 7924.0, 7979.0, 7891.0, 7997.0, 7910.0, 7992.0, 7876.0, 7949.0, 7871.0, 7905.0, 7950.0, 7878.0, 7988.0, 7888.0, 7957.0, 7873.0, 7949.0, 7874.0, 7938.0, 7949.0, 7892.0, 7995.0, 7893.0, 7996.0, 7894.0, 7976.0, 7893.0, 7936.0, 7894.0, 7924.0, 7926.0, 7914.0, 7981.0, 7894.0, 7985.0, 7906.0, 7999.0, 7897.0, 7982.0, 7892.0, 7940.0, 7950.0, 7907.0, 7999.0, 7893.0, 7991.0, 7890.0, 7977.0, 7889.0, 7950.0, 7878.0, 7938.0, 7916.0, 7955.0, 7902.0, 7954.0, 7902.0, 7990.0, 7920.0, 7991.0, 7906.0, 7977.0, 7987.0, 7973.0, 8003.0, 7970.0, 7999.0, 7924.0, 7996.0, 7931.0, 7978.0, 7930.0, 7929.0, 7973.0, 7867.0, 7950.0, 7864.0, 7954.0, 7871.0, 7879.0, 7966.0, 7849.0, 7947.0, 7846.0, 7904.0, 7847.0, 7864.0, 7866.0, 7862.0, 7940.0, 7886.0, 7917.0, 7875.0, 7886.0, 7936.0, 7875.0, 7963.0, 7906.0, 7949.0, 7877.0, 7941.0, 7883.0, 7936.0, 7900.0, 7948.0, 7930.0, 7961.0, 7943.0, 7932.0, 7912.0, 7947.0, 8023.0, 7950.0, 8030.0, 7951.0, 7969.0, 7899.0, 7918.0, 7975.0, 7871.0, 7970.0, 7902.0, 7979.0, 7920.0, 7915.0, 7959.0, 7866.0, 7970.0, 7850.0, 7957.0, 7867.0, 7914.0, 7885.0, 7874.0, 7929.0, 7875.0, 7964.0, 7897.0, 7966.0, 7914.0, 7952.0, 7968.0, 7923.0, 7999.0, 7897.0, 7993.0, 7892.0, 7982.0, 7894.0, 7941.0, 7911.0, 7927.0, 7910.0, 7915.0, 7984.0, 7902.0, 7997.0, 7899.0, 8000.0, 7883.0, 7970.0, 7926.0, 7922.0, 7982.0, 7896.0, 7987.0, 7892.0, 7977.0, 7893.0, 7920.0, 7894.0, 7925.0, 7909.0, 7897.0, 7971.0, 7921.0, 7963.0, 7919.0, 8003.0, 7915.0, 7992.0, 7917.0, 7976.0, 7920.0, 7980.0, 7975.0, 7944.0, 8019.0, 7948.0, 8002.0, 7900.0, 7997.0, 7913.0, 8013.0, 7944.0, 8001.0, 7917.0, 8020.0, 7912.0, 8001.0, 7941.0, 8001.0, 7927.0, 7974.0, 7920.0, 7923.0, 7981.0, 7908.0, 7998.0, 7891.0, 7976.0, 7891.0, 7964.0, 7900.0, 7920.0, 7945.0, 7932.0, 7912.0, 7846.0, 7859.0, 7836.0, 7910.0, 7968.0, 7912.0, 7962.0, 7999.0, 7953.0, 7952.0, 7912.0, 7992.0, 7890.0, 8000.0, 7941.0, 8006.0, 7946.0, 8004.0, 7974.0, 7987.0, 7962.0, 7941.0, 7953.0, 7919.0, 7935.0, 7921.0, 7937.0, 7900.0, 7921.0, 7916.0, 7986.0, 7915.0, 7984.0, 7914.0, 7936.0, 7934.0, 7914.0, 7961.0, 7903.0, 8007.0, 7937.0, 8021.0, 7950.0, 8006.0, 7978.0, 7988.0, 7971.0, 7969.0, 7969.0, 7969.0, 7950.0, 7907.0, 7936.0, 7910.0, 7954.0, 7924.0, 7977.0, 7945.0, 7922.0, 7994.0, 7953.0, 7987.0, 7975.0, 7988.0, 7986.0, 7945.0, 7973.0, 7969.0, 7933.0, 7985.0, 7899.0, 7977.0, 7915.0, 7954.0, 7892.0, 7957.0, 7889.0, 7931.0, 7923.0, 7938.0, 7943.0, 7917.0, 7990.0, 7919.0, 8024.0, 7968.0, 8018.0, 7950.0, 8007.0, 7940.0, 7985.0, 7937.0, 7964.0, 7913.0, 7946.0, 7893.0, 7926.0, 7927.0, 7911.0, 7899.0, 7916.0, 7895.0, 7891.0, 7979.0, 7894.0, 7947.0, 7885.0, 7979.0, 7878.0, 7929.0, 7885.0, 7924.0, 7937.0, 7929.0, 7997.0, 7930.0, 8012.0, 7945.0, 7987.0, 7935.0, 7946.0, 7938.0, 7909.0, 7958.0, 7899.0, 7944.0, 7868.0, 7940.0, 7868.0, 7956.0, 7888.0, 7957.0, 7904.0, 7958.0, 7889.0, 7946.0, 7866.0, 7928.0, 7889.0, 7901.0, 7908.0, 7891.0, 7921.0, 7921.0, 7917.0, 7887.0, 7956.0, 7890.0, 7952.0, 7908.0, 7937.0, 7916.0, 7988.0, 7911.0, 7975.0, 7902.0, 7955.0, 7926.0, 7963.0, 7918.0, 7963.0, 7913.0, 7989.0, 7936.0, 7985.0, 7926.0, 7936.0, 7922.0, 7949.0, 7970.0, 7931.0, 7994.0, 7932.0, 7955.0, 7909.0, 7911.0, 7970.0, 7861.0, 7948.0, 7890.0, 7906.0, 7861.0, 7862.0, 7947.0, 7859.0, 7943.0, 7880.0, 7935.0, 7882.0, 7913.0, 7948.0, 7867.0, 7948.0, 7883.0, 7918.0, 7881.0, 7908.0, 7963.0, 7865.0, 7953.0, 7865.0, 7925.0, 7879.0, 7899.0, 7956.0, 7869.0, 7949.0, 7882.0, 7927.0, 7903.0, 7885.0, 7969.0, 7887.0, 7952.0, 7881.0, 7907.0, 7957.0, 7870.0, 7956.0, 7883.0, 7954.0, 7883.0, 7917.0, 7958.0, 7883.0, 7954.0, 7889.0, 7958.0, 7884.0, 7901.0, 7973.0, 7867.0, 7957.0, 7882.0, 7927.0, 7882.0, 7895.0, 7961.0, 7868.0, 7933.0, 7880.0, 7882.0, 7883.0, 7886.0, 7954.0, 7879.0, 7926.0, 7883.0, 7904.0, 7978.0, 7890.0, 7950.0, 7883.0, 7929.0, 7904.0, 7936.0, 7964.0, 7906.0, 7991.0, 7907.0, 7970.0, 7913.0, 7986.0, 7941.0, 7961.0, 7987.0, 7941.0, 7999.0, 7905.0, 7992.0, 7921.0, 7987.0, 7968.0, 7939.0, 8002.0, 7893.0, 7972.0, 7935.0, 7947.0, 7961.0, 7913.0, 7985.0, 7887.0, 7969.0, 7902.0, 7931.0, 7940.0, 7890.0, 7981.0, 7909.0, 7972.0, 7921.0, 7932.0, 7977.0, 7899.0, 7968.0, 7939.0, 7919.0, 7970.0, 7881.0, 7945.0, 7878.0, 7954.0, 7900.0, 7926.0, 7884.0, 7913.0, 7887.0, 7904.0, 7965.0, 7905.0, 7983.0, 7887.0, 7952.0, 7899.0, 7932.0, 7953.0, 7902.0, 7975.0, 7885.0, 7946.0, 7881.0, 7942.0, 7941.0, 7879.0, 7961.0, 7863.0, 7943.0, 7879.0, 7921.0, 7891.0, 7874.0, 7965.0, 7857.0, 7944.0, 7877.0, 7934.0, 7862.0, 7893.0, 7894.0, 7881.0, 7967.0, 7879.0, 7933.0, 7880.0, 7925.0, 7888.0, 7915.0, 7885.0, 7901.0, 7967.0, 7912.0, 7990.0, 7910.0, 7982.0, 7932.0, 7999.0, 7948.0, 7999.0, 7924.0, 8005.0, 7959.0, 7988.0, 7957.0, 7972.0, 7922.0, 7950.0, 7930.0, 7966.0, 8010.0, 7962.0, 7971.0, 7914.0, 7996.0, 7917.0, 7973.0, 7924.0, 7946.0, 7882.0, 7954.0, 7883.0, 7938.0, 7922.0, 7904.0, 7937.0, 7896.0, 7953.0, 7888.0, 7968.0, 7862.0, 7966.0, 7901.0, 7954.0, 7918.0, 7931.0, 7902.0, 7906.0, 7966.0, 7905.0, 7987.0, 7966.0, 7980.0, 7927.0, 7951.0, 7908.0, 7962.0, 7924.0, 7935.0, 7896.0, 7912.0, 7902.0, 7871.0, 7967.0, 7855.0, 7950.0, 7876.0, 7965.0, 7924.0, 7948.0, 7890.0, 7860.0, 7842.0, 7831.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.0016989247311827958</td></tr>
<tr><td colspan=3>aqi</td><td>0.0383300846980976</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.00578010955298</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1285322680960252</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9997154601903963</td></tr>
<tr><td colspan=3>efc</td><td>0.4989</td></tr>
<tr><td colspan=3>fber</td><td>3262.7195</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1423347022182055</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>147</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.158808933002481</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.645601378677775</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4918643951347774</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9378027481391427</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5071369927594045</td></tr>
<tr><td colspan=3>gcor</td><td>0.00624002</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018183110281825066</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03071804903447628</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.845996286672849</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>24.766</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.4359</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.4083</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297436.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>755.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.2862</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0363</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>447.7803</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2682.4522</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2853.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79108.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3534.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>741.8057</td></tr>
<tr><td colspan=3>tsnr</td><td>28.989574504550546</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>