<?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-0044_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-0044_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-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044/ses-01/func/sub-0044_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>1b9cd63ba0cdcdd80c8eb0c49f4b2f14</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>15:05:20.810000</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.998587, -0.053123, 0.00135721, 0.052858, 0.995587, 0.0775358]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0977333</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7710, -7250, 439, -15, -26, 54, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>721c50e8-a574-4143-a8ef-81d8c1f58658||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.679136037826538, 0.1418142318725586, 0.014769424684345722, 106.47411346435547], [0.1425251066684723, 2.671088218688965, 0.2088572233915329, -95.66865539550781], [0.003641299204900861, -0.20802293717861176, 2.6918692588806152, -50.46062088012695], [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': ['150520.810000', '150521.270000', '150521.730000', '150522.190000', '150522.650000', '150523.110000', '150523.570000', '150524.030000', '150524.490000', '150524.950000', '150525.410000', '150525.870000', '150526.330000', '150526.790000', '150527.250000', '150527.710000', '150528.170000', '150528.630000', '150529.090000', '150529.550000', '150530.010000', '150530.470000', '150530.930000', '150531.390000', '150531.850000', '150532.310000', '150532.770000', '150533.230000', '150533.690000', '150534.150000', '150534.610000', '150535.070000', '150535.530000', '150535.990000', '150536.450000', '150536.910000', '150537.370000', '150537.830000', '150538.290000', '150538.750000', '150539.210000', '150539.670000', '150540.130000', '150540.590000', '150541.050000', '150541.510000', '150541.970000', '150542.430000', '150542.890000', '150543.350000', '150543.810000', '150544.270000', '150544.730000', '150545.190000', '150545.650000', '150546.110000', '150546.570000', '150547.030000', '150547.490000', '150547.950000', '150548.410000', '150548.870000', '150549.330000', '150549.790000', '150550.250000', '150550.710000', '150551.170000', '150551.630000', '150552.090000', '150552.550000', '150553.010000', '150553.470000', '150553.930000', '150554.390000', '150554.850000', '150555.310000', '150555.770000', '150556.230000', '150556.690000', '150557.150000', '150557.610000', '150558.070000', '150558.530000', '150558.990000', '150559.450000', '150559.910000', '150600.370000', '150600.830000', '150601.290000', '150601.750000', '150602.210000', '150602.670000', '150603.130000', '150603.590000', '150604.050000', '150604.510000', '150604.970000', '150605.430000', '150605.890000', '150606.350000', '150606.810000', '150607.270000', '150607.730000', '150608.190000', '150608.650000', '150609.110000', '150609.570000', '150610.030000', '150610.490000', '150610.950000', '150611.410000', '150611.870000', '150612.330000', '150612.790000', '150613.250000', '150613.710000', '150614.170000', '150614.630000', '150615.090000', '150615.550000', '150616.010000', '150616.470000', '150616.930000', '150617.390000', '150617.850000', '150618.310000', '150618.770000', '150619.230000', '150619.690000', '150620.150000', '150620.610000', '150621.070000', '150621.530000', '150621.990000', '150622.450000', '150622.910000', '150623.370000', '150623.830000', '150624.290000', '150624.750000', '150625.210000', '150625.670000', '150626.130000', '150626.590000', '150627.050000', '150627.510000', '150627.970000', '150628.430000', '150628.890000', '150629.350000', '150629.810000', '150630.270000', '150630.730000', '150631.190000', '150631.650000', '150632.110000', '150632.570000', '150633.030000', '150633.490000', '150633.950000', '150634.410000', '150634.870000', '150635.330000', '150635.790000', '150636.250000', '150636.710000', '150637.170000', '150637.630000', '150638.090000', '150638.550000', '150639.010000', '150639.470000', '150639.930000', '150640.390000', '150640.850000', '150641.310000', '150641.770000', '150642.230000', '150642.690000', '150643.150000', '150643.610000', '150644.070000', '150644.530000', '150644.990000', '150645.450000', '150645.910000', '150646.370000', '150646.830000', '150647.290000', '150647.750000', '150648.210000', '150648.670000', '150649.130000', '150649.590000', '150650.050000', '150650.510000', '150650.970000', '150651.430000', '150651.890000', '150652.350000', '150652.810000', '150653.270000', '150653.730000', '150654.190000', '150654.650000', '150655.110000', '150655.570000', '150656.030000', '150656.490000', '150656.950000', '150657.410000', '150657.870000', '150658.330000', '150658.790000', '150659.250000', '150659.710000', '150700.170000', '150700.630000', '150701.090000', '150701.550000', '150702.010000', '150702.470000', '150702.930000', '150703.390000', '150703.850000', '150704.310000', '150704.770000', '150705.230000', '150705.690000', '150706.150000', '150706.610000', '150707.070000', '150707.530000', '150707.990000', '150708.450000', '150708.910000', '150709.370000', '150709.830000', '150710.290000', '150710.750000', '150711.210000', '150711.670000', '150712.130000', '150712.590000', '150713.050000', '150713.510000', '150713.970000', '150714.430000', '150714.890000', '150715.350000', '150715.810000', '150716.270000', '150716.730000', '150717.190000', '150717.650000', '150718.110000', '150718.570000', '150719.030000', '150719.490000', '150719.950000', '150720.410000', '150720.870000', '150721.330000', '150721.790000', '150722.250000', '150722.710000', '150723.170000', '150723.630000', '150724.090000', '150724.550000', '150725.010000', '150725.470000', '150725.930000', '150726.390000', '150726.850000', '150727.310000', '150727.770000', '150728.230000', '150728.690000', '150729.150000', '150729.610000', '150730.070000', '150730.530000', '150730.990000', '150731.450000', '150731.910000', '150732.370000', '150732.830000', '150733.290000', '150733.750000', '150734.210000', '150734.670000', '150735.130000', '150735.590000', '150736.050000', '150736.510000', '150736.970000', '150737.430000', '150737.890000', '150738.350000', '150738.810000', '150739.270000', '150739.730000', '150740.190000', '150740.650000', '150741.110000', '150741.570000', '150742.030000', '150742.490000', '150742.950000', '150743.410000', '150743.870000', '150744.330000', '150744.790000', '150745.250000', '150745.710000', '150746.170000', '150746.630000', '150747.090000', '150747.550000', '150748.010000', '150748.470000', '150748.930000', '150749.390000', '150749.850000', '150750.310000', '150750.770000', '150751.230000', '150751.690000', '150752.150000', '150752.610000', '150753.070000', '150753.530000', '150753.990000', '150754.450000', '150754.910000', '150755.370000', '150755.830000', '150756.290000', '150756.750000', '150757.210000', '150757.670000', '150758.130000', '150758.590000', '150759.050000', '150759.510000', '150759.970000', '150800.430000', '150800.890000', '150801.350000', '150801.810000', '150802.270000', '150802.730000', '150803.190000', '150803.650000', '150804.110000', '150804.570000', '150805.030000', '150805.490000', '150805.950000', '150806.410000', '150806.870000', '150807.330000', '150807.790000', '150808.250000', '150808.710000', '150809.170000', '150809.630000', '150810.090000', '150810.550000', '150811.010000', '150811.470000', '150811.930000', '150812.390000', '150812.850000', '150813.310000', '150813.770000', '150814.230000', '150814.690000', '150815.150000', '150815.610000', '150816.070000', '150816.530000', '150816.990000', '150817.450000', '150817.910000', '150818.370000', '150818.830000', '150819.290000', '150819.750000', '150820.210000', '150820.670000', '150821.130000', '150821.590000', '150822.050000', '150822.510000', '150822.970000', '150823.430000', '150823.890000', '150824.350000', '150824.810000', '150825.270000', '150825.730000', '150826.190000', '150826.650000', '150827.110000', '150827.570000', '150828.030000', '150828.490000', '150828.950000', '150829.410000', '150829.870000', '150830.330000', '150830.790000', '150831.250000', '150831.710000', '150832.170000', '150832.630000', '150833.090000', '150833.550000', '150834.010000', '150834.470000', '150834.930000', '150835.390000', '150835.850000', '150836.310000', '150836.770000', '150837.230000', '150837.690000', '150838.150000', '150838.610000', '150839.070000', '150839.530000', '150839.990000', '150840.450000', '150840.910000', '150841.370000', '150841.830000', '150842.290000', '150842.750000', '150843.210000', '150843.670000', '150844.130000', '150844.590000', '150845.050000', '150845.510000', '150845.970000', '150846.430000', '150846.890000', '150847.350000', '150847.810000', '150848.270000', '150848.730000', '150849.190000', '150849.650000', '150850.110000', '150850.570000', '150851.030000', '150851.490000', '150851.950000', '150852.410000', '150852.870000', '150853.330000', '150853.790000', '150854.250000', '150854.710000', '150855.170000', '150855.630000', '150856.090000', '150856.550000', '150857.010000', '150857.470000', '150857.930000', '150858.390000', '150858.850000', '150859.310000', '150859.770000', '150900.230000', '150900.690000', '150901.150000', '150901.610000', '150902.070000', '150902.530000', '150902.990000', '150903.450000', '150903.910000', '150904.370000', '150904.830000', '150905.290000', '150905.750000', '150906.210000', '150906.670000', '150907.130000', '150907.590000', '150908.050000', '150908.510000', '150908.970000', '150909.430000', '150909.890000', '150910.350000', '150910.810000', '150911.270000', '150911.730000', '150912.190000', '150912.650000', '150913.110000', '150913.570000', '150914.030000', '150914.490000', '150914.950000', '150915.410000', '150915.870000', '150916.330000', '150916.790000', '150917.250000', '150917.710000', '150918.170000', '150918.630000', '150919.090000', '150919.550000', '150920.010000', '150920.470000', '150920.930000', '150921.390000', '150921.850000', '150922.310000', '150922.770000', '150923.230000', '150923.690000', '150924.150000', '150924.610000', '150925.070000', '150925.530000', '150925.990000', '150926.450000', '150926.910000', '150927.370000', '150927.830000', '150928.290000', '150928.750000', '150929.210000', '150929.670000', '150930.130000', '150930.590000', '150931.050000', '150931.510000', '150931.970000', '150932.430000', '150932.890000', '150933.350000', '150933.810000', '150934.270000', '150934.730000', '150935.190000', '150935.650000', '150936.110000', '150936.570000', '150937.030000', '150937.490000', '150937.950000', '150938.410000', '150938.870000', '150939.330000', '150939.790000', '150940.250000', '150940.710000', '150941.170000', '150941.630000', '150942.090000', '150942.550000', '150943.010000', '150943.470000', '150943.930000', '150944.390000', '150944.850000', '150945.310000', '150945.770000', '150946.230000', '150946.690000', '150947.150000', '150947.610000', '150948.070000', '150948.530000', '150948.990000', '150949.450000', '150949.910000', '150950.370000', '150950.830000', '150951.290000', '150951.750000', '150952.210000', '150952.670000', '150953.130000', '150953.590000', '150954.050000', '150954.510000', '150954.970000', '150955.430000', '150955.890000', '150956.350000', '150956.810000', '150957.270000', '150957.730000', '150958.190000', '150958.650000', '150959.110000', '150959.570000', '151000.030000', '151000.490000', '151000.950000', '151001.410000', '151001.870000', '151002.330000', '151002.790000', '151003.250000', '151003.710000', '151004.170000', '151004.630000', '151005.090000', '151005.550000', '151006.010000', '151006.470000', '151006.930000', '151007.390000', '151007.850000', '151008.310000', '151008.770000', '151009.230000', '151009.690000', '151010.150000', '151010.610000', '151011.070000', '151011.530000', '151011.990000', '151012.450000', '151012.910000', '151013.370000', '151013.830000', '151014.290000', '151014.750000', '151015.210000', '151015.670000', '151016.130000', '151016.590000', '151017.050000', '151017.510000', '151017.970000', '151018.430000', '151018.890000', '151019.350000', '151019.810000', '151020.270000', '151020.730000', '151021.190000', '151021.650000', '151022.110000', '151022.570000', '151023.030000', '151023.490000', '151023.950000', '151024.410000', '151024.870000', '151025.330000', '151025.790000', '151026.250000', '151026.710000', '151027.170000', '151027.630000', '151028.090000', '151028.550000', '151029.010000', '151029.470000', '151029.930000', '151030.390000', '151030.850000', '151031.310000', '151031.770000', '151032.230000', '151032.690000', '151033.150000', '151033.610000', '151034.070000', '151034.530000', '151034.990000', '151035.450000', '151035.910000', '151036.370000', '151036.830000', '151037.290000', '151037.750000', '151038.210000', '151038.670000', '151039.130000', '151039.590000', '151040.050000', '151040.510000', '151040.970000', '151041.430000', '151041.890000', '151042.350000', '151042.810000', '151043.270000', '151043.730000', '151044.190000', '151044.650000', '151045.110000', '151045.570000', '151046.030000', '151046.490000', '151046.950000', '151047.410000', '151047.870000', '151048.330000', '151048.790000', '151049.250000', '151049.710000', '151050.170000', '151050.630000', '151051.090000', '151051.550000', '151052.010000', '151052.470000', '151052.930000', '151053.390000', '151053.850000', '151054.310000', '151054.770000', '151055.230000', '151055.690000', '151056.150000', '151056.610000', '151057.070000', '151057.530000', '151057.990000', '151058.450000', '151058.910000', '151059.370000', '151059.830000', '151100.290000', '151100.750000', '151101.210000', '151101.670000', '151102.130000', '151102.590000', '151103.050000', '151103.510000', '151103.970000', '151104.430000', '151104.890000', '151105.350000', '151105.810000', '151106.270000', '151106.730000', '151107.190000', '151107.650000', '151108.110000', '151108.570000', '151109.030000', '151109.490000', '151109.950000', '151110.410000', '151110.870000', '151111.330000', '151111.790000', '151112.250000', '151112.710000', '151113.170000', '151113.630000', '151114.090000', '151114.550000', '151115.010000', '151115.470000', '151115.930000', '151116.390000', '151116.850000', '151117.310000', '151117.770000', '151118.230000', '151118.690000', '151119.150000', '151119.610000', '151120.070000', '151120.530000', '151120.990000', '151121.450000', '151121.910000', '151122.370000', '151122.830000', '151123.290000', '151123.750000', '151124.210000', '151124.670000', '151125.130000', '151125.590000', '151126.050000', '151126.510000', '151126.970000', '151127.430000', '151127.890000', '151128.350000', '151128.810000', '151129.270000', '151129.730000', '151130.190000', '151130.650000', '151131.110000', '151131.570000', '151132.030000', '151132.490000', '151132.950000', '151133.410000', '151133.870000', '151134.330000', '151134.790000', '151135.250000', '151135.710000', '151136.170000', '151136.630000', '151137.090000', '151137.550000', '151138.010000', '151138.470000', '151138.930000', '151139.390000', '151139.850000', '151140.310000', '151140.770000', '151141.230000', '151141.690000', '151142.150000', '151142.610000', '151143.070000', '151143.530000', '151143.990000', '151144.450000', '151144.910000', '151145.370000', '151145.830000', '151146.290000', '151146.750000', '151147.210000', '151147.670000', '151148.130000', '151148.590000', '151149.050000', '151149.510000', '151149.970000', '151150.430000', '151150.890000', '151151.350000', '151151.810000', '151152.270000', '151152.730000', '151153.190000', '151153.650000', '151154.110000', '151154.570000', '151155.030000', '151155.490000', '151155.950000', '151156.410000', '151156.870000', '151157.330000', '151157.790000', '151158.250000', '151158.710000', '151159.170000', '151159.630000', '151200.090000', '151200.550000', '151201.010000', '151201.470000', '151201.930000', '151202.390000', '151202.850000', '151203.310000', '151203.770000', '151204.230000', '151204.690000', '151205.150000', '151205.610000', '151206.070000', '151206.530000', '151206.990000', '151207.450000', '151207.910000', '151208.370000', '151208.830000', '151209.290000', '151209.750000', '151210.210000', '151210.670000', '151211.130000', '151211.590000', '151212.050000', '151212.510000', '151212.970000', '151213.430000', '151213.890000', '151214.350000', '151214.810000', '151215.270000', '151215.730000', '151216.190000', '151216.650000', '151217.110000', '151217.570000', '151218.030000', '151218.490000', '151218.950000', '151219.410000', '151219.870000', '151220.330000', '151220.790000', '151221.250000', '151221.710000', '151222.170000', '151222.630000', '151223.090000', '151223.550000', '151224.010000', '151224.470000', '151224.930000', '151225.390000', '151225.850000', '151226.310000', '151226.770000', '151227.230000', '151227.690000', '151228.150000', '151228.610000', '151229.070000', '151229.530000', '151229.990000', '151230.450000', '151230.910000', '151231.370000', '151231.830000', '151232.290000', '151232.750000', '151233.210000', '151233.670000', '151234.130000', '151234.590000', '151235.050000', '151235.510000', '151235.970000', '151236.430000', '151236.890000', '151237.350000', '151237.810000', '151238.270000', '151238.730000', '151239.190000', '151239.650000', '151240.110000', '151240.570000', '151241.030000', '151241.490000', '151241.950000', '151242.410000', '151242.870000', '151243.330000', '151243.790000', '151244.250000', '151244.710000', '151245.170000', '151245.630000', '151246.090000', '151246.550000', '151247.010000', '151247.470000', '151247.930000', '151248.390000', '151248.850000', '151249.310000', '151249.770000', '151250.230000', '151250.690000', '151251.150000', '151251.610000', '151252.070000', '151252.530000', '151252.990000', '151253.450000', '151253.910000', '151254.370000', '151254.830000', '151255.290000', '151255.750000', '151256.210000', '151256.670000', '151257.130000', '151257.590000', '151258.050000', '151258.510000', '151258.970000', '151259.430000', '151259.890000', '151300.350000', '151300.810000', '151301.270000', '151301.730000', '151302.190000', '151302.650000', '151303.110000', '151303.570000', '151304.030000', '151304.490000', '151304.950000', '151305.410000', '151305.870000', '151306.330000', '151306.790000', '151307.250000', '151307.710000', '151308.170000', '151308.630000', '151309.090000', '151309.550000', '151310.010000', '151310.470000', '151310.930000', '151311.390000', '151311.850000', '151312.310000', '151312.770000', '151313.230000', '151313.690000', '151314.150000', '151314.610000', '151315.070000', '151315.530000', '151315.990000', '151316.450000', '151316.910000', '151317.370000', '151317.830000', '151318.290000', '151318.750000', '151319.210000', '151319.670000', '151320.130000', '151320.590000', '151321.050000', '151321.510000', '151321.970000', '151322.430000', '151322.890000', '151323.350000', '151323.810000', '151324.270000', '151324.730000', '151325.190000', '151325.650000', '151326.110000', '151326.570000', '151327.030000', '151327.490000', '151327.950000', '151328.410000', '151328.870000', '151329.330000', '151329.790000', '151330.250000', '151330.710000', '151331.170000', '151331.630000', '151332.090000', '151332.550000', '151333.010000', '151333.470000', '151333.930000', '151334.390000', '151334.850000', '151335.310000', '151335.770000', '151336.230000', '151336.690000', '151337.150000', '151337.610000', '151338.070000', '151338.530000', '151338.990000', '151339.450000', '151339.910000', '151340.370000', '151340.830000', '151341.290000', '151341.750000', '151342.210000', '151342.670000', '151343.130000', '151343.590000', '151344.050000', '151344.510000', '151344.970000', '151345.430000', '151345.890000', '151346.350000', '151346.810000', '151347.270000', '151347.730000', '151348.190000', '151348.650000', '151349.110000', '151349.570000', '151350.030000', '151350.490000', '151350.950000', '151351.410000', '151351.870000', '151352.330000', '151352.790000', '151353.250000', '151353.710000', '151354.170000', '151354.630000', '151355.090000', '151355.550000', '151356.010000', '151356.470000', '151356.930000', '151357.390000', '151357.850000', '151358.310000', '151358.770000', '151359.230000', '151359.690000', '151400.150000', '151400.610000', '151401.070000', '151401.530000', '151401.990000', '151402.450000', '151402.910000', '151403.370000', '151403.830000', '151404.290000', '151404.750000', '151405.210000', '151405.670000', '151406.130000', '151406.590000', '151407.050000', '151407.510000', '151407.970000', '151408.430000', '151408.890000', '151409.350000', '151409.810000', '151410.270000', '151410.730000', '151411.190000', '151411.650000', '151412.110000', '151412.570000', '151413.030000', '151413.490000', '151413.950000', '151414.410000', '151414.870000', '151415.330000', '151415.790000', '151416.250000', '151416.710000', '151417.170000', '151417.630000', '151418.090000', '151418.550000', '151419.010000', '151419.470000', '151419.930000', '151420.390000', '151420.850000', '151421.310000', '151421.770000', '151422.230000', '151422.690000', '151423.150000', '151423.610000', '151424.070000', '151424.530000', '151424.990000', '151425.450000', '151425.910000', '151426.370000', '151426.830000', '151427.290000', '151427.750000', '151428.210000', '151428.670000', '151429.130000', '151429.590000', '151430.050000', '151430.510000', '151430.970000', '151431.430000', '151431.890000', '151432.350000', '151432.810000', '151433.270000', '151433.730000', '151434.190000', '151434.650000', '151435.110000', '151435.570000', '151436.030000', '151436.490000'], 'ContentTime': ['150538.301000', '150538.305000', '150538.308000', '150538.311000', '150538.314000', '150538.317000', '150538.320000', '150538.323000', '150538.326000', '150538.338000', '150538.341000', '150538.344000', '150538.347000', '150538.350000', '150538.353000', '150538.357000', '150538.360000', '150538.362000', '150538.365000', '150538.368000', '150538.372000', '150538.375000', '150538.378000', '150538.381000', '150538.384000', '150538.387000', '150538.390000', '150538.393000', '150538.396000', '150538.399000', '150538.402000', '150538.409000', '150538.412000', '150538.415000', '150538.418000', '150558.267000', '150558.270000', '150558.273000', '150558.276000', '150558.279000', '150558.285000', '150558.288000', '150558.291000', '150558.293000', '150558.296000', '150558.299000', '150558.302000', '150558.305000', '150558.308000', '150558.311000', '150558.313000', '150558.316000', '150558.319000', '150558.322000', '150558.325000', '150558.328000', '150558.331000', '150558.333000', '150558.336000', '150558.339000', '150558.342000', '150558.345000', '150558.348000', '150558.350000', '150558.353000', '150558.356000', '150558.359000', '150558.362000', '150558.365000', '150558.367000', '150558.370000', '150558.373000', '150558.376000', '150558.379000', '150558.382000', '150558.384000', '150558.387000', '150558.390000', '150558.393000', '150618.267000', '150618.270000', '150618.273000', '150618.276000', '150618.279000', '150618.281000', '150618.284000', '150618.287000', '150618.290000', '150618.293000', '150618.296000', '150618.299000', '150618.301000', '150618.304000', '150618.307000', '150618.310000', '150618.313000', '150618.316000', '150618.319000', '150618.322000', '150618.325000', '150618.328000', '150618.331000', '150618.334000', '150618.337000', '150618.339000', '150618.342000', '150618.345000', '150618.348000', '150618.351000', '150618.354000', '150618.356000', '150618.359000', '150618.362000', '150618.365000', '150618.368000', '150618.371000', '150618.374000', '150618.376000', '150618.379000', '150618.382000', '150618.385000', '150618.388000', '150638.267000', '150638.270000', '150638.273000', '150638.276000', '150638.279000', '150638.282000', '150638.285000', '150638.287000', '150638.290000', '150638.293000', '150638.296000', '150638.299000', '150638.302000', '150638.305000', '150638.307000', '150638.310000', '150638.313000', '150638.316000', '150638.319000', '150638.322000', '150638.325000', '150638.328000', '150638.331000', '150638.333000', '150638.336000', '150638.339000', '150638.342000', '150638.345000', '150638.348000', '150638.351000', '150638.354000', '150638.357000', '150638.359000', '150638.362000', '150638.365000', '150638.368000', '150638.371000', '150638.374000', '150638.377000', '150638.380000', '150638.382000', '150638.385000', '150638.388000', '150638.391000', '150658.267000', '150658.270000', '150658.273000', '150658.276000', '150658.279000', '150658.282000', '150658.284000', '150658.287000', '150658.290000', '150658.293000', '150658.296000', '150658.299000', '150658.302000', '150658.304000', '150658.307000', '150658.310000', '150658.313000', '150658.329000', '150658.332000', '150658.335000', '150658.338000', '150658.341000', '150658.344000', '150658.347000', '150658.350000', '150658.353000', '150658.356000', '150658.359000', '150658.362000', '150658.365000', '150658.367000', '150658.370000', '150658.373000', '150658.376000', '150658.379000', '150658.382000', '150658.385000', '150658.388000', '150658.391000', '150658.394000', '150658.396000', '150658.399000', '150658.402000', '150718.267000', '150718.270000', '150718.273000', '150718.276000', '150718.279000', '150718.282000', '150718.284000', '150718.287000', '150718.290000', '150718.293000', '150718.296000', '150718.299000', '150718.302000', '150718.305000', '150718.307000', '150718.310000', '150718.313000', '150718.316000', '150718.319000', '150718.322000', '150718.325000', '150718.328000', '150718.330000', '150718.333000', '150718.336000', '150718.339000', '150718.342000', '150718.345000', '150718.348000', '150718.351000', '150718.354000', '150718.357000', '150718.360000', '150718.362000', '150718.365000', '150718.368000', '150718.371000', '150718.374000', '150718.377000', '150718.380000', '150718.383000', '150718.385000', '150718.388000', '150718.391000', '150738.266000', '150738.269000', '150738.272000', '150738.275000', '150738.278000', '150738.281000', '150738.284000', '150738.286000', '150738.289000', '150738.292000', '150738.296000', '150738.299000', '150738.302000', '150738.305000', '150738.308000', '150738.311000', '150738.314000', '150738.317000', '150738.319000', '150738.322000', '150738.325000', '150738.328000', '150738.331000', '150738.334000', '150738.337000', '150738.340000', '150738.343000', '150738.345000', '150738.348000', '150738.351000', '150738.354000', '150738.357000', '150738.360000', '150738.363000', '150738.366000', '150738.371000', '150738.374000', '150738.377000', '150738.380000', '150738.382000', '150738.385000', '150738.388000', '150738.391000', '150758.266000', '150758.269000', '150758.272000', '150758.275000', '150758.278000', '150758.281000', '150758.283000', '150758.286000', '150758.289000', '150758.292000', '150758.295000', '150758.298000', '150758.301000', '150758.304000', '150758.307000', '150758.309000', '150758.312000', '150758.315000', '150758.318000', '150758.321000', '150758.324000', '150758.327000', '150758.330000', '150758.332000', '150758.335000', '150758.338000', '150758.341000', '150758.344000', '150758.347000', '150758.350000', '150758.353000', '150758.356000', '150758.359000', '150758.362000', '150758.365000', '150758.367000', '150758.370000', '150758.373000', '150758.376000', '150758.379000', '150758.382000', '150758.385000', '150758.388000', '150758.391000', '150818.267000', '150818.270000', '150818.273000', '150818.276000', '150818.279000', '150818.281000', '150818.284000', '150818.287000', '150818.290000', '150818.293000', '150818.296000', '150818.299000', '150818.301000', '150818.304000', '150818.307000', '150818.310000', '150818.313000', '150818.316000', '150818.319000', '150818.322000', '150818.325000', '150818.327000', '150818.330000', '150818.333000', '150818.336000', '150818.339000', '150818.342000', '150818.345000', '150818.348000', '150818.351000', '150818.353000', '150818.356000', '150818.359000', '150818.362000', '150818.365000', '150818.368000', '150818.371000', '150818.374000', '150818.377000', '150818.380000', '150818.385000', '150818.389000', '150818.392000', '150838.267000', '150838.270000', '150838.273000', '150838.276000', '150838.279000', '150838.282000', '150838.285000', '150838.288000', '150838.290000', '150838.293000', '150838.296000', '150838.299000', '150838.302000', '150838.305000', '150838.308000', '150838.311000', '150838.314000', '150838.317000', '150838.319000', '150838.322000', '150838.325000', '150838.328000', '150838.331000', '150838.334000', '150838.337000', '150838.339000', '150838.342000', '150838.345000', '150838.348000', '150838.351000', '150838.354000', '150838.357000', '150838.360000', '150838.363000', '150838.366000', '150838.368000', '150838.371000', '150838.374000', '150838.377000', '150838.380000', '150838.383000', '150838.386000', '150838.389000', '150838.391000', '150858.267000', '150858.315000', '150858.318000', '150858.321000', '150858.324000', '150858.327000', '150858.330000', '150858.333000', '150858.336000', '150858.339000', '150858.342000', '150858.345000', '150858.348000', '150858.351000', '150858.354000', '150858.357000', '150858.360000', '150858.363000', '150858.365000', '150858.368000', '150858.371000', '150858.374000', '150858.377000', '150858.380000', '150858.383000', '150858.386000', '150858.389000', '150858.392000', '150858.395000', '150858.398000', '150858.400000', '150858.406000', '150858.410000', '150858.413000', '150858.416000', '150858.419000', '150858.421000', '150858.424000', '150858.427000', '150858.430000', '150858.433000', '150858.436000', '150858.439000', '150918.267000', '150918.270000', '150918.273000', '150918.276000', '150918.279000', '150918.282000', '150918.285000', '150918.288000', '150918.290000', '150918.293000', '150918.296000', '150918.299000', '150918.302000', '150918.305000', '150918.308000', '150918.311000', '150918.314000', '150918.317000', '150918.320000', '150918.323000', '150918.326000', '150918.328000', '150918.331000', '150918.334000', '150918.337000', '150918.340000', '150918.343000', '150918.346000', '150918.349000', '150918.352000', '150918.354000', '150918.357000', '150918.360000', '150918.363000', '150918.366000', '150918.369000', '150918.372000', '150918.375000', '150918.377000', '150918.380000', '150918.383000', '150918.386000', '150918.389000', '150918.392000', '150938.267000', '150938.270000', '150938.273000', '150938.276000', '150938.279000', '150938.282000', '150938.285000', '150938.288000', '150938.290000', '150938.293000', '150938.296000', '150938.299000', '150938.302000', '150938.305000', '150938.308000', '150938.311000', '150938.314000', '150938.316000', '150938.319000', '150938.322000', '150938.325000', '150938.328000', '150938.331000', '150938.334000', '150938.337000', '150938.340000', '150938.342000', '150938.345000', '150938.348000', '150938.351000', '150938.354000', '150938.357000', '150938.360000', '150938.363000', '150938.366000', '150938.368000', '150938.371000', '150938.374000', '150938.377000', '150938.380000', '150938.383000', '150938.386000', '150938.389000', '150958.266000', '150958.269000', '150958.272000', '150958.275000', '150958.278000', '150958.281000', '150958.284000', '150958.287000', '150958.289000', '150958.292000', '150958.295000', '150958.298000', '150958.301000', '150958.304000', '150958.307000', '150958.310000', '150958.313000', '150958.315000', '150958.318000', '150958.321000', '150958.324000', '150958.327000', '150958.330000', '150958.333000', '150958.345000', '150958.348000', '150958.351000', '150958.353000', '150958.356000', '150958.359000', '150958.362000', '150958.365000', '150958.368000', '150958.371000', '150958.374000', '150958.377000', '150958.379000', '150958.382000', '150958.385000', '150958.388000', '150958.391000', '150958.394000', '150958.397000', '150958.400000', '151018.266000', '151018.269000', '151018.272000', '151018.275000', '151018.278000', '151018.281000', '151018.284000', '151018.287000', '151018.290000', '151018.293000', '151018.296000', '151018.298000', '151018.301000', '151018.304000', '151018.307000', '151018.310000', '151018.317000', '151018.320000', '151018.323000', '151018.325000', '151018.328000', '151018.331000', '151018.334000', '151018.337000', '151018.340000', '151018.343000', '151018.346000', '151018.349000', '151018.351000', '151018.354000', '151018.357000', '151018.360000', '151018.363000', '151018.366000', '151018.369000', '151018.373000', '151018.376000', '151018.379000', '151018.382000', '151018.385000', '151018.388000', '151018.391000', '151018.393000', '151038.267000', '151038.270000', '151038.273000', '151038.276000', '151038.279000', '151038.282000', '151038.285000', '151038.287000', '151038.290000', '151038.293000', '151038.296000', '151038.299000', '151038.302000', '151038.305000', '151038.308000', '151038.311000', '151038.314000', '151038.316000', '151038.319000', '151038.322000', '151038.325000', '151038.328000', '151038.331000', '151038.334000', '151038.337000', '151038.340000', '151038.343000', '151038.346000', '151038.349000', '151038.352000', '151038.354000', '151038.357000', '151038.360000', '151038.363000', '151038.366000', '151038.369000', '151038.372000', '151038.375000', '151038.378000', '151038.380000', '151038.383000', '151038.386000', '151038.391000', '151038.394000', '151058.267000', '151058.270000', '151058.273000', '151058.276000', '151058.279000', '151058.282000', '151058.285000', '151058.288000', '151058.291000', '151058.293000', '151058.296000', '151058.299000', '151058.302000', '151058.305000', '151058.308000', '151058.311000', '151058.314000', '151058.316000', '151058.319000', '151058.322000', '151058.325000', '151058.328000', '151058.331000', '151058.334000', '151058.337000', '151058.340000', '151058.343000', '151058.346000', '151058.348000', '151058.351000', '151058.354000', '151058.357000', '151058.360000', '151058.363000', '151058.366000', '151058.369000', '151058.372000', '151058.375000', '151058.378000', '151058.380000', '151058.383000', '151058.386000', '151058.389000', '151118.267000', '151118.270000', '151118.273000', '151118.276000', '151118.279000', '151118.282000', '151118.285000', '151118.288000', '151118.290000', '151118.293000', '151118.296000', '151118.299000', '151118.302000', '151118.305000', '151118.308000', '151118.311000', '151118.313000', '151118.316000', '151118.319000', '151118.322000', '151118.325000', '151118.328000', '151118.331000', '151118.334000', '151118.337000', '151118.340000', '151118.343000', '151118.346000', '151118.348000', '151118.351000', '151118.354000', '151118.357000', '151118.360000', '151118.363000', '151118.366000', '151118.369000', '151118.372000', '151118.374000', '151118.377000', '151118.380000', '151118.383000', '151118.386000', '151118.389000', '151118.392000', '151138.267000', '151138.270000', '151138.273000', '151138.276000', '151138.279000', '151138.282000', '151138.285000', '151138.288000', '151138.291000', '151138.294000', '151138.296000', '151138.299000', '151138.302000', '151138.305000', '151138.308000', '151138.311000', '151138.314000', '151138.316000', '151138.319000', '151138.322000', '151138.325000', '151138.328000', '151138.331000', '151138.334000', '151138.337000', '151138.340000', '151138.343000', '151138.345000', '151138.348000', '151138.351000', '151138.354000', '151138.357000', '151138.360000', '151138.363000', '151138.366000', '151138.369000', '151138.372000', '151138.375000', '151138.377000', '151138.380000', '151138.383000', '151138.386000', '151138.389000', '151158.267000', '151158.270000', '151158.273000', '151158.276000', '151158.279000', '151158.282000', '151158.285000', '151158.288000', '151158.290000', '151158.293000', '151158.296000', '151158.299000', '151158.302000', '151158.305000', '151158.307000', '151158.310000', '151158.313000', '151158.316000', '151158.319000', '151158.322000', '151158.325000', '151158.328000', '151158.331000', '151158.334000', '151158.336000', '151158.339000', '151158.342000', '151158.345000', '151158.348000', '151158.351000', '151158.354000', '151158.357000', '151158.360000', '151158.363000', '151158.365000', '151158.368000', '151158.371000', '151158.374000', '151158.377000', '151158.380000', '151158.383000', '151158.386000', '151158.389000', '151158.392000', '151218.266000', '151218.269000', '151218.272000', '151218.275000', '151218.278000', '151218.281000', '151218.284000', '151218.287000', '151218.290000', '151218.292000', '151218.295000', '151218.298000', '151218.301000', '151218.304000', '151218.307000', '151218.310000', '151218.312000', '151218.315000', '151218.318000', '151218.321000', '151218.324000', '151218.327000', '151218.330000', '151218.333000', '151218.336000', '151218.339000', '151218.341000', '151218.344000', '151218.347000', '151218.350000', '151218.353000', '151218.356000', '151218.359000', '151218.362000', '151218.365000', '151218.368000', '151218.371000', '151218.374000', '151218.377000', '151218.380000', '151218.382000', '151218.385000', '151218.388000', '151238.266000', '151238.269000', '151238.272000', '151238.275000', '151238.278000', '151238.281000', '151238.284000', '151238.287000', '151238.290000', '151238.293000', '151238.296000', '151238.299000', '151238.301000', '151238.304000', '151238.307000', '151238.310000', '151238.313000', '151238.316000', '151238.319000', '151238.322000', '151238.324000', '151238.327000', '151238.330000', '151238.333000', '151238.336000', '151238.339000', '151238.342000', '151238.345000', '151238.347000', '151238.350000', '151238.353000', '151238.356000', '151238.359000', '151238.362000', '151238.365000', '151238.368000', '151238.371000', '151238.374000', '151238.376000', '151238.379000', '151238.382000', '151238.385000', '151238.388000', '151258.267000', '151258.270000', '151258.287000', '151258.290000', '151258.292000', '151258.295000', '151258.298000', '151258.301000', '151258.304000', '151258.307000', '151258.310000', '151258.313000', '151258.315000', '151258.318000', '151258.321000', '151258.324000', '151258.327000', '151258.330000', '151258.333000', '151258.336000', '151258.339000', '151258.342000', '151258.345000', '151258.347000', '151258.350000', '151258.353000', '151258.356000', '151258.359000', '151258.362000', '151258.365000', '151258.368000', '151258.371000', '151258.374000', '151258.377000', '151258.379000', '151258.382000', '151258.385000', '151258.388000', '151258.391000', '151258.394000', '151258.397000', '151258.400000', '151258.403000', '151258.406000', '151318.267000', '151318.270000', '151318.273000', '151318.276000', '151318.279000', '151318.282000', '151318.285000', '151318.289000', '151318.294000', '151318.297000', '151318.300000', '151318.303000', '151318.306000', '151318.309000', '151318.311000', '151318.314000', '151318.317000', '151318.320000', '151318.323000', '151318.326000', '151318.329000', '151318.332000', '151318.335000', '151318.338000', '151318.340000', '151318.343000', '151318.346000', '151318.349000', '151318.352000', '151318.355000', '151318.358000', '151318.361000', '151318.364000', '151318.366000', '151318.369000', '151318.372000', '151318.375000', '151318.378000', '151318.381000', '151318.384000', '151318.387000', '151318.390000', '151318.393000', '151338.267000', '151338.270000', '151338.273000', '151338.276000', '151338.279000', '151338.282000', '151338.285000', '151338.288000', '151338.290000', '151338.293000', '151338.296000', '151338.299000', '151338.302000', '151338.305000', '151338.308000', '151338.328000', '151338.331000', '151338.334000', '151338.336000', '151338.339000', '151338.342000', '151338.345000', '151338.348000', '151338.351000', '151338.354000', '151338.357000', '151338.360000', '151338.363000', '151338.366000', '151338.369000', '151338.371000', '151338.374000', '151338.377000', '151338.380000', '151338.383000', '151338.386000', '151338.389000', '151338.392000', '151338.394000', '151338.397000', '151338.400000', '151338.403000', '151338.406000', '151338.409000', '151358.267000', '151358.270000', '151358.273000', '151358.276000', '151358.279000', '151358.282000', '151358.285000', '151358.288000', '151358.291000', '151358.293000', '151358.296000', '151358.299000', '151358.302000', '151358.305000', '151358.308000', '151358.311000', '151358.314000', '151358.317000', '151358.320000', '151358.323000', '151358.326000', '151358.329000', '151358.332000', '151358.335000', '151358.338000', '151358.341000', '151358.344000', '151358.346000', '151358.349000', '151358.352000', '151358.355000', '151358.358000', '151358.361000', '151358.364000', '151358.367000', '151358.370000', '151358.373000', '151358.376000', '151358.378000', '151358.381000', '151358.384000', '151358.387000', '151358.398000', '151418.267000', '151418.270000', '151418.273000', '151418.276000', '151418.279000', '151418.282000', '151418.285000', '151418.288000', '151418.290000', '151418.293000', '151418.296000', '151418.299000', '151418.302000', '151418.305000', '151418.308000', '151418.311000', '151418.314000', '151418.317000', '151418.319000', '151418.322000', '151418.325000', '151418.328000', '151418.331000', '151418.334000', '151418.337000', '151418.340000', '151418.343000', '151418.345000', '151418.348000', '151418.351000', '151418.354000', '151418.357000', '151418.360000', '151418.363000', '151418.366000', '151418.369000', '151418.371000', '151418.374000', '151418.377000', '151418.380000', '151418.383000', '151418.386000', '151418.389000', '151418.392000', '151437.926000', '151437.930000', '151437.932000', '151437.935000', '151437.938000', '151437.941000', '151437.944000', '151437.947000', '151437.951000', '151437.954000', '151437.957000', '151437.960000', '151437.963000', '151437.966000', '151437.969000', '151437.973000', '151437.976000', '151437.979000', '151437.982000', '151437.985000', '151437.988000', '151437.991000', '151437.993000', '151437.996000', '151438.000000', '151438.003000', '151438.006000', '151438.009000', '151438.012000', '151438.015000', '151438.017000', '151438.020000', '151438.023000', '151438.026000', '151438.029000', '151438.032000', '151438.035000', '151438.038000', '151438.040000', '151438.043000', '151438.046000', '151438.049000', '151438.052000'], 'InstanceCreationTime': ['150538.301000', '150538.305000', '150538.308000', '150538.311000', '150538.314000', '150538.317000', '150538.320000', '150538.323000', '150538.326000', '150538.338000', '150538.341000', '150538.344000', '150538.347000', '150538.350000', '150538.353000', '150538.357000', '150538.360000', '150538.362000', '150538.365000', '150538.368000', '150538.372000', '150538.375000', '150538.378000', '150538.381000', '150538.384000', '150538.387000', '150538.390000', '150538.393000', '150538.396000', '150538.399000', '150538.402000', '150538.409000', '150538.412000', '150538.415000', '150538.418000', '150558.267000', '150558.270000', '150558.273000', '150558.276000', '150558.279000', '150558.285000', '150558.288000', '150558.291000', '150558.293000', '150558.296000', '150558.299000', '150558.302000', '150558.305000', '150558.308000', '150558.311000', '150558.313000', '150558.316000', '150558.319000', '150558.322000', '150558.325000', '150558.328000', '150558.331000', '150558.333000', '150558.336000', '150558.339000', '150558.342000', '150558.345000', '150558.348000', '150558.350000', '150558.353000', '150558.356000', '150558.359000', '150558.362000', '150558.365000', '150558.367000', '150558.370000', '150558.373000', '150558.376000', '150558.379000', '150558.382000', '150558.384000', '150558.387000', '150558.390000', '150558.393000', '150618.267000', '150618.270000', '150618.273000', '150618.276000', '150618.279000', '150618.281000', '150618.284000', '150618.287000', '150618.290000', '150618.293000', '150618.296000', '150618.299000', '150618.301000', '150618.304000', '150618.307000', '150618.310000', '150618.313000', '150618.316000', '150618.319000', '150618.322000', '150618.325000', '150618.328000', '150618.331000', '150618.334000', '150618.337000', '150618.339000', '150618.342000', '150618.345000', '150618.348000', '150618.351000', '150618.354000', '150618.356000', '150618.359000', '150618.362000', '150618.365000', '150618.368000', '150618.371000', '150618.374000', '150618.376000', '150618.379000', '150618.382000', '150618.385000', '150618.388000', '150638.267000', '150638.270000', '150638.273000', '150638.276000', '150638.279000', '150638.282000', '150638.285000', '150638.287000', '150638.290000', '150638.293000', '150638.296000', '150638.299000', '150638.302000', '150638.305000', '150638.307000', '150638.310000', '150638.313000', '150638.316000', '150638.319000', '150638.322000', '150638.325000', '150638.328000', '150638.331000', '150638.333000', '150638.336000', '150638.339000', '150638.342000', '150638.345000', '150638.348000', '150638.351000', '150638.354000', '150638.357000', '150638.359000', '150638.362000', '150638.365000', '150638.368000', '150638.371000', '150638.374000', '150638.377000', '150638.380000', '150638.382000', '150638.385000', '150638.388000', '150638.391000', '150658.267000', '150658.270000', '150658.273000', '150658.276000', '150658.279000', '150658.282000', '150658.284000', '150658.287000', '150658.290000', '150658.293000', '150658.296000', '150658.299000', '150658.302000', '150658.304000', '150658.307000', '150658.310000', '150658.313000', '150658.329000', '150658.332000', '150658.335000', '150658.338000', '150658.341000', '150658.344000', '150658.347000', '150658.350000', '150658.353000', '150658.356000', '150658.359000', '150658.362000', '150658.365000', '150658.367000', '150658.370000', '150658.373000', '150658.376000', '150658.379000', '150658.382000', '150658.385000', '150658.388000', '150658.391000', '150658.394000', '150658.396000', '150658.399000', '150658.402000', '150718.267000', '150718.270000', '150718.273000', '150718.276000', '150718.279000', '150718.282000', '150718.284000', '150718.287000', '150718.290000', '150718.293000', '150718.296000', '150718.299000', '150718.302000', '150718.305000', '150718.307000', '150718.310000', '150718.313000', '150718.316000', '150718.319000', '150718.322000', '150718.325000', '150718.328000', '150718.330000', '150718.333000', '150718.336000', '150718.339000', '150718.342000', '150718.345000', '150718.348000', '150718.351000', '150718.354000', '150718.357000', '150718.360000', '150718.362000', '150718.365000', '150718.368000', '150718.371000', '150718.374000', '150718.377000', '150718.380000', '150718.383000', '150718.385000', '150718.388000', '150718.391000', '150738.266000', '150738.269000', '150738.272000', '150738.275000', '150738.278000', '150738.281000', '150738.284000', '150738.286000', '150738.289000', '150738.292000', '150738.296000', '150738.299000', '150738.302000', '150738.305000', '150738.308000', '150738.311000', '150738.314000', '150738.317000', '150738.319000', '150738.322000', '150738.325000', '150738.328000', '150738.331000', '150738.334000', '150738.337000', '150738.340000', '150738.343000', '150738.345000', '150738.348000', '150738.351000', '150738.354000', '150738.357000', '150738.360000', '150738.363000', '150738.366000', '150738.371000', '150738.374000', '150738.377000', '150738.380000', '150738.382000', '150738.385000', '150738.388000', '150738.391000', '150758.266000', '150758.269000', '150758.272000', '150758.275000', '150758.278000', '150758.281000', '150758.283000', '150758.286000', '150758.289000', '150758.292000', '150758.295000', '150758.298000', '150758.301000', '150758.304000', '150758.307000', '150758.309000', '150758.312000', '150758.315000', '150758.318000', '150758.321000', '150758.324000', '150758.327000', '150758.330000', '150758.332000', '150758.335000', '150758.338000', '150758.341000', '150758.344000', '150758.347000', '150758.350000', '150758.353000', '150758.356000', '150758.359000', '150758.362000', '150758.365000', '150758.367000', '150758.370000', '150758.373000', '150758.376000', '150758.379000', '150758.382000', '150758.385000', '150758.388000', '150758.391000', '150818.267000', '150818.270000', '150818.273000', '150818.276000', '150818.279000', '150818.281000', '150818.284000', '150818.287000', '150818.290000', '150818.293000', '150818.296000', '150818.299000', '150818.301000', '150818.304000', '150818.307000', '150818.310000', '150818.313000', '150818.316000', '150818.319000', '150818.322000', '150818.325000', '150818.327000', '150818.330000', '150818.333000', '150818.336000', '150818.339000', '150818.342000', '150818.345000', '150818.348000', '150818.351000', '150818.353000', '150818.356000', '150818.359000', '150818.362000', '150818.365000', '150818.368000', '150818.371000', '150818.374000', '150818.377000', '150818.380000', '150818.385000', '150818.389000', '150818.392000', '150838.267000', '150838.270000', '150838.273000', '150838.276000', '150838.279000', '150838.282000', '150838.285000', '150838.288000', '150838.290000', '150838.293000', '150838.296000', '150838.299000', '150838.302000', '150838.305000', '150838.308000', '150838.311000', '150838.314000', '150838.317000', '150838.319000', '150838.322000', '150838.325000', '150838.328000', '150838.331000', '150838.334000', '150838.337000', '150838.339000', '150838.342000', '150838.345000', '150838.348000', '150838.351000', '150838.354000', '150838.357000', '150838.360000', '150838.363000', '150838.366000', '150838.368000', '150838.371000', '150838.374000', '150838.377000', '150838.380000', '150838.383000', '150838.386000', '150838.389000', '150838.391000', '150858.267000', '150858.315000', '150858.318000', '150858.321000', '150858.324000', '150858.327000', '150858.330000', '150858.333000', '150858.336000', '150858.339000', '150858.342000', '150858.345000', '150858.348000', '150858.351000', '150858.354000', '150858.357000', '150858.360000', '150858.363000', '150858.365000', '150858.368000', '150858.371000', '150858.374000', '150858.377000', '150858.380000', '150858.383000', '150858.386000', '150858.389000', '150858.392000', '150858.395000', '150858.398000', '150858.400000', '150858.406000', '150858.410000', '150858.413000', '150858.416000', '150858.419000', '150858.421000', '150858.424000', '150858.427000', '150858.430000', '150858.433000', '150858.436000', '150858.439000', '150918.267000', '150918.270000', '150918.273000', '150918.276000', '150918.279000', '150918.282000', '150918.285000', '150918.288000', '150918.290000', '150918.293000', '150918.296000', '150918.299000', '150918.302000', '150918.305000', '150918.308000', '150918.311000', '150918.314000', '150918.317000', '150918.320000', '150918.323000', '150918.326000', '150918.328000', '150918.331000', '150918.334000', '150918.337000', '150918.340000', '150918.343000', '150918.346000', '150918.349000', '150918.352000', '150918.354000', '150918.357000', '150918.360000', '150918.363000', '150918.366000', '150918.369000', '150918.372000', '150918.375000', '150918.377000', '150918.380000', '150918.383000', '150918.386000', '150918.389000', '150918.392000', '150938.267000', '150938.270000', '150938.273000', '150938.276000', '150938.279000', '150938.282000', '150938.285000', '150938.288000', '150938.290000', '150938.293000', '150938.296000', '150938.299000', '150938.302000', '150938.305000', '150938.308000', '150938.311000', '150938.314000', '150938.316000', '150938.319000', '150938.322000', '150938.325000', '150938.328000', '150938.331000', '150938.334000', '150938.337000', '150938.340000', '150938.342000', '150938.345000', '150938.348000', '150938.351000', '150938.354000', '150938.357000', '150938.360000', '150938.363000', '150938.366000', '150938.368000', '150938.371000', '150938.374000', '150938.377000', '150938.380000', '150938.383000', '150938.386000', '150938.389000', '150958.266000', '150958.269000', '150958.272000', '150958.275000', '150958.278000', '150958.281000', '150958.284000', '150958.287000', '150958.289000', '150958.292000', '150958.295000', '150958.298000', '150958.301000', '150958.304000', '150958.307000', '150958.310000', '150958.313000', '150958.315000', '150958.318000', '150958.321000', '150958.324000', '150958.327000', '150958.330000', '150958.333000', '150958.345000', '150958.348000', '150958.351000', '150958.353000', '150958.356000', '150958.359000', '150958.362000', '150958.365000', '150958.368000', '150958.371000', '150958.374000', '150958.377000', '150958.379000', '150958.382000', '150958.385000', '150958.388000', '150958.391000', '150958.394000', '150958.397000', '150958.400000', '151018.266000', '151018.269000', '151018.272000', '151018.275000', '151018.278000', '151018.281000', '151018.284000', '151018.287000', '151018.290000', '151018.293000', '151018.296000', '151018.298000', '151018.301000', '151018.304000', '151018.307000', '151018.310000', '151018.317000', '151018.320000', '151018.323000', '151018.325000', '151018.328000', '151018.331000', '151018.334000', '151018.337000', '151018.340000', '151018.343000', '151018.346000', '151018.349000', '151018.351000', '151018.354000', '151018.357000', '151018.360000', '151018.363000', '151018.366000', '151018.369000', '151018.373000', '151018.376000', '151018.379000', '151018.382000', '151018.385000', '151018.388000', '151018.391000', '151018.393000', '151038.267000', '151038.270000', '151038.273000', '151038.276000', '151038.279000', '151038.282000', '151038.285000', '151038.287000', '151038.290000', '151038.293000', '151038.296000', '151038.299000', '151038.302000', '151038.305000', '151038.308000', '151038.311000', '151038.314000', '151038.316000', '151038.319000', '151038.322000', '151038.325000', '151038.328000', '151038.331000', '151038.334000', '151038.337000', '151038.340000', '151038.343000', '151038.346000', '151038.349000', '151038.352000', '151038.354000', '151038.357000', '151038.360000', '151038.363000', '151038.366000', '151038.369000', '151038.372000', '151038.375000', '151038.378000', '151038.380000', '151038.383000', '151038.386000', '151038.391000', '151038.394000', '151058.267000', '151058.270000', '151058.273000', '151058.276000', '151058.279000', '151058.282000', '151058.285000', '151058.288000', '151058.291000', '151058.293000', '151058.296000', '151058.299000', '151058.302000', '151058.305000', '151058.308000', '151058.311000', '151058.314000', '151058.316000', '151058.319000', '151058.322000', '151058.325000', '151058.328000', '151058.331000', '151058.334000', '151058.337000', '151058.340000', '151058.343000', '151058.346000', '151058.348000', '151058.351000', '151058.354000', '151058.357000', '151058.360000', '151058.363000', '151058.366000', '151058.369000', '151058.372000', '151058.375000', '151058.378000', '151058.380000', '151058.383000', '151058.386000', '151058.389000', '151118.267000', '151118.270000', '151118.273000', '151118.276000', '151118.279000', '151118.282000', '151118.285000', '151118.288000', '151118.290000', '151118.293000', '151118.296000', '151118.299000', '151118.302000', '151118.305000', '151118.308000', '151118.311000', '151118.313000', '151118.316000', '151118.319000', '151118.322000', '151118.325000', '151118.328000', '151118.331000', '151118.334000', '151118.337000', '151118.340000', '151118.343000', '151118.346000', '151118.348000', '151118.351000', '151118.354000', '151118.357000', '151118.360000', '151118.363000', '151118.366000', '151118.369000', '151118.372000', '151118.374000', '151118.377000', '151118.380000', '151118.383000', '151118.386000', '151118.389000', '151118.392000', '151138.267000', '151138.270000', '151138.273000', '151138.276000', '151138.279000', '151138.282000', '151138.285000', '151138.288000', '151138.291000', '151138.294000', '151138.296000', '151138.299000', '151138.302000', '151138.305000', '151138.308000', '151138.311000', '151138.314000', '151138.316000', '151138.319000', '151138.322000', '151138.325000', '151138.328000', '151138.331000', '151138.334000', '151138.337000', '151138.340000', '151138.343000', '151138.345000', '151138.348000', '151138.351000', '151138.354000', '151138.357000', '151138.360000', '151138.363000', '151138.366000', '151138.369000', '151138.372000', '151138.375000', '151138.377000', '151138.380000', '151138.383000', '151138.386000', '151138.389000', '151158.267000', '151158.270000', '151158.273000', '151158.276000', '151158.279000', '151158.282000', '151158.285000', '151158.288000', '151158.290000', '151158.293000', '151158.296000', '151158.299000', '151158.302000', '151158.305000', '151158.307000', '151158.310000', '151158.313000', '151158.316000', '151158.319000', '151158.322000', '151158.325000', '151158.328000', '151158.331000', '151158.334000', '151158.336000', '151158.339000', '151158.342000', '151158.345000', '151158.348000', '151158.351000', '151158.354000', '151158.357000', '151158.360000', '151158.363000', '151158.365000', '151158.368000', '151158.371000', '151158.374000', '151158.377000', '151158.380000', '151158.383000', '151158.386000', '151158.389000', '151158.392000', '151218.266000', '151218.269000', '151218.272000', '151218.275000', '151218.278000', '151218.281000', '151218.284000', '151218.287000', '151218.290000', '151218.292000', '151218.295000', '151218.298000', '151218.301000', '151218.304000', '151218.307000', '151218.310000', '151218.312000', '151218.315000', '151218.318000', '151218.321000', '151218.324000', '151218.327000', '151218.330000', '151218.333000', '151218.336000', '151218.339000', '151218.341000', '151218.344000', '151218.347000', '151218.350000', '151218.353000', '151218.356000', '151218.359000', '151218.362000', '151218.365000', '151218.368000', '151218.371000', '151218.374000', '151218.377000', '151218.380000', '151218.382000', '151218.385000', '151218.388000', '151238.266000', '151238.269000', '151238.272000', '151238.275000', '151238.278000', '151238.281000', '151238.284000', '151238.287000', '151238.290000', '151238.293000', '151238.296000', '151238.299000', '151238.301000', '151238.304000', '151238.307000', '151238.310000', '151238.313000', '151238.316000', '151238.319000', '151238.322000', '151238.324000', '151238.327000', '151238.330000', '151238.333000', '151238.336000', '151238.339000', '151238.342000', '151238.345000', '151238.347000', '151238.350000', '151238.353000', '151238.356000', '151238.359000', '151238.362000', '151238.365000', '151238.368000', '151238.371000', '151238.374000', '151238.376000', '151238.379000', '151238.382000', '151238.385000', '151238.388000', '151258.267000', '151258.270000', '151258.287000', '151258.290000', '151258.292000', '151258.295000', '151258.298000', '151258.301000', '151258.304000', '151258.307000', '151258.310000', '151258.313000', '151258.315000', '151258.318000', '151258.321000', '151258.324000', '151258.327000', '151258.330000', '151258.333000', '151258.336000', '151258.339000', '151258.342000', '151258.345000', '151258.347000', '151258.350000', '151258.353000', '151258.356000', '151258.359000', '151258.362000', '151258.365000', '151258.368000', '151258.371000', '151258.374000', '151258.377000', '151258.379000', '151258.382000', '151258.385000', '151258.388000', '151258.391000', '151258.394000', '151258.397000', '151258.400000', '151258.403000', '151258.406000', '151318.267000', '151318.270000', '151318.273000', '151318.276000', '151318.279000', '151318.282000', '151318.285000', '151318.289000', '151318.294000', '151318.297000', '151318.300000', '151318.303000', '151318.306000', '151318.309000', '151318.311000', '151318.314000', '151318.317000', '151318.320000', '151318.323000', '151318.326000', '151318.329000', '151318.332000', '151318.335000', '151318.338000', '151318.340000', '151318.343000', '151318.346000', '151318.349000', '151318.352000', '151318.355000', '151318.358000', '151318.361000', '151318.364000', '151318.366000', '151318.369000', '151318.372000', '151318.375000', '151318.378000', '151318.381000', '151318.384000', '151318.387000', '151318.390000', '151318.393000', '151338.267000', '151338.270000', '151338.273000', '151338.276000', '151338.279000', '151338.282000', '151338.285000', '151338.288000', '151338.290000', '151338.293000', '151338.296000', '151338.299000', '151338.302000', '151338.305000', '151338.308000', '151338.328000', '151338.331000', '151338.334000', '151338.336000', '151338.339000', '151338.342000', '151338.345000', '151338.348000', '151338.351000', '151338.354000', '151338.357000', '151338.360000', '151338.363000', '151338.366000', '151338.369000', '151338.371000', '151338.374000', '151338.377000', '151338.380000', '151338.383000', '151338.386000', '151338.389000', '151338.392000', '151338.394000', '151338.397000', '151338.400000', '151338.403000', '151338.406000', '151338.409000', '151358.267000', '151358.270000', '151358.273000', '151358.276000', '151358.279000', '151358.282000', '151358.285000', '151358.288000', '151358.291000', '151358.293000', '151358.296000', '151358.299000', '151358.302000', '151358.305000', '151358.308000', '151358.311000', '151358.314000', '151358.317000', '151358.320000', '151358.323000', '151358.326000', '151358.329000', '151358.332000', '151358.335000', '151358.338000', '151358.341000', '151358.344000', '151358.346000', '151358.349000', '151358.352000', '151358.355000', '151358.358000', '151358.361000', '151358.364000', '151358.367000', '151358.370000', '151358.373000', '151358.376000', '151358.378000', '151358.381000', '151358.384000', '151358.387000', '151358.398000', '151418.267000', '151418.270000', '151418.273000', '151418.276000', '151418.279000', '151418.282000', '151418.285000', '151418.288000', '151418.290000', '151418.293000', '151418.296000', '151418.299000', '151418.302000', '151418.305000', '151418.308000', '151418.311000', '151418.314000', '151418.317000', '151418.319000', '151418.322000', '151418.325000', '151418.328000', '151418.331000', '151418.334000', '151418.337000', '151418.340000', '151418.343000', '151418.345000', '151418.348000', '151418.351000', '151418.354000', '151418.357000', '151418.360000', '151418.363000', '151418.366000', '151418.369000', '151418.371000', '151418.374000', '151418.377000', '151418.380000', '151418.383000', '151418.386000', '151418.389000', '151418.392000', '151437.926000', '151437.930000', '151437.932000', '151437.935000', '151437.938000', '151437.941000', '151437.944000', '151437.947000', '151437.951000', '151437.954000', '151437.957000', '151437.960000', '151437.963000', '151437.966000', '151437.969000', '151437.973000', '151437.976000', '151437.979000', '151437.982000', '151437.985000', '151437.988000', '151437.991000', '151437.993000', '151437.996000', '151438.000000', '151438.003000', '151438.006000', '151438.009000', '151438.012000', '151438.015000', '151438.017000', '151438.020000', '151438.023000', '151438.026000', '151438.029000', '151438.032000', '151438.035000', '151438.038000', '151438.040000', '151438.043000', '151438.046000', '151438.049000', '151438.052000'], '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': [11309, 12540, 11001, 12326, 14050, 12424, 11911, 12108, 12396, 11862, 12785, 16481, 12157, 14749, 12558, 13462, 12482, 13919, 11957, 12758, 12016, 10968, 12241, 10943, 12380, 12076, 12226, 11821, 11765, 12684, 15290, 12478, 15957, 12675, 13853, 12436, 12677, 12061, 11862, 11947, 13202, 11861, 12414, 15034, 12141, 13437, 12306, 12720, 12029, 11687, 11423, 13347, 11576, 11993, 12271, 12296, 12688, 11533, 12250, 11765, 12364, 12211, 12179, 11844, 11731, 11729, 15094, 12128, 14259, 11959, 13223, 11981, 12283, 12524, 12175, 13883, 11728, 12433, 12228, 11830, 16279, 11752, 14132, 12282, 13638, 11820, 12817, 11517, 12765, 11865, 11624, 11558, 12980, 12184, 11801, 16763, 11784, 16555, 11992, 14111, 11776, 12287, 11524, 11612, 11464, 12201, 11776, 12064, 14479, 11838, 15841, 11794, 13670, 11914, 14202, 11634, 12381, 11814, 11513, 11721, 12191, 12420, 12629, 13703, 11877, 15894, 12085, 13989, 12041, 13094, 11671, 12827, 11815, 13803, 11849, 12499, 11922, 12675, 12760, 14619, 12117, 15395, 11950, 16353, 11690, 13230, 11838, 14075, 11789, 12376, 12472, 12817, 12538, 14270, 12336, 12293, 13585, 11701, 14320, 11598, 14016, 11311, 13436, 11887, 12936, 11721, 13172, 11958, 14513, 11746, 13037, 12238, 12917, 11888, 12690, 11592, 15027, 12274, 13645, 11937, 14008, 11994, 14122, 11878, 15358, 11750, 13119, 12174, 12027, 12416, 12254, 12272, 12358, 12334, 12328, 12405, 13784, 12229, 12954, 12582, 13109, 12597, 14270, 12094, 13917, 13359, 12612, 12582, 11260, 12279, 10936, 12296, 13223, 12072, 13939, 12302, 13095, 11982, 13137, 11984, 16044, 11735, 13234, 11973, 11893, 12372, 12454, 12278, 12930, 12250, 13025, 12644, 14519, 12300, 13436, 12777, 13843, 12761, 14199, 11961, 14487, 12654, 13483, 12902, 13360, 12364, 11587, 16731, 11727, 15714, 11591, 13658, 11454, 13875, 11869, 12989, 12411, 12299, 12834, 13576, 12666, 14884, 12562, 12116, 12886, 13124, 12633, 13581, 11901, 13187, 12203, 12649, 12324, 16596, 12189, 15473, 11732, 13979, 12166, 12991, 12771, 11780, 17589, 11491, 18116, 11737, 14544, 11671, 13605, 12497, 13228, 12458, 12634, 12656, 12453, 12680, 12732, 12907, 13173, 12443, 12757, 12305, 12610, 12186, 15345, 12276, 13038, 11911, 15800, 11815, 16506, 11900, 14710, 11912, 13806, 12815, 14172, 12711, 13600, 12745, 11568, 13117, 11752, 13782, 12156, 13863, 11578, 13262, 12620, 13092, 13297, 13103, 13595, 12642, 14252, 12832, 11831, 16218, 11699, 15723, 11529, 15094, 12009, 13313, 11995, 13384, 11991, 12818, 13431, 11980, 11777, 11757, 13302, 12006, 12578, 12503, 12847, 12528, 12425, 14390, 12392, 14621, 12894, 14685, 12101, 12985, 12071, 14080, 11461, 18725, 13414, 12070, 12361, 11542, 16876, 12846, 11713, 12041, 11812, 16584, 11405, 17931, 11458, 17964, 10891, 14121, 11094, 12900, 10959, 14101, 10845, 13454, 10609, 12308, 12182, 12290, 10687, 12024, 12497, 11794, 13044, 11034, 13315, 11311, 13805, 12316, 13850, 12157, 12024, 12566, 10628, 16187, 10917, 15162, 11080, 13996, 11331, 12701, 12124, 12601, 11890, 11924, 12350, 10820, 13716, 11049, 14802, 11187, 13663, 11799, 12209, 11685, 12376, 12011, 12261, 12783, 12672, 11805, 12722, 11820, 11350, 12290, 11795, 13079, 11639, 12676, 11157, 15332, 11164, 15780, 11550, 15263, 11436, 13037, 11447, 11852, 12496, 10957, 15653, 11208, 14961, 11346, 14376, 11669, 13718, 11684, 12814, 11816, 12773, 11811, 13958, 11914, 14301, 11821, 13471, 11969, 13768, 11976, 12758, 16093, 12084, 14478, 11316, 14310, 11452, 14342, 11349, 13869, 11507, 12252, 11401, 11998, 11630, 12074, 11866, 11809, 12077, 11792, 12024, 12071, 15163, 13448, 11936, 12308, 12357, 11526, 15548, 12876, 16241, 11225, 14464, 11956, 14545, 11616, 14685, 11528, 15025, 11586, 13870, 11555, 13683, 11297, 13463, 11398, 13341, 11761, 12608, 11139, 13226, 11604, 14258, 11254, 13781, 11692, 13636, 11449, 15630, 11505, 16195, 11958, 15342, 11340, 15535, 11556, 16275, 11215, 14779, 11580, 14509, 11288, 14415, 11689, 15656, 11391, 14312, 11547, 14899, 11341, 17088, 11575, 14317, 11207, 13959, 11333, 15458, 11481, 14407, 10729, 13345, 11311, 14503, 11321, 15293, 11147, 13251, 11364, 12847, 11277, 13178, 10890, 12214, 11187, 12045, 11019, 12421, 11944, 12467, 12146, 11642, 12348, 11527, 12609, 11762, 12746, 11858, 12676, 11759, 12760, 11540, 13654, 11359, 12955, 11515, 12356, 11323, 13526, 11373, 13259, 11410, 12641, 11736, 13228, 11361, 13655, 11441, 13146, 11198, 12517, 10985, 12251, 12280, 11997, 11360, 12073, 12278, 11042, 12143, 11264, 14143, 10991, 13888, 11492, 14954, 11303, 14735, 10989, 14689, 10848, 13187, 11553, 12265, 11047, 14035, 11234, 12496, 11189, 12310, 10918, 11902, 14337, 12613, 14791, 11102, 12981, 11001, 14332, 11051, 14697, 11189, 12701, 11485, 13316, 11088, 14167, 11140, 15246, 10904, 14575, 10979, 13094, 11298, 12805, 11385, 12954, 11637, 12486, 11048, 12946, 11249, 13651, 11408, 13437, 10921, 14390, 11118, 15475, 10817, 15640, 11464, 14921, 10932, 15065, 11173, 16930, 11397, 16432, 11333, 15082, 11392, 14358, 10988, 13142, 11022, 12024, 11229, 12117, 10906, 13851, 11592, 11922, 11408, 11546, 12066, 11172, 12386, 11062, 12798, 11766, 12301, 11373, 12719, 11279, 12996, 11476, 12217, 11509, 11914, 10877, 11685, 11154, 11806, 11695, 11848, 11896, 12666, 11109, 15407, 11122, 16236, 11154, 15362, 10504, 15886, 10772, 16781, 10809, 14862, 11206, 13629, 11269, 13356, 11393, 16483, 11106, 14835, 11338, 13058, 10445, 12402, 12830, 11415, 11507, 11496, 11699, 11738, 13071, 11596, 14363, 11219, 13223, 10658, 14135, 10713, 15862, 11376, 16085, 11059, 13481, 11359, 12943, 11028, 13120, 11121, 12235, 11257, 12699, 10795, 13592, 11039, 15472, 10977, 15235, 10840, 14657, 10656, 14848, 10876, 17197, 11160, 13079, 10684, 11950, 12553, 11354, 12431, 11408, 12053, 10674, 15149, 10414, 17226, 10773, 12043, 11285, 11271, 12641, 11883, 13621, 10924, 12509, 10863, 12338, 10682, 12518, 11154, 12416, 10672, 13065, 10556, 15832, 10548, 16426, 10173, 12735, 12741, 12794, 13042, 13689, 12474, 11165, 11000, 10387, 13411, 11811, 10935, 12764, 10166, 14120, 12538, 12183, 13395, 11992, 13183, 10533, 16949, 10433, 16797, 9843, 18148, 10954, 13685, 10379, 11765, 11515, 11331, 13132, 10919, 12397, 10489, 12897, 10223, 15092, 10106, 17516, 9859, 16092, 9860, 16693, 9667, 18039, 10923, 12716, 10028, 11990, 12093, 13126, 12262, 11283, 12082, 10845, 12398, 10203, 14662, 9877, 17310, 9806, 15762, 9303, 15958, 9551, 17085, 10018, 15683, 9207, 15909, 10367, 16457, 10070, 12726, 10219, 12038, 11235, 13015, 12461, 12440, 12721, 11501, 11956, 11010, 12660, 10955, 16673, 10669, 16685, 10924, 17032, 10186, 15870, 12420, 12334, 12847, 12125, 12368, 11063, 11585, 10761, 16597, 10578, 13297, 11108, 13827, 11824, 13215, 12869, 11383, 12260, 10848, 13540, 10596, 15690, 10281, 16070, 10743, 15336, 10067, 15748, 10084, 17750, 11202, 14105, 10577, 14108, 11785, 17268, 10431, 16713, 10415, 14831, 10674, 13293, 10772, 12037, 11208, 11500, 11841, 12046, 11380, 11727, 11196, 12021, 11777, 13203, 11291, 12845, 10480, 14573, 10745, 16963, 10945, 14730, 10841, 14566, 10284, 15623, 12784, 13301, 10918, 13488, 10386, 15513, 11165, 16723, 10591, 15421, 10675, 15246, 10195, 14779, 10973, 16311, 11048, 14278, 10898, 14491, 10588, 13535, 10888, 14495, 11225, 11837, 11301, 13329, 11238, 11171, 12278, 10623, 13577, 10332, 14395, 10710, 15238, 10479, 14347, 10980, 13983, 11121, 12409, 11389, 11685, 11344, 11473, 11684, 13818, 11384, 12736, 11643, 13803, 12091, 10866, 16147, 11684, 16745, 10904, 15482, 11194, 14353, 11010, 13667, 11516, 14120, 11760, 11760, 11629, 11419, 11318, 14656, 11027, 14122, 11184, 14223, 10856, 15909, 11061, 15873, 10793, 15376, 10803, 14621, 10785, 13590, 11278, 13934, 11782, 13793, 11239, 11554, 12295, 12133, 12697, 12264, 12987, 11396, 12727, 12491, 12103, 13436, 12425, 13135, 12570, 10676, 14639, 13039, 15510, 11022, 16050, 11098, 15045, 11509, 15043, 11240, 13156, 11283, 13781, 11419, 12777, 11874, 13447, 11548, 11044, 12621, 10681, 15309, 11461, 13505, 10846, 13487, 10737, 13942, 12515, 13181, 10876, 13668, 10875, 14682, 10809, 14708, 11037, 14638, 11325, 14041, 10915, 14284, 11493, 13681, 11036, 13716, 11072, 13497, 10964, 13139, 12693, 12662, 11314, 12751, 10959, 14683, 11672, 15522, 10675, 15064, 11471, 14782, 11406, 13111, 11345, 13826, 11198, 14203, 11577, 14194, 11386, 12404, 11618, 14689, 11443, 13551, 11717, 14096, 12250, 11674, 15102, 11059, 15009, 11829, 13267, 11212, 13803, 10930, 14788, 11118, 13642, 11187, 14132, 11478, 13881, 11759, 11988, 12828, 12151, 12675, 11297, 12841, 10754, 13726, 11065, 14723, 11229, 14179, 11762], 'WindowCenter': [4917.0, 4935.0, 4892.0, 4896.0, 4903.0, 4883.0, 4871.0, 4870.0, 4870.0, 4871.0, 4880.0, 4896.0, 4869.0, 4877.0, 4866.0, 4877.0, 4869.0, 4876.0, 4857.0, 4866.0, 4868.0, 4850.0, 4870.0, 4859.0, 4869.0, 4868.0, 4868.0, 4860.0, 4858.0, 4870.0, 4887.0, 4868.0, 4886.0, 4869.0, 4876.0, 4868.0, 4866.0, 4859.0, 4858.0, 4858.0, 4880.0, 4857.0, 4869.0, 4885.0, 4868.0, 4867.0, 4857.0, 4866.0, 4856.0, 4857.0, 4855.0, 4878.0, 4845.0, 4860.0, 4857.0, 4871.0, 4879.0, 4868.0, 4869.0, 4870.0, 4880.0, 4882.0, 4881.0, 4885.0, 4884.0, 4885.0, 4914.0, 4910.0, 4915.0, 4895.0, 4905.0, 4895.0, 4884.0, 4895.0, 4892.0, 4915.0, 4896.0, 4907.0, 4894.0, 4898.0, 4924.0, 4895.0, 4903.0, 4894.0, 4902.0, 4885.0, 4893.0, 4883.0, 4891.0, 4884.0, 4872.0, 4871.0, 4894.0, 4884.0, 4884.0, 4908.0, 4872.0, 4910.0, 4872.0, 4890.0, 4871.0, 4880.0, 4871.0, 4871.0, 4870.0, 4884.0, 4869.0, 4883.0, 4902.0, 4882.0, 4899.0, 4871.0, 4888.0, 4869.0, 4888.0, 4872.0, 4884.0, 4870.0, 4871.0, 4870.0, 4871.0, 4880.0, 4882.0, 4892.0, 4882.0, 4910.0, 4883.0, 4890.0, 4882.0, 4893.0, 4884.0, 4882.0, 4883.0, 4903.0, 4887.0, 4893.0, 4895.0, 4892.0, 4906.0, 4914.0, 4896.0, 4912.0, 4885.0, 4924.0, 4897.0, 4891.0, 4883.0, 4901.0, 4885.0, 4892.0, 4895.0, 4894.0, 4882.0, 4915.0, 4892.0, 4882.0, 4890.0, 4884.0, 4902.0, 4884.0, 4901.0, 4872.0, 4889.0, 4880.0, 4881.0, 4883.0, 4891.0, 4882.0, 4902.0, 4885.0, 4893.0, 4894.0, 4892.0, 4897.0, 4896.0, 4887.0, 4912.0, 4897.0, 4904.0, 4895.0, 4903.0, 4886.0, 4903.0, 4885.0, 4910.0, 4884.0, 4891.0, 4882.0, 4880.0, 4882.0, 4883.0, 4882.0, 4880.0, 4882.0, 4883.0, 4882.0, 4903.0, 4880.0, 4881.0, 4880.0, 4893.0, 4881.0, 4902.0, 4883.0, 4895.0, 4890.0, 4881.0, 4880.0, 4871.0, 4881.0, 4872.0, 4882.0, 4892.0, 4883.0, 4903.0, 4897.0, 4892.0, 4884.0, 4891.0, 4874.0, 4910.0, 4883.0, 4891.0, 4873.0, 4871.0, 4882.0, 4880.0, 4881.0, 4880.0, 4881.0, 4892.0, 4891.0, 4903.0, 4870.0, 4891.0, 4882.0, 4901.0, 4890.0, 4905.0, 4883.0, 4903.0, 4882.0, 4895.0, 4893.0, 4893.0, 4882.0, 4885.0, 4911.0, 4884.0, 4910.0, 4873.0, 4891.0, 4874.0, 4892.0, 4882.0, 4891.0, 4881.0, 4882.0, 4880.0, 4892.0, 4883.0, 4914.0, 4883.0, 4894.0, 4906.0, 4904.0, 4906.0, 4904.0, 4895.0, 4904.0, 4908.0, 4906.0, 4907.0, 4934.0, 4898.0, 4914.0, 4882.0, 4902.0, 4881.0, 4891.0, 4891.0, 4884.0, 4917.0, 4870.0, 4918.0, 4871.0, 4888.0, 4871.0, 4889.0, 4879.0, 4878.0, 4878.0, 4880.0, 4881.0, 4881.0, 4891.0, 4891.0, 4892.0, 4892.0, 4894.0, 4895.0, 4896.0, 4892.0, 4894.0, 4925.0, 4896.0, 4906.0, 4898.0, 4924.0, 4897.0, 4922.0, 4896.0, 4918.0, 4897.0, 4903.0, 4883.0, 4891.0, 4882.0, 4890.0, 4881.0, 4873.0, 4878.0, 4882.0, 4891.0, 4897.0, 4891.0, 4872.0, 4879.0, 4893.0, 4892.0, 4905.0, 4892.0, 4904.0, 4892.0, 4902.0, 4891.0, 4883.0, 4910.0, 4872.0, 4899.0, 4871.0, 4898.0, 4895.0, 4890.0, 4883.0, 4890.0, 4884.0, 4881.0, 4904.0, 4899.0, 4899.0, 4895.0, 4903.0, 4895.0, 4894.0, 4906.0, 4907.0, 4905.0, 4909.0, 4915.0, 4893.0, 4903.0, 4880.0, 4900.0, 4870.0, 4878.0, 4880.0, 4889.0, 4871.0, 4920.0, 4892.0, 4867.0, 4869.0, 4858.0, 4895.0, 4867.0, 4845.0, 4844.0, 4844.0, 4883.0, 4846.0, 4882.0, 4836.0, 4881.0, 4834.0, 4861.0, 4834.0, 4842.0, 4847.0, 4864.0, 4836.0, 4851.0, 4835.0, 4853.0, 4858.0, 4857.0, 4848.0, 4857.0, 4868.0, 4868.0, 4877.0, 4860.0, 4878.0, 4861.0, 4879.0, 4859.0, 4877.0, 4858.0, 4857.0, 4856.0, 4838.0, 4885.0, 4848.0, 4875.0, 4847.0, 4864.0, 4847.0, 4864.0, 4857.0, 4868.0, 4856.0, 4856.0, 4853.0, 4845.0, 4876.0, 4857.0, 4873.0, 4848.0, 4875.0, 4857.0, 4868.0, 4858.0, 4880.0, 4869.0, 4868.0, 4877.0, 4880.0, 4869.0, 4881.0, 4869.0, 4873.0, 4882.0, 4882.0, 4880.0, 4873.0, 4881.0, 4872.0, 4910.0, 4874.0, 4909.0, 4872.0, 4901.0, 4871.0, 4879.0, 4870.0, 4872.0, 4879.0, 4872.0, 4909.0, 4872.0, 4900.0, 4872.0, 4899.0, 4882.0, 4901.0, 4893.0, 4893.0, 4897.0, 4894.0, 4897.0, 4914.0, 4896.0, 4913.0, 4895.0, 4903.0, 4885.0, 4904.0, 4894.0, 4895.0, 4922.0, 4895.0, 4899.0, 4884.0, 4902.0, 4885.0, 4901.0, 4874.0, 4902.0, 4884.0, 4882.0, 4881.0, 4884.0, 4882.0, 4895.0, 4884.0, 4895.0, 4892.0, 4894.0, 4892.0, 4895.0, 4911.0, 4905.0, 4897.0, 4895.0, 4893.0, 4896.0, 4923.0, 4906.0, 4923.0, 4885.0, 4901.0, 4885.0, 4903.0, 4884.0, 4912.0, 4884.0, 4913.0, 4884.0, 4901.0, 4883.0, 4902.0, 4885.0, 4902.0, 4884.0, 4902.0, 4885.0, 4894.0, 4883.0, 4903.0, 4896.0, 4912.0, 4886.0, 4914.0, 4894.0, 4912.0, 4897.0, 4923.0, 4886.0, 4934.0, 4898.0, 4923.0, 4888.0, 4923.0, 4898.0, 4934.0, 4896.0, 4926.0, 4895.0, 4913.0, 4888.0, 4914.0, 4894.0, 4925.0, 4884.0, 4913.0, 4885.0, 4913.0, 4884.0, 4923.0, 4886.0, 4913.0, 4886.0, 4914.0, 4886.0, 4912.0, 4886.0, 4914.0, 4875.0, 4893.0, 4873.0, 4901.0, 4872.0, 4910.0, 4874.0, 4890.0, 4884.0, 4891.0, 4875.0, 4891.0, 4874.0, 4881.0, 4875.0, 4883.0, 4875.0, 4893.0, 4884.0, 4893.0, 4895.0, 4872.0, 4893.0, 4884.0, 4895.0, 4882.0, 4893.0, 4884.0, 4893.0, 4882.0, 4895.0, 4885.0, 4904.0, 4874.0, 4894.0, 4884.0, 4895.0, 4886.0, 4905.0, 4884.0, 4893.0, 4886.0, 4893.0, 4884.0, 4903.0, 4886.0, 4903.0, 4885.0, 4894.0, 4874.0, 4893.0, 4875.0, 4893.0, 4883.0, 4885.0, 4884.0, 4897.0, 4894.0, 4898.0, 4897.0, 4888.0, 4913.0, 4887.0, 4904.0, 4885.0, 4912.0, 4887.0, 4915.0, 4875.0, 4912.0, 4875.0, 4894.0, 4885.0, 4896.0, 4872.0, 4913.0, 4873.0, 4893.0, 4875.0, 4895.0, 4878.0, 4896.0, 4903.0, 4897.0, 4901.0, 4886.0, 4892.0, 4876.0, 4902.0, 4886.0, 4901.0, 4874.0, 4891.0, 4885.0, 4902.0, 4888.0, 4913.0, 4888.0, 4911.0, 4875.0, 4913.0, 4874.0, 4904.0, 4883.0, 4892.0, 4882.0, 4892.0, 4884.0, 4895.0, 4885.0, 4906.0, 4875.0, 4904.0, 4885.0, 4902.0, 4875.0, 4912.0, 4886.0, 4924.0, 4878.0, 4923.0, 4886.0, 4913.0, 4874.0, 4923.0, 4887.0, 4922.0, 4885.0, 4922.0, 4884.0, 4910.0, 4885.0, 4913.0, 4876.0, 4893.0, 4887.0, 4894.0, 4885.0, 4893.0, 4887.0, 4902.0, 4897.0, 4884.0, 4897.0, 4885.0, 4896.0, 4898.0, 4905.0, 4887.0, 4904.0, 4897.0, 4896.0, 4885.0, 4917.0, 4900.0, 4907.0, 4886.0, 4908.0, 4885.0, 4894.0, 4889.0, 4898.0, 4887.0, 4897.0, 4898.0, 4896.0, 4897.0, 4918.0, 4900.0, 4925.0, 4887.0, 4927.0, 4886.0, 4924.0, 4888.0, 4935.0, 4876.0, 4935.0, 4878.0, 4914.0, 4885.0, 4903.0, 4886.0, 4904.0, 4885.0, 4924.0, 4887.0, 4912.0, 4886.0, 4905.0, 4890.0, 4894.0, 4905.0, 4884.0, 4884.0, 4886.0, 4895.0, 4897.0, 4906.0, 4885.0, 4915.0, 4887.0, 4905.0, 4877.0, 4916.0, 4877.0, 4925.0, 4887.0, 4922.0, 4883.0, 4903.0, 4887.0, 4895.0, 4874.0, 4906.0, 4875.0, 4894.0, 4887.0, 4904.0, 4887.0, 4906.0, 4885.0, 4922.0, 4887.0, 4914.0, 4878.0, 4915.0, 4888.0, 4914.0, 4886.0, 4934.0, 4886.0, 4904.0, 4889.0, 4899.0, 4907.0, 4886.0, 4905.0, 4897.0, 4896.0, 4890.0, 4928.0, 4892.0, 4935.0, 4891.0, 4908.0, 4900.0, 4899.0, 4919.0, 4899.0, 4919.0, 4888.0, 4908.0, 4885.0, 4908.0, 4878.0, 4907.0, 4889.0, 4907.0, 4890.0, 4918.0, 4891.0, 4936.0, 4891.0, 4935.0, 4891.0, 4908.0, 4920.0, 4910.0, 4917.0, 4917.0, 4910.0, 4900.0, 4902.0, 4891.0, 4933.0, 4912.0, 4903.0, 4910.0, 4891.0, 4918.0, 4908.0, 4899.0, 4917.0, 4890.0, 4910.0, 4880.0, 4935.0, 4877.0, 4938.0, 4870.0, 4933.0, 4875.0, 4904.0, 4867.0, 4886.0, 4886.0, 4876.0, 4908.0, 4878.0, 4897.0, 4879.0, 4893.0, 4869.0, 4913.0, 4865.0, 4923.0, 4867.0, 4924.0, 4855.0, 4925.0, 4857.0, 4922.0, 4866.0, 4893.0, 4857.0, 4884.0, 4896.0, 4893.0, 4895.0, 4874.0, 4884.0, 4875.0, 4896.0, 4876.0, 4912.0, 4866.0, 4923.0, 4857.0, 4913.0, 4858.0, 4911.0, 4845.0, 4923.0, 4868.0, 4910.0, 4856.0, 4911.0, 4865.0, 4913.0, 4855.0, 4881.0, 4865.0, 4885.0, 4886.0, 4881.0, 4897.0, 4896.0, 4898.0, 4873.0, 4886.0, 4889.0, 4894.0, 4877.0, 4922.0, 4866.0, 4924.0, 4874.0, 4925.0, 4868.0, 4915.0, 4882.0, 4884.0, 4907.0, 4884.0, 4896.0, 4889.0, 4887.0, 4865.0, 4913.0, 4868.0, 4892.0, 4886.0, 4906.0, 4886.0, 4883.0, 4883.0, 4873.0, 4884.0, 4866.0, 4892.0, 4867.0, 4902.0, 4854.0, 4899.0, 4864.0, 4902.0, 4854.0, 4912.0, 4853.0, 4910.0, 4863.0, 4877.0, 4852.0, 4877.0, 4871.0, 4908.0, 4849.0, 4897.0, 4839.0, 4875.0, 4836.0, 4864.0, 4835.0, 4858.0, 4848.0, 4846.0, 4846.0, 4857.0, 4847.0, 4869.0, 4860.0, 4868.0, 4870.0, 4880.0, 4875.0, 4882.0, 4862.0, 4902.0, 4863.0, 4910.0, 4862.0, 4887.0, 4862.0, 4904.0, 4866.0, 4900.0, 4883.0, 4881.0, 4876.0, 4891.0, 4864.0, 4913.0, 4863.0, 4908.0, 4852.0, 4888.0, 4852.0, 4887.0, 4854.0, 4888.0, 4862.0, 4896.0, 4858.0, 4877.0, 4849.0, 4876.0, 4852.0, 4880.0, 4838.0, 4876.0, 4846.0, 4858.0, 4847.0, 4868.0, 4847.0, 4860.0, 4867.0, 4837.0, 4866.0, 4837.0, 4874.0, 4836.0, 4873.0, 4848.0, 4874.0, 4839.0, 4876.0, 4848.0, 4865.0, 4857.0, 4858.0, 4860.0, 4860.0, 4871.0, 4880.0, 4860.0, 4878.0, 4862.0, 4889.0, 4859.0, 4851.0, 4884.0, 4859.0, 4896.0, 4849.0, 4887.0, 4848.0, 4878.0, 4848.0, 4877.0, 4859.0, 4876.0, 4859.0, 4857.0, 4859.0, 4860.0, 4864.0, 4899.0, 4861.0, 4888.0, 4872.0, 4889.0, 4865.0, 4899.0, 4860.0, 4900.0, 4862.0, 4887.0, 4862.0, 4889.0, 4852.0, 4878.0, 4862.0, 4878.0, 4858.0, 4877.0, 4849.0, 4861.0, 4857.0, 4870.0, 4868.0, 4868.0, 4876.0, 4869.0, 4870.0, 4881.0, 4870.0, 4892.0, 4881.0, 4892.0, 4881.0, 4865.0, 4888.0, 4882.0, 4898.0, 4851.0, 4897.0, 4861.0, 4887.0, 4859.0, 4887.0, 4858.0, 4865.0, 4855.0, 4877.0, 4861.0, 4868.0, 4858.0, 4878.0, 4857.0, 4859.0, 4868.0, 4851.0, 4885.0, 4859.0, 4875.0, 4860.0, 4877.0, 4861.0, 4888.0, 4870.0, 4881.0, 4861.0, 4877.0, 4860.0, 4900.0, 4862.0, 4888.0, 4850.0, 4888.0, 4860.0, 4887.0, 4873.0, 4888.0, 4871.0, 4879.0, 4860.0, 4876.0, 4859.0, 4889.0, 4862.0, 4879.0, 4892.0, 4878.0, 4860.0, 4876.0, 4861.0, 4886.0, 4861.0, 4896.0, 4850.0, 4898.0, 4871.0, 4887.0, 4859.0, 4866.0, 4847.0, 4875.0, 4859.0, 4886.0, 4870.0, 4887.0, 4858.0, 4868.0, 4860.0, 4888.0, 4870.0, 4878.0, 4871.0, 4890.0, 4858.0, 4859.0, 4884.0, 4858.0, 4886.0, 4859.0, 4867.0, 4859.0, 4874.0, 4848.0, 4887.0, 4858.0, 4876.0, 4858.0, 4876.0, 4857.0, 4878.0, 4857.0, 4867.0, 4866.0, 4868.0, 4866.0, 4859.0, 4865.0, 4859.0, 4890.0, 4861.0, 4886.0, 4861.0, 4888.0, 4869.0], 'WindowWidth': [10704.0, 10724.0, 10654.0, 10648.0, 10652.0, 10625.0, 10603.0, 10601.0, 10600.0, 10601.0, 10614.0, 10629.0, 10595.0, 10603.0, 10589.0, 10606.0, 10597.0, 10602.0, 10577.0, 10590.0, 10594.0, 10573.0, 10598.0, 10585.0, 10597.0, 10592.0, 10593.0, 10586.0, 10580.0, 10599.0, 10617.0, 10593.0, 10616.0, 10597.0, 10603.0, 10593.0, 10588.0, 10581.0, 10579.0, 10579.0, 10612.0, 10577.0, 10598.0, 10613.0, 10592.0, 10591.0, 10578.0, 10587.0, 10575.0, 10577.0, 10573.0, 10609.0, 10559.0, 10586.0, 10578.0, 10602.0, 10610.0, 10598.0, 10600.0, 10603.0, 10616.0, 10623.0, 10620.0, 10632.0, 10630.0, 10632.0, 10673.0, 10674.0, 10673.0, 10647.0, 10659.0, 10646.0, 10627.0, 10645.0, 10637.0, 10673.0, 10646.0, 10665.0, 10645.0, 10653.0, 10682.0, 10644.0, 10653.0, 10642.0, 10650.0, 10630.0, 10640.0, 10626.0, 10635.0, 10626.0, 10609.0, 10605.0, 10640.0, 10627.0, 10628.0, 10652.0, 10607.0, 10656.0, 10606.0, 10630.0, 10605.0, 10618.0, 10603.0, 10605.0, 10603.0, 10628.0, 10600.0, 10626.0, 10651.0, 10623.0, 10639.0, 10603.0, 10623.0, 10601.0, 10625.0, 10607.0, 10628.0, 10604.0, 10605.0, 10602.0, 10606.0, 10615.0, 10623.0, 10634.0, 10621.0, 10654.0, 10624.0, 10629.0, 10622.0, 10638.0, 10628.0, 10621.0, 10623.0, 10653.0, 10635.0, 10639.0, 10648.0, 10638.0, 10663.0, 10668.0, 10650.0, 10665.0, 10632.0, 10686.0, 10652.0, 10635.0, 10624.0, 10649.0, 10629.0, 10636.0, 10645.0, 10644.0, 10621.0, 10673.0, 10636.0, 10624.0, 10630.0, 10629.0, 10651.0, 10627.0, 10647.0, 10609.0, 10629.0, 10618.0, 10620.0, 10627.0, 10633.0, 10624.0, 10649.0, 10629.0, 10638.0, 10642.0, 10639.0, 10650.0, 10646.0, 10638.0, 10666.0, 10651.0, 10657.0, 10646.0, 10655.0, 10633.0, 10653.0, 10629.0, 10658.0, 10626.0, 10633.0, 10623.0, 10618.0, 10621.0, 10625.0, 10621.0, 10618.0, 10619.0, 10624.0, 10622.0, 10652.0, 10616.0, 10618.0, 10615.0, 10637.0, 10618.0, 10651.0, 10624.0, 10642.0, 10628.0, 10620.0, 10617.0, 10605.0, 10620.0, 10609.0, 10621.0, 10635.0, 10624.0, 10654.0, 10652.0, 10639.0, 10629.0, 10635.0, 10611.0, 10658.0, 10623.0, 10632.0, 10611.0, 10607.0, 10619.0, 10616.0, 10617.0, 10616.0, 10617.0, 10636.0, 10635.0, 10651.0, 10600.0, 10631.0, 10619.0, 10648.0, 10630.0, 10657.0, 10624.0, 10653.0, 10622.0, 10645.0, 10636.0, 10640.0, 10624.0, 10632.0, 10660.0, 10628.0, 10658.0, 10612.0, 10633.0, 10614.0, 10637.0, 10624.0, 10632.0, 10618.0, 10620.0, 10616.0, 10636.0, 10621.0, 10671.0, 10623.0, 10644.0, 10664.0, 10658.0, 10665.0, 10659.0, 10649.0, 10660.0, 10668.0, 10662.0, 10667.0, 10702.0, 10653.0, 10672.0, 10623.0, 10650.0, 10620.0, 10635.0, 10634.0, 10629.0, 10664.0, 10603.0, 10666.0, 10604.0, 10624.0, 10605.0, 10627.0, 10612.0, 10610.0, 10613.0, 10615.0, 10618.0, 10619.0, 10634.0, 10634.0, 10635.0, 10637.0, 10641.0, 10643.0, 10647.0, 10638.0, 10645.0, 10686.0, 10649.0, 10662.0, 10656.0, 10685.0, 10650.0, 10681.0, 10650.0, 10683.0, 10651.0, 10653.0, 10624.0, 10635.0, 10622.0, 10632.0, 10617.0, 10611.0, 10612.0, 10622.0, 10632.0, 10648.0, 10634.0, 10609.0, 10615.0, 10638.0, 10637.0, 10661.0, 10637.0, 10657.0, 10639.0, 10653.0, 10633.0, 10627.0, 10658.0, 10608.0, 10641.0, 10606.0, 10640.0, 10647.0, 10630.0, 10623.0, 10632.0, 10628.0, 10619.0, 10658.0, 10659.0, 10657.0, 10650.0, 10655.0, 10647.0, 10644.0, 10663.0, 10667.0, 10664.0, 10673.0, 10677.0, 10640.0, 10653.0, 10615.0, 10645.0, 10603.0, 10610.0, 10618.0, 10630.0, 10603.0, 10673.0, 10637.0, 10595.0, 10597.0, 10581.0, 10626.0, 10589.0, 10555.0, 10553.0, 10553.0, 10606.0, 10559.0, 10605.0, 10542.0, 10605.0, 10540.0, 10575.0, 10540.0, 10548.0, 10562.0, 10580.0, 10545.0, 10560.0, 10543.0, 10565.0, 10579.0, 10577.0, 10568.0, 10577.0, 10595.0, 10595.0, 10606.0, 10588.0, 10608.0, 10590.0, 10611.0, 10581.0, 10606.0, 10577.0, 10578.0, 10572.0, 10552.0, 10614.0, 10566.0, 10598.0, 10563.0, 10582.0, 10562.0, 10583.0, 10578.0, 10594.0, 10573.0, 10576.0, 10567.0, 10561.0, 10601.0, 10580.0, 10596.0, 10566.0, 10600.0, 10579.0, 10595.0, 10581.0, 10616.0, 10598.0, 10598.0, 10606.0, 10616.0, 10598.0, 10620.0, 10599.0, 10612.0, 10622.0, 10622.0, 10615.0, 10611.0, 10618.0, 10610.0, 10657.0, 10614.0, 10658.0, 10609.0, 10646.0, 10605.0, 10616.0, 10603.0, 10609.0, 10613.0, 10608.0, 10654.0, 10609.0, 10643.0, 10609.0, 10642.0, 10624.0, 10648.0, 10641.0, 10640.0, 10652.0, 10643.0, 10651.0, 10670.0, 10650.0, 10671.0, 10647.0, 10656.0, 10633.0, 10658.0, 10643.0, 10647.0, 10677.0, 10644.0, 10644.0, 10629.0, 10651.0, 10630.0, 10650.0, 10615.0, 10650.0, 10627.0, 10623.0, 10621.0, 10630.0, 10623.0, 10648.0, 10629.0, 10647.0, 10639.0, 10644.0, 10640.0, 10649.0, 10663.0, 10661.0, 10650.0, 10648.0, 10641.0, 10650.0, 10683.0, 10663.0, 10680.0, 10632.0, 10650.0, 10630.0, 10655.0, 10631.0, 10666.0, 10630.0, 10667.0, 10631.0, 10649.0, 10627.0, 10652.0, 10632.0, 10651.0, 10629.0, 10652.0, 10631.0, 10642.0, 10631.0, 10657.0, 10651.0, 10670.0, 10637.0, 10672.0, 10647.0, 10669.0, 10654.0, 10686.0, 10635.0, 10700.0, 10655.0, 10684.0, 10642.0, 10685.0, 10655.0, 10699.0, 10652.0, 10690.0, 10648.0, 10671.0, 10641.0, 10673.0, 10644.0, 10685.0, 10631.0, 10667.0, 10633.0, 10670.0, 10632.0, 10682.0, 10636.0, 10669.0, 10636.0, 10671.0, 10636.0, 10665.0, 10635.0, 10670.0, 10620.0, 10639.0, 10613.0, 10648.0, 10610.0, 10658.0, 10614.0, 10630.0, 10627.0, 10633.0, 10617.0, 10634.0, 10615.0, 10621.0, 10618.0, 10624.0, 10620.0, 10640.0, 10631.0, 10638.0, 10646.0, 10610.0, 10642.0, 10628.0, 10646.0, 10624.0, 10643.0, 10627.0, 10641.0, 10623.0, 10647.0, 10632.0, 10655.0, 10614.0, 10641.0, 10627.0, 10646.0, 10637.0, 10661.0, 10628.0, 10640.0, 10634.0, 10640.0, 10629.0, 10656.0, 10634.0, 10654.0, 10631.0, 10643.0, 10614.0, 10641.0, 10617.0, 10643.0, 10624.0, 10632.0, 10627.0, 10652.0, 10643.0, 10657.0, 10653.0, 10641.0, 10669.0, 10638.0, 10656.0, 10634.0, 10667.0, 10638.0, 10672.0, 10619.0, 10666.0, 10619.0, 10642.0, 10630.0, 10648.0, 10611.0, 10670.0, 10614.0, 10642.0, 10617.0, 10647.0, 10626.0, 10649.0, 10652.0, 10650.0, 10648.0, 10635.0, 10637.0, 10621.0, 10651.0, 10634.0, 10647.0, 10615.0, 10634.0, 10633.0, 10652.0, 10641.0, 10669.0, 10639.0, 10665.0, 10620.0, 10668.0, 10617.0, 10656.0, 10629.0, 10638.0, 10625.0, 10640.0, 10630.0, 10646.0, 10634.0, 10662.0, 10617.0, 10658.0, 10631.0, 10651.0, 10618.0, 10665.0, 10637.0, 10686.0, 10626.0, 10681.0, 10635.0, 10668.0, 10618.0, 10684.0, 10639.0, 10680.0, 10633.0, 10680.0, 10629.0, 10660.0, 10633.0, 10667.0, 10622.0, 10640.0, 10638.0, 10643.0, 10634.0, 10642.0, 10640.0, 10654.0, 10652.0, 10630.0, 10652.0, 10632.0, 10650.0, 10656.0, 10666.0, 10638.0, 10657.0, 10650.0, 10649.0, 10633.0, 10683.0, 10662.0, 10666.0, 10635.0, 10672.0, 10633.0, 10647.0, 10643.0, 10658.0, 10637.0, 10652.0, 10653.0, 10651.0, 10652.0, 10684.0, 10663.0, 10690.0, 10639.0, 10692.0, 10636.0, 10686.0, 10642.0, 10702.0, 10623.0, 10701.0, 10624.0, 10669.0, 10632.0, 10653.0, 10634.0, 10655.0, 10631.0, 10683.0, 10637.0, 10664.0, 10635.0, 10661.0, 10646.0, 10641.0, 10661.0, 10630.0, 10633.0, 10636.0, 10647.0, 10653.0, 10663.0, 10634.0, 10675.0, 10637.0, 10659.0, 10626.0, 10678.0, 10626.0, 10687.0, 10636.0, 10680.0, 10627.0, 10654.0, 10635.0, 10645.0, 10615.0, 10662.0, 10617.0, 10643.0, 10636.0, 10656.0, 10638.0, 10662.0, 10633.0, 10682.0, 10637.0, 10669.0, 10626.0, 10673.0, 10642.0, 10670.0, 10636.0, 10699.0, 10637.0, 10657.0, 10644.0, 10658.0, 10665.0, 10635.0, 10661.0, 10654.0, 10650.0, 10646.0, 10695.0, 10650.0, 10703.0, 10648.0, 10668.0, 10661.0, 10658.0, 10689.0, 10656.0, 10686.0, 10639.0, 10668.0, 10633.0, 10669.0, 10626.0, 10665.0, 10641.0, 10665.0, 10646.0, 10683.0, 10651.0, 10703.0, 10648.0, 10703.0, 10650.0, 10669.0, 10688.0, 10674.0, 10681.0, 10678.0, 10675.0, 10660.0, 10667.0, 10651.0, 10711.0, 10683.0, 10670.0, 10674.0, 10650.0, 10680.0, 10670.0, 10656.0, 10681.0, 10641.0, 10670.0, 10629.0, 10699.0, 10622.0, 10706.0, 10618.0, 10693.0, 10616.0, 10655.0, 10607.0, 10630.0, 10635.0, 10618.0, 10667.0, 10622.0, 10647.0, 10626.0, 10639.0, 10612.0, 10665.0, 10603.0, 10680.0, 10608.0, 10681.0, 10590.0, 10685.0, 10594.0, 10675.0, 10603.0, 10639.0, 10594.0, 10625.0, 10648.0, 10635.0, 10646.0, 10613.0, 10626.0, 10614.0, 10646.0, 10620.0, 10662.0, 10605.0, 10678.0, 10592.0, 10664.0, 10596.0, 10658.0, 10573.0, 10677.0, 10610.0, 10658.0, 10593.0, 10661.0, 10602.0, 10662.0, 10589.0, 10618.0, 10601.0, 10631.0, 10633.0, 10618.0, 10652.0, 10648.0, 10653.0, 10611.0, 10633.0, 10641.0, 10640.0, 10619.0, 10676.0, 10605.0, 10680.0, 10613.0, 10686.0, 10611.0, 10666.0, 10622.0, 10627.0, 10666.0, 10626.0, 10646.0, 10642.0, 10633.0, 10599.0, 10663.0, 10609.0, 10635.0, 10633.0, 10663.0, 10631.0, 10620.0, 10623.0, 10608.0, 10625.0, 10601.0, 10638.0, 10607.0, 10646.0, 10581.0, 10637.0, 10597.0, 10647.0, 10586.0, 10664.0, 10582.0, 10654.0, 10593.0, 10606.0, 10578.0, 10605.0, 10601.0, 10651.0, 10569.0, 10632.0, 10553.0, 10597.0, 10547.0, 10583.0, 10543.0, 10581.0, 10564.0, 10562.0, 10560.0, 10579.0, 10563.0, 10598.0, 10587.0, 10595.0, 10601.0, 10615.0, 10614.0, 10619.0, 10595.0, 10648.0, 10596.0, 10656.0, 10593.0, 10620.0, 10593.0, 10655.0, 10605.0, 10641.0, 10621.0, 10615.0, 10622.0, 10632.0, 10601.0, 10665.0, 10596.0, 10651.0, 10578.0, 10620.0, 10577.0, 10620.0, 10586.0, 10621.0, 10591.0, 10630.0, 10582.0, 10604.0, 10569.0, 10602.0, 10578.0, 10613.0, 10552.0, 10600.0, 10561.0, 10577.0, 10564.0, 10592.0, 10561.0, 10586.0, 10594.0, 10550.0, 10586.0, 10549.0, 10595.0, 10548.0, 10595.0, 10567.0, 10596.0, 10553.0, 10602.0, 10566.0, 10586.0, 10578.0, 10579.0, 10589.0, 10586.0, 10602.0, 10613.0, 10588.0, 10610.0, 10591.0, 10626.0, 10583.0, 10577.0, 10613.0, 10585.0, 10631.0, 10569.0, 10619.0, 10566.0, 10607.0, 10568.0, 10607.0, 10581.0, 10603.0, 10582.0, 10579.0, 10584.0, 10587.0, 10595.0, 10639.0, 10592.0, 10624.0, 10607.0, 10627.0, 10601.0, 10640.0, 10588.0, 10641.0, 10591.0, 10621.0, 10591.0, 10625.0, 10578.0, 10608.0, 10588.0, 10608.0, 10579.0, 10606.0, 10568.0, 10589.0, 10578.0, 10601.0, 10592.0, 10595.0, 10602.0, 10599.0, 10598.0, 10618.0, 10601.0, 10634.0, 10616.0, 10634.0, 10619.0, 10603.0, 10622.0, 10620.0, 10637.0, 10576.0, 10633.0, 10588.0, 10619.0, 10583.0, 10619.0, 10579.0, 10587.0, 10575.0, 10608.0, 10589.0, 10595.0, 10579.0, 10608.0, 10578.0, 10584.0, 10594.0, 10575.0, 10613.0, 10583.0, 10600.0, 10588.0, 10606.0, 10592.0, 10622.0, 10601.0, 10616.0, 10590.0, 10606.0, 10586.0, 10643.0, 10592.0, 10621.0, 10572.0, 10622.0, 10588.0, 10622.0, 10612.0, 10623.0, 10606.0, 10611.0, 10588.0, 10604.0, 10585.0, 10626.0, 10594.0, 10611.0, 10638.0, 10610.0, 10590.0, 10605.0, 10593.0, 10619.0, 10589.0, 10631.0, 10572.0, 10639.0, 10603.0, 10618.0, 10582.0, 10589.0, 10563.0, 10599.0, 10582.0, 10617.0, 10602.0, 10620.0, 10584.0, 10596.0, 10587.0, 10623.0, 10602.0, 10612.0, 10603.0, 10630.0, 10580.0, 10584.0, 10612.0, 10580.0, 10616.0, 10584.0, 10593.0, 10583.0, 10599.0, 10568.0, 10622.0, 10582.0, 10603.0, 10580.0, 10603.0, 10577.0, 10608.0, 10577.0, 10594.0, 10588.0, 10595.0, 10590.0, 10584.0, 10588.0, 10584.0, 10628.0, 10591.0, 10618.0, 10590.0, 10623.0, 10601.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.0009248298755186722</td></tr>
<tr><td colspan=3>aqi</td><td>0.02859458273858921</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.618163412940184</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2095895818936855</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9716684492607969</td></tr>
<tr><td colspan=3>efc</td><td>0.4893</td></tr>
<tr><td colspan=3>fber</td><td>4756.4331</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09961012759174676</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.145228215767635</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4007692863228076</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3708622162015125</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.590819756411862</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.240625886355049</td></tr>
<tr><td colspan=3>gcor</td><td>0.0136729</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015805372968316078</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024103552103042603</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1205</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9641065835226703</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>35.5759</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.4997</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.8242</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296200.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>997.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.0857</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.662</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>690.4297</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4053.385</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80344.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5325.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1069.0867</td></tr>
<tr><td colspan=3>tsnr</td><td>36.734411811688915</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>