<?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-0098_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-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_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-0098/figures/sub-0098_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098/ses-03/func/sub-0098_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>db503d6cf6ac5020eea0e779a45a1479</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:25:39.960000</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.999693, 0.00938333, -0.0229487, -0.00540886, 0.985861, 0.16748]</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.259</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.0914069</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>[4215, -7809, -7160, 317, -109, 108, -10, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d10f3c30-2761-4066-8e4b-6445ea488b89||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.6821022033691406, -0.014511585235595703, -0.06532857567071915, 116.3984603881836], [-0.025174787268042564, 2.6449921131134033, 0.4517219662666321, -104.43051147460938], [-0.061569761484861374, -0.4493367075920105, 2.661142587661743, -25.569622039794922], [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': ['132539.960000', '132540.420000', '132540.880000', '132541.340000', '132541.800000', '132542.260000', '132542.720000', '132543.180000', '132543.640000', '132544.100000', '132544.560000', '132545.020000', '132545.480000', '132545.940000', '132546.400000', '132546.860000', '132547.320000', '132547.780000', '132548.240000', '132548.700000', '132549.160000', '132549.620000', '132550.080000', '132550.540000', '132551.000000', '132551.460000', '132551.920000', '132552.380000', '132552.840000', '132553.300000', '132553.760000', '132554.220000', '132554.680000', '132555.140000', '132555.600000', '132556.060000', '132556.520000', '132556.980000', '132557.440000', '132557.900000', '132558.360000', '132558.820000', '132559.280000', '132559.740000', '132600.200000', '132600.660000', '132601.120000', '132601.580000', '132602.040000', '132602.500000', '132602.960000', '132603.420000', '132603.880000', '132604.340000', '132604.800000', '132605.260000', '132605.720000', '132606.180000', '132606.640000', '132607.100000', '132607.560000', '132608.020000', '132608.480000', '132608.940000', '132609.400000', '132609.860000', '132610.320000', '132610.780000', '132611.240000', '132611.700000', '132612.160000', '132612.620000', '132613.080000', '132613.540000', '132614.000000', '132614.460000', '132614.920000', '132615.380000', '132615.840000', '132616.300000', '132616.760000', '132617.220000', '132617.680000', '132618.140000', '132618.600000', '132619.060000', '132619.520000', '132619.980000', '132620.440000', '132620.900000', '132621.360000', '132621.820000', '132622.280000', '132622.740000', '132623.200000', '132623.660000', '132624.120000', '132624.580000', '132625.040000', '132625.500000', '132625.960000', '132626.420000', '132626.880000', '132627.340000', '132627.800000', '132628.260000', '132628.720000', '132629.180000', '132629.640000', '132630.100000', '132630.560000', '132631.020000', '132631.480000', '132631.940000', '132632.400000', '132632.860000', '132633.320000', '132633.780000', '132634.240000', '132634.700000', '132635.160000', '132635.620000', '132636.080000', '132636.540000', '132637.000000', '132637.460000', '132637.920000', '132638.380000', '132638.840000', '132639.300000', '132639.760000', '132640.220000', '132640.680000', '132641.140000', '132641.600000', '132642.060000', '132642.520000', '132642.980000', '132643.440000', '132643.900000', '132644.360000', '132644.820000', '132645.280000', '132645.740000', '132646.200000', '132646.660000', '132647.120000', '132647.580000', '132648.040000', '132648.500000', '132648.960000', '132649.420000', '132649.880000', '132650.340000', '132650.800000', '132651.260000', '132651.720000', '132652.180000', '132652.640000', '132653.100000', '132653.560000', '132654.020000', '132654.480000', '132654.940000', '132655.400000', '132655.860000', '132656.320000', '132656.780000', '132657.240000', '132657.700000', '132658.160000', '132658.620000', '132659.080000', '132659.540000', '132700.000000', '132700.460000', '132700.920000', '132701.380000', '132701.840000', '132702.300000', '132702.760000', '132703.220000', '132703.680000', '132704.140000', '132704.600000', '132705.060000', '132705.520000', '132705.980000', '132706.440000', '132706.900000', '132707.360000', '132707.820000', '132708.280000', '132708.740000', '132709.200000', '132709.660000', '132710.120000', '132710.580000', '132711.040000', '132711.500000', '132711.960000', '132712.420000', '132712.880000', '132713.340000', '132713.800000', '132714.260000', '132714.720000', '132715.180000', '132715.640000', '132716.100000', '132716.560000', '132717.020000', '132717.480000', '132717.940000', '132718.400000', '132718.860000', '132719.320000', '132719.780000', '132720.240000', '132720.700000', '132721.160000', '132721.620000', '132722.080000', '132722.540000', '132723.000000', '132723.460000', '132723.920000', '132724.380000', '132724.840000', '132725.300000', '132725.760000', '132726.220000', '132726.680000', '132727.140000', '132727.600000', '132728.060000', '132728.520000', '132728.980000', '132729.440000', '132729.900000', '132730.360000', '132730.820000', '132731.280000', '132731.740000', '132732.200000', '132732.660000', '132733.120000', '132733.580000', '132734.040000', '132734.500000', '132734.960000', '132735.420000', '132735.880000', '132736.340000', '132736.800000', '132737.260000', '132737.720000', '132738.180000', '132738.640000', '132739.100000', '132739.560000', '132740.020000', '132740.480000', '132740.940000', '132741.400000', '132741.860000', '132742.320000', '132742.780000', '132743.240000', '132743.700000', '132744.160000', '132744.620000', '132745.080000', '132745.540000', '132746.000000', '132746.460000', '132746.920000', '132747.380000', '132747.840000', '132748.300000', '132748.760000', '132749.220000', '132749.680000', '132750.140000', '132750.600000', '132751.060000', '132751.520000', '132751.980000', '132752.440000', '132752.900000', '132753.360000', '132753.820000', '132754.280000', '132754.740000', '132755.200000', '132755.660000', '132756.120000', '132756.580000', '132757.040000', '132757.500000', '132757.960000', '132758.420000', '132758.880000', '132759.340000', '132759.800000', '132800.260000', '132800.720000', '132801.180000', '132801.640000', '132802.100000', '132802.560000', '132803.020000', '132803.480000', '132803.940000', '132804.400000', '132804.860000', '132805.320000', '132805.780000', '132806.240000', '132806.700000', '132807.160000', '132807.620000', '132808.080000', '132808.540000', '132809.000000', '132809.460000', '132809.920000', '132810.380000', '132810.840000', '132811.300000', '132811.760000', '132812.220000', '132812.680000', '132813.140000', '132813.600000', '132814.060000', '132814.520000', '132814.980000', '132815.440000', '132815.900000', '132816.360000', '132816.820000', '132817.280000', '132817.740000', '132818.200000', '132818.660000', '132819.120000', '132819.580000', '132820.040000', '132820.500000', '132820.960000', '132821.420000', '132821.880000', '132822.340000', '132822.800000', '132823.260000', '132823.720000', '132824.180000', '132824.640000', '132825.100000', '132825.560000', '132826.020000', '132826.480000', '132826.940000', '132827.400000', '132827.860000', '132828.320000', '132828.780000', '132829.240000', '132829.700000', '132830.160000', '132830.620000', '132831.080000', '132831.540000', '132832.000000', '132832.460000', '132832.920000', '132833.380000', '132833.840000', '132834.300000', '132834.760000', '132835.220000', '132835.680000', '132836.140000', '132836.600000', '132837.060000', '132837.520000', '132837.980000', '132838.440000', '132838.900000', '132839.360000', '132839.820000', '132840.280000', '132840.740000', '132841.200000', '132841.660000', '132842.120000', '132842.580000', '132843.040000', '132843.500000', '132843.960000', '132844.420000', '132844.880000', '132845.340000', '132845.800000', '132846.260000', '132846.720000', '132847.180000', '132847.640000', '132848.100000', '132848.560000', '132849.020000', '132849.480000', '132849.940000', '132850.400000', '132850.860000', '132851.320000', '132851.780000', '132852.240000', '132852.700000', '132853.160000', '132853.620000', '132854.080000', '132854.540000', '132855.000000', '132855.460000', '132855.920000', '132856.380000', '132856.840000', '132857.300000', '132857.760000', '132858.220000', '132858.680000', '132859.140000', '132859.600000', '132900.060000', '132900.520000', '132900.980000', '132901.440000', '132901.900000', '132902.360000', '132902.820000', '132903.280000', '132903.740000', '132904.200000', '132904.660000', '132905.120000', '132905.580000', '132906.040000', '132906.500000', '132906.960000', '132907.420000', '132907.880000', '132908.340000', '132908.800000', '132909.260000', '132909.720000', '132910.180000', '132910.640000', '132911.100000', '132911.560000', '132912.020000', '132912.480000', '132912.940000', '132913.400000', '132913.860000', '132914.320000', '132914.780000', '132915.240000', '132915.700000', '132916.160000', '132916.620000', '132917.080000', '132917.540000', '132918.000000', '132918.460000', '132918.920000', '132919.380000', '132919.840000', '132920.300000', '132920.760000', '132921.220000', '132921.680000', '132922.140000', '132922.600000', '132923.060000', '132923.520000', '132923.980000', '132924.440000', '132924.900000', '132925.360000', '132925.820000', '132926.280000', '132926.740000', '132927.200000', '132927.660000', '132928.120000', '132928.580000', '132929.040000', '132929.500000', '132929.960000', '132930.420000', '132930.880000', '132931.340000', '132931.800000', '132932.260000', '132932.720000', '132933.180000', '132933.640000', '132934.100000', '132934.560000', '132935.020000', '132935.480000', '132935.940000', '132936.400000', '132936.860000', '132937.320000', '132937.780000', '132938.240000', '132938.700000', '132939.160000', '132939.620000', '132940.080000', '132940.540000', '132941.000000', '132941.460000', '132941.920000', '132942.380000', '132942.840000', '132943.300000', '132943.760000', '132944.220000', '132944.680000', '132945.140000', '132945.600000', '132946.060000', '132946.520000', '132946.980000', '132947.440000', '132947.900000', '132948.360000', '132948.820000', '132949.280000', '132949.740000', '132950.200000', '132950.660000', '132951.120000', '132951.580000', '132952.040000', '132952.500000', '132952.960000', '132953.420000', '132953.880000', '132954.340000', '132954.800000', '132955.260000', '132955.720000', '132956.180000', '132956.640000', '132957.100000', '132957.560000', '132958.020000', '132958.480000', '132958.940000', '132959.400000', '132959.860000', '133000.320000', '133000.780000', '133001.240000', '133001.700000', '133002.160000', '133002.620000', '133003.080000', '133003.540000', '133004.000000', '133004.460000', '133004.920000', '133005.380000', '133005.840000', '133006.300000', '133006.760000', '133007.220000', '133007.680000', '133008.140000', '133008.600000', '133009.060000', '133009.520000', '133009.980000', '133010.440000', '133010.900000', '133011.360000', '133011.820000', '133012.280000', '133012.740000', '133013.200000', '133013.660000', '133014.120000', '133014.580000', '133015.040000', '133015.500000', '133015.960000', '133016.420000', '133016.880000', '133017.340000', '133017.800000', '133018.260000', '133018.720000', '133019.180000', '133019.640000', '133020.100000', '133020.560000', '133021.020000', '133021.480000', '133021.940000', '133022.400000', '133022.860000', '133023.320000', '133023.780000', '133024.240000', '133024.700000', '133025.160000', '133025.620000', '133026.080000', '133026.540000', '133027.000000', '133027.460000', '133027.920000', '133028.380000', '133028.840000', '133029.300000', '133029.760000', '133030.220000', '133030.680000', '133031.140000', '133031.600000', '133032.060000', '133032.520000', '133032.980000', '133033.440000', '133033.900000', '133034.360000', '133034.820000', '133035.280000', '133035.740000', '133036.200000', '133036.660000', '133037.120000', '133037.580000', '133038.040000', '133038.500000', '133038.960000', '133039.420000', '133039.880000', '133040.340000', '133040.800000', '133041.260000', '133041.720000', '133042.180000', '133042.640000', '133043.100000', '133043.560000', '133044.020000', '133044.480000', '133044.940000', '133045.400000', '133045.860000', '133046.320000', '133046.780000', '133047.240000', '133047.700000', '133048.160000', '133048.620000', '133049.080000', '133049.540000', '133050.000000', '133050.460000', '133050.920000', '133051.380000', '133051.840000', '133052.300000', '133052.760000', '133053.220000', '133053.680000', '133054.140000', '133054.600000', '133055.060000', '133055.520000', '133055.980000', '133056.440000', '133056.900000', '133057.360000', '133057.820000', '133058.280000', '133058.740000', '133059.200000', '133059.660000', '133100.120000', '133100.580000', '133101.040000', '133101.500000', '133101.960000', '133102.420000', '133102.880000', '133103.340000', '133103.800000', '133104.260000', '133104.720000', '133105.180000', '133105.640000', '133106.100000', '133106.560000', '133107.020000', '133107.480000', '133107.940000', '133108.400000', '133108.860000', '133109.320000', '133109.780000', '133110.240000', '133110.700000', '133111.160000', '133111.620000', '133112.080000', '133112.540000', '133113.000000', '133113.460000', '133113.920000', '133114.380000', '133114.840000', '133115.300000', '133115.760000', '133116.220000', '133116.680000', '133117.140000', '133117.600000', '133118.060000', '133118.520000', '133118.980000', '133119.440000', '133119.900000', '133120.360000', '133120.820000', '133121.280000', '133121.740000', '133122.200000', '133122.660000', '133123.120000', '133123.580000', '133124.040000', '133124.500000', '133124.960000', '133125.420000', '133125.880000', '133126.340000', '133126.800000', '133127.260000', '133127.720000', '133128.180000', '133128.640000', '133129.100000', '133129.560000', '133130.020000', '133130.480000', '133130.940000', '133131.400000', '133131.860000', '133132.320000', '133132.780000', '133133.240000', '133133.700000', '133134.160000', '133134.620000', '133135.080000', '133135.540000', '133136.000000', '133136.460000', '133136.920000', '133137.380000', '133137.840000', '133138.300000', '133138.760000', '133139.220000', '133139.680000', '133140.140000', '133140.600000', '133141.060000', '133141.520000', '133141.980000', '133142.440000', '133142.900000', '133143.360000', '133143.820000', '133144.280000', '133144.740000', '133145.200000', '133145.660000', '133146.120000', '133146.580000', '133147.040000', '133147.500000', '133147.960000', '133148.420000', '133148.880000', '133149.340000', '133149.800000', '133150.260000', '133150.720000', '133151.180000', '133151.640000', '133152.100000', '133152.560000', '133153.020000', '133153.480000', '133153.940000', '133154.400000', '133154.860000', '133155.320000', '133155.780000', '133156.240000', '133156.700000', '133157.160000', '133157.620000', '133158.080000', '133158.540000', '133159.000000', '133159.460000', '133159.920000', '133200.380000', '133200.840000', '133201.300000', '133201.760000', '133202.220000', '133202.680000', '133203.140000', '133203.600000', '133204.060000', '133204.520000', '133204.980000', '133205.440000', '133205.900000', '133206.360000', '133206.820000', '133207.280000', '133207.740000', '133208.200000', '133208.660000', '133209.120000', '133209.580000', '133210.040000', '133210.500000', '133210.960000', '133211.420000', '133211.880000', '133212.340000', '133212.800000', '133213.260000', '133213.720000', '133214.180000', '133214.640000', '133215.100000', '133215.560000', '133216.020000', '133216.480000', '133216.940000', '133217.400000', '133217.860000', '133218.320000', '133218.780000', '133219.240000', '133219.700000', '133220.160000', '133220.620000', '133221.080000', '133221.540000', '133222.000000', '133222.460000', '133222.920000', '133223.380000', '133223.840000', '133224.300000', '133224.760000', '133225.220000', '133225.680000', '133226.140000', '133226.600000', '133227.060000', '133227.520000', '133227.980000', '133228.440000', '133228.900000', '133229.360000', '133229.820000', '133230.280000', '133230.740000', '133231.200000', '133231.660000', '133232.120000', '133232.580000', '133233.040000', '133233.500000', '133233.960000', '133234.420000', '133234.880000', '133235.340000', '133235.800000', '133236.260000', '133236.720000', '133237.180000', '133237.640000', '133238.100000', '133238.560000', '133239.020000', '133239.480000', '133239.940000', '133240.400000', '133240.860000', '133241.320000', '133241.780000', '133242.240000', '133242.700000', '133243.160000', '133243.620000', '133244.080000', '133244.540000', '133245.000000', '133245.460000', '133245.920000', '133246.380000', '133246.840000', '133247.300000', '133247.760000', '133248.220000', '133248.680000', '133249.140000', '133249.600000', '133250.060000', '133250.520000', '133250.980000', '133251.440000', '133251.900000', '133252.360000', '133252.820000', '133253.280000', '133253.740000', '133254.200000', '133254.660000', '133255.120000', '133255.580000', '133256.040000', '133256.500000', '133256.960000', '133257.420000', '133257.880000', '133258.340000', '133258.800000', '133259.260000', '133259.720000', '133300.180000', '133300.640000', '133301.100000', '133301.560000', '133302.020000', '133302.480000', '133302.940000', '133303.400000', '133303.860000', '133304.320000', '133304.780000', '133305.240000', '133305.700000', '133306.160000', '133306.620000', '133307.080000', '133307.540000', '133308.000000', '133308.460000', '133308.920000', '133309.380000', '133309.840000', '133310.300000', '133310.760000', '133311.220000', '133311.680000', '133312.140000', '133312.600000', '133313.060000', '133313.520000', '133313.980000', '133314.440000', '133314.900000', '133315.360000', '133315.820000', '133316.280000', '133316.740000', '133317.200000', '133317.660000', '133318.120000', '133318.580000', '133319.040000', '133319.500000', '133319.960000', '133320.420000', '133320.880000', '133321.340000', '133321.800000', '133322.260000', '133322.720000', '133323.180000', '133323.640000', '133324.100000', '133324.560000', '133325.020000', '133325.480000', '133325.940000', '133326.400000', '133326.860000', '133327.320000', '133327.780000', '133328.240000', '133328.700000', '133329.160000', '133329.620000', '133330.080000', '133330.540000', '133331.000000', '133331.460000', '133331.920000', '133332.380000', '133332.840000', '133333.300000', '133333.760000', '133334.220000', '133334.680000', '133335.140000', '133335.600000', '133336.060000', '133336.520000', '133336.980000', '133337.440000', '133337.900000', '133338.360000', '133338.820000', '133339.280000', '133339.740000', '133340.200000', '133340.660000', '133341.120000', '133341.580000', '133342.040000', '133342.500000', '133342.960000', '133343.420000', '133343.880000', '133344.340000', '133344.800000', '133345.260000', '133345.720000', '133346.180000', '133346.640000', '133347.100000', '133347.560000', '133348.020000', '133348.480000', '133348.940000', '133349.400000', '133349.860000', '133350.320000', '133350.780000', '133351.240000', '133351.700000', '133352.160000', '133352.620000', '133353.080000', '133353.540000', '133354.000000', '133354.460000', '133354.920000', '133355.380000', '133355.840000', '133356.300000', '133356.760000', '133357.220000', '133357.680000', '133358.140000', '133358.600000', '133359.060000', '133359.520000', '133359.980000', '133400.440000', '133400.900000', '133401.360000', '133401.820000', '133402.280000', '133402.740000', '133403.200000', '133403.660000', '133404.120000', '133404.580000', '133405.040000', '133405.500000', '133405.960000', '133406.420000', '133406.880000', '133407.340000', '133407.800000', '133408.260000', '133408.720000', '133409.180000', '133409.640000', '133410.100000', '133410.560000', '133411.020000', '133411.480000', '133411.940000', '133412.400000', '133412.860000', '133413.320000', '133413.780000', '133414.240000', '133414.700000', '133415.160000', '133415.620000', '133416.080000', '133416.540000', '133417.000000', '133417.460000', '133417.920000', '133418.380000', '133418.840000', '133419.300000', '133419.760000', '133420.220000', '133420.680000', '133421.140000', '133421.600000', '133422.060000', '133422.520000', '133422.980000', '133423.440000', '133423.900000', '133424.360000', '133424.820000', '133425.280000', '133425.740000', '133426.200000', '133426.660000', '133427.120000', '133427.580000', '133428.040000', '133428.500000', '133428.960000', '133429.420000', '133429.880000', '133430.340000', '133430.800000', '133431.260000', '133431.720000', '133432.180000', '133432.640000', '133433.100000', '133433.560000', '133434.020000', '133434.480000', '133434.940000', '133435.400000', '133435.860000', '133436.320000', '133436.780000', '133437.240000', '133437.700000', '133438.160000', '133438.620000', '133439.080000', '133439.540000', '133440.000000', '133440.460000', '133440.920000', '133441.380000', '133441.840000', '133442.300000', '133442.760000', '133443.220000', '133443.680000', '133444.140000', '133444.600000', '133445.060000', '133445.520000', '133445.980000', '133446.440000', '133446.900000', '133447.360000', '133447.820000', '133448.280000', '133448.740000', '133449.200000', '133449.660000', '133450.120000', '133450.580000', '133451.040000', '133451.500000', '133451.960000', '133452.420000', '133452.880000', '133453.340000', '133453.800000', '133454.260000', '133454.720000', '133455.180000', '133455.640000', '133456.100000', '133456.560000', '133457.020000', '133457.480000', '133457.940000', '133458.400000', '133458.860000', '133459.320000', '133459.780000', '133500.240000', '133500.700000', '133501.160000', '133501.620000', '133502.080000', '133502.540000', '133503.000000', '133503.460000', '133503.920000', '133504.380000', '133504.840000', '133505.300000', '133505.760000', '133506.220000', '133506.680000', '133507.140000', '133507.600000', '133508.060000', '133508.520000', '133508.980000', '133509.440000', '133509.900000', '133510.360000', '133510.820000', '133511.280000', '133511.740000', '133512.200000', '133512.660000', '133513.120000', '133513.580000', '133514.040000', '133514.500000', '133514.960000', '133515.420000', '133515.880000', '133516.340000', '133516.800000', '133517.260000', '133517.720000', '133518.180000', '133518.640000', '133519.100000', '133519.560000', '133520.020000', '133520.480000', '133520.940000', '133521.400000', '133521.860000', '133522.320000', '133522.780000', '133523.240000', '133523.700000', '133524.160000', '133524.620000', '133525.080000', '133525.540000', '133526.000000', '133526.460000', '133526.920000', '133527.380000', '133527.840000', '133528.300000', '133528.760000', '133529.220000', '133529.680000', '133530.140000', '133530.600000', '133531.060000', '133531.520000', '133531.980000', '133532.440000', '133532.900000', '133533.360000', '133533.820000', '133534.280000', '133534.740000', '133535.200000', '133535.660000', '133536.120000', '133536.580000', '133537.040000', '133537.500000', '133537.960000', '133538.420000', '133538.880000', '133539.340000', '133539.800000', '133540.260000', '133540.720000', '133541.180000', '133541.640000', '133542.100000', '133542.560000', '133543.020000', '133543.480000', '133543.940000', '133544.400000', '133544.860000', '133545.320000', '133545.780000', '133546.240000', '133546.700000', '133547.160000', '133547.620000', '133548.080000', '133548.540000', '133549.000000', '133549.460000', '133549.920000', '133550.380000', '133550.840000', '133551.300000', '133551.760000', '133552.220000', '133552.680000', '133553.140000', '133553.600000', '133554.060000', '133554.520000', '133554.980000', '133555.440000', '133555.900000', '133556.360000', '133556.820000', '133557.280000', '133557.740000', '133558.200000', '133558.660000', '133559.120000', '133559.580000', '133600.040000', '133600.500000', '133600.960000', '133601.420000', '133601.880000', '133602.340000', '133602.800000', '133603.260000', '133603.720000', '133604.180000', '133604.640000', '133605.100000', '133605.560000', '133606.020000', '133606.480000', '133606.940000', '133607.400000', '133607.860000', '133608.320000', '133608.780000', '133609.240000', '133609.700000', '133610.160000', '133610.620000', '133611.080000', '133611.540000', '133612.000000', '133612.460000', '133612.920000', '133613.380000', '133613.840000', '133614.300000', '133614.760000', '133615.220000', '133615.680000', '133616.140000', '133616.600000', '133617.060000', '133617.520000', '133617.980000', '133618.440000', '133618.900000', '133619.360000', '133619.820000', '133620.280000', '133620.740000', '133621.200000', '133621.660000', '133622.120000', '133622.580000', '133623.040000', '133623.500000', '133623.960000', '133624.420000', '133624.880000', '133625.340000', '133625.800000', '133626.260000', '133626.720000', '133627.180000', '133627.640000', '133628.100000', '133628.560000', '133629.020000', '133629.480000', '133629.940000', '133630.400000', '133630.860000', '133631.320000', '133631.780000', '133632.240000', '133632.700000', '133633.160000', '133633.620000', '133634.080000', '133634.540000', '133635.000000', '133635.460000', '133635.920000', '133636.380000', '133636.840000', '133637.300000', '133637.760000', '133638.220000', '133638.680000', '133639.140000', '133639.600000', '133640.060000', '133640.520000', '133640.980000', '133641.440000', '133641.900000', '133642.360000', '133642.820000', '133643.280000', '133643.740000', '133644.200000', '133644.660000', '133645.120000', '133645.580000', '133646.040000', '133646.500000', '133646.960000', '133647.420000', '133647.880000', '133648.340000', '133648.800000', '133649.260000', '133649.720000', '133650.180000', '133650.640000', '133651.100000', '133651.560000', '133652.020000', '133652.480000', '133652.940000', '133653.400000', '133653.860000', '133654.320000', '133654.780000', '133655.240000', '133655.700000', '133656.160000', '133656.620000', '133657.080000', '133657.540000', '133658.000000', '133658.460000', '133658.920000', '133659.380000', '133659.840000', '133700.300000', '133700.760000', '133701.220000', '133701.680000', '133702.140000', '133702.600000', '133703.060000', '133703.520000', '133703.980000', '133704.440000', '133704.900000', '133705.360000', '133705.820000', '133706.280000', '133706.740000', '133707.200000', '133707.660000', '133708.120000', '133708.580000', '133709.040000', '133709.500000', '133709.960000', '133710.420000', '133710.880000', '133711.340000', '133711.800000', '133712.260000', '133712.720000', '133713.180000', '133713.640000', '133714.100000', '133714.560000', '133715.020000', '133715.480000', '133715.940000', '133716.400000', '133716.860000', '133717.320000', '133717.780000', '133718.240000', '133718.700000', '133719.160000', '133719.620000', '133720.080000', '133720.540000', '133721.000000', '133721.460000', '133721.920000', '133722.380000', '133722.840000', '133723.300000', '133723.760000', '133724.220000', '133724.680000', '133725.140000', '133725.600000', '133726.060000', '133726.520000', '133726.980000', '133727.440000', '133727.900000', '133728.360000', '133728.820000', '133729.280000', '133729.740000', '133730.200000', '133730.660000', '133731.120000', '133731.580000', '133732.040000', '133732.500000', '133732.960000', '133733.420000', '133733.880000', '133734.340000', '133734.800000', '133735.260000', '133735.720000', '133736.180000', '133736.640000', '133737.100000', '133737.560000', '133738.020000', '133738.480000', '133738.940000', '133739.400000', '133739.860000', '133740.320000', '133740.780000', '133741.240000', '133741.700000', '133742.160000', '133742.620000', '133743.080000', '133743.540000', '133744.000000', '133744.460000', '133744.920000', '133745.380000', '133745.840000', '133746.300000', '133746.760000', '133747.220000', '133747.680000', '133748.140000', '133748.600000', '133749.060000', '133749.520000', '133749.980000', '133750.440000', '133750.900000', '133751.360000', '133751.820000', '133752.280000', '133752.740000', '133753.200000', '133753.660000', '133754.120000', '133754.580000', '133755.040000', '133755.500000', '133755.960000', '133756.420000', '133756.880000', '133757.340000', '133757.800000', '133758.260000', '133758.720000', '133759.180000', '133759.640000', '133800.100000', '133800.560000', '133801.020000', '133801.480000', '133801.940000', '133802.400000', '133802.860000', '133803.320000', '133803.780000', '133804.240000', '133804.700000', '133805.160000', '133805.620000', '133806.080000', '133806.540000', '133807.000000', '133807.460000', '133807.920000', '133808.380000', '133808.840000', '133809.300000', '133809.760000', '133810.220000', '133810.680000', '133811.140000', '133811.600000', '133812.060000', '133812.520000', '133812.980000', '133813.440000', '133813.900000'], 'ContentTime': ['132558.248000', '132558.254000', '132558.257000', '132558.259000', '132558.262000', '132558.264000', '132558.267000', '132558.270000', '132558.272000', '132558.275000', '132558.278000', '132558.280000', '132558.283000', '132558.285000', '132558.288000', '132558.291000', '132558.300000', '132558.303000', '132558.305000', '132558.308000', '132558.311000', '132558.313000', '132558.316000', '132558.318000', '132558.321000', '132558.324000', '132558.326000', '132558.329000', '132558.332000', '132558.334000', '132558.337000', '132558.339000', '132558.342000', '132558.344000', '132558.347000', '132558.350000', '132558.352000', '132558.355000', '132618.210000', '132618.213000', '132618.216000', '132618.224000', '132618.227000', '132618.229000', '132618.232000', '132618.234000', '132618.237000', '132618.239000', '132618.242000', '132618.244000', '132618.247000', '132618.249000', '132618.252000', '132618.255000', '132618.257000', '132618.277000', '132618.280000', '132618.283000', '132618.285000', '132618.288000', '132618.290000', '132618.293000', '132618.295000', '132618.298000', '132618.300000', '132618.303000', '132618.305000', '132618.308000', '132618.311000', '132618.313000', '132618.316000', '132618.318000', '132618.321000', '132618.323000', '132618.326000', '132618.328000', '132618.331000', '132618.333000', '132618.336000', '132618.338000', '132618.341000', '132638.209000', '132638.212000', '132638.215000', '132638.218000', '132638.220000', '132638.223000', '132638.225000', '132638.228000', '132638.231000', '132638.233000', '132638.236000', '132638.238000', '132638.241000', '132638.243000', '132638.246000', '132638.249000', '132638.251000', '132638.254000', '132638.256000', '132638.259000', '132638.262000', '132638.264000', '132638.267000', '132638.269000', '132638.272000', '132638.275000', '132638.277000', '132638.280000', '132638.282000', '132638.285000', '132638.288000', '132638.290000', '132638.293000', '132638.295000', '132638.298000', '132638.300000', '132638.303000', '132638.306000', '132638.308000', '132638.311000', '132638.313000', '132638.316000', '132638.318000', '132638.321000', '132658.210000', '132658.213000', '132658.216000', '132658.218000', '132658.221000', '132658.224000', '132658.226000', '132658.229000', '132658.231000', '132658.234000', '132658.237000', '132658.239000', '132658.242000', '132658.244000', '132658.247000', '132658.250000', '132658.252000', '132658.255000', '132658.258000', '132658.260000', '132658.263000', '132658.266000', '132658.268000', '132658.271000', '132658.273000', '132658.276000', '132658.279000', '132658.281000', '132658.284000', '132658.287000', '132658.289000', '132658.292000', '132658.294000', '132658.297000', '132658.299000', '132658.302000', '132658.305000', '132658.307000', '132658.310000', '132658.313000', '132658.315000', '132658.324000', '132658.327000', '132718.210000', '132718.213000', '132718.216000', '132718.219000', '132718.221000', '132718.224000', '132718.227000', '132718.229000', '132718.232000', '132718.234000', '132718.237000', '132718.239000', '132718.243000', '132718.246000', '132718.249000', '132718.251000', '132718.254000', '132718.256000', '132718.259000', '132718.261000', '132718.264000', '132718.267000', '132718.269000', '132718.272000', '132718.274000', '132718.277000', '132718.279000', '132718.282000', '132718.285000', '132718.287000', '132718.290000', '132718.292000', '132718.295000', '132718.298000', '132718.301000', '132718.303000', '132718.306000', '132718.308000', '132718.311000', '132718.314000', '132718.316000', '132718.319000', '132718.321000', '132718.324000', '132738.210000', '132738.213000', '132738.216000', '132738.218000', '132738.221000', '132738.224000', '132738.226000', '132738.229000', '132738.231000', '132738.234000', '132738.236000', '132738.239000', '132738.241000', '132738.244000', '132738.247000', '132738.249000', '132738.252000', '132738.255000', '132738.257000', '132738.260000', '132738.262000', '132738.265000', '132738.267000', '132738.270000', '132738.272000', '132738.275000', '132738.282000', '132738.285000', '132738.287000', '132738.290000', '132738.292000', '132738.295000', '132738.297000', '132738.300000', '132738.303000', '132738.305000', '132738.308000', '132738.311000', '132738.313000', '132738.316000', '132738.318000', '132738.321000', '132738.323000', '132758.210000', '132758.213000', '132758.216000', '132758.219000', '132758.222000', '132758.225000', '132758.228000', '132758.230000', '132758.233000', '132758.235000', '132758.238000', '132758.241000', '132758.243000', '132758.272000', '132758.275000', '132758.277000', '132758.280000', '132758.282000', '132758.285000', '132758.288000', '132758.290000', '132758.293000', '132758.295000', '132758.298000', '132758.300000', '132758.303000', '132758.305000', '132758.308000', '132758.311000', '132758.313000', '132758.316000', '132758.318000', '132758.321000', '132758.323000', '132758.326000', '132758.329000', '132758.331000', '132758.334000', '132758.336000', '132758.339000', '132758.342000', '132758.344000', '132758.347000', '132818.210000', '132818.213000', '132818.216000', '132818.218000', '132818.221000', '132818.224000', '132818.227000', '132818.229000', '132818.232000', '132818.235000', '132818.237000', '132818.240000', '132818.242000', '132818.245000', '132818.248000', '132818.250000', '132818.253000', '132818.256000', '132818.258000', '132818.261000', '132818.263000', '132818.266000', '132818.268000', '132818.271000', '132818.274000', '132818.276000', '132818.279000', '132818.281000', '132818.284000', '132818.287000', '132818.289000', '132818.292000', '132818.294000', '132818.297000', '132818.300000', '132818.302000', '132818.305000', '132818.307000', '132818.310000', '132818.312000', '132818.315000', '132818.318000', '132818.320000', '132818.323000', '132838.210000', '132838.213000', '132838.216000', '132838.218000', '132838.221000', '132838.224000', '132838.226000', '132838.229000', '132838.231000', '132838.234000', '132838.236000', '132838.239000', '132838.242000', '132838.244000', '132838.247000', '132838.249000', '132838.252000', '132838.255000', '132838.258000', '132838.261000', '132838.264000', '132838.266000', '132838.269000', '132838.272000', '132838.274000', '132838.277000', '132838.279000', '132838.283000', '132838.286000', '132838.289000', '132838.291000', '132838.294000', '132838.296000', '132838.299000', '132838.301000', '132838.304000', '132838.307000', '132838.309000', '132838.312000', '132838.314000', '132838.317000', '132838.320000', '132838.322000', '132858.210000', '132858.212000', '132858.215000', '132858.218000', '132858.221000', '132858.223000', '132858.226000', '132858.229000', '132858.231000', '132858.234000', '132858.236000', '132858.239000', '132858.243000', '132858.245000', '132858.248000', '132858.251000', '132858.253000', '132858.256000', '132858.259000', '132858.261000', '132858.264000', '132858.266000', '132858.269000', '132858.272000', '132858.274000', '132858.277000', '132858.280000', '132858.282000', '132858.285000', '132858.288000', '132858.290000', '132858.293000', '132858.295000', '132858.298000', '132858.300000', '132858.303000', '132858.306000', '132858.308000', '132858.311000', '132858.314000', '132858.316000', '132858.319000', '132858.322000', '132858.324000', '132918.211000', '132918.214000', '132918.216000', '132918.219000', '132918.221000', '132918.224000', '132918.227000', '132918.229000', '132918.232000', '132918.235000', '132918.237000', '132918.240000', '132918.243000', '132918.245000', '132918.248000', '132918.251000', '132918.253000', '132918.256000', '132918.258000', '132918.261000', '132918.264000', '132918.266000', '132918.269000', '132918.271000', '132918.274000', '132918.277000', '132918.279000', '132918.282000', '132918.285000', '132918.287000', '132918.290000', '132918.292000', '132918.295000', '132918.298000', '132918.300000', '132918.303000', '132918.305000', '132918.308000', '132918.325000', '132918.328000', '132918.330000', '132918.333000', '132918.335000', '132938.210000', '132938.213000', '132938.216000', '132938.219000', '132938.221000', '132938.224000', '132938.226000', '132938.229000', '132938.232000', '132938.234000', '132938.237000', '132938.240000', '132938.242000', '132938.245000', '132938.247000', '132938.250000', '132938.253000', '132938.255000', '132938.258000', '132938.260000', '132938.263000', '132938.265000', '132938.268000', '132938.271000', '132938.273000', '132938.276000', '132938.279000', '132938.281000', '132938.284000', '132938.286000', '132938.289000', '132938.291000', '132938.294000', '132938.297000', '132938.299000', '132938.302000', '132938.304000', '132938.307000', '132938.310000', '132938.312000', '132938.315000', '132938.317000', '132938.320000', '132938.323000', '132958.210000', '132958.213000', '132958.216000', '132958.218000', '132958.221000', '132958.224000', '132958.226000', '132958.229000', '132958.231000', '132958.234000', '132958.237000', '132958.239000', '132958.242000', '132958.245000', '132958.247000', '132958.250000', '132958.253000', '132958.255000', '132958.258000', '132958.261000', '132958.263000', '132958.266000', '132958.269000', '132958.271000', '132958.274000', '132958.276000', '132958.279000', '132958.281000', '132958.284000', '132958.287000', '132958.289000', '132958.292000', '132958.294000', '132958.297000', '132958.300000', '132958.302000', '132958.305000', '132958.308000', '132958.311000', '132958.313000', '132958.316000', '132958.319000', '132958.321000', '133018.210000', '133018.213000', '133018.216000', '133018.218000', '133018.221000', '133018.224000', '133018.226000', '133018.229000', '133018.231000', '133018.234000', '133018.236000', '133018.239000', '133018.242000', '133018.244000', '133018.247000', '133018.249000', '133018.252000', '133018.254000', '133018.257000', '133018.260000', '133018.262000', '133018.265000', '133018.267000', '133018.270000', '133018.273000', '133018.275000', '133018.278000', '133018.280000', '133018.283000', '133018.286000', '133018.288000', '133018.291000', '133018.294000', '133018.296000', '133018.299000', '133018.301000', '133018.304000', '133018.307000', '133018.309000', '133018.312000', '133018.315000', '133018.317000', '133018.320000', '133018.322000', '133038.210000', '133038.213000', '133038.216000', '133038.224000', '133038.227000', '133038.230000', '133038.232000', '133038.235000', '133038.238000', '133038.240000', '133038.243000', '133038.246000', '133038.248000', '133038.251000', '133038.253000', '133038.256000', '133038.259000', '133038.261000', '133038.264000', '133038.267000', '133038.269000', '133038.272000', '133038.275000', '133038.277000', '133038.280000', '133038.283000', '133038.285000', '133038.288000', '133038.290000', '133038.293000', '133038.296000', '133038.298000', '133038.301000', '133038.304000', '133038.306000', '133038.309000', '133038.311000', '133038.314000', '133038.317000', '133038.320000', '133038.322000', '133038.325000', '133038.328000', '133058.210000', '133058.213000', '133058.216000', '133058.219000', '133058.221000', '133058.224000', '133058.227000', '133058.229000', '133058.232000', '133058.234000', '133058.237000', '133058.240000', '133058.242000', '133058.245000', '133058.247000', '133058.250000', '133058.252000', '133058.255000', '133058.258000', '133058.260000', '133058.270000', '133058.273000', '133058.276000', '133058.278000', '133058.281000', '133058.283000', '133058.286000', '133058.289000', '133058.291000', '133058.294000', '133058.296000', '133058.299000', '133058.302000', '133058.304000', '133058.307000', '133058.309000', '133058.312000', '133058.315000', '133058.317000', '133058.320000', '133058.322000', '133058.325000', '133058.327000', '133058.330000', '133118.210000', '133118.213000', '133118.216000', '133118.218000', '133118.221000', '133118.224000', '133118.226000', '133118.229000', '133118.232000', '133118.234000', '133118.237000', '133118.239000', '133118.242000', '133118.244000', '133118.247000', '133118.249000', '133118.252000', '133118.255000', '133118.257000', '133118.260000', '133118.262000', '133118.265000', '133118.267000', '133118.270000', '133118.273000', '133118.275000', '133118.278000', '133118.280000', '133118.283000', '133118.285000', '133118.288000', '133118.291000', '133118.293000', '133118.296000', '133118.299000', '133118.301000', '133118.304000', '133118.307000', '133118.310000', '133118.313000', '133118.316000', '133118.318000', '133118.321000', '133138.211000', '133138.213000', '133138.216000', '133138.219000', '133138.221000', '133138.224000', '133138.226000', '133138.229000', '133138.232000', '133138.234000', '133138.237000', '133138.239000', '133138.242000', '133138.244000', '133138.247000', '133138.249000', '133138.252000', '133138.255000', '133138.257000', '133138.260000', '133138.262000', '133138.265000', '133138.267000', '133138.270000', '133138.273000', '133138.275000', '133138.278000', '133138.281000', '133138.284000', '133138.286000', '133138.289000', '133138.292000', '133138.295000', '133138.297000', '133138.300000', '133138.303000', '133138.305000', '133138.308000', '133138.311000', '133138.313000', '133138.316000', '133138.319000', '133138.321000', '133138.324000', '133158.210000', '133158.213000', '133158.216000', '133158.219000', '133158.221000', '133158.224000', '133158.227000', '133158.229000', '133158.232000', '133158.234000', '133158.237000', '133158.240000', '133158.242000', '133158.245000', '133158.248000', '133158.250000', '133158.253000', '133158.255000', '133158.258000', '133158.261000', '133158.263000', '133158.266000', '133158.268000', '133158.271000', '133158.273000', '133158.276000', '133158.278000', '133158.281000', '133158.284000', '133158.286000', '133158.289000', '133158.291000', '133158.294000', '133158.296000', '133158.299000', '133158.302000', '133158.304000', '133158.307000', '133158.309000', '133158.312000', '133158.314000', '133158.317000', '133158.320000', '133218.211000', '133218.214000', '133218.217000', '133218.219000', '133218.222000', '133218.225000', '133218.227000', '133218.230000', '133218.232000', '133218.235000', '133218.237000', '133218.240000', '133218.243000', '133218.245000', '133218.248000', '133218.250000', '133218.253000', '133218.256000', '133218.258000', '133218.261000', '133218.263000', '133218.266000', '133218.268000', '133218.271000', '133218.274000', '133218.276000', '133218.279000', '133218.281000', '133218.284000', '133218.286000', '133218.289000', '133218.326000', '133218.329000', '133218.331000', '133218.334000', '133218.336000', '133218.339000', '133218.341000', '133218.345000', '133218.347000', '133218.350000', '133218.352000', '133218.356000', '133218.358000', '133238.210000', '133238.213000', '133238.216000', '133238.219000', '133238.221000', '133238.224000', '133238.227000', '133238.229000', '133238.232000', '133238.234000', '133238.237000', '133238.240000', '133238.242000', '133238.245000', '133238.248000', '133238.250000', '133238.253000', '133238.256000', '133238.258000', '133238.261000', '133238.264000', '133238.266000', '133238.269000', '133238.271000', '133238.274000', '133238.277000', '133238.279000', '133238.282000', '133238.285000', '133238.287000', '133238.290000', '133238.292000', '133238.295000', '133238.298000', '133238.300000', '133238.303000', '133238.306000', '133238.308000', '133238.311000', '133238.313000', '133238.316000', '133238.319000', '133238.321000', '133258.211000', '133258.214000', '133258.216000', '133258.219000', '133258.222000', '133258.224000', '133258.227000', '133258.230000', '133258.233000', '133258.236000', '133258.239000', '133258.242000', '133258.244000', '133258.247000', '133258.250000', '133258.252000', '133258.255000', '133258.258000', '133258.260000', '133258.263000', '133258.265000', '133258.268000', '133258.271000', '133258.273000', '133258.276000', '133258.279000', '133258.281000', '133258.284000', '133258.286000', '133258.289000', '133258.292000', '133258.294000', '133258.297000', '133258.300000', '133258.302000', '133258.305000', '133258.308000', '133258.310000', '133258.313000', '133258.316000', '133258.318000', '133258.321000', '133258.324000', '133318.210000', '133318.213000', '133318.215000', '133318.218000', '133318.221000', '133318.223000', '133318.226000', '133318.229000', '133318.231000', '133318.234000', '133318.236000', '133318.239000', '133318.242000', '133318.244000', '133318.247000', '133318.250000', '133318.252000', '133318.255000', '133318.258000', '133318.260000', '133318.263000', '133318.265000', '133318.268000', '133318.271000', '133318.273000', '133318.276000', '133318.278000', '133318.281000', '133318.284000', '133318.286000', '133318.289000', '133318.292000', '133318.294000', '133318.297000', '133318.299000', '133318.302000', '133318.305000', '133318.307000', '133318.310000', '133318.312000', '133318.315000', '133318.318000', '133318.320000', '133318.323000', '133338.211000', '133338.214000', '133338.216000', '133338.219000', '133338.222000', '133338.224000', '133338.227000', '133338.229000', '133338.232000', '133338.235000', '133338.237000', '133338.240000', '133338.243000', '133338.245000', '133338.248000', '133338.250000', '133338.253000', '133338.256000', '133338.258000', '133338.261000', '133338.264000', '133338.266000', '133338.269000', '133338.271000', '133338.274000', '133338.277000', '133338.279000', '133338.290000', '133338.293000', '133338.296000', '133338.298000', '133338.301000', '133338.303000', '133338.306000', '133338.309000', '133338.311000', '133338.314000', '133338.317000', '133338.319000', '133338.322000', '133338.325000', '133338.327000', '133338.330000', '133338.333000', '133358.211000', '133358.214000', '133358.216000', '133358.219000', '133358.221000', '133358.224000', '133358.227000', '133358.229000', '133358.232000', '133358.234000', '133358.237000', '133358.240000', '133358.242000', '133358.245000', '133358.248000', '133358.250000', '133358.253000', '133358.256000', '133358.258000', '133358.261000', '133358.264000', '133358.266000', '133358.269000', '133358.271000', '133358.274000', '133358.277000', '133358.279000', '133358.282000', '133358.285000', '133358.287000', '133358.290000', '133358.292000', '133358.295000', '133358.298000', '133358.300000', '133358.303000', '133358.305000', '133358.308000', '133358.311000', '133358.313000', '133358.316000', '133358.319000', '133358.321000', '133418.210000', '133418.213000', '133418.216000', '133418.218000', '133418.221000', '133418.224000', '133418.226000', '133418.229000', '133418.231000', '133418.234000', '133418.236000', '133418.239000', '133418.242000', '133418.244000', '133418.247000', '133418.249000', '133418.252000', '133418.254000', '133418.257000', '133418.259000', '133418.262000', '133418.265000', '133418.267000', '133418.270000', '133418.272000', '133418.275000', '133418.278000', '133418.280000', '133418.283000', '133418.285000', '133418.288000', '133418.291000', '133418.293000', '133418.296000', '133418.298000', '133418.301000', '133418.303000', '133418.306000', '133418.308000', '133418.312000', '133418.314000', '133418.317000', '133418.320000', '133418.322000', '133438.210000', '133438.213000', '133438.216000', '133438.219000', '133438.221000', '133438.224000', '133438.226000', '133438.229000', '133438.232000', '133438.234000', '133438.237000', '133438.239000', '133438.242000', '133438.245000', '133438.247000', '133438.250000', '133438.252000', '133438.255000', '133438.258000', '133438.260000', '133438.263000', '133438.265000', '133438.268000', '133438.271000', '133438.273000', '133438.276000', '133438.278000', '133438.281000', '133438.284000', '133438.286000', '133438.289000', '133438.291000', '133438.294000', '133438.296000', '133438.299000', '133438.301000', '133438.304000', '133438.307000', '133438.309000', '133438.312000', '133438.315000', '133438.317000', '133438.320000', '133458.211000', '133458.213000', '133458.216000', '133458.219000', '133458.221000', '133458.224000', '133458.226000', '133458.229000', '133458.232000', '133458.234000', '133458.237000', '133458.240000', '133458.243000', '133458.246000', '133458.249000', '133458.251000', '133458.254000', '133458.256000', '133458.259000', '133458.262000', '133458.264000', '133458.267000', '133458.269000', '133458.272000', '133458.305000', '133458.308000', '133458.310000', '133458.313000', '133458.315000', '133458.318000', '133458.321000', '133458.323000', '133458.326000', '133458.328000', '133458.331000', '133458.333000', '133458.336000', '133458.339000', '133458.341000', '133458.344000', '133458.347000', '133458.349000', '133458.352000', '133458.354000', '133518.211000', '133518.213000', '133518.216000', '133518.219000', '133518.221000', '133518.224000', '133518.226000', '133518.229000', '133518.232000', '133518.234000', '133518.237000', '133518.239000', '133518.242000', '133518.245000', '133518.247000', '133518.250000', '133518.252000', '133518.255000', '133518.258000', '133518.260000', '133518.263000', '133518.265000', '133518.268000', '133518.271000', '133518.273000', '133518.276000', '133518.278000', '133518.281000', '133518.284000', '133518.286000', '133518.289000', '133518.291000', '133518.294000', '133518.297000', '133518.299000', '133518.302000', '133518.304000', '133518.307000', '133518.309000', '133518.312000', '133518.315000', '133518.317000', '133518.320000', '133538.210000', '133538.213000', '133538.215000', '133538.218000', '133538.220000', '133538.223000', '133538.226000', '133538.228000', '133538.231000', '133538.234000', '133538.237000', '133538.239000', '133538.242000', '133538.245000', '133538.247000', '133538.250000', '133538.253000', '133538.255000', '133538.258000', '133538.260000', '133538.263000', '133538.265000', '133538.268000', '133538.271000', '133538.273000', '133538.276000', '133538.278000', '133538.281000', '133538.283000', '133538.286000', '133538.289000', '133538.292000', '133538.294000', '133538.297000', '133538.299000', '133538.302000', '133538.305000', '133538.307000', '133538.310000', '133538.312000', '133538.315000', '133538.317000', '133538.320000', '133558.211000', '133558.213000', '133558.216000', '133558.219000', '133558.221000', '133558.224000', '133558.226000', '133558.229000', '133558.232000', '133558.235000', '133558.237000', '133558.240000', '133558.242000', '133558.245000', '133558.247000', '133558.250000', '133558.253000', '133558.255000', '133558.258000', '133558.260000', '133558.263000', '133558.265000', '133558.268000', '133558.271000', '133558.273000', '133558.276000', '133558.278000', '133558.281000', '133558.284000', '133558.286000', '133558.289000', '133558.292000', '133558.294000', '133558.297000', '133558.299000', '133558.302000', '133558.305000', '133558.307000', '133558.310000', '133558.312000', '133558.315000', '133558.317000', '133558.320000', '133558.323000', '133618.211000', '133618.213000', '133618.216000', '133618.219000', '133618.221000', '133618.224000', '133618.227000', '133618.230000', '133618.232000', '133618.235000', '133618.238000', '133618.240000', '133618.243000', '133618.245000', '133618.248000', '133618.251000', '133618.253000', '133618.256000', '133618.258000', '133618.261000', '133618.264000', '133618.266000', '133618.269000', '133618.271000', '133618.274000', '133618.276000', '133618.279000', '133618.283000', '133618.285000', '133618.288000', '133618.291000', '133618.293000', '133618.296000', '133618.298000', '133618.301000', '133618.304000', '133618.306000', '133618.309000', '133618.311000', '133618.314000', '133618.316000', '133618.319000', '133618.322000', '133638.211000', '133638.213000', '133638.216000', '133638.219000', '133638.222000', '133638.224000', '133638.227000', '133638.230000', '133638.232000', '133638.235000', '133638.237000', '133638.240000', '133638.243000', '133638.245000', '133638.248000', '133638.251000', '133638.253000', '133638.256000', '133638.259000', '133638.261000', '133638.264000', '133638.267000', '133638.269000', '133638.272000', '133638.275000', '133638.277000', '133638.280000', '133638.282000', '133638.285000', '133638.288000', '133638.290000', '133638.293000', '133638.296000', '133638.301000', '133638.304000', '133638.306000', '133638.309000', '133638.311000', '133638.314000', '133638.317000', '133638.319000', '133638.322000', '133638.324000', '133638.327000', '133658.211000', '133658.214000', '133658.216000', '133658.219000', '133658.221000', '133658.224000', '133658.227000', '133658.229000', '133658.232000', '133658.234000', '133658.237000', '133658.239000', '133658.242000', '133658.245000', '133658.247000', '133658.250000', '133658.252000', '133658.255000', '133658.258000', '133658.260000', '133658.263000', '133658.266000', '133658.268000', '133658.271000', '133658.274000', '133658.276000', '133658.279000', '133658.281000', '133658.284000', '133658.286000', '133658.289000', '133658.292000', '133658.294000', '133658.297000', '133658.299000', '133658.302000', '133658.305000', '133658.307000', '133658.310000', '133658.312000', '133658.315000', '133658.318000', '133658.320000', '133718.210000', '133718.213000', '133718.216000', '133718.219000', '133718.221000', '133718.224000', '133718.226000', '133718.229000', '133718.231000', '133718.234000', '133718.237000', '133718.239000', '133718.242000', '133718.244000', '133718.247000', '133718.249000', '133718.252000', '133718.254000', '133718.257000', '133718.260000', '133718.262000', '133718.265000', '133718.267000', '133718.270000', '133718.272000', '133718.275000', '133718.278000', '133718.280000', '133718.283000', '133718.285000', '133718.288000', '133718.291000', '133718.320000', '133718.323000', '133718.325000', '133718.328000', '133718.330000', '133718.333000', '133718.335000', '133718.338000', '133718.340000', '133718.343000', '133718.346000', '133718.348000', '133738.211000', '133738.213000', '133738.216000', '133738.219000', '133738.222000', '133738.224000', '133738.227000', '133738.230000', '133738.232000', '133738.235000', '133738.238000', '133738.240000', '133738.243000', '133738.246000', '133738.248000', '133738.251000', '133738.254000', '133738.256000', '133738.259000', '133738.261000', '133738.264000', '133738.267000', '133738.269000', '133738.272000', '133738.274000', '133738.277000', '133738.280000', '133738.282000', '133738.285000', '133738.287000', '133738.290000', '133738.293000', '133738.295000', '133738.298000', '133738.301000', '133738.303000', '133738.306000', '133738.308000', '133738.311000', '133738.314000', '133738.316000', '133738.319000', '133738.322000', '133758.210000', '133758.213000', '133758.215000', '133758.218000', '133758.220000', '133758.223000', '133758.226000', '133758.228000', '133758.231000', '133758.234000', '133758.236000', '133758.239000', '133758.241000', '133758.244000', '133758.247000', '133758.249000', '133758.252000', '133758.254000', '133758.257000', '133758.260000', '133758.262000', '133758.265000', '133758.267000', '133758.270000', '133758.272000', '133758.275000', '133758.278000', '133758.280000', '133758.283000', '133758.285000', '133758.288000', '133758.291000', '133758.293000', '133758.296000', '133758.298000', '133758.301000', '133758.304000', '133758.306000', '133758.309000', '133758.311000', '133758.314000', '133758.317000', '133758.319000', '133758.322000', '133815.063000', '133815.065000', '133815.068000', '133815.071000', '133815.073000', '133815.076000', '133815.078000', '133815.099000', '133815.101000', '133815.104000', '133815.107000', '133815.109000', '133815.112000', '133815.115000', '133815.117000', '133815.120000', '133815.123000', '133815.125000', '133815.128000', '133815.131000', '133815.134000', '133815.136000', '133815.139000', '133815.142000', '133815.145000', '133815.148000', '133815.151000', '133815.153000', '133815.156000', '133815.159000', '133815.161000', '133815.164000', '133815.166000', '133815.169000', '133815.172000', '133815.174000', '133815.177000'], 'InstanceCreationTime': ['132558.248000', '132558.254000', '132558.257000', '132558.259000', '132558.262000', '132558.264000', '132558.267000', '132558.270000', '132558.272000', '132558.275000', '132558.278000', '132558.280000', '132558.283000', '132558.285000', '132558.288000', '132558.291000', '132558.300000', '132558.303000', '132558.305000', '132558.308000', '132558.311000', '132558.313000', '132558.316000', '132558.318000', '132558.321000', '132558.324000', '132558.326000', '132558.329000', '132558.332000', '132558.334000', '132558.337000', '132558.339000', '132558.342000', '132558.344000', '132558.347000', '132558.350000', '132558.352000', '132558.355000', '132618.210000', '132618.213000', '132618.216000', '132618.224000', '132618.227000', '132618.229000', '132618.232000', '132618.234000', '132618.237000', '132618.239000', '132618.242000', '132618.244000', '132618.247000', '132618.249000', '132618.252000', '132618.255000', '132618.257000', '132618.277000', '132618.280000', '132618.283000', '132618.285000', '132618.288000', '132618.290000', '132618.293000', '132618.295000', '132618.298000', '132618.300000', '132618.303000', '132618.305000', '132618.308000', '132618.311000', '132618.313000', '132618.316000', '132618.318000', '132618.321000', '132618.323000', '132618.326000', '132618.328000', '132618.331000', '132618.333000', '132618.336000', '132618.338000', '132618.341000', '132638.209000', '132638.212000', '132638.215000', '132638.218000', '132638.220000', '132638.223000', '132638.225000', '132638.228000', '132638.231000', '132638.233000', '132638.236000', '132638.238000', '132638.241000', '132638.243000', '132638.246000', '132638.249000', '132638.251000', '132638.254000', '132638.256000', '132638.259000', '132638.262000', '132638.264000', '132638.267000', '132638.269000', '132638.272000', '132638.275000', '132638.277000', '132638.280000', '132638.282000', '132638.285000', '132638.288000', '132638.290000', '132638.293000', '132638.295000', '132638.298000', '132638.300000', '132638.303000', '132638.306000', '132638.308000', '132638.311000', '132638.313000', '132638.316000', '132638.318000', '132638.321000', '132658.210000', '132658.213000', '132658.216000', '132658.218000', '132658.221000', '132658.224000', '132658.226000', '132658.229000', '132658.231000', '132658.234000', '132658.237000', '132658.239000', '132658.242000', '132658.244000', '132658.247000', '132658.250000', '132658.252000', '132658.255000', '132658.258000', '132658.260000', '132658.263000', '132658.266000', '132658.268000', '132658.271000', '132658.273000', '132658.276000', '132658.279000', '132658.281000', '132658.284000', '132658.287000', '132658.289000', '132658.292000', '132658.294000', '132658.297000', '132658.299000', '132658.302000', '132658.305000', '132658.307000', '132658.310000', '132658.313000', '132658.315000', '132658.324000', '132658.327000', '132718.210000', '132718.213000', '132718.216000', '132718.219000', '132718.221000', '132718.224000', '132718.227000', '132718.229000', '132718.232000', '132718.234000', '132718.237000', '132718.239000', '132718.243000', '132718.246000', '132718.249000', '132718.251000', '132718.254000', '132718.256000', '132718.259000', '132718.261000', '132718.264000', '132718.267000', '132718.269000', '132718.272000', '132718.274000', '132718.277000', '132718.279000', '132718.282000', '132718.285000', '132718.287000', '132718.290000', '132718.292000', '132718.295000', '132718.298000', '132718.301000', '132718.303000', '132718.306000', '132718.308000', '132718.311000', '132718.314000', '132718.316000', '132718.319000', '132718.321000', '132718.324000', '132738.210000', '132738.213000', '132738.216000', '132738.218000', '132738.221000', '132738.224000', '132738.226000', '132738.229000', '132738.231000', '132738.234000', '132738.236000', '132738.239000', '132738.241000', '132738.244000', '132738.247000', '132738.249000', '132738.252000', '132738.255000', '132738.257000', '132738.260000', '132738.262000', '132738.265000', '132738.267000', '132738.270000', '132738.272000', '132738.275000', '132738.282000', '132738.285000', '132738.287000', '132738.290000', '132738.292000', '132738.295000', '132738.297000', '132738.300000', '132738.303000', '132738.305000', '132738.308000', '132738.311000', '132738.313000', '132738.316000', '132738.318000', '132738.321000', '132738.323000', '132758.210000', '132758.213000', '132758.216000', '132758.219000', '132758.222000', '132758.225000', '132758.228000', '132758.230000', '132758.233000', '132758.235000', '132758.238000', '132758.241000', '132758.243000', '132758.272000', '132758.275000', '132758.277000', '132758.280000', '132758.282000', '132758.285000', '132758.288000', '132758.290000', '132758.293000', '132758.295000', '132758.298000', '132758.300000', '132758.303000', '132758.305000', '132758.308000', '132758.311000', '132758.313000', '132758.316000', '132758.318000', '132758.321000', '132758.323000', '132758.326000', '132758.329000', '132758.331000', '132758.334000', '132758.336000', '132758.339000', '132758.342000', '132758.344000', '132758.347000', '132818.210000', '132818.213000', '132818.216000', '132818.218000', '132818.221000', '132818.224000', '132818.227000', '132818.229000', '132818.232000', '132818.235000', '132818.237000', '132818.240000', '132818.242000', '132818.245000', '132818.248000', '132818.250000', '132818.253000', '132818.256000', '132818.258000', '132818.261000', '132818.263000', '132818.266000', '132818.268000', '132818.271000', '132818.274000', '132818.276000', '132818.279000', '132818.281000', '132818.284000', '132818.287000', '132818.289000', '132818.292000', '132818.294000', '132818.297000', '132818.300000', '132818.302000', '132818.305000', '132818.307000', '132818.310000', '132818.312000', '132818.315000', '132818.318000', '132818.320000', '132818.323000', '132838.210000', '132838.213000', '132838.216000', '132838.218000', '132838.221000', '132838.224000', '132838.226000', '132838.229000', '132838.231000', '132838.234000', '132838.236000', '132838.239000', '132838.242000', '132838.244000', '132838.247000', '132838.249000', '132838.252000', '132838.255000', '132838.258000', '132838.261000', '132838.264000', '132838.266000', '132838.269000', '132838.272000', '132838.274000', '132838.277000', '132838.279000', '132838.283000', '132838.286000', '132838.289000', '132838.291000', '132838.294000', '132838.296000', '132838.299000', '132838.301000', '132838.304000', '132838.307000', '132838.309000', '132838.312000', '132838.314000', '132838.317000', '132838.320000', '132838.322000', '132858.210000', '132858.212000', '132858.215000', '132858.218000', '132858.221000', '132858.223000', '132858.226000', '132858.229000', '132858.231000', '132858.234000', '132858.236000', '132858.239000', '132858.243000', '132858.245000', '132858.248000', '132858.251000', '132858.253000', '132858.256000', '132858.259000', '132858.261000', '132858.264000', '132858.266000', '132858.269000', '132858.272000', '132858.274000', '132858.277000', '132858.280000', '132858.282000', '132858.285000', '132858.288000', '132858.290000', '132858.293000', '132858.295000', '132858.298000', '132858.300000', '132858.303000', '132858.306000', '132858.308000', '132858.311000', '132858.314000', '132858.316000', '132858.319000', '132858.322000', '132858.324000', '132918.211000', '132918.214000', '132918.216000', '132918.219000', '132918.221000', '132918.224000', '132918.227000', '132918.229000', '132918.232000', '132918.235000', '132918.237000', '132918.240000', '132918.243000', '132918.245000', '132918.248000', '132918.251000', '132918.253000', '132918.256000', '132918.258000', '132918.261000', '132918.264000', '132918.266000', '132918.269000', '132918.271000', '132918.274000', '132918.277000', '132918.279000', '132918.282000', '132918.285000', '132918.287000', '132918.290000', '132918.292000', '132918.295000', '132918.298000', '132918.300000', '132918.303000', '132918.305000', '132918.308000', '132918.325000', '132918.328000', '132918.330000', '132918.333000', '132918.335000', '132938.210000', '132938.213000', '132938.216000', '132938.219000', '132938.221000', '132938.224000', '132938.226000', '132938.229000', '132938.232000', '132938.234000', '132938.237000', '132938.240000', '132938.242000', '132938.245000', '132938.247000', '132938.250000', '132938.253000', '132938.255000', '132938.258000', '132938.260000', '132938.263000', '132938.265000', '132938.268000', '132938.271000', '132938.273000', '132938.276000', '132938.279000', '132938.281000', '132938.284000', '132938.286000', '132938.289000', '132938.291000', '132938.294000', '132938.297000', '132938.299000', '132938.302000', '132938.304000', '132938.307000', '132938.310000', '132938.312000', '132938.315000', '132938.317000', '132938.320000', '132938.323000', '132958.210000', '132958.213000', '132958.216000', '132958.218000', '132958.221000', '132958.224000', '132958.226000', '132958.229000', '132958.231000', '132958.234000', '132958.237000', '132958.239000', '132958.242000', '132958.245000', '132958.247000', '132958.250000', '132958.253000', '132958.255000', '132958.258000', '132958.261000', '132958.263000', '132958.266000', '132958.269000', '132958.271000', '132958.274000', '132958.276000', '132958.279000', '132958.281000', '132958.284000', '132958.287000', '132958.289000', '132958.292000', '132958.294000', '132958.297000', '132958.300000', '132958.302000', '132958.305000', '132958.308000', '132958.311000', '132958.313000', '132958.316000', '132958.319000', '132958.321000', '133018.210000', '133018.213000', '133018.216000', '133018.218000', '133018.221000', '133018.224000', '133018.226000', '133018.229000', '133018.231000', '133018.234000', '133018.236000', '133018.239000', '133018.242000', '133018.244000', '133018.247000', '133018.249000', '133018.252000', '133018.254000', '133018.257000', '133018.260000', '133018.262000', '133018.265000', '133018.267000', '133018.270000', '133018.273000', '133018.275000', '133018.278000', '133018.280000', '133018.283000', '133018.286000', '133018.288000', '133018.291000', '133018.294000', '133018.296000', '133018.299000', '133018.301000', '133018.304000', '133018.307000', '133018.309000', '133018.312000', '133018.315000', '133018.317000', '133018.320000', '133018.322000', '133038.210000', '133038.213000', '133038.216000', '133038.224000', '133038.227000', '133038.230000', '133038.232000', '133038.235000', '133038.238000', '133038.240000', '133038.243000', '133038.246000', '133038.248000', '133038.251000', '133038.253000', '133038.256000', '133038.259000', '133038.261000', '133038.264000', '133038.267000', '133038.269000', '133038.272000', '133038.275000', '133038.277000', '133038.280000', '133038.283000', '133038.285000', '133038.288000', '133038.290000', '133038.293000', '133038.296000', '133038.298000', '133038.301000', '133038.304000', '133038.306000', '133038.309000', '133038.311000', '133038.314000', '133038.317000', '133038.320000', '133038.322000', '133038.325000', '133038.328000', '133058.210000', '133058.213000', '133058.216000', '133058.219000', '133058.221000', '133058.224000', '133058.227000', '133058.229000', '133058.232000', '133058.234000', '133058.237000', '133058.240000', '133058.242000', '133058.245000', '133058.247000', '133058.250000', '133058.252000', '133058.255000', '133058.258000', '133058.260000', '133058.270000', '133058.273000', '133058.276000', '133058.278000', '133058.281000', '133058.283000', '133058.286000', '133058.289000', '133058.291000', '133058.294000', '133058.296000', '133058.299000', '133058.302000', '133058.304000', '133058.307000', '133058.309000', '133058.312000', '133058.315000', '133058.317000', '133058.320000', '133058.322000', '133058.325000', '133058.327000', '133058.330000', '133118.210000', '133118.213000', '133118.216000', '133118.218000', '133118.221000', '133118.224000', '133118.226000', '133118.229000', '133118.232000', '133118.234000', '133118.237000', '133118.239000', '133118.242000', '133118.244000', '133118.247000', '133118.249000', '133118.252000', '133118.255000', '133118.257000', '133118.260000', '133118.262000', '133118.265000', '133118.267000', '133118.270000', '133118.273000', '133118.275000', '133118.278000', '133118.280000', '133118.283000', '133118.285000', '133118.288000', '133118.291000', '133118.293000', '133118.296000', '133118.299000', '133118.301000', '133118.304000', '133118.307000', '133118.310000', '133118.313000', '133118.316000', '133118.318000', '133118.321000', '133138.211000', '133138.213000', '133138.216000', '133138.219000', '133138.221000', '133138.224000', '133138.226000', '133138.229000', '133138.232000', '133138.234000', '133138.237000', '133138.239000', '133138.242000', '133138.244000', '133138.247000', '133138.249000', '133138.252000', '133138.255000', '133138.257000', '133138.260000', '133138.262000', '133138.265000', '133138.267000', '133138.270000', '133138.273000', '133138.275000', '133138.278000', '133138.281000', '133138.284000', '133138.286000', '133138.289000', '133138.292000', '133138.295000', '133138.297000', '133138.300000', '133138.303000', '133138.305000', '133138.308000', '133138.311000', '133138.313000', '133138.316000', '133138.319000', '133138.321000', '133138.324000', '133158.210000', '133158.213000', '133158.216000', '133158.219000', '133158.221000', '133158.224000', '133158.227000', '133158.229000', '133158.232000', '133158.234000', '133158.237000', '133158.240000', '133158.242000', '133158.245000', '133158.248000', '133158.250000', '133158.253000', '133158.255000', '133158.258000', '133158.261000', '133158.263000', '133158.266000', '133158.268000', '133158.271000', '133158.273000', '133158.276000', '133158.278000', '133158.281000', '133158.284000', '133158.286000', '133158.289000', '133158.291000', '133158.294000', '133158.296000', '133158.299000', '133158.302000', '133158.304000', '133158.307000', '133158.309000', '133158.312000', '133158.314000', '133158.317000', '133158.320000', '133218.211000', '133218.214000', '133218.217000', '133218.219000', '133218.222000', '133218.225000', '133218.227000', '133218.230000', '133218.232000', '133218.235000', '133218.237000', '133218.240000', '133218.243000', '133218.245000', '133218.248000', '133218.250000', '133218.253000', '133218.256000', '133218.258000', '133218.261000', '133218.263000', '133218.266000', '133218.268000', '133218.271000', '133218.274000', '133218.276000', '133218.279000', '133218.281000', '133218.284000', '133218.286000', '133218.289000', '133218.326000', '133218.329000', '133218.331000', '133218.334000', '133218.336000', '133218.339000', '133218.341000', '133218.345000', '133218.347000', '133218.350000', '133218.352000', '133218.356000', '133218.358000', '133238.210000', '133238.213000', '133238.216000', '133238.219000', '133238.221000', '133238.224000', '133238.227000', '133238.229000', '133238.232000', '133238.234000', '133238.237000', '133238.240000', '133238.242000', '133238.245000', '133238.248000', '133238.250000', '133238.253000', '133238.256000', '133238.258000', '133238.261000', '133238.264000', '133238.266000', '133238.269000', '133238.271000', '133238.274000', '133238.277000', '133238.279000', '133238.282000', '133238.285000', '133238.287000', '133238.290000', '133238.292000', '133238.295000', '133238.298000', '133238.300000', '133238.303000', '133238.306000', '133238.308000', '133238.311000', '133238.313000', '133238.316000', '133238.319000', '133238.321000', '133258.211000', '133258.214000', '133258.216000', '133258.219000', '133258.222000', '133258.224000', '133258.227000', '133258.230000', '133258.233000', '133258.236000', '133258.239000', '133258.242000', '133258.244000', '133258.247000', '133258.250000', '133258.252000', '133258.255000', '133258.258000', '133258.260000', '133258.263000', '133258.265000', '133258.268000', '133258.271000', '133258.273000', '133258.276000', '133258.279000', '133258.281000', '133258.284000', '133258.286000', '133258.289000', '133258.292000', '133258.294000', '133258.297000', '133258.300000', '133258.302000', '133258.305000', '133258.308000', '133258.310000', '133258.313000', '133258.316000', '133258.318000', '133258.321000', '133258.324000', '133318.210000', '133318.213000', '133318.215000', '133318.218000', '133318.221000', '133318.223000', '133318.226000', '133318.229000', '133318.231000', '133318.234000', '133318.236000', '133318.239000', '133318.242000', '133318.244000', '133318.247000', '133318.250000', '133318.252000', '133318.255000', '133318.258000', '133318.260000', '133318.263000', '133318.265000', '133318.268000', '133318.271000', '133318.273000', '133318.276000', '133318.278000', '133318.281000', '133318.284000', '133318.286000', '133318.289000', '133318.292000', '133318.294000', '133318.297000', '133318.299000', '133318.302000', '133318.305000', '133318.307000', '133318.310000', '133318.312000', '133318.315000', '133318.318000', '133318.320000', '133318.323000', '133338.211000', '133338.214000', '133338.216000', '133338.219000', '133338.222000', '133338.224000', '133338.227000', '133338.229000', '133338.232000', '133338.235000', '133338.237000', '133338.240000', '133338.243000', '133338.245000', '133338.248000', '133338.250000', '133338.253000', '133338.256000', '133338.258000', '133338.261000', '133338.264000', '133338.266000', '133338.269000', '133338.271000', '133338.274000', '133338.277000', '133338.279000', '133338.290000', '133338.293000', '133338.296000', '133338.298000', '133338.301000', '133338.303000', '133338.306000', '133338.309000', '133338.311000', '133338.314000', '133338.317000', '133338.319000', '133338.322000', '133338.325000', '133338.327000', '133338.330000', '133338.333000', '133358.211000', '133358.214000', '133358.216000', '133358.219000', '133358.221000', '133358.224000', '133358.227000', '133358.229000', '133358.232000', '133358.234000', '133358.237000', '133358.240000', '133358.242000', '133358.245000', '133358.248000', '133358.250000', '133358.253000', '133358.256000', '133358.258000', '133358.261000', '133358.264000', '133358.266000', '133358.269000', '133358.271000', '133358.274000', '133358.277000', '133358.279000', '133358.282000', '133358.285000', '133358.287000', '133358.290000', '133358.292000', '133358.295000', '133358.298000', '133358.300000', '133358.303000', '133358.305000', '133358.308000', '133358.311000', '133358.313000', '133358.316000', '133358.319000', '133358.321000', '133418.210000', '133418.213000', '133418.216000', '133418.218000', '133418.221000', '133418.224000', '133418.226000', '133418.229000', '133418.231000', '133418.234000', '133418.236000', '133418.239000', '133418.242000', '133418.244000', '133418.247000', '133418.249000', '133418.252000', '133418.254000', '133418.257000', '133418.259000', '133418.262000', '133418.265000', '133418.267000', '133418.270000', '133418.272000', '133418.275000', '133418.278000', '133418.280000', '133418.283000', '133418.285000', '133418.288000', '133418.291000', '133418.293000', '133418.296000', '133418.298000', '133418.301000', '133418.303000', '133418.306000', '133418.308000', '133418.312000', '133418.314000', '133418.317000', '133418.320000', '133418.322000', '133438.210000', '133438.213000', '133438.216000', '133438.219000', '133438.221000', '133438.224000', '133438.226000', '133438.229000', '133438.232000', '133438.234000', '133438.237000', '133438.239000', '133438.242000', '133438.245000', '133438.247000', '133438.250000', '133438.252000', '133438.255000', '133438.258000', '133438.260000', '133438.263000', '133438.265000', '133438.268000', '133438.271000', '133438.273000', '133438.276000', '133438.278000', '133438.281000', '133438.284000', '133438.286000', '133438.289000', '133438.291000', '133438.294000', '133438.296000', '133438.299000', '133438.301000', '133438.304000', '133438.307000', '133438.309000', '133438.312000', '133438.315000', '133438.317000', '133438.320000', '133458.211000', '133458.213000', '133458.216000', '133458.219000', '133458.221000', '133458.224000', '133458.226000', '133458.229000', '133458.232000', '133458.234000', '133458.237000', '133458.240000', '133458.243000', '133458.246000', '133458.249000', '133458.251000', '133458.254000', '133458.256000', '133458.259000', '133458.262000', '133458.264000', '133458.267000', '133458.269000', '133458.272000', '133458.305000', '133458.308000', '133458.310000', '133458.313000', '133458.315000', '133458.318000', '133458.321000', '133458.323000', '133458.326000', '133458.328000', '133458.331000', '133458.333000', '133458.336000', '133458.339000', '133458.341000', '133458.344000', '133458.347000', '133458.349000', '133458.352000', '133458.354000', '133518.211000', '133518.213000', '133518.216000', '133518.219000', '133518.221000', '133518.224000', '133518.226000', '133518.229000', '133518.232000', '133518.234000', '133518.237000', '133518.239000', '133518.242000', '133518.245000', '133518.247000', '133518.250000', '133518.252000', '133518.255000', '133518.258000', '133518.260000', '133518.263000', '133518.265000', '133518.268000', '133518.271000', '133518.273000', '133518.276000', '133518.278000', '133518.281000', '133518.284000', '133518.286000', '133518.289000', '133518.291000', '133518.294000', '133518.297000', '133518.299000', '133518.302000', '133518.304000', '133518.307000', '133518.309000', '133518.312000', '133518.315000', '133518.317000', '133518.320000', '133538.210000', '133538.213000', '133538.215000', '133538.218000', '133538.220000', '133538.223000', '133538.226000', '133538.228000', '133538.231000', '133538.234000', '133538.237000', '133538.239000', '133538.242000', '133538.245000', '133538.247000', '133538.250000', '133538.253000', '133538.255000', '133538.258000', '133538.260000', '133538.263000', '133538.265000', '133538.268000', '133538.271000', '133538.273000', '133538.276000', '133538.278000', '133538.281000', '133538.283000', '133538.286000', '133538.289000', '133538.292000', '133538.294000', '133538.297000', '133538.299000', '133538.302000', '133538.305000', '133538.307000', '133538.310000', '133538.312000', '133538.315000', '133538.317000', '133538.320000', '133558.211000', '133558.213000', '133558.216000', '133558.219000', '133558.221000', '133558.224000', '133558.226000', '133558.229000', '133558.232000', '133558.235000', '133558.237000', '133558.240000', '133558.242000', '133558.245000', '133558.247000', '133558.250000', '133558.253000', '133558.255000', '133558.258000', '133558.260000', '133558.263000', '133558.265000', '133558.268000', '133558.271000', '133558.273000', '133558.276000', '133558.278000', '133558.281000', '133558.284000', '133558.286000', '133558.289000', '133558.292000', '133558.294000', '133558.297000', '133558.299000', '133558.302000', '133558.305000', '133558.307000', '133558.310000', '133558.312000', '133558.315000', '133558.317000', '133558.320000', '133558.323000', '133618.211000', '133618.213000', '133618.216000', '133618.219000', '133618.221000', '133618.224000', '133618.227000', '133618.230000', '133618.232000', '133618.235000', '133618.238000', '133618.240000', '133618.243000', '133618.245000', '133618.248000', '133618.251000', '133618.253000', '133618.256000', '133618.258000', '133618.261000', '133618.264000', '133618.266000', '133618.269000', '133618.271000', '133618.274000', '133618.276000', '133618.279000', '133618.283000', '133618.285000', '133618.288000', '133618.291000', '133618.293000', '133618.296000', '133618.298000', '133618.301000', '133618.304000', '133618.306000', '133618.309000', '133618.311000', '133618.314000', '133618.316000', '133618.319000', '133618.322000', '133638.211000', '133638.213000', '133638.216000', '133638.219000', '133638.222000', '133638.224000', '133638.227000', '133638.230000', '133638.232000', '133638.235000', '133638.237000', '133638.240000', '133638.243000', '133638.245000', '133638.248000', '133638.251000', '133638.253000', '133638.256000', '133638.259000', '133638.261000', '133638.264000', '133638.267000', '133638.269000', '133638.272000', '133638.275000', '133638.277000', '133638.280000', '133638.282000', '133638.285000', '133638.288000', '133638.290000', '133638.293000', '133638.296000', '133638.301000', '133638.304000', '133638.306000', '133638.309000', '133638.311000', '133638.314000', '133638.317000', '133638.319000', '133638.322000', '133638.324000', '133638.327000', '133658.211000', '133658.214000', '133658.216000', '133658.219000', '133658.221000', '133658.224000', '133658.227000', '133658.229000', '133658.232000', '133658.234000', '133658.237000', '133658.239000', '133658.242000', '133658.245000', '133658.247000', '133658.250000', '133658.252000', '133658.255000', '133658.258000', '133658.260000', '133658.263000', '133658.266000', '133658.268000', '133658.271000', '133658.274000', '133658.276000', '133658.279000', '133658.281000', '133658.284000', '133658.286000', '133658.289000', '133658.292000', '133658.294000', '133658.297000', '133658.299000', '133658.302000', '133658.305000', '133658.307000', '133658.310000', '133658.312000', '133658.315000', '133658.318000', '133658.320000', '133718.210000', '133718.213000', '133718.216000', '133718.219000', '133718.221000', '133718.224000', '133718.226000', '133718.229000', '133718.231000', '133718.234000', '133718.237000', '133718.239000', '133718.242000', '133718.244000', '133718.247000', '133718.249000', '133718.252000', '133718.254000', '133718.257000', '133718.260000', '133718.262000', '133718.265000', '133718.267000', '133718.270000', '133718.272000', '133718.275000', '133718.278000', '133718.280000', '133718.283000', '133718.285000', '133718.288000', '133718.291000', '133718.320000', '133718.323000', '133718.325000', '133718.328000', '133718.330000', '133718.333000', '133718.335000', '133718.338000', '133718.340000', '133718.343000', '133718.346000', '133718.348000', '133738.211000', '133738.213000', '133738.216000', '133738.219000', '133738.222000', '133738.224000', '133738.227000', '133738.230000', '133738.232000', '133738.235000', '133738.238000', '133738.240000', '133738.243000', '133738.246000', '133738.248000', '133738.251000', '133738.254000', '133738.256000', '133738.259000', '133738.261000', '133738.264000', '133738.267000', '133738.269000', '133738.272000', '133738.274000', '133738.277000', '133738.280000', '133738.282000', '133738.285000', '133738.287000', '133738.290000', '133738.293000', '133738.295000', '133738.298000', '133738.301000', '133738.303000', '133738.306000', '133738.308000', '133738.311000', '133738.314000', '133738.316000', '133738.319000', '133738.322000', '133758.210000', '133758.213000', '133758.215000', '133758.218000', '133758.220000', '133758.223000', '133758.226000', '133758.228000', '133758.231000', '133758.234000', '133758.236000', '133758.239000', '133758.241000', '133758.244000', '133758.247000', '133758.249000', '133758.252000', '133758.254000', '133758.257000', '133758.260000', '133758.262000', '133758.265000', '133758.267000', '133758.270000', '133758.272000', '133758.275000', '133758.278000', '133758.280000', '133758.283000', '133758.285000', '133758.288000', '133758.291000', '133758.293000', '133758.296000', '133758.298000', '133758.301000', '133758.304000', '133758.306000', '133758.309000', '133758.311000', '133758.314000', '133758.317000', '133758.319000', '133758.322000', '133815.063000', '133815.065000', '133815.068000', '133815.071000', '133815.073000', '133815.076000', '133815.078000', '133815.099000', '133815.101000', '133815.104000', '133815.107000', '133815.109000', '133815.112000', '133815.115000', '133815.117000', '133815.120000', '133815.123000', '133815.125000', '133815.128000', '133815.131000', '133815.134000', '133815.136000', '133815.139000', '133815.142000', '133815.145000', '133815.148000', '133815.151000', '133815.153000', '133815.156000', '133815.159000', '133815.161000', '133815.164000', '133815.166000', '133815.169000', '133815.172000', '133815.174000', '133815.177000'], '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': [14503, 9325, 13376, 11050, 9308, 8297, 8066, 10443, 8017, 10138, 10258, 13872, 11420, 12293, 12691, 13128, 10878, 14221, 16176, 19663, 15456, 13926, 13433, 7724, 11323, 9389, 11071, 10339, 7869, 13123, 11143, 15102, 12528, 15236, 12288, 14445, 9444, 13728, 11769, 13419, 15050, 11982, 13787, 11711, 12857, 10615, 12968, 8740, 12407, 11057, 12741, 15635, 12351, 14114, 11420, 13593, 9372, 13896, 12199, 12734, 15466, 12622, 14241, 9933, 14182, 14362, 12567, 15164, 10780, 14183, 17912, 12545, 13944, 10225, 14168, 13833, 12526, 15283, 10305, 13917, 11104, 13281, 17032, 12174, 13683, 11566, 13579, 17253, 12573, 13635, 9720, 13516, 16831, 12245, 14184, 9143, 13018, 16206, 12382, 13053, 9952, 12734, 9109, 12527, 14669, 12250, 13778, 9054, 12946, 10382, 12453, 14774, 12188, 14751, 10180, 13301, 9159, 13257, 13711, 12155, 14794, 11738, 13168, 9108, 13509, 11448, 12224, 14512, 11601, 13463, 10383, 13143, 16294, 11896, 12961, 9711, 12784, 15059, 11946, 13383, 8903, 12418, 15496, 12733, 12438, 8371, 12363, 14286, 11579, 12994, 9254, 12295, 10396, 11933, 14429, 11695, 12744, 8893, 12088, 14206, 11610, 12788, 8873, 12836, 15589, 11863, 12765, 9075, 13142, 9835, 12395, 14886, 12054, 12926, 8719, 13323, 13726, 12003, 14006, 10807, 13100, 8956, 13140, 13900, 12194, 14343, 10893, 13326, 9046, 13406, 16336, 11462, 12534, 9322, 12194, 8236, 12369, 13942, 11842, 14976, 10427, 13801, 8182, 13068, 15644, 12316, 15852, 11808, 15020, 8077, 12793, 12138, 12116, 16274, 11536, 14349, 8442, 13359, 10671, 13336, 17049, 11581, 14302, 9780, 12609, 8595, 12812, 8107, 12333, 9486, 12440, 16960, 11694, 14617, 10357, 13551, 9146, 13218, 14624, 12169, 14885, 10815, 13275, 9190, 13011, 12830, 12161, 13522, 11321, 13155, 11628, 11250, 11195, 11069, 12541, 8910, 12917, 8936, 13281, 11460, 13013, 17490, 11789, 14680, 9950, 13715, 8858, 13571, 9685, 13062, 14997, 12374, 14073, 10735, 13296, 8858, 12863, 11030, 12516, 14864, 11839, 13356, 8989, 13290, 9162, 13061, 15267, 12196, 13349, 9038, 13106, 10466, 12460, 15107, 11993, 14374, 9557, 13845, 8536, 12952, 14461, 11687, 15558, 11196, 13495, 8618, 12977, 11512, 12140, 15947, 11414, 13427, 8649, 13219, 9897, 12865, 12951, 11701, 14637, 11535, 15283, 11319, 14084, 9421, 13338, 14486, 13374, 16753, 11626, 13549, 9331, 13157, 15021, 12361, 15933, 9651, 12853, 15194, 12405, 15457, 11100, 12819, 8350, 12117, 13778, 11882, 14794, 11031, 12410, 8625, 12796, 8354, 12907, 14694, 11794, 13371, 8993, 13660, 11988, 12974, 16156, 11639, 13813, 9263, 13508, 16722, 12297, 13649, 8723, 13430, 10333, 13092, 14112, 11758, 14326, 11664, 14198, 9871, 13120, 8507, 12784, 11582, 12805, 16535, 12614, 14873, 8772, 13219, 15816, 13066, 15571, 11453, 12931, 8347, 12540, 9608, 12860, 13266, 11651, 14623, 11544, 13546, 8974, 13885, 8600, 13240, 16204, 12040, 13724, 10819, 13364, 8633, 12594, 8147, 12662, 15953, 12357, 14832, 9456, 13079, 10965, 12934, 13240, 11608, 10318, 12036, 14127, 12005, 14971, 11081, 13290, 8621, 12775, 16123, 12297, 13616, 9114, 12445, 15386, 11730, 13357, 8843, 12598, 15676, 11147, 11886, 8177, 12101, 7984, 11291, 13392, 10295, 11737, 8387, 12688, 10374, 11748, 14322, 11211, 13320, 9193, 13592, 16666, 12533, 13410, 8406, 13486, 16305, 12462, 15404, 9311, 13673, 15232, 12942, 15892, 11477, 13117, 8590, 12982, 15671, 12372, 15057, 10928, 12345, 8292, 12766, 11547, 12107, 15855, 11605, 12936, 9884, 12340, 8784, 12946, 8358, 12784, 14127, 11756, 13773, 8889, 13039, 8911, 12220, 14271, 11496, 12892, 8649, 12783, 8672, 12155, 15531, 11649, 14601, 11174, 13176, 8750, 12875, 16678, 12495, 14531, 8702, 12867, 9709, 13116, 16327, 11664, 13410, 8346, 12990, 8945, 13291, 8273, 12019, 13115, 11317, 15699, 12011, 15631, 10116, 13114, 9083, 13821, 17016, 12496, 15188, 8957, 12797, 10568, 13893, 9607, 12078, 10975, 11177, 13904, 11306, 14220, 10934, 12552, 8224, 12743, 15800, 9877, 13328, 16037, 11600, 12944, 8807, 13064, 15198, 11405, 12776, 8345, 12832, 9635, 12362, 15732, 11917, 13154, 8499, 13466, 15965, 11968, 13655, 8360, 12464, 10796, 11954, 14649, 11058, 12648, 8350, 12611, 15621, 12100, 14098, 9098, 12650, 14958, 11750, 14184, 9774, 12355, 11248, 11931, 15133, 11707, 12532, 9031, 12050, 13766, 11255, 12801, 8252, 12066, 13328, 11044, 13075, 10351, 12521, 8099, 12487, 12593, 11784, 13456, 11170, 13265, 10766, 13454, 8324, 12135, 8275, 12224, 12412, 12338, 14908, 11736, 13663, 9788, 12834, 8891, 12442, 14992, 11026, 12342, 8244, 12459, 12140, 11732, 14385, 11083, 12698, 8650, 12447, 15228, 11460, 13106, 10928, 12751, 8368, 12258, 12967, 11691, 14115, 11808, 13645, 8505, 12612, 10740, 12271, 14885, 12237, 13889, 9438, 12403, 8827, 12248, 15628, 12330, 14419, 10087, 12479, 8304, 12076, 14739, 11941, 14079, 11180, 12626, 10927, 12620, 8789, 13050, 8492, 11890, 14898, 12009, 14668, 11301, 13664, 10698, 13229, 9714, 13627, 9037, 12857, 8407, 12811, 15009, 12893, 15793, 11427, 12876, 9088, 12518, 16452, 12297, 13953, 9013, 12489, 13051, 11725, 14623, 11682, 13340, 9009, 11936, 8025, 12612, 11675, 11592, 14613, 11473, 13248, 10888, 13289, 8452, 12380, 11002, 11561, 14999, 12234, 13575, 8834, 12422, 8367, 12684, 15322, 12442, 14938, 11166, 12466, 8719, 13962, 12746, 12834, 15900, 12361, 13767, 8901, 13836, 15726, 12202, 14440, 11322, 13278, 8755, 12964, 8542, 11756, 11412, 10960, 13507, 11448, 12971, 8353, 12427, 10807, 12084, 15169, 12463, 14136, 8483, 12923, 15952, 11824, 14381, 10977, 12767, 10884, 11808, 13590, 11743, 11953, 8104, 12083, 8763, 11716, 14378, 11649, 13949, 11044, 12678, 8324, 12679, 15458, 11956, 13445, 8645, 12539, 10647, 11916, 14366, 11575, 13393, 8603, 12271, 10659, 12445, 14115, 11087, 12483, 9182, 11925, 8762, 12659, 13923, 11410, 13672, 11293, 12940, 9049, 12835, 8999, 13079, 8585, 12558, 8554, 13146, 8281, 13586, 12932, 12443, 15364, 11360, 13730, 9848, 13693, 13442, 12118, 14669, 10068, 12869, 15510, 12356, 13584, 10868, 12554, 9236, 12884, 8391, 12139, 15246, 11890, 13904, 9406, 13083, 15040, 11409, 13864, 9204, 12536, 14090, 11824, 14961, 11231, 11998, 8724, 12479, 14148, 11710, 13074, 8519, 12327, 13880, 12081, 13985, 11200, 11963, 8690, 12468, 14253, 11982, 14920, 11660, 12769, 8792, 13241, 16548, 12505, 14818, 11446, 12925, 9404, 12912, 15045, 12110, 13785, 8990, 12280, 14616, 11852, 12439, 8176, 12228, 14032, 11754, 14196, 11751, 13114, 8458, 12294, 14323, 11817, 14366, 11786, 13133, 8783, 12621, 14726, 12012, 14818, 12278, 13406, 8864, 12151, 11603, 11548, 13723, 12001, 12613, 9522, 11975, 8715, 12121, 14677, 11903, 13642, 9521, 12330, 14241, 11732, 14583, 11534, 13126, 8869, 12266, 15189, 11129, 14353, 10735, 13363, 8871, 12120, 10928, 11487, 14350, 11503, 13460, 10437, 12478, 9342, 12506, 15542, 12167, 13467, 8798, 12104, 15236, 11577, 14134, 9312, 13066, 14866, 11528, 13351, 11361, 12287, 8717, 12025, 9346, 11925, 14224, 12003, 13820, 9001, 12830, 15298, 12236, 12996, 8735, 12973, 14184, 11636, 14072, 11318, 12248, 8674, 12979, 14269, 11882, 14505, 11374, 12479, 8672, 12289, 13973, 12172, 14546, 11335, 12536, 9521, 12304, 14371, 12275, 13072, 9019, 12163, 14252, 11648, 12673, 8988, 12283, 13729, 11197, 13069, 11405, 12037, 8480, 11897, 13708, 11435, 13365, 11919, 12797, 8965, 12757, 11968, 12159, 15015, 12333, 13859, 9297, 13002, 14611, 12660, 15035, 12672, 14059, 9405, 12687, 14655, 11677, 14011, 11971, 12577, 8541, 11795, 14724, 10971, 13495, 10600, 12691, 10015, 11898, 13648, 11329, 12461, 8953, 12714, 12669, 11771, 13516, 11399, 12333, 8558, 12728, 12910, 11507, 14071, 11286, 12049, 8873, 12547, 9880, 12035, 15154, 11335, 12835, 10905, 12366, 9138, 12587, 10660, 12092, 14043, 11461, 13938, 11017, 13682, 9531, 13154, 11234, 12265, 14412, 11764, 13496, 11589, 12954, 9278, 12327, 14500, 11353, 13838, 10992, 12892, 9999, 12180, 14274, 11793, 13722, 9877, 13404, 12745, 12082, 14552, 12544, 12991, 8977, 12327, 12910, 11446, 13806, 12065, 12378, 8748, 12251, 9693, 11994, 13562, 11768, 12235, 11347, 12928, 11752, 15229, 12539, 14696, 12340, 14452, 11782, 14242, 10089, 14041, 12869, 12577, 16098, 12144, 13129, 15918, 12180, 13920, 9830, 12170, 12394, 11710, 14354, 11879, 12518, 9812, 11768, 13957, 11720, 12718, 9140, 12428, 9039, 12316, 14752, 11784, 13267, 10147, 12101, 10307, 11884, 14341, 12103, 13392, 9835, 12263, 14326, 12420, 12683, 9064, 12564, 12268, 11639, 13792, 11788, 12708, 9089, 12131, 13363, 11008, 13969, 11713, 12855, 9133, 12178, 14294, 11614, 14372, 12063, 13154, 8887, 12473, 14528, 11664, 14377, 11796, 12543, 9625, 12175, 14107, 11612, 13116, 9672, 12730, 10377, 11688, 13783, 11276, 12725, 9404, 12593, 9629, 11836, 14032, 11019, 13041, 10177, 12994, 9917, 12259, 14546, 11520, 13782, 11593, 13346, 8998, 12796, 11229, 12303, 15040, 12238, 13909, 11081, 12481, 8752, 12763, 9452, 12628, 13190, 11966, 14015, 12048, 14208, 10113, 13804, 10632, 12909, 14874, 12009, 14212, 11113, 13733, 10337, 12488, 15150, 11813, 14152, 11359, 13249, 9282, 12228, 12769, 11776, 13577, 11543, 13258, 10486, 12540, 9319, 12202, 14701, 11915, 14212, 11483, 12643, 9538, 12138, 14755, 10894, 13970, 11603, 12199, 9726, 11794, 8777, 11404, 11392, 11444, 13725, 11410, 13569, 11057, 12527, 9514, 12700, 13778, 11701, 16090, 12046, 12268, 9524, 12421, 12761, 11572, 15813, 11267, 12026, 10756, 12873, 11430, 13228, 10928, 12958, 8946, 12484, 15261, 12672, 13906, 9765, 12662, 9488, 12518, 14413, 11834, 13674, 11555, 12057, 9937, 13256, 9654, 13037, 9344, 12258, 9405, 12903, 11369, 12728, 15255, 12534, 14539, 10955, 14520, 10315, 13558, 15264, 12319, 15125, 12536, 14306, 10133, 13832, 9625, 13139, 14928, 12758, 15743, 12194, 13916, 11506, 12632, 9531, 13014, 13907, 12042, 15225, 11743, 13089, 10031, 12745, 11210, 12700, 10440, 11809, 11238, 11187, 13771, 11429, 10743, 9173, 11867, 10000, 12369, 8943, 13242, 8452, 13185, 8470, 14024, 10316, 14578, 12451, 13261, 9116, 13385, 8792, 15015, 10876, 9940, 12260, 8449, 13437, 11098, 8768, 15596, 12624, 8856, 15396, 13514, 9251, 16459, 12860, 10721, 12582, 10624, 16104, 12887, 12329, 13326, 8299, 12249, 8585, 14357, 11897, 14419, 10654, 8241, 11258, 8403, 12255, 10378, 8669, 11966, 8806, 12320, 9832, 13720, 9565, 15194, 9742, 14009, 9228, 14178, 9807, 15335, 9318, 13730, 14714, 12821, 16594, 13503, 16286, 12128, 14108, 10985, 14464, 10015, 14543, 9238, 13607, 12218, 13107, 16851, 14093, 16044, 10938, 13867, 9015, 13939, 16716, 12962, 16322, 12306, 13805, 9305, 14107, 14972, 12465, 15172, 11819, 13467, 9471, 13945, 13327, 12670, 15498, 11181, 14400, 14332, 13520, 16093, 12217, 13744, 10103, 12985, 15864, 12904, 14031, 8994, 13062, 12863, 12913, 15387, 11970, 13707, 9589, 13360, 9924, 14391, 15735, 12167, 14379, 10950, 13670, 9799, 14028, 8291, 13755, 8527, 13419, 15476, 12917, 16632, 12141, 14211, 8857, 13593, 11049, 13428, 17281, 12426, 14083, 11622, 13709, 9391, 13967, 8627, 14021, 16054, 12743, 15466, 10934, 14494, 12258, 12946, 15204, 12224, 13903, 9135, 13456, 11111, 12466, 14356, 11254, 12913, 8716, 13385, 8318, 12905, 8254, 12800, 15432, 10748, 14165, 11042, 12320, 14763, 11412, 12927, 9353, 13739, 12585, 11780, 13750, 11817, 12969, 9018, 13004, 8555, 12338, 14676, 11425, 13622, 9821, 13861, 8823, 13256, 10891, 12689, 15024, 12586, 14208, 10650, 13441, 8648, 13036, 13546, 11865, 15190, 12004, 13643, 9289, 13079, 14876, 12309, 13591, 9237], 'WindowCenter': [4720.0, 4642.0, 4677.0, 4658.0, 4680.0, 4657.0, 4616.0, 4632.0, 4589.0, 4631.0, 4629.0, 4661.0, 4657.0, 4681.0, 4679.0, 4664.0, 4615.0, 4635.0, 4657.0, 4680.0, 4663.0, 4654.0, 4666.0, 4608.0, 4659.0, 4639.0, 4646.0, 4647.0, 4616.0, 4664.0, 4644.0, 4673.0, 4655.0, 4674.0, 4657.0, 4676.0, 4626.0, 4665.0, 4643.0, 4653.0, 4661.0, 4641.0, 4650.0, 4642.0, 4652.0, 4632.0, 4663.0, 4626.0, 4667.0, 4656.0, 4668.0, 4687.0, 4668.0, 4678.0, 4668.0, 4679.0, 4639.0, 4690.0, 4681.0, 4682.0, 4700.0, 4682.0, 4701.0, 4649.0, 4691.0, 4690.0, 4683.0, 4701.0, 4659.0, 4691.0, 4709.0, 4670.0, 4688.0, 4648.0, 4679.0, 4677.0, 4668.0, 4687.0, 4645.0, 4677.0, 4646.0, 4677.0, 4695.0, 4667.0, 4676.0, 4645.0, 4665.0, 4684.0, 4654.0, 4664.0, 4621.0, 4661.0, 4682.0, 4642.0, 4661.0, 4610.0, 4652.0, 4670.0, 4639.0, 4649.0, 4620.0, 4651.0, 4622.0, 4652.0, 4660.0, 4642.0, 4661.0, 4609.0, 4651.0, 4620.0, 4653.0, 4661.0, 4651.0, 4672.0, 4632.0, 4660.0, 4611.0, 4663.0, 4661.0, 4651.0, 4672.0, 4652.0, 4663.0, 4610.0, 4662.0, 4642.0, 4654.0, 4673.0, 4642.0, 4664.0, 4631.0, 4665.0, 4683.0, 4642.0, 4661.0, 4622.0, 4651.0, 4662.0, 4642.0, 4662.0, 4611.0, 4652.0, 4668.0, 4650.0, 4640.0, 4599.0, 4650.0, 4659.0, 4639.0, 4650.0, 4610.0, 4639.0, 4618.0, 4641.0, 4660.0, 4641.0, 4649.0, 4610.0, 4651.0, 4660.0, 4641.0, 4651.0, 4609.0, 4652.0, 4670.0, 4641.0, 4650.0, 4611.0, 4651.0, 4619.0, 4650.0, 4670.0, 4639.0, 4650.0, 4599.0, 4649.0, 4649.0, 4642.0, 4659.0, 4631.0, 4649.0, 4610.0, 4652.0, 4661.0, 4653.0, 4662.0, 4645.0, 4664.0, 4622.0, 4676.0, 4699.0, 4658.0, 4655.0, 4625.0, 4643.0, 4614.0, 4656.0, 4664.0, 4655.0, 4674.0, 4647.0, 4666.0, 4614.0, 4665.0, 4673.0, 4655.0, 4684.0, 4644.0, 4677.0, 4618.0, 4667.0, 4653.0, 4655.0, 4684.0, 4643.0, 4662.0, 4602.0, 4651.0, 4630.0, 4653.0, 4683.0, 4643.0, 4676.0, 4637.0, 4654.0, 4613.0, 4652.0, 4603.0, 4653.0, 4623.0, 4654.0, 4684.0, 4658.0, 4676.0, 4634.0, 4653.0, 4612.0, 4654.0, 4662.0, 4643.0, 4661.0, 4632.0, 4651.0, 4623.0, 4666.0, 4652.0, 4653.0, 4664.0, 4645.0, 4653.0, 4644.0, 4656.0, 4657.0, 4645.0, 4668.0, 4629.0, 4680.0, 4640.0, 4679.0, 4658.0, 4670.0, 4709.0, 4658.0, 4677.0, 4639.0, 4667.0, 4615.0, 4653.0, 4612.0, 4655.0, 4663.0, 4654.0, 4653.0, 4633.0, 4664.0, 4616.0, 4666.0, 4636.0, 4655.0, 4674.0, 4645.0, 4664.0, 4616.0, 4667.0, 4625.0, 4668.0, 4676.0, 4657.0, 4664.0, 4616.0, 4655.0, 4635.0, 4667.0, 4675.0, 4656.0, 4666.0, 4625.0, 4667.0, 4615.0, 4656.0, 4666.0, 4657.0, 4675.0, 4645.0, 4665.0, 4615.0, 4666.0, 4645.0, 4656.0, 4685.0, 4657.0, 4665.0, 4616.0, 4666.0, 4635.0, 4656.0, 4655.0, 4656.0, 4674.0, 4646.0, 4675.0, 4647.0, 4677.0, 4626.0, 4667.0, 4665.0, 4666.0, 4675.0, 4645.0, 4655.0, 4624.0, 4655.0, 4663.0, 4643.0, 4673.0, 4612.0, 4642.0, 4660.0, 4641.0, 4660.0, 4631.0, 4640.0, 4601.0, 4642.0, 4650.0, 4641.0, 4659.0, 4632.0, 4641.0, 4611.0, 4665.0, 4602.0, 4653.0, 4661.0, 4643.0, 4652.0, 4612.0, 4663.0, 4642.0, 4653.0, 4672.0, 4632.0, 4653.0, 4612.0, 4653.0, 4671.0, 4642.0, 4650.0, 4601.0, 4651.0, 4620.0, 4651.0, 4650.0, 4641.0, 4661.0, 4643.0, 4662.0, 4623.0, 4652.0, 4613.0, 4654.0, 4643.0, 4653.0, 4684.0, 4656.0, 4674.0, 4614.0, 4654.0, 4672.0, 4652.0, 4671.0, 4644.0, 4652.0, 4601.0, 4652.0, 4623.0, 4654.0, 4652.0, 4644.0, 4663.0, 4644.0, 4667.0, 4626.0, 4664.0, 4614.0, 4665.0, 4685.0, 4654.0, 4663.0, 4634.0, 4663.0, 4614.0, 4655.0, 4605.0, 4666.0, 4685.0, 4655.0, 4675.0, 4624.0, 4666.0, 4648.0, 4669.0, 4665.0, 4657.0, 4637.0, 4668.0, 4675.0, 4656.0, 4674.0, 4645.0, 4666.0, 4615.0, 4666.0, 4674.0, 4654.0, 4664.0, 4613.0, 4653.0, 4662.0, 4642.0, 4651.0, 4600.0, 4641.0, 4659.0, 4631.0, 4640.0, 4600.0, 4641.0, 4591.0, 4643.0, 4651.0, 4632.0, 4654.0, 4615.0, 4665.0, 4634.0, 4656.0, 4675.0, 4646.0, 4666.0, 4624.0, 4666.0, 4685.0, 4655.0, 4664.0, 4604.0, 4654.0, 4673.0, 4644.0, 4673.0, 4612.0, 4663.0, 4661.0, 4641.0, 4671.0, 4632.0, 4649.0, 4600.0, 4651.0, 4660.0, 4641.0, 4660.0, 4632.0, 4641.0, 4602.0, 4652.0, 4641.0, 4643.0, 4671.0, 4643.0, 4656.0, 4639.0, 4654.0, 4615.0, 4655.0, 4604.0, 4655.0, 4665.0, 4656.0, 4665.0, 4616.0, 4656.0, 4614.0, 4655.0, 4664.0, 4646.0, 4654.0, 4614.0, 4655.0, 4614.0, 4655.0, 4673.0, 4645.0, 4674.0, 4646.0, 4666.0, 4616.0, 4666.0, 4684.0, 4655.0, 4664.0, 4603.0, 4653.0, 4612.0, 4653.0, 4671.0, 4643.0, 4652.0, 4603.0, 4652.0, 4613.0, 4664.0, 4614.0, 4656.0, 4665.0, 4646.0, 4685.0, 4656.0, 4687.0, 4647.0, 4666.0, 4615.0, 4666.0, 4685.0, 4655.0, 4674.0, 4613.0, 4652.0, 4621.0, 4653.0, 4612.0, 4654.0, 4633.0, 4644.0, 4662.0, 4645.0, 4675.0, 4647.0, 4667.0, 4616.0, 4667.0, 4687.0, 4625.0, 4665.0, 4673.0, 4644.0, 4653.0, 4612.0, 4652.0, 4662.0, 4643.0, 4652.0, 4603.0, 4654.0, 4622.0, 4654.0, 4673.0, 4643.0, 4652.0, 4602.0, 4653.0, 4671.0, 4642.0, 4651.0, 4601.0, 4653.0, 4632.0, 4643.0, 4662.0, 4644.0, 4654.0, 4604.0, 4656.0, 4674.0, 4656.0, 4665.0, 4614.0, 4655.0, 4663.0, 4644.0, 4663.0, 4623.0, 4654.0, 4632.0, 4643.0, 4662.0, 4631.0, 4641.0, 4600.0, 4641.0, 4650.0, 4631.0, 4639.0, 4599.0, 4641.0, 4649.0, 4631.0, 4651.0, 4622.0, 4642.0, 4603.0, 4653.0, 4641.0, 4641.0, 4651.0, 4632.0, 4652.0, 4632.0, 4652.0, 4603.0, 4642.0, 4603.0, 4644.0, 4642.0, 4654.0, 4671.0, 4644.0, 4663.0, 4624.0, 4654.0, 4614.0, 4654.0, 4673.0, 4634.0, 4654.0, 4614.0, 4655.0, 4654.0, 4655.0, 4664.0, 4645.0, 4653.0, 4614.0, 4654.0, 4671.0, 4644.0, 4663.0, 4644.0, 4653.0, 4604.0, 4654.0, 4653.0, 4644.0, 4663.0, 4644.0, 4663.0, 4614.0, 4655.0, 4633.0, 4654.0, 4672.0, 4644.0, 4663.0, 4613.0, 4653.0, 4611.0, 4653.0, 4672.0, 4653.0, 4661.0, 4632.0, 4641.0, 4601.0, 4654.0, 4662.0, 4642.0, 4662.0, 4642.0, 4653.0, 4644.0, 4654.0, 4615.0, 4663.0, 4614.0, 4654.0, 4673.0, 4656.0, 4674.0, 4646.0, 4665.0, 4636.0, 4665.0, 4626.0, 4665.0, 4616.0, 4654.0, 4617.0, 4668.0, 4676.0, 4667.0, 4674.0, 4645.0, 4655.0, 4614.0, 4654.0, 4673.0, 4643.0, 4651.0, 4601.0, 4641.0, 4640.0, 4631.0, 4650.0, 4631.0, 4650.0, 4599.0, 4640.0, 4591.0, 4653.0, 4630.0, 4642.0, 4661.0, 4643.0, 4652.0, 4632.0, 4652.0, 4603.0, 4653.0, 4631.0, 4645.0, 4663.0, 4644.0, 4664.0, 4614.0, 4654.0, 4605.0, 4654.0, 4674.0, 4656.0, 4674.0, 4645.0, 4655.0, 4614.0, 4665.0, 4654.0, 4655.0, 4674.0, 4643.0, 4653.0, 4602.0, 4651.0, 4661.0, 4642.0, 4660.0, 4629.0, 4641.0, 4599.0, 4651.0, 4600.0, 4641.0, 4642.0, 4645.0, 4663.0, 4645.0, 4654.0, 4615.0, 4657.0, 4646.0, 4657.0, 4677.0, 4657.0, 4667.0, 4614.0, 4654.0, 4673.0, 4643.0, 4663.0, 4633.0, 4642.0, 4632.0, 4643.0, 4652.0, 4643.0, 4643.0, 4604.0, 4654.0, 4614.0, 4656.0, 4665.0, 4658.0, 4666.0, 4646.0, 4654.0, 4616.0, 4667.0, 4675.0, 4643.0, 4654.0, 4603.0, 4653.0, 4620.0, 4641.0, 4660.0, 4633.0, 4652.0, 4602.0, 4641.0, 4621.0, 4641.0, 4662.0, 4632.0, 4651.0, 4612.0, 4653.0, 4614.0, 4653.0, 4662.0, 4644.0, 4664.0, 4645.0, 4653.0, 4613.0, 4666.0, 4628.0, 4669.0, 4618.0, 4667.0, 4629.0, 4677.0, 4618.0, 4668.0, 4656.0, 4656.0, 4676.0, 4657.0, 4667.0, 4637.0, 4668.0, 4666.0, 4657.0, 4675.0, 4623.0, 4655.0, 4661.0, 4643.0, 4651.0, 4631.0, 4642.0, 4613.0, 4652.0, 4602.0, 4643.0, 4660.0, 4641.0, 4650.0, 4611.0, 4652.0, 4659.0, 4632.0, 4651.0, 4611.0, 4642.0, 4648.0, 4629.0, 4659.0, 4631.0, 4629.0, 4600.0, 4641.0, 4648.0, 4641.0, 4651.0, 4601.0, 4640.0, 4648.0, 4642.0, 4649.0, 4632.0, 4641.0, 4613.0, 4654.0, 4664.0, 4644.0, 4673.0, 4646.0, 4656.0, 4615.0, 4667.0, 4684.0, 4656.0, 4665.0, 4646.0, 4656.0, 4624.0, 4666.0, 4672.0, 4654.0, 4664.0, 4614.0, 4655.0, 4663.0, 4644.0, 4654.0, 4603.0, 4654.0, 4662.0, 4644.0, 4663.0, 4643.0, 4653.0, 4603.0, 4655.0, 4664.0, 4654.0, 4663.0, 4643.0, 4653.0, 4614.0, 4653.0, 4663.0, 4643.0, 4662.0, 4642.0, 4653.0, 4612.0, 4641.0, 4630.0, 4641.0, 4650.0, 4643.0, 4641.0, 4624.0, 4643.0, 4615.0, 4655.0, 4674.0, 4644.0, 4664.0, 4623.0, 4654.0, 4664.0, 4654.0, 4663.0, 4645.0, 4654.0, 4611.0, 4642.0, 4670.0, 4644.0, 4663.0, 4632.0, 4651.0, 4610.0, 4641.0, 4630.0, 4642.0, 4661.0, 4644.0, 4652.0, 4644.0, 4656.0, 4625.0, 4666.0, 4672.0, 4655.0, 4665.0, 4613.0, 4654.0, 4671.0, 4643.0, 4664.0, 4623.0, 4653.0, 4660.0, 4641.0, 4650.0, 4642.0, 4652.0, 4615.0, 4655.0, 4624.0, 4653.0, 4674.0, 4655.0, 4665.0, 4614.0, 4655.0, 4674.0, 4654.0, 4653.0, 4612.0, 4653.0, 4651.0, 4643.0, 4661.0, 4644.0, 4653.0, 4613.0, 4653.0, 4662.0, 4643.0, 4662.0, 4644.0, 4653.0, 4616.0, 4668.0, 4675.0, 4655.0, 4675.0, 4645.0, 4654.0, 4623.0, 4656.0, 4663.0, 4654.0, 4654.0, 4613.0, 4653.0, 4662.0, 4644.0, 4652.0, 4612.0, 4643.0, 4651.0, 4632.0, 4651.0, 4643.0, 4643.0, 4613.0, 4654.0, 4663.0, 4645.0, 4665.0, 4655.0, 4665.0, 4624.0, 4665.0, 4655.0, 4657.0, 4674.0, 4657.0, 4676.0, 4627.0, 4667.0, 4676.0, 4667.0, 4676.0, 4656.0, 4666.0, 4614.0, 4654.0, 4664.0, 4645.0, 4654.0, 4641.0, 4643.0, 4602.0, 4643.0, 4662.0, 4644.0, 4662.0, 4633.0, 4653.0, 4622.0, 4643.0, 4665.0, 4645.0, 4653.0, 4612.0, 4653.0, 4641.0, 4642.0, 4651.0, 4632.0, 4642.0, 4601.0, 4652.0, 4641.0, 4632.0, 4661.0, 4632.0, 4640.0, 4613.0, 4655.0, 4623.0, 4654.0, 4673.0, 4645.0, 4654.0, 4645.0, 4667.0, 4627.0, 4657.0, 4646.0, 4667.0, 4677.0, 4658.0, 4677.0, 4648.0, 4677.0, 4637.0, 4667.0, 4647.0, 4658.0, 4676.0, 4657.0, 4666.0, 4657.0, 4668.0, 4627.0, 4668.0, 4687.0, 4659.0, 4678.0, 4646.0, 4667.0, 4635.0, 4668.0, 4677.0, 4656.0, 4667.0, 4636.0, 4678.0, 4654.0, 4642.0, 4662.0, 4642.0, 4652.0, 4601.0, 4642.0, 4640.0, 4631.0, 4650.0, 4641.0, 4641.0, 4600.0, 4652.0, 4623.0, 4654.0, 4663.0, 4655.0, 4654.0, 4645.0, 4656.0, 4656.0, 4675.0, 4656.0, 4676.0, 4657.0, 4674.0, 4646.0, 4676.0, 4624.0, 4665.0, 4653.0, 4654.0, 4674.0, 4642.0, 4653.0, 4661.0, 4631.0, 4650.0, 4608.0, 4628.0, 4627.0, 4628.0, 4649.0, 4627.0, 4628.0, 4607.0, 4639.0, 4647.0, 4628.0, 4637.0, 4598.0, 4639.0, 4599.0, 4641.0, 4658.0, 4641.0, 4651.0, 4622.0, 4651.0, 4633.0, 4654.0, 4664.0, 4655.0, 4665.0, 4634.0, 4656.0, 4675.0, 4654.0, 4654.0, 4614.0, 4654.0, 4653.0, 4656.0, 4665.0, 4655.0, 4666.0, 4625.0, 4657.0, 4666.0, 4648.0, 4676.0, 4657.0, 4667.0, 4627.0, 4666.0, 4677.0, 4656.0, 4676.0, 4657.0, 4666.0, 4627.0, 4667.0, 4675.0, 4654.0, 4675.0, 4654.0, 4655.0, 4624.0, 4656.0, 4664.0, 4644.0, 4654.0, 4624.0, 4653.0, 4623.0, 4655.0, 4664.0, 4645.0, 4654.0, 4625.0, 4655.0, 4624.0, 4656.0, 4665.0, 4647.0, 4664.0, 4636.0, 4666.0, 4636.0, 4657.0, 4690.0, 4669.0, 4675.0, 4645.0, 4664.0, 4627.0, 4667.0, 4645.0, 4656.0, 4686.0, 4656.0, 4664.0, 4645.0, 4655.0, 4614.0, 4655.0, 4625.0, 4666.0, 4666.0, 4657.0, 4676.0, 4667.0, 4677.0, 4635.0, 4676.0, 4646.0, 4667.0, 4675.0, 4656.0, 4665.0, 4644.0, 4664.0, 4634.0, 4654.0, 4674.0, 4644.0, 4662.0, 4632.0, 4653.0, 4612.0, 4643.0, 4641.0, 4642.0, 4651.0, 4644.0, 4653.0, 4633.0, 4654.0, 4624.0, 4655.0, 4675.0, 4645.0, 4664.0, 4644.0, 4655.0, 4622.0, 4654.0, 4661.0, 4632.0, 4662.0, 4632.0, 4642.0, 4623.0, 4642.0, 4614.0, 4654.0, 4645.0, 4657.0, 4676.0, 4658.0, 4678.0, 4657.0, 4668.0, 4639.0, 4680.0, 4677.0, 4659.0, 4689.0, 4658.0, 4656.0, 4637.0, 4669.0, 4668.0, 4658.0, 4674.0, 4645.0, 4654.0, 4644.0, 4652.0, 4644.0, 4652.0, 4634.0, 4654.0, 4614.0, 4654.0, 4673.0, 4654.0, 4661.0, 4621.0, 4650.0, 4609.0, 4641.0, 4651.0, 4642.0, 4651.0, 4632.0, 4641.0, 4620.0, 4651.0, 4623.0, 4652.0, 4612.0, 4666.0, 4625.0, 4666.0, 4645.0, 4665.0, 4688.0, 4667.0, 4675.0, 4644.0, 4675.0, 4635.0, 4667.0, 4674.0, 4654.0, 4674.0, 4654.0, 4676.0, 4636.0, 4663.0, 4623.0, 4655.0, 4663.0, 4654.0, 4673.0, 4656.0, 4664.0, 4645.0, 4656.0, 4627.0, 4666.0, 4665.0, 4657.0, 4676.0, 4657.0, 4666.0, 4625.0, 4668.0, 4647.0, 4666.0, 4648.0, 4656.0, 4645.0, 4657.0, 4678.0, 4670.0, 4661.0, 4639.0, 4667.0, 4648.0, 4678.0, 4639.0, 4677.0, 4627.0, 4677.0, 4628.0, 4692.0, 4652.0, 4677.0, 4658.0, 4669.0, 4629.0, 4665.0, 4614.0, 4675.0, 4645.0, 4620.0, 4652.0, 4614.0, 4662.0, 4644.0, 4613.0, 4675.0, 4655.0, 4615.0, 4674.0, 4667.0, 4617.0, 4674.0, 4642.0, 4620.0, 4641.0, 4632.0, 4671.0, 4643.0, 4643.0, 4641.0, 4590.0, 4629.0, 4589.0, 4648.0, 4630.0, 4649.0, 4621.0, 4602.0, 4632.0, 4615.0, 4654.0, 4634.0, 4617.0, 4657.0, 4627.0, 4665.0, 4639.0, 4678.0, 4638.0, 4688.0, 4638.0, 4678.0, 4627.0, 4678.0, 4636.0, 4675.0, 4624.0, 4666.0, 4664.0, 4666.0, 4684.0, 4664.0, 4685.0, 4656.0, 4673.0, 4644.0, 4674.0, 4634.0, 4674.0, 4624.0, 4677.0, 4654.0, 4667.0, 4694.0, 4674.0, 4684.0, 4645.0, 4664.0, 4626.0, 4676.0, 4686.0, 4665.0, 4684.0, 4654.0, 4674.0, 4625.0, 4675.0, 4672.0, 4654.0, 4674.0, 4655.0, 4675.0, 4625.0, 4677.0, 4664.0, 4665.0, 4685.0, 4656.0, 4678.0, 4663.0, 4664.0, 4673.0, 4653.0, 4663.0, 4623.0, 4652.0, 4670.0, 4665.0, 4674.0, 4613.0, 4652.0, 4652.0, 4666.0, 4673.0, 4654.0, 4664.0, 4622.0, 4663.0, 4624.0, 4678.0, 4674.0, 4657.0, 4675.0, 4634.0, 4652.0, 4621.0, 4649.0, 4599.0, 4650.0, 4599.0, 4650.0, 4660.0, 4652.0, 4670.0, 4640.0, 4649.0, 4610.0, 4651.0, 4630.0, 4651.0, 4669.0, 4640.0, 4660.0, 4641.0, 4659.0, 4611.0, 4661.0, 4612.0, 4663.0, 4672.0, 4664.0, 4673.0, 4631.0, 4660.0, 4628.0, 4638.0, 4658.0, 4638.0, 4649.0, 4609.0, 4649.0, 4627.0, 4640.0, 4659.0, 4643.0, 4651.0, 4610.0, 4650.0, 4600.0, 4649.0, 4600.0, 4663.0, 4673.0, 4632.0, 4662.0, 4631.0, 4652.0, 4661.0, 4641.0, 4651.0, 4611.0, 4662.0, 4640.0, 4641.0, 4660.0, 4641.0, 4651.0, 4611.0, 4652.0, 4612.0, 4653.0, 4672.0, 4654.0, 4675.0, 4635.0, 4663.0, 4613.0, 4663.0, 4633.0, 4653.0, 4672.0, 4652.0, 4662.0, 4632.0, 4652.0, 4611.0, 4652.0, 4650.0, 4641.0, 4661.0, 4641.0, 4648.0, 4609.0, 4640.0, 4648.0, 4637.0, 4649.0, 4599.0], 'WindowWidth': [10315.0, 10190.0, 10229.0, 10202.0, 10255.0, 10215.0, 10140.0, 10151.0, 10089.0, 10151.0, 10147.0, 10195.0, 10200.0, 10241.0, 10235.0, 10209.0, 10119.0, 10146.0, 10179.0, 10220.0, 10196.0, 10184.0, 10204.0, 10130.0, 10199.0, 10175.0, 10178.0, 10184.0, 10138.0, 10202.0, 10175.0, 10211.0, 10190.0, 10215.0, 10197.0, 10221.0, 10151.0, 10204.0, 10170.0, 10182.0, 10191.0, 10163.0, 10175.0, 10167.0, 10180.0, 10156.0, 10200.0, 10153.0, 10211.0, 10194.0, 10212.0, 10237.0, 10215.0, 10226.0, 10215.0, 10231.0, 10176.0, 10247.0, 10237.0, 10240.0, 10263.0, 10238.0, 10264.0, 10193.0, 10251.0, 10250.0, 10242.0, 10268.0, 10206.0, 10250.0, 10276.0, 10219.0, 10244.0, 10187.0, 10230.0, 10227.0, 10215.0, 10241.0, 10178.0, 10223.0, 10181.0, 10224.0, 10251.0, 10211.0, 10223.0, 10177.0, 10206.0, 10233.0, 10188.0, 10203.0, 10140.0, 10195.0, 10225.0, 10169.0, 10196.0, 10122.0, 10182.0, 10205.0, 10161.0, 10174.0, 10137.0, 10179.0, 10143.0, 10182.0, 10192.0, 10168.0, 10194.0, 10122.0, 10181.0, 10137.0, 10184.0, 10194.0, 10180.0, 10210.0, 10154.0, 10191.0, 10126.0, 10200.0, 10195.0, 10181.0, 10211.0, 10184.0, 10198.0, 10124.0, 10197.0, 10170.0, 10188.0, 10216.0, 10169.0, 10201.0, 10155.0, 10204.0, 10228.0, 10169.0, 10195.0, 10142.0, 10181.0, 10196.0, 10168.0, 10198.0, 10124.0, 10183.0, 10202.0, 10176.0, 10163.0, 10106.0, 10177.0, 10187.0, 10160.0, 10176.0, 10123.0, 10163.0, 10133.0, 10166.0, 10192.0, 10164.0, 10176.0, 10122.0, 10180.0, 10192.0, 10167.0, 10180.0, 10121.0, 10182.0, 10206.0, 10167.0, 10177.0, 10126.0, 10178.0, 10133.0, 10179.0, 10204.0, 10160.0, 10176.0, 10106.0, 10174.0, 10175.0, 10167.0, 10189.0, 10153.0, 10175.0, 10123.0, 10183.0, 10195.0, 10185.0, 10198.0, 10178.0, 10202.0, 10144.0, 10221.0, 10259.0, 10201.0, 10192.0, 10149.0, 10172.0, 10134.0, 10192.0, 10203.0, 10192.0, 10217.0, 10183.0, 10207.0, 10135.0, 10204.0, 10213.0, 10189.0, 10228.0, 10172.0, 10224.0, 10147.0, 10213.0, 10188.0, 10192.0, 10231.0, 10174.0, 10197.0, 10115.0, 10181.0, 10151.0, 10184.0, 10226.0, 10172.0, 10222.0, 10172.0, 10189.0, 10132.0, 10184.0, 10118.0, 10186.0, 10144.0, 10189.0, 10230.0, 10201.0, 10224.0, 10161.0, 10186.0, 10127.0, 10187.0, 10196.0, 10169.0, 10194.0, 10152.0, 10180.0, 10145.0, 10209.0, 10184.0, 10185.0, 10202.0, 10177.0, 10185.0, 10175.0, 10195.0, 10199.0, 10178.0, 10213.0, 10161.0, 10232.0, 10179.0, 10233.0, 10202.0, 10220.0, 10273.0, 10197.0, 10226.0, 10173.0, 10207.0, 10133.0, 10185.0, 10128.0, 10188.0, 10197.0, 10186.0, 10183.0, 10158.0, 10201.0, 10137.0, 10207.0, 10165.0, 10192.0, 10215.0, 10177.0, 10201.0, 10138.0, 10207.0, 10148.0, 10210.0, 10222.0, 10194.0, 10203.0, 10137.0, 10192.0, 10163.0, 10211.0, 10222.0, 10193.0, 10207.0, 10151.0, 10208.0, 10136.0, 10193.0, 10208.0, 10195.0, 10218.0, 10177.0, 10206.0, 10137.0, 10208.0, 10176.0, 10194.0, 10234.0, 10195.0, 10207.0, 10139.0, 10208.0, 10164.0, 10194.0, 10192.0, 10194.0, 10217.0, 10180.0, 10220.0, 10183.0, 10223.0, 10154.0, 10211.0, 10206.0, 10207.0, 10219.0, 10177.0, 10191.0, 10146.0, 10189.0, 10199.0, 10171.0, 10214.0, 10126.0, 10167.0, 10191.0, 10165.0, 10191.0, 10151.0, 10164.0, 10111.0, 10169.0, 10175.0, 10164.0, 10188.0, 10155.0, 10166.0, 10127.0, 10205.0, 10114.0, 10184.0, 10193.0, 10170.0, 10183.0, 10128.0, 10199.0, 10168.0, 10183.0, 10211.0, 10154.0, 10184.0, 10127.0, 10183.0, 10207.0, 10166.0, 10177.0, 10111.0, 10179.0, 10135.0, 10179.0, 10177.0, 10166.0, 10193.0, 10172.0, 10195.0, 10145.0, 10183.0, 10131.0, 10189.0, 10172.0, 10187.0, 10232.0, 10193.0, 10216.0, 10133.0, 10188.0, 10212.0, 10179.0, 10207.0, 10173.0, 10181.0, 10112.0, 10181.0, 10143.0, 10186.0, 10182.0, 10173.0, 10198.0, 10176.0, 10211.0, 10155.0, 10203.0, 10132.0, 10205.0, 10234.0, 10189.0, 10198.0, 10159.0, 10199.0, 10134.0, 10192.0, 10125.0, 10208.0, 10233.0, 10192.0, 10219.0, 10148.0, 10206.0, 10187.0, 10216.0, 10208.0, 10198.0, 10171.0, 10213.0, 10222.0, 10193.0, 10217.0, 10179.0, 10208.0, 10136.0, 10206.0, 10217.0, 10188.0, 10202.0, 10130.0, 10185.0, 10196.0, 10167.0, 10179.0, 10107.0, 10163.0, 10187.0, 10149.0, 10164.0, 10110.0, 10166.0, 10098.0, 10171.0, 10180.0, 10159.0, 10189.0, 10136.0, 10205.0, 10163.0, 10194.0, 10220.0, 10181.0, 10207.0, 10149.0, 10207.0, 10232.0, 10190.0, 10202.0, 10121.0, 10187.0, 10213.0, 10172.0, 10214.0, 10127.0, 10198.0, 10194.0, 10164.0, 10209.0, 10152.0, 10173.0, 10109.0, 10178.0, 10191.0, 10165.0, 10190.0, 10153.0, 10165.0, 10114.0, 10182.0, 10166.0, 10171.0, 10208.0, 10171.0, 10195.0, 10175.0, 10186.0, 10135.0, 10187.0, 10119.0, 10190.0, 10205.0, 10195.0, 10206.0, 10138.0, 10192.0, 10133.0, 10191.0, 10202.0, 10179.0, 10188.0, 10134.0, 10190.0, 10134.0, 10189.0, 10213.0, 10179.0, 10216.0, 10181.0, 10207.0, 10140.0, 10208.0, 10231.0, 10190.0, 10203.0, 10116.0, 10184.0, 10126.0, 10183.0, 10208.0, 10170.0, 10182.0, 10116.0, 10183.0, 10130.0, 10200.0, 10136.0, 10195.0, 10206.0, 10182.0, 10232.0, 10196.0, 10239.0, 10184.0, 10207.0, 10137.0, 10207.0, 10234.0, 10190.0, 10216.0, 10131.0, 10184.0, 10138.0, 10183.0, 10128.0, 10187.0, 10158.0, 10175.0, 10197.0, 10179.0, 10217.0, 10184.0, 10213.0, 10141.0, 10211.0, 10240.0, 10150.0, 10203.0, 10214.0, 10172.0, 10183.0, 10126.0, 10182.0, 10196.0, 10171.0, 10182.0, 10118.0, 10188.0, 10142.0, 10189.0, 10215.0, 10170.0, 10182.0, 10113.0, 10183.0, 10208.0, 10168.0, 10181.0, 10112.0, 10183.0, 10155.0, 10171.0, 10198.0, 10174.0, 10190.0, 10122.0, 10194.0, 10218.0, 10193.0, 10207.0, 10135.0, 10191.0, 10202.0, 10174.0, 10199.0, 10144.0, 10186.0, 10156.0, 10170.0, 10197.0, 10151.0, 10166.0, 10108.0, 10163.0, 10176.0, 10152.0, 10162.0, 10107.0, 10165.0, 10174.0, 10151.0, 10180.0, 10142.0, 10167.0, 10117.0, 10185.0, 10164.0, 10166.0, 10179.0, 10154.0, 10180.0, 10155.0, 10182.0, 10115.0, 10169.0, 10116.0, 10173.0, 10169.0, 10186.0, 10209.0, 10173.0, 10200.0, 10147.0, 10189.0, 10132.0, 10188.0, 10214.0, 10162.0, 10189.0, 10133.0, 10191.0, 10189.0, 10191.0, 10203.0, 10177.0, 10186.0, 10133.0, 10187.0, 10209.0, 10174.0, 10200.0, 10174.0, 10185.0, 10120.0, 10189.0, 10184.0, 10173.0, 10199.0, 10173.0, 10200.0, 10132.0, 10191.0, 10159.0, 10187.0, 10210.0, 10172.0, 10198.0, 10132.0, 10186.0, 10128.0, 10186.0, 10211.0, 10185.0, 10195.0, 10155.0, 10166.0, 10113.0, 10186.0, 10194.0, 10168.0, 10196.0, 10170.0, 10186.0, 10174.0, 10189.0, 10136.0, 10200.0, 10135.0, 10190.0, 10215.0, 10194.0, 10216.0, 10179.0, 10205.0, 10165.0, 10203.0, 10151.0, 10205.0, 10140.0, 10190.0, 10142.0, 10213.0, 10222.0, 10209.0, 10219.0, 10177.0, 10191.0, 10132.0, 10187.0, 10214.0, 10170.0, 10181.0, 10110.0, 10164.0, 10160.0, 10148.0, 10176.0, 10150.0, 10175.0, 10105.0, 10162.0, 10095.0, 10183.0, 10148.0, 10167.0, 10192.0, 10170.0, 10182.0, 10153.0, 10181.0, 10116.0, 10184.0, 10152.0, 10176.0, 10197.0, 10173.0, 10200.0, 10133.0, 10186.0, 10120.0, 10188.0, 10216.0, 10190.0, 10214.0, 10176.0, 10191.0, 10133.0, 10204.0, 10187.0, 10189.0, 10215.0, 10169.0, 10183.0, 10112.0, 10179.0, 10190.0, 10164.0, 10190.0, 10146.0, 10163.0, 10105.0, 10177.0, 10108.0, 10166.0, 10169.0, 10175.0, 10199.0, 10175.0, 10188.0, 10137.0, 10195.0, 10178.0, 10196.0, 10226.0, 10195.0, 10210.0, 10133.0, 10187.0, 10212.0, 10169.0, 10197.0, 10153.0, 10167.0, 10151.0, 10168.0, 10182.0, 10169.0, 10169.0, 10118.0, 10187.0, 10132.0, 10191.0, 10203.0, 10199.0, 10207.0, 10180.0, 10189.0, 10139.0, 10209.0, 10218.0, 10170.0, 10186.0, 10116.0, 10183.0, 10136.0, 10165.0, 10192.0, 10155.0, 10180.0, 10112.0, 10164.0, 10136.0, 10165.0, 10194.0, 10155.0, 10180.0, 10129.0, 10186.0, 10133.0, 10185.0, 10195.0, 10174.0, 10200.0, 10176.0, 10186.0, 10131.0, 10206.0, 10156.0, 10215.0, 10145.0, 10213.0, 10165.0, 10226.0, 10144.0, 10211.0, 10193.0, 10193.0, 10221.0, 10195.0, 10212.0, 10167.0, 10212.0, 10206.0, 10194.0, 10221.0, 10143.0, 10187.0, 10194.0, 10168.0, 10179.0, 10150.0, 10166.0, 10127.0, 10181.0, 10113.0, 10169.0, 10189.0, 10164.0, 10178.0, 10123.0, 10180.0, 10187.0, 10151.0, 10177.0, 10123.0, 10166.0, 10171.0, 10146.0, 10187.0, 10149.0, 10146.0, 10105.0, 10163.0, 10172.0, 10163.0, 10177.0, 10108.0, 10161.0, 10170.0, 10165.0, 10172.0, 10153.0, 10166.0, 10129.0, 10189.0, 10199.0, 10175.0, 10213.0, 10178.0, 10193.0, 10136.0, 10209.0, 10230.0, 10192.0, 10205.0, 10177.0, 10192.0, 10148.0, 10205.0, 10214.0, 10189.0, 10204.0, 10132.0, 10190.0, 10201.0, 10174.0, 10186.0, 10116.0, 10187.0, 10195.0, 10172.0, 10200.0, 10172.0, 10186.0, 10117.0, 10188.0, 10200.0, 10187.0, 10200.0, 10172.0, 10185.0, 10132.0, 10186.0, 10199.0, 10171.0, 10197.0, 10168.0, 10183.0, 10126.0, 10165.0, 10149.0, 10166.0, 10178.0, 10170.0, 10167.0, 10146.0, 10171.0, 10136.0, 10191.0, 10216.0, 10174.0, 10202.0, 10145.0, 10187.0, 10200.0, 10187.0, 10199.0, 10175.0, 10187.0, 10125.0, 10169.0, 10206.0, 10175.0, 10199.0, 10154.0, 10181.0, 10122.0, 10165.0, 10149.0, 10168.0, 10193.0, 10174.0, 10183.0, 10177.0, 10193.0, 10152.0, 10209.0, 10215.0, 10190.0, 10205.0, 10131.0, 10188.0, 10209.0, 10171.0, 10202.0, 10145.0, 10186.0, 10191.0, 10165.0, 10177.0, 10167.0, 10184.0, 10139.0, 10190.0, 10147.0, 10188.0, 10218.0, 10191.0, 10205.0, 10135.0, 10191.0, 10219.0, 10187.0, 10184.0, 10128.0, 10182.0, 10180.0, 10170.0, 10194.0, 10174.0, 10186.0, 10131.0, 10186.0, 10195.0, 10171.0, 10196.0, 10173.0, 10186.0, 10140.0, 10217.0, 10218.0, 10192.0, 10219.0, 10178.0, 10189.0, 10145.0, 10191.0, 10201.0, 10186.0, 10187.0, 10129.0, 10185.0, 10196.0, 10173.0, 10182.0, 10125.0, 10170.0, 10177.0, 10154.0, 10180.0, 10171.0, 10170.0, 10130.0, 10188.0, 10199.0, 10177.0, 10206.0, 10192.0, 10203.0, 10148.0, 10206.0, 10190.0, 10195.0, 10218.0, 10196.0, 10223.0, 10154.0, 10211.0, 10222.0, 10210.0, 10223.0, 10192.0, 10208.0, 10132.0, 10186.0, 10199.0, 10175.0, 10187.0, 10166.0, 10171.0, 10115.0, 10171.0, 10196.0, 10173.0, 10198.0, 10157.0, 10184.0, 10141.0, 10172.0, 10205.0, 10177.0, 10183.0, 10127.0, 10183.0, 10163.0, 10166.0, 10180.0, 10153.0, 10167.0, 10112.0, 10181.0, 10163.0, 10153.0, 10194.0, 10154.0, 10165.0, 10130.0, 10187.0, 10142.0, 10187.0, 10214.0, 10178.0, 10189.0, 10178.0, 10212.0, 10155.0, 10195.0, 10178.0, 10211.0, 10223.0, 10200.0, 10225.0, 10186.0, 10224.0, 10169.0, 10211.0, 10182.0, 10197.0, 10223.0, 10196.0, 10208.0, 10196.0, 10212.0, 10157.0, 10214.0, 10241.0, 10203.0, 10227.0, 10181.0, 10210.0, 10165.0, 10212.0, 10227.0, 10194.0, 10210.0, 10165.0, 10226.0, 10186.0, 10169.0, 10196.0, 10167.0, 10181.0, 10110.0, 10167.0, 10162.0, 10152.0, 10176.0, 10163.0, 10165.0, 10110.0, 10183.0, 10146.0, 10189.0, 10197.0, 10189.0, 10187.0, 10178.0, 10192.0, 10194.0, 10220.0, 10195.0, 10221.0, 10196.0, 10217.0, 10178.0, 10220.0, 10147.0, 10206.0, 10184.0, 10187.0, 10218.0, 10167.0, 10184.0, 10194.0, 10149.0, 10176.0, 10115.0, 10142.0, 10137.0, 10141.0, 10170.0, 10139.0, 10141.0, 10111.0, 10158.0, 10167.0, 10142.0, 10154.0, 10103.0, 10158.0, 10105.0, 10164.0, 10187.0, 10165.0, 10179.0, 10141.0, 10182.0, 10157.0, 10188.0, 10201.0, 10189.0, 10205.0, 10160.0, 10192.0, 10219.0, 10188.0, 10186.0, 10133.0, 10188.0, 10186.0, 10193.0, 10204.0, 10190.0, 10207.0, 10151.0, 10195.0, 10207.0, 10184.0, 10221.0, 10195.0, 10211.0, 10155.0, 10209.0, 10226.0, 10195.0, 10222.0, 10195.0, 10209.0, 10155.0, 10209.0, 10220.0, 10189.0, 10220.0, 10188.0, 10192.0, 10147.0, 10192.0, 10201.0, 10174.0, 10187.0, 10144.0, 10184.0, 10144.0, 10190.0, 10201.0, 10175.0, 10188.0, 10150.0, 10191.0, 10147.0, 10191.0, 10205.0, 10182.0, 10204.0, 10165.0, 10207.0, 10165.0, 10195.0, 10249.0, 10215.0, 10219.0, 10176.0, 10202.0, 10156.0, 10211.0, 10175.0, 10194.0, 10236.0, 10192.0, 10202.0, 10178.0, 10191.0, 10135.0, 10190.0, 10150.0, 10207.0, 10207.0, 10197.0, 10222.0, 10209.0, 10224.0, 10166.0, 10223.0, 10180.0, 10208.0, 10220.0, 10194.0, 10204.0, 10174.0, 10205.0, 10160.0, 10189.0, 10219.0, 10175.0, 10197.0, 10154.0, 10186.0, 10129.0, 10169.0, 10164.0, 10167.0, 10180.0, 10172.0, 10184.0, 10157.0, 10189.0, 10145.0, 10191.0, 10221.0, 10176.0, 10204.0, 10171.0, 10192.0, 10141.0, 10186.0, 10194.0, 10154.0, 10195.0, 10154.0, 10167.0, 10143.0, 10169.0, 10134.0, 10189.0, 10176.0, 10196.0, 10222.0, 10201.0, 10229.0, 10199.0, 10215.0, 10174.0, 10231.0, 10224.0, 10201.0, 10247.0, 10199.0, 10196.0, 10171.0, 10218.0, 10215.0, 10199.0, 10217.0, 10179.0, 10186.0, 10172.0, 10181.0, 10174.0, 10183.0, 10160.0, 10187.0, 10133.0, 10188.0, 10213.0, 10185.0, 10195.0, 10137.0, 10175.0, 10118.0, 10163.0, 10177.0, 10167.0, 10176.0, 10152.0, 10165.0, 10134.0, 10177.0, 10141.0, 10182.0, 10127.0, 10207.0, 10151.0, 10206.0, 10174.0, 10204.0, 10242.0, 10210.0, 10220.0, 10174.0, 10217.0, 10162.0, 10207.0, 10215.0, 10187.0, 10215.0, 10186.0, 10220.0, 10163.0, 10199.0, 10144.0, 10190.0, 10199.0, 10187.0, 10214.0, 10190.0, 10201.0, 10176.0, 10195.0, 10155.0, 10207.0, 10204.0, 10194.0, 10223.0, 10195.0, 10207.0, 10147.0, 10214.0, 10183.0, 10207.0, 10186.0, 10195.0, 10177.0, 10197.0, 10227.0, 10221.0, 10210.0, 10177.0, 10211.0, 10188.0, 10229.0, 10176.0, 10223.0, 10161.0, 10224.0, 10161.0, 10254.0, 10198.0, 10220.0, 10197.0, 10212.0, 10160.0, 10200.0, 10128.0, 10216.0, 10178.0, 10134.0, 10182.0, 10135.0, 10195.0, 10172.0, 10133.0, 10218.0, 10189.0, 10134.0, 10215.0, 10210.0, 10138.0, 10215.0, 10166.0, 10133.0, 10163.0, 10154.0, 10205.0, 10169.0, 10169.0, 10162.0, 10091.0, 10142.0, 10089.0, 10168.0, 10146.0, 10171.0, 10137.0, 10115.0, 10155.0, 10137.0, 10187.0, 10164.0, 10142.0, 10196.0, 10156.0, 10206.0, 10174.0, 10226.0, 10171.0, 10239.0, 10171.0, 10226.0, 10155.0, 10226.0, 10165.0, 10221.0, 10148.0, 10206.0, 10202.0, 10205.0, 10230.0, 10203.0, 10234.0, 10192.0, 10215.0, 10177.0, 10218.0, 10162.0, 10216.0, 10149.0, 10223.0, 10190.0, 10210.0, 10245.0, 10217.0, 10230.0, 10177.0, 10203.0, 10152.0, 10221.0, 10235.0, 10207.0, 10230.0, 10187.0, 10217.0, 10149.0, 10217.0, 10212.0, 10188.0, 10216.0, 10194.0, 10220.0, 10149.0, 10223.0, 10202.0, 10205.0, 10234.0, 10194.0, 10225.0, 10200.0, 10202.0, 10214.0, 10186.0, 10199.0, 10144.0, 10182.0, 10207.0, 10205.0, 10216.0, 10131.0, 10181.0, 10181.0, 10207.0, 10212.0, 10189.0, 10200.0, 10142.0, 10198.0, 10146.0, 10224.0, 10216.0, 10194.0, 10216.0, 10158.0, 10179.0, 10138.0, 10172.0, 10104.0, 10175.0, 10103.0, 10174.0, 10189.0, 10182.0, 10206.0, 10163.0, 10175.0, 10121.0, 10178.0, 10147.0, 10177.0, 10203.0, 10163.0, 10189.0, 10164.0, 10187.0, 10125.0, 10193.0, 10128.0, 10200.0, 10213.0, 10203.0, 10215.0, 10152.0, 10191.0, 10143.0, 10157.0, 10183.0, 10156.0, 10174.0, 10118.0, 10173.0, 10141.0, 10164.0, 10192.0, 10175.0, 10182.0, 10123.0, 10178.0, 10110.0, 10176.0, 10112.0, 10200.0, 10215.0, 10154.0, 10197.0, 10152.0, 10181.0, 10192.0, 10164.0, 10180.0, 10124.0, 10195.0, 10162.0, 10165.0, 10190.0, 10167.0, 10181.0, 10125.0, 10184.0, 10129.0, 10186.0, 10209.0, 10189.0, 10218.0, 10165.0, 10200.0, 10131.0, 10199.0, 10158.0, 10185.0, 10210.0, 10182.0, 10197.0, 10155.0, 10181.0, 10125.0, 10182.0, 10177.0, 10166.0, 10195.0, 10164.0, 10174.0, 10119.0, 10159.0, 10171.0, 10154.0, 10171.0, 10103.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.005343856009762049</td></tr>
<tr><td colspan=3>aqi</td><td>0.042843608785845026</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.276550321031756</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2000585049389492</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0397795657387032</td></tr>
<tr><td colspan=3>efc</td><td>0.5115</td></tr>
<tr><td colspan=3>fber</td><td>3510.4243</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1015786995046426</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.345332519829164</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5398113327128495</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.407724942595364</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8146350238029623</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3970740317402233</td></tr>
<tr><td colspan=3>gcor</td><td>0.00429222</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01507466658949852</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0292847640812397</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.911723295102841</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>13.8145</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.443</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>252.0077</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293120.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1224.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>448.3399</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4312</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.1563</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3794.242</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83424.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1343.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5038.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1015.6588</td></tr>
<tr><td colspan=3>tsnr</td><td>30.942235340597108</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>