<?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-0129_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-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_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-0129/figures/sub-0129_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129/ses-03/func/sub-0129_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>e9a64bb86e7237a0d00fe12e0cd733bf</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>19:54:45.417500</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.996203, -0.0851122, 0.0183227, 0.0813777, 0.985104, 0.151485]</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.116421</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>[4234, -7755, -7235, 97, -193, 25, 89, 139]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.813</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>db439a82-5063-48f9-a9a6-e3c8e2c5236f||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.6727395057678223, 0.2183304727077484, 0.08354602754116058, 100.31298065185547], [0.2283497154712677, 2.6429619789123535, 0.40343138575553894, -112.24681091308594], [0.04915837198495865, -0.406423956155777, 2.668382167816162, -38.42610549926758], [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': ['195445.417500', '195445.877500', '195446.337500', '195446.797500', '195447.257500', '195447.717500', '195448.177500', '195448.637500', '195449.097500', '195449.557500', '195450.017500', '195450.477500', '195450.937500', '195451.397500', '195451.857500', '195452.317500', '195452.777500', '195453.237500', '195453.697500', '195454.157500', '195454.617500', '195455.077500', '195455.537500', '195455.997500', '195456.457500', '195456.917500', '195457.377500', '195457.837500', '195458.297500', '195458.757500', '195459.217500', '195459.677500', '195500.137500', '195500.597500', '195501.057500', '195501.517500', '195501.977500', '195502.437500', '195502.897500', '195503.357500', '195503.817500', '195504.277500', '195504.737500', '195505.197500', '195505.657500', '195506.117500', '195506.577500', '195507.037500', '195507.497500', '195507.957500', '195508.417500', '195508.877500', '195509.337500', '195509.797500', '195510.257500', '195510.717500', '195511.177500', '195511.637500', '195512.097500', '195512.557500', '195513.017500', '195513.477500', '195513.937500', '195514.397500', '195514.857500', '195515.317500', '195515.777500', '195516.237500', '195516.697500', '195517.157500', '195517.617500', '195518.077500', '195518.537500', '195518.997500', '195519.457500', '195519.917500', '195520.377500', '195520.837500', '195521.297500', '195521.757500', '195522.217500', '195522.677500', '195523.137500', '195523.597500', '195524.057500', '195524.517500', '195524.977500', '195525.437500', '195525.897500', '195526.357500', '195526.817500', '195527.277500', '195527.737500', '195528.197500', '195528.657500', '195529.117500', '195529.577500', '195530.037500', '195530.497500', '195530.957500', '195531.417500', '195531.877500', '195532.337500', '195532.797500', '195533.257500', '195533.717500', '195534.177500', '195534.637500', '195535.097500', '195535.557500', '195536.017500', '195536.477500', '195536.937500', '195537.397500', '195537.857500', '195538.317500', '195538.777500', '195539.237500', '195539.697500', '195540.157500', '195540.617500', '195541.077500', '195541.537500', '195541.997500', '195542.457500', '195542.917500', '195543.377500', '195543.837500', '195544.297500', '195544.757500', '195545.217500', '195545.677500', '195546.137500', '195546.597500', '195547.057500', '195547.517500', '195547.977500', '195548.437500', '195548.897500', '195549.357500', '195549.817500', '195550.277500', '195550.737500', '195551.197500', '195551.657500', '195552.117500', '195552.577500', '195553.037500', '195553.497500', '195553.957500', '195554.417500', '195554.877500', '195555.337500', '195555.797500', '195556.257500', '195556.717500', '195557.177500', '195557.637500', '195558.097500', '195558.557500', '195559.017500', '195559.477500', '195559.937500', '195600.397500', '195600.857500', '195601.317500', '195601.777500', '195602.237500', '195602.697500', '195603.157500', '195603.617500', '195604.077500', '195604.537500', '195604.997500', '195605.457500', '195605.917500', '195606.377500', '195606.837500', '195607.297500', '195607.757500', '195608.217500', '195608.677500', '195609.137500', '195609.597500', '195610.057500', '195610.517500', '195610.977500', '195611.437500', '195611.897500', '195612.357500', '195612.817500', '195613.277500', '195613.737500', '195614.197500', '195614.657500', '195615.117500', '195615.577500', '195616.037500', '195616.497500', '195616.957500', '195617.417500', '195617.877500', '195618.337500', '195618.797500', '195619.257500', '195619.717500', '195620.177500', '195620.637500', '195621.097500', '195621.557500', '195622.017500', '195622.477500', '195622.937500', '195623.397500', '195623.857500', '195624.317500', '195624.777500', '195625.237500', '195625.697500', '195626.157500', '195626.617500', '195627.077500', '195627.537500', '195627.997500', '195628.457500', '195628.917500', '195629.377500', '195629.837500', '195630.297500', '195630.757500', '195631.217500', '195631.677500', '195632.137500', '195632.597500', '195633.057500', '195633.517500', '195633.977500', '195634.437500', '195634.897500', '195635.357500', '195635.817500', '195636.277500', '195636.737500', '195637.197500', '195637.657500', '195638.117500', '195638.577500', '195639.037500', '195639.497500', '195639.957500', '195640.417500', '195640.877500', '195641.337500', '195641.797500', '195642.257500', '195642.717500', '195643.177500', '195643.637500', '195644.097500', '195644.557500', '195645.017500', '195645.477500', '195645.937500', '195646.397500', '195646.857500', '195647.317500', '195647.777500', '195648.237500', '195648.697500', '195649.157500', '195649.617500', '195650.077500', '195650.537500', '195650.997500', '195651.457500', '195651.917500', '195652.377500', '195652.837500', '195653.297500', '195653.757500', '195654.217500', '195654.677500', '195655.137500', '195655.597500', '195656.057500', '195656.517500', '195656.977500', '195657.437500', '195657.897500', '195658.357500', '195658.817500', '195659.277500', '195659.737500', '195700.197500', '195700.657500', '195701.117500', '195701.577500', '195702.037500', '195702.497500', '195702.957500', '195703.417500', '195703.877500', '195704.337500', '195704.797500', '195705.257500', '195705.717500', '195706.177500', '195706.637500', '195707.097500', '195707.557500', '195708.017500', '195708.477500', '195708.937500', '195709.397500', '195709.857500', '195710.317500', '195710.777500', '195711.237500', '195711.697500', '195712.157500', '195712.617500', '195713.077500', '195713.537500', '195713.997500', '195714.457500', '195714.917500', '195715.377500', '195715.837500', '195716.297500', '195716.757500', '195717.217500', '195717.677500', '195718.137500', '195718.597500', '195719.057500', '195719.517500', '195719.977500', '195720.437500', '195720.897500', '195721.357500', '195721.817500', '195722.277500', '195722.737500', '195723.197500', '195723.657500', '195724.117500', '195724.577500', '195725.037500', '195725.497500', '195725.957500', '195726.417500', '195726.877500', '195727.337500', '195727.797500', '195728.257500', '195728.717500', '195729.177500', '195729.637500', '195730.097500', '195730.557500', '195731.017500', '195731.477500', '195731.937500', '195732.397500', '195732.857500', '195733.317500', '195733.777500', '195734.237500', '195734.697500', '195735.157500', '195735.617500', '195736.077500', '195736.537500', '195736.997500', '195737.457500', '195737.917500', '195738.377500', '195738.837500', '195739.297500', '195739.757500', '195740.217500', '195740.677500', '195741.137500', '195741.597500', '195742.057500', '195742.517500', '195742.977500', '195743.437500', '195743.897500', '195744.357500', '195744.817500', '195745.277500', '195745.737500', '195746.197500', '195746.657500', '195747.117500', '195747.577500', '195748.037500', '195748.497500', '195748.957500', '195749.417500', '195749.877500', '195750.337500', '195750.797500', '195751.257500', '195751.717500', '195752.177500', '195752.637500', '195753.097500', '195753.557500', '195754.017500', '195754.477500', '195754.937500', '195755.397500', '195755.857500', '195756.317500', '195756.777500', '195757.237500', '195757.697500', '195758.157500', '195758.617500', '195759.077500', '195759.537500', '195759.997500', '195800.457500', '195800.917500', '195801.377500', '195801.837500', '195802.297500', '195802.757500', '195803.217500', '195803.677500', '195804.137500', '195804.597500', '195805.057500', '195805.517500', '195805.977500', '195806.437500', '195806.897500', '195807.357500', '195807.817500', '195808.277500', '195808.737500', '195809.197500', '195809.657500', '195810.117500', '195810.577500', '195811.037500', '195811.497500', '195811.957500', '195812.417500', '195812.877500', '195813.337500', '195813.797500', '195814.257500', '195814.717500', '195815.177500', '195815.637500', '195816.097500', '195816.557500', '195817.017500', '195817.477500', '195817.937500', '195818.397500', '195818.857500', '195819.317500', '195819.777500', '195820.237500', '195820.697500', '195821.157500', '195821.617500', '195822.077500', '195822.537500', '195822.997500', '195823.457500', '195823.917500', '195824.377500', '195824.837500', '195825.297500', '195825.757500', '195826.217500', '195826.677500', '195827.137500', '195827.597500', '195828.057500', '195828.517500', '195828.977500', '195829.437500', '195829.897500', '195830.357500', '195830.817500', '195831.277500', '195831.737500', '195832.197500', '195832.657500', '195833.117500', '195833.577500', '195834.037500', '195834.497500', '195834.957500', '195835.417500', '195835.877500', '195836.337500', '195836.797500', '195837.257500', '195837.717500', '195838.177500', '195838.637500', '195839.097500', '195839.557500', '195840.017500', '195840.477500', '195840.937500', '195841.397500', '195841.857500', '195842.317500', '195842.777500', '195843.237500', '195843.697500', '195844.157500', '195844.617500', '195845.077500', '195845.537500', '195845.997500', '195846.457500', '195846.917500', '195847.377500', '195847.837500', '195848.297500', '195848.757500', '195849.217500', '195849.677500', '195850.137500', '195850.597500', '195851.057500', '195851.517500', '195851.977500', '195852.437500', '195852.897500', '195853.357500', '195853.817500', '195854.277500', '195854.737500', '195855.197500', '195855.657500', '195856.117500', '195856.577500', '195857.037500', '195857.497500', '195857.957500', '195858.417500', '195858.877500', '195859.337500', '195859.797500', '195900.257500', '195900.717500', '195901.177500', '195901.637500', '195902.097500', '195902.557500', '195903.017500', '195903.477500', '195903.937500', '195904.397500', '195904.857500', '195905.317500', '195905.777500', '195906.237500', '195906.697500', '195907.157500', '195907.617500', '195908.077500', '195908.537500', '195908.997500', '195909.457500', '195909.917500', '195910.377500', '195910.837500', '195911.297500', '195911.757500', '195912.217500', '195912.677500', '195913.137500', '195913.597500', '195914.057500', '195914.517500', '195914.977500', '195915.437500', '195915.897500', '195916.357500', '195916.817500', '195917.277500', '195917.737500', '195918.197500', '195918.657500', '195919.117500', '195919.577500', '195920.037500', '195920.497500', '195920.957500', '195921.417500', '195921.877500', '195922.337500', '195922.797500', '195923.257500', '195923.717500', '195924.177500', '195924.637500', '195925.097500', '195925.557500', '195926.017500', '195926.477500', '195926.937500', '195927.397500', '195927.857500', '195928.317500', '195928.777500', '195929.237500', '195929.697500', '195930.157500', '195930.617500', '195931.077500', '195931.537500', '195931.997500', '195932.457500', '195932.917500', '195933.377500', '195933.837500', '195934.297500', '195934.757500', '195935.217500', '195935.677500', '195936.137500', '195936.597500', '195937.057500', '195937.517500', '195937.977500', '195938.437500', '195938.897500', '195939.357500', '195939.817500', '195940.277500', '195940.737500', '195941.197500', '195941.657500', '195942.117500', '195942.577500', '195943.037500', '195943.497500', '195943.957500', '195944.417500', '195944.877500', '195945.337500', '195945.797500', '195946.257500', '195946.717500', '195947.177500', '195947.637500', '195948.097500', '195948.557500', '195949.017500', '195949.477500', '195949.937500', '195950.397500', '195950.857500', '195951.317500', '195951.777500', '195952.237500', '195952.697500', '195953.157500', '195953.617500', '195954.077500', '195954.537500', '195954.997500', '195955.457500', '195955.917500', '195956.377500', '195956.837500', '195957.297500', '195957.757500', '195958.217500', '195958.677500', '195959.137500', '195959.597500', '200000.057500', '200000.517500', '200000.977500', '200001.437500', '200001.897500', '200002.357500', '200002.817500', '200003.277500', '200003.737500', '200004.197500', '200004.657500', '200005.117500', '200005.577500', '200006.037500', '200006.497500', '200006.957500', '200007.417500', '200007.877500', '200008.337500', '200008.797500', '200009.257500', '200009.717500', '200010.177500', '200010.637500', '200011.097500', '200011.557500', '200012.017500', '200012.477500', '200012.937500', '200013.397500', '200013.857500', '200014.317500', '200014.777500', '200015.237500', '200015.697500', '200016.157500', '200016.617500', '200017.077500', '200017.537500', '200017.997500', '200018.457500', '200018.917500', '200019.377500', '200019.837500', '200020.297500', '200020.757500', '200021.217500', '200021.677500', '200022.137500', '200022.597500', '200023.057500', '200023.517500', '200023.977500', '200024.437500', '200024.897500', '200025.357500', '200025.817500', '200026.277500', '200026.737500', '200027.197500', '200027.657500', '200028.117500', '200028.577500', '200029.037500', '200029.497500', '200029.957500', '200030.417500', '200030.877500', '200031.337500', '200031.797500', '200032.257500', '200032.717500', '200033.177500', '200033.637500', '200034.097500', '200034.557500', '200035.017500', '200035.477500', '200035.937500', '200036.397500', '200036.857500', '200037.317500', '200037.777500', '200038.237500', '200038.697500', '200039.157500', '200039.617500', '200040.077500', '200040.537500', '200040.997500', '200041.457500', '200041.917500', '200042.377500', '200042.837500', '200043.297500', '200043.757500', '200044.217500', '200044.677500', '200045.137500', '200045.597500', '200046.057500', '200046.517500', '200046.977500', '200047.437500', '200047.897500', '200048.357500', '200048.817500', '200049.277500', '200049.737500', '200050.197500', '200050.657500', '200051.117500', '200051.577500', '200052.037500', '200052.497500', '200052.957500', '200053.417500', '200053.877500', '200054.337500', '200054.797500', '200055.257500', '200055.717500', '200056.177500', '200056.637500', '200057.097500', '200057.557500', '200058.017500', '200058.477500', '200058.937500', '200059.397500', '200059.857500', '200100.317500', '200100.777500', '200101.237500', '200101.697500', '200102.157500', '200102.617500', '200103.077500', '200103.537500', '200103.997500', '200104.457500', '200104.917500', '200105.377500', '200105.837500', '200106.297500', '200106.757500', '200107.217500', '200107.677500', '200108.137500', '200108.597500', '200109.057500', '200109.517500', '200109.977500', '200110.437500', '200110.897500', '200111.357500', '200111.817500', '200112.277500', '200112.737500', '200113.197500', '200113.657500', '200114.117500', '200114.577500', '200115.037500', '200115.497500', '200115.957500', '200116.417500', '200116.877500', '200117.337500', '200117.797500', '200118.257500', '200118.717500', '200119.177500', '200119.637500', '200120.097500', '200120.557500', '200121.017500', '200121.477500', '200121.937500', '200122.397500', '200122.857500', '200123.317500', '200123.777500', '200124.237500', '200124.697500', '200125.157500', '200125.617500', '200126.077500', '200126.537500', '200126.997500', '200127.457500', '200127.917500', '200128.377500', '200128.837500', '200129.297500', '200129.757500', '200130.217500', '200130.677500', '200131.137500', '200131.597500', '200132.057500', '200132.517500', '200132.977500', '200133.437500', '200133.897500', '200134.357500', '200134.817500', '200135.277500', '200135.737500', '200136.197500', '200136.657500', '200137.117500', '200137.577500', '200138.037500', '200138.497500', '200138.957500', '200139.417500', '200139.877500', '200140.337500', '200140.797500', '200141.257500', '200141.717500', '200142.177500', '200142.637500', '200143.097500', '200143.557500', '200144.017500', '200144.477500', '200144.937500', '200145.397500', '200145.857500', '200146.317500', '200146.777500', '200147.237500', '200147.697500', '200148.157500', '200148.617500', '200149.077500', '200149.537500', '200149.997500', '200150.457500', '200150.917500', '200151.377500', '200151.837500', '200152.297500', '200152.757500', '200153.217500', '200153.677500', '200154.137500', '200154.597500', '200155.057500', '200155.517500', '200155.977500', '200156.437500', '200156.897500', '200157.357500', '200157.817500', '200158.277500', '200158.737500', '200159.197500', '200159.657500', '200200.117500', '200200.577500', '200201.037500', '200201.497500', '200201.957500', '200202.417500', '200202.877500', '200203.337500', '200203.797500', '200204.257500', '200204.717500', '200205.177500', '200205.637500', '200206.097500', '200206.557500', '200207.017500', '200207.477500', '200207.937500', '200208.397500', '200208.857500', '200209.317500', '200209.777500', '200210.237500', '200210.697500', '200211.157500', '200211.617500', '200212.077500', '200212.537500', '200212.997500', '200213.457500', '200213.917500', '200214.377500', '200214.837500', '200215.297500', '200215.757500', '200216.217500', '200216.677500', '200217.137500', '200217.597500', '200218.057500', '200218.517500', '200218.977500', '200219.437500', '200219.897500', '200220.357500', '200220.817500', '200221.277500', '200221.737500', '200222.197500', '200222.657500', '200223.117500', '200223.577500', '200224.037500', '200224.497500', '200224.957500', '200225.417500', '200225.877500', '200226.337500', '200226.797500', '200227.257500', '200227.717500', '200228.177500', '200228.637500', '200229.097500', '200229.557500', '200230.017500', '200230.477500', '200230.937500', '200231.397500', '200231.857500', '200232.317500', '200232.777500', '200233.237500', '200233.697500', '200234.157500', '200234.617500', '200235.077500', '200235.537500', '200235.997500', '200236.457500', '200236.917500', '200237.377500', '200237.837500', '200238.297500', '200238.757500', '200239.217500', '200239.677500', '200240.137500', '200240.597500', '200241.057500', '200241.517500', '200241.977500', '200242.437500', '200242.897500', '200243.357500', '200243.817500', '200244.277500', '200244.737500', '200245.197500', '200245.657500', '200246.117500', '200246.577500', '200247.037500', '200247.497500', '200247.957500', '200248.417500', '200248.877500', '200249.337500', '200249.797500', '200250.257500', '200250.717500', '200251.177500', '200251.637500', '200252.097500', '200252.557500', '200253.017500', '200253.477500', '200253.937500', '200254.397500', '200254.857500', '200255.317500', '200255.777500', '200256.237500', '200256.697500', '200257.157500', '200257.617500', '200258.077500', '200258.537500', '200258.997500', '200259.457500', '200259.917500', '200300.377500', '200300.837500', '200301.297500', '200301.757500', '200302.217500', '200302.677500', '200303.137500', '200303.597500', '200304.057500', '200304.517500', '200304.977500', '200305.437500', '200305.897500', '200306.357500', '200306.817500', '200307.277500', '200307.737500', '200308.197500', '200308.657500', '200309.117500', '200309.577500', '200310.037500', '200310.497500', '200310.957500', '200311.417500', '200311.877500', '200312.337500', '200312.797500', '200313.257500', '200313.717500', '200314.177500', '200314.637500', '200315.097500', '200315.557500', '200316.017500', '200316.477500', '200316.937500', '200317.397500', '200317.857500', '200318.317500', '200318.777500', '200319.237500', '200319.697500', '200320.157500', '200320.617500', '200321.077500', '200321.537500', '200321.997500', '200322.457500', '200322.917500', '200323.377500', '200323.837500', '200324.297500', '200324.757500', '200325.217500', '200325.677500', '200326.137500', '200326.597500', '200327.057500', '200327.517500', '200327.977500', '200328.437500', '200328.897500', '200329.357500', '200329.817500', '200330.277500', '200330.737500', '200331.197500', '200331.657500', '200332.117500', '200332.577500', '200333.037500', '200333.497500', '200333.957500', '200334.417500', '200334.877500', '200335.337500', '200335.797500', '200336.257500', '200336.717500', '200337.177500', '200337.637500', '200338.097500', '200338.557500', '200339.017500', '200339.477500', '200339.937500', '200340.397500', '200340.857500', '200341.317500', '200341.777500', '200342.237500', '200342.697500', '200343.157500', '200343.617500', '200344.077500', '200344.537500', '200344.997500', '200345.457500', '200345.917500', '200346.377500', '200346.837500', '200347.297500', '200347.757500', '200348.217500', '200348.677500', '200349.137500', '200349.597500', '200350.057500', '200350.517500', '200350.977500', '200351.437500', '200351.897500', '200352.357500', '200352.817500', '200353.277500', '200353.737500', '200354.197500', '200354.657500', '200355.117500', '200355.577500', '200356.037500', '200356.497500', '200356.957500', '200357.417500', '200357.877500', '200358.337500', '200358.797500', '200359.257500', '200359.717500', '200400.177500', '200400.637500', '200401.097500', '200401.557500', '200402.017500', '200402.477500', '200402.937500', '200403.397500', '200403.857500', '200404.317500', '200404.777500', '200405.237500', '200405.697500', '200406.157500', '200406.617500', '200407.077500', '200407.537500', '200407.997500', '200408.457500', '200408.917500', '200409.377500', '200409.837500', '200410.297500', '200410.757500', '200411.217500', '200411.677500', '200412.137500', '200412.597500', '200413.057500', '200413.517500', '200413.977500', '200414.437500', '200414.897500', '200415.357500', '200415.817500', '200416.277500', '200416.737500', '200417.197500', '200417.657500', '200418.117500', '200418.577500', '200419.037500', '200419.497500', '200419.957500', '200420.417500', '200420.877500', '200421.337500', '200421.797500', '200422.257500', '200422.717500', '200423.177500', '200423.637500', '200424.097500', '200424.557500', '200425.017500', '200425.477500', '200425.937500', '200426.397500', '200426.857500', '200427.317500', '200427.777500', '200428.237500', '200428.697500', '200429.157500', '200429.617500', '200430.077500', '200430.537500', '200430.997500', '200431.457500', '200431.917500', '200432.377500', '200432.837500', '200433.297500', '200433.757500', '200434.217500', '200434.677500', '200435.137500', '200435.597500', '200436.057500', '200436.517500', '200436.977500', '200437.437500', '200437.897500', '200438.357500', '200438.817500', '200439.277500', '200439.737500', '200440.197500', '200440.657500', '200441.117500', '200441.577500', '200442.037500', '200442.497500', '200442.957500', '200443.417500', '200443.877500', '200444.337500', '200444.797500', '200445.257500', '200445.717500', '200446.177500', '200446.637500', '200447.097500', '200447.557500', '200448.017500', '200448.477500', '200448.937500', '200449.397500', '200449.857500', '200450.317500', '200450.777500', '200451.237500', '200451.697500', '200452.157500', '200452.617500', '200453.077500', '200453.537500', '200453.997500', '200454.457500', '200454.917500', '200455.377500', '200455.837500', '200456.297500', '200456.757500', '200457.217500', '200457.677500', '200458.137500', '200458.597500', '200459.057500', '200459.517500', '200459.977500', '200500.437500', '200500.897500', '200501.357500', '200501.817500', '200502.277500', '200502.737500', '200503.197500', '200503.657500', '200504.117500', '200504.577500', '200505.037500', '200505.497500', '200505.957500', '200506.417500', '200506.877500', '200507.337500', '200507.797500', '200508.257500', '200508.717500', '200509.177500', '200509.637500', '200510.097500', '200510.557500', '200511.017500', '200511.477500', '200511.937500', '200512.397500', '200512.857500', '200513.317500', '200513.777500', '200514.237500', '200514.697500', '200515.157500', '200515.617500', '200516.077500', '200516.537500', '200516.997500', '200517.457500', '200517.917500', '200518.377500', '200518.837500', '200519.297500', '200519.757500', '200520.217500', '200520.677500', '200521.137500', '200521.597500', '200522.057500', '200522.517500', '200522.977500', '200523.437500', '200523.897500', '200524.357500', '200524.817500', '200525.277500', '200525.737500', '200526.197500', '200526.657500', '200527.117500', '200527.577500', '200528.037500', '200528.497500', '200528.957500', '200529.417500', '200529.877500', '200530.337500', '200530.797500', '200531.257500', '200531.717500', '200532.177500', '200532.637500', '200533.097500', '200533.557500', '200534.017500', '200534.477500', '200534.937500', '200535.397500', '200535.857500', '200536.317500', '200536.777500', '200537.237500', '200537.697500', '200538.157500', '200538.617500', '200539.077500', '200539.537500', '200539.997500', '200540.457500', '200540.917500', '200541.377500', '200541.837500', '200542.297500', '200542.757500', '200543.217500', '200543.677500', '200544.137500', '200544.597500', '200545.057500', '200545.517500', '200545.977500', '200546.437500', '200546.897500', '200547.357500', '200547.817500', '200548.277500', '200548.737500', '200549.197500', '200549.657500', '200550.117500', '200550.577500', '200551.037500', '200551.497500', '200551.957500', '200552.417500', '200552.877500', '200553.337500', '200553.797500', '200554.257500', '200554.717500', '200555.177500', '200555.637500', '200556.097500', '200556.557500', '200557.017500', '200557.477500', '200557.937500', '200558.397500', '200558.857500', '200559.317500', '200559.777500', '200600.237500', '200600.697500', '200601.157500', '200601.617500', '200602.077500', '200602.537500', '200602.997500', '200603.457500', '200603.917500', '200604.377500', '200604.837500', '200605.297500', '200605.757500', '200606.217500', '200606.677500', '200607.137500', '200607.597500', '200608.057500', '200608.517500', '200608.977500', '200609.437500', '200609.897500', '200610.357500', '200610.817500', '200611.277500', '200611.737500', '200612.197500', '200612.657500', '200613.117500', '200613.577500', '200614.037500', '200614.497500', '200614.957500', '200615.417500', '200615.877500', '200616.337500', '200616.797500', '200617.257500', '200617.717500', '200618.177500', '200618.637500', '200619.097500', '200619.557500', '200620.017500', '200620.477500', '200620.937500', '200621.397500', '200621.857500', '200622.317500', '200622.777500', '200623.237500', '200623.697500', '200624.157500', '200624.617500', '200625.077500', '200625.537500', '200625.997500', '200626.457500', '200626.917500', '200627.377500', '200627.837500', '200628.297500', '200628.757500', '200629.217500', '200629.677500', '200630.137500', '200630.597500', '200631.057500', '200631.517500', '200631.977500', '200632.437500', '200632.897500', '200633.357500', '200633.817500', '200634.277500', '200634.737500', '200635.197500', '200635.657500', '200636.117500', '200636.577500', '200637.037500', '200637.497500', '200637.957500', '200638.417500', '200638.877500', '200639.337500', '200639.797500', '200640.257500', '200640.717500', '200641.177500', '200641.637500', '200642.097500', '200642.557500', '200643.017500', '200643.477500', '200643.937500', '200644.397500', '200644.857500', '200645.317500', '200645.777500', '200646.237500', '200646.697500', '200647.157500', '200647.617500', '200648.077500', '200648.537500', '200648.997500', '200649.457500', '200649.917500', '200650.377500', '200650.837500', '200651.297500', '200651.757500', '200652.217500', '200652.677500', '200653.137500', '200653.597500', '200654.057500', '200654.517500', '200654.977500', '200655.437500', '200655.897500', '200656.357500', '200656.817500', '200657.277500', '200657.737500', '200658.197500', '200658.657500', '200659.117500', '200659.577500', '200700.037500', '200700.497500', '200700.957500', '200701.417500', '200701.877500', '200702.337500', '200702.797500', '200703.257500', '200703.717500', '200704.177500', '200704.637500', '200705.097500', '200705.557500', '200706.017500', '200706.477500', '200706.937500', '200707.397500', '200707.857500', '200708.317500', '200708.777500', '200709.237500', '200709.697500', '200710.157500', '200710.617500', '200711.077500', '200711.537500', '200711.997500', '200712.457500', '200712.917500', '200713.377500', '200713.837500', '200714.297500', '200714.757500', '200715.217500', '200715.677500', '200716.137500', '200716.597500', '200717.057500', '200717.517500', '200717.977500', '200718.437500', '200718.897500', '200719.357500'], 'ContentTime': ['195510.081000', '195510.084000', '195510.088000', '195510.090000', '195510.093000', '195510.095000', '195510.098000', '195510.100000', '195510.103000', '195510.106000', '195510.108000', '195510.111000', '195510.113000', '195510.116000', '195510.118000', '195510.121000', '195510.124000', '195510.126000', '195510.129000', '195510.131000', '195510.134000', '195510.136000', '195510.139000', '195510.142000', '195510.144000', '195510.154000', '195510.157000', '195510.159000', '195510.162000', '195510.165000', '195510.167000', '195510.170000', '195510.172000', '195510.175000', '195510.184000', '195510.187000', '195510.189000', '195510.192000', '195510.195000', '195510.197000', '195510.200000', '195510.202000', '195510.205000', '195510.208000', '195510.210000', '195510.213000', '195510.216000', '195510.218000', '195510.221000', '195510.223000', '195510.226000', '195510.228000', '195530.045000', '195530.048000', '195530.051000', '195530.054000', '195530.056000', '195530.059000', '195530.062000', '195530.064000', '195530.067000', '195530.069000', '195530.072000', '195530.074000', '195530.077000', '195530.080000', '195530.082000', '195530.085000', '195530.087000', '195530.090000', '195530.093000', '195530.095000', '195530.098000', '195530.100000', '195530.103000', '195530.106000', '195530.108000', '195530.111000', '195530.118000', '195530.120000', '195530.123000', '195530.125000', '195530.128000', '195530.130000', '195530.133000', '195530.136000', '195530.138000', '195530.141000', '195530.143000', '195530.146000', '195530.148000', '195530.151000', '195530.153000', '195530.156000', '195530.158000', '195530.161000', '195550.043000', '195550.046000', '195550.049000', '195550.053000', '195550.055000', '195550.058000', '195550.060000', '195550.063000', '195550.066000', '195550.069000', '195550.071000', '195550.074000', '195550.076000', '195550.079000', '195550.081000', '195550.084000', '195550.099000', '195550.102000', '195550.104000', '195550.107000', '195550.109000', '195550.112000', '195550.115000', '195550.117000', '195550.120000', '195550.122000', '195550.125000', '195550.127000', '195550.130000', '195550.132000', '195550.135000', '195550.137000', '195550.140000', '195550.143000', '195550.145000', '195550.148000', '195550.150000', '195550.153000', '195550.155000', '195550.158000', '195550.160000', '195550.163000', '195550.165000', '195610.044000', '195610.047000', '195610.050000', '195610.052000', '195610.055000', '195610.058000', '195610.060000', '195610.063000', '195610.066000', '195610.068000', '195610.071000', '195610.073000', '195610.076000', '195610.079000', '195610.081000', '195610.084000', '195610.086000', '195610.089000', '195610.092000', '195610.094000', '195610.101000', '195610.103000', '195610.106000', '195610.109000', '195610.111000', '195610.114000', '195610.116000', '195610.119000', '195610.121000', '195610.124000', '195610.126000', '195610.129000', '195610.132000', '195610.134000', '195610.137000', '195610.139000', '195610.142000', '195610.145000', '195610.147000', '195610.150000', '195610.153000', '195610.155000', '195610.158000', '195610.160000', '195630.044000', '195630.047000', '195630.050000', '195630.052000', '195630.055000', '195630.057000', '195630.060000', '195630.063000', '195630.065000', '195630.068000', '195630.070000', '195630.073000', '195630.075000', '195630.078000', '195630.080000', '195630.083000', '195630.085000', '195630.088000', '195630.098000', '195630.101000', '195630.103000', '195630.106000', '195630.109000', '195630.111000', '195630.114000', '195630.116000', '195630.119000', '195630.121000', '195630.124000', '195630.127000', '195630.129000', '195630.132000', '195630.134000', '195630.137000', '195630.139000', '195630.142000', '195630.144000', '195630.147000', '195630.149000', '195630.152000', '195630.154000', '195630.157000', '195630.160000', '195650.045000', '195650.047000', '195650.050000', '195650.053000', '195650.055000', '195650.058000', '195650.060000', '195650.063000', '195650.066000', '195650.068000', '195650.071000', '195650.073000', '195650.076000', '195650.079000', '195650.081000', '195650.084000', '195650.088000', '195650.090000', '195650.093000', '195650.096000', '195650.098000', '195650.101000', '195650.103000', '195650.106000', '195650.108000', '195650.111000', '195650.114000', '195650.116000', '195650.119000', '195650.121000', '195650.124000', '195650.126000', '195650.129000', '195650.132000', '195650.134000', '195650.137000', '195650.139000', '195650.142000', '195650.144000', '195650.147000', '195650.150000', '195650.152000', '195650.155000', '195710.045000', '195710.048000', '195710.051000', '195710.053000', '195710.056000', '195710.058000', '195710.061000', '195710.064000', '195710.066000', '195710.069000', '195710.071000', '195710.074000', '195710.077000', '195710.079000', '195710.082000', '195710.085000', '195710.087000', '195710.090000', '195710.092000', '195710.095000', '195710.097000', '195710.100000', '195710.102000', '195710.105000', '195710.108000', '195710.110000', '195710.113000', '195710.115000', '195710.118000', '195710.121000', '195710.123000', '195710.126000', '195710.129000', '195710.131000', '195710.134000', '195710.136000', '195710.139000', '195710.141000', '195710.144000', '195710.147000', '195710.149000', '195710.152000', '195710.155000', '195710.157000', '195730.045000', '195730.048000', '195730.050000', '195730.053000', '195730.055000', '195730.058000', '195730.061000', '195730.063000', '195730.066000', '195730.068000', '195730.071000', '195730.074000', '195730.091000', '195730.094000', '195730.096000', '195730.099000', '195730.102000', '195730.104000', '195730.107000', '195730.109000', '195730.112000', '195730.114000', '195730.117000', '195730.119000', '195730.122000', '195730.125000', '195730.127000', '195730.130000', '195730.132000', '195730.135000', '195730.137000', '195730.140000', '195730.143000', '195730.145000', '195730.148000', '195730.150000', '195730.153000', '195730.156000', '195730.158000', '195730.161000', '195730.163000', '195730.166000', '195730.169000', '195750.043000', '195750.046000', '195750.049000', '195750.051000', '195750.054000', '195750.056000', '195750.059000', '195750.062000', '195750.064000', '195750.067000', '195750.069000', '195750.072000', '195750.074000', '195750.077000', '195750.080000', '195750.082000', '195750.085000', '195750.087000', '195750.090000', '195750.092000', '195750.095000', '195750.097000', '195750.100000', '195750.103000', '195750.105000', '195750.108000', '195750.110000', '195750.113000', '195750.115000', '195750.118000', '195750.121000', '195750.123000', '195750.126000', '195750.128000', '195750.131000', '195750.133000', '195750.136000', '195750.138000', '195750.141000', '195750.144000', '195750.146000', '195750.149000', '195750.151000', '195750.154000', '195810.044000', '195810.046000', '195810.049000', '195810.060000', '195810.063000', '195810.066000', '195810.070000', '195810.072000', '195810.075000', '195810.078000', '195810.080000', '195810.083000', '195810.085000', '195810.088000', '195810.091000', '195810.093000', '195810.096000', '195810.099000', '195810.101000', '195810.104000', '195810.106000', '195810.109000', '195810.112000', '195810.114000', '195810.117000', '195810.120000', '195810.123000', '195810.127000', '195810.130000', '195810.133000', '195810.135000', '195810.138000', '195810.140000', '195810.151000', '195810.153000', '195810.156000', '195810.158000', '195810.161000', '195810.164000', '195810.166000', '195810.169000', '195810.172000', '195810.174000', '195830.044000', '195830.047000', '195830.050000', '195830.052000', '195830.055000', '195830.057000', '195830.060000', '195830.063000', '195830.065000', '195830.068000', '195830.070000', '195830.073000', '195830.076000', '195830.078000', '195830.081000', '195830.083000', '195830.086000', '195830.089000', '195830.091000', '195830.094000', '195830.097000', '195830.099000', '195830.102000', '195830.104000', '195830.107000', '195830.110000', '195830.112000', '195830.115000', '195830.117000', '195830.120000', '195830.122000', '195830.125000', '195830.127000', '195830.130000', '195830.133000', '195830.135000', '195830.138000', '195830.140000', '195830.143000', '195830.146000', '195830.148000', '195830.151000', '195830.153000', '195830.156000', '195850.044000', '195850.047000', '195850.050000', '195850.052000', '195850.055000', '195850.058000', '195850.060000', '195850.063000', '195850.065000', '195850.068000', '195850.070000', '195850.073000', '195850.076000', '195850.078000', '195850.081000', '195850.083000', '195850.086000', '195850.089000', '195850.091000', '195850.094000', '195850.096000', '195850.099000', '195850.102000', '195850.104000', '195850.107000', '195850.110000', '195850.112000', '195850.115000', '195850.117000', '195850.120000', '195850.123000', '195850.125000', '195850.128000', '195850.130000', '195850.133000', '195850.135000', '195850.138000', '195850.152000', '195850.155000', '195850.158000', '195850.160000', '195850.163000', '195850.165000', '195910.044000', '195910.047000', '195910.050000', '195910.052000', '195910.055000', '195910.058000', '195910.060000', '195910.063000', '195910.065000', '195910.068000', '195910.071000', '195910.073000', '195910.076000', '195910.078000', '195910.081000', '195910.083000', '195910.086000', '195910.088000', '195910.091000', '195910.094000', '195910.096000', '195910.099000', '195910.102000', '195910.104000', '195910.107000', '195910.109000', '195910.112000', '195910.114000', '195910.117000', '195910.119000', '195910.122000', '195910.125000', '195910.127000', '195910.130000', '195910.132000', '195910.135000', '195910.138000', '195910.140000', '195910.143000', '195910.145000', '195910.148000', '195910.150000', '195910.153000', '195910.155000', '195930.045000', '195930.047000', '195930.050000', '195930.053000', '195930.055000', '195930.058000', '195930.060000', '195930.063000', '195930.065000', '195930.068000', '195930.071000', '195930.073000', '195930.076000', '195930.078000', '195930.081000', '195930.083000', '195930.086000', '195930.088000', '195930.091000', '195930.093000', '195930.096000', '195930.099000', '195930.101000', '195930.104000', '195930.106000', '195930.110000', '195930.113000', '195930.116000', '195930.118000', '195930.121000', '195930.124000', '195930.126000', '195930.129000', '195930.131000', '195930.134000', '195930.136000', '195930.139000', '195930.142000', '195930.144000', '195930.147000', '195930.150000', '195930.152000', '195930.155000', '195950.044000', '195950.047000', '195950.050000', '195950.052000', '195950.055000', '195950.057000', '195950.060000', '195950.063000', '195950.065000', '195950.068000', '195950.070000', '195950.073000', '195950.075000', '195950.078000', '195950.081000', '195950.083000', '195950.086000', '195950.088000', '195950.091000', '195950.093000', '195950.096000', '195950.099000', '195950.101000', '195950.104000', '195950.107000', '195950.109000', '195950.112000', '195950.114000', '195950.117000', '195950.119000', '195950.122000', '195950.124000', '195950.127000', '195950.130000', '195950.132000', '195950.135000', '195950.138000', '195950.144000', '195950.147000', '195950.149000', '195950.152000', '195950.155000', '195950.157000', '195950.160000', '200010.044000', '200010.046000', '200010.049000', '200010.052000', '200010.054000', '200010.057000', '200010.059000', '200010.062000', '200010.065000', '200010.067000', '200010.070000', '200010.072000', '200010.075000', '200010.078000', '200010.080000', '200010.083000', '200010.085000', '200010.088000', '200010.090000', '200010.093000', '200010.096000', '200010.098000', '200010.101000', '200010.103000', '200010.106000', '200010.109000', '200010.111000', '200010.114000', '200010.116000', '200010.119000', '200010.122000', '200010.124000', '200010.127000', '200010.130000', '200010.133000', '200010.136000', '200010.139000', '200010.142000', '200010.144000', '200010.147000', '200010.149000', '200010.152000', '200010.154000', '200030.045000', '200030.047000', '200030.050000', '200030.060000', '200030.062000', '200030.065000', '200030.068000', '200030.070000', '200030.073000', '200030.075000', '200030.078000', '200030.081000', '200030.083000', '200030.086000', '200030.088000', '200030.091000', '200030.093000', '200030.096000', '200030.098000', '200030.106000', '200030.108000', '200030.111000', '200030.114000', '200030.116000', '200030.119000', '200030.121000', '200030.124000', '200030.128000', '200030.131000', '200030.133000', '200030.136000', '200030.139000', '200030.141000', '200030.144000', '200030.146000', '200030.149000', '200030.151000', '200030.154000', '200030.157000', '200030.159000', '200030.162000', '200030.164000', '200030.167000', '200030.170000', '200050.044000', '200050.047000', '200050.050000', '200050.052000', '200050.055000', '200050.058000', '200050.060000', '200050.063000', '200050.065000', '200050.068000', '200050.070000', '200050.073000', '200050.075000', '200050.078000', '200050.081000', '200050.083000', '200050.086000', '200050.088000', '200050.091000', '200050.093000', '200050.096000', '200050.099000', '200050.101000', '200050.104000', '200050.106000', '200050.109000', '200050.111000', '200050.114000', '200050.117000', '200050.119000', '200050.122000', '200050.124000', '200050.127000', '200050.130000', '200050.133000', '200050.136000', '200050.138000', '200050.141000', '200050.144000', '200050.146000', '200050.149000', '200050.151000', '200050.154000', '200110.044000', '200110.047000', '200110.050000', '200110.053000', '200110.055000', '200110.058000', '200110.060000', '200110.063000', '200110.065000', '200110.068000', '200110.071000', '200110.073000', '200110.076000', '200110.078000', '200110.081000', '200110.084000', '200110.086000', '200110.089000', '200110.092000', '200110.094000', '200110.097000', '200110.099000', '200110.102000', '200110.105000', '200110.107000', '200110.110000', '200110.112000', '200110.115000', '200110.118000', '200110.120000', '200110.123000', '200110.125000', '200110.128000', '200110.131000', '200110.133000', '200110.136000', '200110.139000', '200110.141000', '200110.144000', '200110.146000', '200110.149000', '200110.151000', '200110.154000', '200110.157000', '200130.044000', '200130.047000', '200130.050000', '200130.052000', '200130.055000', '200130.058000', '200130.060000', '200130.063000', '200130.065000', '200130.068000', '200130.070000', '200130.073000', '200130.076000', '200130.078000', '200130.081000', '200130.083000', '200130.086000', '200130.088000', '200130.091000', '200130.094000', '200130.096000', '200130.099000', '200130.101000', '200130.104000', '200130.106000', '200130.109000', '200130.111000', '200130.114000', '200130.117000', '200130.119000', '200130.122000', '200130.124000', '200130.127000', '200130.129000', '200130.132000', '200130.135000', '200130.137000', '200130.140000', '200130.142000', '200130.145000', '200130.147000', '200130.150000', '200130.153000', '200150.044000', '200150.049000', '200150.052000', '200150.054000', '200150.057000', '200150.060000', '200150.062000', '200150.065000', '200150.067000', '200150.070000', '200150.073000', '200150.075000', '200150.078000', '200150.080000', '200150.083000', '200150.096000', '200150.099000', '200150.102000', '200150.104000', '200150.107000', '200150.109000', '200150.112000', '200150.114000', '200150.117000', '200150.119000', '200150.122000', '200150.125000', '200150.127000', '200150.130000', '200150.132000', '200150.135000', '200150.138000', '200150.140000', '200150.143000', '200150.145000', '200150.148000', '200150.150000', '200150.153000', '200150.156000', '200150.158000', '200150.161000', '200150.163000', '200150.166000', '200150.169000', '200210.045000', '200210.048000', '200210.050000', '200210.053000', '200210.055000', '200210.058000', '200210.060000', '200210.063000', '200210.066000', '200210.068000', '200210.071000', '200210.073000', '200210.076000', '200210.078000', '200210.081000', '200210.084000', '200210.086000', '200210.089000', '200210.092000', '200210.094000', '200210.097000', '200210.099000', '200210.102000', '200210.105000', '200210.107000', '200210.110000', '200210.112000', '200210.115000', '200210.118000', '200210.120000', '200210.123000', '200210.125000', '200210.128000', '200210.131000', '200210.133000', '200210.136000', '200210.138000', '200210.141000', '200210.143000', '200210.146000', '200210.149000', '200210.151000', '200210.154000', '200230.044000', '200230.046000', '200230.049000', '200230.052000', '200230.054000', '200230.057000', '200230.059000', '200230.062000', '200230.064000', '200230.067000', '200230.069000', '200230.072000', '200230.075000', '200230.077000', '200230.080000', '200230.082000', '200230.085000', '200230.088000', '200230.090000', '200230.093000', '200230.096000', '200230.098000', '200230.101000', '200230.103000', '200230.106000', '200230.109000', '200230.111000', '200230.114000', '200230.116000', '200230.119000', '200230.122000', '200230.124000', '200230.127000', '200230.129000', '200230.132000', '200230.135000', '200230.137000', '200230.140000', '200230.142000', '200230.145000', '200230.147000', '200230.150000', '200230.152000', '200230.155000', '200250.045000', '200250.047000', '200250.050000', '200250.053000', '200250.055000', '200250.058000', '200250.060000', '200250.063000', '200250.065000', '200250.068000', '200250.070000', '200250.073000', '200250.076000', '200250.078000', '200250.081000', '200250.083000', '200250.086000', '200250.089000', '200250.091000', '200250.094000', '200250.096000', '200250.099000', '200250.101000', '200250.104000', '200250.107000', '200250.109000', '200250.112000', '200250.114000', '200250.117000', '200250.119000', '200250.122000', '200250.125000', '200250.127000', '200250.130000', '200250.132000', '200250.135000', '200250.137000', '200250.140000', '200250.142000', '200250.145000', '200250.148000', '200250.150000', '200250.153000', '200310.046000', '200310.049000', '200310.052000', '200310.055000', '200310.057000', '200310.060000', '200310.062000', '200310.065000', '200310.067000', '200310.070000', '200310.073000', '200310.075000', '200310.091000', '200310.094000', '200310.097000', '200310.100000', '200310.102000', '200310.105000', '200310.107000', '200310.110000', '200310.112000', '200310.115000', '200310.118000', '200310.120000', '200310.123000', '200310.125000', '200310.128000', '200310.130000', '200310.133000', '200310.136000', '200310.138000', '200310.141000', '200310.143000', '200310.146000', '200310.149000', '200310.151000', '200310.154000', '200310.156000', '200310.159000', '200310.162000', '200310.165000', '200310.167000', '200310.170000', '200310.172000', '200330.045000', '200330.047000', '200330.050000', '200330.053000', '200330.055000', '200330.058000', '200330.060000', '200330.063000', '200330.065000', '200330.068000', '200330.070000', '200330.073000', '200330.076000', '200330.078000', '200330.081000', '200330.083000', '200330.086000', '200330.089000', '200330.091000', '200330.094000', '200330.096000', '200330.099000', '200330.101000', '200330.104000', '200330.106000', '200330.109000', '200330.112000', '200330.114000', '200330.117000', '200330.119000', '200330.122000', '200330.124000', '200330.127000', '200330.133000', '200330.136000', '200330.138000', '200330.141000', '200330.143000', '200330.146000', '200330.148000', '200330.151000', '200330.154000', '200330.156000', '200350.045000', '200350.048000', '200350.050000', '200350.053000', '200350.055000', '200350.058000', '200350.061000', '200350.063000', '200350.066000', '200350.068000', '200350.071000', '200350.074000', '200350.076000', '200350.079000', '200350.081000', '200350.084000', '200350.087000', '200350.089000', '200350.092000', '200350.094000', '200350.097000', '200350.099000', '200350.102000', '200350.105000', '200350.107000', '200350.110000', '200350.113000', '200350.115000', '200350.118000', '200350.120000', '200350.123000', '200350.125000', '200350.128000', '200350.130000', '200350.133000', '200350.136000', '200350.138000', '200350.141000', '200350.143000', '200350.146000', '200350.149000', '200350.151000', '200350.154000', '200350.156000', '200410.045000', '200410.047000', '200410.050000', '200410.053000', '200410.055000', '200410.058000', '200410.060000', '200410.063000', '200410.065000', '200410.068000', '200410.071000', '200410.073000', '200410.076000', '200410.078000', '200410.081000', '200410.084000', '200410.086000', '200410.089000', '200410.091000', '200410.094000', '200410.096000', '200410.099000', '200410.102000', '200410.104000', '200410.107000', '200410.109000', '200410.112000', '200410.115000', '200410.117000', '200410.120000', '200410.122000', '200410.125000', '200410.128000', '200410.130000', '200410.133000', '200410.135000', '200410.138000', '200410.141000', '200410.143000', '200410.146000', '200410.148000', '200410.151000', '200410.154000', '200430.045000', '200430.048000', '200430.064000', '200430.067000', '200430.070000', '200430.072000', '200430.075000', '200430.078000', '200430.120000', '200430.123000', '200430.125000', '200430.128000', '200430.131000', '200430.133000', '200430.136000', '200430.139000', '200430.141000', '200430.144000', '200430.147000', '200430.149000', '200430.152000', '200430.154000', '200430.157000', '200430.160000', '200430.162000', '200430.165000', '200430.167000', '200430.170000', '200430.172000', '200430.175000', '200430.183000', '200430.185000', '200430.188000', '200430.190000', '200430.193000', '200430.195000', '200430.198000', '200430.201000', '200430.203000', '200430.206000', '200430.208000', '200430.211000', '200430.214000', '200430.216000', '200450.043000', '200450.046000', '200450.049000', '200450.052000', '200450.055000', '200450.057000', '200450.060000', '200450.063000', '200450.066000', '200450.068000', '200450.071000', '200450.073000', '200450.077000', '200450.079000', '200450.082000', '200450.084000', '200450.087000', '200450.090000', '200450.092000', '200450.095000', '200450.097000', '200450.100000', '200450.103000', '200450.105000', '200450.108000', '200450.110000', '200450.113000', '200450.116000', '200450.118000', '200450.121000', '200450.123000', '200450.126000', '200450.128000', '200450.131000', '200450.134000', '200450.136000', '200450.139000', '200450.141000', '200450.144000', '200450.147000', '200450.149000', '200450.152000', '200450.154000', '200510.044000', '200510.047000', '200510.050000', '200510.052000', '200510.055000', '200510.058000', '200510.060000', '200510.063000', '200510.066000', '200510.068000', '200510.071000', '200510.073000', '200510.076000', '200510.078000', '200510.081000', '200510.083000', '200510.086000', '200510.089000', '200510.091000', '200510.094000', '200510.096000', '200510.119000', '200510.122000', '200510.124000', '200510.127000', '200510.130000', '200510.132000', '200510.135000', '200510.137000', '200510.140000', '200510.142000', '200510.145000', '200510.148000', '200510.150000', '200510.153000', '200510.156000', '200510.158000', '200510.161000', '200510.163000', '200510.166000', '200510.169000', '200510.171000', '200510.174000', '200510.176000', '200530.045000', '200530.047000', '200530.050000', '200530.053000', '200530.065000', '200530.067000', '200530.070000', '200530.073000', '200530.075000', '200530.078000', '200530.080000', '200530.083000', '200530.085000', '200530.088000', '200530.091000', '200530.093000', '200530.096000', '200530.098000', '200530.101000', '200530.103000', '200530.106000', '200530.109000', '200530.111000', '200530.114000', '200530.116000', '200530.119000', '200530.122000', '200530.124000', '200530.127000', '200530.129000', '200530.132000', '200530.134000', '200530.137000', '200530.140000', '200530.142000', '200530.145000', '200530.147000', '200530.150000', '200530.153000', '200530.155000', '200530.158000', '200530.160000', '200530.163000', '200550.045000', '200550.048000', '200550.050000', '200550.053000', '200550.056000', '200550.060000', '200550.062000', '200550.065000', '200550.068000', '200550.070000', '200550.073000', '200550.075000', '200550.081000', '200550.084000', '200550.087000', '200550.090000', '200550.093000', '200550.095000', '200550.098000', '200550.100000', '200550.103000', '200550.106000', '200550.108000', '200550.111000', '200550.113000', '200550.116000', '200550.118000', '200550.122000', '200550.126000', '200550.129000', '200550.132000', '200550.134000', '200550.137000', '200550.140000', '200550.142000', '200550.145000', '200550.148000', '200550.150000', '200550.153000', '200550.155000', '200550.158000', '200550.161000', '200550.163000', '200610.045000', '200610.047000', '200610.050000', '200610.053000', '200610.055000', '200610.058000', '200610.060000', '200610.063000', '200610.065000', '200610.068000', '200610.071000', '200610.073000', '200610.076000', '200610.078000', '200610.081000', '200610.083000', '200610.086000', '200610.089000', '200610.091000', '200610.094000', '200610.097000', '200610.099000', '200610.102000', '200610.104000', '200610.107000', '200610.110000', '200610.112000', '200610.115000', '200610.117000', '200610.120000', '200610.122000', '200610.125000', '200610.128000', '200610.130000', '200610.133000', '200610.135000', '200610.138000', '200610.141000', '200610.143000', '200610.146000', '200610.148000', '200610.151000', '200610.153000', '200610.156000', '200630.045000', '200630.047000', '200630.050000', '200630.053000', '200630.055000', '200630.058000', '200630.061000', '200630.063000', '200630.066000', '200630.068000', '200630.071000', '200630.073000', '200630.076000', '200630.078000', '200630.081000', '200630.084000', '200630.086000', '200630.089000', '200630.091000', '200630.094000', '200630.097000', '200630.099000', '200630.102000', '200630.104000', '200630.107000', '200630.109000', '200630.112000', '200630.114000', '200630.117000', '200630.120000', '200630.123000', '200630.125000', '200630.128000', '200630.131000', '200630.133000', '200630.136000', '200630.138000', '200630.141000', '200630.144000', '200630.146000', '200630.149000', '200630.151000', '200630.154000', '200650.045000', '200650.047000', '200650.050000', '200650.053000', '200650.055000', '200650.058000', '200650.061000', '200650.063000', '200650.066000', '200650.068000', '200650.071000', '200650.074000', '200650.076000', '200650.079000', '200650.081000', '200650.084000', '200650.086000', '200650.100000', '200650.103000', '200650.105000', '200650.108000', '200650.110000', '200650.113000', '200650.116000', '200650.118000', '200650.121000', '200650.123000', '200650.126000', '200650.128000', '200650.131000', '200650.133000', '200650.136000', '200650.139000', '200650.141000', '200650.144000', '200650.146000', '200650.149000', '200650.151000', '200650.154000', '200650.157000', '200650.159000', '200650.162000', '200650.164000', '200650.167000', '200710.044000', '200710.047000', '200710.049000', '200710.052000', '200710.054000', '200710.057000', '200710.059000', '200710.062000', '200710.065000', '200710.067000', '200710.070000', '200710.072000', '200710.075000', '200710.077000', '200710.080000', '200710.083000', '200710.085000', '200710.088000', '200710.091000', '200710.093000', '200710.096000', '200710.098000', '200710.101000', '200710.103000', '200710.106000', '200710.109000', '200710.111000', '200710.114000', '200710.116000', '200710.119000', '200710.121000', '200710.124000', '200710.127000', '200710.129000', '200710.132000', '200710.134000', '200710.137000', '200710.140000', '200710.142000', '200710.145000', '200710.147000', '200710.150000', '200710.152000', '200720.216000', '200720.219000', '200720.221000', '200720.224000', '200720.227000', '200720.229000', '200720.232000', '200720.234000', '200720.237000', '200720.239000', '200720.242000', '200720.244000', '200720.247000', '200720.250000', '200720.252000', '200720.255000', '200720.258000', '200720.260000', '200720.263000', '200720.265000', '200720.268000', '200720.270000', '200720.273000'], 'InstanceCreationTime': ['195510.081000', '195510.084000', '195510.088000', '195510.090000', '195510.093000', '195510.095000', '195510.098000', '195510.100000', '195510.103000', '195510.106000', '195510.108000', '195510.111000', '195510.113000', '195510.116000', '195510.118000', '195510.121000', '195510.124000', '195510.126000', '195510.129000', '195510.131000', '195510.134000', '195510.136000', '195510.139000', '195510.142000', '195510.144000', '195510.154000', '195510.157000', '195510.159000', '195510.162000', '195510.165000', '195510.167000', '195510.170000', '195510.172000', '195510.175000', '195510.184000', '195510.187000', '195510.189000', '195510.192000', '195510.195000', '195510.197000', '195510.200000', '195510.202000', '195510.205000', '195510.208000', '195510.210000', '195510.213000', '195510.216000', '195510.218000', '195510.221000', '195510.223000', '195510.226000', '195510.228000', '195530.045000', '195530.048000', '195530.051000', '195530.054000', '195530.056000', '195530.059000', '195530.062000', '195530.064000', '195530.067000', '195530.069000', '195530.072000', '195530.074000', '195530.077000', '195530.080000', '195530.082000', '195530.085000', '195530.087000', '195530.090000', '195530.093000', '195530.095000', '195530.098000', '195530.100000', '195530.103000', '195530.106000', '195530.108000', '195530.111000', '195530.118000', '195530.120000', '195530.123000', '195530.125000', '195530.128000', '195530.130000', '195530.133000', '195530.136000', '195530.138000', '195530.141000', '195530.143000', '195530.146000', '195530.148000', '195530.151000', '195530.153000', '195530.156000', '195530.158000', '195530.161000', '195550.043000', '195550.046000', '195550.049000', '195550.053000', '195550.055000', '195550.058000', '195550.060000', '195550.063000', '195550.066000', '195550.069000', '195550.071000', '195550.074000', '195550.076000', '195550.079000', '195550.081000', '195550.084000', '195550.099000', '195550.102000', '195550.104000', '195550.107000', '195550.109000', '195550.112000', '195550.115000', '195550.117000', '195550.120000', '195550.122000', '195550.125000', '195550.127000', '195550.130000', '195550.132000', '195550.135000', '195550.137000', '195550.140000', '195550.143000', '195550.145000', '195550.148000', '195550.150000', '195550.153000', '195550.155000', '195550.158000', '195550.160000', '195550.163000', '195550.165000', '195610.044000', '195610.047000', '195610.050000', '195610.052000', '195610.055000', '195610.058000', '195610.060000', '195610.063000', '195610.066000', '195610.068000', '195610.071000', '195610.073000', '195610.076000', '195610.079000', '195610.081000', '195610.084000', '195610.086000', '195610.089000', '195610.092000', '195610.094000', '195610.101000', '195610.103000', '195610.106000', '195610.109000', '195610.111000', '195610.114000', '195610.116000', '195610.119000', '195610.121000', '195610.124000', '195610.126000', '195610.129000', '195610.132000', '195610.134000', '195610.137000', '195610.139000', '195610.142000', '195610.145000', '195610.147000', '195610.150000', '195610.153000', '195610.155000', '195610.158000', '195610.160000', '195630.044000', '195630.047000', '195630.050000', '195630.052000', '195630.055000', '195630.057000', '195630.060000', '195630.063000', '195630.065000', '195630.068000', '195630.070000', '195630.073000', '195630.075000', '195630.078000', '195630.080000', '195630.083000', '195630.085000', '195630.088000', '195630.098000', '195630.101000', '195630.103000', '195630.106000', '195630.109000', '195630.111000', '195630.114000', '195630.116000', '195630.119000', '195630.121000', '195630.124000', '195630.127000', '195630.129000', '195630.132000', '195630.134000', '195630.137000', '195630.139000', '195630.142000', '195630.144000', '195630.147000', '195630.149000', '195630.152000', '195630.154000', '195630.157000', '195630.160000', '195650.045000', '195650.047000', '195650.050000', '195650.053000', '195650.055000', '195650.058000', '195650.060000', '195650.063000', '195650.066000', '195650.068000', '195650.071000', '195650.073000', '195650.076000', '195650.079000', '195650.081000', '195650.084000', '195650.088000', '195650.090000', '195650.093000', '195650.096000', '195650.098000', '195650.101000', '195650.103000', '195650.106000', '195650.108000', '195650.111000', '195650.114000', '195650.116000', '195650.119000', '195650.121000', '195650.124000', '195650.126000', '195650.129000', '195650.132000', '195650.134000', '195650.137000', '195650.139000', '195650.142000', '195650.144000', '195650.147000', '195650.150000', '195650.152000', '195650.155000', '195710.045000', '195710.048000', '195710.051000', '195710.053000', '195710.056000', '195710.058000', '195710.061000', '195710.064000', '195710.066000', '195710.069000', '195710.071000', '195710.074000', '195710.077000', '195710.079000', '195710.082000', '195710.085000', '195710.087000', '195710.090000', '195710.092000', '195710.095000', '195710.097000', '195710.100000', '195710.102000', '195710.105000', '195710.108000', '195710.110000', '195710.113000', '195710.115000', '195710.118000', '195710.121000', '195710.123000', '195710.126000', '195710.129000', '195710.131000', '195710.134000', '195710.136000', '195710.139000', '195710.141000', '195710.144000', '195710.147000', '195710.149000', '195710.152000', '195710.155000', '195710.157000', '195730.045000', '195730.048000', '195730.050000', '195730.053000', '195730.055000', '195730.058000', '195730.061000', '195730.063000', '195730.066000', '195730.068000', '195730.071000', '195730.074000', '195730.091000', '195730.094000', '195730.096000', '195730.099000', '195730.102000', '195730.104000', '195730.107000', '195730.109000', '195730.112000', '195730.114000', '195730.117000', '195730.119000', '195730.122000', '195730.125000', '195730.127000', '195730.130000', '195730.132000', '195730.135000', '195730.137000', '195730.140000', '195730.143000', '195730.145000', '195730.148000', '195730.150000', '195730.153000', '195730.156000', '195730.158000', '195730.161000', '195730.163000', '195730.166000', '195730.169000', '195750.043000', '195750.046000', '195750.049000', '195750.051000', '195750.054000', '195750.056000', '195750.059000', '195750.062000', '195750.064000', '195750.067000', '195750.069000', '195750.072000', '195750.074000', '195750.077000', '195750.080000', '195750.082000', '195750.085000', '195750.087000', '195750.090000', '195750.092000', '195750.095000', '195750.097000', '195750.100000', '195750.103000', '195750.105000', '195750.108000', '195750.110000', '195750.113000', '195750.115000', '195750.118000', '195750.121000', '195750.123000', '195750.126000', '195750.128000', '195750.131000', '195750.133000', '195750.136000', '195750.138000', '195750.141000', '195750.144000', '195750.146000', '195750.149000', '195750.151000', '195750.154000', '195810.044000', '195810.046000', '195810.049000', '195810.060000', '195810.063000', '195810.066000', '195810.070000', '195810.072000', '195810.075000', '195810.078000', '195810.080000', '195810.083000', '195810.085000', '195810.088000', '195810.091000', '195810.093000', '195810.096000', '195810.099000', '195810.101000', '195810.104000', '195810.106000', '195810.109000', '195810.112000', '195810.114000', '195810.117000', '195810.120000', '195810.123000', '195810.127000', '195810.130000', '195810.133000', '195810.135000', '195810.138000', '195810.140000', '195810.151000', '195810.153000', '195810.156000', '195810.158000', '195810.161000', '195810.164000', '195810.166000', '195810.169000', '195810.172000', '195810.174000', '195830.044000', '195830.047000', '195830.050000', '195830.052000', '195830.055000', '195830.057000', '195830.060000', '195830.063000', '195830.065000', '195830.068000', '195830.070000', '195830.073000', '195830.076000', '195830.078000', '195830.081000', '195830.083000', '195830.086000', '195830.089000', '195830.091000', '195830.094000', '195830.097000', '195830.099000', '195830.102000', '195830.104000', '195830.107000', '195830.110000', '195830.112000', '195830.115000', '195830.117000', '195830.120000', '195830.122000', '195830.125000', '195830.127000', '195830.130000', '195830.133000', '195830.135000', '195830.138000', '195830.140000', '195830.143000', '195830.146000', '195830.148000', '195830.151000', '195830.153000', '195830.156000', '195850.044000', '195850.047000', '195850.050000', '195850.052000', '195850.055000', '195850.058000', '195850.060000', '195850.063000', '195850.065000', '195850.068000', '195850.070000', '195850.073000', '195850.076000', '195850.078000', '195850.081000', '195850.083000', '195850.086000', '195850.089000', '195850.091000', '195850.094000', '195850.096000', '195850.099000', '195850.102000', '195850.104000', '195850.107000', '195850.110000', '195850.112000', '195850.115000', '195850.117000', '195850.120000', '195850.123000', '195850.125000', '195850.128000', '195850.130000', '195850.133000', '195850.135000', '195850.138000', '195850.152000', '195850.155000', '195850.158000', '195850.160000', '195850.163000', '195850.165000', '195910.044000', '195910.047000', '195910.050000', '195910.052000', '195910.055000', '195910.058000', '195910.060000', '195910.063000', '195910.065000', '195910.068000', '195910.071000', '195910.073000', '195910.076000', '195910.078000', '195910.081000', '195910.083000', '195910.086000', '195910.088000', '195910.091000', '195910.094000', '195910.096000', '195910.099000', '195910.102000', '195910.104000', '195910.107000', '195910.109000', '195910.112000', '195910.114000', '195910.117000', '195910.119000', '195910.122000', '195910.125000', '195910.127000', '195910.130000', '195910.132000', '195910.135000', '195910.138000', '195910.140000', '195910.143000', '195910.145000', '195910.148000', '195910.150000', '195910.153000', '195910.155000', '195930.045000', '195930.047000', '195930.050000', '195930.053000', '195930.055000', '195930.058000', '195930.060000', '195930.063000', '195930.065000', '195930.068000', '195930.071000', '195930.073000', '195930.076000', '195930.078000', '195930.081000', '195930.083000', '195930.086000', '195930.088000', '195930.091000', '195930.093000', '195930.096000', '195930.099000', '195930.101000', '195930.104000', '195930.106000', '195930.110000', '195930.113000', '195930.116000', '195930.118000', '195930.121000', '195930.124000', '195930.126000', '195930.129000', '195930.131000', '195930.134000', '195930.136000', '195930.139000', '195930.142000', '195930.144000', '195930.147000', '195930.150000', '195930.152000', '195930.155000', '195950.044000', '195950.047000', '195950.050000', '195950.052000', '195950.055000', '195950.057000', '195950.060000', '195950.063000', '195950.065000', '195950.068000', '195950.070000', '195950.073000', '195950.075000', '195950.078000', '195950.081000', '195950.083000', '195950.086000', '195950.088000', '195950.091000', '195950.093000', '195950.096000', '195950.099000', '195950.101000', '195950.104000', '195950.107000', '195950.109000', '195950.112000', '195950.114000', '195950.117000', '195950.119000', '195950.122000', '195950.124000', '195950.127000', '195950.130000', '195950.132000', '195950.135000', '195950.138000', '195950.144000', '195950.147000', '195950.149000', '195950.152000', '195950.155000', '195950.157000', '195950.160000', '200010.044000', '200010.046000', '200010.049000', '200010.052000', '200010.054000', '200010.057000', '200010.059000', '200010.062000', '200010.065000', '200010.067000', '200010.070000', '200010.072000', '200010.075000', '200010.078000', '200010.080000', '200010.083000', '200010.085000', '200010.088000', '200010.090000', '200010.093000', '200010.096000', '200010.098000', '200010.101000', '200010.103000', '200010.106000', '200010.109000', '200010.111000', '200010.114000', '200010.116000', '200010.119000', '200010.122000', '200010.124000', '200010.127000', '200010.130000', '200010.133000', '200010.136000', '200010.139000', '200010.142000', '200010.144000', '200010.147000', '200010.149000', '200010.152000', '200010.154000', '200030.045000', '200030.047000', '200030.050000', '200030.060000', '200030.062000', '200030.065000', '200030.068000', '200030.070000', '200030.073000', '200030.075000', '200030.078000', '200030.081000', '200030.083000', '200030.086000', '200030.088000', '200030.091000', '200030.093000', '200030.096000', '200030.098000', '200030.106000', '200030.108000', '200030.111000', '200030.114000', '200030.116000', '200030.119000', '200030.121000', '200030.124000', '200030.128000', '200030.131000', '200030.133000', '200030.136000', '200030.139000', '200030.141000', '200030.144000', '200030.146000', '200030.149000', '200030.151000', '200030.154000', '200030.157000', '200030.159000', '200030.162000', '200030.164000', '200030.167000', '200030.170000', '200050.044000', '200050.047000', '200050.050000', '200050.052000', '200050.055000', '200050.058000', '200050.060000', '200050.063000', '200050.065000', '200050.068000', '200050.070000', '200050.073000', '200050.075000', '200050.078000', '200050.081000', '200050.083000', '200050.086000', '200050.088000', '200050.091000', '200050.093000', '200050.096000', '200050.099000', '200050.101000', '200050.104000', '200050.106000', '200050.109000', '200050.111000', '200050.114000', '200050.117000', '200050.119000', '200050.122000', '200050.124000', '200050.127000', '200050.130000', '200050.133000', '200050.136000', '200050.138000', '200050.141000', '200050.144000', '200050.146000', '200050.149000', '200050.151000', '200050.154000', '200110.044000', '200110.047000', '200110.050000', '200110.053000', '200110.055000', '200110.058000', '200110.060000', '200110.063000', '200110.065000', '200110.068000', '200110.071000', '200110.073000', '200110.076000', '200110.078000', '200110.081000', '200110.084000', '200110.086000', '200110.089000', '200110.092000', '200110.094000', '200110.097000', '200110.099000', '200110.102000', '200110.105000', '200110.107000', '200110.110000', '200110.112000', '200110.115000', '200110.118000', '200110.120000', '200110.123000', '200110.125000', '200110.128000', '200110.131000', '200110.133000', '200110.136000', '200110.139000', '200110.141000', '200110.144000', '200110.146000', '200110.149000', '200110.151000', '200110.154000', '200110.157000', '200130.044000', '200130.047000', '200130.050000', '200130.052000', '200130.055000', '200130.058000', '200130.060000', '200130.063000', '200130.065000', '200130.068000', '200130.070000', '200130.073000', '200130.076000', '200130.078000', '200130.081000', '200130.083000', '200130.086000', '200130.088000', '200130.091000', '200130.094000', '200130.096000', '200130.099000', '200130.101000', '200130.104000', '200130.106000', '200130.109000', '200130.111000', '200130.114000', '200130.117000', '200130.119000', '200130.122000', '200130.124000', '200130.127000', '200130.129000', '200130.132000', '200130.135000', '200130.137000', '200130.140000', '200130.142000', '200130.145000', '200130.147000', '200130.150000', '200130.153000', '200150.044000', '200150.049000', '200150.052000', '200150.054000', '200150.057000', '200150.060000', '200150.062000', '200150.065000', '200150.067000', '200150.070000', '200150.073000', '200150.075000', '200150.078000', '200150.080000', '200150.083000', '200150.096000', '200150.099000', '200150.102000', '200150.104000', '200150.107000', '200150.109000', '200150.112000', '200150.114000', '200150.117000', '200150.119000', '200150.122000', '200150.125000', '200150.127000', '200150.130000', '200150.132000', '200150.135000', '200150.138000', '200150.140000', '200150.143000', '200150.145000', '200150.148000', '200150.150000', '200150.153000', '200150.156000', '200150.158000', '200150.161000', '200150.163000', '200150.166000', '200150.169000', '200210.045000', '200210.048000', '200210.050000', '200210.053000', '200210.055000', '200210.058000', '200210.060000', '200210.063000', '200210.066000', '200210.068000', '200210.071000', '200210.073000', '200210.076000', '200210.078000', '200210.081000', '200210.084000', '200210.086000', '200210.089000', '200210.092000', '200210.094000', '200210.097000', '200210.099000', '200210.102000', '200210.105000', '200210.107000', '200210.110000', '200210.112000', '200210.115000', '200210.118000', '200210.120000', '200210.123000', '200210.125000', '200210.128000', '200210.131000', '200210.133000', '200210.136000', '200210.138000', '200210.141000', '200210.143000', '200210.146000', '200210.149000', '200210.151000', '200210.154000', '200230.044000', '200230.046000', '200230.049000', '200230.052000', '200230.054000', '200230.057000', '200230.059000', '200230.062000', '200230.064000', '200230.067000', '200230.069000', '200230.072000', '200230.075000', '200230.077000', '200230.080000', '200230.082000', '200230.085000', '200230.088000', '200230.090000', '200230.093000', '200230.096000', '200230.098000', '200230.101000', '200230.103000', '200230.106000', '200230.109000', '200230.111000', '200230.114000', '200230.116000', '200230.119000', '200230.122000', '200230.124000', '200230.127000', '200230.129000', '200230.132000', '200230.135000', '200230.137000', '200230.140000', '200230.142000', '200230.145000', '200230.147000', '200230.150000', '200230.152000', '200230.155000', '200250.045000', '200250.047000', '200250.050000', '200250.053000', '200250.055000', '200250.058000', '200250.060000', '200250.063000', '200250.065000', '200250.068000', '200250.070000', '200250.073000', '200250.076000', '200250.078000', '200250.081000', '200250.083000', '200250.086000', '200250.089000', '200250.091000', '200250.094000', '200250.096000', '200250.099000', '200250.101000', '200250.104000', '200250.107000', '200250.109000', '200250.112000', '200250.114000', '200250.117000', '200250.119000', '200250.122000', '200250.125000', '200250.127000', '200250.130000', '200250.132000', '200250.135000', '200250.137000', '200250.140000', '200250.142000', '200250.145000', '200250.148000', '200250.150000', '200250.153000', '200310.046000', '200310.049000', '200310.052000', '200310.055000', '200310.057000', '200310.060000', '200310.062000', '200310.065000', '200310.067000', '200310.070000', '200310.073000', '200310.075000', '200310.091000', '200310.094000', '200310.097000', '200310.100000', '200310.102000', '200310.105000', '200310.107000', '200310.110000', '200310.112000', '200310.115000', '200310.118000', '200310.120000', '200310.123000', '200310.125000', '200310.128000', '200310.130000', '200310.133000', '200310.136000', '200310.138000', '200310.141000', '200310.143000', '200310.146000', '200310.149000', '200310.151000', '200310.154000', '200310.156000', '200310.159000', '200310.162000', '200310.165000', '200310.167000', '200310.170000', '200310.172000', '200330.045000', '200330.047000', '200330.050000', '200330.053000', '200330.055000', '200330.058000', '200330.060000', '200330.063000', '200330.065000', '200330.068000', '200330.070000', '200330.073000', '200330.076000', '200330.078000', '200330.081000', '200330.083000', '200330.086000', '200330.089000', '200330.091000', '200330.094000', '200330.096000', '200330.099000', '200330.101000', '200330.104000', '200330.106000', '200330.109000', '200330.112000', '200330.114000', '200330.117000', '200330.119000', '200330.122000', '200330.124000', '200330.127000', '200330.133000', '200330.136000', '200330.138000', '200330.141000', '200330.143000', '200330.146000', '200330.148000', '200330.151000', '200330.154000', '200330.156000', '200350.045000', '200350.048000', '200350.050000', '200350.053000', '200350.055000', '200350.058000', '200350.061000', '200350.063000', '200350.066000', '200350.068000', '200350.071000', '200350.074000', '200350.076000', '200350.079000', '200350.081000', '200350.084000', '200350.087000', '200350.089000', '200350.092000', '200350.094000', '200350.097000', '200350.099000', '200350.102000', '200350.105000', '200350.107000', '200350.110000', '200350.113000', '200350.115000', '200350.118000', '200350.120000', '200350.123000', '200350.125000', '200350.128000', '200350.130000', '200350.133000', '200350.136000', '200350.138000', '200350.141000', '200350.143000', '200350.146000', '200350.149000', '200350.151000', '200350.154000', '200350.156000', '200410.045000', '200410.047000', '200410.050000', '200410.053000', '200410.055000', '200410.058000', '200410.060000', '200410.063000', '200410.065000', '200410.068000', '200410.071000', '200410.073000', '200410.076000', '200410.078000', '200410.081000', '200410.084000', '200410.086000', '200410.089000', '200410.091000', '200410.094000', '200410.096000', '200410.099000', '200410.102000', '200410.104000', '200410.107000', '200410.109000', '200410.112000', '200410.115000', '200410.117000', '200410.120000', '200410.122000', '200410.125000', '200410.128000', '200410.130000', '200410.133000', '200410.135000', '200410.138000', '200410.141000', '200410.143000', '200410.146000', '200410.148000', '200410.151000', '200410.154000', '200430.045000', '200430.048000', '200430.064000', '200430.067000', '200430.070000', '200430.072000', '200430.075000', '200430.078000', '200430.120000', '200430.123000', '200430.125000', '200430.128000', '200430.131000', '200430.133000', '200430.136000', '200430.139000', '200430.141000', '200430.144000', '200430.147000', '200430.149000', '200430.152000', '200430.154000', '200430.157000', '200430.160000', '200430.162000', '200430.165000', '200430.167000', '200430.170000', '200430.172000', '200430.175000', '200430.183000', '200430.185000', '200430.188000', '200430.190000', '200430.193000', '200430.195000', '200430.198000', '200430.201000', '200430.203000', '200430.206000', '200430.208000', '200430.211000', '200430.214000', '200430.216000', '200450.043000', '200450.046000', '200450.049000', '200450.052000', '200450.055000', '200450.057000', '200450.060000', '200450.063000', '200450.066000', '200450.068000', '200450.071000', '200450.073000', '200450.077000', '200450.079000', '200450.082000', '200450.084000', '200450.087000', '200450.090000', '200450.092000', '200450.095000', '200450.097000', '200450.100000', '200450.103000', '200450.105000', '200450.108000', '200450.110000', '200450.113000', '200450.116000', '200450.118000', '200450.121000', '200450.123000', '200450.126000', '200450.128000', '200450.131000', '200450.134000', '200450.136000', '200450.139000', '200450.141000', '200450.144000', '200450.147000', '200450.149000', '200450.152000', '200450.154000', '200510.044000', '200510.047000', '200510.050000', '200510.052000', '200510.055000', '200510.058000', '200510.060000', '200510.063000', '200510.066000', '200510.068000', '200510.071000', '200510.073000', '200510.076000', '200510.078000', '200510.081000', '200510.083000', '200510.086000', '200510.089000', '200510.091000', '200510.094000', '200510.096000', '200510.119000', '200510.122000', '200510.124000', '200510.127000', '200510.130000', '200510.132000', '200510.135000', '200510.137000', '200510.140000', '200510.142000', '200510.145000', '200510.148000', '200510.150000', '200510.153000', '200510.156000', '200510.158000', '200510.161000', '200510.163000', '200510.166000', '200510.169000', '200510.171000', '200510.174000', '200510.176000', '200530.045000', '200530.047000', '200530.050000', '200530.053000', '200530.065000', '200530.067000', '200530.070000', '200530.073000', '200530.075000', '200530.078000', '200530.080000', '200530.083000', '200530.085000', '200530.088000', '200530.091000', '200530.093000', '200530.096000', '200530.098000', '200530.101000', '200530.103000', '200530.106000', '200530.109000', '200530.111000', '200530.114000', '200530.116000', '200530.119000', '200530.122000', '200530.124000', '200530.127000', '200530.129000', '200530.132000', '200530.134000', '200530.137000', '200530.140000', '200530.142000', '200530.145000', '200530.147000', '200530.150000', '200530.153000', '200530.155000', '200530.158000', '200530.160000', '200530.163000', '200550.045000', '200550.048000', '200550.050000', '200550.053000', '200550.056000', '200550.060000', '200550.062000', '200550.065000', '200550.068000', '200550.070000', '200550.073000', '200550.075000', '200550.081000', '200550.084000', '200550.087000', '200550.090000', '200550.093000', '200550.095000', '200550.098000', '200550.100000', '200550.103000', '200550.106000', '200550.108000', '200550.111000', '200550.113000', '200550.116000', '200550.118000', '200550.122000', '200550.126000', '200550.129000', '200550.132000', '200550.134000', '200550.137000', '200550.140000', '200550.142000', '200550.145000', '200550.148000', '200550.150000', '200550.153000', '200550.155000', '200550.158000', '200550.161000', '200550.163000', '200610.045000', '200610.047000', '200610.050000', '200610.053000', '200610.055000', '200610.058000', '200610.060000', '200610.063000', '200610.065000', '200610.068000', '200610.071000', '200610.073000', '200610.076000', '200610.078000', '200610.081000', '200610.083000', '200610.086000', '200610.089000', '200610.091000', '200610.094000', '200610.097000', '200610.099000', '200610.102000', '200610.104000', '200610.107000', '200610.110000', '200610.112000', '200610.115000', '200610.117000', '200610.120000', '200610.122000', '200610.125000', '200610.128000', '200610.130000', '200610.133000', '200610.135000', '200610.138000', '200610.141000', '200610.143000', '200610.146000', '200610.148000', '200610.151000', '200610.153000', '200610.156000', '200630.045000', '200630.047000', '200630.050000', '200630.053000', '200630.055000', '200630.058000', '200630.061000', '200630.063000', '200630.066000', '200630.068000', '200630.071000', '200630.073000', '200630.076000', '200630.078000', '200630.081000', '200630.084000', '200630.086000', '200630.089000', '200630.091000', '200630.094000', '200630.097000', '200630.099000', '200630.102000', '200630.104000', '200630.107000', '200630.109000', '200630.112000', '200630.114000', '200630.117000', '200630.120000', '200630.123000', '200630.125000', '200630.128000', '200630.131000', '200630.133000', '200630.136000', '200630.138000', '200630.141000', '200630.144000', '200630.146000', '200630.149000', '200630.151000', '200630.154000', '200650.045000', '200650.047000', '200650.050000', '200650.053000', '200650.055000', '200650.058000', '200650.061000', '200650.063000', '200650.066000', '200650.068000', '200650.071000', '200650.074000', '200650.076000', '200650.079000', '200650.081000', '200650.084000', '200650.086000', '200650.100000', '200650.103000', '200650.105000', '200650.108000', '200650.110000', '200650.113000', '200650.116000', '200650.118000', '200650.121000', '200650.123000', '200650.126000', '200650.128000', '200650.131000', '200650.133000', '200650.136000', '200650.139000', '200650.141000', '200650.144000', '200650.146000', '200650.149000', '200650.151000', '200650.154000', '200650.157000', '200650.159000', '200650.162000', '200650.164000', '200650.167000', '200710.044000', '200710.047000', '200710.049000', '200710.052000', '200710.054000', '200710.057000', '200710.059000', '200710.062000', '200710.065000', '200710.067000', '200710.070000', '200710.072000', '200710.075000', '200710.077000', '200710.080000', '200710.083000', '200710.085000', '200710.088000', '200710.091000', '200710.093000', '200710.096000', '200710.098000', '200710.101000', '200710.103000', '200710.106000', '200710.109000', '200710.111000', '200710.114000', '200710.116000', '200710.119000', '200710.121000', '200710.124000', '200710.127000', '200710.129000', '200710.132000', '200710.134000', '200710.137000', '200710.140000', '200710.142000', '200710.145000', '200710.147000', '200710.150000', '200710.152000', '200720.216000', '200720.219000', '200720.221000', '200720.224000', '200720.227000', '200720.229000', '200720.232000', '200720.234000', '200720.237000', '200720.239000', '200720.242000', '200720.244000', '200720.247000', '200720.250000', '200720.252000', '200720.255000', '200720.258000', '200720.260000', '200720.263000', '200720.265000', '200720.268000', '200720.270000', '200720.273000'], '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': [10978, 11461, 10638, 10515, 10720, 10136, 10629, 9732, 10714, 10497, 10758, 17256, 10957, 14580, 9875, 11661, 10407, 10428, 9724, 10312, 8755, 10680, 9141, 10780, 8771, 10619, 8994, 10570, 8524, 10383, 8491, 10059, 9003, 10237, 9717, 10283, 8511, 10392, 8700, 10417, 15269, 10434, 11095, 10278, 9004, 10438, 14536, 10629, 16099, 10563, 13509, 10500, 15977, 10901, 17067, 10913, 17098, 10925, 15302, 10755, 13528, 10707, 11941, 10949, 14570, 10557, 12767, 10676, 8341, 10698, 9876, 10373, 10982, 10350, 9988, 9865, 10122, 9260, 10200, 9522, 9289, 9578, 9282, 10268, 10636, 10011, 9948, 10330, 8712, 10607, 11475, 10824, 14856, 10423, 10860, 10408, 8686, 10933, 9422, 10635, 9060, 10333, 8895, 11427, 12627, 15658, 9797, 10312, 8952, 10560, 9679, 10429, 9816, 14450, 10326, 12318, 10501, 13530, 10581, 16041, 10117, 10451, 10280, 9043, 10524, 9641, 10616, 9023, 11287, 10295, 9999, 10397, 10887, 10383, 15037, 10351, 12621, 10231, 8729, 10483, 10443, 12603, 9348, 10400, 9129, 9048, 9912, 13065, 9906, 8916, 10532, 8985, 12489, 9802, 14814, 10140, 16159, 11368, 14937, 10646, 12297, 9866, 8423, 10310, 9034, 10435, 9645, 10271, 9252, 9983, 8894, 10471, 9116, 11056, 10136, 12206, 10121, 14120, 10447, 15580, 10046, 16050, 10009, 12259, 9478, 10242, 8748, 10184, 8842, 10024, 8674, 9722, 8525, 9980, 11251, 9758, 9913, 9483, 11864, 8970, 11864, 8851, 9675, 8790, 9849, 8670, 10184, 15806, 10096, 9735, 10044, 8830, 9798, 14219, 9672, 14195, 9762, 8748, 9859, 11410, 10313, 14349, 10400, 14168, 10013, 11555, 9504, 13761, 9644, 11968, 9281, 10534, 9346, 10159, 9223, 11231, 9522, 13421, 9955, 12033, 10379, 15922, 10769, 16207, 10259, 16321, 10514, 12358, 10290, 9668, 10141, 8381, 10167, 9035, 10076, 8942, 10420, 9449, 10261, 9175, 10261, 9247, 12690, 9766, 11818, 10407, 14010, 10409, 15075, 10396, 10179, 10164, 8847, 10595, 11783, 10215, 9171, 10639, 9654, 10171, 10809, 10929, 13687, 10095, 8983, 10208, 9464, 10460, 9117, 12837, 9693, 12280, 9443, 9446, 9786, 10326, 9841, 8721, 9875, 8230, 9697, 9930, 9973, 11065, 10072, 10047, 9961, 17032, 10667, 16939, 12370, 11808, 9918, 9130, 10433, 9102, 10441, 10012, 10426, 9424, 10144, 9288, 10098, 9112, 10396, 9489, 10030, 9323, 10162, 9780, 10004, 9934, 14577, 9729, 11987, 10166, 13949, 9251, 15238, 12028, 10090, 9814, 9989, 8968, 10104, 8731, 10176, 8844, 9971, 8949, 10008, 13629, 9893, 10765, 9026, 10223, 9091, 10196, 8775, 10183, 15923, 10763, 13422, 9448, 11719, 9641, 11559, 9449, 9808, 9363, 9895, 9535, 11665, 9470, 10387, 9465, 9660, 9045, 10324, 8928, 12177, 8753, 12714, 9124, 14081, 15090, 12562, 12934, 10009, 9194, 10040, 9004, 10233, 9487, 10285, 9460, 10240, 9116, 10259, 9463, 9604, 9313, 10050, 9088, 10368, 9145, 10155, 8774, 10036, 8760, 9841, 8588, 9759, 8520, 9829, 8776, 9960, 8305, 9510, 8679, 9515, 8754, 9792, 8175, 9702, 8654, 9534, 8971, 10343, 8935, 10218, 8804, 10537, 8905, 12160, 9347, 15683, 15745, 12142, 17909, 9726, 15203, 9668, 8258, 9494, 12132, 9480, 10478, 8753, 9928, 8767, 9517, 8680, 9605, 14676, 9604, 11902, 9535, 12289, 9835, 15023, 8974, 15170, 8862, 9436, 8885, 9664, 9339, 12140, 9695, 8826, 9679, 9228, 10185, 14906, 9713, 14314, 9323, 8027, 9747, 12229, 9346, 13832, 9151, 10243, 8804, 9536, 8635, 9829, 12447, 9672, 8449, 9364, 8458, 9402, 8276, 9575, 8874, 9803, 16544, 9739, 12713, 9293, 12413, 9184, 11024, 9174, 11695, 9089, 15880, 9419, 12223, 9234, 11884, 9164, 15230, 9480, 11758, 9656, 13730, 10210, 16139, 9929, 13468, 9981, 12764, 9909, 16038, 9606, 13836, 10096, 11196, 9829, 11752, 9912, 14117, 10158, 10484, 9991, 8599, 9704, 8761, 9719, 9599, 10133, 14671, 10235, 12430, 8960, 15477, 11102, 10403, 8898, 9715, 8223, 9690, 10389, 9742, 8903, 9334, 11456, 9829, 12093, 9308, 11276, 9431, 10715, 9675, 10277, 8955, 13126, 9312, 9324, 9091, 10206, 9012, 10650, 9401, 9922, 9252, 10202, 9260, 14360, 10616, 13270, 9555, 10019, 9362, 9336, 8971, 9720, 9297, 10068, 9400, 9855, 12016, 9813, 16178, 11522, 13048, 9873, 10202, 9798, 12513, 9968, 14211, 9468, 11054, 9455, 10078, 9524, 9675, 8834, 9893, 9336, 9546, 9360, 9388, 9436, 10023, 8927, 13553, 9419, 10443, 9792, 9993, 9370, 12792, 9198, 12436, 9131, 9775, 9112, 10749, 8712, 9679, 8929, 9224, 8797, 9268, 8434, 9506, 8852, 9414, 8732, 9689, 8934, 9998, 12507, 9685, 8832, 9422, 8816, 9779, 8461, 9075, 8485, 9404, 8655, 9632, 13098, 9416, 15220, 9575, 14241, 9527, 11645, 9240, 15044, 9077, 11675, 8911, 9930, 8629, 9718, 8800, 9492, 9045, 9425, 8716, 10084, 9078, 10891, 9223, 9483, 8774, 12205, 8705, 9418, 8818, 9461, 9250, 10055, 8927, 12809, 8899, 9525, 8749, 9683, 8874, 11044, 9533, 15073, 9654, 11329, 9900, 10986, 9467, 8774, 9527, 9132, 9659, 9252, 10562, 11051, 9846, 12738, 9687, 14972, 9669, 11756, 9204, 8636, 9628, 8281, 9513, 9725, 9215, 14113, 9616, 10768, 9685, 10428, 9721, 13401, 9705, 8599, 9619, 8793, 10069, 8974, 10463, 9055, 10572, 9423, 13639, 9598, 13133, 9717, 16042, 9082, 14923, 10712, 9886, 8814, 9602, 8896, 9522, 8631, 9243, 8453, 9447, 8740, 9552, 14419, 9260, 13454, 10732, 9321, 9800, 9486, 16584, 9609, 11640, 9059, 9897, 9125, 10750, 8999, 9569, 9251, 9597, 8589, 9874, 15082, 9185, 11568, 8746, 9382, 12512, 9295, 11458, 8783, 9083, 8762, 9155, 12344, 8903, 11113, 8972, 10108, 9063, 8855, 8864, 9914, 9326, 9187, 13638, 9308, 10970, 9021, 11069, 9041, 9736, 10564, 9536, 16194, 8915, 14593, 9788, 9915, 8701, 9235, 8808, 9321, 9008, 8216, 9388, 13468, 8875, 11365, 16310, 9394, 12140, 9112, 9389, 8759, 9349, 10944, 9323, 8517, 9821, 9760, 9216, 9170, 9529, 8545, 9757, 13962, 12056, 10002, 9439, 9879, 14491, 9659, 12790, 9471, 13631, 9963, 9778, 9645, 9367, 9473, 9844, 8962, 9674, 8955, 8569, 9338, 7971, 9270, 11864, 8950, 11781, 10154, 9520, 9304, 9625, 9907, 9705, 15275, 10215, 11195, 9624, 9442, 10916, 15999, 9937, 16543, 12142, 9488, 9859, 9507, 11016, 9368, 12153, 9798, 13290, 9703, 9453, 9979, 10351, 12594, 15237, 12350, 9522, 9867, 9346, 10223, 9349, 12290, 9721, 8458, 9747, 8805, 9905, 9121, 9884, 9499, 10404, 9483, 10313, 9061, 14377, 10207, 17153, 9213, 9507, 9771, 9624, 10229, 9433, 12832, 9607, 11786, 9749, 9173, 9633, 10596, 9752, 15091, 9691, 13027, 9758, 11938, 9717, 13174, 9582, 10952, 9102, 8923, 9573, 9174, 9613, 9544, 9524, 9729, 10377, 9234, 10483, 9152, 11713, 9369, 10046, 9331, 10030, 8764, 10698, 9191, 10542, 9290, 10604, 9232, 9413, 9192, 8952, 9179, 9300, 10325, 9147, 12405, 9099, 10167, 9168, 9606, 8877, 9328, 15191, 12740, 10949, 8993, 8740, 9350, 9182, 9685, 9186, 10619, 9470, 11633, 9284, 11057, 9614, 9290, 9623, 10149, 9908, 15699, 12366, 15332, 11804, 9271, 9654, 9526, 10186, 9217, 10398, 9353, 9127, 9239, 9921, 8942, 12398, 9301, 12675, 9350, 9589, 9552, 14494, 13234, 9641, 14011, 8887, 9256, 8233, 9048, 9729, 9085, 9559, 9508, 9546, 13801, 9761, 13220, 9288, 10467, 9199, 9601, 13786, 9614, 16245, 10697, 14945, 9602, 10521, 9854, 9702, 9350, 9361, 9680, 9526, 9403, 9489, 9333, 9762, 9240, 9375, 9595, 9254, 9591, 9616, 9261, 12570, 9307, 12447, 9520, 9636, 9435, 10027, 8922, 14625, 10831, 12390, 8558, 14095, 13821, 9799, 15082, 9468, 9282, 8930, 9337, 9485, 9021, 9456, 10711, 9235, 8690, 9289, 12108, 9135, 13008, 9000, 9513, 9324, 9341, 9417, 9668, 10986, 9727, 9728, 9335, 9467, 9207, 9146, 9465, 9697, 9448, 9148, 9469, 13044, 9282, 15274, 9227, 12724, 9247, 13885, 9376, 9414, 9265, 9136, 9080, 9609, 9259, 9378, 9291, 9079, 8900, 9177, 8983, 9290, 9049, 9514, 15409, 9363, 15422, 9198, 13301, 9408, 11596, 9308, 9970, 9051, 11104, 9093, 9028, 9540, 8804, 9268, 10749, 9290, 13284, 9320, 12589, 9915, 9644, 15309, 9769, 12431, 9658, 8783, 9557, 9366, 9420, 10445, 9170, 9660, 9656, 8674, 9537, 8930, 9121, 10019, 9443, 8840, 9333, 11474, 9365, 10730, 9219, 12531, 8859, 9051, 9426, 8988, 9453, 16034, 9665, 9453, 9717, 14751, 9582, 13036, 9609, 14796, 12281, 10821, 9807, 9583, 13901, 9817, 16348, 9652, 14862, 9785, 8962, 9216, 9449, 8784, 9935, 11023, 9021, 9291, 8885, 9561, 9981, 15623, 9634, 14872, 9585, 13320, 9713, 11826, 9825, 10167, 9464, 13200, 9787, 8207, 9404, 8373, 8744, 9061, 9591, 9129, 9412, 9961, 15018, 11104, 11458, 9958, 9527, 9805, 9697, 9191, 9875, 9744, 9562, 9772, 9050, 9625, 11057, 9443, 9476, 8801, 9522, 10503, 9686, 10339, 9421, 14553, 8873, 9363, 9281, 9191, 9380, 9465, 10517, 9710, 11267, 9553, 14522, 9432, 14516, 9594, 10149, 9348, 10150, 10002, 13331, 9957, 15808, 9831, 11387, 9982, 12045, 10200, 14802, 12500, 9667, 9772, 9955, 9595, 9488, 9767, 9672, 9791, 9754, 9707, 9920, 9763, 9568, 13226, 9625, 14931, 9915, 10332, 9592, 10491, 9558, 10468, 9489, 9143, 10070, 10234, 9674, 13932, 9376, 10432, 9830, 10176, 9686, 15012, 9166, 14628, 9528, 10041, 9622, 8192, 9434, 8768, 9072, 9151, 9686, 13984, 9364, 11948, 9616, 9551, 9536, 9469, 9197, 11570, 10113, 9347, 9521, 9381, 9560, 10237, 9314, 11904, 9607, 9103, 9190, 11687, 9529, 9321, 9688, 9058, 9302, 9528, 14620, 9496, 9652, 9426, 9512, 9559, 13737, 12584, 12599, 9388, 9554, 9662, 9824, 15613, 11180, 14460, 9822, 10013, 9602, 9872, 9519, 10018, 10766, 9091, 10113, 9211, 10425, 10109, 9809, 10074, 11501, 10010, 14576, 11571, 14684, 11136, 10315, 15720, 11417, 11059, 15384, 11347, 15616, 12099, 10167, 9308, 10201, 9312, 9245, 9636, 9306, 10110, 9337, 9896, 9945, 13215, 9683, 17119, 10079, 14152, 9822, 11287, 9750, 9000, 9575, 11614, 12510, 9197, 9872, 9121, 9514, 9905, 8662, 9219, 9839, 9078, 9887, 9306, 9622, 9634, 13312, 9214, 9904, 9379, 9752, 10014, 14504, 9427, 17290, 9848, 13712, 10127, 11461, 10090, 10433, 9346, 9923, 9294, 9920, 9909, 16670, 9964, 15944, 10961, 11151, 9220, 9647, 9467, 9594, 9864, 12720, 9374, 9746, 9436, 11154, 9915, 16319, 9674, 12887, 9939, 10435, 9069, 9478, 9019, 9398, 9369, 9496, 9231, 9732, 10098, 14205, 9557, 15445, 10544, 15354, 9873, 11994, 9468, 13026, 10038, 9115, 9667, 9288, 9876, 8810, 9603, 9716, 9447, 9677, 9169, 9929, 9320, 9545, 9587, 9994, 9547, 9850, 9556, 9535, 10472, 9706, 15208, 9975, 12533, 9801, 13078, 9888, 16717, 9886, 13576, 9882, 10159, 9516, 9067, 9001, 10089, 9248, 10149, 9358, 9747, 10417, 10009, 9778, 10012, 13440, 15444, 12746, 13838, 9060, 10077, 9178, 10300, 9281, 9786, 9111, 10058, 9054, 10299, 9709, 10137, 13279, 14862, 10589, 16533, 8970, 10031, 8944, 9886, 9799, 9716, 11332, 9972, 12377, 10120, 10099, 15102, 9846, 16366, 9844, 13153, 9783, 12539, 9849, 10470, 9555, 12922, 9799, 8189, 9846, 7912, 9741, 11529, 9819, 10570, 9870, 10232, 10359, 11450, 15127, 12352, 9769, 8672, 10029, 9021, 9637, 10890, 10278, 14526, 10107, 11294, 10135, 15031, 10990, 16389, 10225, 9092, 9954, 10667, 9760, 14942, 10368, 12104, 9982, 10654, 10151, 12888, 9667, 15260, 10230, 15424], 'WindowCenter': [4310.0, 4304.0, 4269.0, 4266.0, 4263.0, 4253.0, 4252.0, 4242.0, 4252.0, 4253.0, 4261.0, 4302.0, 4250.0, 4282.0, 4240.0, 4260.0, 4262.0, 4251.0, 4254.0, 4251.0, 4232.0, 4250.0, 4242.0, 4263.0, 4244.0, 4263.0, 4244.0, 4264.0, 4243.0, 4263.0, 4245.0, 4254.0, 4245.0, 4265.0, 4266.0, 4266.0, 4245.0, 4267.0, 4245.0, 4277.0, 4317.0, 4277.0, 4277.0, 4267.0, 4257.0, 4276.0, 4306.0, 4276.0, 4316.0, 4265.0, 4295.0, 4265.0, 4305.0, 4263.0, 4314.0, 4265.0, 4314.0, 4265.0, 4302.0, 4264.0, 4283.0, 4263.0, 4271.0, 4263.0, 4291.0, 4261.0, 4282.0, 4262.0, 4232.0, 4264.0, 4265.0, 4265.0, 4263.0, 4265.0, 4252.0, 4253.0, 4263.0, 4255.0, 4264.0, 4255.0, 4253.0, 4255.0, 4253.0, 4266.0, 4264.0, 4266.0, 4264.0, 4266.0, 4246.0, 4275.0, 4285.0, 4275.0, 4305.0, 4265.0, 4274.0, 4265.0, 4244.0, 4274.0, 4255.0, 4265.0, 4255.0, 4264.0, 4255.0, 4286.0, 4296.0, 4315.0, 4253.0, 4263.0, 4244.0, 4263.0, 4254.0, 4275.0, 4264.0, 4305.0, 4265.0, 4284.0, 4275.0, 4295.0, 4275.0, 4315.0, 4264.0, 4264.0, 4263.0, 4244.0, 4263.0, 4255.0, 4264.0, 4256.0, 4275.0, 4266.0, 4264.0, 4264.0, 4264.0, 4265.0, 4305.0, 4264.0, 4284.0, 4264.0, 4245.0, 4275.0, 4277.0, 4297.0, 4257.0, 4275.0, 4256.0, 4258.0, 4279.0, 4307.0, 4279.0, 4268.0, 4289.0, 4257.0, 4299.0, 4279.0, 4318.0, 4279.0, 4319.0, 4275.0, 4305.0, 4265.0, 4284.0, 4264.0, 4232.0, 4265.0, 4255.0, 4275.0, 4254.0, 4265.0, 4256.0, 4265.0, 4254.0, 4265.0, 4257.0, 4274.0, 4277.0, 4285.0, 4266.0, 4295.0, 4265.0, 4304.0, 4266.0, 4304.0, 4254.0, 4274.0, 4253.0, 4252.0, 4232.0, 4262.0, 4241.0, 4252.0, 4244.0, 4253.0, 4244.0, 4267.0, 4276.0, 4267.0, 4266.0, 4265.0, 4286.0, 4257.0, 4288.0, 4255.0, 4266.0, 4244.0, 4266.0, 4246.0, 4276.0, 4317.0, 4265.0, 4254.0, 4266.0, 4256.0, 4266.0, 4309.0, 4266.0, 4306.0, 4265.0, 4256.0, 4268.0, 4287.0, 4278.0, 4307.0, 4276.0, 4296.0, 4265.0, 4276.0, 4254.0, 4295.0, 4255.0, 4285.0, 4253.0, 4263.0, 4252.0, 4264.0, 4255.0, 4275.0, 4255.0, 4294.0, 4263.0, 4285.0, 4265.0, 4305.0, 4265.0, 4304.0, 4263.0, 4314.0, 4264.0, 4282.0, 4264.0, 4252.0, 4263.0, 4232.0, 4266.0, 4243.0, 4265.0, 4254.0, 4275.0, 4254.0, 4265.0, 4256.0, 4265.0, 4256.0, 4294.0, 4266.0, 4285.0, 4265.0, 4295.0, 4276.0, 4305.0, 4263.0, 4264.0, 4265.0, 4243.0, 4275.0, 4287.0, 4266.0, 4253.0, 4275.0, 4254.0, 4264.0, 4273.0, 4273.0, 4293.0, 4263.0, 4243.0, 4263.0, 4252.0, 4263.0, 4244.0, 4283.0, 4254.0, 4273.0, 4254.0, 4252.0, 4264.0, 4265.0, 4264.0, 4244.0, 4265.0, 4244.0, 4265.0, 4265.0, 4265.0, 4287.0, 4266.0, 4265.0, 4266.0, 4314.0, 4265.0, 4316.0, 4282.0, 4285.0, 4266.0, 4254.0, 4263.0, 4243.0, 4262.0, 4252.0, 4263.0, 4253.0, 4262.0, 4253.0, 4262.0, 4244.0, 4263.0, 4253.0, 4252.0, 4254.0, 4263.0, 4264.0, 4263.0, 4264.0, 4305.0, 4268.0, 4284.0, 4265.0, 4305.0, 4254.0, 4305.0, 4273.0, 4262.0, 4252.0, 4251.0, 4254.0, 4264.0, 4244.0, 4264.0, 4256.0, 4265.0, 4256.0, 4267.0, 4296.0, 4266.0, 4275.0, 4255.0, 4264.0, 4253.0, 4265.0, 4244.0, 4266.0, 4315.0, 4275.0, 4296.0, 4265.0, 4283.0, 4265.0, 4283.0, 4266.0, 4264.0, 4256.0, 4266.0, 4268.0, 4285.0, 4267.0, 4266.0, 4267.0, 4266.0, 4258.0, 4276.0, 4257.0, 4286.0, 4246.0, 4296.0, 4254.0, 4307.0, 4306.0, 4285.0, 4284.0, 4253.0, 4242.0, 4253.0, 4242.0, 4265.0, 4253.0, 4261.0, 4253.0, 4261.0, 4242.0, 4261.0, 4253.0, 4252.0, 4254.0, 4252.0, 4241.0, 4262.0, 4253.0, 4262.0, 4243.0, 4263.0, 4242.0, 4264.0, 4243.0, 4254.0, 4244.0, 4263.0, 4243.0, 4264.0, 4246.0, 4268.0, 4244.0, 4266.0, 4244.0, 4266.0, 4246.0, 4265.0, 4257.0, 4266.0, 4256.0, 4275.0, 4257.0, 4276.0, 4258.0, 4276.0, 4258.0, 4299.0, 4269.0, 4329.0, 4317.0, 4297.0, 4325.0, 4252.0, 4302.0, 4264.0, 4245.0, 4266.0, 4297.0, 4268.0, 4276.0, 4256.0, 4265.0, 4244.0, 4267.0, 4244.0, 4266.0, 4306.0, 4266.0, 4283.0, 4266.0, 4285.0, 4266.0, 4317.0, 4245.0, 4305.0, 4245.0, 4255.0, 4245.0, 4252.0, 4255.0, 4285.0, 4265.0, 4255.0, 4267.0, 4253.0, 4265.0, 4306.0, 4267.0, 4305.0, 4255.0, 4235.0, 4266.0, 4285.0, 4256.0, 4294.0, 4255.0, 4263.0, 4256.0, 4253.0, 4243.0, 4265.0, 4286.0, 4254.0, 4244.0, 4256.0, 4245.0, 4266.0, 4245.0, 4267.0, 4256.0, 4278.0, 4328.0, 4267.0, 4296.0, 4257.0, 4295.0, 4255.0, 4276.0, 4257.0, 4285.0, 4255.0, 4314.0, 4254.0, 4285.0, 4253.0, 4286.0, 4255.0, 4306.0, 4255.0, 4283.0, 4254.0, 4295.0, 4265.0, 4316.0, 4263.0, 4292.0, 4262.0, 4283.0, 4263.0, 4314.0, 4253.0, 4292.0, 4265.0, 4274.0, 4252.0, 4273.0, 4263.0, 4292.0, 4262.0, 4262.0, 4252.0, 4241.0, 4251.0, 4246.0, 4265.0, 4266.0, 4276.0, 4305.0, 4263.0, 4284.0, 4242.0, 4302.0, 4273.0, 4261.0, 4241.0, 4251.0, 4232.0, 4253.0, 4262.0, 4253.0, 4241.0, 4251.0, 4272.0, 4265.0, 4283.0, 4255.0, 4273.0, 4254.0, 4262.0, 4253.0, 4265.0, 4254.0, 4294.0, 4253.0, 4251.0, 4253.0, 4263.0, 4242.0, 4275.0, 4254.0, 4263.0, 4253.0, 4262.0, 4252.0, 4303.0, 4261.0, 4283.0, 4252.0, 4249.0, 4242.0, 4241.0, 4242.0, 4252.0, 4253.0, 4252.0, 4252.0, 4262.0, 4282.0, 4263.0, 4313.0, 4273.0, 4282.0, 4262.0, 4263.0, 4262.0, 4284.0, 4263.0, 4292.0, 4254.0, 4272.0, 4253.0, 4252.0, 4252.0, 4253.0, 4242.0, 4263.0, 4254.0, 4252.0, 4255.0, 4252.0, 4254.0, 4264.0, 4243.0, 4295.0, 4251.0, 4263.0, 4264.0, 4252.0, 4242.0, 4282.0, 4253.0, 4282.0, 4254.0, 4262.0, 4243.0, 4272.0, 4243.0, 4254.0, 4253.0, 4254.0, 4244.0, 4254.0, 4244.0, 4265.0, 4255.0, 4254.0, 4255.0, 4264.0, 4243.0, 4265.0, 4284.0, 4266.0, 4244.0, 4254.0, 4254.0, 4266.0, 4244.0, 4257.0, 4244.0, 4255.0, 4245.0, 4265.0, 4296.0, 4267.0, 4315.0, 4265.0, 4305.0, 4265.0, 4285.0, 4255.0, 4305.0, 4244.0, 4284.0, 4255.0, 4263.0, 4244.0, 4253.0, 4255.0, 4254.0, 4255.0, 4254.0, 4256.0, 4266.0, 4256.0, 4275.0, 4256.0, 4265.0, 4245.0, 4286.0, 4245.0, 4254.0, 4255.0, 4264.0, 4256.0, 4263.0, 4255.0, 4295.0, 4244.0, 4253.0, 4244.0, 4252.0, 4244.0, 4272.0, 4266.0, 4304.0, 4254.0, 4273.0, 4264.0, 4264.0, 4253.0, 4243.0, 4253.0, 4254.0, 4253.0, 4255.0, 4265.0, 4275.0, 4263.0, 4284.0, 4253.0, 4302.0, 4254.0, 4271.0, 4254.0, 4243.0, 4265.0, 4244.0, 4265.0, 4265.0, 4256.0, 4306.0, 4265.0, 4274.0, 4255.0, 4274.0, 4254.0, 4297.0, 4253.0, 4244.0, 4264.0, 4246.0, 4264.0, 4255.0, 4264.0, 4255.0, 4274.0, 4256.0, 4295.0, 4266.0, 4295.0, 4254.0, 4316.0, 4242.0, 4303.0, 4261.0, 4251.0, 4241.0, 4250.0, 4244.0, 4254.0, 4242.0, 4254.0, 4245.0, 4266.0, 4245.0, 4266.0, 4307.0, 4254.0, 4294.0, 4263.0, 4253.0, 4252.0, 4252.0, 4313.0, 4252.0, 4271.0, 4242.0, 4253.0, 4242.0, 4262.0, 4242.0, 4251.0, 4242.0, 4252.0, 4244.0, 4264.0, 4303.0, 4251.0, 4273.0, 4243.0, 4253.0, 4283.0, 4253.0, 4274.0, 4244.0, 4243.0, 4243.0, 4252.0, 4282.0, 4243.0, 4273.0, 4255.0, 4264.0, 4256.0, 4255.0, 4257.0, 4267.0, 4255.0, 4256.0, 4296.0, 4256.0, 4276.0, 4256.0, 4276.0, 4257.0, 4265.0, 4265.0, 4265.0, 4317.0, 4256.0, 4305.0, 4264.0, 4251.0, 4242.0, 4253.0, 4256.0, 4255.0, 4268.0, 4258.0, 4269.0, 4310.0, 4258.0, 4288.0, 4318.0, 4244.0, 4285.0, 4243.0, 4243.0, 4231.0, 4242.0, 4262.0, 4254.0, 4246.0, 4279.0, 4279.0, 4271.0, 4281.0, 4293.0, 4274.0, 4283.0, 4324.0, 4300.0, 4268.0, 4256.0, 4267.0, 4306.0, 4254.0, 4284.0, 4242.0, 4293.0, 4253.0, 4252.0, 4252.0, 4241.0, 4253.0, 4253.0, 4245.0, 4254.0, 4244.0, 4245.0, 4258.0, 4247.0, 4268.0, 4297.0, 4259.0, 4288.0, 4267.0, 4256.0, 4256.0, 4256.0, 4266.0, 4266.0, 4306.0, 4266.0, 4276.0, 4255.0, 4268.0, 4277.0, 4316.0, 4266.0, 4316.0, 4285.0, 4253.0, 4254.0, 4256.0, 4274.0, 4255.0, 4285.0, 4266.0, 4296.0, 4255.0, 4255.0, 4265.0, 4265.0, 4285.0, 4305.0, 4286.0, 4253.0, 4253.0, 4252.0, 4263.0, 4254.0, 4285.0, 4254.0, 4244.0, 4255.0, 4255.0, 4265.0, 4255.0, 4265.0, 4255.0, 4264.0, 4255.0, 4264.0, 4244.0, 4294.0, 4266.0, 4315.0, 4253.0, 4253.0, 4262.0, 4253.0, 4265.0, 4243.0, 4284.0, 4254.0, 4285.0, 4265.0, 4253.0, 4254.0, 4275.0, 4254.0, 4306.0, 4253.0, 4294.0, 4254.0, 4273.0, 4254.0, 4283.0, 4253.0, 4274.0, 4243.0, 4255.0, 4265.0, 4254.0, 4266.0, 4265.0, 4265.0, 4266.0, 4276.0, 4268.0, 4278.0, 4256.0, 4285.0, 4256.0, 4265.0, 4256.0, 4266.0, 4257.0, 4276.0, 4256.0, 4276.0, 4256.0, 4276.0, 4267.0, 4266.0, 4282.0, 4269.0, 4269.0, 4268.0, 4278.0, 4268.0, 4298.0, 4258.0, 4276.0, 4267.0, 4267.0, 4255.0, 4269.0, 4317.0, 4296.0, 4275.0, 4243.0, 4244.0, 4255.0, 4255.0, 4266.0, 4255.0, 4275.0, 4266.0, 4285.0, 4257.0, 4276.0, 4267.0, 4256.0, 4266.0, 4265.0, 4265.0, 4304.0, 4284.0, 4306.0, 4274.0, 4254.0, 4253.0, 4253.0, 4264.0, 4254.0, 4265.0, 4254.0, 4254.0, 4255.0, 4264.0, 4254.0, 4285.0, 4254.0, 4284.0, 4253.0, 4252.0, 4253.0, 4293.0, 4282.0, 4251.0, 4292.0, 4242.0, 4242.0, 4232.0, 4254.0, 4265.0, 4256.0, 4265.0, 4267.0, 4268.0, 4306.0, 4266.0, 4296.0, 4254.0, 4263.0, 4243.0, 4253.0, 4293.0, 4253.0, 4313.0, 4263.0, 4292.0, 4251.0, 4262.0, 4251.0, 4240.0, 4240.0, 4240.0, 4251.0, 4250.0, 4253.0, 4252.0, 4253.0, 4252.0, 4254.0, 4253.0, 4253.0, 4253.0, 4264.0, 4253.0, 4254.0, 4283.0, 4254.0, 4283.0, 4254.0, 4252.0, 4253.0, 4252.0, 4254.0, 4318.0, 4275.0, 4283.0, 4232.0, 4290.0, 4280.0, 4252.0, 4304.0, 4250.0, 4242.0, 4253.0, 4264.0, 4265.0, 4256.0, 4265.0, 4263.0, 4254.0, 4256.0, 4268.0, 4297.0, 4268.0, 4308.0, 4256.0, 4254.0, 4254.0, 4253.0, 4255.0, 4252.0, 4275.0, 4253.0, 4255.0, 4252.0, 4265.0, 4254.0, 4268.0, 4266.0, 4264.0, 4266.0, 4256.0, 4264.0, 4296.0, 4254.0, 4315.0, 4267.0, 4295.0, 4256.0, 4295.0, 4255.0, 4254.0, 4254.0, 4255.0, 4255.0, 4253.0, 4254.0, 4253.0, 4255.0, 4254.0, 4256.0, 4266.0, 4256.0, 4256.0, 4257.0, 4267.0, 4315.0, 4255.0, 4306.0, 4253.0, 4282.0, 4242.0, 4270.0, 4252.0, 4265.0, 4254.0, 4271.0, 4243.0, 4242.0, 4254.0, 4242.0, 4255.0, 4275.0, 4252.0, 4295.0, 4253.0, 4310.0, 4293.0, 4283.0, 4317.0, 4253.0, 4271.0, 4240.0, 4230.0, 4252.0, 4255.0, 4254.0, 4262.0, 4253.0, 4252.0, 4264.0, 4243.0, 4265.0, 4253.0, 4266.0, 4265.0, 4269.0, 4256.0, 4266.0, 4286.0, 4257.0, 4277.0, 4256.0, 4284.0, 4255.0, 4256.0, 4267.0, 4258.0, 4268.0, 4330.0, 4268.0, 4266.0, 4267.0, 4307.0, 4267.0, 4296.0, 4256.0, 4306.0, 4285.0, 4274.0, 4265.0, 4255.0, 4295.0, 4254.0, 4315.0, 4253.0, 4293.0, 4252.0, 4241.0, 4253.0, 4253.0, 4243.0, 4264.0, 4263.0, 4243.0, 4253.0, 4244.0, 4254.0, 4265.0, 4305.0, 4254.0, 4306.0, 4254.0, 4294.0, 4254.0, 4273.0, 4253.0, 4253.0, 4242.0, 4283.0, 4252.0, 4231.0, 4268.0, 4259.0, 4258.0, 4246.0, 4280.0, 4281.0, 4281.0, 4294.0, 4334.0, 4290.0, 4302.0, 4268.0, 4255.0, 4253.0, 4253.0, 4255.0, 4264.0, 4256.0, 4254.0, 4266.0, 4245.0, 4253.0, 4273.0, 4256.0, 4254.0, 4253.0, 4269.0, 4277.0, 4267.0, 4266.0, 4257.0, 4306.0, 4255.0, 4257.0, 4255.0, 4257.0, 4257.0, 4268.0, 4279.0, 4267.0, 4287.0, 4267.0, 4308.0, 4256.0, 4295.0, 4254.0, 4263.0, 4254.0, 4265.0, 4266.0, 4297.0, 4267.0, 4317.0, 4255.0, 4275.0, 4252.0, 4272.0, 4253.0, 4295.0, 4285.0, 4252.0, 4254.0, 4264.0, 4252.0, 4254.0, 4253.0, 4253.0, 4253.0, 4254.0, 4252.0, 4264.0, 4253.0, 4252.0, 4283.0, 4252.0, 4303.0, 4264.0, 4264.0, 4253.0, 4264.0, 4254.0, 4263.0, 4254.0, 4253.0, 4263.0, 4264.0, 4255.0, 4295.0, 4255.0, 4264.0, 4265.0, 4264.0, 4255.0, 4307.0, 4255.0, 4295.0, 4253.0, 4252.0, 4255.0, 4244.0, 4255.0, 4245.0, 4256.0, 4256.0, 4268.0, 4308.0, 4257.0, 4286.0, 4256.0, 4252.0, 4256.0, 4255.0, 4255.0, 4285.0, 4265.0, 4253.0, 4255.0, 4254.0, 4253.0, 4265.0, 4256.0, 4282.0, 4266.0, 4254.0, 4267.0, 4287.0, 4266.0, 4254.0, 4265.0, 4255.0, 4255.0, 4266.0, 4306.0, 4255.0, 4255.0, 4256.0, 4254.0, 4266.0, 4295.0, 4285.0, 4284.0, 4252.0, 4255.0, 4253.0, 4264.0, 4315.0, 4273.0, 4294.0, 4253.0, 4252.0, 4252.0, 4251.0, 4251.0, 4250.0, 4276.0, 4242.0, 4263.0, 4253.0, 4277.0, 4278.0, 4268.0, 4268.0, 4287.0, 4268.0, 4318.0, 4286.0, 4307.0, 4276.0, 4278.0, 4317.0, 4274.0, 4274.0, 4304.0, 4262.0, 4303.0, 4272.0, 4253.0, 4243.0, 4265.0, 4254.0, 4255.0, 4255.0, 4256.0, 4267.0, 4257.0, 4277.0, 4268.0, 4297.0, 4268.0, 4318.0, 4266.0, 4295.0, 4265.0, 4272.0, 4255.0, 4244.0, 4256.0, 4276.0, 4286.0, 4254.0, 4254.0, 4255.0, 4255.0, 4265.0, 4245.0, 4255.0, 4266.0, 4256.0, 4267.0, 4257.0, 4255.0, 4256.0, 4297.0, 4257.0, 4266.0, 4256.0, 4256.0, 4265.0, 4296.0, 4256.0, 4317.0, 4266.0, 4296.0, 4266.0, 4275.0, 4265.0, 4265.0, 4255.0, 4266.0, 4256.0, 4266.0, 4266.0, 4316.0, 4254.0, 4304.0, 4264.0, 4264.0, 4244.0, 4254.0, 4254.0, 4253.0, 4254.0, 4284.0, 4244.0, 4254.0, 4254.0, 4275.0, 4253.0, 4304.0, 4252.0, 4283.0, 4254.0, 4264.0, 4245.0, 4255.0, 4254.0, 4256.0, 4256.0, 4267.0, 4257.0, 4267.0, 4265.0, 4307.0, 4256.0, 4309.0, 4267.0, 4306.0, 4255.0, 4274.0, 4254.0, 4284.0, 4255.0, 4241.0, 4254.0, 4253.0, 4265.0, 4244.0, 4255.0, 4256.0, 4254.0, 4255.0, 4255.0, 4265.0, 4254.0, 4255.0, 4255.0, 4266.0, 4255.0, 4267.0, 4254.0, 4256.0, 4264.0, 4256.0, 4304.0, 4266.0, 4295.0, 4265.0, 4295.0, 4265.0, 4315.0, 4254.0, 4293.0, 4253.0, 4263.0, 4254.0, 4244.0, 4254.0, 4266.0, 4255.0, 4266.0, 4256.0, 4266.0, 4277.0, 4265.0, 4265.0, 4266.0, 4296.0, 4305.0, 4284.0, 4293.0, 4242.0, 4253.0, 4253.0, 4263.0, 4254.0, 4252.0, 4243.0, 4264.0, 4243.0, 4265.0, 4253.0, 4265.0, 4295.0, 4293.0, 4263.0, 4303.0, 4242.0, 4253.0, 4243.0, 4264.0, 4262.0, 4266.0, 4275.0, 4264.0, 4286.0, 4265.0, 4264.0, 4305.0, 4253.0, 4304.0, 4253.0, 4283.0, 4253.0, 4283.0, 4253.0, 4263.0, 4252.0, 4282.0, 4264.0, 4243.0, 4265.0, 4234.0, 4265.0, 4287.0, 4266.0, 4276.0, 4266.0, 4265.0, 4265.0, 4275.0, 4306.0, 4283.0, 4264.0, 4244.0, 4264.0, 4243.0, 4254.0, 4274.0, 4265.0, 4305.0, 4264.0, 4273.0, 4263.0, 4304.0, 4263.0, 4303.0, 4263.0, 4242.0, 4253.0, 4261.0, 4251.0, 4293.0, 4263.0, 4272.0, 4253.0, 4261.0, 4261.0, 4282.0, 4251.0, 4292.0, 4251.0, 4290.0], 'WindowWidth': [9530.0, 9510.0, 9452.0, 9441.0, 9432.0, 9420.0, 9415.0, 9403.0, 9413.0, 9416.0, 9424.0, 9484.0, 9409.0, 9452.0, 9393.0, 9420.0, 9428.0, 9411.0, 9420.0, 9412.0, 9389.0, 9409.0, 9403.0, 9431.0, 9408.0, 9431.0, 9410.0, 9436.0, 9406.0, 9432.0, 9411.0, 9421.0, 9410.0, 9440.0, 9443.0, 9441.0, 9412.0, 9444.0, 9414.0, 9460.0, 9514.0, 9458.0, 9457.0, 9445.0, 9431.0, 9455.0, 9495.0, 9455.0, 9510.0, 9439.0, 9478.0, 9438.0, 9493.0, 9433.0, 9505.0, 9436.0, 9505.0, 9437.0, 9485.0, 9434.0, 9459.0, 9429.0, 9440.0, 9432.0, 9469.0, 9428.0, 9457.0, 9431.0, 9391.0, 9436.0, 9440.0, 9438.0, 9433.0, 9438.0, 9419.0, 9421.0, 9434.0, 9428.0, 9437.0, 9427.0, 9422.0, 9427.0, 9421.0, 9444.0, 9438.0, 9444.0, 9437.0, 9443.0, 9417.0, 9455.0, 9468.0, 9452.0, 9493.0, 9438.0, 9451.0, 9439.0, 9412.0, 9451.0, 9424.0, 9438.0, 9427.0, 9438.0, 9428.0, 9469.0, 9483.0, 9508.0, 9421.0, 9434.0, 9409.0, 9432.0, 9422.0, 9455.0, 9439.0, 9493.0, 9440.0, 9465.0, 9453.0, 9480.0, 9453.0, 9508.0, 9437.0, 9437.0, 9435.0, 9410.0, 9435.0, 9427.0, 9439.0, 9430.0, 9453.0, 9441.0, 9437.0, 9437.0, 9435.0, 9440.0, 9495.0, 9438.0, 9463.0, 9439.0, 9415.0, 9453.0, 9459.0, 9487.0, 9432.0, 9454.0, 9431.0, 9437.0, 9465.0, 9501.0, 9467.0, 9452.0, 9478.0, 9436.0, 9493.0, 9466.0, 9519.0, 9465.0, 9521.0, 9453.0, 9491.0, 9438.0, 9462.0, 9437.0, 9392.0, 9438.0, 9426.0, 9453.0, 9423.0, 9438.0, 9429.0, 9439.0, 9425.0, 9439.0, 9432.0, 9451.0, 9459.0, 9467.0, 9442.0, 9478.0, 9439.0, 9491.0, 9441.0, 9490.0, 9422.0, 9449.0, 9418.0, 9416.0, 9390.0, 9431.0, 9402.0, 9418.0, 9411.0, 9422.0, 9411.0, 9445.0, 9455.0, 9446.0, 9443.0, 9442.0, 9471.0, 9434.0, 9475.0, 9429.0, 9443.0, 9413.0, 9443.0, 9415.0, 9458.0, 9515.0, 9442.0, 9424.0, 9441.0, 9428.0, 9444.0, 9509.0, 9444.0, 9498.0, 9440.0, 9432.0, 9448.0, 9474.0, 9461.0, 9502.0, 9458.0, 9482.0, 9440.0, 9455.0, 9424.0, 9480.0, 9426.0, 9466.0, 9423.0, 9434.0, 9421.0, 9436.0, 9427.0, 9453.0, 9426.0, 9475.0, 9434.0, 9464.0, 9440.0, 9493.0, 9438.0, 9490.0, 9434.0, 9502.0, 9438.0, 9457.0, 9437.0, 9419.0, 9434.0, 9394.0, 9441.0, 9409.0, 9441.0, 9425.0, 9454.0, 9424.0, 9439.0, 9429.0, 9440.0, 9430.0, 9478.0, 9442.0, 9465.0, 9438.0, 9480.0, 9456.0, 9493.0, 9435.0, 9438.0, 9439.0, 9408.0, 9454.0, 9470.0, 9444.0, 9423.0, 9453.0, 9424.0, 9436.0, 9448.0, 9448.0, 9476.0, 9434.0, 9409.0, 9435.0, 9420.0, 9433.0, 9410.0, 9462.0, 9424.0, 9446.0, 9423.0, 9417.0, 9437.0, 9438.0, 9438.0, 9410.0, 9441.0, 9413.0, 9441.0, 9441.0, 9442.0, 9473.0, 9444.0, 9442.0, 9445.0, 9509.0, 9438.0, 9512.0, 9461.0, 9466.0, 9442.0, 9423.0, 9432.0, 9406.0, 9431.0, 9420.0, 9432.0, 9420.0, 9431.0, 9421.0, 9432.0, 9411.0, 9435.0, 9423.0, 9419.0, 9424.0, 9434.0, 9438.0, 9434.0, 9439.0, 9494.0, 9447.0, 9465.0, 9441.0, 9496.0, 9424.0, 9493.0, 9446.0, 9433.0, 9418.0, 9416.0, 9425.0, 9436.0, 9413.0, 9438.0, 9432.0, 9441.0, 9432.0, 9449.0, 9484.0, 9443.0, 9454.0, 9428.0, 9438.0, 9424.0, 9441.0, 9410.0, 9445.0, 9507.0, 9455.0, 9481.0, 9438.0, 9461.0, 9441.0, 9464.0, 9445.0, 9439.0, 9432.0, 9443.0, 9449.0, 9469.0, 9448.0, 9443.0, 9448.0, 9443.0, 9437.0, 9457.0, 9434.0, 9470.0, 9417.0, 9482.0, 9424.0, 9498.0, 9495.0, 9468.0, 9462.0, 9419.0, 9404.0, 9420.0, 9405.0, 9441.0, 9420.0, 9430.0, 9419.0, 9428.0, 9407.0, 9430.0, 9422.0, 9418.0, 9423.0, 9419.0, 9404.0, 9432.0, 9421.0, 9430.0, 9407.0, 9432.0, 9408.0, 9438.0, 9408.0, 9424.0, 9410.0, 9437.0, 9411.0, 9440.0, 9417.0, 9451.0, 9413.0, 9443.0, 9414.0, 9443.0, 9418.0, 9442.0, 9435.0, 9446.0, 9432.0, 9457.0, 9435.0, 9458.0, 9438.0, 9459.0, 9439.0, 9495.0, 9454.0, 9539.0, 9514.0, 9489.0, 9525.0, 9419.0, 9486.0, 9439.0, 9417.0, 9446.0, 9487.0, 9452.0, 9457.0, 9432.0, 9440.0, 9413.0, 9446.0, 9413.0, 9444.0, 9498.0, 9443.0, 9464.0, 9442.0, 9468.0, 9442.0, 9516.0, 9414.0, 9494.0, 9412.0, 9425.0, 9413.0, 9419.0, 9426.0, 9468.0, 9442.0, 9428.0, 9445.0, 9423.0, 9440.0, 9498.0, 9447.0, 9492.0, 9427.0, 9400.0, 9442.0, 9469.0, 9431.0, 9480.0, 9428.0, 9436.0, 9429.0, 9422.0, 9407.0, 9441.0, 9469.0, 9424.0, 9412.0, 9430.0, 9414.0, 9445.0, 9417.0, 9448.0, 9432.0, 9464.0, 9532.0, 9447.0, 9483.0, 9432.0, 9481.0, 9428.0, 9456.0, 9434.0, 9468.0, 9430.0, 9504.0, 9424.0, 9465.0, 9424.0, 9470.0, 9428.0, 9495.0, 9427.0, 9462.0, 9426.0, 9483.0, 9441.0, 9513.0, 9435.0, 9473.0, 9433.0, 9465.0, 9436.0, 9507.0, 9422.0, 9473.0, 9439.0, 9448.0, 9419.0, 9447.0, 9436.0, 9472.0, 9431.0, 9431.0, 9419.0, 9404.0, 9418.0, 9417.0, 9443.0, 9445.0, 9460.0, 9495.0, 9436.0, 9466.0, 9406.0, 9488.0, 9446.0, 9429.0, 9402.0, 9417.0, 9392.0, 9421.0, 9434.0, 9422.0, 9404.0, 9418.0, 9447.0, 9442.0, 9462.0, 9429.0, 9448.0, 9425.0, 9433.0, 9422.0, 9440.0, 9426.0, 9478.0, 9422.0, 9419.0, 9424.0, 9438.0, 9407.0, 9455.0, 9424.0, 9435.0, 9423.0, 9431.0, 9419.0, 9490.0, 9432.0, 9460.0, 9417.0, 9412.0, 9404.0, 9403.0, 9405.0, 9418.0, 9422.0, 9418.0, 9420.0, 9434.0, 9460.0, 9435.0, 9502.0, 9448.0, 9459.0, 9433.0, 9434.0, 9432.0, 9464.0, 9434.0, 9474.0, 9423.0, 9446.0, 9422.0, 9420.0, 9419.0, 9420.0, 9407.0, 9436.0, 9425.0, 9420.0, 9426.0, 9420.0, 9424.0, 9439.0, 9411.0, 9482.0, 9420.0, 9436.0, 9437.0, 9420.0, 9407.0, 9460.0, 9423.0, 9458.0, 9424.0, 9433.0, 9409.0, 9447.0, 9408.0, 9423.0, 9422.0, 9424.0, 9411.0, 9426.0, 9414.0, 9440.0, 9429.0, 9426.0, 9428.0, 9439.0, 9410.0, 9440.0, 9466.0, 9445.0, 9410.0, 9426.0, 9426.0, 9446.0, 9413.0, 9433.0, 9413.0, 9429.0, 9414.0, 9444.0, 9485.0, 9447.0, 9508.0, 9441.0, 9495.0, 9443.0, 9469.0, 9430.0, 9495.0, 9410.0, 9464.0, 9427.0, 9437.0, 9412.0, 9424.0, 9427.0, 9424.0, 9427.0, 9425.0, 9433.0, 9442.0, 9432.0, 9454.0, 9430.0, 9439.0, 9414.0, 9469.0, 9415.0, 9426.0, 9427.0, 9437.0, 9429.0, 9437.0, 9428.0, 9483.0, 9410.0, 9420.0, 9410.0, 9419.0, 9412.0, 9446.0, 9444.0, 9493.0, 9426.0, 9449.0, 9437.0, 9436.0, 9424.0, 9407.0, 9422.0, 9426.0, 9423.0, 9428.0, 9441.0, 9454.0, 9436.0, 9463.0, 9421.0, 9486.0, 9424.0, 9443.0, 9425.0, 9410.0, 9441.0, 9414.0, 9442.0, 9444.0, 9430.0, 9499.0, 9439.0, 9452.0, 9427.0, 9453.0, 9425.0, 9486.0, 9422.0, 9412.0, 9439.0, 9417.0, 9439.0, 9428.0, 9438.0, 9428.0, 9452.0, 9430.0, 9481.0, 9446.0, 9480.0, 9425.0, 9513.0, 9406.0, 9489.0, 9431.0, 9414.0, 9401.0, 9412.0, 9410.0, 9423.0, 9406.0, 9425.0, 9414.0, 9444.0, 9414.0, 9443.0, 9500.0, 9423.0, 9479.0, 9435.0, 9422.0, 9416.0, 9418.0, 9502.0, 9418.0, 9442.0, 9404.0, 9421.0, 9406.0, 9430.0, 9406.0, 9415.0, 9404.0, 9416.0, 9411.0, 9438.0, 9490.0, 9417.0, 9446.0, 9407.0, 9421.0, 9460.0, 9421.0, 9450.0, 9411.0, 9409.0, 9408.0, 9419.0, 9458.0, 9407.0, 9447.0, 9428.0, 9436.0, 9431.0, 9427.0, 9432.0, 9447.0, 9427.0, 9429.0, 9482.0, 9430.0, 9457.0, 9428.0, 9455.0, 9433.0, 9440.0, 9438.0, 9441.0, 9516.0, 9429.0, 9495.0, 9438.0, 9416.0, 9407.0, 9422.0, 9432.0, 9426.0, 9451.0, 9437.0, 9455.0, 9512.0, 9437.0, 9476.0, 9517.0, 9410.0, 9467.0, 9405.0, 9406.0, 9388.0, 9405.0, 9431.0, 9422.0, 9417.0, 9467.0, 9467.0, 9457.0, 9474.0, 9494.0, 9469.0, 9480.0, 9540.0, 9495.0, 9447.0, 9426.0, 9443.0, 9497.0, 9423.0, 9462.0, 9403.0, 9473.0, 9419.0, 9415.0, 9416.0, 9399.0, 9420.0, 9420.0, 9413.0, 9423.0, 9411.0, 9415.0, 9436.0, 9420.0, 9451.0, 9489.0, 9439.0, 9475.0, 9445.0, 9430.0, 9429.0, 9429.0, 9444.0, 9443.0, 9498.0, 9443.0, 9454.0, 9426.0, 9447.0, 9460.0, 9512.0, 9443.0, 9509.0, 9467.0, 9421.0, 9422.0, 9429.0, 9451.0, 9427.0, 9467.0, 9443.0, 9481.0, 9425.0, 9426.0, 9439.0, 9438.0, 9466.0, 9493.0, 9470.0, 9420.0, 9419.0, 9419.0, 9436.0, 9425.0, 9466.0, 9425.0, 9411.0, 9426.0, 9427.0, 9440.0, 9427.0, 9439.0, 9426.0, 9436.0, 9425.0, 9436.0, 9412.0, 9478.0, 9443.0, 9508.0, 9421.0, 9421.0, 9433.0, 9421.0, 9440.0, 9408.0, 9463.0, 9425.0, 9465.0, 9441.0, 9422.0, 9423.0, 9454.0, 9426.0, 9496.0, 9422.0, 9477.0, 9423.0, 9448.0, 9424.0, 9461.0, 9421.0, 9450.0, 9410.0, 9427.0, 9440.0, 9426.0, 9444.0, 9441.0, 9440.0, 9445.0, 9456.0, 9450.0, 9463.0, 9431.0, 9467.0, 9430.0, 9440.0, 9431.0, 9445.0, 9434.0, 9458.0, 9431.0, 9456.0, 9432.0, 9457.0, 9449.0, 9445.0, 9476.0, 9455.0, 9452.0, 9449.0, 9462.0, 9448.0, 9490.0, 9436.0, 9458.0, 9446.0, 9445.0, 9430.0, 9455.0, 9515.0, 9485.0, 9453.0, 9409.0, 9411.0, 9429.0, 9427.0, 9447.0, 9429.0, 9454.0, 9444.0, 9468.0, 9433.0, 9456.0, 9447.0, 9429.0, 9444.0, 9441.0, 9440.0, 9492.0, 9464.0, 9496.0, 9450.0, 9424.0, 9421.0, 9421.0, 9436.0, 9423.0, 9440.0, 9425.0, 9425.0, 9429.0, 9436.0, 9425.0, 9466.0, 9424.0, 9462.0, 9422.0, 9418.0, 9420.0, 9475.0, 9459.0, 9415.0, 9472.0, 9403.0, 9405.0, 9391.0, 9427.0, 9441.0, 9431.0, 9443.0, 9448.0, 9450.0, 9500.0, 9442.0, 9486.0, 9424.0, 9433.0, 9407.0, 9421.0, 9473.0, 9422.0, 9506.0, 9434.0, 9470.0, 9414.0, 9430.0, 9415.0, 9398.0, 9397.0, 9399.0, 9414.0, 9412.0, 9422.0, 9418.0, 9423.0, 9420.0, 9425.0, 9420.0, 9423.0, 9421.0, 9440.0, 9423.0, 9426.0, 9464.0, 9426.0, 9462.0, 9424.0, 9420.0, 9420.0, 9417.0, 9427.0, 9521.0, 9455.0, 9461.0, 9389.0, 9465.0, 9451.0, 9417.0, 9493.0, 9411.0, 9405.0, 9423.0, 9442.0, 9442.0, 9432.0, 9441.0, 9434.0, 9424.0, 9430.0, 9450.0, 9489.0, 9450.0, 9504.0, 9429.0, 9425.0, 9425.0, 9423.0, 9426.0, 9420.0, 9453.0, 9422.0, 9426.0, 9421.0, 9442.0, 9426.0, 9450.0, 9447.0, 9441.0, 9445.0, 9430.0, 9442.0, 9483.0, 9427.0, 9511.0, 9448.0, 9483.0, 9431.0, 9481.0, 9427.0, 9424.0, 9424.0, 9428.0, 9428.0, 9424.0, 9425.0, 9422.0, 9429.0, 9427.0, 9433.0, 9445.0, 9431.0, 9431.0, 9433.0, 9447.0, 9511.0, 9429.0, 9499.0, 9423.0, 9459.0, 9405.0, 9442.0, 9418.0, 9441.0, 9426.0, 9444.0, 9409.0, 9404.0, 9425.0, 9407.0, 9427.0, 9454.0, 9422.0, 9482.0, 9423.0, 9511.0, 9495.0, 9481.0, 9512.0, 9419.0, 9438.0, 9397.0, 9385.0, 9417.0, 9428.0, 9424.0, 9430.0, 9420.0, 9419.0, 9438.0, 9407.0, 9440.0, 9421.0, 9445.0, 9441.0, 9454.0, 9431.0, 9445.0, 9470.0, 9434.0, 9460.0, 9430.0, 9465.0, 9427.0, 9429.0, 9445.0, 9435.0, 9449.0, 9535.0, 9447.0, 9443.0, 9446.0, 9499.0, 9446.0, 9486.0, 9429.0, 9497.0, 9466.0, 9449.0, 9439.0, 9426.0, 9478.0, 9422.0, 9510.0, 9419.0, 9473.0, 9415.0, 9402.0, 9419.0, 9420.0, 9408.0, 9438.0, 9433.0, 9405.0, 9420.0, 9409.0, 9424.0, 9441.0, 9495.0, 9424.0, 9496.0, 9424.0, 9475.0, 9423.0, 9446.0, 9420.0, 9419.0, 9404.0, 9460.0, 9418.0, 9387.0, 9450.0, 9441.0, 9436.0, 9413.0, 9469.0, 9474.0, 9474.0, 9494.0, 9552.0, 9481.0, 9502.0, 9447.0, 9424.0, 9418.0, 9418.0, 9425.0, 9437.0, 9426.0, 9423.0, 9441.0, 9411.0, 9422.0, 9448.0, 9428.0, 9422.0, 9422.0, 9451.0, 9460.0, 9446.0, 9444.0, 9431.0, 9496.0, 9427.0, 9431.0, 9428.0, 9430.0, 9434.0, 9448.0, 9463.0, 9447.0, 9473.0, 9447.0, 9503.0, 9429.0, 9481.0, 9423.0, 9432.0, 9424.0, 9440.0, 9444.0, 9485.0, 9444.0, 9511.0, 9424.0, 9450.0, 9418.0, 9444.0, 9419.0, 9479.0, 9466.0, 9418.0, 9422.0, 9437.0, 9417.0, 9422.0, 9419.0, 9420.0, 9421.0, 9423.0, 9419.0, 9436.0, 9419.0, 9418.0, 9460.0, 9417.0, 9486.0, 9436.0, 9437.0, 9422.0, 9437.0, 9425.0, 9435.0, 9424.0, 9422.0, 9436.0, 9438.0, 9427.0, 9481.0, 9428.0, 9437.0, 9440.0, 9438.0, 9425.0, 9502.0, 9428.0, 9479.0, 9420.0, 9418.0, 9426.0, 9410.0, 9428.0, 9414.0, 9431.0, 9431.0, 9449.0, 9503.0, 9432.0, 9471.0, 9428.0, 9420.0, 9428.0, 9425.0, 9425.0, 9468.0, 9440.0, 9422.0, 9426.0, 9423.0, 9423.0, 9438.0, 9429.0, 9461.0, 9443.0, 9426.0, 9447.0, 9474.0, 9442.0, 9425.0, 9440.0, 9426.0, 9428.0, 9445.0, 9497.0, 9426.0, 9427.0, 9429.0, 9423.0, 9443.0, 9482.0, 9468.0, 9463.0, 9421.0, 9425.0, 9421.0, 9437.0, 9506.0, 9448.0, 9478.0, 9421.0, 9417.0, 9418.0, 9414.0, 9415.0, 9412.0, 9456.0, 9405.0, 9434.0, 9421.0, 9460.0, 9462.0, 9449.0, 9449.0, 9471.0, 9448.0, 9514.0, 9470.0, 9497.0, 9457.0, 9460.0, 9511.0, 9450.0, 9449.0, 9488.0, 9429.0, 9486.0, 9441.0, 9417.0, 9405.0, 9439.0, 9422.0, 9426.0, 9424.0, 9428.0, 9444.0, 9430.0, 9461.0, 9450.0, 9485.0, 9447.0, 9514.0, 9441.0, 9479.0, 9438.0, 9445.0, 9424.0, 9409.0, 9427.0, 9456.0, 9466.0, 9422.0, 9422.0, 9425.0, 9425.0, 9439.0, 9413.0, 9426.0, 9442.0, 9428.0, 9444.0, 9432.0, 9425.0, 9428.0, 9485.0, 9430.0, 9440.0, 9428.0, 9427.0, 9439.0, 9480.0, 9429.0, 9511.0, 9441.0, 9479.0, 9441.0, 9453.0, 9440.0, 9437.0, 9428.0, 9440.0, 9428.0, 9443.0, 9442.0, 9510.0, 9422.0, 9490.0, 9434.0, 9435.0, 9408.0, 9423.0, 9423.0, 9419.0, 9420.0, 9461.0, 9408.0, 9421.0, 9422.0, 9451.0, 9419.0, 9489.0, 9416.0, 9460.0, 9422.0, 9434.0, 9411.0, 9425.0, 9426.0, 9428.0, 9429.0, 9445.0, 9431.0, 9444.0, 9442.0, 9499.0, 9428.0, 9506.0, 9443.0, 9494.0, 9424.0, 9449.0, 9422.0, 9460.0, 9425.0, 9402.0, 9422.0, 9419.0, 9437.0, 9411.0, 9425.0, 9427.0, 9424.0, 9425.0, 9425.0, 9439.0, 9424.0, 9425.0, 9427.0, 9441.0, 9426.0, 9445.0, 9424.0, 9428.0, 9437.0, 9428.0, 9491.0, 9440.0, 9481.0, 9440.0, 9480.0, 9438.0, 9505.0, 9422.0, 9473.0, 9421.0, 9432.0, 9424.0, 9410.0, 9425.0, 9441.0, 9428.0, 9444.0, 9429.0, 9441.0, 9458.0, 9440.0, 9438.0, 9442.0, 9482.0, 9494.0, 9463.0, 9474.0, 9405.0, 9421.0, 9422.0, 9435.0, 9422.0, 9419.0, 9408.0, 9437.0, 9407.0, 9439.0, 9422.0, 9438.0, 9480.0, 9475.0, 9433.0, 9488.0, 9402.0, 9420.0, 9407.0, 9438.0, 9433.0, 9442.0, 9454.0, 9439.0, 9472.0, 9440.0, 9435.0, 9492.0, 9419.0, 9489.0, 9418.0, 9459.0, 9420.0, 9459.0, 9418.0, 9432.0, 9417.0, 9460.0, 9436.0, 9409.0, 9441.0, 9399.0, 9442.0, 9472.0, 9444.0, 9458.0, 9443.0, 9440.0, 9439.0, 9454.0, 9495.0, 9461.0, 9437.0, 9410.0, 9435.0, 9407.0, 9422.0, 9453.0, 9439.0, 9493.0, 9437.0, 9448.0, 9434.0, 9490.0, 9435.0, 9488.0, 9433.0, 9404.0, 9420.0, 9428.0, 9417.0, 9475.0, 9433.0, 9445.0, 9421.0, 9428.0, 9429.0, 9459.0, 9415.0, 9470.0, 9414.0, 9465.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.0005698718730933497</td></tr>
<tr><td colspan=3>aqi</td><td>0.02707428328248932</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.898331911098886</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1937486909829058</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9747211004029313</td></tr>
<tr><td colspan=3>efc</td><td>0.4949</td></tr>
<tr><td colspan=3>fber</td><td>4524.9678</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07053878988456568</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.464307504575961</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.428627660576737</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2863724000340886</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7305328439899332</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.268977737706189</td></tr>
<tr><td colspan=3>gcor</td><td>0.00419493</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.027469489723443985</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04486953467130661</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.7670653590256156</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>14.9851</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.0634</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>222.7545</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299508.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1097.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>400.558</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1027</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.4488</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3444.9135</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3657.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4540.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>970.7759</td></tr>
<tr><td colspan=3>tsnr</td><td>35.3383780750446</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>