<?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-0070_ses-03_task-shortvideo_acq-mb8_run-01_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-0070_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0070_suffix-bold_task-shortvideo" 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-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0070_suffix-bold_task-shortvideo" 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-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0070_suffix-bold_task-shortvideo" 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-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0070_suffix-bold_task-shortvideo" 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-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0070_suffix-bold_task-shortvideo" 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-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0070_suffix-bold_task-shortvideo" 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-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0070_suffix-bold_task-shortvideo" 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-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_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-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_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-0070/ses-03/func/sub-0070_ses-03_task-shortvideo_acq-mb8_run-01_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>040011bab5084a225e96d2221e22c583</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:05:58.155000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999596, -0.0042139, -0.0280983, 0.00767649, 0.992216, 0.124288]</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-01_task-shortvideo_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.102402</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-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7760, -7236, 494, -85, -264, 0, 50]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>292.835</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d78d8413-1139-4835-8d7a-a07fbd01dcae||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.6818437576293945, 0.020595453679561615, -0.07386068254709244, 113.87271118164062], [0.011305582709610462, 2.662044048309326, 0.3360257148742676, -96.3510971069336], [-0.07538555562496185, -0.3334568440914154, 2.677990198135376, -52.97306442260742], [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, 1640]</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, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'AcquisitionTime': ['150558.155000', '150558.615000', '150559.075000', '150559.535000', '150559.995000', '150600.455000', '150600.915000', '150601.375000', '150601.835000', '150602.295000', '150602.755000', '150603.215000', '150603.675000', '150604.135000', '150604.595000', '150605.055000', '150605.515000', '150605.975000', '150606.435000', '150606.895000', '150607.355000', '150607.815000', '150608.275000', '150608.735000', '150609.195000', '150609.655000', '150610.115000', '150610.575000', '150611.035000', '150611.495000', '150611.955000', '150612.415000', '150612.875000', '150613.335000', '150613.795000', '150614.255000', '150614.715000', '150615.175000', '150615.635000', '150616.095000', '150616.555000', '150617.015000', '150617.475000', '150617.935000', '150618.395000', '150618.855000', '150619.315000', '150619.775000', '150620.235000', '150620.695000', '150621.155000', '150621.615000', '150622.075000', '150622.535000', '150622.995000', '150623.455000', '150623.915000', '150624.375000', '150624.835000', '150625.295000', '150625.755000', '150626.215000', '150626.675000', '150627.135000', '150627.595000', '150628.055000', '150628.515000', '150628.975000', '150629.435000', '150629.895000', '150630.355000', '150630.815000', '150631.275000', '150631.735000', '150632.195000', '150632.655000', '150633.115000', '150633.575000', '150634.035000', '150634.495000', '150634.955000', '150635.415000', '150635.875000', '150636.335000', '150636.795000', '150637.255000', '150637.715000', '150638.175000', '150638.635000', '150639.095000', '150639.555000', '150640.015000', '150640.475000', '150640.935000', '150641.395000', '150641.855000', '150642.315000', '150642.775000', '150643.235000', '150643.695000', '150644.155000', '150644.615000', '150645.075000', '150645.535000', '150645.995000', '150646.455000', '150646.915000', '150647.375000', '150647.835000', '150648.295000', '150648.755000', '150649.215000', '150649.675000', '150650.135000', '150650.595000', '150651.055000', '150651.515000', '150651.975000', '150652.435000', '150652.895000', '150653.355000', '150653.815000', '150654.275000', '150654.735000', '150655.195000', '150655.655000', '150656.115000', '150656.575000', '150657.035000', '150657.495000', '150657.955000', '150658.415000', '150658.875000', '150659.335000', '150659.795000', '150700.255000', '150700.715000', '150701.175000', '150701.635000', '150702.095000', '150702.555000', '150703.015000', '150703.475000', '150703.935000', '150704.395000', '150704.855000', '150705.315000', '150705.775000', '150706.235000', '150706.695000', '150707.155000', '150707.615000', '150708.075000', '150708.535000', '150708.995000', '150709.455000', '150709.915000', '150710.375000', '150710.835000', '150711.295000', '150711.755000', '150712.215000', '150712.675000', '150713.135000', '150713.595000', '150714.055000', '150714.515000', '150714.975000', '150715.435000', '150715.895000', '150716.355000', '150716.815000', '150717.275000', '150717.735000', '150718.195000', '150718.655000', '150719.115000', '150719.575000', '150720.035000', '150720.495000', '150720.955000', '150721.415000', '150721.875000', '150722.335000', '150722.795000', '150723.255000', '150723.715000', '150724.175000', '150724.635000', '150725.095000', '150725.555000', '150726.015000', '150726.475000', '150726.935000', '150727.395000', '150727.855000', '150728.315000', '150728.775000', '150729.235000', '150729.695000', '150730.155000', '150730.615000', '150731.075000', '150731.535000', '150731.995000', '150732.455000', '150732.915000', '150733.375000', '150733.835000', '150734.295000', '150734.755000', '150735.215000', '150735.675000', '150736.135000', '150736.595000', '150737.055000', '150737.515000', '150737.975000', '150738.435000', '150738.895000', '150739.355000', '150739.815000', '150740.275000', '150740.735000', '150741.195000', '150741.655000', '150742.115000', '150742.575000', '150743.035000', '150743.495000', '150743.955000', '150744.415000', '150744.875000', '150745.335000', '150745.795000', '150746.255000', '150746.715000', '150747.175000', '150747.635000', '150748.095000', '150748.555000', '150749.015000', '150749.475000', '150749.935000', '150750.395000', '150750.855000', '150751.315000', '150751.775000', '150752.235000', '150752.695000', '150753.155000', '150753.615000', '150754.075000', '150754.535000', '150754.995000', '150755.455000', '150755.915000', '150756.375000', '150756.835000', '150757.295000', '150757.755000', '150758.215000', '150758.675000', '150759.135000', '150759.595000', '150800.055000', '150800.515000', '150800.975000', '150801.435000', '150801.895000', '150802.355000', '150802.815000', '150803.275000', '150803.735000', '150804.195000', '150804.655000', '150805.115000', '150805.575000', '150806.035000', '150806.495000', '150806.955000', '150807.415000', '150807.875000', '150808.335000', '150808.795000', '150809.255000', '150809.715000', '150810.175000', '150810.635000', '150811.095000', '150811.555000', '150812.015000', '150812.475000', '150812.935000', '150813.395000', '150813.855000', '150814.315000', '150814.775000', '150815.235000', '150815.695000', '150816.155000', '150816.615000', '150817.075000', '150817.535000', '150817.995000', '150818.455000', '150818.915000', '150819.375000', '150819.835000', '150820.295000', '150820.755000', '150821.215000', '150821.675000', '150822.135000', '150822.595000', '150823.055000', '150823.515000', '150823.975000', '150824.435000', '150824.895000', '150825.355000', '150825.815000', '150826.275000', '150826.735000', '150827.195000', '150827.655000', '150828.115000', '150828.575000', '150829.035000', '150829.495000', '150829.955000', '150830.415000', '150830.875000', '150831.335000', '150831.795000', '150832.255000', '150832.715000', '150833.175000', '150833.635000', '150834.095000', '150834.555000', '150835.015000', '150835.475000', '150835.935000', '150836.395000', '150836.855000', '150837.315000', '150837.775000', '150838.235000', '150838.695000', '150839.155000', '150839.615000', '150840.075000', '150840.535000', '150840.995000', '150841.455000', '150841.915000', '150842.375000', '150842.835000', '150843.295000', '150843.755000', '150844.215000', '150844.675000', '150845.135000', '150845.595000', '150846.055000', '150846.515000', '150846.975000', '150847.435000', '150847.895000', '150848.355000', '150848.815000', '150849.275000', '150849.735000', '150850.195000', '150850.655000', '150851.115000', '150851.575000', '150852.035000', '150852.495000', '150852.955000', '150853.415000', '150853.875000', '150854.335000', '150854.795000', '150855.255000', '150855.715000', '150856.175000', '150856.635000', '150857.095000', '150857.555000', '150858.015000', '150858.475000', '150858.935000', '150859.395000', '150859.855000', '150900.315000', '150900.775000', '150901.235000', '150901.695000', '150902.155000', '150902.615000', '150903.075000', '150903.535000', '150903.995000', '150904.455000', '150904.915000', '150905.375000', '150905.835000', '150906.295000', '150906.755000', '150907.215000', '150907.675000', '150908.135000', '150908.595000', '150909.055000', '150909.515000', '150909.975000', '150910.435000', '150910.895000', '150911.355000', '150911.815000', '150912.275000', '150912.735000', '150913.195000', '150913.655000', '150914.115000', '150914.575000', '150915.035000', '150915.495000', '150915.955000', '150916.415000', '150916.875000', '150917.335000', '150917.795000', '150918.255000', '150918.715000', '150919.175000', '150919.635000', '150920.095000', '150920.555000', '150921.015000', '150921.475000', '150921.935000', '150922.395000', '150922.855000', '150923.315000', '150923.775000', '150924.235000', '150924.695000', '150925.155000', '150925.615000', '150926.075000', '150926.535000', '150926.995000', '150927.455000', '150927.915000', '150928.375000', '150928.835000', '150929.295000', '150929.755000', '150930.215000', '150930.675000', '150931.135000', '150931.595000', '150932.055000', '150932.515000', '150932.975000', '150933.435000', '150933.895000', '150934.355000', '150934.815000', '150935.275000', '150935.735000', '150936.195000', '150936.655000', '150937.115000', '150937.575000', '150938.035000', '150938.495000', '150938.955000', '150939.415000', '150939.875000', '150940.335000', '150940.795000', '150941.255000', '150941.715000', '150942.175000', '150942.635000', '150943.095000', '150943.555000', '150944.015000', '150944.475000', '150944.935000', '150945.395000', '150945.855000', '150946.315000', '150946.775000', '150947.235000', '150947.695000', '150948.155000', '150948.615000', '150949.075000', '150949.535000', '150949.995000', '150950.455000', '150950.915000', '150951.375000', '150951.835000', '150952.295000', '150952.755000', '150953.215000', '150953.675000', '150954.135000', '150954.595000', '150955.055000', '150955.515000', '150955.975000', '150956.435000', '150956.895000', '150957.355000', '150957.815000', '150958.275000', '150958.735000', '150959.195000', '150959.655000', '151000.115000', '151000.575000', '151001.035000', '151001.495000', '151001.955000', '151002.415000', '151002.875000', '151003.335000', '151003.795000', '151004.255000', '151004.715000', '151005.175000', '151005.635000', '151006.095000', '151006.555000', '151007.015000', '151007.475000', '151007.935000', '151008.395000', '151008.855000', '151009.315000', '151009.775000', '151010.235000', '151010.695000', '151011.155000', '151011.615000', '151012.075000', '151012.535000', '151012.995000', '151013.455000', '151013.915000', '151014.375000', '151014.835000', '151015.295000', '151015.755000', '151016.215000', '151016.675000', '151017.135000', '151017.595000', '151018.055000', '151018.515000', '151018.975000', '151019.435000', '151019.895000', '151020.355000', '151020.815000', '151021.275000', '151021.735000', '151022.195000', '151022.655000', '151023.115000', '151023.575000', '151024.035000', '151024.495000', '151024.955000', '151025.415000', '151025.875000', '151026.335000', '151026.795000', '151027.255000', '151027.715000', '151028.175000', '151028.635000', '151029.095000', '151029.555000', '151030.015000', '151030.475000', '151030.935000', '151031.395000', '151031.855000', '151032.315000', '151032.775000', '151033.235000', '151033.695000', '151034.155000', '151034.615000', '151035.075000', '151035.535000', '151035.995000', '151036.455000', '151036.915000', '151037.375000', '151037.835000', '151038.295000', '151038.755000', '151039.215000', '151039.675000', '151040.135000', '151040.595000', '151041.055000', '151041.515000', '151041.975000', '151042.435000', '151042.895000', '151043.355000', '151043.815000', '151044.275000', '151044.735000', '151045.195000', '151045.655000', '151046.115000', '151046.575000', '151047.035000', '151047.495000', '151047.955000', '151048.415000', '151048.875000', '151049.335000', '151049.795000', '151050.255000', '151050.715000', '151051.175000', '151051.635000', '151052.095000', '151052.555000', '151053.015000', '151053.475000', '151053.935000', '151054.395000', '151054.855000', '151055.315000', '151055.775000', '151056.235000', '151056.695000', '151057.155000', '151057.615000', '151058.075000', '151058.535000', '151058.995000', '151059.455000', '151059.915000', '151100.375000', '151100.835000', '151101.295000', '151101.755000', '151102.215000', '151102.675000', '151103.135000', '151103.595000', '151104.055000', '151104.515000', '151104.975000', '151105.435000', '151105.895000', '151106.355000', '151106.815000', '151107.275000', '151107.735000', '151108.195000', '151108.655000', '151109.115000', '151109.575000', '151110.035000', '151110.495000', '151110.955000', '151111.415000', '151111.875000', '151112.335000', '151112.795000', '151113.255000', '151113.715000', '151114.175000', '151114.635000', '151115.095000', '151115.555000', '151116.015000', '151116.475000', '151116.935000', '151117.395000', '151117.855000', '151118.315000', '151118.775000', '151119.235000', '151119.695000', '151120.155000', '151120.615000', '151121.075000', '151121.535000', '151121.995000', '151122.455000', '151122.915000', '151123.375000', '151123.835000', '151124.295000', '151124.755000', '151125.215000', '151125.675000', '151126.135000', '151126.595000', '151127.055000', '151127.515000', '151127.975000', '151128.435000', '151128.895000', '151129.355000', '151129.815000', '151130.275000', '151130.735000', '151131.195000', '151131.655000', '151132.115000', '151132.575000', '151133.035000', '151133.495000', '151133.955000', '151134.415000', '151134.875000', '151135.335000', '151135.795000', '151136.255000', '151136.715000', '151137.175000', '151137.635000', '151138.095000', '151138.555000', '151139.015000', '151139.475000', '151139.935000', '151140.395000', '151140.855000', '151141.315000', '151141.775000', '151142.235000', '151142.695000', '151143.155000', '151143.615000', '151144.075000', '151144.535000', '151144.995000', '151145.455000', '151145.915000', '151146.375000', '151146.835000', '151147.295000', '151147.755000', '151148.215000', '151148.675000', '151149.135000', '151149.595000', '151150.055000', '151150.515000', '151150.975000', '151151.435000', '151151.895000', '151152.355000', '151152.815000', '151153.275000', '151153.735000', '151154.195000', '151154.655000', '151155.115000', '151155.575000', '151156.035000', '151156.495000', '151156.955000', '151157.415000', '151157.875000', '151158.335000', '151158.795000', '151159.255000', '151159.715000', '151200.175000', '151200.635000', '151201.095000', '151201.555000', '151202.015000', '151202.475000', '151202.935000', '151203.395000', '151203.855000', '151204.315000', '151204.775000', '151205.235000', '151205.695000', '151206.155000', '151206.615000', '151207.075000', '151207.535000', '151207.995000', '151208.455000', '151208.915000', '151209.375000', '151209.835000', '151210.295000', '151210.755000', '151211.215000', '151211.675000', '151212.135000', '151212.595000', '151213.055000', '151213.515000', '151213.975000', '151214.435000', '151214.895000', '151215.355000', '151215.815000', '151216.275000', '151216.735000', '151217.195000', '151217.655000', '151218.115000', '151218.575000', '151219.035000', '151219.495000', '151219.955000', '151220.415000', '151220.875000', '151221.335000', '151221.795000', '151222.255000', '151222.715000', '151223.175000', '151223.635000', '151224.095000', '151224.555000', '151225.015000', '151225.475000', '151225.935000', '151226.395000', '151226.855000', '151227.315000', '151227.775000', '151228.235000', '151228.695000', '151229.155000', '151229.615000', '151230.075000', '151230.535000', '151230.995000', '151231.455000', '151231.915000', '151232.375000', '151232.835000', '151233.295000', '151233.755000', '151234.215000', '151234.675000', '151235.135000', '151235.595000', '151236.055000', '151236.515000', '151236.975000', '151237.435000', '151237.895000', '151238.355000', '151238.815000', '151239.275000', '151239.735000', '151240.195000', '151240.655000', '151241.115000', '151241.575000', '151242.035000', '151242.495000', '151242.955000', '151243.415000', '151243.875000', '151244.335000', '151244.795000', '151245.255000', '151245.715000', '151246.175000', '151246.635000', '151247.095000', '151247.555000', '151248.015000', '151248.475000', '151248.935000', '151249.395000', '151249.855000', '151250.315000', '151250.775000', '151251.235000', '151251.695000', '151252.155000', '151252.615000', '151253.075000', '151253.535000', '151253.995000', '151254.455000', '151254.915000', '151255.375000', '151255.835000', '151256.295000', '151256.755000', '151257.215000', '151257.675000', '151258.135000', '151258.595000', '151259.055000', '151259.515000', '151259.975000', '151300.435000', '151300.895000', '151301.355000', '151301.815000', '151302.275000', '151302.735000', '151303.195000', '151303.655000', '151304.115000', '151304.575000', '151305.035000', '151305.495000', '151305.955000', '151306.415000', '151306.875000', '151307.335000', '151307.795000', '151308.255000', '151308.715000', '151309.175000', '151309.635000', '151310.095000', '151310.555000', '151311.015000', '151311.475000', '151311.935000', '151312.395000', '151312.855000', '151313.315000', '151313.775000', '151314.235000', '151314.695000', '151315.155000', '151315.615000', '151316.075000', '151316.535000', '151316.995000', '151317.455000', '151317.915000', '151318.375000', '151318.835000', '151319.295000', '151319.755000', '151320.215000', '151320.675000', '151321.135000', '151321.595000', '151322.055000', '151322.515000', '151322.975000', '151323.435000', '151323.895000', '151324.355000', '151324.815000', '151325.275000', '151325.735000', '151326.195000', '151326.655000', '151327.115000', '151327.575000', '151328.035000', '151328.495000', '151328.955000', '151329.415000', '151329.875000', '151330.335000', '151330.795000', '151331.255000', '151331.715000', '151332.175000', '151332.635000', '151333.095000', '151333.555000', '151334.015000', '151334.475000', '151334.935000', '151335.395000', '151335.855000', '151336.315000', '151336.775000', '151337.235000', '151337.695000', '151338.155000', '151338.615000', '151339.075000', '151339.535000', '151339.995000', '151340.455000', '151340.915000', '151341.375000', '151341.835000', '151342.295000', '151342.755000', '151343.215000', '151343.675000', '151344.135000', '151344.595000', '151345.055000', '151345.515000', '151345.975000', '151346.435000', '151346.895000', '151347.355000', '151347.815000', '151348.275000', '151348.735000', '151349.195000', '151349.655000', '151350.115000', '151350.575000', '151351.035000', '151351.495000', '151351.955000', '151352.415000', '151352.875000', '151353.335000', '151353.795000', '151354.255000', '151354.715000', '151355.175000', '151355.635000', '151356.095000', '151356.555000', '151357.015000', '151357.475000', '151357.935000', '151358.395000', '151358.855000', '151359.315000', '151359.775000', '151400.235000', '151400.695000', '151401.155000', '151401.615000', '151402.075000', '151402.535000', '151402.995000', '151403.455000', '151403.915000', '151404.375000', '151404.835000', '151405.295000', '151405.755000', '151406.215000', '151406.675000', '151407.135000', '151407.595000', '151408.055000', '151408.515000', '151408.975000', '151409.435000', '151409.895000', '151410.355000', '151410.815000', '151411.275000', '151411.735000', '151412.195000', '151412.655000', '151413.115000', '151413.575000', '151414.035000', '151414.495000', '151414.955000', '151415.415000', '151415.875000', '151416.335000', '151416.795000', '151417.255000', '151417.715000', '151418.175000', '151418.635000', '151419.095000', '151419.555000', '151420.015000', '151420.475000', '151420.935000', '151421.395000', '151421.855000', '151422.315000', '151422.775000', '151423.235000', '151423.695000', '151424.155000', '151424.615000', '151425.075000', '151425.535000', '151425.995000', '151426.455000', '151426.915000', '151427.375000', '151427.835000', '151428.295000', '151428.755000', '151429.215000', '151429.675000', '151430.135000', '151430.595000', '151431.055000', '151431.515000', '151431.975000', '151432.435000', '151432.895000', '151433.355000', '151433.815000', '151434.275000', '151434.735000', '151435.195000', '151435.655000', '151436.115000', '151436.575000', '151437.035000', '151437.495000', '151437.955000', '151438.415000', '151438.875000', '151439.335000', '151439.795000', '151440.255000', '151440.715000', '151441.175000', '151441.635000', '151442.095000', '151442.555000', '151443.015000', '151443.475000', '151443.935000', '151444.395000', '151444.855000', '151445.315000', '151445.775000', '151446.235000', '151446.695000', '151447.155000', '151447.615000', '151448.075000', '151448.535000', '151448.995000', '151449.455000', '151449.915000', '151450.375000', '151450.835000', '151451.295000', '151451.755000', '151452.215000', '151452.675000', '151453.135000', '151453.595000', '151454.055000', '151454.515000', '151454.975000', '151455.435000', '151455.895000', '151456.355000', '151456.815000', '151457.275000', '151457.735000', '151458.195000', '151458.655000', '151459.115000', '151459.575000', '151500.035000', '151500.495000', '151500.955000', '151501.415000', '151501.875000', '151502.335000', '151502.795000', '151503.255000', '151503.715000', '151504.175000', '151504.635000', '151505.095000', '151505.555000', '151506.015000', '151506.475000', '151506.935000', '151507.395000', '151507.855000', '151508.315000', '151508.775000', '151509.235000', '151509.695000', '151510.155000', '151510.615000', '151511.075000', '151511.535000', '151511.995000', '151512.455000', '151512.915000', '151513.375000', '151513.835000', '151514.295000', '151514.755000', '151515.215000', '151515.675000', '151516.135000', '151516.595000', '151517.055000', '151517.515000', '151517.975000', '151518.435000', '151518.895000', '151519.355000', '151519.815000', '151520.275000', '151520.735000', '151521.195000', '151521.655000', '151522.115000', '151522.575000', '151523.035000', '151523.495000', '151523.955000', '151524.415000', '151524.875000', '151525.335000', '151525.795000', '151526.255000', '151526.715000', '151527.175000', '151527.635000', '151528.095000', '151528.555000', '151529.015000', '151529.475000', '151529.935000', '151530.395000', '151530.855000', '151531.315000', '151531.775000', '151532.235000', '151532.695000', '151533.155000', '151533.615000', '151534.075000', '151534.535000', '151534.995000', '151535.455000', '151535.915000', '151536.375000', '151536.835000', '151537.295000', '151537.755000', '151538.215000', '151538.675000', '151539.135000', '151539.595000', '151540.055000', '151540.515000', '151540.975000', '151541.435000', '151541.895000', '151542.355000', '151542.815000', '151543.275000', '151543.735000', '151544.195000', '151544.655000', '151545.115000', '151545.575000', '151546.035000', '151546.495000', '151546.955000', '151547.415000', '151547.875000', '151548.335000', '151548.795000', '151549.255000', '151549.715000', '151550.175000', '151550.635000', '151551.095000', '151551.555000', '151552.015000', '151552.475000', '151552.935000', '151553.395000', '151553.855000', '151554.315000', '151554.775000', '151555.235000', '151555.695000', '151556.155000', '151556.615000', '151557.075000', '151557.535000', '151557.995000', '151558.455000', '151558.915000', '151559.375000', '151559.835000', '151600.295000', '151600.755000', '151601.215000', '151601.675000', '151602.135000', '151602.595000', '151603.055000', '151603.515000', '151603.975000', '151604.435000', '151604.895000', '151605.355000', '151605.815000', '151606.275000', '151606.735000', '151607.195000', '151607.655000', '151608.115000', '151608.575000', '151609.035000', '151609.495000', '151609.955000', '151610.415000', '151610.875000', '151611.335000', '151611.795000', '151612.255000', '151612.715000', '151613.175000', '151613.635000', '151614.095000', '151614.555000', '151615.015000', '151615.475000', '151615.935000', '151616.395000', '151616.855000', '151617.315000', '151617.775000', '151618.235000', '151618.695000', '151619.155000', '151619.615000', '151620.075000', '151620.535000', '151620.995000', '151621.455000', '151621.915000', '151622.375000', '151622.835000', '151623.295000', '151623.755000', '151624.215000', '151624.675000', '151625.135000', '151625.595000', '151626.055000', '151626.515000', '151626.975000', '151627.435000', '151627.895000', '151628.355000', '151628.815000', '151629.275000', '151629.735000', '151630.195000', '151630.655000', '151631.115000', '151631.575000', '151632.035000', '151632.495000', '151632.955000', '151633.415000', '151633.875000', '151634.335000', '151634.795000', '151635.255000', '151635.715000', '151636.175000', '151636.635000', '151637.095000', '151637.555000', '151638.015000', '151638.475000', '151638.935000', '151639.395000', '151639.855000', '151640.315000', '151640.775000', '151641.235000', '151641.695000', '151642.155000', '151642.615000', '151643.075000', '151643.535000', '151643.995000', '151644.455000', '151644.915000', '151645.375000', '151645.835000', '151646.295000', '151646.755000', '151647.215000', '151647.675000', '151648.135000', '151648.595000', '151649.055000', '151649.515000', '151649.975000', '151650.435000', '151650.895000', '151651.355000', '151651.815000', '151652.275000', '151652.735000', '151653.195000', '151653.655000', '151654.115000', '151654.575000', '151655.035000', '151655.495000', '151655.955000', '151656.415000', '151656.875000', '151657.335000', '151657.795000', '151658.255000', '151658.715000', '151659.175000', '151659.635000', '151700.095000', '151700.555000', '151701.015000', '151701.475000', '151701.935000', '151702.395000', '151702.855000', '151703.315000', '151703.775000', '151704.235000', '151704.695000', '151705.155000', '151705.615000', '151706.075000', '151706.535000', '151706.995000', '151707.455000', '151707.915000', '151708.375000', '151708.835000', '151709.295000', '151709.755000', '151710.215000', '151710.675000', '151711.135000', '151711.595000', '151712.055000', '151712.515000', '151712.975000', '151713.435000', '151713.895000', '151714.355000', '151714.815000', '151715.275000', '151715.735000', '151716.195000', '151716.655000', '151717.115000', '151717.575000', '151718.035000', '151718.495000', '151718.955000', '151719.415000', '151719.875000', '151720.335000', '151720.795000', '151721.255000', '151721.715000', '151722.175000', '151722.635000', '151723.095000', '151723.555000', '151724.015000', '151724.475000', '151724.935000', '151725.395000', '151725.855000', '151726.315000', '151726.775000', '151727.235000', '151727.695000', '151728.155000', '151728.615000', '151729.075000', '151729.535000', '151729.995000', '151730.455000', '151730.915000', '151731.375000', '151731.835000', '151732.295000', '151732.755000', '151733.215000', '151733.675000', '151734.135000', '151734.595000', '151735.055000', '151735.515000', '151735.975000', '151736.435000', '151736.895000', '151737.355000', '151737.815000', '151738.275000', '151738.735000', '151739.195000', '151739.655000', '151740.115000', '151740.575000', '151741.035000', '151741.495000', '151741.955000', '151742.415000', '151742.875000', '151743.335000', '151743.795000', '151744.255000', '151744.715000', '151745.175000', '151745.635000', '151746.095000', '151746.555000', '151747.015000', '151747.475000', '151747.935000', '151748.395000', '151748.855000', '151749.315000', '151749.775000', '151750.235000', '151750.695000', '151751.155000', '151751.615000', '151752.075000', '151752.535000', '151752.995000', '151753.455000', '151753.915000', '151754.375000', '151754.835000', '151755.295000', '151755.755000', '151756.215000', '151756.675000', '151757.135000', '151757.595000', '151758.055000', '151758.515000', '151758.975000', '151759.435000', '151759.895000', '151800.355000', '151800.815000', '151801.275000', '151801.735000', '151802.195000', '151802.655000', '151803.115000', '151803.575000', '151804.035000', '151804.495000', '151804.955000', '151805.415000', '151805.875000', '151806.335000', '151806.795000', '151807.255000', '151807.715000', '151808.175000', '151808.635000', '151809.095000', '151809.555000', '151810.015000', '151810.475000', '151810.935000', '151811.395000', '151811.855000', '151812.315000', '151812.775000', '151813.235000', '151813.695000', '151814.155000', '151814.615000', '151815.075000', '151815.535000', '151815.995000', '151816.455000', '151816.915000', '151817.375000', '151817.835000', '151818.295000', '151818.755000', '151819.215000', '151819.675000', '151820.135000', '151820.595000', '151821.055000', '151821.515000', '151821.975000', '151822.435000', '151822.895000', '151823.355000', '151823.815000', '151824.275000', '151824.735000', '151825.195000', '151825.655000', '151826.115000', '151826.575000', '151827.035000', '151827.495000', '151827.955000', '151828.415000', '151828.875000', '151829.335000', '151829.795000', '151830.255000', '151830.715000', '151831.175000', '151831.635000', '151832.095000'], 'ContentTime': ['150617.841000', '150617.844000', '150617.847000', '150617.850000', '150617.853000', '150617.855000', '150617.858000', '150617.860000', '150617.863000', '150617.865000', '150617.868000', '150617.871000', '150617.873000', '150617.885000', '150617.887000', '150617.890000', '150617.893000', '150617.895000', '150617.898000', '150617.900000', '150617.903000', '150617.908000', '150617.911000', '150617.913000', '150617.916000', '150617.919000', '150617.921000', '150617.924000', '150617.927000', '150617.929000', '150617.932000', '150617.935000', '150617.937000', '150617.940000', '150617.942000', '150617.945000', '150617.948000', '150617.950000', '150617.953000', '150617.956000', '150637.816000', '150637.818000', '150637.821000', '150637.824000', '150637.827000', '150637.830000', '150637.832000', '150637.835000', '150637.837000', '150637.840000', '150637.843000', '150637.845000', '150637.848000', '150637.851000', '150637.853000', '150637.856000', '150637.858000', '150637.861000', '150637.864000', '150637.866000', '150637.869000', '150637.872000', '150637.874000', '150637.877000', '150637.880000', '150637.882000', '150637.885000', '150637.888000', '150637.891000', '150637.894000', '150637.896000', '150637.899000', '150637.902000', '150637.904000', '150637.907000', '150637.910000', '150637.912000', '150637.915000', '150637.917000', '150637.920000', '150637.922000', '150637.925000', '150637.928000', '150637.930000', '150657.816000', '150657.819000', '150657.822000', '150657.834000', '150657.836000', '150657.839000', '150657.841000', '150657.844000', '150657.846000', '150657.849000', '150657.851000', '150657.854000', '150657.856000', '150657.859000', '150657.862000', '150657.864000', '150657.867000', '150657.869000', '150657.872000', '150657.875000', '150657.877000', '150657.880000', '150657.882000', '150657.885000', '150657.887000', '150657.890000', '150657.892000', '150657.895000', '150657.898000', '150657.900000', '150657.903000', '150657.906000', '150657.908000', '150657.911000', '150657.913000', '150657.916000', '150657.919000', '150657.921000', '150657.924000', '150657.926000', '150657.929000', '150657.932000', '150657.934000', '150717.816000', '150717.819000', '150717.822000', '150717.824000', '150717.829000', '150717.832000', '150717.834000', '150717.837000', '150717.840000', '150717.842000', '150717.845000', '150717.847000', '150717.850000', '150717.853000', '150717.855000', '150717.858000', '150717.861000', '150717.863000', '150717.866000', '150717.869000', '150717.871000', '150717.874000', '150717.877000', '150717.879000', '150717.882000', '150717.885000', '150717.887000', '150717.890000', '150717.892000', '150717.895000', '150717.898000', '150717.900000', '150717.903000', '150717.906000', '150717.908000', '150717.911000', '150717.913000', '150717.916000', '150717.919000', '150717.921000', '150717.924000', '150717.926000', '150717.929000', '150717.932000', '150737.815000', '150737.818000', '150737.821000', '150737.823000', '150737.826000', '150737.829000', '150737.831000', '150737.834000', '150737.837000', '150737.839000', '150737.842000', '150737.844000', '150737.857000', '150737.860000', '150737.862000', '150737.865000', '150737.867000', '150737.870000', '150737.872000', '150737.875000', '150737.878000', '150737.880000', '150737.883000', '150737.886000', '150737.888000', '150737.891000', '150737.894000', '150737.896000', '150737.899000', '150737.901000', '150737.904000', '150737.907000', '150737.909000', '150737.912000', '150737.915000', '150737.917000', '150737.920000', '150737.922000', '150737.925000', '150737.928000', '150737.930000', '150737.933000', '150737.935000', '150757.815000', '150757.818000', '150757.821000', '150757.824000', '150757.826000', '150757.829000', '150757.831000', '150757.834000', '150757.837000', '150757.840000', '150757.842000', '150757.845000', '150757.850000', '150757.852000', '150757.855000', '150757.857000', '150757.872000', '150757.875000', '150757.877000', '150757.880000', '150757.883000', '150757.885000', '150757.888000', '150757.890000', '150757.893000', '150757.896000', '150757.898000', '150757.901000', '150757.904000', '150757.906000', '150757.909000', '150757.911000', '150757.914000', '150757.917000', '150757.919000', '150757.922000', '150757.925000', '150757.927000', '150757.930000', '150757.933000', '150757.935000', '150757.938000', '150757.941000', '150817.816000', '150817.818000', '150817.821000', '150817.824000', '150817.826000', '150817.829000', '150817.832000', '150817.834000', '150817.837000', '150817.840000', '150817.842000', '150817.845000', '150817.848000', '150817.850000', '150817.853000', '150817.856000', '150817.858000', '150817.861000', '150817.873000', '150817.876000', '150817.878000', '150817.881000', '150817.884000', '150817.886000', '150817.889000', '150817.892000', '150817.895000', '150817.898000', '150817.900000', '150817.903000', '150817.906000', '150817.908000', '150817.911000', '150817.913000', '150817.916000', '150817.919000', '150817.921000', '150817.924000', '150817.927000', '150817.929000', '150817.932000', '150817.935000', '150817.937000', '150817.940000', '150837.815000', '150837.818000', '150837.821000', '150837.823000', '150837.826000', '150837.829000', '150837.831000', '150837.834000', '150837.836000', '150837.840000', '150837.843000', '150837.845000', '150837.848000', '150837.851000', '150837.854000', '150837.856000', '150837.859000', '150837.861000', '150837.864000', '150837.867000', '150837.869000', '150837.872000', '150837.874000', '150837.877000', '150837.880000', '150837.882000', '150837.885000', '150837.888000', '150837.890000', '150837.893000', '150837.896000', '150837.898000', '150837.901000', '150837.904000', '150837.906000', '150837.909000', '150837.911000', '150837.914000', '150837.923000', '150837.926000', '150837.928000', '150837.931000', '150837.934000', '150857.816000', '150857.819000', '150857.822000', '150857.824000', '150857.827000', '150857.830000', '150857.832000', '150857.835000', '150857.837000', '150857.840000', '150857.843000', '150857.845000', '150857.848000', '150857.851000', '150857.853000', '150857.856000', '150857.858000', '150857.861000', '150857.864000', '150857.866000', '150857.869000', '150857.871000', '150857.874000', '150857.876000', '150857.879000', '150857.882000', '150857.884000', '150857.887000', '150857.889000', '150857.892000', '150857.895000', '150857.897000', '150857.900000', '150857.903000', '150857.905000', '150857.908000', '150857.911000', '150857.913000', '150857.916000', '150857.919000', '150857.921000', '150857.924000', '150857.927000', '150857.929000', '150917.816000', '150917.819000', '150917.822000', '150917.825000', '150917.827000', '150917.830000', '150917.832000', '150917.835000', '150917.849000', '150917.852000', '150917.855000', '150917.858000', '150917.860000', '150917.863000', '150917.865000', '150917.868000', '150917.871000', '150917.873000', '150917.876000', '150917.878000', '150917.881000', '150917.884000', '150917.886000', '150917.889000', '150917.891000', '150917.894000', '150917.897000', '150917.899000', '150917.902000', '150917.906000', '150917.909000', '150917.912000', '150917.914000', '150917.917000', '150917.919000', '150917.922000', '150917.925000', '150917.927000', '150917.930000', '150917.933000', '150917.935000', '150917.938000', '150917.940000', '150937.816000', '150937.819000', '150937.822000', '150937.825000', '150937.827000', '150937.830000', '150937.832000', '150937.835000', '150937.838000', '150937.840000', '150937.843000', '150937.845000', '150937.848000', '150937.851000', '150937.853000', '150937.856000', '150937.858000', '150937.861000', '150937.863000', '150937.866000', '150937.869000', '150937.871000', '150937.874000', '150937.876000', '150937.879000', '150937.882000', '150937.884000', '150937.887000', '150937.889000', '150937.892000', '150937.895000', '150937.897000', '150937.900000', '150937.902000', '150937.905000', '150937.907000', '150937.910000', '150937.913000', '150937.915000', '150937.918000', '150937.921000', '150937.923000', '150937.926000', '150937.928000', '150957.818000', '150957.821000', '150957.824000', '150957.826000', '150957.829000', '150957.832000', '150957.834000', '150957.837000', '150957.840000', '150957.842000', '150957.845000', '150957.848000', '150957.851000', '150957.854000', '150957.857000', '150957.859000', '150957.862000', '150957.864000', '150957.867000', '150957.870000', '150957.872000', '150957.875000', '150957.877000', '150957.880000', '150957.883000', '150957.885000', '150957.888000', '150957.890000', '150957.893000', '150957.895000', '150957.898000', '150957.901000', '150957.903000', '150957.906000', '150957.908000', '150957.911000', '150957.914000', '150957.916000', '150957.919000', '150957.921000', '150957.924000', '150957.927000', '150957.929000', '151017.815000', '151017.818000', '151017.821000', '151017.824000', '151017.826000', '151017.829000', '151017.832000', '151017.834000', '151017.837000', '151017.840000', '151017.842000', '151017.845000', '151017.848000', '151017.850000', '151017.853000', '151017.856000', '151017.858000', '151017.861000', '151017.863000', '151017.866000', '151017.869000', '151017.871000', '151017.874000', '151017.877000', '151017.879000', '151017.882000', '151017.884000', '151017.887000', '151017.890000', '151017.893000', '151017.895000', '151017.898000', '151017.901000', '151017.903000', '151017.906000', '151017.909000', '151017.911000', '151017.914000', '151017.916000', '151017.919000', '151017.922000', '151017.924000', '151017.927000', '151017.930000', '151037.815000', '151037.818000', '151037.821000', '151037.824000', '151037.826000', '151037.829000', '151037.831000', '151037.834000', '151037.837000', '151037.839000', '151037.842000', '151037.844000', '151037.847000', '151037.849000', '151037.852000', '151037.855000', '151037.857000', '151037.860000', '151037.863000', '151037.865000', '151037.868000', '151037.871000', '151037.874000', '151037.877000', '151037.880000', '151037.883000', '151037.885000', '151037.888000', '151037.891000', '151037.894000', '151037.896000', '151037.899000', '151037.902000', '151037.915000', '151037.917000', '151037.920000', '151037.923000', '151037.925000', '151037.928000', '151037.931000', '151037.933000', '151037.936000', '151037.939000', '151057.816000', '151057.818000', '151057.821000', '151057.824000', '151057.827000', '151057.829000', '151057.832000', '151057.835000', '151057.837000', '151057.840000', '151057.842000', '151057.845000', '151057.848000', '151057.850000', '151057.853000', '151057.856000', '151057.858000', '151057.861000', '151057.864000', '151057.866000', '151057.869000', '151057.872000', '151057.874000', '151057.877000', '151057.879000', '151057.882000', '151057.885000', '151057.887000', '151057.890000', '151057.893000', '151057.895000', '151057.898000', '151057.901000', '151057.903000', '151057.906000', '151057.909000', '151057.911000', '151057.914000', '151057.916000', '151057.919000', '151057.922000', '151057.924000', '151057.927000', '151057.930000', '151117.816000', '151117.818000', '151117.821000', '151117.824000', '151117.827000', '151117.829000', '151117.832000', '151117.834000', '151117.837000', '151117.840000', '151117.842000', '151117.845000', '151117.848000', '151117.850000', '151117.853000', '151117.856000', '151117.858000', '151117.861000', '151117.864000', '151117.866000', '151117.869000', '151117.872000', '151117.874000', '151117.877000', '151117.880000', '151117.882000', '151117.885000', '151117.887000', '151117.890000', '151117.893000', '151117.895000', '151117.898000', '151117.900000', '151117.903000', '151117.906000', '151117.908000', '151117.911000', '151117.913000', '151117.916000', '151117.919000', '151117.922000', '151117.925000', '151117.928000', '151137.817000', '151137.820000', '151137.822000', '151137.825000', '151137.828000', '151137.830000', '151137.833000', '151137.835000', '151137.838000', '151137.841000', '151137.843000', '151137.846000', '151137.848000', '151137.851000', '151137.854000', '151137.857000', '151137.859000', '151137.862000', '151137.865000', '151137.867000', '151137.870000', '151137.872000', '151137.875000', '151137.878000', '151137.880000', '151137.883000', '151137.886000', '151137.888000', '151137.891000', '151137.893000', '151137.896000', '151137.899000', '151137.901000', '151137.904000', '151137.907000', '151137.909000', '151137.912000', '151137.915000', '151137.917000', '151137.920000', '151137.922000', '151137.925000', '151137.928000', '151137.930000', '151157.817000', '151157.820000', '151157.822000', '151157.825000', '151157.828000', '151157.830000', '151157.833000', '151157.844000', '151157.846000', '151157.849000', '151157.851000', '151157.854000', '151157.857000', '151157.861000', '151157.864000', '151157.867000', '151157.870000', '151157.872000', '151157.875000', '151157.877000', '151157.880000', '151157.883000', '151157.885000', '151157.888000', '151157.891000', '151157.893000', '151157.896000', '151157.899000', '151157.901000', '151157.904000', '151157.907000', '151157.909000', '151157.912000', '151157.915000', '151157.917000', '151157.920000', '151157.922000', '151157.925000', '151157.928000', '151157.930000', '151157.933000', '151157.935000', '151157.938000', '151217.816000', '151217.819000', '151217.821000', '151217.824000', '151217.827000', '151217.829000', '151217.832000', '151217.834000', '151217.837000', '151217.840000', '151217.842000', '151217.845000', '151217.848000', '151217.850000', '151217.853000', '151217.856000', '151217.858000', '151217.861000', '151217.864000', '151217.866000', '151217.869000', '151217.872000', '151217.874000', '151217.877000', '151217.879000', '151217.882000', '151217.885000', '151217.887000', '151217.890000', '151217.893000', '151217.896000', '151217.898000', '151217.901000', '151217.904000', '151217.907000', '151217.909000', '151217.912000', '151217.915000', '151217.917000', '151217.920000', '151217.923000', '151217.925000', '151217.928000', '151217.931000', '151237.816000', '151237.818000', '151237.822000', '151237.824000', '151237.827000', '151237.829000', '151237.832000', '151237.835000', '151237.837000', '151237.840000', '151237.843000', '151237.845000', '151237.848000', '151237.850000', '151237.853000', '151237.856000', '151237.858000', '151237.861000', '151237.864000', '151237.866000', '151237.869000', '151237.871000', '151237.874000', '151237.877000', '151237.879000', '151237.882000', '151237.884000', '151237.887000', '151237.889000', '151237.892000', '151237.895000', '151237.897000', '151237.900000', '151237.903000', '151237.905000', '151237.908000', '151237.911000', '151237.913000', '151237.916000', '151237.918000', '151237.921000', '151237.924000', '151237.926000', '151257.816000', '151257.819000', '151257.821000', '151257.824000', '151257.827000', '151257.829000', '151257.832000', '151257.835000', '151257.837000', '151257.840000', '151257.843000', '151257.846000', '151257.848000', '151257.851000', '151257.853000', '151257.856000', '151257.859000', '151257.861000', '151257.864000', '151257.867000', '151257.869000', '151257.872000', '151257.874000', '151257.877000', '151257.880000', '151257.883000', '151257.885000', '151257.888000', '151257.891000', '151257.893000', '151257.896000', '151257.899000', '151257.901000', '151257.904000', '151257.906000', '151257.909000', '151257.912000', '151257.914000', '151257.917000', '151257.920000', '151257.922000', '151257.925000', '151257.927000', '151257.930000', '151317.816000', '151317.818000', '151317.821000', '151317.824000', '151317.826000', '151317.829000', '151317.831000', '151317.834000', '151317.837000', '151317.839000', '151317.842000', '151317.844000', '151317.847000', '151317.850000', '151317.852000', '151317.855000', '151317.858000', '151317.860000', '151317.863000', '151317.865000', '151317.868000', '151317.871000', '151317.873000', '151317.876000', '151317.879000', '151317.881000', '151317.884000', '151317.887000', '151317.889000', '151317.892000', '151317.895000', '151317.897000', '151317.900000', '151317.903000', '151317.905000', '151317.908000', '151317.910000', '151317.913000', '151317.916000', '151317.918000', '151317.921000', '151317.924000', '151317.926000', '151337.815000', '151337.818000', '151337.821000', '151337.824000', '151337.826000', '151337.829000', '151337.831000', '151337.834000', '151337.837000', '151337.839000', '151337.842000', '151337.845000', '151337.847000', '151337.850000', '151337.853000', '151337.855000', '151337.858000', '151337.860000', '151337.864000', '151337.866000', '151337.869000', '151337.871000', '151337.875000', '151337.877000', '151337.880000', '151337.882000', '151337.886000', '151337.888000', '151337.891000', '151337.894000', '151337.896000', '151337.899000', '151337.902000', '151337.904000', '151337.907000', '151337.910000', '151337.912000', '151337.915000', '151337.917000', '151337.920000', '151337.923000', '151337.925000', '151337.928000', '151337.931000', '151357.817000', '151357.819000', '151357.822000', '151357.825000', '151357.827000', '151357.830000', '151357.833000', '151357.835000', '151357.838000', '151357.840000', '151357.843000', '151357.846000', '151357.848000', '151357.851000', '151357.853000', '151357.856000', '151357.858000', '151357.861000', '151357.864000', '151357.866000', '151357.869000', '151357.872000', '151357.874000', '151357.877000', '151357.879000', '151357.882000', '151357.885000', '151357.887000', '151357.890000', '151357.892000', '151357.895000', '151357.897000', '151357.900000', '151357.903000', '151357.905000', '151357.908000', '151357.911000', '151357.913000', '151357.916000', '151357.918000', '151357.921000', '151357.924000', '151357.926000', '151417.817000', '151417.819000', '151417.823000', '151417.826000', '151417.829000', '151417.831000', '151417.834000', '151417.837000', '151417.839000', '151417.842000', '151417.845000', '151417.847000', '151417.850000', '151417.853000', '151417.855000', '151417.858000', '151417.861000', '151417.863000', '151417.866000', '151417.868000', '151417.871000', '151417.874000', '151417.877000', '151417.879000', '151417.882000', '151417.885000', '151417.887000', '151417.890000', '151417.893000', '151417.896000', '151417.898000', '151417.901000', '151417.904000', '151417.906000', '151417.909000', '151417.912000', '151417.914000', '151417.917000', '151417.920000', '151417.923000', '151417.925000', '151417.928000', '151417.930000', '151417.933000', '151437.816000', '151437.819000', '151437.821000', '151437.824000', '151437.827000', '151437.829000', '151437.832000', '151437.834000', '151437.837000', '151437.840000', '151437.842000', '151437.845000', '151437.848000', '151437.850000', '151437.853000', '151437.856000', '151437.858000', '151437.861000', '151437.864000', '151437.866000', '151437.869000', '151437.872000', '151437.874000', '151437.877000', '151437.880000', '151437.882000', '151437.885000', '151437.887000', '151437.890000', '151437.893000', '151437.895000', '151437.898000', '151437.901000', '151437.903000', '151437.906000', '151437.909000', '151437.911000', '151437.938000', '151437.940000', '151437.943000', '151437.946000', '151437.948000', '151437.951000', '151457.816000', '151457.818000', '151457.821000', '151457.824000', '151457.826000', '151457.829000', '151457.832000', '151457.834000', '151457.837000', '151457.840000', '151457.843000', '151457.846000', '151457.848000', '151457.852000', '151457.855000', '151457.857000', '151457.860000', '151457.863000', '151457.865000', '151457.868000', '151457.871000', '151457.873000', '151457.876000', '151457.878000', '151457.881000', '151457.884000', '151457.886000', '151457.889000', '151457.892000', '151457.895000', '151457.897000', '151457.900000', '151457.903000', '151457.905000', '151457.908000', '151457.911000', '151457.914000', '151457.916000', '151457.919000', '151457.922000', '151457.924000', '151457.927000', '151457.930000', '151517.816000', '151517.819000', '151517.821000', '151517.824000', '151517.827000', '151517.829000', '151517.832000', '151517.835000', '151517.837000', '151517.840000', '151517.843000', '151517.845000', '151517.848000', '151517.851000', '151517.853000', '151517.856000', '151517.859000', '151517.861000', '151517.864000', '151517.866000', '151517.869000', '151517.871000', '151517.874000', '151517.877000', '151517.880000', '151517.882000', '151517.885000', '151517.887000', '151517.890000', '151517.892000', '151517.895000', '151517.898000', '151517.901000', '151517.903000', '151517.906000', '151517.908000', '151517.911000', '151517.914000', '151517.916000', '151517.919000', '151517.922000', '151517.924000', '151517.927000', '151517.930000', '151537.816000', '151537.819000', '151537.821000', '151537.824000', '151537.826000', '151537.829000', '151537.832000', '151537.835000', '151537.837000', '151537.840000', '151537.843000', '151537.845000', '151537.848000', '151537.851000', '151537.853000', '151537.856000', '151537.859000', '151537.862000', '151537.866000', '151537.868000', '151537.871000', '151537.874000', '151537.876000', '151537.879000', '151537.882000', '151537.884000', '151537.887000', '151537.890000', '151537.892000', '151537.895000', '151537.898000', '151537.901000', '151537.903000', '151537.906000', '151537.909000', '151537.911000', '151537.914000', '151537.917000', '151537.919000', '151537.922000', '151537.925000', '151537.927000', '151537.930000', '151557.816000', '151557.818000', '151557.822000', '151557.824000', '151557.827000', '151557.829000', '151557.832000', '151557.835000', '151557.837000', '151557.840000', '151557.843000', '151557.845000', '151557.848000', '151557.850000', '151557.853000', '151557.856000', '151557.858000', '151557.861000', '151557.864000', '151557.866000', '151557.869000', '151557.872000', '151557.874000', '151557.877000', '151557.880000', '151557.882000', '151557.885000', '151557.887000', '151557.890000', '151557.893000', '151557.895000', '151557.898000', '151557.901000', '151557.903000', '151557.912000', '151557.915000', '151557.918000', '151557.920000', '151557.923000', '151557.926000', '151557.928000', '151557.931000', '151557.933000', '151557.936000', '151617.817000', '151617.820000', '151617.822000', '151617.825000', '151617.828000', '151617.831000', '151617.833000', '151617.836000', '151617.839000', '151617.841000', '151617.844000', '151617.846000', '151617.849000', '151617.852000', '151617.854000', '151617.857000', '151617.860000', '151617.862000', '151617.867000', '151617.870000', '151617.872000', '151617.875000', '151617.878000', '151617.880000', '151617.883000', '151617.886000', '151617.888000', '151617.891000', '151617.894000', '151617.896000', '151617.899000', '151617.902000', '151617.904000', '151617.907000', '151617.910000', '151617.912000', '151617.915000', '151617.917000', '151617.920000', '151617.923000', '151617.926000', '151617.928000', '151617.931000', '151637.817000', '151637.821000', '151637.823000', '151637.826000', '151637.829000', '151637.832000', '151637.834000', '151637.837000', '151637.839000', '151637.842000', '151637.845000', '151637.847000', '151637.850000', '151637.852000', '151637.855000', '151637.858000', '151637.860000', '151637.863000', '151637.866000', '151637.868000', '151637.871000', '151637.874000', '151637.876000', '151637.879000', '151637.881000', '151637.884000', '151637.887000', '151637.889000', '151637.892000', '151637.895000', '151637.897000', '151637.900000', '151637.903000', '151637.905000', '151637.908000', '151637.911000', '151637.913000', '151637.916000', '151637.918000', '151637.921000', '151637.924000', '151637.926000', '151637.929000', '151637.932000', '151657.816000', '151657.819000', '151657.821000', '151657.824000', '151657.827000', '151657.830000', '151657.832000', '151657.835000', '151657.838000', '151657.840000', '151657.843000', '151657.845000', '151657.848000', '151657.851000', '151657.854000', '151657.857000', '151657.860000', '151657.863000', '151657.866000', '151657.869000', '151657.871000', '151657.874000', '151657.877000', '151657.879000', '151657.882000', '151657.885000', '151657.887000', '151657.890000', '151657.893000', '151657.895000', '151657.898000', '151657.901000', '151657.904000', '151657.907000', '151657.910000', '151657.912000', '151657.915000', '151657.918000', '151657.920000', '151657.923000', '151657.926000', '151657.928000', '151657.931000', '151717.816000', '151717.819000', '151717.821000', '151717.824000', '151717.827000', '151717.830000', '151717.832000', '151717.835000', '151717.838000', '151717.840000', '151717.843000', '151717.846000', '151717.849000', '151717.851000', '151717.854000', '151717.856000', '151717.859000', '151717.873000', '151717.875000', '151717.878000', '151717.881000', '151717.883000', '151717.886000', '151717.889000', '151717.891000', '151717.894000', '151717.897000', '151717.899000', '151717.902000', '151717.905000', '151717.907000', '151717.910000', '151717.913000', '151717.915000', '151717.918000', '151717.921000', '151717.923000', '151717.926000', '151717.929000', '151717.931000', '151717.934000', '151717.937000', '151717.939000', '151717.942000', '151737.816000', '151737.818000', '151737.821000', '151737.824000', '151737.826000', '151737.829000', '151737.832000', '151737.834000', '151737.837000', '151737.840000', '151737.842000', '151737.845000', '151737.847000', '151737.850000', '151737.853000', '151737.855000', '151737.858000', '151737.861000', '151737.863000', '151737.866000', '151737.868000', '151737.871000', '151737.874000', '151737.877000', '151737.879000', '151737.882000', '151737.885000', '151737.887000', '151737.890000', '151737.893000', '151737.895000', '151737.898000', '151737.901000', '151737.903000', '151737.906000', '151737.908000', '151737.911000', '151737.914000', '151737.916000', '151737.919000', '151737.922000', '151737.924000', '151737.927000', '151757.816000', '151757.819000', '151757.821000', '151757.833000', '151757.835000', '151757.838000', '151757.841000', '151757.843000', '151757.846000', '151757.849000', '151757.851000', '151757.854000', '151757.857000', '151757.859000', '151757.862000', '151757.865000', '151757.867000', '151757.870000', '151757.872000', '151757.875000', '151757.878000', '151757.880000', '151757.883000', '151757.885000', '151757.888000', '151757.891000', '151757.893000', '151757.896000', '151757.899000', '151757.901000', '151757.904000', '151757.907000', '151757.909000', '151757.912000', '151757.914000', '151757.917000', '151757.920000', '151757.922000', '151757.925000', '151757.928000', '151757.930000', '151757.933000', '151757.935000', '151757.938000', '151817.816000', '151817.819000', '151817.822000', '151817.824000', '151817.827000', '151817.830000', '151817.832000', '151817.835000', '151817.838000', '151817.840000', '151817.843000', '151817.846000', '151817.848000', '151817.851000', '151817.854000', '151817.856000', '151817.859000', '151817.862000', '151817.864000', '151817.867000', '151817.871000', '151817.873000', '151817.876000', '151817.879000', '151817.881000', '151817.884000', '151817.886000', '151817.889000', '151817.892000', '151817.895000', '151817.897000', '151817.900000', '151817.903000', '151817.905000', '151817.908000', '151817.911000', '151817.913000', '151817.916000', '151817.919000', '151817.921000', '151817.924000', '151817.926000', '151817.943000', '151833.539000', '151833.542000', '151833.544000', '151833.547000', '151833.550000', '151833.552000', '151833.555000', '151833.558000', '151833.560000', '151833.563000', '151833.566000', '151833.568000', '151833.571000', '151833.574000', '151833.576000', '151833.579000', '151833.581000', '151833.584000', '151833.587000', '151833.589000', '151833.592000', '151833.594000', '151833.597000', '151833.600000', '151833.602000', '151833.605000', '151833.608000', '151833.610000', '151833.613000', '151833.616000', '151833.618000', '151833.621000', '151833.624000', '151833.626000', '151833.629000'], 'InstanceCreationTime': ['150617.841000', '150617.844000', '150617.847000', '150617.850000', '150617.853000', '150617.855000', '150617.858000', '150617.860000', '150617.863000', '150617.865000', '150617.868000', '150617.871000', '150617.873000', '150617.885000', '150617.887000', '150617.890000', '150617.893000', '150617.895000', '150617.898000', '150617.900000', '150617.903000', '150617.908000', '150617.911000', '150617.913000', '150617.916000', '150617.919000', '150617.921000', '150617.924000', '150617.927000', '150617.929000', '150617.932000', '150617.935000', '150617.937000', '150617.940000', '150617.942000', '150617.945000', '150617.948000', '150617.950000', '150617.953000', '150617.956000', '150637.816000', '150637.818000', '150637.821000', '150637.824000', '150637.827000', '150637.830000', '150637.832000', '150637.835000', '150637.837000', '150637.840000', '150637.843000', '150637.845000', '150637.848000', '150637.851000', '150637.853000', '150637.856000', '150637.858000', '150637.861000', '150637.864000', '150637.866000', '150637.869000', '150637.872000', '150637.874000', '150637.877000', '150637.880000', '150637.882000', '150637.885000', '150637.888000', '150637.891000', '150637.894000', '150637.896000', '150637.899000', '150637.902000', '150637.904000', '150637.907000', '150637.910000', '150637.912000', '150637.915000', '150637.917000', '150637.920000', '150637.922000', '150637.925000', '150637.928000', '150637.930000', '150657.816000', '150657.819000', '150657.822000', '150657.834000', '150657.836000', '150657.839000', '150657.841000', '150657.844000', '150657.846000', '150657.849000', '150657.851000', '150657.854000', '150657.856000', '150657.859000', '150657.862000', '150657.864000', '150657.867000', '150657.869000', '150657.872000', '150657.875000', '150657.877000', '150657.880000', '150657.882000', '150657.885000', '150657.887000', '150657.890000', '150657.892000', '150657.895000', '150657.898000', '150657.900000', '150657.903000', '150657.906000', '150657.908000', '150657.911000', '150657.913000', '150657.916000', '150657.919000', '150657.921000', '150657.924000', '150657.926000', '150657.929000', '150657.932000', '150657.934000', '150717.816000', '150717.819000', '150717.822000', '150717.824000', '150717.829000', '150717.832000', '150717.834000', '150717.837000', '150717.840000', '150717.842000', '150717.845000', '150717.847000', '150717.850000', '150717.853000', '150717.855000', '150717.858000', '150717.861000', '150717.863000', '150717.866000', '150717.869000', '150717.871000', '150717.874000', '150717.877000', '150717.879000', '150717.882000', '150717.885000', '150717.887000', '150717.890000', '150717.892000', '150717.895000', '150717.898000', '150717.900000', '150717.903000', '150717.906000', '150717.908000', '150717.911000', '150717.913000', '150717.916000', '150717.919000', '150717.921000', '150717.924000', '150717.926000', '150717.929000', '150717.932000', '150737.815000', '150737.818000', '150737.821000', '150737.823000', '150737.826000', '150737.829000', '150737.831000', '150737.834000', '150737.837000', '150737.839000', '150737.842000', '150737.844000', '150737.857000', '150737.860000', '150737.862000', '150737.865000', '150737.867000', '150737.870000', '150737.872000', '150737.875000', '150737.878000', '150737.880000', '150737.883000', '150737.886000', '150737.888000', '150737.891000', '150737.894000', '150737.896000', '150737.899000', '150737.901000', '150737.904000', '150737.907000', '150737.909000', '150737.912000', '150737.915000', '150737.917000', '150737.920000', '150737.922000', '150737.925000', '150737.928000', '150737.930000', '150737.933000', '150737.935000', '150757.815000', '150757.818000', '150757.821000', '150757.824000', '150757.826000', '150757.829000', '150757.831000', '150757.834000', '150757.837000', '150757.840000', '150757.842000', '150757.845000', '150757.850000', '150757.852000', '150757.855000', '150757.857000', '150757.872000', '150757.875000', '150757.877000', '150757.880000', '150757.883000', '150757.885000', '150757.888000', '150757.890000', '150757.893000', '150757.896000', '150757.898000', '150757.901000', '150757.904000', '150757.906000', '150757.909000', '150757.911000', '150757.914000', '150757.917000', '150757.919000', '150757.922000', '150757.925000', '150757.927000', '150757.930000', '150757.933000', '150757.935000', '150757.938000', '150757.941000', '150817.816000', '150817.818000', '150817.821000', '150817.824000', '150817.826000', '150817.829000', '150817.832000', '150817.834000', '150817.837000', '150817.840000', '150817.842000', '150817.845000', '150817.848000', '150817.850000', '150817.853000', '150817.856000', '150817.858000', '150817.861000', '150817.873000', '150817.876000', '150817.878000', '150817.881000', '150817.884000', '150817.886000', '150817.889000', '150817.892000', '150817.895000', '150817.898000', '150817.900000', '150817.903000', '150817.906000', '150817.908000', '150817.911000', '150817.913000', '150817.916000', '150817.919000', '150817.921000', '150817.924000', '150817.927000', '150817.929000', '150817.932000', '150817.935000', '150817.937000', '150817.940000', '150837.815000', '150837.818000', '150837.821000', '150837.823000', '150837.826000', '150837.829000', '150837.831000', '150837.834000', '150837.836000', '150837.840000', '150837.843000', '150837.845000', '150837.848000', '150837.851000', '150837.854000', '150837.856000', '150837.859000', '150837.861000', '150837.864000', '150837.867000', '150837.869000', '150837.872000', '150837.874000', '150837.877000', '150837.880000', '150837.882000', '150837.885000', '150837.888000', '150837.890000', '150837.893000', '150837.896000', '150837.898000', '150837.901000', '150837.904000', '150837.906000', '150837.909000', '150837.911000', '150837.914000', '150837.923000', '150837.926000', '150837.928000', '150837.931000', '150837.934000', '150857.816000', '150857.819000', '150857.822000', '150857.824000', '150857.827000', '150857.830000', '150857.832000', '150857.835000', '150857.837000', '150857.840000', '150857.843000', '150857.845000', '150857.848000', '150857.851000', '150857.853000', '150857.856000', '150857.858000', '150857.861000', '150857.864000', '150857.866000', '150857.869000', '150857.871000', '150857.874000', '150857.876000', '150857.879000', '150857.882000', '150857.884000', '150857.887000', '150857.889000', '150857.892000', '150857.895000', '150857.897000', '150857.900000', '150857.903000', '150857.905000', '150857.908000', '150857.911000', '150857.913000', '150857.916000', '150857.919000', '150857.921000', '150857.924000', '150857.927000', '150857.929000', '150917.816000', '150917.819000', '150917.822000', '150917.825000', '150917.827000', '150917.830000', '150917.832000', '150917.835000', '150917.849000', '150917.852000', '150917.855000', '150917.858000', '150917.860000', '150917.863000', '150917.865000', '150917.868000', '150917.871000', '150917.873000', '150917.876000', '150917.878000', '150917.881000', '150917.884000', '150917.886000', '150917.889000', '150917.891000', '150917.894000', '150917.897000', '150917.899000', '150917.902000', '150917.906000', '150917.909000', '150917.912000', '150917.914000', '150917.917000', '150917.919000', '150917.922000', '150917.925000', '150917.927000', '150917.930000', '150917.933000', '150917.935000', '150917.938000', '150917.940000', '150937.816000', '150937.819000', '150937.822000', '150937.825000', '150937.827000', '150937.830000', '150937.832000', '150937.835000', '150937.838000', '150937.840000', '150937.843000', '150937.845000', '150937.848000', '150937.851000', '150937.853000', '150937.856000', '150937.858000', '150937.861000', '150937.863000', '150937.866000', '150937.869000', '150937.871000', '150937.874000', '150937.876000', '150937.879000', '150937.882000', '150937.884000', '150937.887000', '150937.889000', '150937.892000', '150937.895000', '150937.897000', '150937.900000', '150937.902000', '150937.905000', '150937.907000', '150937.910000', '150937.913000', '150937.915000', '150937.918000', '150937.921000', '150937.923000', '150937.926000', '150937.928000', '150957.818000', '150957.821000', '150957.824000', '150957.826000', '150957.829000', '150957.832000', '150957.834000', '150957.837000', '150957.840000', '150957.842000', '150957.845000', '150957.848000', '150957.851000', '150957.854000', '150957.857000', '150957.859000', '150957.862000', '150957.864000', '150957.867000', '150957.870000', '150957.872000', '150957.875000', '150957.877000', '150957.880000', '150957.883000', '150957.885000', '150957.888000', '150957.890000', '150957.893000', '150957.895000', '150957.898000', '150957.901000', '150957.903000', '150957.906000', '150957.908000', '150957.911000', '150957.914000', '150957.916000', '150957.919000', '150957.921000', '150957.924000', '150957.927000', '150957.929000', '151017.815000', '151017.818000', '151017.821000', '151017.824000', '151017.826000', '151017.829000', '151017.832000', '151017.834000', '151017.837000', '151017.840000', '151017.842000', '151017.845000', '151017.848000', '151017.850000', '151017.853000', '151017.856000', '151017.858000', '151017.861000', '151017.863000', '151017.866000', '151017.869000', '151017.871000', '151017.874000', '151017.877000', '151017.879000', '151017.882000', '151017.884000', '151017.887000', '151017.890000', '151017.893000', '151017.895000', '151017.898000', '151017.901000', '151017.903000', '151017.906000', '151017.909000', '151017.911000', '151017.914000', '151017.916000', '151017.919000', '151017.922000', '151017.924000', '151017.927000', '151017.930000', '151037.815000', '151037.818000', '151037.821000', '151037.824000', '151037.826000', '151037.829000', '151037.831000', '151037.834000', '151037.837000', '151037.839000', '151037.842000', '151037.844000', '151037.847000', '151037.849000', '151037.852000', '151037.855000', '151037.857000', '151037.860000', '151037.863000', '151037.865000', '151037.868000', '151037.871000', '151037.874000', '151037.877000', '151037.880000', '151037.883000', '151037.885000', '151037.888000', '151037.891000', '151037.894000', '151037.896000', '151037.899000', '151037.902000', '151037.915000', '151037.917000', '151037.920000', '151037.923000', '151037.925000', '151037.928000', '151037.931000', '151037.933000', '151037.936000', '151037.939000', '151057.816000', '151057.818000', '151057.821000', '151057.824000', '151057.827000', '151057.829000', '151057.832000', '151057.835000', '151057.837000', '151057.840000', '151057.842000', '151057.845000', '151057.848000', '151057.850000', '151057.853000', '151057.856000', '151057.858000', '151057.861000', '151057.864000', '151057.866000', '151057.869000', '151057.872000', '151057.874000', '151057.877000', '151057.879000', '151057.882000', '151057.885000', '151057.887000', '151057.890000', '151057.893000', '151057.895000', '151057.898000', '151057.901000', '151057.903000', '151057.906000', '151057.909000', '151057.911000', '151057.914000', '151057.916000', '151057.919000', '151057.922000', '151057.924000', '151057.927000', '151057.930000', '151117.816000', '151117.818000', '151117.821000', '151117.824000', '151117.827000', '151117.829000', '151117.832000', '151117.834000', '151117.837000', '151117.840000', '151117.842000', '151117.845000', '151117.848000', '151117.850000', '151117.853000', '151117.856000', '151117.858000', '151117.861000', '151117.864000', '151117.866000', '151117.869000', '151117.872000', '151117.874000', '151117.877000', '151117.880000', '151117.882000', '151117.885000', '151117.887000', '151117.890000', '151117.893000', '151117.895000', '151117.898000', '151117.900000', '151117.903000', '151117.906000', '151117.908000', '151117.911000', '151117.913000', '151117.916000', '151117.919000', '151117.922000', '151117.925000', '151117.928000', '151137.817000', '151137.820000', '151137.822000', '151137.825000', '151137.828000', '151137.830000', '151137.833000', '151137.835000', '151137.838000', '151137.841000', '151137.843000', '151137.846000', '151137.848000', '151137.851000', '151137.854000', '151137.857000', '151137.859000', '151137.862000', '151137.865000', '151137.867000', '151137.870000', '151137.872000', '151137.875000', '151137.878000', '151137.880000', '151137.883000', '151137.886000', '151137.888000', '151137.891000', '151137.893000', '151137.896000', '151137.899000', '151137.901000', '151137.904000', '151137.907000', '151137.909000', '151137.912000', '151137.915000', '151137.917000', '151137.920000', '151137.922000', '151137.925000', '151137.928000', '151137.930000', '151157.817000', '151157.820000', '151157.822000', '151157.825000', '151157.828000', '151157.830000', '151157.833000', '151157.844000', '151157.846000', '151157.849000', '151157.851000', '151157.854000', '151157.857000', '151157.861000', '151157.864000', '151157.867000', '151157.870000', '151157.872000', '151157.875000', '151157.877000', '151157.880000', '151157.883000', '151157.885000', '151157.888000', '151157.891000', '151157.893000', '151157.896000', '151157.899000', '151157.901000', '151157.904000', '151157.907000', '151157.909000', '151157.912000', '151157.915000', '151157.917000', '151157.920000', '151157.922000', '151157.925000', '151157.928000', '151157.930000', '151157.933000', '151157.935000', '151157.938000', '151217.816000', '151217.819000', '151217.821000', '151217.824000', '151217.827000', '151217.829000', '151217.832000', '151217.834000', '151217.837000', '151217.840000', '151217.842000', '151217.845000', '151217.848000', '151217.850000', '151217.853000', '151217.856000', '151217.858000', '151217.861000', '151217.864000', '151217.866000', '151217.869000', '151217.872000', '151217.874000', '151217.877000', '151217.879000', '151217.882000', '151217.885000', '151217.887000', '151217.890000', '151217.893000', '151217.896000', '151217.898000', '151217.901000', '151217.904000', '151217.907000', '151217.909000', '151217.912000', '151217.915000', '151217.917000', '151217.920000', '151217.923000', '151217.925000', '151217.928000', '151217.931000', '151237.816000', '151237.818000', '151237.822000', '151237.824000', '151237.827000', '151237.829000', '151237.832000', '151237.835000', '151237.837000', '151237.840000', '151237.843000', '151237.845000', '151237.848000', '151237.850000', '151237.853000', '151237.856000', '151237.858000', '151237.861000', '151237.864000', '151237.866000', '151237.869000', '151237.871000', '151237.874000', '151237.877000', '151237.879000', '151237.882000', '151237.884000', '151237.887000', '151237.889000', '151237.892000', '151237.895000', '151237.897000', '151237.900000', '151237.903000', '151237.905000', '151237.908000', '151237.911000', '151237.913000', '151237.916000', '151237.918000', '151237.921000', '151237.924000', '151237.926000', '151257.816000', '151257.819000', '151257.821000', '151257.824000', '151257.827000', '151257.829000', '151257.832000', '151257.835000', '151257.837000', '151257.840000', '151257.843000', '151257.846000', '151257.848000', '151257.851000', '151257.853000', '151257.856000', '151257.859000', '151257.861000', '151257.864000', '151257.867000', '151257.869000', '151257.872000', '151257.874000', '151257.877000', '151257.880000', '151257.883000', '151257.885000', '151257.888000', '151257.891000', '151257.893000', '151257.896000', '151257.899000', '151257.901000', '151257.904000', '151257.906000', '151257.909000', '151257.912000', '151257.914000', '151257.917000', '151257.920000', '151257.922000', '151257.925000', '151257.927000', '151257.930000', '151317.816000', '151317.818000', '151317.821000', '151317.824000', '151317.826000', '151317.829000', '151317.831000', '151317.834000', '151317.837000', '151317.839000', '151317.842000', '151317.844000', '151317.847000', '151317.850000', '151317.852000', '151317.855000', '151317.858000', '151317.860000', '151317.863000', '151317.865000', '151317.868000', '151317.871000', '151317.873000', '151317.876000', '151317.879000', '151317.881000', '151317.884000', '151317.887000', '151317.889000', '151317.892000', '151317.895000', '151317.897000', '151317.900000', '151317.903000', '151317.905000', '151317.908000', '151317.910000', '151317.913000', '151317.916000', '151317.918000', '151317.921000', '151317.924000', '151317.926000', '151337.815000', '151337.818000', '151337.821000', '151337.824000', '151337.826000', '151337.829000', '151337.831000', '151337.834000', '151337.837000', '151337.839000', '151337.842000', '151337.845000', '151337.847000', '151337.850000', '151337.853000', '151337.855000', '151337.858000', '151337.860000', '151337.864000', '151337.866000', '151337.869000', '151337.871000', '151337.875000', '151337.877000', '151337.880000', '151337.882000', '151337.886000', '151337.888000', '151337.891000', '151337.894000', '151337.896000', '151337.899000', '151337.902000', '151337.904000', '151337.907000', '151337.910000', '151337.912000', '151337.915000', '151337.917000', '151337.920000', '151337.923000', '151337.925000', '151337.928000', '151337.931000', '151357.817000', '151357.819000', '151357.822000', '151357.825000', '151357.827000', '151357.830000', '151357.833000', '151357.835000', '151357.838000', '151357.840000', '151357.843000', '151357.846000', '151357.848000', '151357.851000', '151357.853000', '151357.856000', '151357.858000', '151357.861000', '151357.864000', '151357.866000', '151357.869000', '151357.872000', '151357.874000', '151357.877000', '151357.879000', '151357.882000', '151357.885000', '151357.887000', '151357.890000', '151357.892000', '151357.895000', '151357.897000', '151357.900000', '151357.903000', '151357.905000', '151357.908000', '151357.911000', '151357.913000', '151357.916000', '151357.918000', '151357.921000', '151357.924000', '151357.926000', '151417.817000', '151417.819000', '151417.823000', '151417.826000', '151417.829000', '151417.831000', '151417.834000', '151417.837000', '151417.839000', '151417.842000', '151417.845000', '151417.847000', '151417.850000', '151417.853000', '151417.855000', '151417.858000', '151417.861000', '151417.863000', '151417.866000', '151417.868000', '151417.871000', '151417.874000', '151417.877000', '151417.879000', '151417.882000', '151417.885000', '151417.887000', '151417.890000', '151417.893000', '151417.896000', '151417.898000', '151417.901000', '151417.904000', '151417.906000', '151417.909000', '151417.912000', '151417.914000', '151417.917000', '151417.920000', '151417.923000', '151417.925000', '151417.928000', '151417.930000', '151417.933000', '151437.816000', '151437.819000', '151437.821000', '151437.824000', '151437.827000', '151437.829000', '151437.832000', '151437.834000', '151437.837000', '151437.840000', '151437.842000', '151437.845000', '151437.848000', '151437.850000', '151437.853000', '151437.856000', '151437.858000', '151437.861000', '151437.864000', '151437.866000', '151437.869000', '151437.872000', '151437.874000', '151437.877000', '151437.880000', '151437.882000', '151437.885000', '151437.887000', '151437.890000', '151437.893000', '151437.895000', '151437.898000', '151437.901000', '151437.903000', '151437.906000', '151437.909000', '151437.911000', '151437.938000', '151437.940000', '151437.943000', '151437.946000', '151437.948000', '151437.951000', '151457.816000', '151457.818000', '151457.821000', '151457.824000', '151457.826000', '151457.829000', '151457.832000', '151457.834000', '151457.837000', '151457.840000', '151457.843000', '151457.846000', '151457.848000', '151457.852000', '151457.855000', '151457.857000', '151457.860000', '151457.863000', '151457.865000', '151457.868000', '151457.871000', '151457.873000', '151457.876000', '151457.878000', '151457.881000', '151457.884000', '151457.886000', '151457.889000', '151457.892000', '151457.895000', '151457.897000', '151457.900000', '151457.903000', '151457.905000', '151457.908000', '151457.911000', '151457.914000', '151457.916000', '151457.919000', '151457.922000', '151457.924000', '151457.927000', '151457.930000', '151517.816000', '151517.819000', '151517.821000', '151517.824000', '151517.827000', '151517.829000', '151517.832000', '151517.835000', '151517.837000', '151517.840000', '151517.843000', '151517.845000', '151517.848000', '151517.851000', '151517.853000', '151517.856000', '151517.859000', '151517.861000', '151517.864000', '151517.866000', '151517.869000', '151517.871000', '151517.874000', '151517.877000', '151517.880000', '151517.882000', '151517.885000', '151517.887000', '151517.890000', '151517.892000', '151517.895000', '151517.898000', '151517.901000', '151517.903000', '151517.906000', '151517.908000', '151517.911000', '151517.914000', '151517.916000', '151517.919000', '151517.922000', '151517.924000', '151517.927000', '151517.930000', '151537.816000', '151537.819000', '151537.821000', '151537.824000', '151537.826000', '151537.829000', '151537.832000', '151537.835000', '151537.837000', '151537.840000', '151537.843000', '151537.845000', '151537.848000', '151537.851000', '151537.853000', '151537.856000', '151537.859000', '151537.862000', '151537.866000', '151537.868000', '151537.871000', '151537.874000', '151537.876000', '151537.879000', '151537.882000', '151537.884000', '151537.887000', '151537.890000', '151537.892000', '151537.895000', '151537.898000', '151537.901000', '151537.903000', '151537.906000', '151537.909000', '151537.911000', '151537.914000', '151537.917000', '151537.919000', '151537.922000', '151537.925000', '151537.927000', '151537.930000', '151557.816000', '151557.818000', '151557.822000', '151557.824000', '151557.827000', '151557.829000', '151557.832000', '151557.835000', '151557.837000', '151557.840000', '151557.843000', '151557.845000', '151557.848000', '151557.850000', '151557.853000', '151557.856000', '151557.858000', '151557.861000', '151557.864000', '151557.866000', '151557.869000', '151557.872000', '151557.874000', '151557.877000', '151557.880000', '151557.882000', '151557.885000', '151557.887000', '151557.890000', '151557.893000', '151557.895000', '151557.898000', '151557.901000', '151557.903000', '151557.912000', '151557.915000', '151557.918000', '151557.920000', '151557.923000', '151557.926000', '151557.928000', '151557.931000', '151557.933000', '151557.936000', '151617.817000', '151617.820000', '151617.822000', '151617.825000', '151617.828000', '151617.831000', '151617.833000', '151617.836000', '151617.839000', '151617.841000', '151617.844000', '151617.846000', '151617.849000', '151617.852000', '151617.854000', '151617.857000', '151617.860000', '151617.862000', '151617.867000', '151617.870000', '151617.872000', '151617.875000', '151617.878000', '151617.880000', '151617.883000', '151617.886000', '151617.888000', '151617.891000', '151617.894000', '151617.896000', '151617.899000', '151617.902000', '151617.904000', '151617.907000', '151617.910000', '151617.912000', '151617.915000', '151617.917000', '151617.920000', '151617.923000', '151617.926000', '151617.928000', '151617.931000', '151637.817000', '151637.821000', '151637.823000', '151637.826000', '151637.829000', '151637.832000', '151637.834000', '151637.837000', '151637.839000', '151637.842000', '151637.845000', '151637.847000', '151637.850000', '151637.852000', '151637.855000', '151637.858000', '151637.860000', '151637.863000', '151637.866000', '151637.868000', '151637.871000', '151637.874000', '151637.876000', '151637.879000', '151637.881000', '151637.884000', '151637.887000', '151637.889000', '151637.892000', '151637.895000', '151637.897000', '151637.900000', '151637.903000', '151637.905000', '151637.908000', '151637.911000', '151637.913000', '151637.916000', '151637.918000', '151637.921000', '151637.924000', '151637.926000', '151637.929000', '151637.932000', '151657.816000', '151657.819000', '151657.821000', '151657.824000', '151657.827000', '151657.830000', '151657.832000', '151657.835000', '151657.838000', '151657.840000', '151657.843000', '151657.845000', '151657.848000', '151657.851000', '151657.854000', '151657.857000', '151657.860000', '151657.863000', '151657.866000', '151657.869000', '151657.871000', '151657.874000', '151657.877000', '151657.879000', '151657.882000', '151657.885000', '151657.887000', '151657.890000', '151657.893000', '151657.895000', '151657.898000', '151657.901000', '151657.904000', '151657.907000', '151657.910000', '151657.912000', '151657.915000', '151657.918000', '151657.920000', '151657.923000', '151657.926000', '151657.928000', '151657.931000', '151717.816000', '151717.819000', '151717.821000', '151717.824000', '151717.827000', '151717.830000', '151717.832000', '151717.835000', '151717.838000', '151717.840000', '151717.843000', '151717.846000', '151717.849000', '151717.851000', '151717.854000', '151717.856000', '151717.859000', '151717.873000', '151717.875000', '151717.878000', '151717.881000', '151717.883000', '151717.886000', '151717.889000', '151717.891000', '151717.894000', '151717.897000', '151717.899000', '151717.902000', '151717.905000', '151717.907000', '151717.910000', '151717.913000', '151717.915000', '151717.918000', '151717.921000', '151717.923000', '151717.926000', '151717.929000', '151717.931000', '151717.934000', '151717.937000', '151717.939000', '151717.942000', '151737.816000', '151737.818000', '151737.821000', '151737.824000', '151737.826000', '151737.829000', '151737.832000', '151737.834000', '151737.837000', '151737.840000', '151737.842000', '151737.845000', '151737.847000', '151737.850000', '151737.853000', '151737.855000', '151737.858000', '151737.861000', '151737.863000', '151737.866000', '151737.868000', '151737.871000', '151737.874000', '151737.877000', '151737.879000', '151737.882000', '151737.885000', '151737.887000', '151737.890000', '151737.893000', '151737.895000', '151737.898000', '151737.901000', '151737.903000', '151737.906000', '151737.908000', '151737.911000', '151737.914000', '151737.916000', '151737.919000', '151737.922000', '151737.924000', '151737.927000', '151757.816000', '151757.819000', '151757.821000', '151757.833000', '151757.835000', '151757.838000', '151757.841000', '151757.843000', '151757.846000', '151757.849000', '151757.851000', '151757.854000', '151757.857000', '151757.859000', '151757.862000', '151757.865000', '151757.867000', '151757.870000', '151757.872000', '151757.875000', '151757.878000', '151757.880000', '151757.883000', '151757.885000', '151757.888000', '151757.891000', '151757.893000', '151757.896000', '151757.899000', '151757.901000', '151757.904000', '151757.907000', '151757.909000', '151757.912000', '151757.914000', '151757.917000', '151757.920000', '151757.922000', '151757.925000', '151757.928000', '151757.930000', '151757.933000', '151757.935000', '151757.938000', '151817.816000', '151817.819000', '151817.822000', '151817.824000', '151817.827000', '151817.830000', '151817.832000', '151817.835000', '151817.838000', '151817.840000', '151817.843000', '151817.846000', '151817.848000', '151817.851000', '151817.854000', '151817.856000', '151817.859000', '151817.862000', '151817.864000', '151817.867000', '151817.871000', '151817.873000', '151817.876000', '151817.879000', '151817.881000', '151817.884000', '151817.886000', '151817.889000', '151817.892000', '151817.895000', '151817.897000', '151817.900000', '151817.903000', '151817.905000', '151817.908000', '151817.911000', '151817.913000', '151817.916000', '151817.919000', '151817.921000', '151817.924000', '151817.926000', '151817.943000', '151833.539000', '151833.542000', '151833.544000', '151833.547000', '151833.550000', '151833.552000', '151833.555000', '151833.558000', '151833.560000', '151833.563000', '151833.566000', '151833.568000', '151833.571000', '151833.574000', '151833.576000', '151833.579000', '151833.581000', '151833.584000', '151833.587000', '151833.589000', '151833.592000', '151833.594000', '151833.597000', '151833.600000', '151833.602000', '151833.605000', '151833.608000', '151833.610000', '151833.613000', '151833.616000', '151833.618000', '151833.621000', '151833.624000', '151833.626000', '151833.629000'], '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, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'LargestImagePixelValue': [13001, 9983, 17107, 11181, 7590, 8396, 8045, 12205, 8230, 12052, 8152, 9612, 8328, 12504, 9985, 7767, 9074, 7528, 9847, 8421, 12817, 8399, 11163, 8174, 11085, 8659, 10952, 8923, 7443, 8355, 7854, 12617, 8248, 9984, 8384, 11648, 9804, 6926, 8379, 7844, 12353, 8521, 12537, 8310, 6618, 10058, 7870, 11741, 8378, 10824, 8420, 9823, 10822, 8047, 10611, 8354, 9091, 9433, 9128, 12315, 8427, 9643, 8425, 9517, 12989, 8648, 15841, 8363, 6706, 10507, 8894, 14909, 8231, 10538, 8290, 11298, 9748, 7798, 8898, 7984, 10158, 8504, 13230, 11185, 7605, 8310, 8147, 12460, 9532, 11490, 9335, 7843, 8740, 8993, 14070, 10546, 12430, 8458, 7707, 10606, 9685, 7934, 10768, 9366, 9761, 13303, 8251, 6818, 9826, 8208, 13469, 7959, 11263, 8321, 13364, 10782, 9649, 8389, 7764, 8883, 7887, 11925, 10219, 8072, 8178, 7514, 8638, 7774, 12609, 9807, 10350, 8168, 7038, 10031, 7618, 13269, 8051, 11447, 8384, 12393, 11026, 11949, 9326, 7713, 9989, 8595, 13935, 10466, 13347, 8694, 7164, 10137, 7703, 12940, 7729, 10028, 7926, 12501, 9856, 8029, 8249, 6987, 11790, 7777, 13535, 7923, 11430, 8597, 10128, 10282, 7770, 9342, 7936, 10339, 8748, 14334, 11031, 9445, 8273, 7440, 10942, 7962, 13759, 8013, 12363, 7847, 8541, 9406, 9630, 11328, 7156, 10190, 7651, 13083, 9374, 13226, 8720, 6946, 8429, 7109, 13245, 8241, 12133, 7914, 6760, 10035, 8415, 12200, 7544, 10597, 7812, 12464, 10256, 7888, 9611, 7554, 11214, 8555, 14700, 11631, 6827, 8638, 7698, 13257, 8819, 15048, 9324, 6975, 8242, 7066, 13976, 8686, 13263, 7739, 6666, 10277, 7671, 13210, 7602, 10890, 8222, 12251, 10612, 7185, 8847, 7702, 10093, 9211, 13286, 11451, 7278, 8978, 7651, 13858, 10776, 9718, 8649, 7377, 9792, 8619, 12942, 11406, 7645, 9921, 8304, 12641, 11019, 7557, 10326, 8806, 13474, 11371, 8371, 12417, 7834, 6957, 10553, 7835, 14381, 7819, 6988, 8607, 7831, 14280, 10246, 7274, 8280, 7614, 13748, 10747, 7671, 7960, 7253, 13184, 9452, 13586, 10551, 7138, 9074, 8473, 13692, 11417, 7384, 8915, 8032, 14140, 10415, 11967, 8983, 7311, 9471, 8234, 15040, 12015, 6948, 8174, 7763, 13743, 9604, 12975, 10134, 7405, 9483, 8900, 15048, 12045, 8488, 8521, 8055, 11579, 8560, 12982, 8744, 7247, 8968, 7935, 14528, 11887, 7171, 8511, 7895, 14091, 11254, 8112, 8456, 7277, 13325, 8386, 14802, 8171, 7181, 8199, 7548, 14292, 9424, 11823, 8076, 7486, 11105, 7701, 14413, 7683, 10637, 7687, 9635, 12114, 7292, 9935, 8026, 14324, 10359, 11347, 9147, 7099, 9018, 8509, 14113, 10466, 12735, 8325, 7208, 10140, 7618, 14014, 8250, 12451, 7453, 8998, 9293, 10397, 11760, 7440, 10143, 7876, 13517, 10344, 13190, 9907, 7185, 8727, 7365, 13574, 8185, 14082, 7858, 9030, 8446, 10759, 12128, 7576, 9796, 8100, 12916, 9442, 11143, 10319, 7378, 9541, 7613, 13051, 10011, 9239, 14027, 9292, 9123, 8255, 8046, 13824, 9953, 14158, 12127, 8626, 10302, 8543, 14574, 11293, 14452, 8725, 7642, 9371, 7937, 13749, 9681, 12016, 8345, 7212, 8568, 7598, 13505, 10044, 11681, 8353, 7535, 8942, 8021, 14286, 8838, 11549, 8568, 9601, 10227, 9597, 9279, 7561, 9754, 8201, 14244, 10710, 11755, 8308, 7242, 10715, 7553, 13974, 8408, 11274, 8378, 6939, 9616, 8450, 13933, 7773, 10679, 8206, 11280, 9172, 10363, 10116, 7567, 9561, 7771, 13747, 10817, 11485, 9168, 7300, 9340, 7744, 14566, 8933, 10825, 7806, 8920, 12526, 7992, 13296, 7835, 10079, 8131, 10721, 11737, 7727, 9459, 7848, 11748, 9175, 13300, 11401, 7296, 8768, 7280, 13307, 8007, 14188, 7738, 11722, 8784, 11786, 10334, 8505, 9071, 7814, 9990, 8297, 15288, 12187, 8856, 8517, 7709, 13909, 8083, 14678, 8059, 10996, 8867, 12788, 11077, 7480, 9378, 7837, 13632, 9177, 15214, 10619, 8598, 8278, 8346, 10257, 8197, 14479, 9192, 11201, 8358, 7104, 10947, 7828, 12882, 7791, 9775, 8541, 12623, 10894, 7437, 8645, 7281, 10380, 7917, 14603, 8560, 9961, 8797, 9458, 11973, 8039, 9428, 7869, 9924, 8458, 13075, 11426, 7395, 8576, 7442, 10778, 8329, 14950, 8932, 8334, 8130, 9039, 14058, 8177, 14081, 9247, 13254, 7991, 7282, 8112, 7889, 9770, 8307, 13433, 9400, 13237, 10760, 8915, 9684, 7381, 12999, 9364, 14302, 8340, 12940, 9574, 14242, 10122, 16791, 12504, 14234, 9536, 7791, 10059, 8623, 14301, 10271, 15225, 8655, 7019, 8214, 7557, 14047, 8274, 11883, 8298, 9758, 8348, 8725, 12174, 7508, 9971, 8152, 12932, 10076, 8915, 9203, 7641, 9669, 8529, 13596, 11663, 9256, 9097, 7858, 9776, 8497, 14999, 12092, 7635, 8789, 7854, 13786, 9466, 12925, 7889, 7238, 8988, 7885, 14664, 10663, 9204, 8072, 7381, 12906, 8338, 15269, 9012, 11431, 8035, 7101, 12666, 8073, 12948, 7987, 10922, 9030, 12457, 11415, 7768, 10328, 8061, 10587, 9533, 13912, 11619, 7786, 9370, 7973, 10292, 8466, 8637, 10343, 11583, 8912, 11736, 7861, 7817, 12093, 8960, 13938, 11816, 8206, 9529, 8942, 12269, 9343, 13496, 11811, 7845, 9226, 8037, 12453, 8919, 14454, 8678, 6834, 8311, 7335, 13994, 8255, 13238, 7964, 11306, 8453, 14986, 11296, 10714, 9220, 7342, 8687, 7291, 13516, 7913, 12362, 7977, 10376, 8482, 10651, 11129, 7653, 10289, 7923, 10727, 8712, 15121, 12240, 10411, 9001, 7325, 9419, 7911, 14981, 9244, 12259, 8811, 8639, 12716, 9285, 14404, 8048, 11448, 8867, 14572, 11199, 12686, 10727, 7681, 9740, 8336, 15086, 11527, 10780, 8323, 7562, 9111, 7856, 15502, 11260, 7111, 8172, 7498, 13764, 9577, 13506, 8297, 7222, 12207, 8533, 14583, 9065, 10468, 8178, 7325, 12541, 8311, 15100, 8443, 6593, 8123, 7375, 14217, 8711, 11929, 8158, 7044, 11070, 8257, 14551, 8338, 8930, 10008, 8610, 14233, 8151, 10184, 8119, 7563, 12803, 8912, 14899, 8580, 6854, 9760, 7718, 14775, 8716, 11110, 9410, 12892, 10885, 13612, 11779, 8141, 9631, 9122, 8653, 8305, 8070, 13037, 9068, 7968, 11109, 9098, 10624, 14788, 11356, 14440, 8341, 7855, 10476, 9124, 15366, 12079, 12265, 8791, 7435, 9396, 7966, 13125, 9172, 14006, 8145, 6478, 8111, 7050, 13024, 7967, 13791, 7946, 10379, 8062, 12136, 10600, 10076, 9689, 7054, 8312, 7989, 14335, 9321, 10482, 7245, 9671, 7548, 14074, 7969, 14411, 8045, 10462, 8177, 13687, 10950, 11772, 9025, 6972, 8405, 7372, 13599, 8022, 13587, 8031, 10484, 8290, 14093, 10049, 13668, 8163, 10603, 9134, 11892, 11114, 7435, 9220, 7727, 9246, 7642, 13426, 9691, 13012, 8683, 7209, 8143, 7656, 13732, 9040, 15131, 8673, 9217, 8177, 7901, 13886, 8115, 11675, 7980, 10407, 8380, 11621, 11323, 7622, 9578, 7964, 14845, 9843, 17406, 11886, 10480, 8142, 7277, 12286, 8516, 12777, 8078, 10118, 8329, 14881, 10571, 12526, 8625, 6754, 9017, 9672, 12258, 7828, 9887, 7611, 9968, 8382, 13051, 11522, 7696, 8759, 7569, 13081, 8637, 15049, 8190, 10702, 8963, 6908, 11470, 8615, 13504, 7932, 10025, 7915, 14306, 11043, 10863, 9386, 7451, 9053, 7652, 14242, 10428, 14159, 10338, 7439, 8325, 7847, 14733, 9632, 13762, 8023, 7178, 10796, 7837, 14934, 8807, 11300, 8930, 7397, 11439, 7591, 13410, 8333, 12007, 9300, 13603, 11485, 8193, 9538, 8057, 9518, 8472, 15301, 12567, 7268, 8163, 7625, 12079, 8903, 15115, 8384, 7180, 8763, 8799, 14141, 8015, 10554, 8276, 14787, 11469, 13392, 10503, 7522, 8338, 7729, 14244, 8981, 14656, 8179, 8133, 8166, 9972, 12664, 7574, 10101, 7801, 10103, 8546, 15085, 11558, 8069, 8154, 7034, 12312, 8108, 14990, 8061, 12041, 8809, 10867, 10337, 9718, 11939, 7897, 10049, 8339, 14257, 9696, 13723, 9447, 7063, 8336, 7370, 13586, 8194, 12963, 8174, 8623, 9276, 9317, 12706, 8008, 10692, 7982, 14377, 10488, 12500, 10626, 7359, 9162, 7713, 14486, 10161, 14224, 8571, 6716, 8815, 8090, 13612, 7668, 10564, 7897, 13867, 10004, 11460, 10650, 7280, 9176, 8001, 14575, 10990, 12808, 9508, 7006, 8434, 7846, 15030, 9899, 13909, 8551, 6818, 11931, 8176, 14966, 8088, 11434, 8605, 13877, 11617, 8523, 9161, 7872, 9707, 8282, 15445, 12096, 7939, 8225, 7384, 12228, 8188, 15127, 8460, 11416, 9270, 9747, 11847, 8127, 10048, 7950, 9904, 8457, 14262, 12426, 7501, 8618, 7333, 13431, 8462, 15192, 8654, 10644, 9110, 9399, 11459, 8256, 10888, 7760, 9618, 8122, 14645, 11316, 11566, 8927, 7033, 11301, 7873, 14615, 8208, 11270, 8247, 13694, 10789, 9846, 9455, 7478, 9144, 7711, 14486, 10324, 10192, 8088, 7081, 12274, 7726, 14026, 7994, 11957, 8285, 12370, 9989, 9670, 9537, 7247, 9120, 7806, 15137, 11649, 7609, 8295, 7393, 13369, 8464, 14614, 9000, 10217, 8323, 9998, 13459, 7824, 10561, 8277, 10817, 8782, 13588, 11917, 7952, 9554, 7672, 13203, 9048, 14986, 8798, 7101, 10662, 9076, 13509, 7859, 9947, 8514, 14279, 11329, 7203, 11490, 8214, 10708, 8079, 7940, 13127, 11753, 8042, 9682, 7910, 7107, 14479, 10128, 15872, 9237, 8167, 8632, 8550, 14213, 8150, 10085, 8194, 10516, 8862, 11609, 11339, 7423, 9335, 7817, 14237, 9828, 15422, 10535, 7569, 8212, 7085, 12432, 7975, 14719, 8162, 11448, 7933, 6726, 12160, 8176, 14142, 8005, 12120, 8498, 8560, 9105, 9822, 13460, 7765, 10161, 8402, 11851, 8707, 14852, 11270, 8331, 8075, 6839, 11543, 7879, 13886, 7962, 10113, 7983, 14320, 10776, 11862, 8993, 7037, 8433, 7777, 14078, 9148, 14529, 8833, 7995, 8098, 9046, 13600, 8066, 11446, 8001, 10447, 8395, 11843, 11021, 8239, 9874, 7841, 9466, 8120, 14120, 12133, 7745, 9251, 7231, 13211, 9018, 15204, 9326, 10435, 8043, 6610, 12198, 8178, 12758, 7989, 9881, 8232, 14866, 11928, 11085, 9173, 7056, 8758, 7759, 13686, 9246, 14466, 9032, 7456, 8109, 7309, 13587, 8108, 14606, 8078, 11716, 8839, 12576, 11271, 8703, 9440, 7272, 9529, 7838, 15390, 11097, 8230, 8033, 6857, 12079, 7803, 14600, 8397, 12004, 9009, 10879, 10197, 9892, 10304, 7826, 9185, 8225, 15011, 11836, 9088, 8221, 6974, 11840, 8427, 14784, 7995, 8693, 8127, 8772, 12159, 7816, 11357, 8200, 10075, 9238, 11492, 12113, 8120, 9713, 8245, 13292, 9930, 10877, 10307, 7834, 9401, 8466, 14556, 12301, 7503, 8826, 7774, 14540, 10054, 15981, 10430, 7326, 8462, 7443, 14494, 9135, 15007, 8370, 8243, 8698, 10153, 12899, 7964, 10054, 8589, 13053, 9704, 10749, 10524, 7748, 9356, 8573, 15061, 11912, 11478, 8967, 7522, 9262, 8112, 15073, 11373, 7937, 8221, 7277, 12771, 9025, 14937, 8565, 10237, 8293, 8222, 13379, 8428, 10800, 8244, 10515, 9050, 12098, 11485, 7811, 9217, 8471, 11567, 9316, 12696, 11238, 7850, 8597, 7889, 14314, 10865, 10445, 8565, 7404, 9043, 7940, 14717, 9694, 9502, 8269, 8151, 12745, 8040, 14036, 8103, 7963, 7953, 9754, 13128, 7733, 11676, 8345, 9921, 9670, 11861, 11964, 7799, 9400, 8719, 14802, 10843, 13952, 9257, 6877, 10029, 7645, 14637, 8249, 9845, 8600, 14308, 9967, 12006, 8392, 7021, 8303, 7399, 13761, 8679, 11339, 8287, 6566, 10206, 8690, 12603, 7685, 9783, 8166, 12643, 9602, 10684, 9305, 7215, 8913, 7588, 14321, 10342, 10974, 8073, 6923, 12410, 8419, 15091, 8072, 11086, 8387, 14642, 10598, 15920, 9472, 6940, 8156, 7059, 13199, 7993, 11276, 7918, 9453, 8196, 14952, 11881, 10315, 8931, 7098, 8595, 7481, 14603, 8630, 13881, 8322, 9621, 8885, 11346, 11469, 7569, 11250, 8149, 10940, 8712], 'WindowCenter': [4085.0, 4050.0, 4079.0, 4046.0, 4001.0, 4011.0, 4010.0, 4042.0, 4012.0, 4043.0, 4011.0, 4021.0, 4012.0, 4041.0, 4032.0, 4000.0, 4021.0, 3999.0, 4031.0, 4010.0, 4053.0, 4011.0, 4031.0, 4011.0, 4030.0, 4011.0, 4032.0, 4022.0, 4000.0, 4010.0, 4010.0, 4053.0, 4012.0, 4031.0, 4023.0, 4042.0, 4033.0, 4001.0, 4011.0, 4011.0, 4054.0, 4023.0, 4055.0, 4024.0, 3992.0, 4033.0, 4011.0, 4056.0, 4024.0, 4044.0, 4024.0, 4033.0, 4045.0, 4025.0, 4044.0, 4024.0, 4023.0, 4033.0, 4034.0, 4055.0, 4024.0, 4034.0, 4023.0, 4032.0, 4055.0, 4024.0, 4065.0, 4023.0, 3991.0, 4043.0, 4022.0, 4064.0, 4012.0, 4031.0, 4012.0, 4041.0, 4033.0, 4001.0, 4020.0, 4011.0, 4031.0, 4021.0, 4053.0, 4042.0, 4012.0, 4011.0, 4012.0, 4052.0, 4032.0, 4044.0, 4022.0, 4012.0, 4021.0, 4023.0, 4054.0, 4044.0, 4053.0, 4011.0, 4012.0, 4032.0, 4032.0, 4011.0, 4042.0, 4022.0, 4034.0, 4055.0, 4023.0, 3990.0, 4031.0, 4009.0, 4053.0, 3999.0, 4029.0, 4008.0, 4040.0, 4030.0, 4020.0, 4008.0, 4000.0, 4020.0, 4011.0, 4041.0, 4032.0, 4011.0, 4012.0, 4002.0, 4022.0, 4012.0, 4053.0, 4035.0, 4033.0, 4012.0, 3991.0, 4032.0, 4001.0, 4055.0, 4013.0, 4043.0, 4012.0, 4043.0, 4044.0, 4043.0, 4021.0, 4000.0, 4019.0, 4010.0, 4052.0, 4043.0, 4051.0, 4010.0, 3988.0, 4029.0, 4000.0, 4052.0, 4000.0, 4020.0, 4011.0, 4041.0, 4033.0, 4012.0, 4012.0, 3991.0, 4043.0, 4012.0, 4054.0, 4013.0, 4041.0, 4022.0, 4031.0, 4031.0, 4012.0, 4021.0, 4010.0, 4031.0, 4022.0, 4053.0, 4044.0, 4020.0, 4010.0, 4000.0, 4031.0, 4010.0, 4053.0, 4011.0, 4052.0, 4011.0, 4020.0, 4020.0, 4019.0, 4043.0, 3990.0, 4031.0, 4011.0, 4051.0, 4022.0, 4053.0, 4022.0, 3990.0, 4011.0, 4001.0, 4053.0, 4012.0, 4042.0, 4011.0, 3990.0, 4032.0, 4011.0, 4053.0, 4011.0, 4030.0, 4011.0, 4052.0, 4033.0, 4012.0, 4032.0, 4011.0, 4042.0, 4022.0, 4063.0, 4045.0, 3990.0, 4021.0, 4011.0, 4052.0, 4022.0, 4065.0, 4033.0, 3990.0, 4011.0, 3990.0, 4053.0, 4023.0, 4053.0, 3999.0, 3989.0, 4031.0, 3999.0, 4052.0, 4000.0, 4030.0, 4011.0, 4041.0, 4031.0, 4000.0, 4020.0, 4000.0, 4030.0, 4021.0, 4052.0, 4054.0, 4001.0, 4021.0, 4011.0, 4052.0, 4043.0, 4032.0, 4010.0, 4000.0, 4030.0, 4021.0, 4053.0, 4044.0, 4011.0, 4032.0, 4023.0, 4053.0, 4043.0, 4000.0, 4031.0, 4021.0, 4052.0, 4041.0, 4011.0, 4052.0, 4000.0, 3989.0, 4030.0, 4000.0, 4064.0, 4000.0, 3989.0, 4020.0, 4000.0, 4064.0, 4033.0, 4000.0, 4010.0, 4011.0, 4052.0, 4044.0, 4010.0, 4010.0, 4000.0, 4052.0, 4032.0, 4054.0, 4032.0, 4001.0, 4020.0, 4011.0, 4052.0, 4055.0, 4001.0, 4020.0, 4011.0, 4050.0, 4031.0, 4043.0, 4020.0, 3999.0, 4019.0, 4009.0, 4062.0, 4052.0, 4000.0, 4021.0, 4012.0, 4052.0, 4031.0, 4052.0, 4030.0, 3999.0, 4017.0, 4019.0, 4050.0, 4041.0, 4010.0, 4007.0, 3999.0, 4040.0, 4022.0, 4050.0, 4009.0, 3998.0, 4019.0, 4010.0, 4062.0, 4054.0, 3990.0, 4010.0, 4010.0, 4052.0, 4042.0, 4010.0, 4010.0, 3999.0, 4051.0, 4011.0, 4064.0, 4011.0, 3989.0, 4009.0, 3999.0, 4050.0, 4033.0, 4042.0, 4010.0, 4000.0, 4040.0, 3999.0, 4063.0, 4001.0, 4030.0, 3999.0, 4020.0, 4042.0, 4000.0, 4029.0, 4010.0, 4051.0, 4031.0, 4042.0, 4022.0, 4001.0, 4020.0, 4023.0, 4063.0, 4043.0, 4054.0, 4011.0, 3999.0, 4032.0, 4000.0, 4052.0, 4010.0, 4042.0, 4001.0, 4019.0, 4019.0, 4030.0, 4043.0, 3999.0, 4030.0, 4010.0, 4051.0, 4031.0, 4053.0, 4032.0, 3989.0, 4020.0, 3998.0, 4052.0, 4022.0, 4052.0, 4012.0, 4020.0, 4021.0, 4041.0, 4053.0, 4000.0, 4030.0, 4009.0, 4040.0, 4020.0, 4042.0, 4031.0, 4000.0, 4021.0, 4001.0, 4051.0, 4031.0, 4021.0, 4064.0, 4033.0, 4032.0, 4021.0, 4011.0, 4051.0, 4032.0, 4055.0, 4042.0, 4009.0, 4019.0, 4009.0, 4051.0, 4031.0, 4050.0, 4008.0, 3986.0, 4006.0, 3997.0, 4039.0, 4020.0, 4041.0, 4010.0, 3999.0, 4009.0, 3999.0, 4050.0, 4033.0, 4043.0, 4011.0, 4011.0, 4020.0, 4010.0, 4064.0, 4022.0, 4044.0, 4022.0, 4019.0, 4031.0, 4019.0, 4020.0, 3999.0, 4018.0, 4009.0, 4051.0, 4033.0, 4041.0, 4010.0, 3999.0, 4030.0, 3999.0, 4052.0, 4021.0, 4041.0, 4011.0, 3989.0, 4031.0, 4009.0, 4064.0, 4001.0, 4031.0, 4011.0, 4030.0, 4020.0, 4031.0, 4032.0, 4000.0, 4019.0, 4011.0, 4051.0, 4043.0, 4043.0, 4022.0, 4000.0, 4020.0, 4000.0, 4064.0, 4021.0, 4031.0, 4011.0, 4020.0, 4053.0, 4012.0, 4053.0, 4012.0, 4031.0, 4011.0, 4041.0, 4052.0, 4012.0, 4031.0, 4012.0, 4041.0, 4033.0, 4054.0, 4044.0, 4000.0, 4021.0, 4000.0, 4052.0, 4012.0, 4064.0, 4012.0, 4042.0, 4022.0, 4041.0, 4033.0, 4023.0, 4022.0, 4012.0, 4031.0, 4011.0, 4064.0, 4055.0, 4021.0, 4010.0, 3999.0, 4052.0, 4010.0, 4053.0, 4010.0, 4029.0, 4020.0, 4040.0, 4044.0, 3999.0, 4019.0, 4000.0, 4050.0, 4020.0, 4052.0, 4031.0, 4009.0, 4009.0, 4008.0, 4018.0, 4008.0, 4051.0, 4020.0, 4029.0, 3998.0, 3987.0, 4029.0, 3998.0, 4041.0, 3999.0, 4017.0, 4021.0, 4040.0, 4042.0, 3999.0, 4010.0, 3999.0, 4030.0, 4010.0, 4064.0, 4021.0, 4030.0, 4021.0, 4020.0, 4041.0, 4011.0, 4020.0, 4010.0, 4030.0, 4011.0, 4051.0, 4043.0, 4000.0, 4010.0, 4001.0, 4042.0, 4022.0, 4065.0, 4023.0, 4010.0, 4012.0, 4020.0, 4063.0, 4022.0, 4053.0, 4021.0, 4053.0, 4010.0, 4011.0, 4010.0, 4010.0, 4030.0, 4010.0, 4052.0, 4032.0, 4053.0, 4044.0, 4021.0, 4032.0, 3999.0, 4053.0, 4019.0, 4052.0, 3997.0, 4027.0, 4006.0, 4038.0, 4030.0, 4051.0, 4040.0, 4039.0, 4006.0, 3984.0, 4004.0, 3995.0, 4037.0, 4018.0, 4049.0, 4008.0, 3976.0, 3996.0, 3997.0, 4049.0, 4008.0, 4028.0, 3997.0, 4016.0, 4008.0, 4008.0, 4042.0, 4000.0, 4019.0, 4011.0, 4052.0, 4032.0, 4022.0, 4021.0, 4012.0, 4031.0, 4022.0, 4053.0, 4054.0, 4034.0, 4022.0, 4012.0, 4032.0, 4022.0, 4063.0, 4055.0, 4000.0, 4010.0, 4010.0, 4051.0, 4034.0, 4054.0, 4012.0, 4000.0, 4033.0, 4023.0, 4065.0, 4046.0, 4033.0, 4013.0, 4013.0, 4054.0, 4023.0, 4067.0, 4024.0, 4042.0, 4011.0, 4000.0, 4053.0, 4012.0, 4053.0, 4011.0, 4031.0, 4022.0, 4052.0, 4044.0, 4001.0, 4031.0, 4010.0, 4030.0, 4031.0, 4052.0, 4042.0, 4001.0, 4019.0, 4009.0, 4030.0, 4009.0, 4021.0, 4031.0, 4042.0, 4034.0, 4054.0, 4013.0, 4013.0, 4053.0, 4023.0, 4053.0, 4044.0, 4011.0, 4020.0, 4010.0, 4039.0, 4020.0, 4051.0, 4042.0, 3998.0, 4019.0, 3998.0, 4039.0, 4020.0, 4052.0, 4011.0, 3989.0, 4010.0, 4000.0, 4063.0, 4022.0, 4053.0, 4011.0, 4030.0, 4011.0, 4052.0, 4041.0, 4031.0, 4020.0, 3988.0, 4009.0, 3999.0, 4051.0, 4011.0, 4052.0, 4011.0, 4031.0, 4022.0, 4043.0, 4055.0, 4013.0, 4044.0, 4013.0, 4043.0, 4023.0, 4064.0, 4054.0, 4032.0, 4021.0, 3999.0, 4018.0, 4009.0, 4063.0, 4022.0, 4042.0, 4022.0, 4021.0, 4053.0, 4022.0, 4066.0, 4012.0, 4041.0, 4020.0, 4051.0, 4042.0, 4054.0, 4031.0, 3999.0, 4019.0, 4010.0, 4051.0, 4041.0, 4031.0, 4009.0, 3999.0, 4020.0, 4010.0, 4064.0, 4042.0, 3988.0, 4010.0, 4000.0, 4052.0, 4033.0, 4053.0, 4011.0, 3999.0, 4041.0, 4010.0, 4064.0, 4022.0, 4030.0, 4009.0, 3999.0, 4051.0, 4010.0, 4063.0, 4011.0, 3989.0, 4010.0, 4000.0, 4062.0, 4023.0, 4042.0, 4011.0, 3989.0, 4041.0, 4010.0, 4064.0, 4011.0, 4021.0, 4032.0, 4021.0, 4063.0, 4012.0, 4030.0, 4011.0, 4011.0, 4053.0, 4023.0, 4066.0, 4022.0, 3989.0, 4032.0, 4011.0, 4064.0, 4022.0, 4030.0, 4020.0, 4040.0, 4030.0, 4051.0, 4041.0, 3998.0, 4018.0, 4019.0, 4008.0, 4010.0, 3999.0, 4050.0, 4020.0, 3999.0, 4030.0, 4021.0, 4030.0, 4052.0, 4042.0, 4052.0, 4009.0, 3998.0, 4029.0, 4019.0, 4050.0, 4042.0, 4042.0, 4010.0, 3988.0, 4018.0, 4009.0, 4049.0, 4021.0, 4052.0, 4011.0, 3980.0, 4011.0, 4002.0, 4065.0, 4024.0, 4066.0, 4025.0, 4043.0, 4014.0, 4054.0, 4046.0, 4034.0, 4034.0, 3991.0, 4012.0, 4010.0, 4065.0, 4023.0, 4031.0, 4000.0, 4020.0, 4000.0, 4052.0, 4012.0, 4054.0, 4012.0, 4030.0, 4022.0, 4052.0, 4042.0, 4056.0, 4023.0, 4001.0, 4011.0, 4002.0, 4063.0, 4024.0, 4054.0, 4012.0, 4031.0, 4022.0, 4052.0, 4033.0, 4052.0, 4010.0, 4030.0, 4021.0, 4041.0, 4042.0, 4001.0, 4034.0, 4012.0, 4021.0, 4011.0, 4052.0, 4034.0, 4066.0, 4024.0, 4002.0, 4013.0, 4013.0, 4064.0, 4024.0, 4065.0, 4024.0, 4033.0, 4021.0, 4011.0, 4064.0, 4014.0, 4044.0, 4011.0, 4042.0, 4024.0, 4054.0, 4055.0, 4012.0, 4032.0, 4011.0, 4064.0, 4033.0, 4077.0, 4043.0, 4031.0, 4010.0, 3998.0, 4041.0, 4009.0, 4041.0, 3998.0, 4017.0, 4007.0, 4050.0, 4031.0, 4040.0, 4009.0, 3977.0, 4019.0, 4019.0, 4041.0, 3999.0, 4030.0, 4009.0, 4031.0, 4022.0, 4053.0, 4055.0, 4011.0, 4022.0, 4012.0, 4053.0, 4022.0, 4065.0, 4012.0, 4031.0, 4020.0, 4000.0, 4042.0, 4021.0, 4055.0, 4011.0, 4030.0, 4010.0, 4051.0, 4042.0, 4042.0, 4021.0, 4000.0, 4020.0, 4011.0, 4062.0, 4042.0, 4065.0, 4032.0, 4000.0, 4009.0, 4009.0, 4051.0, 4031.0, 4052.0, 4010.0, 3988.0, 4041.0, 3999.0, 4063.0, 4020.0, 4040.0, 4020.0, 3998.0, 4040.0, 3999.0, 4052.0, 4009.0, 4040.0, 4020.0, 4051.0, 4041.0, 4010.0, 4019.0, 3998.0, 4018.0, 4009.0, 4051.0, 4053.0, 3999.0, 4009.0, 4010.0, 4041.0, 4021.0, 4064.0, 4022.0, 3989.0, 4021.0, 4021.0, 4065.0, 4011.0, 4031.0, 4011.0, 4062.0, 4042.0, 4052.0, 4032.0, 3999.0, 4010.0, 4010.0, 4051.0, 4022.0, 4064.0, 4022.0, 4010.0, 4022.0, 4030.0, 4053.0, 4011.0, 4031.0, 4000.0, 4029.0, 4020.0, 4062.0, 4043.0, 4010.0, 4010.0, 3988.0, 4041.0, 4010.0, 4064.0, 4011.0, 4041.0, 4020.0, 4029.0, 4030.0, 4020.0, 4042.0, 4010.0, 4019.0, 4009.0, 4049.0, 4020.0, 4051.0, 4019.0, 3987.0, 4008.0, 3998.0, 4049.0, 4010.0, 4050.0, 4010.0, 4008.0, 4020.0, 4020.0, 4053.0, 4011.0, 4031.0, 4011.0, 4061.0, 4042.0, 4053.0, 4032.0, 4000.0, 4019.0, 4000.0, 4052.0, 4032.0, 4053.0, 4021.0, 3988.0, 4020.0, 4008.0, 4062.0, 4012.0, 4031.0, 4011.0, 4051.0, 4032.0, 4054.0, 4044.0, 4002.0, 4020.0, 4011.0, 4061.0, 4043.0, 4054.0, 4032.0, 4001.0, 4011.0, 4011.0, 4062.0, 4034.0, 4052.0, 4021.0, 3988.0, 4041.0, 4010.0, 4064.0, 4011.0, 4040.0, 4010.0, 4050.0, 4040.0, 4009.0, 4020.0, 4008.0, 4018.0, 4009.0, 4062.0, 4053.0, 4010.0, 4010.0, 3999.0, 4051.0, 4009.0, 4063.0, 4011.0, 4040.0, 4018.0, 4019.0, 4041.0, 4011.0, 4020.0, 3999.0, 4018.0, 4010.0, 4051.0, 4042.0, 3997.0, 4008.0, 3998.0, 4050.0, 4010.0, 4061.0, 4010.0, 4029.0, 4019.0, 4018.0, 4040.0, 4010.0, 4030.0, 4011.0, 4019.0, 4010.0, 4050.0, 4042.0, 4042.0, 4020.0, 3989.0, 4039.0, 4009.0, 4063.0, 4009.0, 4030.0, 4010.0, 4050.0, 4030.0, 4031.0, 4031.0, 4000.0, 4019.0, 3999.0, 4061.0, 4043.0, 4031.0, 4011.0, 4000.0, 4052.0, 4000.0, 4064.0, 4011.0, 4041.0, 4011.0, 4051.0, 4031.0, 4033.0, 4032.0, 4000.0, 4020.0, 4011.0, 4062.0, 4055.0, 4010.0, 4022.0, 4011.0, 4053.0, 4022.0, 4066.0, 4023.0, 4031.0, 4011.0, 4029.0, 4053.0, 4001.0, 4031.0, 4011.0, 4030.0, 4021.0, 4051.0, 4043.0, 4009.0, 4020.0, 4010.0, 4050.0, 4021.0, 4063.0, 4010.0, 4001.0, 4043.0, 4020.0, 4065.0, 4011.0, 4029.0, 4020.0, 4051.0, 4042.0, 4000.0, 4042.0, 4011.0, 4031.0, 4011.0, 4012.0, 4064.0, 4054.0, 4013.0, 4032.0, 4012.0, 4001.0, 4064.0, 4033.0, 4066.0, 4022.0, 4009.0, 4009.0, 4007.0, 4052.0, 3999.0, 4018.0, 4008.0, 4028.0, 4020.0, 4041.0, 4043.0, 3999.0, 4019.0, 3999.0, 4051.0, 4031.0, 4064.0, 4032.0, 3999.0, 4009.0, 3989.0, 4040.0, 3998.0, 4063.0, 4011.0, 4030.0, 3999.0, 3989.0, 4040.0, 4011.0, 4064.0, 4013.0, 4053.0, 4022.0, 4021.0, 4021.0, 4030.0, 4054.0, 4001.0, 4031.0, 4011.0, 4041.0, 4021.0, 4052.0, 4043.0, 4008.0, 4000.0, 3978.0, 4041.0, 4010.0, 4053.0, 4011.0, 4030.0, 4010.0, 4051.0, 4042.0, 4041.0, 4022.0, 4001.0, 4010.0, 3999.0, 4053.0, 4033.0, 4065.0, 4022.0, 4010.0, 4010.0, 4019.0, 4053.0, 4012.0, 4040.0, 4010.0, 4030.0, 4010.0, 4041.0, 4042.0, 4012.0, 4032.0, 4010.0, 4031.0, 4012.0, 4063.0, 4055.0, 4001.0, 4022.0, 4001.0, 4052.0, 4022.0, 4064.0, 4023.0, 4031.0, 4011.0, 3989.0, 4052.0, 4012.0, 4054.0, 4011.0, 4031.0, 4011.0, 4052.0, 4042.0, 4043.0, 4021.0, 3988.0, 4009.0, 4011.0, 4051.0, 4022.0, 4065.0, 4023.0, 4002.0, 4012.0, 4000.0, 4053.0, 4011.0, 4065.0, 4011.0, 4040.0, 4021.0, 4040.0, 4043.0, 4021.0, 4021.0, 4000.0, 4019.0, 3999.0, 4062.0, 4043.0, 4010.0, 4011.0, 3988.0, 4053.0, 4012.0, 4066.0, 4012.0, 4042.0, 4022.0, 4041.0, 4031.0, 4032.0, 4031.0, 3999.0, 4019.0, 4010.0, 4062.0, 4043.0, 4020.0, 4010.0, 3988.0, 4041.0, 4010.0, 4064.0, 4011.0, 4020.0, 4011.0, 4020.0, 4053.0, 4013.0, 4043.0, 4023.0, 4031.0, 4032.0, 4042.0, 4055.0, 4013.0, 4032.0, 4010.0, 4051.0, 4031.0, 4043.0, 4033.0, 4011.0, 4021.0, 4022.0, 4064.0, 4055.0, 4001.0, 4021.0, 4012.0, 4063.0, 4033.0, 4076.0, 4043.0, 3999.0, 4010.0, 4000.0, 4052.0, 4021.0, 4064.0, 4011.0, 4009.0, 4009.0, 4030.0, 4052.0, 4011.0, 4030.0, 4021.0, 4050.0, 4031.0, 4042.0, 4032.0, 4000.0, 4020.0, 4019.0, 4062.0, 4042.0, 4043.0, 4021.0, 3998.0, 4018.0, 4010.0, 4062.0, 4042.0, 4010.0, 4009.0, 3999.0, 4052.0, 4021.0, 4066.0, 4022.0, 4031.0, 4010.0, 4010.0, 4052.0, 4009.0, 4029.0, 4009.0, 4028.0, 4020.0, 4040.0, 4042.0, 3999.0, 4019.0, 4009.0, 4039.0, 4019.0, 4051.0, 4042.0, 4022.0, 4020.0, 4009.0, 4051.0, 4043.0, 4043.0, 4021.0, 4000.0, 4020.0, 4009.0, 4064.0, 4033.0, 4031.0, 4010.0, 4010.0, 4052.0, 4012.0, 4062.0, 4012.0, 4010.0, 4010.0, 4031.0, 4053.0, 4012.0, 4043.0, 4022.0, 4031.0, 4032.0, 4043.0, 4054.0, 4001.0, 4019.0, 4021.0, 4051.0, 4043.0, 4054.0, 4021.0, 3978.0, 4019.0, 3998.0, 4050.0, 4009.0, 4017.0, 4008.0, 4049.0, 4031.0, 4041.0, 4010.0, 3989.0, 4010.0, 3999.0, 4051.0, 4023.0, 4042.0, 4022.0, 3990.0, 4043.0, 4022.0, 4054.0, 4013.0, 4032.0, 4023.0, 4052.0, 4032.0, 4044.0, 4033.0, 4001.0, 4021.0, 4012.0, 4066.0, 4047.0, 4044.0, 4013.0, 4001.0, 4054.0, 4012.0, 4067.0, 4012.0, 4041.0, 4023.0, 4063.0, 4043.0, 4066.0, 4032.0, 4000.0, 4012.0, 3989.0, 4051.0, 4010.0, 4040.0, 4010.0, 4018.0, 4010.0, 4063.0, 4053.0, 4032.0, 4022.0, 3999.0, 4010.0, 3999.0, 4063.0, 4021.0, 4053.0, 4021.0, 4032.0, 4033.0, 4041.0, 4042.0, 4000.0, 4042.0, 4011.0, 4040.0, 4021.0], 'WindowWidth': [9097.0, 9037.0, 9077.0, 9021.0, 8952.0, 8965.0, 8962.0, 9010.0, 8967.0, 9012.0, 8965.0, 8976.0, 8966.0, 9006.0, 8996.0, 8948.0, 8977.0, 8945.0, 8991.0, 8962.0, 9027.0, 8965.0, 8991.0, 8964.0, 8989.0, 8964.0, 8993.0, 8979.0, 8947.0, 8962.0, 8962.0, 9023.0, 8966.0, 8991.0, 8985.0, 9009.0, 8998.0, 8950.0, 8966.0, 8966.0, 9027.0, 8986.0, 9031.0, 8986.0, 8942.0, 8998.0, 8967.0, 9035.0, 8988.0, 9013.0, 8987.0, 8998.0, 9019.0, 8990.0, 9015.0, 8986.0, 8984.0, 9000.0, 9001.0, 9036.0, 8989.0, 9001.0, 8986.0, 8995.0, 9035.0, 8990.0, 9047.0, 8984.0, 8941.0, 9013.0, 8983.0, 9047.0, 8968.0, 8991.0, 8967.0, 9005.0, 8998.0, 8952.0, 8977.0, 8965.0, 8990.0, 8979.0, 9027.0, 9012.0, 8967.0, 8966.0, 8968.0, 9021.0, 8997.0, 9016.0, 8982.0, 8968.0, 8979.0, 8984.0, 9031.0, 9017.0, 9027.0, 8965.0, 8967.0, 8991.0, 8993.0, 8965.0, 9007.0, 8983.0, 9000.0, 9033.0, 8983.0, 8935.0, 8990.0, 8958.0, 9025.0, 8944.0, 8982.0, 8955.0, 9001.0, 8989.0, 8973.0, 8956.0, 8948.0, 8974.0, 8964.0, 9004.0, 8996.0, 8966.0, 8968.0, 8956.0, 8980.0, 8969.0, 9026.0, 9003.0, 8998.0, 8968.0, 8936.0, 8994.0, 8950.0, 9029.0, 8971.0, 9008.0, 8968.0, 9013.0, 9014.0, 9010.0, 8977.0, 8946.0, 8971.0, 8963.0, 9024.0, 9011.0, 9020.0, 8962.0, 8930.0, 8986.0, 8950.0, 9022.0, 8950.0, 8974.0, 8964.0, 9005.0, 8998.0, 8967.0, 8967.0, 8937.0, 9010.0, 8968.0, 9031.0, 8971.0, 9006.0, 8980.0, 8991.0, 8995.0, 8968.0, 8978.0, 8960.0, 8990.0, 8981.0, 9028.0, 9013.0, 8975.0, 8961.0, 8947.0, 8992.0, 8961.0, 9028.0, 8966.0, 9022.0, 8965.0, 8976.0, 8977.0, 8974.0, 9011.0, 8935.0, 8988.0, 8966.0, 9019.0, 8981.0, 9028.0, 8981.0, 8934.0, 8964.0, 8951.0, 9025.0, 8968.0, 9007.0, 8964.0, 8935.0, 8997.0, 8966.0, 9026.0, 8965.0, 8987.0, 8966.0, 9020.0, 8998.0, 8969.0, 8994.0, 8966.0, 9005.0, 8982.0, 9043.0, 9017.0, 8938.0, 8977.0, 8966.0, 9022.0, 8982.0, 9048.0, 8998.0, 8935.0, 8965.0, 8936.0, 9026.0, 8985.0, 9025.0, 8948.0, 8932.0, 8992.0, 8947.0, 9023.0, 8950.0, 8989.0, 8966.0, 9005.0, 8994.0, 8951.0, 8974.0, 8948.0, 8989.0, 8979.0, 9021.0, 9030.0, 8951.0, 8978.0, 8967.0, 9023.0, 9011.0, 8996.0, 8963.0, 8948.0, 8987.0, 8979.0, 9024.0, 9013.0, 8965.0, 8994.0, 8985.0, 9025.0, 9012.0, 8950.0, 8989.0, 8977.0, 9021.0, 9006.0, 8967.0, 9023.0, 8950.0, 8933.0, 8991.0, 8950.0, 9046.0, 8950.0, 8933.0, 8975.0, 8950.0, 9045.0, 8998.0, 8949.0, 8962.0, 8966.0, 9022.0, 9014.0, 8963.0, 8963.0, 8949.0, 9021.0, 8997.0, 9031.0, 8996.0, 8951.0, 8975.0, 8964.0, 9022.0, 9031.0, 8951.0, 8974.0, 8965.0, 9017.0, 8993.0, 9012.0, 8975.0, 8946.0, 8971.0, 8960.0, 9036.0, 9023.0, 8951.0, 8980.0, 8968.0, 9021.0, 8992.0, 9026.0, 8990.0, 8945.0, 8966.0, 8971.0, 9019.0, 9008.0, 8961.0, 8954.0, 8944.0, 9001.0, 8983.0, 9017.0, 8960.0, 8943.0, 8970.0, 8962.0, 9037.0, 9027.0, 8937.0, 8962.0, 8965.0, 9021.0, 9009.0, 8962.0, 8961.0, 8946.0, 9020.0, 8965.0, 9044.0, 8966.0, 8934.0, 8960.0, 8947.0, 9019.0, 8999.0, 9008.0, 8963.0, 8948.0, 9003.0, 8948.0, 9041.0, 8952.0, 8989.0, 8946.0, 8975.0, 9010.0, 8949.0, 8986.0, 8960.0, 9019.0, 8993.0, 9009.0, 8981.0, 8954.0, 8976.0, 8986.0, 9040.0, 9012.0, 9029.0, 8964.0, 8946.0, 8994.0, 8949.0, 9025.0, 8965.0, 9008.0, 8951.0, 8973.0, 8976.0, 8990.0, 9013.0, 8947.0, 8986.0, 8961.0, 9017.0, 8993.0, 9027.0, 8994.0, 8934.0, 8975.0, 8945.0, 9023.0, 8982.0, 9028.0, 8967.0, 8976.0, 8981.0, 9004.0, 9027.0, 8951.0, 8988.0, 8960.0, 9001.0, 8977.0, 9008.0, 8993.0, 8951.0, 8976.0, 8951.0, 9019.0, 8993.0, 8980.0, 9045.0, 9001.0, 8997.0, 8979.0, 8966.0, 9017.0, 8995.0, 9034.0, 9010.0, 8958.0, 8970.0, 8958.0, 9023.0, 8993.0, 9017.0, 8954.0, 8922.0, 8948.0, 8939.0, 8998.0, 8976.0, 9004.0, 8960.0, 8944.0, 8957.0, 8946.0, 9018.0, 8998.0, 9012.0, 8965.0, 8964.0, 8977.0, 8963.0, 9045.0, 8982.0, 9013.0, 8980.0, 8971.0, 8992.0, 8974.0, 8976.0, 8946.0, 8968.0, 8957.0, 9019.0, 8997.0, 9006.0, 8962.0, 8944.0, 8989.0, 8948.0, 9024.0, 8981.0, 9005.0, 8964.0, 8931.0, 8992.0, 8961.0, 9044.0, 8953.0, 8991.0, 8966.0, 8987.0, 8977.0, 8993.0, 8993.0, 8947.0, 8972.0, 8964.0, 9019.0, 9013.0, 9013.0, 8980.0, 8949.0, 8976.0, 8950.0, 9043.0, 8981.0, 8991.0, 8964.0, 8974.0, 9025.0, 8968.0, 9028.0, 8969.0, 8992.0, 8967.0, 9005.0, 9025.0, 8967.0, 8991.0, 8967.0, 9006.0, 8998.0, 9029.0, 9015.0, 8948.0, 8976.0, 8951.0, 9022.0, 8968.0, 9044.0, 8969.0, 9008.0, 8983.0, 9007.0, 8999.0, 8986.0, 8982.0, 8967.0, 8993.0, 8965.0, 9046.0, 9031.0, 8976.0, 8961.0, 8947.0, 9022.0, 8964.0, 9028.0, 8960.0, 8985.0, 8974.0, 9003.0, 9014.0, 8946.0, 8972.0, 8948.0, 9017.0, 8977.0, 9028.0, 8994.0, 8959.0, 8958.0, 8957.0, 8971.0, 8957.0, 9023.0, 8976.0, 8984.0, 8940.0, 8925.0, 8985.0, 8945.0, 9006.0, 8945.0, 8967.0, 8979.0, 9003.0, 9008.0, 8947.0, 8961.0, 8947.0, 8989.0, 8962.0, 9043.0, 8980.0, 8988.0, 8979.0, 8975.0, 9008.0, 8966.0, 8976.0, 8961.0, 8986.0, 8965.0, 9020.0, 9011.0, 8950.0, 8963.0, 8951.0, 9008.0, 8981.0, 9048.0, 8983.0, 8961.0, 8969.0, 8976.0, 9042.0, 8982.0, 9029.0, 8980.0, 9029.0, 8967.0, 8967.0, 8963.0, 8962.0, 8987.0, 8963.0, 9020.0, 8996.0, 9024.0, 9012.0, 8979.0, 8992.0, 8947.0, 9026.0, 8973.0, 9024.0, 8938.0, 8978.0, 8949.0, 8995.0, 8987.0, 9027.0, 9005.0, 8999.0, 8951.0, 8917.0, 8940.0, 8932.0, 8992.0, 8970.0, 9018.0, 8955.0, 8908.0, 8936.0, 8941.0, 9014.0, 8956.0, 8981.0, 8940.0, 8960.0, 8954.0, 8956.0, 9007.0, 8947.0, 8972.0, 8964.0, 9022.0, 8996.0, 8981.0, 8979.0, 8966.0, 8991.0, 8982.0, 9027.0, 9030.0, 9000.0, 8983.0, 8967.0, 8995.0, 8983.0, 9041.0, 9030.0, 8948.0, 8960.0, 8962.0, 9020.0, 9000.0, 9031.0, 8969.0, 8951.0, 8999.0, 8986.0, 9046.0, 9023.0, 8998.0, 8971.0, 8973.0, 9029.0, 8986.0, 9055.0, 8986.0, 9009.0, 8965.0, 8951.0, 9025.0, 8969.0, 9026.0, 8964.0, 8990.0, 8980.0, 9022.0, 9017.0, 8952.0, 8990.0, 8961.0, 8986.0, 8992.0, 9025.0, 9011.0, 8950.0, 8970.0, 8959.0, 8988.0, 8957.0, 8978.0, 8993.0, 9010.0, 9001.0, 9030.0, 8970.0, 8970.0, 9024.0, 8985.0, 9028.0, 9017.0, 8965.0, 8974.0, 8958.0, 8998.0, 8974.0, 9019.0, 9007.0, 8942.0, 8969.0, 8942.0, 8998.0, 8977.0, 9024.0, 8963.0, 8932.0, 8961.0, 8949.0, 9040.0, 8981.0, 9024.0, 8963.0, 8986.0, 8964.0, 9021.0, 9007.0, 8990.0, 8975.0, 8928.0, 8959.0, 8947.0, 9018.0, 8965.0, 9022.0, 8966.0, 8991.0, 8983.0, 9012.0, 9033.0, 8973.0, 9013.0, 8971.0, 9009.0, 8986.0, 9046.0, 9030.0, 8994.0, 8978.0, 8946.0, 8970.0, 8959.0, 9039.0, 8982.0, 9008.0, 8979.0, 8976.0, 9027.0, 8983.0, 9051.0, 8966.0, 9004.0, 8975.0, 9017.0, 9010.0, 9028.0, 8992.0, 8946.0, 8970.0, 8961.0, 9020.0, 9006.0, 8991.0, 8960.0, 8945.0, 8975.0, 8961.0, 9043.0, 9008.0, 8932.0, 8962.0, 8950.0, 9023.0, 9000.0, 9027.0, 8966.0, 8945.0, 9006.0, 8961.0, 9045.0, 8981.0, 8988.0, 8959.0, 8946.0, 9019.0, 8963.0, 9041.0, 8965.0, 8934.0, 8962.0, 8949.0, 9037.0, 8985.0, 9009.0, 8965.0, 8933.0, 9006.0, 8962.0, 9043.0, 8966.0, 8978.0, 8994.0, 8980.0, 9040.0, 8970.0, 8991.0, 8964.0, 8965.0, 9025.0, 8984.0, 9050.0, 8981.0, 8934.0, 8996.0, 8963.0, 9044.0, 8982.0, 8989.0, 8974.0, 9002.0, 8991.0, 9021.0, 9004.0, 8942.0, 8967.0, 8969.0, 8953.0, 8957.0, 8942.0, 9015.0, 8973.0, 8944.0, 8986.0, 8976.0, 8987.0, 9026.0, 9009.0, 9026.0, 8957.0, 8940.0, 8983.0, 8971.0, 9020.0, 9009.0, 9008.0, 8960.0, 8929.0, 8968.0, 8958.0, 9012.0, 8978.0, 9023.0, 8965.0, 8922.0, 8966.0, 8955.0, 9044.0, 8989.0, 9049.0, 8990.0, 9011.0, 8973.0, 9027.0, 9020.0, 9002.0, 8998.0, 8936.0, 8966.0, 8963.0, 9045.0, 8983.0, 8991.0, 8947.0, 8972.0, 8947.0, 9022.0, 8967.0, 9028.0, 8966.0, 8987.0, 8981.0, 9021.0, 9011.0, 9033.0, 8984.0, 8951.0, 8965.0, 8956.0, 9041.0, 8988.0, 9030.0, 8968.0, 8990.0, 8981.0, 9023.0, 8998.0, 9024.0, 8962.0, 8986.0, 8977.0, 9006.0, 9010.0, 8952.0, 9002.0, 8968.0, 8976.0, 8964.0, 9023.0, 9001.0, 9049.0, 8988.0, 8957.0, 8969.0, 8972.0, 9042.0, 8988.0, 9051.0, 8987.0, 8996.0, 8980.0, 8966.0, 9044.0, 8974.0, 9014.0, 8967.0, 9006.0, 8988.0, 9027.0, 9032.0, 8966.0, 8994.0, 8965.0, 9040.0, 8999.0, 9072.0, 9015.0, 8992.0, 8961.0, 8942.0, 9006.0, 8959.0, 9007.0, 8942.0, 8964.0, 8953.0, 9015.0, 8990.0, 9001.0, 8958.0, 8912.0, 8972.0, 8972.0, 9007.0, 8947.0, 8988.0, 8961.0, 8992.0, 8983.0, 9025.0, 9030.0, 8967.0, 8983.0, 8969.0, 9025.0, 8983.0, 9050.0, 8968.0, 8990.0, 8974.0, 8949.0, 9009.0, 8978.0, 9032.0, 8963.0, 8987.0, 8962.0, 9018.0, 9009.0, 9008.0, 8978.0, 8950.0, 8975.0, 8965.0, 9035.0, 9009.0, 9047.0, 8997.0, 8948.0, 8959.0, 8958.0, 9019.0, 8993.0, 9024.0, 8960.0, 8929.0, 9005.0, 8945.0, 9039.0, 8976.0, 9002.0, 8973.0, 8943.0, 9003.0, 8947.0, 9020.0, 8959.0, 9000.0, 8976.0, 9022.0, 9007.0, 8962.0, 8972.0, 8943.0, 8967.0, 8958.0, 9020.0, 9025.0, 8945.0, 8957.0, 8962.0, 9004.0, 8979.0, 9041.0, 8980.0, 8933.0, 8978.0, 8977.0, 9045.0, 8966.0, 8990.0, 8965.0, 9035.0, 9008.0, 9025.0, 8994.0, 8946.0, 8962.0, 8962.0, 9020.0, 8984.0, 9045.0, 8981.0, 8962.0, 8981.0, 8990.0, 9027.0, 8967.0, 8990.0, 8947.0, 8985.0, 8975.0, 9037.0, 9011.0, 8961.0, 8962.0, 8931.0, 9007.0, 8963.0, 9043.0, 8966.0, 9004.0, 8974.0, 8985.0, 8989.0, 8976.0, 9009.0, 8961.0, 8970.0, 8957.0, 9013.0, 8975.0, 9021.0, 8973.0, 8927.0, 8954.0, 8942.0, 9013.0, 8962.0, 9015.0, 8961.0, 8956.0, 8976.0, 8975.0, 9025.0, 8964.0, 8990.0, 8965.0, 9032.0, 9009.0, 9026.0, 8995.0, 8947.0, 8972.0, 8949.0, 9020.0, 8995.0, 9029.0, 8978.0, 8930.0, 8976.0, 8957.0, 9037.0, 8967.0, 8991.0, 8966.0, 9020.0, 8997.0, 9027.0, 9015.0, 8954.0, 8974.0, 8967.0, 9034.0, 9011.0, 9030.0, 8996.0, 8952.0, 8965.0, 8966.0, 9038.0, 9001.0, 9025.0, 8978.0, 8929.0, 9005.0, 8961.0, 9045.0, 8964.0, 9002.0, 8960.0, 9016.0, 9005.0, 8961.0, 8973.0, 8956.0, 8969.0, 8960.0, 9035.0, 9025.0, 8962.0, 8962.0, 8947.0, 9019.0, 8961.0, 9042.0, 8963.0, 8999.0, 8970.0, 8973.0, 9007.0, 8963.0, 8973.0, 8944.0, 8969.0, 8961.0, 9019.0, 9006.0, 8941.0, 8956.0, 8942.0, 9015.0, 8962.0, 9035.0, 8961.0, 8984.0, 8971.0, 8969.0, 9003.0, 8961.0, 8990.0, 8964.0, 8972.0, 8963.0, 9017.0, 9009.0, 9008.0, 8976.0, 8931.0, 9000.0, 8960.0, 9039.0, 8961.0, 8987.0, 8962.0, 9015.0, 8989.0, 8992.0, 8990.0, 8948.0, 8972.0, 8947.0, 9034.0, 9012.0, 8991.0, 8963.0, 8949.0, 9020.0, 8949.0, 9043.0, 8965.0, 9005.0, 8966.0, 9019.0, 8992.0, 8997.0, 8993.0, 8949.0, 8976.0, 8965.0, 9036.0, 9032.0, 8963.0, 8980.0, 8966.0, 9024.0, 8981.0, 9051.0, 8984.0, 8991.0, 8964.0, 8986.0, 9026.0, 8952.0, 8990.0, 8962.0, 8986.0, 8977.0, 9020.0, 9011.0, 8960.0, 8976.0, 8962.0, 9016.0, 8977.0, 9041.0, 8962.0, 8952.0, 9012.0, 8976.0, 9045.0, 8964.0, 8985.0, 8975.0, 9019.0, 9006.0, 8947.0, 9008.0, 8964.0, 8991.0, 8963.0, 8968.0, 9040.0, 9029.0, 8972.0, 8994.0, 8969.0, 8951.0, 9041.0, 9000.0, 9052.0, 8979.0, 8957.0, 8958.0, 8952.0, 9023.0, 8944.0, 8968.0, 8954.0, 8982.0, 8975.0, 9004.0, 9009.0, 8946.0, 8970.0, 8944.0, 9018.0, 8991.0, 9046.0, 8994.0, 8944.0, 8957.0, 8931.0, 9002.0, 8944.0, 9040.0, 8963.0, 8985.0, 8945.0, 8931.0, 9002.0, 8963.0, 9041.0, 8970.0, 9023.0, 8981.0, 8976.0, 8979.0, 8988.0, 9029.0, 8952.0, 8990.0, 8962.0, 9002.0, 8977.0, 9024.0, 9010.0, 8956.0, 8945.0, 8914.0, 9003.0, 8960.0, 9023.0, 8962.0, 8986.0, 8962.0, 9018.0, 9008.0, 9007.0, 8978.0, 8949.0, 8961.0, 8946.0, 9023.0, 8997.0, 9046.0, 8981.0, 8960.0, 8962.0, 8973.0, 9025.0, 8968.0, 9003.0, 8961.0, 8986.0, 8962.0, 9005.0, 9008.0, 8968.0, 8993.0, 8963.0, 8990.0, 8967.0, 9038.0, 9031.0, 8952.0, 8979.0, 8953.0, 9022.0, 8983.0, 9046.0, 8984.0, 8991.0, 8964.0, 8934.0, 9023.0, 8969.0, 9029.0, 8964.0, 8989.0, 8964.0, 9023.0, 9010.0, 9012.0, 8979.0, 8931.0, 8959.0, 8963.0, 9019.0, 8982.0, 9047.0, 8986.0, 8955.0, 8967.0, 8949.0, 9026.0, 8967.0, 9048.0, 8965.0, 9001.0, 8976.0, 9002.0, 9011.0, 8979.0, 8977.0, 8946.0, 8971.0, 8947.0, 9036.0, 9011.0, 8962.0, 8964.0, 8932.0, 9024.0, 8966.0, 9050.0, 8970.0, 9008.0, 8979.0, 9004.0, 8992.0, 8994.0, 8992.0, 8946.0, 8971.0, 8962.0, 9035.0, 9011.0, 8975.0, 8960.0, 8930.0, 9004.0, 8963.0, 9041.0, 8965.0, 8974.0, 8966.0, 8975.0, 9026.0, 8971.0, 9012.0, 8984.0, 8992.0, 8996.0, 9009.0, 9031.0, 8970.0, 8994.0, 8961.0, 9017.0, 8993.0, 9012.0, 8996.0, 8965.0, 8977.0, 8982.0, 9041.0, 9030.0, 8951.0, 8978.0, 8967.0, 9040.0, 8998.0, 9066.0, 9011.0, 8947.0, 8962.0, 8949.0, 9023.0, 8979.0, 9045.0, 8964.0, 8957.0, 8959.0, 8989.0, 9023.0, 8963.0, 8987.0, 8977.0, 9014.0, 8991.0, 9009.0, 8995.0, 8949.0, 8972.0, 8973.0, 9035.0, 9009.0, 9012.0, 8977.0, 8944.0, 8971.0, 8961.0, 9038.0, 9009.0, 8961.0, 8958.0, 8944.0, 9021.0, 8978.0, 9049.0, 8982.0, 8990.0, 8962.0, 8960.0, 9022.0, 8960.0, 8984.0, 8957.0, 8981.0, 8973.0, 9001.0, 9008.0, 8945.0, 8971.0, 8959.0, 8998.0, 8972.0, 9018.0, 9008.0, 8982.0, 8976.0, 8961.0, 9019.0, 9010.0, 9009.0, 8978.0, 8948.0, 8976.0, 8960.0, 9041.0, 8996.0, 8990.0, 8963.0, 8960.0, 9023.0, 8967.0, 9039.0, 8967.0, 8962.0, 8964.0, 8991.0, 9026.0, 8970.0, 9011.0, 8981.0, 8992.0, 8993.0, 9010.0, 9030.0, 8951.0, 8972.0, 8976.0, 9019.0, 9010.0, 9029.0, 8976.0, 8915.0, 8972.0, 8940.0, 9017.0, 8959.0, 8965.0, 8955.0, 9011.0, 8990.0, 9004.0, 8960.0, 8933.0, 8962.0, 8947.0, 9020.0, 8986.0, 9010.0, 8983.0, 8938.0, 9010.0, 8982.0, 9031.0, 8972.0, 8995.0, 8983.0, 9021.0, 8996.0, 9014.0, 8996.0, 8952.0, 8977.0, 8968.0, 9049.0, 9022.0, 9012.0, 8970.0, 8952.0, 9028.0, 8968.0, 9055.0, 8968.0, 9004.0, 8985.0, 9036.0, 9011.0, 9051.0, 8994.0, 8949.0, 8967.0, 8932.0, 9019.0, 8963.0, 9003.0, 8961.0, 8969.0, 8964.0, 9041.0, 9027.0, 8995.0, 8981.0, 8948.0, 8961.0, 8945.0, 9039.0, 8980.0, 9027.0, 8980.0, 8995.0, 8999.0, 9005.0, 9011.0, 8951.0, 9009.0, 8964.0, 9001.0, 8979.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.0014326495726495728</td></tr>
<tr><td colspan=3>aqi</td><td>0.030367450244200244</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.237199071331645</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.259448183500305</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.005190712076968</td></tr>
<tr><td colspan=3>efc</td><td>0.4784</td></tr>
<tr><td colspan=3>fber</td><td>6088.7373</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13347479296361917</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>356</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.733821733821735</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4623931538316532</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.354570307499033</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.650649936803581</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3819592171923456</td></tr>
<tr><td colspan=3>gcor</td><td>0.00320023</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024367259815335274</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03227805718779564</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1638</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.9694233861517803</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>29.3649</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.5862</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.9301</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297868.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>698.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.6696</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7171</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>459.2375</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3214.0296</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3415.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78676.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1083.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4163.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>860.321</td></tr>
<tr><td colspan=3>tsnr</td><td>38.157976476242766</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>