<?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-0075_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-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_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-0075/figures/sub-0075_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075/ses-01/func/sub-0075_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>62f62ff1751c80d00755656e1a25b799</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:39:15.127500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[1, 0, 0, 0, 1, 0]</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.0842939</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7685, -7300, 425, -80, -60, 34, 34]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.02</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e1223c8d-3df9-4ae2-812f-badbf6d84657||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682926893234253, 0.0, 0.0, 110.0], [0.0, 2.682926893234253, 0.0, -74.03707885742188], [0.0, 0.0, 2.700000047683716, -94.09000396728516], [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': ['153915.127500', '153915.587500', '153916.047500', '153916.507500', '153916.967500', '153917.427500', '153917.887500', '153918.347500', '153918.807500', '153919.267500', '153919.727500', '153920.187500', '153920.647500', '153921.107500', '153921.567500', '153922.027500', '153922.487500', '153922.947500', '153923.407500', '153923.867500', '153924.327500', '153924.787500', '153925.247500', '153925.707500', '153926.167500', '153926.627500', '153927.087500', '153927.547500', '153928.007500', '153928.467500', '153928.927500', '153929.387500', '153929.847500', '153930.307500', '153930.767500', '153931.227500', '153931.687500', '153932.147500', '153932.607500', '153933.067500', '153933.527500', '153933.987500', '153934.447500', '153934.907500', '153935.367500', '153935.827500', '153936.287500', '153936.747500', '153937.207500', '153937.667500', '153938.127500', '153938.587500', '153939.047500', '153939.507500', '153939.967500', '153940.427500', '153940.887500', '153941.347500', '153941.807500', '153942.267500', '153942.727500', '153943.187500', '153943.647500', '153944.107500', '153944.567500', '153945.027500', '153945.487500', '153945.947500', '153946.407500', '153946.867500', '153947.327500', '153947.787500', '153948.247500', '153948.707500', '153949.167500', '153949.627500', '153950.087500', '153950.547500', '153951.007500', '153951.467500', '153951.927500', '153952.387500', '153952.847500', '153953.307500', '153953.767500', '153954.227500', '153954.687500', '153955.147500', '153955.607500', '153956.067500', '153956.527500', '153956.987500', '153957.447500', '153957.907500', '153958.367500', '153958.827500', '153959.287500', '153959.747500', '154000.207500', '154000.667500', '154001.127500', '154001.587500', '154002.047500', '154002.507500', '154002.967500', '154003.427500', '154003.887500', '154004.347500', '154004.807500', '154005.267500', '154005.727500', '154006.187500', '154006.647500', '154007.107500', '154007.567500', '154008.027500', '154008.487500', '154008.947500', '154009.407500', '154009.867500', '154010.327500', '154010.787500', '154011.247500', '154011.707500', '154012.167500', '154012.627500', '154013.087500', '154013.547500', '154014.007500', '154014.467500', '154014.927500', '154015.387500', '154015.847500', '154016.307500', '154016.767500', '154017.227500', '154017.687500', '154018.147500', '154018.607500', '154019.067500', '154019.527500', '154019.987500', '154020.447500', '154020.907500', '154021.367500', '154021.827500', '154022.287500', '154022.747500', '154023.207500', '154023.667500', '154024.127500', '154024.587500', '154025.047500', '154025.507500', '154025.967500', '154026.427500', '154026.887500', '154027.347500', '154027.807500', '154028.267500', '154028.727500', '154029.187500', '154029.647500', '154030.107500', '154030.567500', '154031.027500', '154031.487500', '154031.947500', '154032.407500', '154032.867500', '154033.327500', '154033.787500', '154034.247500', '154034.707500', '154035.167500', '154035.627500', '154036.087500', '154036.547500', '154037.007500', '154037.467500', '154037.927500', '154038.387500', '154038.847500', '154039.307500', '154039.767500', '154040.227500', '154040.687500', '154041.147500', '154041.607500', '154042.067500', '154042.527500', '154042.987500', '154043.447500', '154043.907500', '154044.367500', '154044.827500', '154045.287500', '154045.747500', '154046.207500', '154046.667500', '154047.127500', '154047.587500', '154048.047500', '154048.507500', '154048.967500', '154049.427500', '154049.887500', '154050.347500', '154050.807500', '154051.267500', '154051.727500', '154052.187500', '154052.647500', '154053.107500', '154053.567500', '154054.027500', '154054.487500', '154054.947500', '154055.407500', '154055.867500', '154056.327500', '154056.787500', '154057.247500', '154057.707500', '154058.167500', '154058.627500', '154059.087500', '154059.547500', '154100.007500', '154100.467500', '154100.927500', '154101.387500', '154101.847500', '154102.307500', '154102.767500', '154103.227500', '154103.687500', '154104.147500', '154104.607500', '154105.067500', '154105.527500', '154105.987500', '154106.447500', '154106.907500', '154107.367500', '154107.827500', '154108.287500', '154108.747500', '154109.207500', '154109.667500', '154110.127500', '154110.587500', '154111.047500', '154111.507500', '154111.967500', '154112.427500', '154112.887500', '154113.347500', '154113.807500', '154114.267500', '154114.727500', '154115.187500', '154115.647500', '154116.107500', '154116.567500', '154117.027500', '154117.487500', '154117.947500', '154118.407500', '154118.867500', '154119.327500', '154119.787500', '154120.247500', '154120.707500', '154121.167500', '154121.627500', '154122.087500', '154122.547500', '154123.007500', '154123.467500', '154123.927500', '154124.387500', '154124.847500', '154125.307500', '154125.767500', '154126.227500', '154126.687500', '154127.147500', '154127.607500', '154128.067500', '154128.527500', '154128.987500', '154129.447500', '154129.907500', '154130.367500', '154130.827500', '154131.287500', '154131.747500', '154132.207500', '154132.667500', '154133.127500', '154133.587500', '154134.047500', '154134.507500', '154134.967500', '154135.427500', '154135.887500', '154136.347500', '154136.807500', '154137.267500', '154137.727500', '154138.187500', '154138.647500', '154139.107500', '154139.567500', '154140.027500', '154140.487500', '154140.947500', '154141.407500', '154141.867500', '154142.327500', '154142.787500', '154143.247500', '154143.707500', '154144.167500', '154144.627500', '154145.087500', '154145.547500', '154146.007500', '154146.467500', '154146.927500', '154147.387500', '154147.847500', '154148.307500', '154148.767500', '154149.227500', '154149.687500', '154150.147500', '154150.607500', '154151.067500', '154151.527500', '154151.987500', '154152.447500', '154152.907500', '154153.367500', '154153.827500', '154154.287500', '154154.747500', '154155.207500', '154155.667500', '154156.127500', '154156.587500', '154157.047500', '154157.507500', '154157.967500', '154158.427500', '154158.887500', '154159.347500', '154159.807500', '154200.267500', '154200.727500', '154201.187500', '154201.647500', '154202.107500', '154202.567500', '154203.027500', '154203.487500', '154203.947500', '154204.407500', '154204.867500', '154205.327500', '154205.787500', '154206.247500', '154206.707500', '154207.167500', '154207.627500', '154208.087500', '154208.547500', '154209.007500', '154209.467500', '154209.927500', '154210.387500', '154210.847500', '154211.307500', '154211.767500', '154212.227500', '154212.687500', '154213.147500', '154213.607500', '154214.067500', '154214.527500', '154214.987500', '154215.447500', '154215.907500', '154216.367500', '154216.827500', '154217.287500', '154217.747500', '154218.207500', '154218.667500', '154219.127500', '154219.587500', '154220.047500', '154220.507500', '154220.967500', '154221.427500', '154221.887500', '154222.347500', '154222.807500', '154223.267500', '154223.727500', '154224.187500', '154224.647500', '154225.107500', '154225.567500', '154226.027500', '154226.487500', '154226.947500', '154227.407500', '154227.867500', '154228.327500', '154228.787500', '154229.247500', '154229.707500', '154230.167500', '154230.627500', '154231.087500', '154231.547500', '154232.007500', '154232.467500', '154232.927500', '154233.387500', '154233.847500', '154234.307500', '154234.767500', '154235.227500', '154235.687500', '154236.147500', '154236.607500', '154237.067500', '154237.527500', '154237.987500', '154238.447500', '154238.907500', '154239.367500', '154239.827500', '154240.287500', '154240.747500', '154241.207500', '154241.667500', '154242.127500', '154242.587500', '154243.047500', '154243.507500', '154243.967500', '154244.427500', '154244.887500', '154245.347500', '154245.807500', '154246.267500', '154246.727500', '154247.187500', '154247.647500', '154248.107500', '154248.567500', '154249.027500', '154249.487500', '154249.947500', '154250.407500', '154250.867500', '154251.327500', '154251.787500', '154252.247500', '154252.707500', '154253.167500', '154253.627500', '154254.087500', '154254.547500', '154255.007500', '154255.467500', '154255.927500', '154256.387500', '154256.847500', '154257.307500', '154257.767500', '154258.227500', '154258.687500', '154259.147500', '154259.607500', '154300.067500', '154300.527500', '154300.987500', '154301.447500', '154301.907500', '154302.367500', '154302.827500', '154303.287500', '154303.747500', '154304.207500', '154304.667500', '154305.127500', '154305.587500', '154306.047500', '154306.507500', '154306.967500', '154307.427500', '154307.887500', '154308.347500', '154308.807500', '154309.267500', '154309.727500', '154310.187500', '154310.647500', '154311.107500', '154311.567500', '154312.027500', '154312.487500', '154312.947500', '154313.407500', '154313.867500', '154314.327500', '154314.787500', '154315.247500', '154315.707500', '154316.167500', '154316.627500', '154317.087500', '154317.547500', '154318.007500', '154318.467500', '154318.927500', '154319.387500', '154319.847500', '154320.307500', '154320.767500', '154321.227500', '154321.687500', '154322.147500', '154322.607500', '154323.067500', '154323.527500', '154323.987500', '154324.447500', '154324.907500', '154325.367500', '154325.827500', '154326.287500', '154326.747500', '154327.207500', '154327.667500', '154328.127500', '154328.587500', '154329.047500', '154329.507500', '154329.967500', '154330.427500', '154330.887500', '154331.347500', '154331.807500', '154332.267500', '154332.727500', '154333.187500', '154333.647500', '154334.107500', '154334.567500', '154335.027500', '154335.487500', '154335.947500', '154336.407500', '154336.867500', '154337.327500', '154337.787500', '154338.247500', '154338.707500', '154339.167500', '154339.627500', '154340.087500', '154340.547500', '154341.007500', '154341.467500', '154341.927500', '154342.387500', '154342.847500', '154343.307500', '154343.767500', '154344.227500', '154344.687500', '154345.147500', '154345.607500', '154346.067500', '154346.527500', '154346.987500', '154347.447500', '154347.907500', '154348.367500', '154348.827500', '154349.287500', '154349.747500', '154350.207500', '154350.667500', '154351.127500', '154351.587500', '154352.047500', '154352.507500', '154352.967500', '154353.427500', '154353.887500', '154354.347500', '154354.807500', '154355.267500', '154355.727500', '154356.187500', '154356.647500', '154357.107500', '154357.567500', '154358.027500', '154358.487500', '154358.947500', '154359.407500', '154359.867500', '154400.327500', '154400.787500', '154401.247500', '154401.707500', '154402.167500', '154402.627500', '154403.087500', '154403.547500', '154404.007500', '154404.467500', '154404.927500', '154405.387500', '154405.847500', '154406.307500', '154406.767500', '154407.227500', '154407.687500', '154408.147500', '154408.607500', '154409.067500', '154409.527500', '154409.987500', '154410.447500', '154410.907500', '154411.367500', '154411.827500', '154412.287500', '154412.747500', '154413.207500', '154413.667500', '154414.127500', '154414.587500', '154415.047500', '154415.507500', '154415.967500', '154416.427500', '154416.887500', '154417.347500', '154417.807500', '154418.267500', '154418.727500', '154419.187500', '154419.647500', '154420.107500', '154420.567500', '154421.027500', '154421.487500', '154421.947500', '154422.407500', '154422.867500', '154423.327500', '154423.787500', '154424.247500', '154424.707500', '154425.167500', '154425.627500', '154426.087500', '154426.547500', '154427.007500', '154427.467500', '154427.927500', '154428.387500', '154428.847500', '154429.307500', '154429.767500', '154430.227500', '154430.687500', '154431.147500', '154431.607500', '154432.067500', '154432.527500', '154432.987500', '154433.447500', '154433.907500', '154434.367500', '154434.827500', '154435.287500', '154435.747500', '154436.207500', '154436.667500', '154437.127500', '154437.587500', '154438.047500', '154438.507500', '154438.967500', '154439.427500', '154439.887500', '154440.347500', '154440.807500', '154441.267500', '154441.727500', '154442.187500', '154442.647500', '154443.107500', '154443.567500', '154444.027500', '154444.487500', '154444.947500', '154445.407500', '154445.867500', '154446.327500', '154446.787500', '154447.247500', '154447.707500', '154448.167500', '154448.627500', '154449.087500', '154449.547500', '154450.007500', '154450.467500', '154450.927500', '154451.387500', '154451.847500', '154452.307500', '154452.767500', '154453.227500', '154453.687500', '154454.147500', '154454.607500', '154455.067500', '154455.527500', '154455.987500', '154456.447500', '154456.907500', '154457.367500', '154457.827500', '154458.287500', '154458.747500', '154459.207500', '154459.667500', '154500.127500', '154500.587500', '154501.047500', '154501.507500', '154501.967500', '154502.427500', '154502.887500', '154503.347500', '154503.807500', '154504.267500', '154504.727500', '154505.187500', '154505.647500', '154506.107500', '154506.567500', '154507.027500', '154507.487500', '154507.947500', '154508.407500', '154508.867500', '154509.327500', '154509.787500', '154510.247500', '154510.707500', '154511.167500', '154511.627500', '154512.087500', '154512.547500', '154513.007500', '154513.467500', '154513.927500', '154514.387500', '154514.847500', '154515.307500', '154515.767500', '154516.227500', '154516.687500', '154517.147500', '154517.607500', '154518.067500', '154518.527500', '154518.987500', '154519.447500', '154519.907500', '154520.367500', '154520.827500', '154521.287500', '154521.747500', '154522.207500', '154522.667500', '154523.127500', '154523.587500', '154524.047500', '154524.507500', '154524.967500', '154525.427500', '154525.887500', '154526.347500', '154526.807500', '154527.267500', '154527.727500', '154528.187500', '154528.647500', '154529.107500', '154529.567500', '154530.027500', '154530.487500', '154530.947500', '154531.407500', '154531.867500', '154532.327500', '154532.787500', '154533.247500', '154533.707500', '154534.167500', '154534.627500', '154535.087500', '154535.547500', '154536.007500', '154536.467500', '154536.927500', '154537.387500', '154537.847500', '154538.307500', '154538.767500', '154539.227500', '154539.687500', '154540.147500', '154540.607500', '154541.067500', '154541.527500', '154541.987500', '154542.447500', '154542.907500', '154543.367500', '154543.827500', '154544.287500', '154544.747500', '154545.207500', '154545.667500', '154546.127500', '154546.587500', '154547.047500', '154547.507500', '154547.967500', '154548.427500', '154548.887500', '154549.347500', '154549.807500', '154550.267500', '154550.727500', '154551.187500', '154551.647500', '154552.107500', '154552.567500', '154553.027500', '154553.487500', '154553.947500', '154554.407500', '154554.867500', '154555.327500', '154555.787500', '154556.247500', '154556.707500', '154557.167500', '154557.627500', '154558.087500', '154558.547500', '154559.007500', '154559.467500', '154559.927500', '154600.387500', '154600.847500', '154601.307500', '154601.767500', '154602.227500', '154602.687500', '154603.147500', '154603.607500', '154604.067500', '154604.527500', '154604.987500', '154605.447500', '154605.907500', '154606.367500', '154606.827500', '154607.287500', '154607.747500', '154608.207500', '154608.667500', '154609.127500', '154609.587500', '154610.047500', '154610.507500', '154610.967500', '154611.427500', '154611.887500', '154612.347500', '154612.807500', '154613.267500', '154613.727500', '154614.187500', '154614.647500', '154615.107500', '154615.567500', '154616.027500', '154616.487500', '154616.947500', '154617.407500', '154617.867500', '154618.327500', '154618.787500', '154619.247500', '154619.707500', '154620.167500', '154620.627500', '154621.087500', '154621.547500', '154622.007500', '154622.467500', '154622.927500', '154623.387500', '154623.847500', '154624.307500', '154624.767500', '154625.227500', '154625.687500', '154626.147500', '154626.607500', '154627.067500', '154627.527500', '154627.987500', '154628.447500', '154628.907500', '154629.367500', '154629.827500', '154630.287500', '154630.747500', '154631.207500', '154631.667500', '154632.127500', '154632.587500', '154633.047500', '154633.507500', '154633.967500', '154634.427500', '154634.887500', '154635.347500', '154635.807500', '154636.267500', '154636.727500', '154637.187500', '154637.647500', '154638.107500', '154638.567500', '154639.027500', '154639.487500', '154639.947500', '154640.407500', '154640.867500', '154641.327500', '154641.787500', '154642.247500', '154642.707500', '154643.167500', '154643.627500', '154644.087500', '154644.547500', '154645.007500', '154645.467500', '154645.927500', '154646.387500', '154646.847500', '154647.307500', '154647.767500', '154648.227500', '154648.687500', '154649.147500', '154649.607500', '154650.067500', '154650.527500', '154650.987500', '154651.447500', '154651.907500', '154652.367500', '154652.827500', '154653.287500', '154653.747500', '154654.207500', '154654.667500', '154655.127500', '154655.587500', '154656.047500', '154656.507500', '154656.967500', '154657.427500', '154657.887500', '154658.347500', '154658.807500', '154659.267500', '154659.727500', '154700.187500', '154700.647500', '154701.107500', '154701.567500', '154702.027500', '154702.487500', '154702.947500', '154703.407500', '154703.867500', '154704.327500', '154704.787500', '154705.247500', '154705.707500', '154706.167500', '154706.627500', '154707.087500', '154707.547500', '154708.007500', '154708.467500', '154708.927500', '154709.387500', '154709.847500', '154710.307500', '154710.767500', '154711.227500', '154711.687500', '154712.147500', '154712.607500', '154713.067500', '154713.527500', '154713.987500', '154714.447500', '154714.907500', '154715.367500', '154715.827500', '154716.287500', '154716.747500', '154717.207500', '154717.667500', '154718.127500', '154718.587500', '154719.047500', '154719.507500', '154719.967500', '154720.427500', '154720.887500', '154721.347500', '154721.807500', '154722.267500', '154722.727500', '154723.187500', '154723.647500', '154724.107500', '154724.567500', '154725.027500', '154725.487500', '154725.947500', '154726.407500', '154726.867500', '154727.327500', '154727.787500', '154728.247500', '154728.707500', '154729.167500', '154729.627500', '154730.087500', '154730.547500', '154731.007500', '154731.467500', '154731.927500', '154732.387500', '154732.847500', '154733.307500', '154733.767500', '154734.227500', '154734.687500', '154735.147500', '154735.607500', '154736.067500', '154736.527500', '154736.987500', '154737.447500', '154737.907500', '154738.367500', '154738.827500', '154739.287500', '154739.747500', '154740.207500', '154740.667500', '154741.127500', '154741.587500', '154742.047500', '154742.507500', '154742.967500', '154743.427500', '154743.887500', '154744.347500', '154744.807500', '154745.267500', '154745.727500', '154746.187500', '154746.647500', '154747.107500', '154747.567500', '154748.027500', '154748.487500', '154748.947500', '154749.407500', '154749.867500', '154750.327500', '154750.787500', '154751.247500', '154751.707500', '154752.167500', '154752.627500', '154753.087500', '154753.547500', '154754.007500', '154754.467500', '154754.927500', '154755.387500', '154755.847500', '154756.307500', '154756.767500', '154757.227500', '154757.687500', '154758.147500', '154758.607500', '154759.067500', '154759.527500', '154759.987500', '154800.447500', '154800.907500', '154801.367500', '154801.827500', '154802.287500', '154802.747500', '154803.207500', '154803.667500', '154804.127500', '154804.587500', '154805.047500', '154805.507500', '154805.967500', '154806.427500', '154806.887500', '154807.347500', '154807.807500', '154808.267500', '154808.727500', '154809.187500', '154809.647500', '154810.107500', '154810.567500', '154811.027500', '154811.487500', '154811.947500', '154812.407500', '154812.867500', '154813.327500', '154813.787500', '154814.247500', '154814.707500', '154815.167500', '154815.627500', '154816.087500', '154816.547500', '154817.007500', '154817.467500', '154817.927500', '154818.387500', '154818.847500', '154819.307500', '154819.767500', '154820.227500', '154820.687500', '154821.147500', '154821.607500', '154822.067500', '154822.527500', '154822.987500', '154823.447500', '154823.907500', '154824.367500', '154824.827500', '154825.287500', '154825.747500', '154826.207500', '154826.667500', '154827.127500', '154827.587500', '154828.047500', '154828.507500', '154828.967500', '154829.427500', '154829.887500', '154830.347500', '154830.807500'], 'ContentTime': ['153928.459000', '153928.462000', '153928.465000', '153928.467000', '153928.470000', '153928.481000', '153928.490000', '153928.493000', '153928.496000', '153928.498000', '153928.501000', '153928.503000', '153928.506000', '153928.509000', '153928.511000', '153928.514000', '153928.516000', '153928.519000', '153928.522000', '153928.524000', '153928.527000', '153928.530000', '153928.532000', '153928.535000', '153928.537000', '153928.540000', '153948.361000', '153948.364000', '153948.369000', '153948.372000', '153948.374000', '153948.377000', '153948.379000', '153948.382000', '153948.385000', '153948.387000', '153948.390000', '153948.392000', '153948.395000', '153948.398000', '153948.400000', '153948.403000', '153948.406000', '153948.408000', '153948.411000', '153948.413000', '153948.416000', '153948.419000', '153948.421000', '153948.424000', '153948.427000', '153948.429000', '153948.432000', '153948.434000', '153948.437000', '153948.440000', '153948.442000', '153948.445000', '153948.448000', '153948.451000', '153948.460000', '153948.462000', '153948.465000', '153948.467000', '153948.470000', '153948.473000', '153948.475000', '153948.478000', '153948.480000', '154008.361000', '154008.364000', '154008.367000', '154008.370000', '154008.372000', '154008.375000', '154008.377000', '154008.380000', '154008.382000', '154008.385000', '154008.387000', '154008.390000', '154008.392000', '154008.396000', '154008.398000', '154008.401000', '154008.404000', '154008.406000', '154008.409000', '154008.411000', '154008.414000', '154008.424000', '154008.427000', '154008.430000', '154008.432000', '154008.435000', '154008.437000', '154008.440000', '154008.443000', '154008.445000', '154008.448000', '154008.451000', '154008.453000', '154008.456000', '154008.458000', '154008.461000', '154008.464000', '154008.466000', '154008.469000', '154008.471000', '154008.474000', '154008.477000', '154008.479000', '154008.482000', '154028.361000', '154028.363000', '154028.366000', '154028.369000', '154028.371000', '154028.374000', '154028.377000', '154028.379000', '154028.382000', '154028.384000', '154028.387000', '154028.390000', '154028.393000', '154028.395000', '154028.398000', '154028.401000', '154028.403000', '154028.406000', '154028.408000', '154028.411000', '154028.414000', '154028.416000', '154028.419000', '154028.422000', '154028.424000', '154028.427000', '154028.429000', '154028.432000', '154028.435000', '154028.437000', '154028.440000', '154028.443000', '154028.445000', '154028.448000', '154028.451000', '154028.454000', '154028.457000', '154028.460000', '154028.463000', '154028.466000', '154028.468000', '154028.471000', '154028.474000', '154048.360000', '154048.363000', '154048.366000', '154048.369000', '154048.372000', '154048.374000', '154048.377000', '154048.379000', '154048.382000', '154048.385000', '154048.387000', '154048.390000', '154048.393000', '154048.395000', '154048.398000', '154048.401000', '154048.403000', '154048.406000', '154048.408000', '154048.411000', '154048.414000', '154048.416000', '154048.419000', '154048.421000', '154048.424000', '154048.427000', '154048.429000', '154048.432000', '154048.435000', '154048.437000', '154048.440000', '154048.442000', '154048.445000', '154048.448000', '154048.450000', '154048.453000', '154048.456000', '154048.458000', '154048.461000', '154048.463000', '154048.466000', '154048.469000', '154048.471000', '154048.474000', '154108.360000', '154108.363000', '154108.366000', '154108.369000', '154108.371000', '154108.374000', '154108.377000', '154108.379000', '154108.382000', '154108.385000', '154108.387000', '154108.390000', '154108.392000', '154108.395000', '154108.398000', '154108.400000', '154108.403000', '154108.406000', '154108.408000', '154108.411000', '154108.413000', '154108.416000', '154108.419000', '154108.421000', '154108.424000', '154108.426000', '154108.435000', '154108.438000', '154108.440000', '154108.443000', '154108.446000', '154108.448000', '154108.451000', '154108.453000', '154108.456000', '154108.459000', '154108.461000', '154108.464000', '154108.467000', '154108.469000', '154108.472000', '154108.475000', '154108.477000', '154128.360000', '154128.363000', '154128.366000', '154128.369000', '154128.371000', '154128.374000', '154128.377000', '154128.379000', '154128.382000', '154128.384000', '154128.387000', '154128.390000', '154128.392000', '154128.395000', '154128.398000', '154128.400000', '154128.403000', '154128.406000', '154128.408000', '154128.417000', '154128.419000', '154128.422000', '154128.425000', '154128.427000', '154128.430000', '154128.433000', '154128.435000', '154128.438000', '154128.441000', '154128.443000', '154128.446000', '154128.448000', '154128.451000', '154128.454000', '154128.456000', '154128.459000', '154128.461000', '154128.464000', '154128.467000', '154128.469000', '154128.472000', '154128.475000', '154128.477000', '154128.480000', '154148.362000', '154148.365000', '154148.367000', '154148.370000', '154148.373000', '154148.375000', '154148.378000', '154148.381000', '154148.383000', '154148.386000', '154148.389000', '154148.391000', '154148.394000', '154148.397000', '154148.399000', '154148.402000', '154148.404000', '154148.407000', '154148.410000', '154148.412000', '154148.415000', '154148.418000', '154148.420000', '154148.423000', '154148.426000', '154148.428000', '154148.431000', '154148.434000', '154148.436000', '154148.439000', '154148.442000', '154148.444000', '154148.447000', '154148.449000', '154148.452000', '154148.455000', '154148.457000', '154148.460000', '154148.463000', '154148.465000', '154148.468000', '154148.471000', '154148.473000', '154208.362000', '154208.364000', '154208.367000', '154208.370000', '154208.373000', '154208.376000', '154208.379000', '154208.382000', '154208.385000', '154208.387000', '154208.390000', '154208.393000', '154208.395000', '154208.398000', '154208.401000', '154208.404000', '154208.406000', '154208.409000', '154208.412000', '154208.414000', '154208.417000', '154208.420000', '154208.422000', '154208.425000', '154208.428000', '154208.430000', '154208.433000', '154208.436000', '154208.438000', '154208.441000', '154208.444000', '154208.446000', '154208.449000', '154208.451000', '154208.454000', '154208.457000', '154208.459000', '154208.462000', '154208.465000', '154208.467000', '154208.470000', '154208.472000', '154208.475000', '154228.361000', '154228.365000', '154228.367000', '154228.370000', '154228.372000', '154228.375000', '154228.378000', '154228.380000', '154228.383000', '154228.386000', '154228.389000', '154228.391000', '154228.394000', '154228.396000', '154228.399000', '154228.402000', '154228.404000', '154228.407000', '154228.410000', '154228.412000', '154228.415000', '154228.418000', '154228.420000', '154228.423000', '154228.426000', '154228.428000', '154228.431000', '154228.434000', '154228.436000', '154228.439000', '154228.442000', '154228.444000', '154228.447000', '154228.450000', '154228.452000', '154228.455000', '154228.458000', '154228.460000', '154228.463000', '154228.466000', '154228.468000', '154228.471000', '154228.474000', '154228.476000', '154248.360000', '154248.363000', '154248.366000', '154248.369000', '154248.371000', '154248.374000', '154248.377000', '154248.379000', '154248.382000', '154248.385000', '154248.387000', '154248.390000', '154248.392000', '154248.395000', '154248.398000', '154248.400000', '154248.403000', '154248.406000', '154248.408000', '154248.411000', '154248.413000', '154248.416000', '154248.430000', '154248.432000', '154248.435000', '154248.438000', '154248.440000', '154248.443000', '154248.446000', '154248.449000', '154248.451000', '154248.454000', '154248.456000', '154248.459000', '154248.462000', '154248.464000', '154248.467000', '154248.470000', '154248.472000', '154248.475000', '154248.478000', '154248.480000', '154248.483000', '154248.486000', '154308.360000', '154308.363000', '154308.366000', '154308.369000', '154308.371000', '154308.374000', '154308.377000', '154308.379000', '154308.382000', '154308.385000', '154308.387000', '154308.390000', '154308.392000', '154308.395000', '154308.398000', '154308.400000', '154308.403000', '154308.405000', '154308.408000', '154308.411000', '154308.413000', '154308.416000', '154308.419000', '154308.421000', '154308.424000', '154308.427000', '154308.429000', '154308.432000', '154308.434000', '154308.437000', '154308.440000', '154308.442000', '154308.445000', '154308.448000', '154308.450000', '154308.453000', '154308.456000', '154308.458000', '154308.461000', '154308.463000', '154308.466000', '154308.469000', '154308.471000', '154328.361000', '154328.363000', '154328.366000', '154328.369000', '154328.372000', '154328.374000', '154328.377000', '154328.379000', '154328.382000', '154328.385000', '154328.389000', '154328.391000', '154328.394000', '154328.397000', '154328.399000', '154328.402000', '154328.405000', '154328.407000', '154328.410000', '154328.413000', '154328.415000', '154328.418000', '154328.421000', '154328.423000', '154328.426000', '154328.429000', '154328.431000', '154328.434000', '154328.437000', '154328.439000', '154328.442000', '154328.445000', '154328.447000', '154328.450000', '154328.453000', '154328.455000', '154328.458000', '154328.461000', '154328.463000', '154328.466000', '154328.469000', '154328.471000', '154328.474000', '154328.477000', '154348.361000', '154348.363000', '154348.366000', '154348.369000', '154348.372000', '154348.374000', '154348.377000', '154348.380000', '154348.382000', '154348.385000', '154348.388000', '154348.390000', '154348.393000', '154348.395000', '154348.398000', '154348.401000', '154348.403000', '154348.406000', '154348.409000', '154348.411000', '154348.414000', '154348.417000', '154348.419000', '154348.422000', '154348.425000', '154348.427000', '154348.430000', '154348.433000', '154348.435000', '154348.438000', '154348.440000', '154348.443000', '154348.446000', '154348.448000', '154348.451000', '154348.454000', '154348.456000', '154348.459000', '154348.462000', '154348.464000', '154348.467000', '154348.469000', '154348.472000', '154408.361000', '154408.364000', '154408.367000', '154408.370000', '154408.372000', '154408.375000', '154408.378000', '154408.380000', '154408.383000', '154408.386000', '154408.388000', '154408.391000', '154408.394000', '154408.396000', '154408.399000', '154408.402000', '154408.404000', '154408.407000', '154408.410000', '154408.412000', '154408.415000', '154408.418000', '154408.420000', '154408.423000', '154408.426000', '154408.428000', '154408.431000', '154408.434000', '154408.436000', '154408.439000', '154408.441000', '154408.444000', '154408.458000', '154408.461000', '154408.463000', '154408.466000', '154408.469000', '154408.471000', '154408.474000', '154408.477000', '154408.479000', '154408.482000', '154408.485000', '154428.362000', '154428.364000', '154428.367000', '154428.370000', '154428.373000', '154428.375000', '154428.378000', '154428.381000', '154428.383000', '154428.386000', '154428.388000', '154428.391000', '154428.394000', '154428.396000', '154428.399000', '154428.402000', '154428.404000', '154428.407000', '154428.410000', '154428.412000', '154428.415000', '154428.418000', '154428.420000', '154428.423000', '154428.426000', '154428.428000', '154428.431000', '154428.434000', '154428.436000', '154428.439000', '154428.442000', '154428.444000', '154428.447000', '154428.450000', '154428.452000', '154428.455000', '154428.457000', '154428.460000', '154428.463000', '154428.465000', '154428.468000', '154428.471000', '154428.474000', '154428.476000', '154448.362000', '154448.364000', '154448.367000', '154448.370000', '154448.373000', '154448.375000', '154448.378000', '154448.380000', '154448.383000', '154448.386000', '154448.388000', '154448.391000', '154448.394000', '154448.397000', '154448.400000', '154448.405000', '154448.407000', '154448.410000', '154448.413000', '154448.416000', '154448.418000', '154448.428000', '154448.431000', '154448.434000', '154448.436000', '154448.441000', '154448.444000', '154448.446000', '154448.449000', '154448.452000', '154448.454000', '154448.457000', '154448.460000', '154448.463000', '154448.465000', '154448.468000', '154448.471000', '154448.473000', '154448.476000', '154448.479000', '154448.481000', '154448.484000', '154448.487000', '154508.361000', '154508.364000', '154508.366000', '154508.369000', '154508.372000', '154508.374000', '154508.377000', '154508.380000', '154508.382000', '154508.385000', '154508.388000', '154508.390000', '154508.393000', '154508.396000', '154508.398000', '154508.401000', '154508.403000', '154508.406000', '154508.409000', '154508.411000', '154508.414000', '154508.416000', '154508.419000', '154508.422000', '154508.424000', '154508.427000', '154508.430000', '154508.432000', '154508.435000', '154508.437000', '154508.440000', '154508.443000', '154508.445000', '154508.448000', '154508.451000', '154508.453000', '154508.456000', '154508.458000', '154508.461000', '154508.464000', '154508.466000', '154508.469000', '154508.472000', '154508.474000', '154528.360000', '154528.363000', '154528.366000', '154528.369000', '154528.371000', '154528.374000', '154528.377000', '154528.379000', '154528.382000', '154528.385000', '154528.387000', '154528.390000', '154528.393000', '154528.395000', '154528.398000', '154528.401000', '154528.403000', '154528.406000', '154528.409000', '154528.412000', '154528.415000', '154528.419000', '154528.422000', '154528.424000', '154528.427000', '154528.430000', '154528.432000', '154528.435000', '154528.438000', '154528.440000', '154528.443000', '154528.446000', '154528.448000', '154528.451000', '154528.454000', '154528.456000', '154528.459000', '154528.462000', '154528.464000', '154528.467000', '154528.469000', '154528.472000', '154528.475000', '154548.369000', '154548.372000', '154548.375000', '154548.378000', '154548.380000', '154548.383000', '154548.386000', '154548.388000', '154548.391000', '154548.393000', '154548.396000', '154548.399000', '154548.401000', '154548.404000', '154548.407000', '154548.409000', '154548.412000', '154548.415000', '154548.417000', '154548.420000', '154548.422000', '154548.425000', '154548.428000', '154548.430000', '154548.433000', '154548.435000', '154548.438000', '154548.441000', '154548.443000', '154548.446000', '154548.449000', '154548.451000', '154548.454000', '154548.457000', '154548.459000', '154548.462000', '154548.465000', '154548.467000', '154548.470000', '154548.472000', '154548.475000', '154548.478000', '154548.480000', '154548.483000', '154608.361000', '154608.363000', '154608.366000', '154608.369000', '154608.372000', '154608.374000', '154608.377000', '154608.379000', '154608.382000', '154608.385000', '154608.387000', '154608.390000', '154608.393000', '154608.395000', '154608.398000', '154608.401000', '154608.403000', '154608.406000', '154608.417000', '154608.420000', '154608.423000', '154608.425000', '154608.428000', '154608.430000', '154608.433000', '154608.436000', '154608.439000', '154608.441000', '154608.444000', '154608.447000', '154608.449000', '154608.452000', '154608.454000', '154608.457000', '154608.460000', '154608.462000', '154608.466000', '154608.469000', '154608.472000', '154608.474000', '154608.477000', '154608.480000', '154608.483000', '154628.362000', '154628.364000', '154628.367000', '154628.370000', '154628.373000', '154628.376000', '154628.378000', '154628.381000', '154628.384000', '154628.386000', '154628.389000', '154628.392000', '154628.394000', '154628.397000', '154628.400000', '154628.403000', '154628.405000', '154628.408000', '154628.410000', '154628.413000', '154628.416000', '154628.418000', '154628.421000', '154628.424000', '154628.426000', '154628.429000', '154628.432000', '154628.434000', '154628.437000', '154628.440000', '154628.442000', '154628.445000', '154628.447000', '154628.450000', '154628.453000', '154628.455000', '154628.458000', '154628.461000', '154628.463000', '154628.466000', '154628.469000', '154628.471000', '154628.474000', '154628.476000', '154648.362000', '154648.365000', '154648.367000', '154648.370000', '154648.372000', '154648.375000', '154648.378000', '154648.380000', '154648.383000', '154648.386000', '154648.388000', '154648.391000', '154648.394000', '154648.396000', '154648.399000', '154648.402000', '154648.404000', '154648.407000', '154648.410000', '154648.412000', '154648.415000', '154648.417000', '154648.420000', '154648.423000', '154648.425000', '154648.428000', '154648.431000', '154648.434000', '154648.436000', '154648.439000', '154648.442000', '154648.444000', '154648.447000', '154648.450000', '154648.452000', '154648.455000', '154648.457000', '154648.460000', '154648.463000', '154648.466000', '154648.468000', '154648.471000', '154648.474000', '154708.362000', '154708.365000', '154708.368000', '154708.370000', '154708.373000', '154708.376000', '154708.379000', '154708.381000', '154708.384000', '154708.387000', '154708.390000', '154708.402000', '154708.405000', '154708.425000', '154708.427000', '154708.430000', '154708.433000', '154708.435000', '154708.438000', '154708.440000', '154708.443000', '154708.446000', '154708.448000', '154708.451000', '154708.453000', '154708.456000', '154708.459000', '154708.461000', '154708.464000', '154708.467000', '154708.469000', '154708.472000', '154708.474000', '154708.477000', '154708.480000', '154708.483000', '154708.485000', '154708.488000', '154708.490000', '154708.493000', '154708.496000', '154708.498000', '154708.501000', '154708.504000', '154728.361000', '154728.363000', '154728.366000', '154728.369000', '154728.372000', '154728.374000', '154728.377000', '154728.379000', '154728.382000', '154728.385000', '154728.387000', '154728.390000', '154728.393000', '154728.396000', '154728.398000', '154728.401000', '154728.404000', '154728.406000', '154728.409000', '154728.411000', '154728.414000', '154728.417000', '154728.419000', '154728.422000', '154728.425000', '154728.427000', '154728.430000', '154728.433000', '154728.435000', '154728.438000', '154728.441000', '154728.443000', '154728.446000', '154728.449000', '154728.451000', '154728.454000', '154728.457000', '154728.459000', '154728.462000', '154728.465000', '154728.468000', '154728.470000', '154728.473000', '154748.361000', '154748.364000', '154748.367000', '154748.369000', '154748.372000', '154748.375000', '154748.377000', '154748.380000', '154748.383000', '154748.385000', '154748.388000', '154748.391000', '154748.393000', '154748.396000', '154748.399000', '154748.401000', '154748.404000', '154748.406000', '154748.409000', '154748.412000', '154748.414000', '154748.417000', '154748.420000', '154748.422000', '154748.425000', '154748.428000', '154748.430000', '154748.433000', '154748.436000', '154748.438000', '154748.441000', '154748.444000', '154748.446000', '154748.449000', '154748.452000', '154748.454000', '154748.457000', '154748.460000', '154748.463000', '154748.465000', '154748.468000', '154748.471000', '154748.474000', '154748.476000', '154808.361000', '154808.363000', '154808.366000', '154808.369000', '154808.371000', '154808.374000', '154808.377000', '154808.379000', '154808.382000', '154808.385000', '154808.387000', '154808.390000', '154808.393000', '154808.395000', '154808.398000', '154808.400000', '154808.403000', '154808.406000', '154808.408000', '154808.411000', '154808.414000', '154808.416000', '154808.419000', '154808.422000', '154808.424000', '154808.427000', '154808.429000', '154808.432000', '154808.435000', '154808.437000', '154808.440000', '154808.443000', '154808.445000', '154808.448000', '154808.450000', '154808.453000', '154808.456000', '154808.458000', '154808.461000', '154808.464000', '154808.466000', '154808.469000', '154808.471000', '154828.361000', '154828.363000', '154828.366000', '154828.369000', '154828.372000', '154828.374000', '154828.377000', '154828.380000', '154828.382000', '154828.385000', '154828.388000', '154828.390000', '154828.393000', '154828.396000', '154828.398000', '154828.401000', '154828.404000', '154828.406000', '154828.409000', '154828.412000', '154828.414000', '154828.417000', '154828.420000', '154828.422000', '154828.425000', '154828.428000', '154828.430000', '154828.433000', '154828.436000', '154828.438000', '154828.441000', '154828.443000', '154828.446000', '154828.449000', '154828.451000', '154828.454000', '154828.457000', '154828.459000', '154828.462000', '154828.465000', '154828.467000', '154828.470000', '154828.473000', '154828.475000', '154832.374000', '154832.377000', '154832.380000', '154832.383000', '154832.385000', '154832.388000', '154832.391000', '154832.393000', '154832.396000'], 'InstanceCreationTime': ['153928.459000', '153928.462000', '153928.465000', '153928.467000', '153928.470000', '153928.481000', '153928.490000', '153928.493000', '153928.496000', '153928.498000', '153928.501000', '153928.503000', '153928.506000', '153928.509000', '153928.511000', '153928.514000', '153928.516000', '153928.519000', '153928.522000', '153928.524000', '153928.527000', '153928.530000', '153928.532000', '153928.535000', '153928.537000', '153928.540000', '153948.361000', '153948.364000', '153948.369000', '153948.372000', '153948.374000', '153948.377000', '153948.379000', '153948.382000', '153948.385000', '153948.387000', '153948.390000', '153948.392000', '153948.395000', '153948.398000', '153948.400000', '153948.403000', '153948.406000', '153948.408000', '153948.411000', '153948.413000', '153948.416000', '153948.419000', '153948.421000', '153948.424000', '153948.427000', '153948.429000', '153948.432000', '153948.434000', '153948.437000', '153948.440000', '153948.442000', '153948.445000', '153948.448000', '153948.451000', '153948.460000', '153948.462000', '153948.465000', '153948.467000', '153948.470000', '153948.473000', '153948.475000', '153948.478000', '153948.480000', '154008.361000', '154008.364000', '154008.367000', '154008.370000', '154008.372000', '154008.375000', '154008.377000', '154008.380000', '154008.382000', '154008.385000', '154008.387000', '154008.390000', '154008.392000', '154008.396000', '154008.398000', '154008.401000', '154008.404000', '154008.406000', '154008.409000', '154008.411000', '154008.414000', '154008.424000', '154008.427000', '154008.430000', '154008.432000', '154008.435000', '154008.437000', '154008.440000', '154008.443000', '154008.445000', '154008.448000', '154008.451000', '154008.453000', '154008.456000', '154008.458000', '154008.461000', '154008.464000', '154008.466000', '154008.469000', '154008.471000', '154008.474000', '154008.477000', '154008.479000', '154008.482000', '154028.361000', '154028.363000', '154028.366000', '154028.369000', '154028.371000', '154028.374000', '154028.377000', '154028.379000', '154028.382000', '154028.384000', '154028.387000', '154028.390000', '154028.393000', '154028.395000', '154028.398000', '154028.401000', '154028.403000', '154028.406000', '154028.408000', '154028.411000', '154028.414000', '154028.416000', '154028.419000', '154028.422000', '154028.424000', '154028.427000', '154028.429000', '154028.432000', '154028.435000', '154028.437000', '154028.440000', '154028.443000', '154028.445000', '154028.448000', '154028.451000', '154028.454000', '154028.457000', '154028.460000', '154028.463000', '154028.466000', '154028.468000', '154028.471000', '154028.474000', '154048.360000', '154048.363000', '154048.366000', '154048.369000', '154048.372000', '154048.374000', '154048.377000', '154048.379000', '154048.382000', '154048.385000', '154048.387000', '154048.390000', '154048.393000', '154048.395000', '154048.398000', '154048.401000', '154048.403000', '154048.406000', '154048.408000', '154048.411000', '154048.414000', '154048.416000', '154048.419000', '154048.421000', '154048.424000', '154048.427000', '154048.429000', '154048.432000', '154048.435000', '154048.437000', '154048.440000', '154048.442000', '154048.445000', '154048.448000', '154048.450000', '154048.453000', '154048.456000', '154048.458000', '154048.461000', '154048.463000', '154048.466000', '154048.469000', '154048.471000', '154048.474000', '154108.360000', '154108.363000', '154108.366000', '154108.369000', '154108.371000', '154108.374000', '154108.377000', '154108.379000', '154108.382000', '154108.385000', '154108.387000', '154108.390000', '154108.392000', '154108.395000', '154108.398000', '154108.400000', '154108.403000', '154108.406000', '154108.408000', '154108.411000', '154108.413000', '154108.416000', '154108.419000', '154108.421000', '154108.424000', '154108.426000', '154108.435000', '154108.438000', '154108.440000', '154108.443000', '154108.446000', '154108.448000', '154108.451000', '154108.453000', '154108.456000', '154108.459000', '154108.461000', '154108.464000', '154108.467000', '154108.469000', '154108.472000', '154108.475000', '154108.477000', '154128.360000', '154128.363000', '154128.366000', '154128.369000', '154128.371000', '154128.374000', '154128.377000', '154128.379000', '154128.382000', '154128.384000', '154128.387000', '154128.390000', '154128.392000', '154128.395000', '154128.398000', '154128.400000', '154128.403000', '154128.406000', '154128.408000', '154128.417000', '154128.419000', '154128.422000', '154128.425000', '154128.427000', '154128.430000', '154128.433000', '154128.435000', '154128.438000', '154128.441000', '154128.443000', '154128.446000', '154128.448000', '154128.451000', '154128.454000', '154128.456000', '154128.459000', '154128.461000', '154128.464000', '154128.467000', '154128.469000', '154128.472000', '154128.475000', '154128.477000', '154128.480000', '154148.362000', '154148.365000', '154148.367000', '154148.370000', '154148.373000', '154148.375000', '154148.378000', '154148.381000', '154148.383000', '154148.386000', '154148.389000', '154148.391000', '154148.394000', '154148.397000', '154148.399000', '154148.402000', '154148.404000', '154148.407000', '154148.410000', '154148.412000', '154148.415000', '154148.418000', '154148.420000', '154148.423000', '154148.426000', '154148.428000', '154148.431000', '154148.434000', '154148.436000', '154148.439000', '154148.442000', '154148.444000', '154148.447000', '154148.449000', '154148.452000', '154148.455000', '154148.457000', '154148.460000', '154148.463000', '154148.465000', '154148.468000', '154148.471000', '154148.473000', '154208.362000', '154208.364000', '154208.367000', '154208.370000', '154208.373000', '154208.376000', '154208.379000', '154208.382000', '154208.385000', '154208.387000', '154208.390000', '154208.393000', '154208.395000', '154208.398000', '154208.401000', '154208.404000', '154208.406000', '154208.409000', '154208.412000', '154208.414000', '154208.417000', '154208.420000', '154208.422000', '154208.425000', '154208.428000', '154208.430000', '154208.433000', '154208.436000', '154208.438000', '154208.441000', '154208.444000', '154208.446000', '154208.449000', '154208.451000', '154208.454000', '154208.457000', '154208.459000', '154208.462000', '154208.465000', '154208.467000', '154208.470000', '154208.472000', '154208.475000', '154228.361000', '154228.365000', '154228.367000', '154228.370000', '154228.372000', '154228.375000', '154228.378000', '154228.380000', '154228.383000', '154228.386000', '154228.389000', '154228.391000', '154228.394000', '154228.396000', '154228.399000', '154228.402000', '154228.404000', '154228.407000', '154228.410000', '154228.412000', '154228.415000', '154228.418000', '154228.420000', '154228.423000', '154228.426000', '154228.428000', '154228.431000', '154228.434000', '154228.436000', '154228.439000', '154228.442000', '154228.444000', '154228.447000', '154228.450000', '154228.452000', '154228.455000', '154228.458000', '154228.460000', '154228.463000', '154228.466000', '154228.468000', '154228.471000', '154228.474000', '154228.476000', '154248.360000', '154248.363000', '154248.366000', '154248.369000', '154248.371000', '154248.374000', '154248.377000', '154248.379000', '154248.382000', '154248.385000', '154248.387000', '154248.390000', '154248.392000', '154248.395000', '154248.398000', '154248.400000', '154248.403000', '154248.406000', '154248.408000', '154248.411000', '154248.413000', '154248.416000', '154248.430000', '154248.432000', '154248.435000', '154248.438000', '154248.440000', '154248.443000', '154248.446000', '154248.449000', '154248.451000', '154248.454000', '154248.456000', '154248.459000', '154248.462000', '154248.464000', '154248.467000', '154248.470000', '154248.472000', '154248.475000', '154248.478000', '154248.480000', '154248.483000', '154248.486000', '154308.360000', '154308.363000', '154308.366000', '154308.369000', '154308.371000', '154308.374000', '154308.377000', '154308.379000', '154308.382000', '154308.385000', '154308.387000', '154308.390000', '154308.392000', '154308.395000', '154308.398000', '154308.400000', '154308.403000', '154308.405000', '154308.408000', '154308.411000', '154308.413000', '154308.416000', '154308.419000', '154308.421000', '154308.424000', '154308.427000', '154308.429000', '154308.432000', '154308.434000', '154308.437000', '154308.440000', '154308.442000', '154308.445000', '154308.448000', '154308.450000', '154308.453000', '154308.456000', '154308.458000', '154308.461000', '154308.463000', '154308.466000', '154308.469000', '154308.471000', '154328.361000', '154328.363000', '154328.366000', '154328.369000', '154328.372000', '154328.374000', '154328.377000', '154328.379000', '154328.382000', '154328.385000', '154328.389000', '154328.391000', '154328.394000', '154328.397000', '154328.399000', '154328.402000', '154328.405000', '154328.407000', '154328.410000', '154328.413000', '154328.415000', '154328.418000', '154328.421000', '154328.423000', '154328.426000', '154328.429000', '154328.431000', '154328.434000', '154328.437000', '154328.439000', '154328.442000', '154328.445000', '154328.447000', '154328.450000', '154328.453000', '154328.455000', '154328.458000', '154328.461000', '154328.463000', '154328.466000', '154328.469000', '154328.471000', '154328.474000', '154328.477000', '154348.361000', '154348.363000', '154348.366000', '154348.369000', '154348.372000', '154348.374000', '154348.377000', '154348.380000', '154348.382000', '154348.385000', '154348.388000', '154348.390000', '154348.393000', '154348.395000', '154348.398000', '154348.401000', '154348.403000', '154348.406000', '154348.409000', '154348.411000', '154348.414000', '154348.417000', '154348.419000', '154348.422000', '154348.425000', '154348.427000', '154348.430000', '154348.433000', '154348.435000', '154348.438000', '154348.440000', '154348.443000', '154348.446000', '154348.448000', '154348.451000', '154348.454000', '154348.456000', '154348.459000', '154348.462000', '154348.464000', '154348.467000', '154348.469000', '154348.472000', '154408.361000', '154408.364000', '154408.367000', '154408.370000', '154408.372000', '154408.375000', '154408.378000', '154408.380000', '154408.383000', '154408.386000', '154408.388000', '154408.391000', '154408.394000', '154408.396000', '154408.399000', '154408.402000', '154408.404000', '154408.407000', '154408.410000', '154408.412000', '154408.415000', '154408.418000', '154408.420000', '154408.423000', '154408.426000', '154408.428000', '154408.431000', '154408.434000', '154408.436000', '154408.439000', '154408.441000', '154408.444000', '154408.458000', '154408.461000', '154408.463000', '154408.466000', '154408.469000', '154408.471000', '154408.474000', '154408.477000', '154408.479000', '154408.482000', '154408.485000', '154428.362000', '154428.364000', '154428.367000', '154428.370000', '154428.373000', '154428.375000', '154428.378000', '154428.381000', '154428.383000', '154428.386000', '154428.388000', '154428.391000', '154428.394000', '154428.396000', '154428.399000', '154428.402000', '154428.404000', '154428.407000', '154428.410000', '154428.412000', '154428.415000', '154428.418000', '154428.420000', '154428.423000', '154428.426000', '154428.428000', '154428.431000', '154428.434000', '154428.436000', '154428.439000', '154428.442000', '154428.444000', '154428.447000', '154428.450000', '154428.452000', '154428.455000', '154428.457000', '154428.460000', '154428.463000', '154428.465000', '154428.468000', '154428.471000', '154428.474000', '154428.476000', '154448.362000', '154448.364000', '154448.367000', '154448.370000', '154448.373000', '154448.375000', '154448.378000', '154448.380000', '154448.383000', '154448.386000', '154448.388000', '154448.391000', '154448.394000', '154448.397000', '154448.400000', '154448.405000', '154448.407000', '154448.410000', '154448.413000', '154448.416000', '154448.418000', '154448.428000', '154448.431000', '154448.434000', '154448.436000', '154448.441000', '154448.444000', '154448.446000', '154448.449000', '154448.452000', '154448.454000', '154448.457000', '154448.460000', '154448.463000', '154448.465000', '154448.468000', '154448.471000', '154448.473000', '154448.476000', '154448.479000', '154448.481000', '154448.484000', '154448.487000', '154508.361000', '154508.364000', '154508.366000', '154508.369000', '154508.372000', '154508.374000', '154508.377000', '154508.380000', '154508.382000', '154508.385000', '154508.388000', '154508.390000', '154508.393000', '154508.396000', '154508.398000', '154508.401000', '154508.403000', '154508.406000', '154508.409000', '154508.411000', '154508.414000', '154508.416000', '154508.419000', '154508.422000', '154508.424000', '154508.427000', '154508.430000', '154508.432000', '154508.435000', '154508.437000', '154508.440000', '154508.443000', '154508.445000', '154508.448000', '154508.451000', '154508.453000', '154508.456000', '154508.458000', '154508.461000', '154508.464000', '154508.466000', '154508.469000', '154508.472000', '154508.474000', '154528.360000', '154528.363000', '154528.366000', '154528.369000', '154528.371000', '154528.374000', '154528.377000', '154528.379000', '154528.382000', '154528.385000', '154528.387000', '154528.390000', '154528.393000', '154528.395000', '154528.398000', '154528.401000', '154528.403000', '154528.406000', '154528.409000', '154528.412000', '154528.415000', '154528.419000', '154528.422000', '154528.424000', '154528.427000', '154528.430000', '154528.432000', '154528.435000', '154528.438000', '154528.440000', '154528.443000', '154528.446000', '154528.448000', '154528.451000', '154528.454000', '154528.456000', '154528.459000', '154528.462000', '154528.464000', '154528.467000', '154528.469000', '154528.472000', '154528.475000', '154548.369000', '154548.372000', '154548.375000', '154548.378000', '154548.380000', '154548.383000', '154548.386000', '154548.388000', '154548.391000', '154548.393000', '154548.396000', '154548.399000', '154548.401000', '154548.404000', '154548.407000', '154548.409000', '154548.412000', '154548.415000', '154548.417000', '154548.420000', '154548.422000', '154548.425000', '154548.428000', '154548.430000', '154548.433000', '154548.435000', '154548.438000', '154548.441000', '154548.443000', '154548.446000', '154548.449000', '154548.451000', '154548.454000', '154548.457000', '154548.459000', '154548.462000', '154548.465000', '154548.467000', '154548.470000', '154548.472000', '154548.475000', '154548.478000', '154548.480000', '154548.483000', '154608.361000', '154608.363000', '154608.366000', '154608.369000', '154608.372000', '154608.374000', '154608.377000', '154608.379000', '154608.382000', '154608.385000', '154608.387000', '154608.390000', '154608.393000', '154608.395000', '154608.398000', '154608.401000', '154608.403000', '154608.406000', '154608.417000', '154608.420000', '154608.423000', '154608.425000', '154608.428000', '154608.430000', '154608.433000', '154608.436000', '154608.439000', '154608.441000', '154608.444000', '154608.447000', '154608.449000', '154608.452000', '154608.454000', '154608.457000', '154608.460000', '154608.462000', '154608.466000', '154608.469000', '154608.472000', '154608.474000', '154608.477000', '154608.480000', '154608.483000', '154628.362000', '154628.364000', '154628.367000', '154628.370000', '154628.373000', '154628.376000', '154628.378000', '154628.381000', '154628.384000', '154628.386000', '154628.389000', '154628.392000', '154628.394000', '154628.397000', '154628.400000', '154628.403000', '154628.405000', '154628.408000', '154628.410000', '154628.413000', '154628.416000', '154628.418000', '154628.421000', '154628.424000', '154628.426000', '154628.429000', '154628.432000', '154628.434000', '154628.437000', '154628.440000', '154628.442000', '154628.445000', '154628.447000', '154628.450000', '154628.453000', '154628.455000', '154628.458000', '154628.461000', '154628.463000', '154628.466000', '154628.469000', '154628.471000', '154628.474000', '154628.476000', '154648.362000', '154648.365000', '154648.367000', '154648.370000', '154648.372000', '154648.375000', '154648.378000', '154648.380000', '154648.383000', '154648.386000', '154648.388000', '154648.391000', '154648.394000', '154648.396000', '154648.399000', '154648.402000', '154648.404000', '154648.407000', '154648.410000', '154648.412000', '154648.415000', '154648.417000', '154648.420000', '154648.423000', '154648.425000', '154648.428000', '154648.431000', '154648.434000', '154648.436000', '154648.439000', '154648.442000', '154648.444000', '154648.447000', '154648.450000', '154648.452000', '154648.455000', '154648.457000', '154648.460000', '154648.463000', '154648.466000', '154648.468000', '154648.471000', '154648.474000', '154708.362000', '154708.365000', '154708.368000', '154708.370000', '154708.373000', '154708.376000', '154708.379000', '154708.381000', '154708.384000', '154708.387000', '154708.390000', '154708.402000', '154708.405000', '154708.425000', '154708.427000', '154708.430000', '154708.433000', '154708.435000', '154708.438000', '154708.440000', '154708.443000', '154708.446000', '154708.448000', '154708.451000', '154708.453000', '154708.456000', '154708.459000', '154708.461000', '154708.464000', '154708.467000', '154708.469000', '154708.472000', '154708.474000', '154708.477000', '154708.480000', '154708.483000', '154708.485000', '154708.488000', '154708.490000', '154708.493000', '154708.496000', '154708.498000', '154708.501000', '154708.504000', '154728.361000', '154728.363000', '154728.366000', '154728.369000', '154728.372000', '154728.374000', '154728.377000', '154728.379000', '154728.382000', '154728.385000', '154728.387000', '154728.390000', '154728.393000', '154728.396000', '154728.398000', '154728.401000', '154728.404000', '154728.406000', '154728.409000', '154728.411000', '154728.414000', '154728.417000', '154728.419000', '154728.422000', '154728.425000', '154728.427000', '154728.430000', '154728.433000', '154728.435000', '154728.438000', '154728.441000', '154728.443000', '154728.446000', '154728.449000', '154728.451000', '154728.454000', '154728.457000', '154728.459000', '154728.462000', '154728.465000', '154728.468000', '154728.470000', '154728.473000', '154748.361000', '154748.364000', '154748.367000', '154748.369000', '154748.372000', '154748.375000', '154748.377000', '154748.380000', '154748.383000', '154748.385000', '154748.388000', '154748.391000', '154748.393000', '154748.396000', '154748.399000', '154748.401000', '154748.404000', '154748.406000', '154748.409000', '154748.412000', '154748.414000', '154748.417000', '154748.420000', '154748.422000', '154748.425000', '154748.428000', '154748.430000', '154748.433000', '154748.436000', '154748.438000', '154748.441000', '154748.444000', '154748.446000', '154748.449000', '154748.452000', '154748.454000', '154748.457000', '154748.460000', '154748.463000', '154748.465000', '154748.468000', '154748.471000', '154748.474000', '154748.476000', '154808.361000', '154808.363000', '154808.366000', '154808.369000', '154808.371000', '154808.374000', '154808.377000', '154808.379000', '154808.382000', '154808.385000', '154808.387000', '154808.390000', '154808.393000', '154808.395000', '154808.398000', '154808.400000', '154808.403000', '154808.406000', '154808.408000', '154808.411000', '154808.414000', '154808.416000', '154808.419000', '154808.422000', '154808.424000', '154808.427000', '154808.429000', '154808.432000', '154808.435000', '154808.437000', '154808.440000', '154808.443000', '154808.445000', '154808.448000', '154808.450000', '154808.453000', '154808.456000', '154808.458000', '154808.461000', '154808.464000', '154808.466000', '154808.469000', '154808.471000', '154828.361000', '154828.363000', '154828.366000', '154828.369000', '154828.372000', '154828.374000', '154828.377000', '154828.380000', '154828.382000', '154828.385000', '154828.388000', '154828.390000', '154828.393000', '154828.396000', '154828.398000', '154828.401000', '154828.404000', '154828.406000', '154828.409000', '154828.412000', '154828.414000', '154828.417000', '154828.420000', '154828.422000', '154828.425000', '154828.428000', '154828.430000', '154828.433000', '154828.436000', '154828.438000', '154828.441000', '154828.443000', '154828.446000', '154828.449000', '154828.451000', '154828.454000', '154828.457000', '154828.459000', '154828.462000', '154828.465000', '154828.467000', '154828.470000', '154828.473000', '154828.475000', '154832.374000', '154832.377000', '154832.380000', '154832.383000', '154832.385000', '154832.388000', '154832.391000', '154832.393000', '154832.396000'], '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': [12608, 6365, 11947, 6367, 12309, 9076, 12423, 6113, 11833, 5851, 11683, 6432, 11827, 6462, 10923, 6345, 9884, 6366, 8920, 6242, 9382, 6542, 7821, 6642, 8020, 7595, 7325, 6812, 7436, 7725, 7089, 10334, 7392, 10222, 7289, 10030, 6581, 11740, 6650, 11852, 7762, 11165, 6443, 11809, 6310, 11884, 8204, 11667, 6311, 11588, 6032, 11608, 8082, 11251, 6078, 11505, 5858, 11707, 7266, 11385, 5971, 11341, 5680, 10654, 5859, 10571, 7202, 11307, 5597, 10590, 8007, 6857, 7619, 6096, 10076, 6951, 12098, 8280, 11871, 6458, 11905, 6312, 11213, 8983, 11346, 5672, 10307, 6017, 8939, 6407, 8834, 6350, 8553, 5838, 9234, 6346, 10297, 6271, 10144, 6547, 11585, 7868, 11507, 8078, 11447, 6856, 11320, 7547, 11280, 8250, 10995, 5953, 11364, 6056, 11216, 6721, 10679, 6123, 9396, 6293, 9383, 6280, 9920, 6164, 8733, 6217, 9191, 6528, 11013, 5918, 10669, 5730, 10901, 6330, 11573, 8943, 12388, 6662, 11361, 6579, 11890, 7697, 11457, 7022, 11172, 6335, 11876, 6249, 11952, 9019, 11380, 6541, 11465, 6440, 11842, 7102, 11234, 6493, 11336, 6326, 11726, 6458, 11191, 6459, 10912, 6184, 11307, 6371, 11149, 7453, 10671, 5858, 10675, 5496, 9884, 6406, 10295, 5909, 10629, 6307, 10405, 7006, 10041, 7786, 7595, 7518, 7590, 7502, 10684, 8316, 9707, 7297, 10779, 6954, 11833, 7749, 11156, 5825, 11324, 5763, 10435, 6161, 9800, 6137, 8666, 6258, 7663, 6337, 7312, 6621, 6859, 6420, 7551, 6989, 7413, 8488, 7122, 7063, 7412, 8597, 7012, 9744, 7699, 8942, 6991, 9986, 6800, 10660, 7799, 9898, 6619, 10684, 6378, 11546, 7054, 10853, 6484, 11109, 6004, 11251, 6186, 10546, 6246, 10706, 6084, 10586, 5868, 10425, 6816, 8922, 6877, 6990, 7348, 6321, 8448, 6002, 9000, 7803, 9934, 8546, 7959, 7430, 8309, 7338, 12326, 8733, 11065, 6833, 10761, 6147, 10836, 5987, 10325, 5760, 10053, 5832, 8834, 5576, 9424, 6158, 9664, 6202, 9367, 6408, 9714, 8282, 8853, 7531, 8738, 7503, 10965, 8594, 11699, 8082, 12268, 6967, 12031, 6694, 11580, 8765, 11121, 5665, 11339, 5982, 11144, 7568, 10970, 6240, 10525, 6280, 11193, 6678, 11374, 8216, 10589, 5793, 11237, 5980, 11524, 8004, 10755, 5540, 9933, 5761, 9284, 6532, 9752, 5829, 7921, 7018, 8269, 7451, 6294, 7839, 5870, 10225, 7279, 11746, 5885, 10554, 6223, 10083, 6542, 10320, 6132, 8288, 6126, 7906, 6087, 8263, 6503, 7882, 6803, 8419, 5952, 9434, 6373, 9831, 6349, 10622, 5961, 10775, 8221, 11243, 6387, 11246, 6906, 11253, 8181, 11149, 6009, 10389, 5929, 10251, 6821, 10885, 6203, 9512, 5846, 10135, 7414, 10522, 6518, 9894, 6828, 10729, 9099, 9462, 7431, 9838, 7344, 10152, 8290, 8625, 7564, 8346, 7243, 9110, 7144, 6675, 7396, 6954, 7324, 6917, 7285, 7013, 9045, 6121, 8798, 5774, 11950, 8162, 7615, 7105, 6073, 9656, 5550, 11307, 5716, 9229, 5391, 8164, 5593, 7934, 5456, 7619, 5931, 7414, 6619, 7274, 6184, 7485, 6003, 7610, 6465, 7745, 6258, 8098, 6187, 9349, 6270, 10318, 5928, 10605, 7663, 11097, 6467, 10847, 6280, 11004, 7824, 10748, 6448, 10791, 6173, 11434, 6648, 10142, 6148, 10557, 6219, 10092, 7028, 8481, 6943, 7955, 7144, 8350, 7525, 6249, 6967, 6352, 7488, 6381, 8801, 6312, 11093, 6159, 10703, 6133, 10799, 8481, 8513, 7262, 6810, 7084, 6880, 7025, 6477, 7180, 6413, 8349, 5893, 10431, 6138, 11051, 5889, 10426, 5756, 10423, 8193, 8906, 6670, 8174, 6979, 8385, 7447, 6990, 7095, 7059, 7596, 6875, 7109, 6836, 6760, 6503, 7790, 6456, 7255, 6872, 7040, 6445, 7753, 5977, 8498, 6144, 9579, 6237, 8910, 6364, 9252, 5972, 10243, 6003, 10079, 5713, 9977, 6548, 9123, 7775, 6852, 7222, 7082, 6950, 7893, 7565, 6605, 6864, 6793, 7606, 6629, 7131, 6467, 7374, 6609, 7726, 6569, 7967, 6091, 9887, 6429, 9397, 5737, 9902, 7176, 8542, 7025, 6939, 7143, 6539, 7296, 6607, 7248, 6358, 8171, 6482, 9196, 6429, 10759, 6898, 9336, 6602, 9706, 7302, 9433, 8251, 7194, 7375, 7929, 7065, 8763, 7271, 6835, 7099, 7119, 7156, 7152, 7056, 6468, 7154, 6734, 7158, 6672, 6956, 6351, 7091, 6717, 7821, 6200, 8761, 6235, 10740, 5709, 9759, 5838, 10151, 7298, 11797, 6343, 10989, 5975, 10669, 6752, 10020, 7969, 6720, 7107, 6415, 7178, 6393, 8397, 5689, 9465, 5628, 9594, 6158, 10608, 8092, 9245, 6657, 7900, 7081, 6743, 6992, 6157, 7108, 6268, 7577, 6033, 8774, 6168, 10514, 5552, 9435, 5726, 9028, 6328, 8570, 7039, 6912, 7276, 6533, 6896, 6503, 8546, 6017, 8349, 5994, 9305, 6437, 10709, 7122, 8905, 6833, 6934, 7227, 7232, 7919, 6207, 7972, 6405, 7602, 6205, 9627, 5863, 9695, 6354, 9071, 5979, 10723, 7704, 11758, 6156, 8993, 6391, 7351, 6981, 6347, 7556, 6095, 7734, 6291, 8846, 6610, 11102, 6386, 10364, 6315, 10001, 8174, 8381, 7093, 6533, 7169, 6238, 8476, 5936, 12434, 5548, 9345, 7341, 6595, 7844, 6296, 8068, 8260, 6528, 7700, 6542, 8712, 5934, 12030, 6460, 12659, 5359, 10237, 5398, 9807, 5780, 9069, 5572, 8348, 5783, 8112, 5754, 8273, 5919, 8786, 6048, 8254, 5954, 9217, 6495, 8103, 6539, 6939, 6806, 6647, 6904, 6144, 8535, 6073, 9194, 5881, 11887, 8854, 9307, 7375, 6546, 7091, 6511, 11360, 5983, 12636, 5686, 10878, 6627, 10114, 9750, 8855, 7331, 6664, 6900, 6918, 7579, 6375, 7314, 6141, 7645, 5732, 10577, 5835, 9618, 6023, 8890, 6510, 7839, 7044, 6354, 6539, 6700, 7490, 6448, 8001, 5771, 7299, 6576, 6628, 6860, 6335, 9055, 5842, 9852, 6026, 9645, 5981, 11659, 8063, 10846, 6350, 6407, 7018, 5642, 10881, 6146, 10238, 6237, 9596, 5943, 10654, 8232, 10025, 6241, 9610, 6361, 9366, 7014, 6533, 6739, 6566, 6778, 6289, 7039, 5937, 8096, 6138, 8126, 5973, 8375, 6203, 10427, 6247, 8818, 5621, 8225, 6053, 9347, 6247, 8512, 6583, 7707, 5866, 8571, 6113, 9242, 5558, 9365, 5726, 9779, 6488, 10918, 7930, 11253, 5911, 9930, 5795, 9651, 7524, 10951, 6597, 9473, 5511, 9342, 5686, 8628, 5785, 8295, 5902, 8288, 5917, 8243, 5923, 8983, 6349, 9257, 5894, 9390, 5725, 9741, 6922, 9315, 6345, 8744, 6216, 8908, 8276, 6616, 6816, 6296, 6770, 6754, 7386, 6527, 9323, 6268, 7435, 6624, 7385, 6517, 9514, 6168, 7589, 6515, 7115, 6390, 7416, 6039, 7448, 6424, 7981, 6651, 8687, 6282, 10173, 6218, 9234, 6087, 9409, 6966, 8374, 7788, 6621, 6782, 6489, 6866, 6660, 8322, 5867, 8347, 6450, 8592, 6018, 9176, 6011, 9346, 6103, 7397, 6048, 7695, 5717, 8421, 6568, 7906, 6560, 8385, 6155, 8985, 7014, 9008, 6040, 8873, 6055, 8780, 7284, 7018, 6839, 6350, 6669, 6512, 7780, 5810, 11590, 5358, 9535, 5709, 7454, 6820, 6308, 8768, 5823, 9788, 5760, 9666, 6551, 9339, 8302, 6871, 6943, 6562, 6914, 6673, 8481, 6102, 9195, 5737, 8101, 5671, 9293, 7790, 6346, 7000, 5703, 7237, 7080, 6247, 8876, 6145, 11270, 6034, 9144, 6568, 8824, 7703, 6686, 7170, 6094, 7475, 6118, 8378, 6402, 9543, 6126, 6951, 6569, 6394, 6912, 5792, 9006, 5954, 9179, 6289, 9629, 8473, 6324, 6909, 6165, 8050, 6047, 11889, 7247, 9160, 6642, 7572, 6989, 6170, 8551, 5526, 8994, 5602, 9887, 6248, 11591, 7255, 8459, 6462, 6264, 7290, 6306, 7283, 5882, 7212, 5618, 8209, 5519, 8951, 6277, 9044, 5642, 9275, 5988, 9669, 7182, 9787, 5761, 9638, 5868, 9481, 5519, 9079, 6056, 8878, 5767, 8769, 5675, 8986, 6393, 9096, 5839, 9238, 5670, 9493, 5911, 9461, 6053, 9015, 6012, 9447, 6000, 9534, 7089, 8699, 6838, 8047, 6655, 8192, 6429, 8649, 7592, 7385, 6694, 7855, 6585, 9205, 6642, 8342, 6697, 7889, 6499, 8433, 6352, 9301, 6774, 7183, 6922, 7167, 6872, 6629, 6571, 6284, 6867, 6455, 8484, 6317, 9970, 8541, 9097, 7406, 8059, 7022, 8694, 8861, 6526, 7758, 5760, 11914, 5668, 9212, 6773, 7827, 7951, 6177, 7113, 5762, 8090, 5873, 11367, 6079, 10350, 5514, 8575, 5394, 9239, 6606, 8766, 6229, 6741, 6507, 6352, 6874, 6323, 7212, 6301, 8426, 5804, 10299, 7885, 8940, 6419, 8147, 6934, 8362, 7938, 6319, 7068, 6140, 8162, 5938, 11606, 7274, 11996, 5733, 9329, 6212, 8393, 7614, 6247, 6895, 5766, 7468], 'WindowCenter': [3623.0, 3556.0, 3606.0, 3554.0, 3594.0, 3573.0, 3591.0, 3528.0, 3579.0, 3526.0, 3579.0, 3538.0, 3578.0, 3538.0, 3578.0, 3538.0, 3567.0, 3538.0, 3568.0, 3537.0, 3557.0, 3524.0, 3546.0, 3537.0, 3559.0, 3548.0, 3548.0, 3535.0, 3546.0, 3546.0, 3548.0, 3569.0, 3547.0, 3567.0, 3546.0, 3568.0, 3537.0, 3590.0, 3537.0, 3578.0, 3547.0, 3577.0, 3536.0, 3579.0, 3538.0, 3578.0, 3557.0, 3578.0, 3537.0, 3577.0, 3527.0, 3579.0, 3558.0, 3578.0, 3525.0, 3577.0, 3527.0, 3579.0, 3547.0, 3578.0, 3525.0, 3578.0, 3526.0, 3566.0, 3526.0, 3579.0, 3548.0, 3578.0, 3515.0, 3567.0, 3559.0, 3536.0, 3558.0, 3538.0, 3581.0, 3550.0, 3591.0, 3559.0, 3578.0, 3538.0, 3579.0, 3537.0, 3579.0, 3558.0, 3566.0, 3513.0, 3566.0, 3524.0, 3556.0, 3524.0, 3556.0, 3536.0, 3556.0, 3526.0, 3569.0, 3539.0, 3581.0, 3539.0, 3580.0, 3551.0, 3593.0, 3562.0, 3591.0, 3560.0, 3580.0, 3548.0, 3581.0, 3559.0, 3579.0, 3558.0, 3578.0, 3526.0, 3578.0, 3537.0, 3578.0, 3537.0, 3569.0, 3526.0, 3556.0, 3537.0, 3568.0, 3537.0, 3568.0, 3525.0, 3558.0, 3537.0, 3569.0, 3539.0, 3580.0, 3527.0, 3579.0, 3527.0, 3580.0, 3539.0, 3579.0, 3569.0, 3578.0, 3536.0, 3577.0, 3537.0, 3578.0, 3546.0, 3577.0, 3536.0, 3566.0, 3525.0, 3576.0, 3535.0, 3576.0, 3556.0, 3565.0, 3523.0, 3566.0, 3526.0, 3577.0, 3535.0, 3565.0, 3524.0, 3565.0, 3524.0, 3576.0, 3524.0, 3578.0, 3524.0, 3566.0, 3525.0, 3577.0, 3536.0, 3577.0, 3546.0, 3566.0, 3513.0, 3565.0, 3514.0, 3567.0, 3536.0, 3568.0, 3525.0, 3577.0, 3536.0, 3580.0, 3548.0, 3569.0, 3559.0, 3548.0, 3549.0, 3558.0, 3560.0, 3580.0, 3559.0, 3567.0, 3547.0, 3578.0, 3547.0, 3589.0, 3548.0, 3577.0, 3524.0, 3576.0, 3524.0, 3567.0, 3524.0, 3567.0, 3525.0, 3556.0, 3525.0, 3545.0, 3536.0, 3545.0, 3534.0, 3535.0, 3523.0, 3546.0, 3534.0, 3548.0, 3557.0, 3536.0, 3534.0, 3546.0, 3557.0, 3547.0, 3567.0, 3547.0, 3556.0, 3535.0, 3566.0, 3536.0, 3568.0, 3546.0, 3566.0, 3536.0, 3565.0, 3536.0, 3578.0, 3536.0, 3568.0, 3535.0, 3578.0, 3526.0, 3578.0, 3525.0, 3578.0, 3536.0, 3568.0, 3526.0, 3579.0, 3527.0, 3579.0, 3538.0, 3568.0, 3538.0, 3548.0, 3549.0, 3549.0, 3570.0, 3540.0, 3571.0, 3561.0, 3581.0, 3570.0, 3558.0, 3547.0, 3558.0, 3547.0, 3579.0, 3558.0, 3566.0, 3536.0, 3567.0, 3524.0, 3567.0, 3526.0, 3567.0, 3514.0, 3567.0, 3525.0, 3568.0, 3527.0, 3569.0, 3538.0, 3570.0, 3539.0, 3570.0, 3551.0, 3581.0, 3572.0, 3572.0, 3561.0, 3569.0, 3560.0, 3581.0, 3571.0, 3580.0, 3558.0, 3579.0, 3546.0, 3578.0, 3537.0, 3577.0, 3556.0, 3566.0, 3514.0, 3566.0, 3525.0, 3577.0, 3546.0, 3566.0, 3525.0, 3567.0, 3536.0, 3579.0, 3537.0, 3578.0, 3556.0, 3566.0, 3514.0, 3566.0, 3526.0, 3577.0, 3546.0, 3565.0, 3514.0, 3566.0, 3525.0, 3566.0, 3536.0, 3567.0, 3526.0, 3558.0, 3547.0, 3558.0, 3560.0, 3549.0, 3560.0, 3541.0, 3580.0, 3561.0, 3590.0, 3528.0, 3579.0, 3537.0, 3567.0, 3537.0, 3566.0, 3526.0, 3556.0, 3536.0, 3557.0, 3526.0, 3557.0, 3537.0, 3557.0, 3549.0, 3570.0, 3541.0, 3580.0, 3551.0, 3580.0, 3550.0, 3593.0, 3542.0, 3592.0, 3571.0, 3590.0, 3538.0, 3581.0, 3550.0, 3581.0, 3559.0, 3578.0, 3526.0, 3578.0, 3537.0, 3567.0, 3537.0, 3578.0, 3526.0, 3568.0, 3526.0, 3578.0, 3549.0, 3579.0, 3536.0, 3567.0, 3549.0, 3579.0, 3570.0, 3567.0, 3546.0, 3566.0, 3547.0, 3567.0, 3556.0, 3555.0, 3545.0, 3544.0, 3534.0, 3554.0, 3549.0, 3538.0, 3537.0, 3523.0, 3534.0, 3536.0, 3546.0, 3536.0, 3557.0, 3526.0, 3555.0, 3513.0, 3576.0, 3558.0, 3546.0, 3535.0, 3525.0, 3558.0, 3514.0, 3565.0, 3513.0, 3554.0, 3501.0, 3542.0, 3501.0, 3543.0, 3502.0, 3533.0, 3523.0, 3533.0, 3536.0, 3546.0, 3525.0, 3547.0, 3527.0, 3547.0, 3538.0, 3561.0, 3551.0, 3561.0, 3541.0, 3583.0, 3553.0, 3594.0, 3555.0, 3583.0, 3564.0, 3592.0, 3541.0, 3581.0, 3552.0, 3592.0, 3562.0, 3583.0, 3539.0, 3581.0, 3541.0, 3593.0, 3551.0, 3581.0, 3540.0, 3581.0, 3541.0, 3582.0, 3551.0, 3571.0, 3551.0, 3559.0, 3564.0, 3572.0, 3561.0, 3540.0, 3549.0, 3538.0, 3562.0, 3551.0, 3571.0, 3539.0, 3580.0, 3539.0, 3581.0, 3541.0, 3581.0, 3571.0, 3559.0, 3548.0, 3537.0, 3550.0, 3548.0, 3548.0, 3538.0, 3549.0, 3538.0, 3559.0, 3528.0, 3580.0, 3529.0, 3579.0, 3527.0, 3580.0, 3527.0, 3579.0, 3559.0, 3557.0, 3537.0, 3557.0, 3548.0, 3557.0, 3547.0, 3535.0, 3536.0, 3535.0, 3547.0, 3537.0, 3537.0, 3536.0, 3537.0, 3525.0, 3547.0, 3537.0, 3548.0, 3537.0, 3538.0, 3537.0, 3547.0, 3528.0, 3559.0, 3528.0, 3569.0, 3526.0, 3557.0, 3537.0, 3570.0, 3528.0, 3568.0, 3527.0, 3570.0, 3528.0, 3581.0, 3538.0, 3569.0, 3559.0, 3537.0, 3548.0, 3547.0, 3549.0, 3548.0, 3548.0, 3536.0, 3537.0, 3536.0, 3548.0, 3536.0, 3537.0, 3525.0, 3547.0, 3536.0, 3549.0, 3537.0, 3558.0, 3527.0, 3569.0, 3539.0, 3569.0, 3527.0, 3581.0, 3549.0, 3558.0, 3549.0, 3548.0, 3548.0, 3539.0, 3547.0, 3538.0, 3547.0, 3537.0, 3557.0, 3537.0, 3571.0, 3538.0, 3579.0, 3548.0, 3569.0, 3537.0, 3569.0, 3548.0, 3569.0, 3559.0, 3536.0, 3546.0, 3546.0, 3537.0, 3556.0, 3546.0, 3534.0, 3536.0, 3534.0, 3535.0, 3535.0, 3536.0, 3525.0, 3535.0, 3536.0, 3547.0, 3537.0, 3547.0, 3537.0, 3547.0, 3536.0, 3547.0, 3537.0, 3558.0, 3526.0, 3568.0, 3525.0, 3568.0, 3527.0, 3568.0, 3547.0, 3578.0, 3525.0, 3566.0, 3524.0, 3569.0, 3535.0, 3566.0, 3546.0, 3536.0, 3536.0, 3535.0, 3535.0, 3526.0, 3557.0, 3514.0, 3556.0, 3515.0, 3566.0, 3525.0, 3567.0, 3547.0, 3557.0, 3537.0, 3546.0, 3537.0, 3536.0, 3535.0, 3524.0, 3535.0, 3524.0, 3546.0, 3527.0, 3557.0, 3525.0, 3567.0, 3515.0, 3557.0, 3526.0, 3568.0, 3538.0, 3557.0, 3548.0, 3548.0, 3548.0, 3540.0, 3548.0, 3539.0, 3570.0, 3539.0, 3558.0, 3539.0, 3570.0, 3539.0, 3580.0, 3549.0, 3569.0, 3549.0, 3548.0, 3550.0, 3549.0, 3559.0, 3527.0, 3557.0, 3537.0, 3559.0, 3526.0, 3570.0, 3526.0, 3567.0, 3537.0, 3556.0, 3527.0, 3578.0, 3547.0, 3577.0, 3526.0, 3556.0, 3536.0, 3547.0, 3536.0, 3526.0, 3546.0, 3526.0, 3546.0, 3537.0, 3558.0, 3536.0, 3579.0, 3525.0, 3567.0, 3537.0, 3567.0, 3546.0, 3544.0, 3536.0, 3523.0, 3534.0, 3536.0, 3558.0, 3526.0, 3588.0, 3514.0, 3554.0, 3544.0, 3534.0, 3546.0, 3536.0, 3545.0, 3557.0, 3534.0, 3545.0, 3525.0, 3555.0, 3523.0, 3576.0, 3523.0, 3575.0, 3500.0, 3554.0, 3500.0, 3554.0, 3512.0, 3553.0, 3512.0, 3542.0, 3523.0, 3544.0, 3525.0, 3555.0, 3525.0, 3557.0, 3536.0, 3558.0, 3539.0, 3571.0, 3539.0, 3559.0, 3539.0, 3549.0, 3552.0, 3551.0, 3560.0, 3539.0, 3570.0, 3540.0, 3583.0, 3542.0, 3593.0, 3571.0, 3570.0, 3549.0, 3537.0, 3550.0, 3539.0, 3591.0, 3538.0, 3590.0, 3526.0, 3579.0, 3548.0, 3580.0, 3570.0, 3557.0, 3546.0, 3535.0, 3537.0, 3535.0, 3546.0, 3524.0, 3536.0, 3524.0, 3546.0, 3526.0, 3567.0, 3525.0, 3566.0, 3526.0, 3568.0, 3538.0, 3562.0, 3549.0, 3536.0, 3536.0, 3536.0, 3546.0, 3538.0, 3546.0, 3527.0, 3547.0, 3536.0, 3537.0, 3549.0, 3539.0, 3569.0, 3526.0, 3568.0, 3526.0, 3568.0, 3538.0, 3579.0, 3558.0, 3579.0, 3536.0, 3537.0, 3548.0, 3526.0, 3580.0, 3527.0, 3567.0, 3526.0, 3567.0, 3528.0, 3567.0, 3559.0, 3566.0, 3525.0, 3566.0, 3537.0, 3556.0, 3548.0, 3524.0, 3537.0, 3536.0, 3537.0, 3537.0, 3548.0, 3539.0, 3558.0, 3537.0, 3559.0, 3537.0, 3558.0, 3538.0, 3579.0, 3538.0, 3557.0, 3525.0, 3558.0, 3527.0, 3557.0, 3537.0, 3556.0, 3536.0, 3546.0, 3526.0, 3557.0, 3526.0, 3567.0, 3515.0, 3558.0, 3527.0, 3568.0, 3538.0, 3579.0, 3559.0, 3577.0, 3515.0, 3555.0, 3513.0, 3557.0, 3545.0, 3565.0, 3535.0, 3555.0, 3513.0, 3556.0, 3514.0, 3557.0, 3514.0, 3545.0, 3525.0, 3556.0, 3526.0, 3558.0, 3527.0, 3558.0, 3538.0, 3568.0, 3527.0, 3570.0, 3528.0, 3569.0, 3550.0, 3569.0, 3539.0, 3560.0, 3539.0, 3570.0, 3561.0, 3538.0, 3538.0, 3538.0, 3537.0, 3538.0, 3550.0, 3538.0, 3569.0, 3539.0, 3547.0, 3538.0, 3548.0, 3539.0, 3569.0, 3527.0, 3546.0, 3526.0, 3536.0, 3537.0, 3546.0, 3527.0, 3546.0, 3538.0, 3558.0, 3549.0, 3558.0, 3538.0, 3569.0, 3538.0, 3568.0, 3539.0, 3570.0, 3550.0, 3559.0, 3548.0, 3537.0, 3537.0, 3537.0, 3538.0, 3538.0, 3559.0, 3527.0, 3557.0, 3538.0, 3558.0, 3528.0, 3568.0, 3527.0, 3558.0, 3525.0, 3546.0, 3526.0, 3547.0, 3526.0, 3557.0, 3536.0, 3547.0, 3537.0, 3558.0, 3539.0, 3571.0, 3551.0, 3570.0, 3540.0, 3570.0, 3539.0, 3560.0, 3550.0, 3548.0, 3539.0, 3537.0, 3537.0, 3539.0, 3560.0, 3528.0, 3581.0, 3518.0, 3570.0, 3528.0, 3549.0, 3550.0, 3539.0, 3559.0, 3527.0, 3570.0, 3527.0, 3570.0, 3538.0, 3569.0, 3559.0, 3536.0, 3536.0, 3536.0, 3537.0, 3537.0, 3545.0, 3524.0, 3555.0, 3514.0, 3545.0, 3526.0, 3556.0, 3546.0, 3527.0, 3537.0, 3527.0, 3549.0, 3548.0, 3540.0, 3572.0, 3539.0, 3580.0, 3527.0, 3570.0, 3538.0, 3571.0, 3548.0, 3537.0, 3536.0, 3525.0, 3537.0, 3526.0, 3557.0, 3537.0, 3569.0, 3528.0, 3548.0, 3538.0, 3539.0, 3549.0, 3528.0, 3571.0, 3539.0, 3571.0, 3539.0, 3570.0, 3560.0, 3538.0, 3548.0, 3527.0, 3558.0, 3539.0, 3581.0, 3549.0, 3568.0, 3536.0, 3547.0, 3548.0, 3526.0, 3558.0, 3515.0, 3556.0, 3514.0, 3567.0, 3527.0, 3578.0, 3535.0, 3546.0, 3524.0, 3524.0, 3534.0, 3524.0, 3534.0, 3512.0, 3533.0, 3513.0, 3545.0, 3515.0, 3555.0, 3525.0, 3555.0, 3514.0, 3555.0, 3525.0, 3557.0, 3537.0, 3566.0, 3515.0, 3557.0, 3513.0, 3555.0, 3514.0, 3555.0, 3526.0, 3555.0, 3525.0, 3557.0, 3526.0, 3558.0, 3538.0, 3557.0, 3528.0, 3557.0, 3527.0, 3568.0, 3528.0, 3569.0, 3528.0, 3558.0, 3538.0, 3569.0, 3539.0, 3569.0, 3549.0, 3560.0, 3539.0, 3559.0, 3539.0, 3559.0, 3538.0, 3558.0, 3559.0, 3549.0, 3538.0, 3558.0, 3538.0, 3569.0, 3537.0, 3558.0, 3537.0, 3547.0, 3537.0, 3558.0, 3537.0, 3569.0, 3538.0, 3536.0, 3547.0, 3537.0, 3549.0, 3549.0, 3548.0, 3538.0, 3548.0, 3551.0, 3571.0, 3554.0, 3583.0, 3584.0, 3572.0, 3562.0, 3561.0, 3551.0, 3572.0, 3571.0, 3538.0, 3547.0, 3527.0, 3580.0, 3528.0, 3568.0, 3538.0, 3549.0, 3548.0, 3526.0, 3535.0, 3514.0, 3547.0, 3526.0, 3578.0, 3525.0, 3565.0, 3514.0, 3544.0, 3514.0, 3556.0, 3536.0, 3558.0, 3526.0, 3535.0, 3537.0, 3540.0, 3553.0, 3551.0, 3549.0, 3539.0, 3559.0, 3542.0, 3581.0, 3561.0, 3560.0, 3538.0, 3559.0, 3550.0, 3559.0, 3558.0, 3526.0, 3536.0, 3525.0, 3548.0, 3527.0, 3578.0, 3536.0, 3567.0, 3514.0, 3555.0, 3524.0, 3546.0, 3545.0, 3524.0, 3534.0, 3513.0, 3533.0], 'WindowWidth': [8180.0, 8080.0, 8140.0, 8072.0, 8121.0, 8092.0, 8111.0, 8024.0, 8091.0, 8020.0, 8091.0, 8037.0, 8089.0, 8035.0, 8086.0, 8034.0, 8073.0, 8037.0, 8076.0, 8032.0, 8058.0, 8013.0, 8041.0, 8031.0, 8065.0, 8050.0, 8047.0, 8027.0, 8043.0, 8043.0, 8050.0, 8078.0, 8047.0, 8071.0, 8044.0, 8073.0, 8032.0, 8107.0, 8035.0, 8088.0, 8047.0, 8085.0, 8031.0, 8090.0, 8039.0, 8089.0, 8060.0, 8087.0, 8033.0, 8086.0, 8022.0, 8089.0, 8061.0, 8086.0, 8016.0, 8084.0, 8020.0, 8089.0, 8047.0, 8087.0, 8015.0, 8086.0, 8017.0, 8070.0, 8019.0, 8090.0, 8050.0, 8087.0, 8002.0, 8070.0, 8065.0, 8032.0, 8063.0, 8039.0, 8098.0, 8057.0, 8110.0, 8065.0, 8089.0, 8036.0, 8091.0, 8035.0, 8089.0, 8062.0, 8068.0, 7995.0, 8066.0, 8013.0, 8056.0, 8013.0, 8055.0, 8030.0, 8056.0, 8021.0, 8080.0, 8042.0, 8098.0, 8041.0, 8096.0, 8060.0, 8117.0, 8075.0, 8111.0, 8070.0, 8093.0, 8051.0, 8096.0, 8067.0, 8091.0, 8064.0, 8086.0, 8019.0, 8089.0, 8034.0, 8088.0, 8034.0, 8075.0, 8017.0, 8056.0, 8035.0, 8075.0, 8033.0, 8074.0, 8015.0, 8062.0, 8034.0, 8078.0, 8038.0, 8092.0, 8020.0, 8089.0, 8020.0, 8092.0, 8040.0, 8093.0, 8077.0, 8088.0, 8031.0, 8084.0, 8033.0, 8089.0, 8044.0, 8084.0, 8030.0, 8067.0, 8014.0, 8082.0, 8029.0, 8081.0, 8057.0, 8064.0, 8009.0, 8066.0, 8016.0, 8084.0, 8026.0, 8064.0, 8010.0, 8064.0, 8012.0, 8083.0, 8013.0, 8085.0, 8011.0, 8067.0, 8013.0, 8083.0, 8031.0, 8084.0, 8044.0, 8067.0, 7996.0, 8067.0, 8002.0, 8071.0, 8031.0, 8073.0, 8017.0, 8086.0, 8033.0, 8094.0, 8053.0, 8078.0, 8067.0, 8050.0, 8054.0, 8065.0, 8071.0, 8096.0, 8067.0, 8074.0, 8047.0, 8087.0, 8048.0, 8106.0, 8048.0, 8084.0, 8013.0, 8082.0, 8013.0, 8073.0, 8014.0, 8070.0, 8013.0, 8054.0, 8014.0, 8040.0, 8030.0, 8042.0, 8025.0, 8027.0, 8008.0, 8042.0, 8025.0, 8048.0, 8058.0, 8031.0, 8025.0, 8043.0, 8059.0, 8048.0, 8075.0, 8046.0, 8056.0, 8028.0, 8069.0, 8032.0, 8075.0, 8043.0, 8067.0, 8029.0, 8067.0, 8031.0, 8089.0, 8031.0, 8072.0, 8029.0, 8086.0, 8017.0, 8088.0, 8017.0, 8088.0, 8031.0, 8074.0, 8018.0, 8090.0, 8023.0, 8090.0, 8038.0, 8077.0, 8037.0, 8051.0, 8052.0, 8055.0, 8084.0, 8046.0, 8085.0, 8073.0, 8098.0, 8082.0, 8063.0, 8048.0, 8061.0, 8047.0, 8091.0, 8060.0, 8068.0, 8029.0, 8068.0, 8012.0, 8070.0, 8017.0, 8069.0, 7999.0, 8071.0, 8017.0, 8076.0, 8023.0, 8079.0, 8039.0, 8081.0, 8041.0, 8082.0, 8060.0, 8101.0, 8089.0, 8086.0, 8072.0, 8079.0, 8069.0, 8098.0, 8083.0, 8093.0, 8062.0, 8090.0, 8044.0, 8087.0, 8032.0, 8084.0, 8056.0, 8067.0, 7998.0, 8068.0, 8014.0, 8084.0, 8043.0, 8068.0, 8015.0, 8071.0, 8030.0, 8088.0, 8034.0, 8086.0, 8057.0, 8067.0, 7998.0, 8068.0, 8018.0, 8084.0, 8042.0, 8067.0, 7998.0, 8070.0, 8017.0, 8071.0, 8033.0, 8073.0, 8018.0, 8061.0, 8049.0, 8065.0, 8069.0, 8056.0, 8073.0, 8049.0, 8097.0, 8072.0, 8109.0, 8024.0, 8092.0, 8035.0, 8074.0, 8033.0, 8070.0, 8018.0, 8055.0, 8033.0, 8060.0, 8020.0, 8059.0, 8036.0, 8061.0, 8055.0, 8085.0, 8047.0, 8098.0, 8060.0, 8098.0, 8060.0, 8119.0, 8052.0, 8115.0, 8087.0, 8110.0, 8040.0, 8099.0, 8056.0, 8096.0, 8065.0, 8088.0, 8018.0, 8088.0, 8035.0, 8074.0, 8034.0, 8088.0, 8018.0, 8074.0, 8021.0, 8089.0, 8053.0, 8090.0, 8033.0, 8074.0, 8052.0, 8092.0, 8080.0, 8071.0, 8044.0, 8070.0, 8047.0, 8072.0, 8057.0, 8051.0, 8039.0, 8037.0, 8024.0, 8051.0, 8052.0, 8036.0, 8030.0, 8003.0, 8023.0, 8029.0, 8042.0, 8029.0, 8059.0, 8017.0, 8052.0, 7994.0, 8080.0, 8060.0, 8041.0, 8026.0, 8013.0, 8058.0, 7997.0, 8064.0, 7994.0, 8046.0, 7975.0, 8029.0, 7977.0, 8033.0, 7978.0, 8019.0, 8007.0, 8021.0, 8029.0, 8044.0, 8014.0, 8044.0, 8019.0, 8044.0, 8036.0, 8073.0, 8060.0, 8073.0, 8049.0, 8102.0, 8064.0, 8119.0, 8072.0, 8104.0, 8080.0, 8114.0, 8046.0, 8097.0, 8064.0, 8115.0, 8076.0, 8101.0, 8041.0, 8096.0, 8047.0, 8115.0, 8058.0, 8097.0, 8042.0, 8096.0, 8048.0, 8100.0, 8060.0, 8083.0, 8059.0, 8067.0, 8080.0, 8087.0, 8071.0, 8042.0, 8053.0, 8039.0, 8075.0, 8059.0, 8084.0, 8042.0, 8095.0, 8039.0, 8098.0, 8047.0, 8097.0, 8084.0, 8065.0, 8050.0, 8034.0, 8056.0, 8051.0, 8050.0, 8035.0, 8049.0, 8036.0, 8067.0, 8025.0, 8093.0, 8026.0, 8089.0, 8019.0, 8092.0, 8022.0, 8091.0, 8064.0, 8059.0, 8032.0, 8059.0, 8050.0, 8060.0, 8045.0, 8027.0, 8028.0, 8027.0, 8045.0, 8033.0, 8033.0, 8030.0, 8031.0, 8013.0, 8046.0, 8035.0, 8051.0, 8033.0, 8034.0, 8033.0, 8046.0, 8024.0, 8065.0, 8024.0, 8078.0, 8019.0, 8060.0, 8035.0, 8081.0, 8023.0, 8075.0, 8021.0, 8078.0, 8025.0, 8096.0, 8038.0, 8078.0, 8067.0, 8034.0, 8050.0, 8048.0, 8052.0, 8050.0, 8049.0, 8028.0, 8030.0, 8028.0, 8048.0, 8030.0, 8031.0, 8013.0, 8045.0, 8030.0, 8050.0, 8033.0, 8060.0, 8021.0, 8078.0, 8038.0, 8077.0, 8024.0, 8099.0, 8053.0, 8062.0, 8051.0, 8049.0, 8052.0, 8040.0, 8049.0, 8035.0, 8047.0, 8032.0, 8060.0, 8035.0, 8082.0, 8037.0, 8092.0, 8050.0, 8078.0, 8035.0, 8079.0, 8049.0, 8078.0, 8064.0, 8030.0, 8043.0, 8042.0, 8032.0, 8056.0, 8044.0, 8025.0, 8028.0, 8024.0, 8029.0, 8026.0, 8031.0, 8013.0, 8029.0, 8030.0, 8048.0, 8035.0, 8047.0, 8032.0, 8047.0, 8032.0, 8047.0, 8036.0, 8062.0, 8019.0, 8074.0, 8016.0, 8073.0, 8020.0, 8075.0, 8046.0, 8086.0, 8013.0, 8068.0, 8012.0, 8074.0, 8028.0, 8067.0, 8041.0, 8027.0, 8028.0, 8027.0, 8029.0, 8017.0, 8057.0, 7999.0, 8054.0, 8000.0, 8069.0, 8016.0, 8071.0, 8046.0, 8056.0, 8031.0, 8042.0, 8033.0, 8030.0, 8028.0, 8012.0, 8027.0, 8012.0, 8041.0, 8018.0, 8058.0, 8015.0, 8072.0, 8001.0, 8057.0, 8018.0, 8076.0, 8036.0, 8061.0, 8048.0, 8048.0, 8049.0, 8044.0, 8052.0, 8040.0, 8080.0, 8039.0, 8062.0, 8042.0, 8082.0, 8040.0, 8093.0, 8053.0, 8077.0, 8052.0, 8050.0, 8055.0, 8053.0, 8065.0, 8020.0, 8059.0, 8034.0, 8064.0, 8018.0, 8078.0, 8017.0, 8072.0, 8032.0, 8057.0, 8020.0, 8088.0, 8045.0, 8084.0, 8016.0, 8055.0, 8030.0, 8045.0, 8030.0, 8016.0, 8043.0, 8015.0, 8043.0, 8033.0, 8060.0, 8032.0, 8089.0, 8014.0, 8070.0, 8033.0, 8072.0, 8043.0, 8037.0, 8027.0, 8008.0, 8023.0, 8033.0, 8065.0, 8018.0, 8101.0, 7998.0, 8050.0, 8039.0, 8025.0, 8043.0, 8032.0, 8042.0, 8059.0, 8026.0, 8040.0, 8014.0, 8053.0, 8010.0, 8081.0, 8008.0, 8076.0, 7974.0, 8046.0, 7974.0, 8047.0, 7992.0, 8045.0, 7993.0, 8031.0, 8009.0, 8038.0, 8017.0, 8054.0, 8017.0, 8058.0, 8033.0, 8063.0, 8042.0, 8083.0, 8042.0, 8068.0, 8042.0, 8054.0, 8063.0, 8060.0, 8071.0, 8043.0, 8084.0, 8044.0, 8103.0, 8052.0, 8116.0, 8088.0, 8083.0, 8054.0, 8037.0, 8056.0, 8042.0, 8111.0, 8037.0, 8108.0, 8020.0, 8091.0, 8052.0, 8094.0, 8082.0, 8060.0, 8044.0, 8029.0, 8033.0, 8029.0, 8044.0, 8012.0, 8029.0, 8013.0, 8044.0, 8018.0, 8072.0, 8016.0, 8071.0, 8019.0, 8076.0, 8037.0, 8074.0, 8055.0, 8032.0, 8031.0, 8030.0, 8045.0, 8037.0, 8045.0, 8020.0, 8045.0, 8032.0, 8034.0, 8055.0, 8040.0, 8080.0, 8020.0, 8075.0, 8020.0, 8075.0, 8038.0, 8091.0, 8063.0, 8091.0, 8032.0, 8033.0, 8049.0, 8019.0, 8093.0, 8021.0, 8072.0, 8018.0, 8072.0, 8022.0, 8070.0, 8063.0, 8068.0, 8013.0, 8068.0, 8032.0, 8057.0, 8048.0, 8012.0, 8032.0, 8031.0, 8035.0, 8036.0, 8050.0, 8040.0, 8061.0, 8035.0, 8064.0, 8036.0, 8063.0, 8037.0, 8092.0, 8035.0, 8059.0, 8015.0, 8060.0, 8020.0, 8057.0, 8033.0, 8054.0, 8031.0, 8043.0, 8018.0, 8059.0, 8018.0, 8072.0, 8003.0, 8060.0, 8020.0, 8075.0, 8035.0, 8090.0, 8065.0, 8085.0, 8000.0, 8053.0, 7995.0, 8057.0, 8040.0, 8066.0, 8025.0, 8050.0, 7994.0, 8052.0, 7998.0, 8056.0, 7998.0, 8039.0, 8013.0, 8055.0, 8017.0, 8061.0, 8023.0, 8060.0, 8037.0, 8074.0, 8022.0, 8080.0, 8025.0, 8079.0, 8055.0, 8076.0, 8039.0, 8066.0, 8041.0, 8081.0, 8072.0, 8037.0, 8036.0, 8037.0, 8034.0, 8036.0, 8054.0, 8037.0, 8077.0, 8037.0, 8046.0, 8035.0, 8050.0, 8037.0, 8076.0, 8020.0, 8042.0, 8017.0, 8029.0, 8033.0, 8044.0, 8020.0, 8044.0, 8035.0, 8062.0, 8053.0, 8064.0, 8038.0, 8077.0, 8037.0, 8077.0, 8039.0, 8081.0, 8054.0, 8064.0, 8050.0, 8032.0, 8033.0, 8033.0, 8036.0, 8035.0, 8064.0, 8020.0, 8059.0, 8035.0, 8062.0, 8024.0, 8074.0, 8020.0, 8058.0, 8013.0, 8041.0, 8017.0, 8046.0, 8017.0, 8059.0, 8031.0, 8045.0, 8035.0, 8061.0, 8041.0, 8082.0, 8059.0, 8079.0, 8043.0, 8080.0, 8040.0, 8069.0, 8054.0, 8050.0, 8040.0, 8035.0, 8034.0, 8040.0, 8068.0, 8025.0, 8096.0, 8010.0, 8081.0, 8022.0, 8052.0, 8056.0, 8039.0, 8065.0, 8021.0, 8080.0, 8021.0, 8079.0, 8038.0, 8077.0, 8065.0, 8029.0, 8030.0, 8027.0, 8031.0, 8031.0, 8039.0, 8010.0, 8050.0, 7996.0, 8039.0, 8017.0, 8056.0, 8042.0, 8018.0, 8031.0, 8021.0, 8052.0, 8051.0, 8042.0, 8086.0, 8039.0, 8094.0, 8020.0, 8078.0, 8036.0, 8081.0, 8047.0, 8031.0, 8028.0, 8013.0, 8030.0, 8018.0, 8059.0, 8035.0, 8076.0, 8021.0, 8049.0, 8036.0, 8041.0, 8052.0, 8026.0, 8083.0, 8041.0, 8084.0, 8040.0, 8081.0, 8068.0, 8037.0, 8049.0, 8021.0, 8063.0, 8039.0, 8095.0, 8052.0, 8074.0, 8031.0, 8045.0, 8049.0, 8016.0, 8060.0, 8000.0, 8054.0, 7998.0, 8070.0, 8018.0, 8085.0, 8025.0, 8040.0, 8009.0, 8008.0, 8024.0, 8009.0, 8022.0, 7992.0, 8021.0, 7993.0, 8038.0, 8000.0, 8051.0, 8013.0, 8052.0, 7999.0, 8052.0, 8014.0, 8056.0, 8031.0, 8067.0, 8000.0, 8056.0, 7997.0, 8053.0, 8000.0, 8053.0, 8016.0, 8053.0, 8015.0, 8057.0, 8019.0, 8062.0, 8036.0, 8058.0, 8023.0, 8057.0, 8020.0, 8075.0, 8022.0, 8075.0, 8023.0, 8062.0, 8036.0, 8078.0, 8040.0, 8079.0, 8054.0, 8066.0, 8039.0, 8064.0, 8039.0, 8064.0, 8039.0, 8063.0, 8065.0, 8049.0, 8035.0, 8061.0, 8036.0, 8079.0, 8034.0, 8061.0, 8032.0, 8044.0, 8034.0, 8060.0, 8035.0, 8076.0, 8035.0, 8031.0, 8047.0, 8032.0, 8054.0, 8054.0, 8051.0, 8038.0, 8052.0, 8060.0, 8086.0, 8068.0, 8106.0, 8109.0, 8089.0, 8074.0, 8073.0, 8061.0, 8086.0, 8085.0, 8036.0, 8044.0, 8018.0, 8094.0, 8023.0, 8076.0, 8036.0, 8049.0, 8047.0, 8015.0, 8026.0, 7999.0, 8045.0, 8017.0, 8088.0, 8012.0, 8065.0, 7997.0, 8035.0, 7999.0, 8054.0, 8029.0, 8059.0, 8017.0, 8027.0, 8034.0, 8043.0, 8065.0, 8060.0, 8052.0, 8040.0, 8065.0, 8048.0, 8099.0, 8070.0, 8067.0, 8036.0, 8067.0, 8056.0, 8066.0, 8063.0, 8016.0, 8030.0, 8015.0, 8046.0, 8020.0, 8087.0, 8029.0, 8069.0, 7995.0, 8050.0, 8011.0, 8041.0, 8039.0, 8010.0, 8022.0, 7994.0, 8020.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.00029276807980049884</td></tr>
<tr><td colspan=3>aqi</td><td>0.030165047797173734</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.5997592844093</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1979844047171384</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9869471898835263</td></tr>
<tr><td colspan=3>efc</td><td>0.4416</td></tr>
<tr><td colspan=3>fber</td><td>7405.106</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07835798893350296</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3300083125519535</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.547598081103303</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.453123123331169</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.802778569540188</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3868925504385534</td></tr>
<tr><td colspan=3>gcor</td><td>0.00679696</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014323240146040916</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027982298284769058</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1203</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.8862183613236265</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>25.4596</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.0208</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>126.9415</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>35.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310885.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>593.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>249.4463</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6156</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>389.2243</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2846.5262</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3051.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65659.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3668.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>785.076</td></tr>
<tr><td colspan=3>tsnr</td><td>38.66056416579522</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>