<?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-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-03/func/sub-0088_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>f22566a27df4141eed4f78c4befc9e6f</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:44:15.477500</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.998868, 0.0286751, 0.0379453, -0.0301692, 0.998768, 0.0394052]</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.0858953</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7771, -7178, 568, 5, -86, 24, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>253.132</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>61ca7443-be62-413f-8261-7d6dca20f14e||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.6798906326293945, -0.08094170689582825, 0.09927511215209961, 116.6722412109375], [-0.07693328708410263, 2.6796209812164307, 0.10936444252729416, -91.88948822021484], [0.10180437564849854, -0.10572117567062378, 2.6959569454193115, -51.06537628173828], [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': ['154415.477500', '154415.937500', '154416.397500', '154416.857500', '154417.317500', '154417.777500', '154418.237500', '154418.697500', '154419.157500', '154419.617500', '154420.077500', '154420.537500', '154420.997500', '154421.457500', '154421.917500', '154422.377500', '154422.837500', '154423.297500', '154423.757500', '154424.217500', '154424.677500', '154425.137500', '154425.597500', '154426.057500', '154426.517500', '154426.977500', '154427.437500', '154427.897500', '154428.357500', '154428.817500', '154429.277500', '154429.737500', '154430.197500', '154430.657500', '154431.117500', '154431.577500', '154432.037500', '154432.497500', '154432.957500', '154433.417500', '154433.877500', '154434.337500', '154434.797500', '154435.257500', '154435.717500', '154436.177500', '154436.637500', '154437.097500', '154437.557500', '154438.017500', '154438.477500', '154438.937500', '154439.397500', '154439.857500', '154440.317500', '154440.777500', '154441.237500', '154441.697500', '154442.157500', '154442.617500', '154443.077500', '154443.537500', '154443.997500', '154444.457500', '154444.917500', '154445.377500', '154445.837500', '154446.297500', '154446.757500', '154447.217500', '154447.677500', '154448.137500', '154448.597500', '154449.057500', '154449.517500', '154449.977500', '154450.437500', '154450.897500', '154451.357500', '154451.817500', '154452.277500', '154452.737500', '154453.197500', '154453.657500', '154454.117500', '154454.577500', '154455.037500', '154455.497500', '154455.957500', '154456.417500', '154456.877500', '154457.337500', '154457.797500', '154458.257500', '154458.717500', '154459.177500', '154459.637500', '154500.097500', '154500.557500', '154501.017500', '154501.477500', '154501.937500', '154502.397500', '154502.857500', '154503.317500', '154503.777500', '154504.237500', '154504.697500', '154505.157500', '154505.617500', '154506.077500', '154506.537500', '154506.997500', '154507.457500', '154507.917500', '154508.377500', '154508.837500', '154509.297500', '154509.757500', '154510.217500', '154510.677500', '154511.137500', '154511.597500', '154512.057500', '154512.517500', '154512.977500', '154513.437500', '154513.897500', '154514.357500', '154514.817500', '154515.277500', '154515.737500', '154516.197500', '154516.657500', '154517.117500', '154517.577500', '154518.037500', '154518.497500', '154518.957500', '154519.417500', '154519.877500', '154520.337500', '154520.797500', '154521.257500', '154521.717500', '154522.177500', '154522.637500', '154523.097500', '154523.557500', '154524.017500', '154524.477500', '154524.937500', '154525.397500', '154525.857500', '154526.317500', '154526.777500', '154527.237500', '154527.697500', '154528.157500', '154528.617500', '154529.077500', '154529.537500', '154529.997500', '154530.457500', '154530.917500', '154531.377500', '154531.837500', '154532.297500', '154532.757500', '154533.217500', '154533.677500', '154534.137500', '154534.597500', '154535.057500', '154535.517500', '154535.977500', '154536.437500', '154536.897500', '154537.357500', '154537.817500', '154538.277500', '154538.737500', '154539.197500', '154539.657500', '154540.117500', '154540.577500', '154541.037500', '154541.497500', '154541.957500', '154542.417500', '154542.877500', '154543.337500', '154543.797500', '154544.257500', '154544.717500', '154545.177500', '154545.637500', '154546.097500', '154546.557500', '154547.017500', '154547.477500', '154547.937500', '154548.397500', '154548.857500', '154549.317500', '154549.777500', '154550.237500', '154550.697500', '154551.157500', '154551.617500', '154552.077500', '154552.537500', '154552.997500', '154553.457500', '154553.917500', '154554.377500', '154554.837500', '154555.297500', '154555.757500', '154556.217500', '154556.677500', '154557.137500', '154557.597500', '154558.057500', '154558.517500', '154558.977500', '154559.437500', '154559.897500', '154600.357500', '154600.817500', '154601.277500', '154601.737500', '154602.197500', '154602.657500', '154603.117500', '154603.577500', '154604.037500', '154604.497500', '154604.957500', '154605.417500', '154605.877500', '154606.337500', '154606.797500', '154607.257500', '154607.717500', '154608.177500', '154608.637500', '154609.097500', '154609.557500', '154610.017500', '154610.477500', '154610.937500', '154611.397500', '154611.857500', '154612.317500', '154612.777500', '154613.237500', '154613.697500', '154614.157500', '154614.617500', '154615.077500', '154615.537500', '154615.997500', '154616.457500', '154616.917500', '154617.377500', '154617.837500', '154618.297500', '154618.757500', '154619.217500', '154619.677500', '154620.137500', '154620.597500', '154621.057500', '154621.517500', '154621.977500', '154622.437500', '154622.897500', '154623.357500', '154623.817500', '154624.277500', '154624.737500', '154625.197500', '154625.657500', '154626.117500', '154626.577500', '154627.037500', '154627.497500', '154627.957500', '154628.417500', '154628.877500', '154629.337500', '154629.797500', '154630.257500', '154630.717500', '154631.177500', '154631.637500', '154632.097500', '154632.557500', '154633.017500', '154633.477500', '154633.937500', '154634.397500', '154634.857500', '154635.317500', '154635.777500', '154636.237500', '154636.697500', '154637.157500', '154637.617500', '154638.077500', '154638.537500', '154638.997500', '154639.457500', '154639.917500', '154640.377500', '154640.837500', '154641.297500', '154641.757500', '154642.217500', '154642.677500', '154643.137500', '154643.597500', '154644.057500', '154644.517500', '154644.977500', '154645.437500', '154645.897500', '154646.357500', '154646.817500', '154647.277500', '154647.737500', '154648.197500', '154648.657500', '154649.117500', '154649.577500', '154650.037500', '154650.497500', '154650.957500', '154651.417500', '154651.877500', '154652.337500', '154652.797500', '154653.257500', '154653.717500', '154654.177500', '154654.637500', '154655.097500', '154655.557500', '154656.017500', '154656.477500', '154656.937500', '154657.397500', '154657.857500', '154658.317500', '154658.777500', '154659.237500', '154659.697500', '154700.157500', '154700.617500', '154701.077500', '154701.537500', '154701.997500', '154702.457500', '154702.917500', '154703.377500', '154703.837500', '154704.297500', '154704.757500', '154705.217500', '154705.677500', '154706.137500', '154706.597500', '154707.057500', '154707.517500', '154707.977500', '154708.437500', '154708.897500', '154709.357500', '154709.817500', '154710.277500', '154710.737500', '154711.197500', '154711.657500', '154712.117500', '154712.577500', '154713.037500', '154713.497500', '154713.957500', '154714.417500', '154714.877500', '154715.337500', '154715.797500', '154716.257500', '154716.717500', '154717.177500', '154717.637500', '154718.097500', '154718.557500', '154719.017500', '154719.477500', '154719.937500', '154720.397500', '154720.857500', '154721.317500', '154721.777500', '154722.237500', '154722.697500', '154723.157500', '154723.617500', '154724.077500', '154724.537500', '154724.997500', '154725.457500', '154725.917500', '154726.377500', '154726.837500', '154727.297500', '154727.757500', '154728.217500', '154728.677500', '154729.137500', '154729.597500', '154730.057500', '154730.517500', '154730.977500', '154731.437500', '154731.897500', '154732.357500', '154732.817500', '154733.277500', '154733.737500', '154734.197500', '154734.657500', '154735.117500', '154735.577500', '154736.037500', '154736.497500', '154736.957500', '154737.417500', '154737.877500', '154738.337500', '154738.797500', '154739.257500', '154739.717500', '154740.177500', '154740.637500', '154741.097500', '154741.557500', '154742.017500', '154742.477500', '154742.937500', '154743.397500', '154743.857500', '154744.317500', '154744.777500', '154745.237500', '154745.697500', '154746.157500', '154746.617500', '154747.077500', '154747.537500', '154747.997500', '154748.457500', '154748.917500', '154749.377500', '154749.837500', '154750.297500', '154750.757500', '154751.217500', '154751.677500', '154752.137500', '154752.597500', '154753.057500', '154753.517500', '154753.977500', '154754.437500', '154754.897500', '154755.357500', '154755.817500', '154756.277500', '154756.737500', '154757.197500', '154757.657500', '154758.117500', '154758.577500', '154759.037500', '154759.497500', '154759.957500', '154800.417500', '154800.877500', '154801.337500', '154801.797500', '154802.257500', '154802.717500', '154803.177500', '154803.637500', '154804.097500', '154804.557500', '154805.017500', '154805.477500', '154805.937500', '154806.397500', '154806.857500', '154807.317500', '154807.777500', '154808.237500', '154808.697500', '154809.157500', '154809.617500', '154810.077500', '154810.537500', '154810.997500', '154811.457500', '154811.917500', '154812.377500', '154812.837500', '154813.297500', '154813.757500', '154814.217500', '154814.677500', '154815.137500', '154815.597500', '154816.057500', '154816.517500', '154816.977500', '154817.437500', '154817.897500', '154818.357500', '154818.817500', '154819.277500', '154819.737500', '154820.197500', '154820.657500', '154821.117500', '154821.577500', '154822.037500', '154822.497500', '154822.957500', '154823.417500', '154823.877500', '154824.337500', '154824.797500', '154825.257500', '154825.717500', '154826.177500', '154826.637500', '154827.097500', '154827.557500', '154828.017500', '154828.477500', '154828.937500', '154829.397500', '154829.857500', '154830.317500', '154830.777500', '154831.237500', '154831.697500', '154832.157500', '154832.617500', '154833.077500', '154833.537500', '154833.997500', '154834.457500', '154834.917500', '154835.377500', '154835.837500', '154836.297500', '154836.757500', '154837.217500', '154837.677500', '154838.137500', '154838.597500', '154839.057500', '154839.517500', '154839.977500', '154840.437500', '154840.897500', '154841.357500', '154841.817500', '154842.277500', '154842.737500', '154843.197500', '154843.657500', '154844.117500', '154844.577500', '154845.037500', '154845.497500', '154845.957500', '154846.417500', '154846.877500', '154847.337500', '154847.797500', '154848.257500', '154848.717500', '154849.177500', '154849.637500', '154850.097500', '154850.557500', '154851.017500', '154851.477500', '154851.937500', '154852.397500', '154852.857500', '154853.317500', '154853.777500', '154854.237500', '154854.697500', '154855.157500', '154855.617500', '154856.077500', '154856.537500', '154856.997500', '154857.457500', '154857.917500', '154858.377500', '154858.837500', '154859.297500', '154859.757500', '154900.217500', '154900.677500', '154901.137500', '154901.597500', '154902.057500', '154902.517500', '154902.977500', '154903.437500', '154903.897500', '154904.357500', '154904.817500', '154905.277500', '154905.737500', '154906.197500', '154906.657500', '154907.117500', '154907.577500', '154908.037500', '154908.497500', '154908.957500', '154909.417500', '154909.877500', '154910.337500', '154910.797500', '154911.257500', '154911.717500', '154912.177500', '154912.637500', '154913.097500', '154913.557500', '154914.017500', '154914.477500', '154914.937500', '154915.397500', '154915.857500', '154916.317500', '154916.777500', '154917.237500', '154917.697500', '154918.157500', '154918.617500', '154919.077500', '154919.537500', '154919.997500', '154920.457500', '154920.917500', '154921.377500', '154921.837500', '154922.297500', '154922.757500', '154923.217500', '154923.677500', '154924.137500', '154924.597500', '154925.057500', '154925.517500', '154925.977500', '154926.437500', '154926.897500', '154927.357500', '154927.817500', '154928.277500', '154928.737500', '154929.197500', '154929.657500', '154930.117500', '154930.577500', '154931.037500', '154931.497500', '154931.957500', '154932.417500', '154932.877500', '154933.337500', '154933.797500', '154934.257500', '154934.717500', '154935.177500', '154935.637500', '154936.097500', '154936.557500', '154937.017500', '154937.477500', '154937.937500', '154938.397500', '154938.857500', '154939.317500', '154939.777500', '154940.237500', '154940.697500', '154941.157500', '154941.617500', '154942.077500', '154942.537500', '154942.997500', '154943.457500', '154943.917500', '154944.377500', '154944.837500', '154945.297500', '154945.757500', '154946.217500', '154946.677500', '154947.137500', '154947.597500', '154948.057500', '154948.517500', '154948.977500', '154949.437500', '154949.897500', '154950.357500', '154950.817500', '154951.277500', '154951.737500', '154952.197500', '154952.657500', '154953.117500', '154953.577500', '154954.037500', '154954.497500', '154954.957500', '154955.417500', '154955.877500', '154956.337500', '154956.797500', '154957.257500', '154957.717500', '154958.177500', '154958.637500', '154959.097500', '154959.557500', '155000.017500', '155000.477500', '155000.937500', '155001.397500', '155001.857500', '155002.317500', '155002.777500', '155003.237500', '155003.697500', '155004.157500', '155004.617500', '155005.077500', '155005.537500', '155005.997500', '155006.457500', '155006.917500', '155007.377500', '155007.837500', '155008.297500', '155008.757500', '155009.217500', '155009.677500', '155010.137500', '155010.597500', '155011.057500', '155011.517500', '155011.977500', '155012.437500', '155012.897500', '155013.357500', '155013.817500', '155014.277500', '155014.737500', '155015.197500', '155015.657500', '155016.117500', '155016.577500', '155017.037500', '155017.497500', '155017.957500', '155018.417500', '155018.877500', '155019.337500', '155019.797500', '155020.257500', '155020.717500', '155021.177500', '155021.637500', '155022.097500', '155022.557500', '155023.017500', '155023.477500', '155023.937500', '155024.397500', '155024.857500', '155025.317500', '155025.777500', '155026.237500', '155026.697500', '155027.157500', '155027.617500', '155028.077500', '155028.537500', '155028.997500', '155029.457500', '155029.917500', '155030.377500', '155030.837500', '155031.297500', '155031.757500', '155032.217500', '155032.677500', '155033.137500', '155033.597500', '155034.057500', '155034.517500', '155034.977500', '155035.437500', '155035.897500', '155036.357500', '155036.817500', '155037.277500', '155037.737500', '155038.197500', '155038.657500', '155039.117500', '155039.577500', '155040.037500', '155040.497500', '155040.957500', '155041.417500', '155041.877500', '155042.337500', '155042.797500', '155043.257500', '155043.717500', '155044.177500', '155044.637500', '155045.097500', '155045.557500', '155046.017500', '155046.477500', '155046.937500', '155047.397500', '155047.857500', '155048.317500', '155048.777500', '155049.237500', '155049.697500', '155050.157500', '155050.617500', '155051.077500', '155051.537500', '155051.997500', '155052.457500', '155052.917500', '155053.377500', '155053.837500', '155054.297500', '155054.757500', '155055.217500', '155055.677500', '155056.137500', '155056.597500', '155057.057500', '155057.517500', '155057.977500', '155058.437500', '155058.897500', '155059.357500', '155059.817500', '155100.277500', '155100.737500', '155101.197500', '155101.657500', '155102.117500', '155102.577500', '155103.037500', '155103.497500', '155103.957500', '155104.417500', '155104.877500', '155105.337500', '155105.797500', '155106.257500', '155106.717500', '155107.177500', '155107.637500', '155108.097500', '155108.557500', '155109.017500', '155109.477500', '155109.937500', '155110.397500', '155110.857500', '155111.317500', '155111.777500', '155112.237500', '155112.697500', '155113.157500', '155113.617500', '155114.077500', '155114.537500', '155114.997500', '155115.457500', '155115.917500', '155116.377500', '155116.837500', '155117.297500', '155117.757500', '155118.217500', '155118.677500', '155119.137500', '155119.597500', '155120.057500', '155120.517500', '155120.977500', '155121.437500', '155121.897500', '155122.357500', '155122.817500', '155123.277500', '155123.737500', '155124.197500', '155124.657500', '155125.117500', '155125.577500', '155126.037500', '155126.497500', '155126.957500', '155127.417500', '155127.877500', '155128.337500', '155128.797500', '155129.257500', '155129.717500', '155130.177500', '155130.637500', '155131.097500', '155131.557500', '155132.017500', '155132.477500', '155132.937500', '155133.397500', '155133.857500', '155134.317500', '155134.777500', '155135.237500', '155135.697500', '155136.157500', '155136.617500', '155137.077500', '155137.537500', '155137.997500', '155138.457500', '155138.917500', '155139.377500', '155139.837500', '155140.297500', '155140.757500', '155141.217500', '155141.677500', '155142.137500', '155142.597500', '155143.057500', '155143.517500', '155143.977500', '155144.437500', '155144.897500', '155145.357500', '155145.817500', '155146.277500', '155146.737500', '155147.197500', '155147.657500', '155148.117500', '155148.577500', '155149.037500', '155149.497500', '155149.957500', '155150.417500', '155150.877500', '155151.337500', '155151.797500', '155152.257500', '155152.717500', '155153.177500', '155153.637500', '155154.097500', '155154.557500', '155155.017500', '155155.477500', '155155.937500', '155156.397500', '155156.857500', '155157.317500', '155157.777500', '155158.237500', '155158.697500', '155159.157500', '155159.617500', '155200.077500', '155200.537500', '155200.997500', '155201.457500', '155201.917500', '155202.377500', '155202.837500', '155203.297500', '155203.757500', '155204.217500', '155204.677500', '155205.137500', '155205.597500', '155206.057500', '155206.517500', '155206.977500', '155207.437500', '155207.897500', '155208.357500', '155208.817500', '155209.277500', '155209.737500', '155210.197500', '155210.657500', '155211.117500', '155211.577500', '155212.037500', '155212.497500', '155212.957500', '155213.417500', '155213.877500', '155214.337500', '155214.797500', '155215.257500', '155215.717500', '155216.177500', '155216.637500', '155217.097500', '155217.557500', '155218.017500', '155218.477500', '155218.937500', '155219.397500', '155219.857500', '155220.317500', '155220.777500', '155221.237500', '155221.697500', '155222.157500', '155222.617500', '155223.077500', '155223.537500', '155223.997500', '155224.457500', '155224.917500', '155225.377500', '155225.837500', '155226.297500', '155226.757500', '155227.217500', '155227.677500', '155228.137500', '155228.597500', '155229.057500', '155229.517500', '155229.977500', '155230.437500', '155230.897500', '155231.357500', '155231.817500', '155232.277500', '155232.737500', '155233.197500', '155233.657500', '155234.117500', '155234.577500', '155235.037500', '155235.497500', '155235.957500', '155236.417500', '155236.877500', '155237.337500', '155237.797500', '155238.257500', '155238.717500', '155239.177500', '155239.637500', '155240.097500', '155240.557500', '155241.017500', '155241.477500', '155241.937500', '155242.397500', '155242.857500', '155243.317500', '155243.777500', '155244.237500', '155244.697500', '155245.157500', '155245.617500', '155246.077500', '155246.537500', '155246.997500', '155247.457500', '155247.917500', '155248.377500', '155248.837500', '155249.297500', '155249.757500', '155250.217500', '155250.677500', '155251.137500', '155251.597500', '155252.057500', '155252.517500', '155252.977500', '155253.437500', '155253.897500', '155254.357500', '155254.817500', '155255.277500', '155255.737500', '155256.197500', '155256.657500', '155257.117500', '155257.577500', '155258.037500', '155258.497500', '155258.957500', '155259.417500', '155259.877500', '155300.337500', '155300.797500', '155301.257500', '155301.717500', '155302.177500', '155302.637500', '155303.097500', '155303.557500', '155304.017500', '155304.477500', '155304.937500', '155305.397500', '155305.857500', '155306.317500', '155306.777500', '155307.237500', '155307.697500', '155308.157500', '155308.617500', '155309.077500', '155309.537500', '155309.997500', '155310.457500', '155310.917500', '155311.377500', '155311.837500', '155312.297500', '155312.757500', '155313.217500', '155313.677500', '155314.137500', '155314.597500', '155315.057500', '155315.517500', '155315.977500', '155316.437500', '155316.897500', '155317.357500', '155317.817500', '155318.277500', '155318.737500', '155319.197500', '155319.657500', '155320.117500', '155320.577500', '155321.037500', '155321.497500', '155321.957500', '155322.417500', '155322.877500', '155323.337500', '155323.797500', '155324.257500', '155324.717500', '155325.177500', '155325.637500', '155326.097500', '155326.557500', '155327.017500', '155327.477500', '155327.937500', '155328.397500', '155328.857500', '155329.317500', '155329.777500', '155330.237500', '155330.697500', '155331.157500', '155331.617500', '155332.077500', '155332.537500', '155332.997500', '155333.457500', '155333.917500', '155334.377500', '155334.837500', '155335.297500', '155335.757500', '155336.217500', '155336.677500', '155337.137500', '155337.597500', '155338.057500', '155338.517500', '155338.977500', '155339.437500', '155339.897500', '155340.357500', '155340.817500', '155341.277500', '155341.737500', '155342.197500', '155342.657500', '155343.117500', '155343.577500', '155344.037500', '155344.497500', '155344.957500', '155345.417500', '155345.877500', '155346.337500', '155346.797500', '155347.257500', '155347.717500', '155348.177500', '155348.637500', '155349.097500', '155349.557500', '155350.017500', '155350.477500', '155350.937500', '155351.397500', '155351.857500', '155352.317500', '155352.777500', '155353.237500', '155353.697500', '155354.157500', '155354.617500', '155355.077500', '155355.537500', '155355.997500', '155356.457500', '155356.917500', '155357.377500', '155357.837500', '155358.297500', '155358.757500', '155359.217500', '155359.677500', '155400.137500', '155400.597500', '155401.057500', '155401.517500', '155401.977500', '155402.437500', '155402.897500', '155403.357500', '155403.817500', '155404.277500', '155404.737500', '155405.197500', '155405.657500', '155406.117500', '155406.577500', '155407.037500', '155407.497500', '155407.957500', '155408.417500', '155408.877500', '155409.337500', '155409.797500', '155410.257500', '155410.717500', '155411.177500', '155411.637500', '155412.097500', '155412.557500', '155413.017500', '155413.477500', '155413.937500', '155414.397500', '155414.857500', '155415.317500', '155415.777500', '155416.237500', '155416.697500', '155417.157500', '155417.617500', '155418.077500', '155418.537500', '155418.997500', '155419.457500', '155419.917500', '155420.377500', '155420.837500', '155421.297500', '155421.757500', '155422.217500', '155422.677500', '155423.137500', '155423.597500', '155424.057500', '155424.517500', '155424.977500', '155425.437500', '155425.897500', '155426.357500', '155426.817500', '155427.277500', '155427.737500', '155428.197500', '155428.657500', '155429.117500', '155429.577500', '155430.037500', '155430.497500', '155430.957500', '155431.417500', '155431.877500', '155432.337500', '155432.797500', '155433.257500', '155433.717500', '155434.177500', '155434.637500', '155435.097500', '155435.557500', '155436.017500', '155436.477500', '155436.937500', '155437.397500', '155437.857500', '155438.317500', '155438.777500', '155439.237500', '155439.697500', '155440.157500', '155440.617500', '155441.077500', '155441.537500', '155441.997500', '155442.457500', '155442.917500', '155443.377500', '155443.837500', '155444.297500', '155444.757500', '155445.217500', '155445.677500', '155446.137500', '155446.597500', '155447.057500', '155447.517500', '155447.977500', '155448.437500', '155448.897500', '155449.357500', '155449.817500', '155450.277500', '155450.737500', '155451.197500', '155451.657500', '155452.117500', '155452.577500', '155453.037500', '155453.497500', '155453.957500', '155454.417500', '155454.877500', '155455.337500', '155455.797500', '155456.257500', '155456.717500', '155457.177500', '155457.637500', '155458.097500', '155458.557500', '155459.017500', '155459.477500', '155459.937500', '155500.397500', '155500.857500', '155501.317500', '155501.777500', '155502.237500', '155502.697500', '155503.157500', '155503.617500', '155504.077500', '155504.537500', '155504.997500', '155505.457500', '155505.917500', '155506.377500', '155506.837500', '155507.297500', '155507.757500', '155508.217500', '155508.677500', '155509.137500', '155509.597500', '155510.057500', '155510.517500', '155510.977500', '155511.437500', '155511.897500', '155512.357500', '155512.817500', '155513.277500', '155513.737500', '155514.197500', '155514.657500', '155515.117500', '155515.577500', '155516.037500', '155516.497500', '155516.957500', '155517.417500', '155517.877500', '155518.337500', '155518.797500', '155519.257500', '155519.717500', '155520.177500', '155520.637500', '155521.097500', '155521.557500', '155522.017500', '155522.477500', '155522.937500', '155523.397500', '155523.857500', '155524.317500', '155524.777500', '155525.237500', '155525.697500', '155526.157500', '155526.617500', '155527.077500', '155527.537500', '155527.997500', '155528.457500', '155528.917500', '155529.377500', '155529.837500', '155530.297500', '155530.757500', '155531.217500', '155531.677500', '155532.137500', '155532.597500', '155533.057500', '155533.517500', '155533.977500', '155534.437500', '155534.897500', '155535.357500', '155535.817500', '155536.277500', '155536.737500', '155537.197500', '155537.657500', '155538.117500', '155538.577500', '155539.037500', '155539.497500', '155539.957500', '155540.417500', '155540.877500', '155541.337500', '155541.797500', '155542.257500', '155542.717500', '155543.177500', '155543.637500', '155544.097500', '155544.557500', '155545.017500', '155545.477500', '155545.937500', '155546.397500', '155546.857500', '155547.317500', '155547.777500', '155548.237500', '155548.697500', '155549.157500', '155549.617500', '155550.077500', '155550.537500', '155550.997500', '155551.457500', '155551.917500', '155552.377500', '155552.837500', '155553.297500', '155553.757500', '155554.217500', '155554.677500', '155555.137500', '155555.597500', '155556.057500', '155556.517500', '155556.977500', '155557.437500', '155557.897500', '155558.357500', '155558.817500', '155559.277500', '155559.737500', '155600.197500', '155600.657500', '155601.117500', '155601.577500', '155602.037500', '155602.497500', '155602.957500', '155603.417500', '155603.877500', '155604.337500', '155604.797500', '155605.257500', '155605.717500', '155606.177500', '155606.637500', '155607.097500', '155607.557500', '155608.017500', '155608.477500', '155608.937500', '155609.397500', '155609.857500', '155610.317500', '155610.777500', '155611.237500', '155611.697500', '155612.157500', '155612.617500', '155613.077500', '155613.537500', '155613.997500', '155614.457500', '155614.917500', '155615.377500', '155615.837500', '155616.297500', '155616.757500', '155617.217500', '155617.677500', '155618.137500', '155618.597500', '155619.057500', '155619.517500', '155619.977500', '155620.437500', '155620.897500', '155621.357500', '155621.817500', '155622.277500', '155622.737500', '155623.197500', '155623.657500', '155624.117500', '155624.577500', '155625.037500', '155625.497500', '155625.957500', '155626.417500', '155626.877500', '155627.337500', '155627.797500', '155628.257500', '155628.717500', '155629.177500', '155629.637500', '155630.097500', '155630.557500', '155631.017500', '155631.477500', '155631.937500', '155632.397500', '155632.857500', '155633.317500', '155633.777500', '155634.237500', '155634.697500', '155635.157500', '155635.617500', '155636.077500', '155636.537500', '155636.997500', '155637.457500', '155637.917500', '155638.377500', '155638.837500', '155639.297500', '155639.757500', '155640.217500', '155640.677500', '155641.137500', '155641.597500', '155642.057500', '155642.517500', '155642.977500', '155643.437500', '155643.897500', '155644.357500', '155644.817500', '155645.277500', '155645.737500', '155646.197500', '155646.657500', '155647.117500', '155647.577500', '155648.037500', '155648.497500', '155648.957500', '155649.417500'], 'ContentTime': ['154444.694000', '154444.697000', '154444.700000', '154444.703000', '154444.715000', '154444.718000', '154444.720000', '154444.723000', '154444.725000', '154444.728000', '154444.731000', '154444.733000', '154444.736000', '154444.738000', '154444.741000', '154444.743000', '154444.746000', '154444.748000', '154444.751000', '154444.754000', '154444.756000', '154444.759000', '154444.761000', '154444.764000', '154444.766000', '154444.769000', '154444.771000', '154444.774000', '154444.777000', '154444.779000', '154444.782000', '154444.784000', '154444.787000', '154444.789000', '154444.792000', '154444.794000', '154444.797000', '154444.800000', '154444.802000', '154444.805000', '154444.807000', '154444.810000', '154444.812000', '154444.821000', '154444.824000', '154444.826000', '154444.829000', '154444.831000', '154444.834000', '154444.837000', '154444.839000', '154444.842000', '154444.844000', '154444.847000', '154444.849000', '154444.852000', '154444.855000', '154444.857000', '154444.860000', '154444.863000', '154444.865000', '154504.659000', '154504.662000', '154504.664000', '154504.667000', '154504.670000', '154504.672000', '154504.675000', '154504.677000', '154504.680000', '154504.682000', '154504.685000', '154504.687000', '154504.690000', '154504.693000', '154504.695000', '154504.698000', '154504.700000', '154504.703000', '154504.705000', '154504.708000', '154504.711000', '154504.713000', '154504.716000', '154504.719000', '154504.721000', '154504.724000', '154504.726000', '154504.729000', '154504.731000', '154504.734000', '154504.737000', '154504.739000', '154504.742000', '154504.744000', '154504.747000', '154504.749000', '154504.752000', '154504.755000', '154504.757000', '154504.760000', '154504.762000', '154504.765000', '154504.767000', '154524.659000', '154524.661000', '154524.664000', '154524.667000', '154524.669000', '154524.672000', '154524.674000', '154524.677000', '154524.680000', '154524.682000', '154524.685000', '154524.687000', '154524.690000', '154524.692000', '154524.695000', '154524.698000', '154524.700000', '154524.703000', '154524.705000', '154524.708000', '154524.711000', '154524.713000', '154524.716000', '154524.718000', '154524.721000', '154524.724000', '154524.726000', '154524.729000', '154524.731000', '154524.734000', '154524.736000', '154524.739000', '154524.742000', '154524.744000', '154524.747000', '154524.749000', '154524.767000', '154524.769000', '154524.772000', '154524.775000', '154524.777000', '154524.780000', '154524.782000', '154524.785000', '154544.657000', '154544.660000', '154544.663000', '154544.665000', '154544.668000', '154544.671000', '154544.673000', '154544.676000', '154544.678000', '154544.681000', '154544.684000', '154544.686000', '154544.689000', '154544.691000', '154544.694000', '154544.697000', '154544.699000', '154544.702000', '154544.704000', '154544.708000', '154544.710000', '154544.713000', '154544.716000', '154544.718000', '154544.721000', '154544.723000', '154544.726000', '154544.729000', '154544.731000', '154544.734000', '154544.736000', '154544.739000', '154544.741000', '154544.744000', '154544.747000', '154544.749000', '154544.752000', '154544.754000', '154544.757000', '154544.760000', '154544.762000', '154544.765000', '154544.767000', '154604.657000', '154604.660000', '154604.663000', '154604.665000', '154604.668000', '154604.671000', '154604.673000', '154604.676000', '154604.678000', '154604.681000', '154604.684000', '154604.686000', '154604.689000', '154604.691000', '154604.694000', '154604.696000', '154604.699000', '154604.702000', '154604.704000', '154604.707000', '154604.709000', '154604.712000', '154604.715000', '154604.717000', '154604.720000', '154604.723000', '154604.725000', '154604.728000', '154604.730000', '154604.733000', '154604.735000', '154604.738000', '154604.741000', '154604.743000', '154604.746000', '154604.748000', '154604.751000', '154604.754000', '154604.756000', '154604.759000', '154604.761000', '154604.764000', '154604.766000', '154604.769000', '154624.658000', '154624.661000', '154624.663000', '154624.666000', '154624.668000', '154624.671000', '154624.674000', '154624.676000', '154624.679000', '154624.681000', '154624.684000', '154624.687000', '154624.689000', '154624.692000', '154624.695000', '154624.697000', '154624.700000', '154624.702000', '154624.705000', '154624.708000', '154624.710000', '154624.713000', '154624.716000', '154624.718000', '154624.721000', '154624.723000', '154624.726000', '154624.728000', '154624.731000', '154624.734000', '154624.736000', '154624.739000', '154624.741000', '154624.744000', '154624.747000', '154624.749000', '154624.752000', '154624.754000', '154624.757000', '154624.759000', '154624.762000', '154624.764000', '154624.767000', '154644.657000', '154644.660000', '154644.663000', '154644.665000', '154644.668000', '154644.671000', '154644.673000', '154644.676000', '154644.678000', '154644.681000', '154644.684000', '154644.686000', '154644.689000', '154644.691000', '154644.694000', '154644.697000', '154644.699000', '154644.702000', '154644.704000', '154644.707000', '154644.710000', '154644.712000', '154644.715000', '154644.717000', '154644.720000', '154644.723000', '154644.725000', '154644.728000', '154644.731000', '154644.733000', '154644.736000', '154644.738000', '154644.741000', '154644.744000', '154644.746000', '154644.749000', '154644.752000', '154644.754000', '154644.757000', '154644.759000', '154644.762000', '154644.764000', '154644.767000', '154644.770000', '154704.657000', '154704.660000', '154704.663000', '154704.666000', '154704.668000', '154704.671000', '154704.673000', '154704.676000', '154704.679000', '154704.681000', '154704.684000', '154704.686000', '154704.689000', '154704.692000', '154704.694000', '154704.697000', '154704.699000', '154704.702000', '154704.705000', '154704.707000', '154704.710000', '154704.712000', '154704.715000', '154704.718000', '154704.720000', '154704.723000', '154704.725000', '154704.728000', '154704.731000', '154704.733000', '154704.736000', '154704.738000', '154704.755000', '154704.757000', '154704.760000', '154704.763000', '154704.765000', '154704.768000', '154704.770000', '154704.773000', '154704.776000', '154704.778000', '154704.781000', '154724.659000', '154724.661000', '154724.664000', '154724.667000', '154724.669000', '154724.672000', '154724.674000', '154724.677000', '154724.680000', '154724.682000', '154724.685000', '154724.687000', '154724.690000', '154724.692000', '154724.695000', '154724.697000', '154724.700000', '154724.703000', '154724.705000', '154724.708000', '154724.711000', '154724.713000', '154724.716000', '154724.718000', '154724.721000', '154724.723000', '154724.726000', '154724.729000', '154724.731000', '154724.734000', '154724.736000', '154724.739000', '154724.742000', '154724.744000', '154724.747000', '154724.749000', '154724.752000', '154724.755000', '154724.757000', '154724.760000', '154724.762000', '154724.765000', '154724.767000', '154724.770000', '154744.657000', '154744.660000', '154744.663000', '154744.665000', '154744.668000', '154744.671000', '154744.673000', '154744.676000', '154744.678000', '154744.681000', '154744.683000', '154744.686000', '154744.689000', '154744.691000', '154744.694000', '154744.697000', '154744.699000', '154744.702000', '154744.704000', '154744.707000', '154744.710000', '154744.712000', '154744.715000', '154744.717000', '154744.720000', '154744.722000', '154744.725000', '154744.728000', '154744.730000', '154744.733000', '154744.736000', '154744.738000', '154744.741000', '154744.744000', '154744.746000', '154744.749000', '154744.752000', '154744.754000', '154744.757000', '154744.759000', '154744.762000', '154744.764000', '154744.767000', '154804.658000', '154804.660000', '154804.663000', '154804.666000', '154804.668000', '154804.671000', '154804.673000', '154804.676000', '154804.678000', '154804.681000', '154804.684000', '154804.686000', '154804.689000', '154804.692000', '154804.694000', '154804.697000', '154804.699000', '154804.702000', '154804.704000', '154804.707000', '154804.710000', '154804.712000', '154804.715000', '154804.717000', '154804.720000', '154804.723000', '154804.725000', '154804.728000', '154804.730000', '154804.733000', '154804.736000', '154804.738000', '154804.741000', '154804.743000', '154804.746000', '154804.748000', '154804.751000', '154804.753000', '154804.756000', '154804.759000', '154804.761000', '154804.764000', '154804.766000', '154804.769000', '154824.658000', '154824.660000', '154824.663000', '154824.665000', '154824.668000', '154824.671000', '154824.673000', '154824.676000', '154824.678000', '154824.681000', '154824.684000', '154824.686000', '154824.689000', '154824.691000', '154824.694000', '154824.697000', '154824.699000', '154824.702000', '154824.704000', '154824.707000', '154824.710000', '154824.712000', '154824.724000', '154824.727000', '154824.730000', '154824.732000', '154824.735000', '154824.737000', '154824.740000', '154824.743000', '154824.745000', '154824.748000', '154824.751000', '154824.753000', '154824.756000', '154824.758000', '154824.761000', '154824.764000', '154824.766000', '154824.769000', '154824.771000', '154824.774000', '154824.777000', '154844.657000', '154844.660000', '154844.663000', '154844.665000', '154844.668000', '154844.670000', '154844.673000', '154844.676000', '154844.678000', '154844.681000', '154844.683000', '154844.686000', '154844.688000', '154844.704000', '154844.707000', '154844.710000', '154844.712000', '154844.715000', '154844.717000', '154844.720000', '154844.722000', '154844.725000', '154844.728000', '154844.730000', '154844.733000', '154844.735000', '154844.738000', '154844.740000', '154844.743000', '154844.746000', '154844.748000', '154844.751000', '154844.754000', '154844.756000', '154844.759000', '154844.761000', '154844.764000', '154844.767000', '154844.769000', '154844.772000', '154844.774000', '154844.777000', '154844.780000', '154844.782000', '154904.658000', '154904.660000', '154904.663000', '154904.666000', '154904.668000', '154904.671000', '154904.673000', '154904.676000', '154904.678000', '154904.681000', '154904.684000', '154904.686000', '154904.689000', '154904.691000', '154904.694000', '154904.697000', '154904.699000', '154904.702000', '154904.704000', '154904.707000', '154904.710000', '154904.712000', '154904.715000', '154904.717000', '154904.720000', '154904.723000', '154904.725000', '154904.728000', '154904.730000', '154904.733000', '154904.736000', '154904.738000', '154904.741000', '154904.743000', '154904.746000', '154904.749000', '154904.751000', '154904.754000', '154904.756000', '154904.759000', '154904.761000', '154904.764000', '154904.767000', '154924.659000', '154924.661000', '154924.664000', '154924.667000', '154924.669000', '154924.672000', '154924.674000', '154924.677000', '154924.679000', '154924.682000', '154924.685000', '154924.687000', '154924.690000', '154924.692000', '154924.695000', '154924.698000', '154924.700000', '154924.703000', '154924.705000', '154924.708000', '154924.711000', '154924.713000', '154924.716000', '154924.718000', '154924.721000', '154924.723000', '154924.726000', '154924.729000', '154924.731000', '154924.734000', '154924.736000', '154924.739000', '154924.742000', '154924.744000', '154924.747000', '154924.749000', '154924.752000', '154924.755000', '154924.757000', '154924.760000', '154924.762000', '154924.765000', '154924.767000', '154924.770000', '154944.658000', '154944.661000', '154944.664000', '154944.666000', '154944.669000', '154944.672000', '154944.674000', '154944.677000', '154944.680000', '154944.682000', '154944.685000', '154944.687000', '154944.690000', '154944.692000', '154944.695000', '154944.698000', '154944.700000', '154944.703000', '154944.705000', '154944.708000', '154944.711000', '154944.713000', '154944.716000', '154944.718000', '154944.721000', '154944.723000', '154944.726000', '154944.729000', '154944.731000', '154944.734000', '154944.736000', '154944.739000', '154944.741000', '154944.744000', '154944.747000', '154944.749000', '154944.752000', '154944.754000', '154944.757000', '154944.759000', '154944.762000', '154944.765000', '154944.767000', '155004.658000', '155004.660000', '155004.663000', '155004.666000', '155004.668000', '155004.671000', '155004.673000', '155004.676000', '155004.679000', '155004.681000', '155004.684000', '155004.686000', '155004.689000', '155004.692000', '155004.694000', '155004.697000', '155004.701000', '155004.704000', '155004.706000', '155004.709000', '155004.712000', '155004.714000', '155004.717000', '155004.719000', '155004.731000', '155004.734000', '155004.737000', '155004.739000', '155004.742000', '155004.745000', '155004.747000', '155004.750000', '155004.752000', '155004.755000', '155004.758000', '155004.760000', '155004.763000', '155004.765000', '155004.768000', '155004.771000', '155004.773000', '155004.776000', '155004.778000', '155004.781000', '155024.658000', '155024.660000', '155024.663000', '155024.666000', '155024.668000', '155024.671000', '155024.673000', '155024.676000', '155024.679000', '155024.681000', '155024.684000', '155024.686000', '155024.689000', '155024.691000', '155024.694000', '155024.696000', '155024.699000', '155024.702000', '155024.704000', '155024.707000', '155024.709000', '155024.712000', '155024.714000', '155024.717000', '155024.720000', '155024.722000', '155024.725000', '155024.727000', '155024.730000', '155024.732000', '155024.735000', '155024.737000', '155024.740000', '155024.743000', '155024.745000', '155024.748000', '155024.750000', '155024.753000', '155024.756000', '155024.758000', '155024.761000', '155024.763000', '155024.766000', '155044.657000', '155044.660000', '155044.663000', '155044.665000', '155044.668000', '155044.671000', '155044.673000', '155044.676000', '155044.678000', '155044.681000', '155044.684000', '155044.686000', '155044.689000', '155044.691000', '155044.694000', '155044.696000', '155044.699000', '155044.702000', '155044.704000', '155044.707000', '155044.709000', '155044.712000', '155044.714000', '155044.717000', '155044.720000', '155044.723000', '155044.725000', '155044.728000', '155044.730000', '155044.733000', '155044.735000', '155044.738000', '155044.740000', '155044.743000', '155044.746000', '155044.748000', '155044.751000', '155044.753000', '155044.756000', '155044.759000', '155044.761000', '155044.764000', '155044.766000', '155044.769000', '155104.657000', '155104.660000', '155104.663000', '155104.665000', '155104.668000', '155104.671000', '155104.673000', '155104.676000', '155104.678000', '155104.681000', '155104.684000', '155104.686000', '155104.689000', '155104.691000', '155104.694000', '155104.697000', '155104.699000', '155104.702000', '155104.704000', '155104.707000', '155104.709000', '155104.712000', '155104.715000', '155104.717000', '155104.720000', '155104.722000', '155104.725000', '155104.727000', '155104.730000', '155104.733000', '155104.735000', '155104.738000', '155104.740000', '155104.743000', '155104.745000', '155104.748000', '155104.751000', '155104.753000', '155104.756000', '155104.758000', '155104.761000', '155104.764000', '155104.766000', '155124.658000', '155124.660000', '155124.663000', '155124.666000', '155124.668000', '155124.671000', '155124.673000', '155124.676000', '155124.679000', '155124.681000', '155124.684000', '155124.686000', '155124.689000', '155124.692000', '155124.694000', '155124.697000', '155124.700000', '155124.702000', '155124.705000', '155124.707000', '155124.710000', '155124.713000', '155124.715000', '155124.718000', '155124.720000', '155124.723000', '155124.725000', '155124.728000', '155124.731000', '155124.733000', '155124.736000', '155124.738000', '155124.741000', '155124.744000', '155124.746000', '155124.763000', '155124.766000', '155124.769000', '155124.771000', '155124.774000', '155124.776000', '155124.779000', '155124.781000', '155124.784000', '155144.659000', '155144.661000', '155144.664000', '155144.667000', '155144.669000', '155144.672000', '155144.674000', '155144.677000', '155144.680000', '155144.682000', '155144.685000', '155144.687000', '155144.690000', '155144.693000', '155144.695000', '155144.698000', '155144.700000', '155144.703000', '155144.705000', '155144.708000', '155144.711000', '155144.713000', '155144.716000', '155144.718000', '155144.721000', '155144.723000', '155144.726000', '155144.729000', '155144.731000', '155144.734000', '155144.736000', '155144.739000', '155144.742000', '155144.744000', '155144.747000', '155144.749000', '155144.752000', '155144.754000', '155144.757000', '155144.760000', '155144.762000', '155144.765000', '155144.767000', '155204.659000', '155204.661000', '155204.664000', '155204.668000', '155204.671000', '155204.673000', '155204.676000', '155204.678000', '155204.681000', '155204.684000', '155204.686000', '155204.689000', '155204.691000', '155204.694000', '155204.697000', '155204.699000', '155204.702000', '155204.704000', '155204.707000', '155204.709000', '155204.712000', '155204.715000', '155204.717000', '155204.720000', '155204.722000', '155204.725000', '155204.728000', '155204.730000', '155204.733000', '155204.735000', '155204.738000', '155204.740000', '155204.743000', '155204.746000', '155204.748000', '155204.751000', '155204.753000', '155204.756000', '155204.759000', '155204.761000', '155204.764000', '155204.766000', '155204.769000', '155204.771000', '155224.658000', '155224.660000', '155224.663000', '155224.666000', '155224.668000', '155224.671000', '155224.673000', '155224.676000', '155224.678000', '155224.681000', '155224.684000', '155224.686000', '155224.689000', '155224.691000', '155224.694000', '155224.697000', '155224.699000', '155224.702000', '155224.704000', '155224.707000', '155224.709000', '155224.712000', '155224.715000', '155224.717000', '155224.720000', '155224.722000', '155224.725000', '155224.728000', '155224.730000', '155224.733000', '155224.735000', '155224.738000', '155224.741000', '155224.743000', '155224.746000', '155224.748000', '155224.751000', '155224.754000', '155224.756000', '155224.759000', '155224.761000', '155224.764000', '155224.766000', '155244.658000', '155244.660000', '155244.663000', '155244.666000', '155244.668000', '155244.671000', '155244.673000', '155244.676000', '155244.678000', '155244.681000', '155244.684000', '155244.686000', '155244.689000', '155244.691000', '155244.694000', '155244.697000', '155244.699000', '155244.702000', '155244.704000', '155244.707000', '155244.710000', '155244.712000', '155244.715000', '155244.717000', '155244.720000', '155244.723000', '155244.725000', '155244.728000', '155244.730000', '155244.733000', '155244.735000', '155244.781000', '155244.783000', '155244.786000', '155244.789000', '155244.791000', '155244.794000', '155244.796000', '155244.799000', '155244.847000', '155244.850000', '155244.852000', '155244.855000', '155244.857000', '155304.657000', '155304.660000', '155304.663000', '155304.666000', '155304.668000', '155304.671000', '155304.673000', '155304.676000', '155304.678000', '155304.681000', '155304.684000', '155304.686000', '155304.689000', '155304.691000', '155304.694000', '155304.696000', '155304.699000', '155304.702000', '155304.704000', '155304.707000', '155304.709000', '155304.712000', '155304.715000', '155304.717000', '155304.720000', '155304.722000', '155304.725000', '155304.727000', '155304.730000', '155304.733000', '155304.735000', '155304.738000', '155304.740000', '155304.743000', '155304.746000', '155304.748000', '155304.751000', '155304.753000', '155304.756000', '155304.758000', '155304.761000', '155304.763000', '155304.766000', '155324.658000', '155324.660000', '155324.663000', '155324.666000', '155324.668000', '155324.671000', '155324.673000', '155324.676000', '155324.679000', '155324.681000', '155324.684000', '155324.686000', '155324.689000', '155324.691000', '155324.694000', '155324.697000', '155324.699000', '155324.702000', '155324.706000', '155324.709000', '155324.711000', '155324.714000', '155324.717000', '155324.719000', '155324.722000', '155324.724000', '155324.727000', '155324.730000', '155324.732000', '155324.735000', '155324.737000', '155324.740000', '155324.743000', '155324.745000', '155324.748000', '155324.750000', '155324.753000', '155324.756000', '155324.758000', '155324.761000', '155324.764000', '155324.766000', '155324.769000', '155344.658000', '155344.660000', '155344.663000', '155344.666000', '155344.668000', '155344.671000', '155344.673000', '155344.676000', '155344.679000', '155344.681000', '155344.684000', '155344.686000', '155344.689000', '155344.692000', '155344.694000', '155344.697000', '155344.700000', '155344.702000', '155344.705000', '155344.707000', '155344.710000', '155344.712000', '155344.715000', '155344.718000', '155344.720000', '155344.723000', '155344.725000', '155344.728000', '155344.730000', '155344.733000', '155344.736000', '155344.738000', '155344.741000', '155344.743000', '155344.746000', '155344.749000', '155344.751000', '155344.754000', '155344.756000', '155344.759000', '155344.761000', '155344.764000', '155344.767000', '155344.769000', '155404.658000', '155404.661000', '155404.664000', '155404.667000', '155404.669000', '155404.672000', '155404.675000', '155404.677000', '155404.680000', '155404.682000', '155404.685000', '155404.687000', '155404.690000', '155404.693000', '155404.695000', '155404.698000', '155404.701000', '155404.703000', '155404.706000', '155404.708000', '155404.711000', '155404.713000', '155404.716000', '155404.719000', '155404.721000', '155404.724000', '155404.726000', '155404.729000', '155404.743000', '155404.746000', '155404.748000', '155404.751000', '155404.753000', '155404.756000', '155404.759000', '155404.761000', '155404.764000', '155404.766000', '155404.769000', '155404.772000', '155404.775000', '155404.778000', '155404.781000', '155424.659000', '155424.661000', '155424.664000', '155424.667000', '155424.669000', '155424.672000', '155424.674000', '155424.677000', '155424.679000', '155424.682000', '155424.685000', '155424.687000', '155424.690000', '155424.692000', '155424.695000', '155424.698000', '155424.700000', '155424.703000', '155424.706000', '155424.708000', '155424.711000', '155424.713000', '155424.716000', '155424.718000', '155424.721000', '155424.724000', '155424.726000', '155424.729000', '155424.731000', '155424.734000', '155424.736000', '155424.739000', '155424.742000', '155424.744000', '155424.747000', '155424.749000', '155424.752000', '155424.755000', '155424.757000', '155424.760000', '155424.762000', '155424.765000', '155424.767000', '155424.770000', '155444.658000', '155444.661000', '155444.663000', '155444.666000', '155444.668000', '155444.671000', '155444.674000', '155444.676000', '155444.679000', '155444.681000', '155444.684000', '155444.686000', '155444.689000', '155444.692000', '155444.694000', '155444.697000', '155444.700000', '155444.702000', '155444.705000', '155444.708000', '155444.710000', '155444.713000', '155444.716000', '155444.718000', '155444.721000', '155444.723000', '155444.726000', '155444.728000', '155444.731000', '155444.734000', '155444.736000', '155444.739000', '155444.741000', '155444.744000', '155444.748000', '155444.750000', '155444.753000', '155444.756000', '155444.758000', '155444.761000', '155444.764000', '155444.766000', '155444.769000', '155504.657000', '155504.660000', '155504.663000', '155504.666000', '155504.668000', '155504.671000', '155504.673000', '155504.676000', '155504.678000', '155504.681000', '155504.684000', '155504.686000', '155504.689000', '155504.691000', '155504.694000', '155504.697000', '155504.699000', '155504.702000', '155504.705000', '155504.707000', '155504.710000', '155504.712000', '155504.715000', '155504.718000', '155504.720000', '155504.723000', '155504.726000', '155504.728000', '155504.731000', '155504.733000', '155504.736000', '155504.738000', '155504.741000', '155504.744000', '155504.746000', '155504.749000', '155504.751000', '155504.754000', '155504.756000', '155504.759000', '155504.762000', '155504.764000', '155504.767000', '155504.769000', '155524.658000', '155524.660000', '155524.663000', '155524.666000', '155524.668000', '155524.671000', '155524.673000', '155524.676000', '155524.678000', '155524.681000', '155524.684000', '155524.686000', '155524.689000', '155524.691000', '155524.694000', '155524.697000', '155524.699000', '155524.702000', '155524.704000', '155524.707000', '155524.710000', '155524.713000', '155524.715000', '155524.718000', '155524.721000', '155524.723000', '155524.726000', '155524.728000', '155524.731000', '155524.733000', '155524.736000', '155524.739000', '155524.741000', '155524.744000', '155524.746000', '155524.749000', '155524.752000', '155524.754000', '155524.757000', '155524.759000', '155524.762000', '155524.765000', '155524.767000', '155544.658000', '155544.660000', '155544.663000', '155544.666000', '155544.668000', '155544.671000', '155544.673000', '155544.676000', '155544.678000', '155544.681000', '155544.684000', '155544.686000', '155544.689000', '155544.691000', '155544.694000', '155544.697000', '155544.699000', '155544.702000', '155544.704000', '155544.707000', '155544.710000', '155544.712000', '155544.715000', '155544.717000', '155544.720000', '155544.722000', '155544.725000', '155544.728000', '155544.730000', '155544.733000', '155544.736000', '155544.738000', '155544.741000', '155544.743000', '155544.746000', '155544.748000', '155544.751000', '155544.754000', '155544.756000', '155544.759000', '155544.761000', '155544.764000', '155544.767000', '155544.769000', '155604.658000', '155604.661000', '155604.663000', '155604.666000', '155604.668000', '155604.671000', '155604.673000', '155604.676000', '155604.679000', '155604.681000', '155604.684000', '155604.686000', '155604.689000', '155604.691000', '155604.694000', '155604.697000', '155604.699000', '155604.702000', '155604.705000', '155604.707000', '155604.710000', '155604.713000', '155604.715000', '155604.718000', '155604.720000', '155604.723000', '155604.726000', '155604.728000', '155604.731000', '155604.735000', '155604.738000', '155604.740000', '155604.743000', '155604.746000', '155604.748000', '155604.751000', '155604.753000', '155604.756000', '155604.759000', '155604.761000', '155604.764000', '155604.767000', '155604.769000', '155624.659000', '155624.661000', '155624.664000', '155624.667000', '155624.669000', '155624.672000', '155624.674000', '155624.677000', '155624.680000', '155624.682000', '155624.685000', '155624.687000', '155624.690000', '155624.692000', '155624.695000', '155624.698000', '155624.700000', '155624.703000', '155624.705000', '155624.708000', '155624.711000', '155624.713000', '155624.716000', '155624.719000', '155624.721000', '155624.724000', '155624.726000', '155624.729000', '155624.731000', '155624.734000', '155624.737000', '155624.739000', '155624.742000', '155624.744000', '155624.747000', '155624.749000', '155624.780000', '155624.783000', '155624.786000', '155624.788000', '155624.791000', '155624.794000', '155624.796000', '155624.799000', '155644.659000', '155644.661000', '155644.664000', '155644.667000', '155644.669000', '155644.672000', '155644.674000', '155644.677000', '155644.680000', '155644.682000', '155644.685000', '155644.687000', '155644.690000', '155644.693000', '155644.695000', '155644.707000', '155644.710000', '155644.712000', '155644.715000', '155644.725000', '155644.728000', '155644.730000', '155644.733000', '155644.736000', '155644.738000', '155644.741000', '155644.743000', '155644.746000', '155644.749000', '155644.751000', '155644.754000', '155644.757000', '155644.759000', '155644.762000', '155644.764000', '155644.767000', '155644.770000', '155644.772000', '155644.775000', '155644.777000', '155644.780000', '155644.783000', '155644.785000', '155650.724000', '155650.727000', '155650.729000', '155650.732000', '155650.734000', '155650.737000', '155650.740000', '155650.742000', '155650.745000', '155650.747000', '155650.750000', '155650.752000', '155650.755000', '155650.758000'], 'InstanceCreationTime': ['154444.694000', '154444.697000', '154444.700000', '154444.703000', '154444.715000', '154444.718000', '154444.720000', '154444.723000', '154444.725000', '154444.728000', '154444.731000', '154444.733000', '154444.736000', '154444.738000', '154444.741000', '154444.743000', '154444.746000', '154444.748000', '154444.751000', '154444.754000', '154444.756000', '154444.759000', '154444.761000', '154444.764000', '154444.766000', '154444.769000', '154444.771000', '154444.774000', '154444.777000', '154444.779000', '154444.782000', '154444.784000', '154444.787000', '154444.789000', '154444.792000', '154444.794000', '154444.797000', '154444.800000', '154444.802000', '154444.805000', '154444.807000', '154444.810000', '154444.812000', '154444.821000', '154444.824000', '154444.826000', '154444.829000', '154444.831000', '154444.834000', '154444.837000', '154444.839000', '154444.842000', '154444.844000', '154444.847000', '154444.849000', '154444.852000', '154444.855000', '154444.857000', '154444.860000', '154444.863000', '154444.865000', '154504.659000', '154504.662000', '154504.664000', '154504.667000', '154504.670000', '154504.672000', '154504.675000', '154504.677000', '154504.680000', '154504.682000', '154504.685000', '154504.687000', '154504.690000', '154504.693000', '154504.695000', '154504.698000', '154504.700000', '154504.703000', '154504.705000', '154504.708000', '154504.711000', '154504.713000', '154504.716000', '154504.719000', '154504.721000', '154504.724000', '154504.726000', '154504.729000', '154504.731000', '154504.734000', '154504.737000', '154504.739000', '154504.742000', '154504.744000', '154504.747000', '154504.749000', '154504.752000', '154504.755000', '154504.757000', '154504.760000', '154504.762000', '154504.765000', '154504.767000', '154524.659000', '154524.661000', '154524.664000', '154524.667000', '154524.669000', '154524.672000', '154524.674000', '154524.677000', '154524.680000', '154524.682000', '154524.685000', '154524.687000', '154524.690000', '154524.692000', '154524.695000', '154524.698000', '154524.700000', '154524.703000', '154524.705000', '154524.708000', '154524.711000', '154524.713000', '154524.716000', '154524.718000', '154524.721000', '154524.724000', '154524.726000', '154524.729000', '154524.731000', '154524.734000', '154524.736000', '154524.739000', '154524.742000', '154524.744000', '154524.747000', '154524.749000', '154524.767000', '154524.769000', '154524.772000', '154524.775000', '154524.777000', '154524.780000', '154524.782000', '154524.785000', '154544.657000', '154544.660000', '154544.663000', '154544.665000', '154544.668000', '154544.671000', '154544.673000', '154544.676000', '154544.678000', '154544.681000', '154544.684000', '154544.686000', '154544.689000', '154544.691000', '154544.694000', '154544.697000', '154544.699000', '154544.702000', '154544.704000', '154544.708000', '154544.710000', '154544.713000', '154544.716000', '154544.718000', '154544.721000', '154544.723000', '154544.726000', '154544.729000', '154544.731000', '154544.734000', '154544.736000', '154544.739000', '154544.741000', '154544.744000', '154544.747000', '154544.749000', '154544.752000', '154544.754000', '154544.757000', '154544.760000', '154544.762000', '154544.765000', '154544.767000', '154604.657000', '154604.660000', '154604.663000', '154604.665000', '154604.668000', '154604.671000', '154604.673000', '154604.676000', '154604.678000', '154604.681000', '154604.684000', '154604.686000', '154604.689000', '154604.691000', '154604.694000', '154604.696000', '154604.699000', '154604.702000', '154604.704000', '154604.707000', '154604.709000', '154604.712000', '154604.715000', '154604.717000', '154604.720000', '154604.723000', '154604.725000', '154604.728000', '154604.730000', '154604.733000', '154604.735000', '154604.738000', '154604.741000', '154604.743000', '154604.746000', '154604.748000', '154604.751000', '154604.754000', '154604.756000', '154604.759000', '154604.761000', '154604.764000', '154604.766000', '154604.769000', '154624.658000', '154624.661000', '154624.663000', '154624.666000', '154624.668000', '154624.671000', '154624.674000', '154624.676000', '154624.679000', '154624.681000', '154624.684000', '154624.687000', '154624.689000', '154624.692000', '154624.695000', '154624.697000', '154624.700000', '154624.702000', '154624.705000', '154624.708000', '154624.710000', '154624.713000', '154624.716000', '154624.718000', '154624.721000', '154624.723000', '154624.726000', '154624.728000', '154624.731000', '154624.734000', '154624.736000', '154624.739000', '154624.741000', '154624.744000', '154624.747000', '154624.749000', '154624.752000', '154624.754000', '154624.757000', '154624.759000', '154624.762000', '154624.764000', '154624.767000', '154644.657000', '154644.660000', '154644.663000', '154644.665000', '154644.668000', '154644.671000', '154644.673000', '154644.676000', '154644.678000', '154644.681000', '154644.684000', '154644.686000', '154644.689000', '154644.691000', '154644.694000', '154644.697000', '154644.699000', '154644.702000', '154644.704000', '154644.707000', '154644.710000', '154644.712000', '154644.715000', '154644.717000', '154644.720000', '154644.723000', '154644.725000', '154644.728000', '154644.731000', '154644.733000', '154644.736000', '154644.738000', '154644.741000', '154644.744000', '154644.746000', '154644.749000', '154644.752000', '154644.754000', '154644.757000', '154644.759000', '154644.762000', '154644.764000', '154644.767000', '154644.770000', '154704.657000', '154704.660000', '154704.663000', '154704.666000', '154704.668000', '154704.671000', '154704.673000', '154704.676000', '154704.679000', '154704.681000', '154704.684000', '154704.686000', '154704.689000', '154704.692000', '154704.694000', '154704.697000', '154704.699000', '154704.702000', '154704.705000', '154704.707000', '154704.710000', '154704.712000', '154704.715000', '154704.718000', '154704.720000', '154704.723000', '154704.725000', '154704.728000', '154704.731000', '154704.733000', '154704.736000', '154704.738000', '154704.755000', '154704.757000', '154704.760000', '154704.763000', '154704.765000', '154704.768000', '154704.770000', '154704.773000', '154704.776000', '154704.778000', '154704.781000', '154724.659000', '154724.661000', '154724.664000', '154724.667000', '154724.669000', '154724.672000', '154724.674000', '154724.677000', '154724.680000', '154724.682000', '154724.685000', '154724.687000', '154724.690000', '154724.692000', '154724.695000', '154724.697000', '154724.700000', '154724.703000', '154724.705000', '154724.708000', '154724.711000', '154724.713000', '154724.716000', '154724.718000', '154724.721000', '154724.723000', '154724.726000', '154724.729000', '154724.731000', '154724.734000', '154724.736000', '154724.739000', '154724.742000', '154724.744000', '154724.747000', '154724.749000', '154724.752000', '154724.755000', '154724.757000', '154724.760000', '154724.762000', '154724.765000', '154724.767000', '154724.770000', '154744.657000', '154744.660000', '154744.663000', '154744.665000', '154744.668000', '154744.671000', '154744.673000', '154744.676000', '154744.678000', '154744.681000', '154744.683000', '154744.686000', '154744.689000', '154744.691000', '154744.694000', '154744.697000', '154744.699000', '154744.702000', '154744.704000', '154744.707000', '154744.710000', '154744.712000', '154744.715000', '154744.717000', '154744.720000', '154744.722000', '154744.725000', '154744.728000', '154744.730000', '154744.733000', '154744.736000', '154744.738000', '154744.741000', '154744.744000', '154744.746000', '154744.749000', '154744.752000', '154744.754000', '154744.757000', '154744.759000', '154744.762000', '154744.764000', '154744.767000', '154804.658000', '154804.660000', '154804.663000', '154804.666000', '154804.668000', '154804.671000', '154804.673000', '154804.676000', '154804.678000', '154804.681000', '154804.684000', '154804.686000', '154804.689000', '154804.692000', '154804.694000', '154804.697000', '154804.699000', '154804.702000', '154804.704000', '154804.707000', '154804.710000', '154804.712000', '154804.715000', '154804.717000', '154804.720000', '154804.723000', '154804.725000', '154804.728000', '154804.730000', '154804.733000', '154804.736000', '154804.738000', '154804.741000', '154804.743000', '154804.746000', '154804.748000', '154804.751000', '154804.753000', '154804.756000', '154804.759000', '154804.761000', '154804.764000', '154804.766000', '154804.769000', '154824.658000', '154824.660000', '154824.663000', '154824.665000', '154824.668000', '154824.671000', '154824.673000', '154824.676000', '154824.678000', '154824.681000', '154824.684000', '154824.686000', '154824.689000', '154824.691000', '154824.694000', '154824.697000', '154824.699000', '154824.702000', '154824.704000', '154824.707000', '154824.710000', '154824.712000', '154824.724000', '154824.727000', '154824.730000', '154824.732000', '154824.735000', '154824.737000', '154824.740000', '154824.743000', '154824.745000', '154824.748000', '154824.751000', '154824.753000', '154824.756000', '154824.758000', '154824.761000', '154824.764000', '154824.766000', '154824.769000', '154824.771000', '154824.774000', '154824.777000', '154844.657000', '154844.660000', '154844.663000', '154844.665000', '154844.668000', '154844.670000', '154844.673000', '154844.676000', '154844.678000', '154844.681000', '154844.683000', '154844.686000', '154844.688000', '154844.704000', '154844.707000', '154844.710000', '154844.712000', '154844.715000', '154844.717000', '154844.720000', '154844.722000', '154844.725000', '154844.728000', '154844.730000', '154844.733000', '154844.735000', '154844.738000', '154844.740000', '154844.743000', '154844.746000', '154844.748000', '154844.751000', '154844.754000', '154844.756000', '154844.759000', '154844.761000', '154844.764000', '154844.767000', '154844.769000', '154844.772000', '154844.774000', '154844.777000', '154844.780000', '154844.782000', '154904.658000', '154904.660000', '154904.663000', '154904.666000', '154904.668000', '154904.671000', '154904.673000', '154904.676000', '154904.678000', '154904.681000', '154904.684000', '154904.686000', '154904.689000', '154904.691000', '154904.694000', '154904.697000', '154904.699000', '154904.702000', '154904.704000', '154904.707000', '154904.710000', '154904.712000', '154904.715000', '154904.717000', '154904.720000', '154904.723000', '154904.725000', '154904.728000', '154904.730000', '154904.733000', '154904.736000', '154904.738000', '154904.741000', '154904.743000', '154904.746000', '154904.749000', '154904.751000', '154904.754000', '154904.756000', '154904.759000', '154904.761000', '154904.764000', '154904.767000', '154924.659000', '154924.661000', '154924.664000', '154924.667000', '154924.669000', '154924.672000', '154924.674000', '154924.677000', '154924.679000', '154924.682000', '154924.685000', '154924.687000', '154924.690000', '154924.692000', '154924.695000', '154924.698000', '154924.700000', '154924.703000', '154924.705000', '154924.708000', '154924.711000', '154924.713000', '154924.716000', '154924.718000', '154924.721000', '154924.723000', '154924.726000', '154924.729000', '154924.731000', '154924.734000', '154924.736000', '154924.739000', '154924.742000', '154924.744000', '154924.747000', '154924.749000', '154924.752000', '154924.755000', '154924.757000', '154924.760000', '154924.762000', '154924.765000', '154924.767000', '154924.770000', '154944.658000', '154944.661000', '154944.664000', '154944.666000', '154944.669000', '154944.672000', '154944.674000', '154944.677000', '154944.680000', '154944.682000', '154944.685000', '154944.687000', '154944.690000', '154944.692000', '154944.695000', '154944.698000', '154944.700000', '154944.703000', '154944.705000', '154944.708000', '154944.711000', '154944.713000', '154944.716000', '154944.718000', '154944.721000', '154944.723000', '154944.726000', '154944.729000', '154944.731000', '154944.734000', '154944.736000', '154944.739000', '154944.741000', '154944.744000', '154944.747000', '154944.749000', '154944.752000', '154944.754000', '154944.757000', '154944.759000', '154944.762000', '154944.765000', '154944.767000', '155004.658000', '155004.660000', '155004.663000', '155004.666000', '155004.668000', '155004.671000', '155004.673000', '155004.676000', '155004.679000', '155004.681000', '155004.684000', '155004.686000', '155004.689000', '155004.692000', '155004.694000', '155004.697000', '155004.701000', '155004.704000', '155004.706000', '155004.709000', '155004.712000', '155004.714000', '155004.717000', '155004.719000', '155004.731000', '155004.734000', '155004.737000', '155004.739000', '155004.742000', '155004.745000', '155004.747000', '155004.750000', '155004.752000', '155004.755000', '155004.758000', '155004.760000', '155004.763000', '155004.765000', '155004.768000', '155004.771000', '155004.773000', '155004.776000', '155004.778000', '155004.781000', '155024.658000', '155024.660000', '155024.663000', '155024.666000', '155024.668000', '155024.671000', '155024.673000', '155024.676000', '155024.679000', '155024.681000', '155024.684000', '155024.686000', '155024.689000', '155024.691000', '155024.694000', '155024.696000', '155024.699000', '155024.702000', '155024.704000', '155024.707000', '155024.709000', '155024.712000', '155024.714000', '155024.717000', '155024.720000', '155024.722000', '155024.725000', '155024.727000', '155024.730000', '155024.732000', '155024.735000', '155024.737000', '155024.740000', '155024.743000', '155024.745000', '155024.748000', '155024.750000', '155024.753000', '155024.756000', '155024.758000', '155024.761000', '155024.763000', '155024.766000', '155044.657000', '155044.660000', '155044.663000', '155044.665000', '155044.668000', '155044.671000', '155044.673000', '155044.676000', '155044.678000', '155044.681000', '155044.684000', '155044.686000', '155044.689000', '155044.691000', '155044.694000', '155044.696000', '155044.699000', '155044.702000', '155044.704000', '155044.707000', '155044.709000', '155044.712000', '155044.714000', '155044.717000', '155044.720000', '155044.723000', '155044.725000', '155044.728000', '155044.730000', '155044.733000', '155044.735000', '155044.738000', '155044.740000', '155044.743000', '155044.746000', '155044.748000', '155044.751000', '155044.753000', '155044.756000', '155044.759000', '155044.761000', '155044.764000', '155044.766000', '155044.769000', '155104.657000', '155104.660000', '155104.663000', '155104.665000', '155104.668000', '155104.671000', '155104.673000', '155104.676000', '155104.678000', '155104.681000', '155104.684000', '155104.686000', '155104.689000', '155104.691000', '155104.694000', '155104.697000', '155104.699000', '155104.702000', '155104.704000', '155104.707000', '155104.709000', '155104.712000', '155104.715000', '155104.717000', '155104.720000', '155104.722000', '155104.725000', '155104.727000', '155104.730000', '155104.733000', '155104.735000', '155104.738000', '155104.740000', '155104.743000', '155104.745000', '155104.748000', '155104.751000', '155104.753000', '155104.756000', '155104.758000', '155104.761000', '155104.764000', '155104.766000', '155124.658000', '155124.660000', '155124.663000', '155124.666000', '155124.668000', '155124.671000', '155124.673000', '155124.676000', '155124.679000', '155124.681000', '155124.684000', '155124.686000', '155124.689000', '155124.692000', '155124.694000', '155124.697000', '155124.700000', '155124.702000', '155124.705000', '155124.707000', '155124.710000', '155124.713000', '155124.715000', '155124.718000', '155124.720000', '155124.723000', '155124.725000', '155124.728000', '155124.731000', '155124.733000', '155124.736000', '155124.738000', '155124.741000', '155124.744000', '155124.746000', '155124.763000', '155124.766000', '155124.769000', '155124.771000', '155124.774000', '155124.776000', '155124.779000', '155124.781000', '155124.784000', '155144.659000', '155144.661000', '155144.664000', '155144.667000', '155144.669000', '155144.672000', '155144.674000', '155144.677000', '155144.680000', '155144.682000', '155144.685000', '155144.687000', '155144.690000', '155144.693000', '155144.695000', '155144.698000', '155144.700000', '155144.703000', '155144.705000', '155144.708000', '155144.711000', '155144.713000', '155144.716000', '155144.718000', '155144.721000', '155144.723000', '155144.726000', '155144.729000', '155144.731000', '155144.734000', '155144.736000', '155144.739000', '155144.742000', '155144.744000', '155144.747000', '155144.749000', '155144.752000', '155144.754000', '155144.757000', '155144.760000', '155144.762000', '155144.765000', '155144.767000', '155204.659000', '155204.661000', '155204.664000', '155204.668000', '155204.671000', '155204.673000', '155204.676000', '155204.678000', '155204.681000', '155204.684000', '155204.686000', '155204.689000', '155204.691000', '155204.694000', '155204.697000', '155204.699000', '155204.702000', '155204.704000', '155204.707000', '155204.709000', '155204.712000', '155204.715000', '155204.717000', '155204.720000', '155204.722000', '155204.725000', '155204.728000', '155204.730000', '155204.733000', '155204.735000', '155204.738000', '155204.740000', '155204.743000', '155204.746000', '155204.748000', '155204.751000', '155204.753000', '155204.756000', '155204.759000', '155204.761000', '155204.764000', '155204.766000', '155204.769000', '155204.771000', '155224.658000', '155224.660000', '155224.663000', '155224.666000', '155224.668000', '155224.671000', '155224.673000', '155224.676000', '155224.678000', '155224.681000', '155224.684000', '155224.686000', '155224.689000', '155224.691000', '155224.694000', '155224.697000', '155224.699000', '155224.702000', '155224.704000', '155224.707000', '155224.709000', '155224.712000', '155224.715000', '155224.717000', '155224.720000', '155224.722000', '155224.725000', '155224.728000', '155224.730000', '155224.733000', '155224.735000', '155224.738000', '155224.741000', '155224.743000', '155224.746000', '155224.748000', '155224.751000', '155224.754000', '155224.756000', '155224.759000', '155224.761000', '155224.764000', '155224.766000', '155244.658000', '155244.660000', '155244.663000', '155244.666000', '155244.668000', '155244.671000', '155244.673000', '155244.676000', '155244.678000', '155244.681000', '155244.684000', '155244.686000', '155244.689000', '155244.691000', '155244.694000', '155244.697000', '155244.699000', '155244.702000', '155244.704000', '155244.707000', '155244.710000', '155244.712000', '155244.715000', '155244.717000', '155244.720000', '155244.723000', '155244.725000', '155244.728000', '155244.730000', '155244.733000', '155244.735000', '155244.781000', '155244.783000', '155244.786000', '155244.789000', '155244.791000', '155244.794000', '155244.796000', '155244.799000', '155244.847000', '155244.850000', '155244.852000', '155244.855000', '155244.857000', '155304.657000', '155304.660000', '155304.663000', '155304.666000', '155304.668000', '155304.671000', '155304.673000', '155304.676000', '155304.678000', '155304.681000', '155304.684000', '155304.686000', '155304.689000', '155304.691000', '155304.694000', '155304.696000', '155304.699000', '155304.702000', '155304.704000', '155304.707000', '155304.709000', '155304.712000', '155304.715000', '155304.717000', '155304.720000', '155304.722000', '155304.725000', '155304.727000', '155304.730000', '155304.733000', '155304.735000', '155304.738000', '155304.740000', '155304.743000', '155304.746000', '155304.748000', '155304.751000', '155304.753000', '155304.756000', '155304.758000', '155304.761000', '155304.763000', '155304.766000', '155324.658000', '155324.660000', '155324.663000', '155324.666000', '155324.668000', '155324.671000', '155324.673000', '155324.676000', '155324.679000', '155324.681000', '155324.684000', '155324.686000', '155324.689000', '155324.691000', '155324.694000', '155324.697000', '155324.699000', '155324.702000', '155324.706000', '155324.709000', '155324.711000', '155324.714000', '155324.717000', '155324.719000', '155324.722000', '155324.724000', '155324.727000', '155324.730000', '155324.732000', '155324.735000', '155324.737000', '155324.740000', '155324.743000', '155324.745000', '155324.748000', '155324.750000', '155324.753000', '155324.756000', '155324.758000', '155324.761000', '155324.764000', '155324.766000', '155324.769000', '155344.658000', '155344.660000', '155344.663000', '155344.666000', '155344.668000', '155344.671000', '155344.673000', '155344.676000', '155344.679000', '155344.681000', '155344.684000', '155344.686000', '155344.689000', '155344.692000', '155344.694000', '155344.697000', '155344.700000', '155344.702000', '155344.705000', '155344.707000', '155344.710000', '155344.712000', '155344.715000', '155344.718000', '155344.720000', '155344.723000', '155344.725000', '155344.728000', '155344.730000', '155344.733000', '155344.736000', '155344.738000', '155344.741000', '155344.743000', '155344.746000', '155344.749000', '155344.751000', '155344.754000', '155344.756000', '155344.759000', '155344.761000', '155344.764000', '155344.767000', '155344.769000', '155404.658000', '155404.661000', '155404.664000', '155404.667000', '155404.669000', '155404.672000', '155404.675000', '155404.677000', '155404.680000', '155404.682000', '155404.685000', '155404.687000', '155404.690000', '155404.693000', '155404.695000', '155404.698000', '155404.701000', '155404.703000', '155404.706000', '155404.708000', '155404.711000', '155404.713000', '155404.716000', '155404.719000', '155404.721000', '155404.724000', '155404.726000', '155404.729000', '155404.743000', '155404.746000', '155404.748000', '155404.751000', '155404.753000', '155404.756000', '155404.759000', '155404.761000', '155404.764000', '155404.766000', '155404.769000', '155404.772000', '155404.775000', '155404.778000', '155404.781000', '155424.659000', '155424.661000', '155424.664000', '155424.667000', '155424.669000', '155424.672000', '155424.674000', '155424.677000', '155424.679000', '155424.682000', '155424.685000', '155424.687000', '155424.690000', '155424.692000', '155424.695000', '155424.698000', '155424.700000', '155424.703000', '155424.706000', '155424.708000', '155424.711000', '155424.713000', '155424.716000', '155424.718000', '155424.721000', '155424.724000', '155424.726000', '155424.729000', '155424.731000', '155424.734000', '155424.736000', '155424.739000', '155424.742000', '155424.744000', '155424.747000', '155424.749000', '155424.752000', '155424.755000', '155424.757000', '155424.760000', '155424.762000', '155424.765000', '155424.767000', '155424.770000', '155444.658000', '155444.661000', '155444.663000', '155444.666000', '155444.668000', '155444.671000', '155444.674000', '155444.676000', '155444.679000', '155444.681000', '155444.684000', '155444.686000', '155444.689000', '155444.692000', '155444.694000', '155444.697000', '155444.700000', '155444.702000', '155444.705000', '155444.708000', '155444.710000', '155444.713000', '155444.716000', '155444.718000', '155444.721000', '155444.723000', '155444.726000', '155444.728000', '155444.731000', '155444.734000', '155444.736000', '155444.739000', '155444.741000', '155444.744000', '155444.748000', '155444.750000', '155444.753000', '155444.756000', '155444.758000', '155444.761000', '155444.764000', '155444.766000', '155444.769000', '155504.657000', '155504.660000', '155504.663000', '155504.666000', '155504.668000', '155504.671000', '155504.673000', '155504.676000', '155504.678000', '155504.681000', '155504.684000', '155504.686000', '155504.689000', '155504.691000', '155504.694000', '155504.697000', '155504.699000', '155504.702000', '155504.705000', '155504.707000', '155504.710000', '155504.712000', '155504.715000', '155504.718000', '155504.720000', '155504.723000', '155504.726000', '155504.728000', '155504.731000', '155504.733000', '155504.736000', '155504.738000', '155504.741000', '155504.744000', '155504.746000', '155504.749000', '155504.751000', '155504.754000', '155504.756000', '155504.759000', '155504.762000', '155504.764000', '155504.767000', '155504.769000', '155524.658000', '155524.660000', '155524.663000', '155524.666000', '155524.668000', '155524.671000', '155524.673000', '155524.676000', '155524.678000', '155524.681000', '155524.684000', '155524.686000', '155524.689000', '155524.691000', '155524.694000', '155524.697000', '155524.699000', '155524.702000', '155524.704000', '155524.707000', '155524.710000', '155524.713000', '155524.715000', '155524.718000', '155524.721000', '155524.723000', '155524.726000', '155524.728000', '155524.731000', '155524.733000', '155524.736000', '155524.739000', '155524.741000', '155524.744000', '155524.746000', '155524.749000', '155524.752000', '155524.754000', '155524.757000', '155524.759000', '155524.762000', '155524.765000', '155524.767000', '155544.658000', '155544.660000', '155544.663000', '155544.666000', '155544.668000', '155544.671000', '155544.673000', '155544.676000', '155544.678000', '155544.681000', '155544.684000', '155544.686000', '155544.689000', '155544.691000', '155544.694000', '155544.697000', '155544.699000', '155544.702000', '155544.704000', '155544.707000', '155544.710000', '155544.712000', '155544.715000', '155544.717000', '155544.720000', '155544.722000', '155544.725000', '155544.728000', '155544.730000', '155544.733000', '155544.736000', '155544.738000', '155544.741000', '155544.743000', '155544.746000', '155544.748000', '155544.751000', '155544.754000', '155544.756000', '155544.759000', '155544.761000', '155544.764000', '155544.767000', '155544.769000', '155604.658000', '155604.661000', '155604.663000', '155604.666000', '155604.668000', '155604.671000', '155604.673000', '155604.676000', '155604.679000', '155604.681000', '155604.684000', '155604.686000', '155604.689000', '155604.691000', '155604.694000', '155604.697000', '155604.699000', '155604.702000', '155604.705000', '155604.707000', '155604.710000', '155604.713000', '155604.715000', '155604.718000', '155604.720000', '155604.723000', '155604.726000', '155604.728000', '155604.731000', '155604.735000', '155604.738000', '155604.740000', '155604.743000', '155604.746000', '155604.748000', '155604.751000', '155604.753000', '155604.756000', '155604.759000', '155604.761000', '155604.764000', '155604.767000', '155604.769000', '155624.659000', '155624.661000', '155624.664000', '155624.667000', '155624.669000', '155624.672000', '155624.674000', '155624.677000', '155624.680000', '155624.682000', '155624.685000', '155624.687000', '155624.690000', '155624.692000', '155624.695000', '155624.698000', '155624.700000', '155624.703000', '155624.705000', '155624.708000', '155624.711000', '155624.713000', '155624.716000', '155624.719000', '155624.721000', '155624.724000', '155624.726000', '155624.729000', '155624.731000', '155624.734000', '155624.737000', '155624.739000', '155624.742000', '155624.744000', '155624.747000', '155624.749000', '155624.780000', '155624.783000', '155624.786000', '155624.788000', '155624.791000', '155624.794000', '155624.796000', '155624.799000', '155644.659000', '155644.661000', '155644.664000', '155644.667000', '155644.669000', '155644.672000', '155644.674000', '155644.677000', '155644.680000', '155644.682000', '155644.685000', '155644.687000', '155644.690000', '155644.693000', '155644.695000', '155644.707000', '155644.710000', '155644.712000', '155644.715000', '155644.725000', '155644.728000', '155644.730000', '155644.733000', '155644.736000', '155644.738000', '155644.741000', '155644.743000', '155644.746000', '155644.749000', '155644.751000', '155644.754000', '155644.757000', '155644.759000', '155644.762000', '155644.764000', '155644.767000', '155644.770000', '155644.772000', '155644.775000', '155644.777000', '155644.780000', '155644.783000', '155644.785000', '155650.724000', '155650.727000', '155650.729000', '155650.732000', '155650.734000', '155650.737000', '155650.740000', '155650.742000', '155650.745000', '155650.747000', '155650.750000', '155650.752000', '155650.755000', '155650.758000'], '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': [7574, 9207, 8727, 7677, 13084, 10053, 7296, 8468, 7533, 11041, 8458, 7540, 10899, 7996, 8526, 8932, 7568, 11147, 7776, 6849, 8931, 7472, 7775, 7098, 7312, 11607, 8718, 7705, 12057, 8594, 9935, 12090, 7984, 8534, 8551, 7627, 13323, 10049, 7379, 8184, 7855, 13033, 9765, 7783, 9492, 8632, 7394, 9213, 7564, 8514, 8473, 7426, 12984, 8503, 8664, 9387, 7918, 10445, 8555, 7774, 13034, 9968, 8821, 9161, 8007, 11649, 9518, 7881, 11309, 7924, 8319, 8651, 7766, 12012, 8255, 7854, 11480, 8897, 7317, 7172, 8491, 7036, 7397, 8015, 7569, 12746, 10768, 11799, 8831, 8199, 11711, 8015, 12355, 10596, 7782, 8640, 9141, 7528, 9044, 7858, 7430, 11994, 7934, 7231, 7577, 7423, 11362, 8887, 7495, 10954, 7854, 9606, 8750, 7495, 12021, 10001, 10134, 11239, 8087, 8938, 8982, 10148, 12553, 8640, 7827, 11688, 8664, 12072, 12352, 8234, 8537, 8662, 7880, 12262, 8206, 8039, 8222, 8161, 13050, 9333, 7324, 8133, 8233, 9071, 7879, 7885, 11697, 8297, 7788, 11647, 8651, 8865, 8132, 7667, 12486, 8548, 7709, 8290, 7821, 9181, 8221, 7727, 12439, 8638, 7706, 10676, 8309, 11881, 10131, 7843, 10287, 9095, 7730, 12397, 8246, 7729, 9545, 8060, 10703, 9212, 7815, 11880, 9254, 8819, 12046, 8453, 7614, 10430, 8439, 10426, 8099, 8150, 11823, 8911, 7542, 10907, 8452, 7694, 11030, 8495, 12521, 9767, 7554, 12681, 9483, 8702, 10746, 8329, 7562, 7907, 7608, 11961, 8314, 7486, 8515, 7861, 12928, 10460, 7289, 8476, 8055, 7263, 11311, 7592, 7319, 7726, 7511, 12573, 9058, 7362, 9809, 8129, 10367, 10730, 8036, 10888, 10937, 10803, 13581, 9273, 7958, 7826, 7835, 12600, 9605, 7660, 7996, 7964, 8674, 7899, 7870, 10689, 8742, 7872, 11754, 8068, 9079, 8699, 7564, 11976, 8393, 7760, 10890, 8875, 10210, 8411, 8183, 12349, 10621, 7916, 9463, 8505, 7399, 10603, 7973, 7582, 7630, 7756, 11116, 8450, 7706, 11310, 8370, 7997, 9740, 8091, 7703, 11367, 7923, 7815, 13020, 9587, 7819, 10848, 9139, 10889, 12928, 8404, 7728, 8069, 7760, 12546, 8447, 7507, 7753, 8049, 10749, 8487, 7682, 11832, 9027, 9196, 11744, 8432, 11077, 7834, 7894, 11479, 8590, 11005, 9244, 7792, 7394, 7437, 7626, 8461, 7678, 7632, 12725, 8365, 7531, 8402, 7771, 12509, 9376, 7602, 8830, 8118, 10059, 9044, 7993, 10152, 9572, 9237, 13161, 8131, 7846, 7825, 7855, 11972, 9203, 7577, 10492, 8634, 10381, 9128, 8039, 10721, 8907, 7853, 10296, 8540, 10671, 9557, 7768, 12011, 8334, 7733, 10984, 8772, 9294, 8226, 8014, 12448, 8797, 7648, 10107, 8356, 10166, 9791, 7909, 10492, 8435, 7631, 11609, 9037, 11750, 10151, 8145, 12199, 9395, 7832, 9494, 8141, 7646, 8356, 8630, 11226, 8144, 7427, 11531, 8134, 7742, 7945, 7553, 12468, 8607, 7492, 8614, 7854, 11275, 8613, 7628, 10043, 7894, 10376, 8303, 7798, 10671, 8538, 7533, 13320, 8712, 7493, 8811, 8275, 10702, 9440, 7981, 8699, 9156, 8727, 11831, 8411, 7386, 11718, 8224, 8007, 7807, 8184, 7515, 11611, 10664, 10853, 13093, 8646, 8068, 9919, 8014, 10081, 8691, 8078, 7947, 8545, 7608, 12339, 8554, 7979, 8567, 7521, 13230, 8622, 8394, 8106, 8285, 12951, 10919, 7953, 9779, 8398, 9170, 9541, 8067, 10414, 7739, 7748, 12780, 8588, 7535, 7936, 7901, 11050, 8155, 7710, 10991, 8039, 11397, 9066, 7594, 9506, 7825, 10111, 7892, 7511, 9538, 7951, 8806, 8419, 8062, 9614, 8708, 7547, 12949, 8351, 7210, 8090, 7938, 11264, 9660, 7593, 11206, 9234, 9300, 10521, 7992, 7939, 9146, 7791, 13227, 8887, 7596, 10655, 8623, 11061, 9452, 8131, 9197, 9111, 7651, 10922, 7999, 7469, 7249, 8212, 7575, 12118, 9021, 7738, 10649, 7739, 7584, 12424, 8289, 7671, 10662, 8568, 14435, 12640, 9925, 9428, 8266, 7201, 9825, 8390, 7696, 7963, 8084, 11015, 8948, 7826, 11335, 8547, 7285, 14266, 12915, 8558, 7648, 9581, 8065, 11898, 8655, 7434, 8006, 7868, 10455, 7983, 7608, 12498, 9869, 10770, 14284, 11467, 8189, 9212, 8031, 11780, 8395, 7920, 11547, 9263, 8216, 9841, 7969, 7599, 8814, 8110, 9658, 10996, 8142, 7824, 8731, 8127, 7531, 11264, 8023, 7528, 11653, 9154, 7759, 10523, 7682, 7570, 11701, 9185, 9290, 11859, 10626, 7721, 13073, 12291, 10379, 13908, 7977, 7680, 8354, 7856, 9470, 7933, 7670, 7494, 7358, 7533, 8955, 7140, 7362, 12040, 8677, 7647, 9757, 7701, 8235, 8440, 7733, 10178, 8972, 7128, 13987, 9790, 7763, 9301, 8182, 7072, 8729, 7603, 7890, 8931, 7669, 7599, 11700, 8043, 7355, 12540, 7761, 9874, 7269, 7768, 10194, 8412, 7441, 12586, 9567, 7234, 7259, 7755, 7081, 11359, 7638, 10271, 8468, 7534, 14078, 10018, 7583, 8144, 7570, 11658, 8505, 9847, 9578, 7904, 8500, 9192, 7309, 13126, 8492, 7504, 9705, 7668, 11571, 10624, 7628, 8509, 8022, 7252, 10714, 7608, 7158, 7323, 7332, 12761, 8096, 7129, 7821, 7543, 10087, 8010, 7202, 9806, 8125, 8640, 9422, 7664, 8105, 9652, 7842, 9515, 7101, 7563, 12805, 9087, 7289, 10694, 8684, 10520, 11397, 7717, 11020, 8937, 7411, 11094, 7932, 7498, 8321, 7416, 12627, 9015, 7395, 9726, 8115, 8942, 11123, 7582, 8453, 7892, 7206, 13424, 9064, 7234, 8729, 7864, 8067, 8474, 7562, 7152, 9139, 7817, 7481, 13571, 10396, 10544, 9935, 7731, 12254, 9442, 8575, 8204, 7644, 6885, 7059, 7513, 11253, 7682, 7115, 10916, 8601, 9646, 9948, 7336, 8199, 8435, 7510, 13601, 10510, 7512, 10616, 8568, 9345, 12818, 7778, 7607, 7312, 7753, 11675, 9225, 7540, 9676, 7636, 8642, 7929, 7325, 11632, 7765, 7134, 9580, 7607, 11174, 8078, 7440, 10199, 8213, 9797, 10832, 7887, 7541, 7365, 7440, 11405, 8040, 7125, 10656, 8363, 8053, 8896, 7648, 10685, 9266, 7417, 9938, 7880, 9742, 8595, 8046, 11331, 8407, 7757, 13152, 10690, 9092, 10528, 7594, 6799, 7888, 7676, 9287, 7498, 7605, 7143, 8473, 7894, 8830, 9964, 7631, 12795, 9282, 11701, 11732, 7396, 7945, 7603, 8429, 7333, 7465, 10868, 8134, 7181, 12023, 9662, 11420, 12064, 7123, 10215, 7824, 7066, 8414, 7670, 10210, 9145, 7709, 10732, 7751, 7972, 8726, 7260, 11983, 8237, 7154, 10165, 7605, 10272, 9326, 7779, 11494, 9900, 9122, 13216, 7675, 7425, 8332, 7630, 11082, 8603, 7321, 10994, 8428, 10716, 9894, 7535, 9019, 7420, 10949, 8769, 7756, 10168, 7851, 8188, 9032, 7673, 10643, 7688, 7572, 12826, 8660, 7023, 7958, 7405, 10835, 8532, 7340, 9849, 7843, 8878, 10534, 7778, 11870, 7923, 7713, 8529, 7523, 11853, 7555, 7067, 9461, 7546, 8809, 7374, 7463, 11405, 9409, 7578, 11460, 9113, 7168, 13024, 7786, 7062, 9450, 8415, 9890, 9470, 7853, 12781, 9605, 7185, 9268, 7981, 7125, 11589, 7432, 7653, 12410, 8787, 7802, 11706, 9364, 7362, 9613, 7581, 7960, 7558, 7047, 13060, 7743, 7102, 8011, 7642, 10830, 8399, 7915, 11085, 8470, 9026, 10881, 7860, 10771, 7952, 7626, 13521, 8942, 7227, 7507, 7615, 9354, 7899, 7347, 11201, 8710, 10652, 9010, 7398, 10931, 8580, 8856, 10282, 7490, 8580, 7386, 7586, 14053, 9544, 7418, 9352, 7739, 9719, 8978, 7556, 8572, 8549, 7248, 12595, 8673, 7079, 10197, 8583, 10136, 9330, 7438, 12022, 9787, 8849, 10248, 7646, 7786, 8978, 7534, 13814, 9397, 7296, 8340, 7620, 9088, 9887, 7389, 8065, 7513, 7330, 13300, 9077, 7301, 9924, 7997, 10682, 9960, 7201, 8036, 7192, 7466, 7069, 8529, 7946, 10012, 11669, 7552, 9066, 9113, 7162, 13117, 8646, 7394, 7614, 7688, 9280, 8077, 7752, 9967, 9850, 8907, 12166, 7523, 7556, 12067, 8629, 8843, 7744, 7213, 12503, 9171, 7502, 9329, 7765, 9989, 9051, 7474, 8982, 9028, 7416, 11636, 7581, 7255, 8865, 8225, 13478, 8977, 7064, 8869, 7309, 13409, 9574, 7180, 8268, 7513, 9747, 9028, 7557, 9665, 7930, 7055, 13356, 8568, 7318, 8393, 7326, 12759, 10378, 8562, 9706, 7929, 7455, 11383, 7730, 7597, 8394, 7371, 14132, 10094, 8369, 9174, 7621, 8673, 8988, 7436, 10288, 7482, 7138, 11172, 7421, 7038, 8014, 7483, 10297, 8127, 7139, 10565, 7876, 8170, 10443, 7438, 10535, 8896, 7993, 10229, 7403, 9800, 9490, 9213, 11073, 7138, 9454, 9076, 7324, 12920, 7501, 7170, 9874, 9898, 10913, 9655, 7714, 11935, 10237, 11124, 11405, 7354, 7273, 7575, 7444, 9860, 7965, 7758, 12204, 10213, 10206, 9234, 7586, 9879, 8467, 7651, 9465, 7612, 7215, 11795, 8125, 7155, 9119, 7648, 9510, 8041, 7244, 12459, 9693, 10468, 9337, 7490, 7711, 8289, 7556, 10811, 7136, 7651, 7163, 9337, 7455, 7455, 12637, 9387, 7621, 12750, 12618, 9931, 12681, 7476, 7284, 8849, 7543, 9883, 7761, 7290, 11157, 11318, 8012, 10984, 7623, 8010, 10098, 10113, 11517, 7961, 7548, 11407, 8735, 7390, 9198, 7672, 9450, 10610, 8572, 12726, 7731, 7175, 9093, 7280, 9614, 7807, 7560, 12414, 10016, 8344, 11349, 7647, 7154, 8728, 7459, 10067, 7777, 7517, 11890, 8655, 7386, 8518, 7631, 11864, 8752, 7370, 9846, 7801, 8396, 10399, 8711, 10735, 8258, 7805, 12240, 9807, 7573, 8888, 7713, 10336, 8810, 7719, 11251, 7108, 7397, 11304, 7800, 7290, 9064, 7670, 8364, 11482, 7702, 7280, 8645, 7432, 10562, 7586, 7460, 12328, 10509, 8640, 12870, 7795, 7404, 10848, 8953, 9424, 8337, 7703, 8021, 9662, 7620, 9508, 8247, 7255, 13333, 10328, 7338, 10080, 8815, 12813, 12111, 7641, 9680, 8107, 10324, 8269, 7752, 9085, 7369, 7368, 7258, 8896, 7568, 7209, 8665, 7622, 7067, 10051, 7591, 7785, 7512, 7204, 13825, 9707, 7275, 11408, 8963, 7384, 13183, 9719, 7397, 10116, 8035, 7525, 12632, 9185, 7613, 10068, 8472, 12244, 15705, 13698, 7869, 7680, 8084, 7477, 9908, 7950, 9193, 9732, 7890, 10738, 7514, 8276, 8762, 7876, 12718, 11030, 8864, 13991, 9847, 11946, 8920, 7942, 12259, 7815, 7501, 9505, 8108, 9913, 8197, 7907, 11498, 8254, 7455, 8259, 7965, 10396, 8473, 7484, 11867, 8069, 7496, 10601, 7979, 8205, 8305, 7202, 12148, 7749, 7379, 11607, 9596, 7729, 11096, 7946, 7682, 10640, 7682, 8691, 8320, 7536, 11863, 9834, 7180, 11222, 10277, 8480, 13631, 8297, 7582, 9940, 8116, 10394, 9964, 7726, 7395, 7838, 7481, 11121, 8038, 7650, 11718, 8959, 9097, 11163, 7843, 9235, 9503, 7316, 11028, 7264, 7231, 10318, 7870, 7517, 7846, 7315, 11285, 7721, 7609, 8457, 7597, 7970, 9816, 10847, 7825, 8731, 10536, 8290, 12430, 7139, 7230, 9057, 8325, 9942, 10103, 7962, 8060, 8885, 8133, 13214, 8381, 7396, 10213, 8806, 10813, 9964, 7317, 11109, 9544, 9434, 9136, 7540, 12167, 9676, 8092, 11280, 8090, 7401, 9068, 7840, 12151, 9761, 7660, 11572, 9464, 10852, 12374, 7894, 7594, 7952, 7560, 9652, 7950, 7237, 11806, 9350, 7338, 9716, 7941, 11341, 9153, 7592, 10142, 8466, 7865, 9709, 8678, 12267, 8341, 7562, 12269, 9057, 7212, 8868, 7922, 7255, 10745, 7938, 8769, 8315, 7453, 14118, 9378, 7286, 9424, 8459, 9483, 10465, 8078, 9187, 8873, 8206, 13128, 8853, 7083, 8383, 7863, 8697, 8308, 7525, 11075, 8705, 9026, 10598, 7729, 10231, 8654, 7669, 11529, 7814, 10733, 9293, 8942, 10213, 7863, 6987, 7761, 7204, 7192, 10717, 8776, 7939, 14080, 10569, 8877, 10478, 8084, 11572, 10175, 7482, 10105, 8525, 10088, 9274, 7263, 10185, 7691, 7229, 11479, 9041], 'WindowCenter': [4237.0, 4243.0, 4228.0, 4205.0, 4256.0, 4238.0, 4193.0, 4205.0, 4206.0, 4234.0, 4203.0, 4219.0, 4247.0, 4230.0, 4215.0, 4217.0, 4203.0, 4235.0, 4206.0, 4196.0, 4215.0, 4207.0, 4205.0, 4196.0, 4207.0, 4247.0, 4230.0, 4220.0, 4257.0, 4232.0, 4237.0, 4247.0, 4204.0, 4214.0, 4215.0, 4207.0, 4257.0, 4237.0, 4192.0, 4202.0, 4205.0, 4245.0, 4225.0, 4192.0, 4213.0, 4212.0, 4193.0, 4225.0, 4204.0, 4213.0, 4204.0, 4194.0, 4245.0, 4215.0, 4212.0, 4213.0, 4204.0, 4221.0, 4200.0, 4191.0, 4241.0, 4222.0, 4201.0, 4200.0, 4192.0, 4219.0, 4209.0, 4191.0, 4219.0, 4187.0, 4188.0, 4199.0, 4190.0, 4229.0, 4200.0, 4201.0, 4229.0, 4211.0, 4191.0, 4180.0, 4200.0, 4180.0, 4190.0, 4203.0, 4203.0, 4245.0, 4235.0, 4232.0, 4200.0, 4188.0, 4219.0, 4189.0, 4219.0, 4208.0, 4177.0, 4198.0, 4209.0, 4190.0, 4200.0, 4190.0, 4192.0, 4243.0, 4204.0, 4192.0, 4204.0, 4206.0, 4234.0, 4213.0, 4194.0, 4247.0, 4206.0, 4225.0, 4212.0, 4192.0, 4243.0, 4226.0, 4224.0, 4233.0, 4191.0, 4212.0, 4213.0, 4222.0, 4230.0, 4199.0, 4178.0, 4221.0, 4202.0, 4233.0, 4230.0, 4188.0, 4188.0, 4200.0, 4190.0, 4230.0, 4190.0, 4187.0, 4187.0, 4200.0, 4230.0, 4200.0, 4178.0, 4188.0, 4202.0, 4199.0, 4189.0, 4190.0, 4230.0, 4189.0, 4193.0, 4231.0, 4202.0, 4201.0, 4192.0, 4191.0, 4230.0, 4201.0, 4189.0, 4200.0, 4192.0, 4211.0, 4202.0, 4193.0, 4243.0, 4201.0, 4190.0, 4222.0, 4204.0, 4232.0, 4222.0, 4190.0, 4209.0, 4201.0, 4191.0, 4232.0, 4200.0, 4191.0, 4212.0, 4202.0, 4222.0, 4213.0, 4191.0, 4232.0, 4212.0, 4212.0, 4232.0, 4201.0, 4191.0, 4222.0, 4202.0, 4222.0, 4191.0, 4200.0, 4231.0, 4212.0, 4193.0, 4221.0, 4201.0, 4192.0, 4232.0, 4212.0, 4232.0, 4211.0, 4191.0, 4243.0, 4210.0, 4201.0, 4220.0, 4188.0, 4191.0, 4192.0, 4189.0, 4231.0, 4200.0, 4179.0, 4201.0, 4190.0, 4243.0, 4221.0, 4206.0, 4201.0, 4203.0, 4191.0, 4233.0, 4201.0, 4191.0, 4202.0, 4195.0, 4243.0, 4213.0, 4193.0, 4223.0, 4203.0, 4224.0, 4234.0, 4203.0, 4220.0, 4221.0, 4222.0, 4243.0, 4200.0, 4188.0, 4177.0, 4178.0, 4229.0, 4208.0, 4176.0, 4188.0, 4188.0, 4201.0, 4188.0, 4190.0, 4220.0, 4200.0, 4190.0, 4231.0, 4190.0, 4200.0, 4200.0, 4191.0, 4219.0, 4188.0, 4189.0, 4220.0, 4201.0, 4209.0, 4188.0, 4200.0, 4230.0, 4221.0, 4190.0, 4208.0, 4200.0, 4191.0, 4220.0, 4201.0, 4190.0, 4202.0, 4203.0, 4233.0, 4202.0, 4192.0, 4233.0, 4215.0, 4216.0, 4225.0, 4205.0, 4192.0, 4233.0, 4203.0, 4203.0, 4243.0, 4224.0, 4192.0, 4221.0, 4214.0, 4222.0, 4233.0, 4189.0, 4177.0, 4187.0, 4191.0, 4231.0, 4201.0, 4179.0, 4189.0, 4203.0, 4234.0, 4213.0, 4193.0, 4232.0, 4213.0, 4212.0, 4232.0, 4202.0, 4220.0, 4179.0, 4188.0, 4220.0, 4200.0, 4221.0, 4209.0, 4189.0, 4191.0, 4193.0, 4203.0, 4200.0, 4204.0, 4206.0, 4254.0, 4216.0, 4204.0, 4206.0, 4206.0, 4245.0, 4213.0, 4192.0, 4213.0, 4204.0, 4223.0, 4214.0, 4203.0, 4222.0, 4212.0, 4213.0, 4244.0, 4192.0, 4190.0, 4192.0, 4203.0, 4231.0, 4212.0, 4192.0, 4234.0, 4213.0, 4222.0, 4213.0, 4200.0, 4232.0, 4213.0, 4201.0, 4220.0, 4202.0, 4222.0, 4222.0, 4191.0, 4241.0, 4200.0, 4191.0, 4222.0, 4212.0, 4212.0, 4201.0, 4201.0, 4231.0, 4202.0, 4191.0, 4220.0, 4205.0, 4223.0, 4223.0, 4191.0, 4219.0, 4200.0, 4190.0, 4233.0, 4214.0, 4232.0, 4221.0, 4189.0, 4230.0, 4211.0, 4189.0, 4208.0, 4190.0, 4191.0, 4201.0, 4202.0, 4231.0, 4189.0, 4190.0, 4232.0, 4203.0, 4190.0, 4200.0, 4192.0, 4242.0, 4213.0, 4191.0, 4201.0, 4203.0, 4233.0, 4214.0, 4192.0, 4222.0, 4203.0, 4231.0, 4204.0, 4203.0, 4222.0, 4213.0, 4202.0, 4255.0, 4213.0, 4192.0, 4212.0, 4202.0, 4233.0, 4214.0, 4201.0, 4213.0, 4224.0, 4213.0, 4233.0, 4202.0, 4194.0, 4244.0, 4204.0, 4203.0, 4191.0, 4202.0, 4191.0, 4244.0, 4234.0, 4235.0, 4242.0, 4200.0, 4189.0, 4221.0, 4191.0, 4224.0, 4202.0, 4201.0, 4200.0, 4212.0, 4203.0, 4243.0, 4213.0, 4201.0, 4212.0, 4203.0, 4256.0, 4214.0, 4212.0, 4203.0, 4214.0, 4243.0, 4222.0, 4192.0, 4209.0, 4202.0, 4211.0, 4212.0, 4191.0, 4219.0, 4189.0, 4191.0, 4231.0, 4200.0, 4189.0, 4190.0, 4203.0, 4232.0, 4203.0, 4192.0, 4231.0, 4203.0, 4233.0, 4213.0, 4192.0, 4221.0, 4207.0, 4222.0, 4203.0, 4192.0, 4222.0, 4203.0, 4213.0, 4204.0, 4202.0, 4222.0, 4214.0, 4204.0, 4242.0, 4203.0, 4191.0, 4201.0, 4204.0, 4234.0, 4221.0, 4191.0, 4230.0, 4223.0, 4212.0, 4222.0, 4202.0, 4201.0, 4212.0, 4190.0, 4244.0, 4212.0, 4190.0, 4219.0, 4201.0, 4232.0, 4211.0, 4190.0, 4198.0, 4212.0, 4189.0, 4221.0, 4202.0, 4180.0, 4190.0, 4212.0, 4202.0, 4243.0, 4211.0, 4191.0, 4221.0, 4190.0, 4190.0, 4243.0, 4201.0, 4189.0, 4210.0, 4200.0, 4242.0, 4230.0, 4209.0, 4198.0, 4187.0, 4178.0, 4209.0, 4200.0, 4189.0, 4191.0, 4203.0, 4233.0, 4213.0, 4203.0, 4231.0, 4202.0, 4205.0, 4269.0, 4245.0, 4213.0, 4193.0, 4212.0, 4202.0, 4231.0, 4201.0, 4191.0, 4203.0, 4202.0, 4220.0, 4192.0, 4190.0, 4231.0, 4210.0, 4220.0, 4240.0, 4218.0, 4173.0, 4198.0, 4187.0, 4216.0, 4175.0, 4176.0, 4215.0, 4196.0, 4186.0, 4207.0, 4186.0, 4176.0, 4199.0, 4189.0, 4210.0, 4219.0, 4189.0, 4177.0, 4200.0, 4188.0, 4190.0, 4219.0, 4189.0, 4189.0, 4232.0, 4211.0, 4191.0, 4219.0, 4189.0, 4191.0, 4231.0, 4211.0, 4211.0, 4229.0, 4219.0, 4177.0, 4227.0, 4217.0, 4207.0, 4227.0, 4175.0, 4174.0, 4185.0, 4188.0, 4206.0, 4187.0, 4174.0, 4176.0, 4190.0, 4190.0, 4209.0, 4180.0, 4190.0, 4242.0, 4213.0, 4192.0, 4210.0, 4190.0, 4201.0, 4201.0, 4191.0, 4220.0, 4211.0, 4181.0, 4253.0, 4222.0, 4190.0, 4212.0, 4200.0, 4178.0, 4199.0, 4188.0, 4202.0, 4211.0, 4215.0, 4191.0, 4232.0, 4201.0, 4191.0, 4242.0, 4190.0, 4219.0, 4181.0, 4189.0, 4208.0, 4197.0, 4180.0, 4240.0, 4212.0, 4189.0, 4190.0, 4201.0, 4192.0, 4233.0, 4191.0, 4220.0, 4200.0, 4192.0, 4243.0, 4223.0, 4190.0, 4200.0, 4189.0, 4230.0, 4200.0, 4221.0, 4210.0, 4188.0, 4197.0, 4210.0, 4190.0, 4240.0, 4199.0, 4178.0, 4208.0, 4189.0, 4219.0, 4219.0, 4178.0, 4197.0, 4199.0, 4189.0, 4220.0, 4190.0, 4179.0, 4191.0, 4202.0, 4253.0, 4202.0, 4192.0, 4204.0, 4204.0, 4233.0, 4203.0, 4204.0, 4235.0, 4216.0, 4215.0, 4222.0, 4204.0, 4200.0, 4224.0, 4203.0, 4223.0, 4191.0, 4205.0, 4244.0, 4225.0, 4193.0, 4232.0, 4212.0, 4233.0, 4232.0, 4192.0, 4230.0, 4212.0, 4190.0, 4231.0, 4202.0, 4190.0, 4202.0, 4192.0, 4231.0, 4199.0, 4189.0, 4209.0, 4201.0, 4211.0, 4233.0, 4192.0, 4200.0, 4200.0, 4191.0, 4242.0, 4210.0, 4189.0, 4211.0, 4202.0, 4202.0, 4203.0, 4202.0, 4191.0, 4213.0, 4201.0, 4194.0, 4255.0, 4223.0, 4221.0, 4220.0, 4190.0, 4230.0, 4211.0, 4198.0, 4188.0, 4189.0, 4177.0, 4179.0, 4190.0, 4232.0, 4202.0, 4191.0, 4231.0, 4215.0, 4224.0, 4235.0, 4194.0, 4201.0, 4213.0, 4204.0, 4254.0, 4234.0, 4194.0, 4222.0, 4213.0, 4222.0, 4243.0, 4192.0, 4190.0, 4190.0, 4200.0, 4231.0, 4222.0, 4202.0, 4221.0, 4203.0, 4213.0, 4202.0, 4192.0, 4232.0, 4201.0, 4192.0, 4223.0, 4203.0, 4233.0, 4202.0, 4190.0, 4222.0, 4214.0, 4223.0, 4234.0, 4202.0, 4201.0, 4192.0, 4193.0, 4233.0, 4201.0, 4192.0, 4233.0, 4215.0, 4214.0, 4213.0, 4204.0, 4233.0, 4225.0, 4204.0, 4223.0, 4204.0, 4222.0, 4213.0, 4204.0, 4231.0, 4202.0, 4191.0, 4243.0, 4233.0, 4211.0, 4220.0, 4189.0, 4170.0, 4202.0, 4203.0, 4212.0, 4191.0, 4204.0, 4193.0, 4216.0, 4229.0, 4236.0, 4235.0, 4204.0, 4242.0, 4224.0, 4231.0, 4230.0, 4180.0, 4188.0, 4191.0, 4201.0, 4192.0, 4192.0, 4231.0, 4202.0, 4191.0, 4244.0, 4223.0, 4234.0, 4240.0, 4181.0, 4233.0, 4204.0, 4191.0, 4201.0, 4203.0, 4234.0, 4224.0, 4204.0, 4234.0, 4202.0, 4204.0, 4214.0, 4194.0, 4243.0, 4202.0, 4193.0, 4222.0, 4204.0, 4234.0, 4213.0, 4204.0, 4232.0, 4234.0, 4223.0, 4254.0, 4204.0, 4195.0, 4202.0, 4203.0, 4232.0, 4213.0, 4192.0, 4233.0, 4215.0, 4233.0, 4222.0, 4191.0, 4201.0, 4192.0, 4230.0, 4203.0, 4190.0, 4220.0, 4200.0, 4199.0, 4211.0, 4192.0, 4219.0, 4189.0, 4192.0, 4242.0, 4212.0, 4179.0, 4189.0, 4193.0, 4232.0, 4211.0, 4190.0, 4221.0, 4203.0, 4214.0, 4234.0, 4202.0, 4231.0, 4201.0, 4202.0, 4213.0, 4192.0, 4232.0, 4190.0, 4180.0, 4223.0, 4204.0, 4213.0, 4192.0, 4205.0, 4244.0, 4225.0, 4204.0, 4244.0, 4225.0, 4193.0, 4254.0, 4203.0, 4193.0, 4223.0, 4213.0, 4224.0, 4223.0, 4202.0, 4243.0, 4223.0, 4194.0, 4211.0, 4201.0, 4181.0, 4232.0, 4191.0, 4204.0, 4241.0, 4199.0, 4191.0, 4230.0, 4212.0, 4180.0, 4211.0, 4191.0, 4190.0, 4191.0, 4192.0, 4241.0, 4192.0, 4179.0, 4201.0, 4203.0, 4233.0, 4213.0, 4204.0, 4232.0, 4214.0, 4214.0, 4234.0, 4203.0, 4222.0, 4190.0, 4193.0, 4243.0, 4213.0, 4190.0, 4190.0, 4203.0, 4212.0, 4203.0, 4193.0, 4234.0, 4226.0, 4233.0, 4214.0, 4192.0, 4233.0, 4213.0, 4212.0, 4235.0, 4192.0, 4211.0, 4192.0, 4203.0, 4253.0, 4225.0, 4191.0, 4210.0, 4192.0, 4210.0, 4211.0, 4192.0, 4202.0, 4213.0, 4192.0, 4243.0, 4212.0, 4192.0, 4234.0, 4214.0, 4224.0, 4213.0, 4192.0, 4241.0, 4224.0, 4212.0, 4222.0, 4192.0, 4190.0, 4212.0, 4203.0, 4252.0, 4212.0, 4191.0, 4200.0, 4203.0, 4212.0, 4223.0, 4193.0, 4200.0, 4192.0, 4204.0, 4255.0, 4215.0, 4192.0, 4223.0, 4204.0, 4234.0, 4224.0, 4193.0, 4202.0, 4181.0, 4193.0, 4192.0, 4226.0, 4216.0, 4235.0, 4245.0, 4202.0, 4212.0, 4211.0, 4181.0, 4241.0, 4201.0, 4179.0, 4188.0, 4190.0, 4212.0, 4201.0, 4192.0, 4220.0, 4223.0, 4212.0, 4243.0, 4191.0, 4202.0, 4232.0, 4212.0, 4212.0, 4202.0, 4192.0, 4242.0, 4212.0, 4191.0, 4211.0, 4203.0, 4224.0, 4211.0, 4192.0, 4212.0, 4213.0, 4193.0, 4243.0, 4201.0, 4192.0, 4214.0, 4214.0, 4243.0, 4224.0, 4181.0, 4211.0, 4190.0, 4242.0, 4212.0, 4179.0, 4200.0, 4191.0, 4223.0, 4214.0, 4191.0, 4210.0, 4203.0, 4180.0, 4253.0, 4213.0, 4192.0, 4199.0, 4192.0, 4242.0, 4223.0, 4200.0, 4209.0, 4202.0, 4193.0, 4242.0, 4192.0, 4191.0, 4201.0, 4191.0, 4242.0, 4222.0, 4199.0, 4208.0, 4189.0, 4200.0, 4210.0, 4190.0, 4218.0, 4179.0, 4181.0, 4230.0, 4191.0, 4192.0, 4202.0, 4204.0, 4234.0, 4204.0, 4193.0, 4233.0, 4205.0, 4213.0, 4237.0, 4203.0, 4233.0, 4225.0, 4204.0, 4235.0, 4191.0, 4235.0, 4236.0, 4224.0, 4233.0, 4192.0, 4221.0, 4212.0, 4204.0, 4256.0, 4194.0, 4193.0, 4224.0, 4236.0, 4235.0, 4223.0, 4191.0, 4231.0, 4223.0, 4231.0, 4230.0, 4178.0, 4180.0, 4190.0, 4191.0, 4220.0, 4201.0, 4191.0, 4232.0, 4221.0, 4220.0, 4199.0, 4188.0, 4208.0, 4200.0, 4190.0, 4209.0, 4188.0, 4192.0, 4232.0, 4202.0, 4192.0, 4212.0, 4204.0, 4226.0, 4204.0, 4194.0, 4243.0, 4224.0, 4233.0, 4212.0, 4192.0, 4190.0, 4214.0, 4205.0, 4234.0, 4194.0, 4193.0, 4193.0, 4224.0, 4206.0, 4206.0, 4246.0, 4215.0, 4205.0, 4258.0, 4246.0, 4223.0, 4243.0, 4190.0, 4191.0, 4212.0, 4192.0, 4210.0, 4191.0, 4191.0, 4231.0, 4234.0, 4203.0, 4233.0, 4192.0, 4201.0, 4223.0, 4224.0, 4230.0, 4190.0, 4190.0, 4232.0, 4214.0, 4192.0, 4211.0, 4193.0, 4222.0, 4234.0, 4213.0, 4243.0, 4192.0, 4181.0, 4211.0, 4193.0, 4222.0, 4192.0, 4191.0, 4243.0, 4224.0, 4203.0, 4232.0, 4190.0, 4181.0, 4213.0, 4193.0, 4223.0, 4191.0, 4194.0, 4243.0, 4214.0, 4193.0, 4212.0, 4203.0, 4244.0, 4214.0, 4193.0, 4222.0, 4203.0, 4214.0, 4235.0, 4215.0, 4233.0, 4202.0, 4193.0, 4231.0, 4224.0, 4190.0, 4199.0, 4190.0, 4220.0, 4201.0, 4190.0, 4220.0, 4181.0, 4193.0, 4234.0, 4204.0, 4192.0, 4213.0, 4205.0, 4212.0, 4244.0, 4203.0, 4193.0, 4213.0, 4196.0, 4234.0, 4192.0, 4192.0, 4243.0, 4236.0, 4215.0, 4244.0, 4191.0, 4192.0, 4223.0, 4212.0, 4211.0, 4188.0, 4190.0, 4201.0, 4222.0, 4201.0, 4222.0, 4213.0, 4194.0, 4254.0, 4223.0, 4193.0, 4224.0, 4213.0, 4243.0, 4243.0, 4203.0, 4223.0, 4217.0, 4224.0, 4201.0, 4193.0, 4211.0, 4190.0, 4191.0, 4190.0, 4211.0, 4203.0, 4193.0, 4202.0, 4204.0, 4196.0, 4223.0, 4204.0, 4203.0, 4192.0, 4194.0, 4254.0, 4223.0, 4192.0, 4231.0, 4213.0, 4194.0, 4256.0, 4225.0, 4194.0, 4222.0, 4214.0, 4203.0, 4256.0, 4225.0, 4192.0, 4224.0, 4215.0, 4248.0, 4270.0, 4267.0, 4216.0, 4203.0, 4212.0, 4192.0, 4221.0, 4202.0, 4222.0, 4225.0, 4203.0, 4236.0, 4205.0, 4217.0, 4213.0, 4202.0, 4230.0, 4220.0, 4199.0, 4242.0, 4211.0, 4216.0, 4197.0, 4187.0, 4218.0, 4175.0, 4166.0, 4198.0, 4188.0, 4206.0, 4186.0, 4187.0, 4218.0, 4188.0, 4176.0, 4188.0, 4187.0, 4218.0, 4203.0, 4190.0, 4229.0, 4192.0, 4191.0, 4222.0, 4202.0, 4189.0, 4199.0, 4190.0, 4232.0, 4191.0, 4191.0, 4242.0, 4225.0, 4204.0, 4233.0, 4203.0, 4203.0, 4233.0, 4193.0, 4214.0, 4216.0, 4193.0, 4244.0, 4222.0, 4180.0, 4232.0, 4222.0, 4212.0, 4242.0, 4200.0, 4189.0, 4210.0, 4203.0, 4221.0, 4223.0, 4190.0, 4189.0, 4201.0, 4191.0, 4233.0, 4201.0, 4194.0, 4230.0, 4213.0, 4213.0, 4233.0, 4202.0, 4211.0, 4213.0, 4190.0, 4222.0, 4192.0, 4193.0, 4222.0, 4204.0, 4193.0, 4204.0, 4192.0, 4232.0, 4191.0, 4201.0, 4213.0, 4218.0, 4215.0, 4235.0, 4246.0, 4207.0, 4215.0, 4236.0, 4205.0, 4243.0, 4182.0, 4191.0, 4212.0, 4202.0, 4225.0, 4222.0, 4203.0, 4201.0, 4212.0, 4202.0, 4245.0, 4201.0, 4191.0, 4233.0, 4214.0, 4236.0, 4223.0, 4194.0, 4233.0, 4225.0, 4215.0, 4211.0, 4192.0, 4241.0, 4222.0, 4203.0, 4231.0, 4202.0, 4190.0, 4212.0, 4201.0, 4244.0, 4221.0, 4190.0, 4230.0, 4221.0, 4232.0, 4244.0, 4189.0, 4188.0, 4202.0, 4191.0, 4221.0, 4201.0, 4192.0, 4243.0, 4226.0, 4193.0, 4224.0, 4205.0, 4231.0, 4212.0, 4204.0, 4221.0, 4203.0, 4201.0, 4223.0, 4211.0, 4234.0, 4200.0, 4191.0, 4231.0, 4211.0, 4190.0, 4212.0, 4204.0, 4194.0, 4234.0, 4203.0, 4211.0, 4203.0, 4192.0, 4254.0, 4211.0, 4190.0, 4212.0, 4213.0, 4222.0, 4232.0, 4202.0, 4210.0, 4212.0, 4200.0, 4242.0, 4211.0, 4178.0, 4202.0, 4204.0, 4213.0, 4214.0, 4202.0, 4245.0, 4225.0, 4225.0, 4236.0, 4203.0, 4232.0, 4217.0, 4205.0, 4247.0, 4204.0, 4232.0, 4224.0, 4215.0, 4235.0, 4218.0, 4193.0, 4203.0, 4207.0, 4196.0, 4247.0, 4229.0, 4217.0, 4268.0, 4235.0, 4215.0, 4235.0, 4194.0, 4231.0, 4221.0, 4181.0, 4210.0, 4200.0, 4221.0, 4210.0, 4180.0, 4218.0, 4189.0, 4192.0, 4233.0, 4215.0], 'WindowWidth': [9421.0, 9417.0, 9388.0, 9352.0, 9422.0, 9397.0, 9330.0, 9347.0, 9351.0, 9384.0, 9343.0, 9374.0, 9408.0, 9392.0, 9361.0, 9363.0, 9343.0, 9386.0, 9350.0, 9339.0, 9361.0, 9355.0, 9350.0, 9338.0, 9357.0, 9408.0, 9392.0, 9378.0, 9422.0, 9395.0, 9395.0, 9406.0, 9346.0, 9357.0, 9361.0, 9355.0, 9421.0, 9394.0, 9327.0, 9340.0, 9345.0, 9401.0, 9375.0, 9326.0, 9352.0, 9353.0, 9329.0, 9373.0, 9343.0, 9354.0, 9343.0, 9333.0, 9400.0, 9359.0, 9353.0, 9356.0, 9343.0, 9361.0, 9333.0, 9322.0, 9391.0, 9366.0, 9334.0, 9332.0, 9323.0, 9356.0, 9343.0, 9319.0, 9355.0, 9313.0, 9313.0, 9330.0, 9320.0, 9369.0, 9332.0, 9336.0, 9371.0, 9349.0, 9321.0, 9303.0, 9333.0, 9307.0, 9321.0, 9343.0, 9344.0, 9401.0, 9385.0, 9375.0, 9328.0, 9310.0, 9353.0, 9314.0, 9353.0, 9336.0, 9294.0, 9324.0, 9343.0, 9318.0, 9328.0, 9317.0, 9325.0, 9394.0, 9344.0, 9325.0, 9344.0, 9349.0, 9383.0, 9355.0, 9330.0, 9406.0, 9350.0, 9372.0, 9352.0, 9323.0, 9396.0, 9375.0, 9370.0, 9380.0, 9320.0, 9351.0, 9352.0, 9362.0, 9371.0, 9327.0, 9297.0, 9359.0, 9337.0, 9377.0, 9371.0, 9311.0, 9309.0, 9331.0, 9316.0, 9370.0, 9317.0, 9309.0, 9310.0, 9332.0, 9372.0, 9331.0, 9297.0, 9312.0, 9335.0, 9328.0, 9317.0, 9318.0, 9370.0, 9315.0, 9325.0, 9374.0, 9338.0, 9333.0, 9321.0, 9321.0, 9372.0, 9335.0, 9316.0, 9332.0, 9322.0, 9348.0, 9340.0, 9328.0, 9393.0, 9335.0, 9316.0, 9363.0, 9344.0, 9378.0, 9363.0, 9317.0, 9340.0, 9334.0, 9320.0, 9376.0, 9332.0, 9321.0, 9350.0, 9341.0, 9363.0, 9353.0, 9322.0, 9377.0, 9354.0, 9349.0, 9376.0, 9332.0, 9322.0, 9365.0, 9339.0, 9362.0, 9319.0, 9333.0, 9375.0, 9350.0, 9325.0, 9359.0, 9334.0, 9325.0, 9378.0, 9352.0, 9377.0, 9347.0, 9320.0, 9391.0, 9347.0, 9332.0, 9356.0, 9313.0, 9322.0, 9323.0, 9318.0, 9373.0, 9332.0, 9303.0, 9334.0, 9319.0, 9394.0, 9361.0, 9352.0, 9335.0, 9341.0, 9323.0, 9382.0, 9337.0, 9322.0, 9339.0, 9334.0, 9398.0, 9355.0, 9327.0, 9368.0, 9343.0, 9371.0, 9385.0, 9340.0, 9359.0, 9362.0, 9362.0, 9398.0, 9331.0, 9311.0, 9294.0, 9298.0, 9366.0, 9339.0, 9294.0, 9313.0, 9312.0, 9332.0, 9313.0, 9318.0, 9357.0, 9333.0, 9319.0, 9376.0, 9318.0, 9329.0, 9330.0, 9319.0, 9354.0, 9312.0, 9315.0, 9357.0, 9335.0, 9342.0, 9313.0, 9331.0, 9371.0, 9362.0, 9317.0, 9337.0, 9330.0, 9321.0, 9357.0, 9335.0, 9319.0, 9340.0, 9341.0, 9381.0, 9337.0, 9325.0, 9381.0, 9360.0, 9364.0, 9373.0, 9344.0, 9325.0, 9380.0, 9343.0, 9342.0, 9398.0, 9371.0, 9326.0, 9361.0, 9357.0, 9364.0, 9378.0, 9314.0, 9295.0, 9310.0, 9320.0, 9375.0, 9334.0, 9303.0, 9316.0, 9340.0, 9381.0, 9355.0, 9327.0, 9377.0, 9353.0, 9352.0, 9380.0, 9335.0, 9357.0, 9299.0, 9311.0, 9355.0, 9332.0, 9360.0, 9342.0, 9317.0, 9323.0, 9328.0, 9342.0, 9336.0, 9343.0, 9351.0, 9415.0, 9362.0, 9345.0, 9349.0, 9351.0, 9401.0, 9356.0, 9324.0, 9352.0, 9344.0, 9367.0, 9358.0, 9340.0, 9364.0, 9353.0, 9355.0, 9400.0, 9324.0, 9317.0, 9324.0, 9342.0, 9377.0, 9352.0, 9324.0, 9382.0, 9356.0, 9364.0, 9353.0, 9333.0, 9379.0, 9354.0, 9335.0, 9360.0, 9335.0, 9363.0, 9366.0, 9324.0, 9389.0, 9332.0, 9322.0, 9363.0, 9352.0, 9349.0, 9335.0, 9336.0, 9376.0, 9339.0, 9321.0, 9357.0, 9346.0, 9366.0, 9367.0, 9321.0, 9356.0, 9332.0, 9319.0, 9383.0, 9358.0, 9378.0, 9361.0, 9316.0, 9373.0, 9347.0, 9315.0, 9339.0, 9317.0, 9322.0, 9337.0, 9337.0, 9374.0, 9315.0, 9321.0, 9377.0, 9341.0, 9321.0, 9334.0, 9326.0, 9394.0, 9356.0, 9322.0, 9335.0, 9340.0, 9380.0, 9357.0, 9325.0, 9364.0, 9341.0, 9379.0, 9344.0, 9342.0, 9364.0, 9355.0, 9341.0, 9416.0, 9358.0, 9325.0, 9353.0, 9340.0, 9381.0, 9355.0, 9336.0, 9356.0, 9373.0, 9357.0, 9381.0, 9339.0, 9332.0, 9398.0, 9345.0, 9341.0, 9321.0, 9340.0, 9323.0, 9398.0, 9386.0, 9388.0, 9393.0, 9331.0, 9317.0, 9362.0, 9321.0, 9371.0, 9338.0, 9336.0, 9333.0, 9353.0, 9340.0, 9396.0, 9353.0, 9336.0, 9352.0, 9341.0, 9417.0, 9358.0, 9352.0, 9341.0, 9357.0, 9396.0, 9364.0, 9323.0, 9341.0, 9335.0, 9348.0, 9351.0, 9320.0, 9354.0, 9316.0, 9321.0, 9375.0, 9333.0, 9316.0, 9319.0, 9344.0, 9379.0, 9343.0, 9325.0, 9376.0, 9344.0, 9382.0, 9355.0, 9325.0, 9363.0, 9355.0, 9368.0, 9341.0, 9326.0, 9365.0, 9342.0, 9355.0, 9345.0, 9341.0, 9366.0, 9359.0, 9345.0, 9394.0, 9340.0, 9325.0, 9340.0, 9345.0, 9383.0, 9363.0, 9324.0, 9376.0, 9370.0, 9352.0, 9365.0, 9336.0, 9335.0, 9352.0, 9323.0, 9397.0, 9350.0, 9318.0, 9357.0, 9336.0, 9378.0, 9349.0, 9317.0, 9326.0, 9350.0, 9317.0, 9362.0, 9339.0, 9306.0, 9319.0, 9354.0, 9339.0, 9395.0, 9349.0, 9323.0, 9362.0, 9321.0, 9321.0, 9395.0, 9336.0, 9315.0, 9343.0, 9332.0, 9393.0, 9375.0, 9342.0, 9323.0, 9310.0, 9299.0, 9340.0, 9333.0, 9315.0, 9320.0, 9341.0, 9381.0, 9355.0, 9341.0, 9374.0, 9338.0, 9348.0, 9442.0, 9404.0, 9357.0, 9326.0, 9351.0, 9337.0, 9374.0, 9335.0, 9323.0, 9340.0, 9338.0, 9360.0, 9323.0, 9320.0, 9374.0, 9347.0, 9358.0, 9389.0, 9352.0, 9285.0, 9324.0, 9308.0, 9346.0, 9288.0, 9290.0, 9344.0, 9319.0, 9307.0, 9334.0, 9307.0, 9294.0, 9327.0, 9317.0, 9345.0, 9354.0, 9312.0, 9296.0, 9331.0, 9315.0, 9318.0, 9356.0, 9316.0, 9319.0, 9379.0, 9350.0, 9322.0, 9355.0, 9315.0, 9321.0, 9375.0, 9350.0, 9349.0, 9371.0, 9354.0, 9295.0, 9363.0, 9351.0, 9336.0, 9363.0, 9289.0, 9288.0, 9303.0, 9312.0, 9333.0, 9309.0, 9291.0, 9295.0, 9320.0, 9320.0, 9344.0, 9305.0, 9322.0, 9393.0, 9355.0, 9324.0, 9346.0, 9322.0, 9333.0, 9335.0, 9322.0, 9358.0, 9349.0, 9311.0, 9408.0, 9364.0, 9319.0, 9351.0, 9331.0, 9297.0, 9328.0, 9314.0, 9337.0, 9351.0, 9365.0, 9324.0, 9378.0, 9337.0, 9322.0, 9391.0, 9322.0, 9357.0, 9306.0, 9316.0, 9339.0, 9325.0, 9306.0, 9387.0, 9352.0, 9319.0, 9319.0, 9338.0, 9327.0, 9382.0, 9324.0, 9360.0, 9334.0, 9325.0, 9397.0, 9370.0, 9320.0, 9334.0, 9318.0, 9373.0, 9335.0, 9361.0, 9345.0, 9314.0, 9325.0, 9345.0, 9319.0, 9387.0, 9329.0, 9300.0, 9340.0, 9319.0, 9358.0, 9357.0, 9298.0, 9325.0, 9331.0, 9317.0, 9361.0, 9321.0, 9304.0, 9324.0, 9343.0, 9409.0, 9342.0, 9329.0, 9348.0, 9346.0, 9383.0, 9343.0, 9345.0, 9389.0, 9365.0, 9363.0, 9370.0, 9345.0, 9337.0, 9371.0, 9344.0, 9369.0, 9326.0, 9350.0, 9400.0, 9375.0, 9328.0, 9380.0, 9356.0, 9383.0, 9382.0, 9325.0, 9372.0, 9351.0, 9323.0, 9376.0, 9338.0, 9321.0, 9339.0, 9327.0, 9377.0, 9331.0, 9317.0, 9343.0, 9337.0, 9351.0, 9382.0, 9327.0, 9333.0, 9334.0, 9327.0, 9392.0, 9350.0, 9320.0, 9349.0, 9340.0, 9341.0, 9342.0, 9339.0, 9324.0, 9355.0, 9337.0, 9333.0, 9415.0, 9371.0, 9363.0, 9361.0, 9319.0, 9374.0, 9349.0, 9328.0, 9313.0, 9316.0, 9299.0, 9305.0, 9323.0, 9380.0, 9340.0, 9326.0, 9379.0, 9362.0, 9372.0, 9390.0, 9331.0, 9338.0, 9358.0, 9348.0, 9414.0, 9387.0, 9331.0, 9366.0, 9357.0, 9368.0, 9397.0, 9326.0, 9322.0, 9321.0, 9337.0, 9377.0, 9369.0, 9339.0, 9363.0, 9343.0, 9357.0, 9341.0, 9328.0, 9381.0, 9338.0, 9327.0, 9370.0, 9343.0, 9381.0, 9338.0, 9321.0, 9366.0, 9360.0, 9371.0, 9386.0, 9341.0, 9339.0, 9329.0, 9330.0, 9382.0, 9338.0, 9328.0, 9385.0, 9363.0, 9360.0, 9357.0, 9346.0, 9383.0, 9375.0, 9347.0, 9371.0, 9347.0, 9368.0, 9357.0, 9347.0, 9379.0, 9339.0, 9324.0, 9396.0, 9383.0, 9351.0, 9361.0, 9320.0, 9293.0, 9340.0, 9344.0, 9351.0, 9323.0, 9347.0, 9332.0, 9367.0, 9390.0, 9396.0, 9391.0, 9346.0, 9395.0, 9373.0, 9378.0, 9374.0, 9306.0, 9315.0, 9324.0, 9337.0, 9326.0, 9328.0, 9378.0, 9341.0, 9325.0, 9398.0, 9371.0, 9387.0, 9389.0, 9311.0, 9382.0, 9346.0, 9324.0, 9338.0, 9343.0, 9386.0, 9374.0, 9347.0, 9385.0, 9340.0, 9346.0, 9361.0, 9333.0, 9396.0, 9340.0, 9329.0, 9368.0, 9346.0, 9385.0, 9356.0, 9345.0, 9381.0, 9387.0, 9370.0, 9415.0, 9344.0, 9333.0, 9341.0, 9343.0, 9381.0, 9355.0, 9327.0, 9382.0, 9362.0, 9383.0, 9365.0, 9323.0, 9335.0, 9327.0, 9375.0, 9342.0, 9320.0, 9359.0, 9336.0, 9332.0, 9350.0, 9326.0, 9358.0, 9317.0, 9327.0, 9393.0, 9353.0, 9305.0, 9318.0, 9330.0, 9379.0, 9352.0, 9322.0, 9363.0, 9341.0, 9359.0, 9387.0, 9341.0, 9379.0, 9336.0, 9341.0, 9355.0, 9327.0, 9378.0, 9321.0, 9309.0, 9367.0, 9345.0, 9356.0, 9328.0, 9351.0, 9400.0, 9377.0, 9347.0, 9398.0, 9376.0, 9331.0, 9415.0, 9343.0, 9330.0, 9371.0, 9358.0, 9371.0, 9368.0, 9342.0, 9396.0, 9371.0, 9332.0, 9349.0, 9335.0, 9311.0, 9380.0, 9326.0, 9344.0, 9391.0, 9334.0, 9322.0, 9373.0, 9352.0, 9307.0, 9348.0, 9321.0, 9317.0, 9323.0, 9327.0, 9388.0, 9325.0, 9305.0, 9337.0, 9345.0, 9383.0, 9357.0, 9345.0, 9380.0, 9358.0, 9357.0, 9386.0, 9341.0, 9364.0, 9320.0, 9329.0, 9397.0, 9354.0, 9320.0, 9321.0, 9344.0, 9353.0, 9343.0, 9330.0, 9384.0, 9381.0, 9384.0, 9360.0, 9326.0, 9381.0, 9356.0, 9354.0, 9390.0, 9327.0, 9350.0, 9328.0, 9344.0, 9411.0, 9374.0, 9324.0, 9347.0, 9327.0, 9348.0, 9349.0, 9324.0, 9337.0, 9356.0, 9328.0, 9396.0, 9353.0, 9326.0, 9386.0, 9359.0, 9371.0, 9355.0, 9326.0, 9391.0, 9371.0, 9353.0, 9365.0, 9327.0, 9321.0, 9354.0, 9342.0, 9408.0, 9352.0, 9321.0, 9332.0, 9344.0, 9355.0, 9370.0, 9330.0, 9334.0, 9329.0, 9346.0, 9415.0, 9361.0, 9327.0, 9370.0, 9345.0, 9385.0, 9373.0, 9328.0, 9337.0, 9310.0, 9329.0, 9328.0, 9381.0, 9367.0, 9390.0, 9403.0, 9342.0, 9351.0, 9350.0, 9312.0, 9390.0, 9335.0, 9301.0, 9314.0, 9321.0, 9352.0, 9338.0, 9325.0, 9361.0, 9368.0, 9354.0, 9397.0, 9324.0, 9341.0, 9381.0, 9355.0, 9353.0, 9341.0, 9327.0, 9393.0, 9353.0, 9323.0, 9352.0, 9343.0, 9370.0, 9351.0, 9325.0, 9351.0, 9356.0, 9329.0, 9398.0, 9338.0, 9329.0, 9359.0, 9358.0, 9396.0, 9373.0, 9310.0, 9349.0, 9321.0, 9395.0, 9352.0, 9303.0, 9333.0, 9326.0, 9368.0, 9359.0, 9324.0, 9348.0, 9341.0, 9309.0, 9410.0, 9357.0, 9325.0, 9332.0, 9329.0, 9394.0, 9370.0, 9334.0, 9345.0, 9341.0, 9329.0, 9395.0, 9326.0, 9324.0, 9336.0, 9323.0, 9392.0, 9366.0, 9329.0, 9341.0, 9318.0, 9333.0, 9347.0, 9319.0, 9355.0, 9303.0, 9311.0, 9375.0, 9323.0, 9326.0, 9339.0, 9348.0, 9384.0, 9346.0, 9330.0, 9381.0, 9349.0, 9357.0, 9394.0, 9345.0, 9383.0, 9375.0, 9346.0, 9387.0, 9327.0, 9387.0, 9393.0, 9373.0, 9385.0, 9329.0, 9365.0, 9353.0, 9346.0, 9418.0, 9332.0, 9330.0, 9374.0, 9392.0, 9389.0, 9369.0, 9324.0, 9377.0, 9367.0, 9377.0, 9372.0, 9300.0, 9306.0, 9321.0, 9324.0, 9361.0, 9335.0, 9322.0, 9378.0, 9363.0, 9359.0, 9329.0, 9316.0, 9342.0, 9336.0, 9319.0, 9344.0, 9316.0, 9327.0, 9379.0, 9340.0, 9325.0, 9351.0, 9345.0, 9377.0, 9346.0, 9332.0, 9397.0, 9372.0, 9382.0, 9352.0, 9326.0, 9322.0, 9359.0, 9348.0, 9385.0, 9329.0, 9329.0, 9330.0, 9371.0, 9354.0, 9353.0, 9404.0, 9359.0, 9347.0, 9422.0, 9407.0, 9370.0, 9392.0, 9321.0, 9324.0, 9352.0, 9326.0, 9346.0, 9319.0, 9324.0, 9377.0, 9387.0, 9342.0, 9381.0, 9326.0, 9336.0, 9367.0, 9372.0, 9374.0, 9318.0, 9322.0, 9379.0, 9357.0, 9324.0, 9348.0, 9328.0, 9366.0, 9385.0, 9356.0, 9395.0, 9325.0, 9309.0, 9350.0, 9329.0, 9367.0, 9325.0, 9325.0, 9396.0, 9372.0, 9343.0, 9378.0, 9321.0, 9311.0, 9356.0, 9328.0, 9369.0, 9324.0, 9331.0, 9397.0, 9360.0, 9328.0, 9352.0, 9345.0, 9397.0, 9359.0, 9328.0, 9365.0, 9343.0, 9359.0, 9389.0, 9362.0, 9381.0, 9338.0, 9327.0, 9378.0, 9370.0, 9320.0, 9330.0, 9321.0, 9360.0, 9335.0, 9319.0, 9357.0, 9308.0, 9330.0, 9384.0, 9348.0, 9327.0, 9354.0, 9349.0, 9355.0, 9400.0, 9342.0, 9329.0, 9356.0, 9336.0, 9383.0, 9326.0, 9327.0, 9396.0, 9391.0, 9361.0, 9398.0, 9324.0, 9326.0, 9368.0, 9351.0, 9347.0, 9313.0, 9319.0, 9336.0, 9366.0, 9338.0, 9365.0, 9357.0, 9333.0, 9415.0, 9370.0, 9330.0, 9371.0, 9356.0, 9398.0, 9397.0, 9343.0, 9368.0, 9369.0, 9369.0, 9335.0, 9328.0, 9349.0, 9321.0, 9326.0, 9322.0, 9352.0, 9346.0, 9329.0, 9338.0, 9348.0, 9339.0, 9371.0, 9345.0, 9341.0, 9326.0, 9331.0, 9412.0, 9369.0, 9326.0, 9376.0, 9355.0, 9332.0, 9419.0, 9375.0, 9333.0, 9366.0, 9361.0, 9345.0, 9420.0, 9373.0, 9327.0, 9370.0, 9365.0, 9412.0, 9454.0, 9440.0, 9367.0, 9346.0, 9355.0, 9327.0, 9364.0, 9340.0, 9367.0, 9376.0, 9345.0, 9391.0, 9349.0, 9367.0, 9356.0, 9338.0, 9372.0, 9357.0, 9329.0, 9393.0, 9348.0, 9347.0, 9322.0, 9309.0, 9351.0, 9291.0, 9281.0, 9324.0, 9314.0, 9334.0, 9308.0, 9311.0, 9353.0, 9315.0, 9296.0, 9312.0, 9313.0, 9356.0, 9341.0, 9321.0, 9369.0, 9324.0, 9324.0, 9366.0, 9339.0, 9317.0, 9330.0, 9321.0, 9379.0, 9322.0, 9325.0, 9394.0, 9375.0, 9345.0, 9381.0, 9344.0, 9343.0, 9384.0, 9328.0, 9357.0, 9362.0, 9329.0, 9398.0, 9364.0, 9309.0, 9378.0, 9366.0, 9353.0, 9394.0, 9333.0, 9317.0, 9346.0, 9342.0, 9363.0, 9365.0, 9320.0, 9319.0, 9338.0, 9326.0, 9381.0, 9336.0, 9330.0, 9375.0, 9355.0, 9356.0, 9382.0, 9337.0, 9350.0, 9353.0, 9320.0, 9364.0, 9325.0, 9327.0, 9366.0, 9344.0, 9327.0, 9342.0, 9328.0, 9378.0, 9324.0, 9339.0, 9356.0, 9372.0, 9366.0, 9391.0, 9405.0, 9353.0, 9360.0, 9390.0, 9347.0, 9395.0, 9312.0, 9323.0, 9353.0, 9341.0, 9374.0, 9368.0, 9342.0, 9338.0, 9355.0, 9343.0, 9402.0, 9337.0, 9327.0, 9385.0, 9361.0, 9390.0, 9369.0, 9331.0, 9384.0, 9374.0, 9360.0, 9351.0, 9324.0, 9389.0, 9367.0, 9342.0, 9379.0, 9339.0, 9322.0, 9354.0, 9337.0, 9397.0, 9362.0, 9321.0, 9374.0, 9366.0, 9379.0, 9398.0, 9317.0, 9316.0, 9338.0, 9325.0, 9363.0, 9338.0, 9328.0, 9397.0, 9378.0, 9329.0, 9372.0, 9349.0, 9379.0, 9355.0, 9344.0, 9364.0, 9341.0, 9338.0, 9370.0, 9352.0, 9383.0, 9333.0, 9324.0, 9376.0, 9351.0, 9321.0, 9350.0, 9343.0, 9331.0, 9385.0, 9343.0, 9351.0, 9342.0, 9328.0, 9410.0, 9351.0, 9322.0, 9351.0, 9358.0, 9368.0, 9382.0, 9340.0, 9349.0, 9353.0, 9336.0, 9396.0, 9349.0, 9304.0, 9339.0, 9347.0, 9356.0, 9360.0, 9344.0, 9402.0, 9378.0, 9375.0, 9393.0, 9345.0, 9383.0, 9366.0, 9348.0, 9407.0, 9345.0, 9380.0, 9372.0, 9362.0, 9391.0, 9370.0, 9328.0, 9344.0, 9353.0, 9340.0, 9410.0, 9387.0, 9369.0, 9439.0, 9389.0, 9360.0, 9387.0, 9330.0, 9375.0, 9362.0, 9308.0, 9344.0, 9333.0, 9360.0, 9347.0, 9307.0, 9354.0, 9318.0, 9325.0, 9382.0, 9359.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.0006795302013422817</td></tr>
<tr><td colspan=3>aqi</td><td>0.03414835954850518</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.50752564552504</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2201180324358971</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9740109275457881</td></tr>
<tr><td colspan=3>efc</td><td>0.4693</td></tr>
<tr><td colspan=3>fber</td><td>8390.582</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10742601238855491</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>86</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.247101891397193</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.54313317787377</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.369635943503477</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8033451149812256</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.456418475136607</td></tr>
<tr><td colspan=3>gcor</td><td>0.00615505</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004061088431626558</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03597584739327431</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1639</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.933500258900262</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>22.9585</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.0497</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.0074</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299526.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>722.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.3441</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5853</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.1126</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3415.263</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3634.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77018.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1130.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4429.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.8531</td></tr>
<tr><td colspan=3>tsnr</td><td>36.27432120469166</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>