<?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-0092_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-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_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-0092/figures/sub-0092_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092/ses-03/func/sub-0092_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>38b3bded4f08295bdc3dbed48cac4fe0</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>09:39:4.920000</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.998082, 0.0332033, -0.0522448, -0.0271816, 0.993334, 0.112021]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0795867</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>[4126, -7741, -7292, 680, -52, -147, 24, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>229.016</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>811ace8a-b52a-48b7-aa41-ad698aa963e9||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.677781581878662, -0.07292637228965759, -0.15016306936740875, 116.78167724609375], [-0.08908213675022125, 2.6650426387786865, 0.298041433095932, -98.37800598144531], [-0.14016886055469513, -0.3005432188510895, 2.679295063018799, -57.169063568115234], [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': ['093904.920000', '093905.380000', '093905.840000', '093906.300000', '093906.760000', '093907.220000', '093907.680000', '093908.140000', '093908.600000', '093909.060000', '093909.520000', '093909.980000', '093910.440000', '093910.900000', '093911.360000', '093911.820000', '093912.280000', '093912.740000', '093913.200000', '093913.660000', '093914.120000', '093914.580000', '093915.040000', '093915.500000', '093915.960000', '093916.420000', '093916.880000', '093917.340000', '093917.800000', '093918.260000', '093918.720000', '093919.180000', '093919.640000', '093920.100000', '093920.560000', '093921.020000', '093921.480000', '093921.940000', '093922.400000', '093922.860000', '093923.320000', '093923.780000', '093924.240000', '093924.700000', '093925.160000', '093925.620000', '093926.080000', '093926.540000', '093927.000000', '093927.460000', '093927.920000', '093928.380000', '093928.840000', '093929.300000', '093929.760000', '093930.220000', '093930.680000', '093931.140000', '093931.600000', '093932.060000', '093932.520000', '093932.980000', '093933.440000', '093933.900000', '093934.360000', '093934.820000', '093935.280000', '093935.740000', '093936.200000', '093936.660000', '093937.120000', '093937.580000', '093938.040000', '093938.500000', '093938.960000', '093939.420000', '093939.880000', '093940.340000', '093940.800000', '093941.260000', '093941.720000', '093942.180000', '093942.640000', '093943.100000', '093943.560000', '093944.020000', '093944.480000', '093944.940000', '093945.400000', '093945.860000', '093946.320000', '093946.780000', '093947.240000', '093947.700000', '093948.160000', '093948.620000', '093949.080000', '093949.540000', '093950.000000', '093950.460000', '093950.920000', '093951.380000', '093951.840000', '093952.300000', '093952.760000', '093953.220000', '093953.680000', '093954.140000', '093954.600000', '093955.060000', '093955.520000', '093955.980000', '093956.440000', '093956.900000', '093957.360000', '093957.820000', '093958.280000', '093958.740000', '093959.200000', '093959.660000', '094000.120000', '094000.580000', '094001.040000', '094001.500000', '094001.960000', '094002.420000', '094002.880000', '094003.340000', '094003.800000', '094004.260000', '094004.720000', '094005.180000', '094005.640000', '094006.100000', '094006.560000', '094007.020000', '094007.480000', '094007.940000', '094008.400000', '094008.860000', '094009.320000', '094009.780000', '094010.240000', '094010.700000', '094011.160000', '094011.620000', '094012.080000', '094012.540000', '094013.000000', '094013.460000', '094013.920000', '094014.380000', '094014.840000', '094015.300000', '094015.760000', '094016.220000', '094016.680000', '094017.140000', '094017.600000', '094018.060000', '094018.520000', '094018.980000', '094019.440000', '094019.900000', '094020.360000', '094020.820000', '094021.280000', '094021.740000', '094022.200000', '094022.660000', '094023.120000', '094023.580000', '094024.040000', '094024.500000', '094024.960000', '094025.420000', '094025.880000', '094026.340000', '094026.800000', '094027.260000', '094027.720000', '094028.180000', '094028.640000', '094029.100000', '094029.560000', '094030.020000', '094030.480000', '094030.940000', '094031.400000', '094031.860000', '094032.320000', '094032.780000', '094033.240000', '094033.700000', '094034.160000', '094034.620000', '094035.080000', '094035.540000', '094036.000000', '094036.460000', '094036.920000', '094037.380000', '094037.840000', '094038.300000', '094038.760000', '094039.220000', '094039.680000', '094040.140000', '094040.600000', '094041.060000', '094041.520000', '094041.980000', '094042.440000', '094042.900000', '094043.360000', '094043.820000', '094044.280000', '094044.740000', '094045.200000', '094045.660000', '094046.120000', '094046.580000', '094047.040000', '094047.500000', '094047.960000', '094048.420000', '094048.880000', '094049.340000', '094049.800000', '094050.260000', '094050.720000', '094051.180000', '094051.640000', '094052.100000', '094052.560000', '094053.020000', '094053.480000', '094053.940000', '094054.400000', '094054.860000', '094055.320000', '094055.780000', '094056.240000', '094056.700000', '094057.160000', '094057.620000', '094058.080000', '094058.540000', '094059.000000', '094059.460000', '094059.920000', '094100.380000', '094100.840000', '094101.300000', '094101.760000', '094102.220000', '094102.680000', '094103.140000', '094103.600000', '094104.060000', '094104.520000', '094104.980000', '094105.440000', '094105.900000', '094106.360000', '094106.820000', '094107.280000', '094107.740000', '094108.200000', '094108.660000', '094109.120000', '094109.580000', '094110.040000', '094110.500000', '094110.960000', '094111.420000', '094111.880000', '094112.340000', '094112.800000', '094113.260000', '094113.720000', '094114.180000', '094114.640000', '094115.100000', '094115.560000', '094116.020000', '094116.480000', '094116.940000', '094117.400000', '094117.860000', '094118.320000', '094118.780000', '094119.240000', '094119.700000', '094120.160000', '094120.620000', '094121.080000', '094121.540000', '094122.000000', '094122.460000', '094122.920000', '094123.380000', '094123.840000', '094124.300000', '094124.760000', '094125.220000', '094125.680000', '094126.140000', '094126.600000', '094127.060000', '094127.520000', '094127.980000', '094128.440000', '094128.900000', '094129.360000', '094129.820000', '094130.280000', '094130.740000', '094131.200000', '094131.660000', '094132.120000', '094132.580000', '094133.040000', '094133.500000', '094133.960000', '094134.420000', '094134.880000', '094135.340000', '094135.800000', '094136.260000', '094136.720000', '094137.180000', '094137.640000', '094138.100000', '094138.560000', '094139.020000', '094139.480000', '094139.940000', '094140.400000', '094140.860000', '094141.320000', '094141.780000', '094142.240000', '094142.700000', '094143.160000', '094143.620000', '094144.080000', '094144.540000', '094145.000000', '094145.460000', '094145.920000', '094146.380000', '094146.840000', '094147.300000', '094147.760000', '094148.220000', '094148.680000', '094149.140000', '094149.600000', '094150.060000', '094150.520000', '094150.980000', '094151.440000', '094151.900000', '094152.360000', '094152.820000', '094153.280000', '094153.740000', '094154.200000', '094154.660000', '094155.120000', '094155.580000', '094156.040000', '094156.500000', '094156.960000', '094157.420000', '094157.880000', '094158.340000', '094158.800000', '094159.260000', '094159.720000', '094200.180000', '094200.640000', '094201.100000', '094201.560000', '094202.020000', '094202.480000', '094202.940000', '094203.400000', '094203.860000', '094204.320000', '094204.780000', '094205.240000', '094205.700000', '094206.160000', '094206.620000', '094207.080000', '094207.540000', '094208.000000', '094208.460000', '094208.920000', '094209.380000', '094209.840000', '094210.300000', '094210.760000', '094211.220000', '094211.680000', '094212.140000', '094212.600000', '094213.060000', '094213.520000', '094213.980000', '094214.440000', '094214.900000', '094215.360000', '094215.820000', '094216.280000', '094216.740000', '094217.200000', '094217.660000', '094218.120000', '094218.580000', '094219.040000', '094219.500000', '094219.960000', '094220.420000', '094220.880000', '094221.340000', '094221.800000', '094222.260000', '094222.720000', '094223.180000', '094223.640000', '094224.100000', '094224.560000', '094225.020000', '094225.480000', '094225.940000', '094226.400000', '094226.860000', '094227.320000', '094227.780000', '094228.240000', '094228.700000', '094229.160000', '094229.620000', '094230.080000', '094230.540000', '094231.000000', '094231.460000', '094231.920000', '094232.380000', '094232.840000', '094233.300000', '094233.760000', '094234.220000', '094234.680000', '094235.140000', '094235.600000', '094236.060000', '094236.520000', '094236.980000', '094237.440000', '094237.900000', '094238.360000', '094238.820000', '094239.280000', '094239.740000', '094240.200000', '094240.660000', '094241.120000', '094241.580000', '094242.040000', '094242.500000', '094242.960000', '094243.420000', '094243.880000', '094244.340000', '094244.800000', '094245.260000', '094245.720000', '094246.180000', '094246.640000', '094247.100000', '094247.560000', '094248.020000', '094248.480000', '094248.940000', '094249.400000', '094249.860000', '094250.320000', '094250.780000', '094251.240000', '094251.700000', '094252.160000', '094252.620000', '094253.080000', '094253.540000', '094254.000000', '094254.460000', '094254.920000', '094255.380000', '094255.840000', '094256.300000', '094256.760000', '094257.220000', '094257.680000', '094258.140000', '094258.600000', '094259.060000', '094259.520000', '094259.980000', '094300.440000', '094300.900000', '094301.360000', '094301.820000', '094302.280000', '094302.740000', '094303.200000', '094303.660000', '094304.120000', '094304.580000', '094305.040000', '094305.500000', '094305.960000', '094306.420000', '094306.880000', '094307.340000', '094307.800000', '094308.260000', '094308.720000', '094309.180000', '094309.640000', '094310.100000', '094310.560000', '094311.020000', '094311.480000', '094311.940000', '094312.400000', '094312.860000', '094313.320000', '094313.780000', '094314.240000', '094314.700000', '094315.160000', '094315.620000', '094316.080000', '094316.540000', '094317.000000', '094317.460000', '094317.920000', '094318.380000', '094318.840000', '094319.300000', '094319.760000', '094320.220000', '094320.680000', '094321.140000', '094321.600000', '094322.060000', '094322.520000', '094322.980000', '094323.440000', '094323.900000', '094324.360000', '094324.820000', '094325.280000', '094325.740000', '094326.200000', '094326.660000', '094327.120000', '094327.580000', '094328.040000', '094328.500000', '094328.960000', '094329.420000', '094329.880000', '094330.340000', '094330.800000', '094331.260000', '094331.720000', '094332.180000', '094332.640000', '094333.100000', '094333.560000', '094334.020000', '094334.480000', '094334.940000', '094335.400000', '094335.860000', '094336.320000', '094336.780000', '094337.240000', '094337.700000', '094338.160000', '094338.620000', '094339.080000', '094339.540000', '094340.000000', '094340.460000', '094340.920000', '094341.380000', '094341.840000', '094342.300000', '094342.760000', '094343.220000', '094343.680000', '094344.140000', '094344.600000', '094345.060000', '094345.520000', '094345.980000', '094346.440000', '094346.900000', '094347.360000', '094347.820000', '094348.280000', '094348.740000', '094349.200000', '094349.660000', '094350.120000', '094350.580000', '094351.040000', '094351.500000', '094351.960000', '094352.420000', '094352.880000', '094353.340000', '094353.800000', '094354.260000', '094354.720000', '094355.180000', '094355.640000', '094356.100000', '094356.560000', '094357.020000', '094357.480000', '094357.940000', '094358.400000', '094358.860000', '094359.320000', '094359.780000', '094400.240000', '094400.700000', '094401.160000', '094401.620000', '094402.080000', '094402.540000', '094403.000000', '094403.460000', '094403.920000', '094404.380000', '094404.840000', '094405.300000', '094405.760000', '094406.220000', '094406.680000', '094407.140000', '094407.600000', '094408.060000', '094408.520000', '094408.980000', '094409.440000', '094409.900000', '094410.360000', '094410.820000', '094411.280000', '094411.740000', '094412.200000', '094412.660000', '094413.120000', '094413.580000', '094414.040000', '094414.500000', '094414.960000', '094415.420000', '094415.880000', '094416.340000', '094416.800000', '094417.260000', '094417.720000', '094418.180000', '094418.640000', '094419.100000', '094419.560000', '094420.020000', '094420.480000', '094420.940000', '094421.400000', '094421.860000', '094422.320000', '094422.780000', '094423.240000', '094423.700000', '094424.160000', '094424.620000', '094425.080000', '094425.540000', '094426.000000', '094426.460000', '094426.920000', '094427.380000', '094427.840000', '094428.300000', '094428.760000', '094429.220000', '094429.680000', '094430.140000', '094430.600000', '094431.060000', '094431.520000', '094431.980000', '094432.440000', '094432.900000', '094433.360000', '094433.820000', '094434.280000', '094434.740000', '094435.200000', '094435.660000', '094436.120000', '094436.580000', '094437.040000', '094437.500000', '094437.960000', '094438.420000', '094438.880000', '094439.340000', '094439.800000', '094440.260000', '094440.720000', '094441.180000', '094441.640000', '094442.100000', '094442.560000', '094443.020000', '094443.480000', '094443.940000', '094444.400000', '094444.860000', '094445.320000', '094445.780000', '094446.240000', '094446.700000', '094447.160000', '094447.620000', '094448.080000', '094448.540000', '094449.000000', '094449.460000', '094449.920000', '094450.380000', '094450.840000', '094451.300000', '094451.760000', '094452.220000', '094452.680000', '094453.140000', '094453.600000', '094454.060000', '094454.520000', '094454.980000', '094455.440000', '094455.900000', '094456.360000', '094456.820000', '094457.280000', '094457.740000', '094458.200000', '094458.660000', '094459.120000', '094459.580000', '094500.040000', '094500.500000', '094500.960000', '094501.420000', '094501.880000', '094502.340000', '094502.800000', '094503.260000', '094503.720000', '094504.180000', '094504.640000', '094505.100000', '094505.560000', '094506.020000', '094506.480000', '094506.940000', '094507.400000', '094507.860000', '094508.320000', '094508.780000', '094509.240000', '094509.700000', '094510.160000', '094510.620000', '094511.080000', '094511.540000', '094512.000000', '094512.460000', '094512.920000', '094513.380000', '094513.840000', '094514.300000', '094514.760000', '094515.220000', '094515.680000', '094516.140000', '094516.600000', '094517.060000', '094517.520000', '094517.980000', '094518.440000', '094518.900000', '094519.360000', '094519.820000', '094520.280000', '094520.740000', '094521.200000', '094521.660000', '094522.120000', '094522.580000', '094523.040000', '094523.500000', '094523.960000', '094524.420000', '094524.880000', '094525.340000', '094525.800000', '094526.260000', '094526.720000', '094527.180000', '094527.640000', '094528.100000', '094528.560000', '094529.020000', '094529.480000', '094529.940000', '094530.400000', '094530.860000', '094531.320000', '094531.780000', '094532.240000', '094532.700000', '094533.160000', '094533.620000', '094534.080000', '094534.540000', '094535.000000', '094535.460000', '094535.920000', '094536.380000', '094536.840000', '094537.300000', '094537.760000', '094538.220000', '094538.680000', '094539.140000', '094539.600000', '094540.060000', '094540.520000', '094540.980000', '094541.440000', '094541.900000', '094542.360000', '094542.820000', '094543.280000', '094543.740000', '094544.200000', '094544.660000', '094545.120000', '094545.580000', '094546.040000', '094546.500000', '094546.960000', '094547.420000', '094547.880000', '094548.340000', '094548.800000', '094549.260000', '094549.720000', '094550.180000', '094550.640000', '094551.100000', '094551.560000', '094552.020000', '094552.480000', '094552.940000', '094553.400000', '094553.860000', '094554.320000', '094554.780000', '094555.240000', '094555.700000', '094556.160000', '094556.620000', '094557.080000', '094557.540000', '094558.000000', '094558.460000', '094558.920000', '094559.380000', '094559.840000', '094600.300000', '094600.760000', '094601.220000', '094601.680000', '094602.140000', '094602.600000', '094603.060000', '094603.520000', '094603.980000', '094604.440000', '094604.900000', '094605.360000', '094605.820000', '094606.280000', '094606.740000', '094607.200000', '094607.660000', '094608.120000', '094608.580000', '094609.040000', '094609.500000', '094609.960000', '094610.420000', '094610.880000', '094611.340000', '094611.800000', '094612.260000', '094612.720000', '094613.180000', '094613.640000', '094614.100000', '094614.560000', '094615.020000', '094615.480000', '094615.940000', '094616.400000', '094616.860000', '094617.320000', '094617.780000', '094618.240000', '094618.700000', '094619.160000', '094619.620000', '094620.080000', '094620.540000', '094621.000000', '094621.460000', '094621.920000', '094622.380000', '094622.840000', '094623.300000', '094623.760000', '094624.220000', '094624.680000', '094625.140000', '094625.600000', '094626.060000', '094626.520000', '094626.980000', '094627.440000', '094627.900000', '094628.360000', '094628.820000', '094629.280000', '094629.740000', '094630.200000', '094630.660000', '094631.120000', '094631.580000', '094632.040000', '094632.500000', '094632.960000', '094633.420000', '094633.880000', '094634.340000', '094634.800000', '094635.260000', '094635.720000', '094636.180000', '094636.640000', '094637.100000', '094637.560000', '094638.020000', '094638.480000', '094638.940000', '094639.400000', '094639.860000', '094640.320000', '094640.780000', '094641.240000', '094641.700000', '094642.160000', '094642.620000', '094643.080000', '094643.540000', '094644.000000', '094644.460000', '094644.920000', '094645.380000', '094645.840000', '094646.300000', '094646.760000', '094647.220000', '094647.680000', '094648.140000', '094648.600000', '094649.060000', '094649.520000', '094649.980000', '094650.440000', '094650.900000', '094651.360000', '094651.820000', '094652.280000', '094652.740000', '094653.200000', '094653.660000', '094654.120000', '094654.580000', '094655.040000', '094655.500000', '094655.960000', '094656.420000', '094656.880000', '094657.340000', '094657.800000', '094658.260000', '094658.720000', '094659.180000', '094659.640000', '094700.100000', '094700.560000', '094701.020000', '094701.480000', '094701.940000', '094702.400000', '094702.860000', '094703.320000', '094703.780000', '094704.240000', '094704.700000', '094705.160000', '094705.620000', '094706.080000', '094706.540000', '094707.000000', '094707.460000', '094707.920000', '094708.380000', '094708.840000', '094709.300000', '094709.760000', '094710.220000', '094710.680000', '094711.140000', '094711.600000', '094712.060000', '094712.520000', '094712.980000', '094713.440000', '094713.900000', '094714.360000', '094714.820000', '094715.280000', '094715.740000', '094716.200000', '094716.660000', '094717.120000', '094717.580000', '094718.040000', '094718.500000', '094718.960000', '094719.420000', '094719.880000', '094720.340000', '094720.800000', '094721.260000', '094721.720000', '094722.180000', '094722.640000', '094723.100000', '094723.560000', '094724.020000', '094724.480000', '094724.940000', '094725.400000', '094725.860000', '094726.320000', '094726.780000', '094727.240000', '094727.700000', '094728.160000', '094728.620000', '094729.080000', '094729.540000', '094730.000000', '094730.460000', '094730.920000', '094731.380000', '094731.840000', '094732.300000', '094732.760000', '094733.220000', '094733.680000', '094734.140000', '094734.600000', '094735.060000', '094735.520000', '094735.980000', '094736.440000', '094736.900000', '094737.360000', '094737.820000', '094738.280000', '094738.740000', '094739.200000', '094739.660000', '094740.120000', '094740.580000', '094741.040000', '094741.500000', '094741.960000', '094742.420000', '094742.880000', '094743.340000', '094743.800000', '094744.260000', '094744.720000', '094745.180000', '094745.640000', '094746.100000', '094746.560000', '094747.020000', '094747.480000', '094747.940000', '094748.400000', '094748.860000', '094749.320000', '094749.780000', '094750.240000', '094750.700000', '094751.160000', '094751.620000', '094752.080000', '094752.540000', '094753.000000', '094753.460000', '094753.920000', '094754.380000', '094754.840000', '094755.300000', '094755.760000', '094756.220000', '094756.680000', '094757.140000', '094757.600000', '094758.060000', '094758.520000', '094758.980000', '094759.440000', '094759.900000', '094800.360000', '094800.820000', '094801.280000', '094801.740000', '094802.200000', '094802.660000', '094803.120000', '094803.580000', '094804.040000', '094804.500000', '094804.960000', '094805.420000', '094805.880000', '094806.340000', '094806.800000', '094807.260000', '094807.720000', '094808.180000', '094808.640000', '094809.100000', '094809.560000', '094810.020000', '094810.480000', '094810.940000', '094811.400000', '094811.860000', '094812.320000', '094812.780000', '094813.240000', '094813.700000', '094814.160000', '094814.620000', '094815.080000', '094815.540000', '094816.000000', '094816.460000', '094816.920000', '094817.380000', '094817.840000', '094818.300000', '094818.760000', '094819.220000', '094819.680000', '094820.140000', '094820.600000', '094821.060000', '094821.520000', '094821.980000', '094822.440000', '094822.900000', '094823.360000', '094823.820000', '094824.280000', '094824.740000', '094825.200000', '094825.660000', '094826.120000', '094826.580000', '094827.040000', '094827.500000', '094827.960000', '094828.420000', '094828.880000', '094829.340000', '094829.800000', '094830.260000', '094830.720000', '094831.180000', '094831.640000', '094832.100000', '094832.560000', '094833.020000', '094833.480000', '094833.940000', '094834.400000', '094834.860000', '094835.320000', '094835.780000', '094836.240000', '094836.700000', '094837.160000', '094837.620000', '094838.080000', '094838.540000', '094839.000000', '094839.460000', '094839.920000', '094840.380000', '094840.840000', '094841.300000', '094841.760000', '094842.220000', '094842.680000', '094843.140000', '094843.600000', '094844.060000', '094844.520000', '094844.980000', '094845.440000', '094845.900000', '094846.360000', '094846.820000', '094847.280000', '094847.740000', '094848.200000', '094848.660000', '094849.120000', '094849.580000', '094850.040000', '094850.500000', '094850.960000', '094851.420000', '094851.880000', '094852.340000', '094852.800000', '094853.260000', '094853.720000', '094854.180000', '094854.640000', '094855.100000', '094855.560000', '094856.020000', '094856.480000', '094856.940000', '094857.400000', '094857.860000', '094858.320000', '094858.780000', '094859.240000', '094859.700000', '094900.160000', '094900.620000', '094901.080000', '094901.540000', '094902.000000', '094902.460000', '094902.920000', '094903.380000', '094903.840000', '094904.300000', '094904.760000', '094905.220000', '094905.680000', '094906.140000', '094906.600000', '094907.060000', '094907.520000', '094907.980000', '094908.440000', '094908.900000', '094909.360000', '094909.820000', '094910.280000', '094910.740000', '094911.200000', '094911.660000', '094912.120000', '094912.580000', '094913.040000', '094913.500000', '094913.960000', '094914.420000', '094914.880000', '094915.340000', '094915.800000', '094916.260000', '094916.720000', '094917.180000', '094917.640000', '094918.100000', '094918.560000', '094919.020000', '094919.480000', '094919.940000', '094920.400000', '094920.860000', '094921.320000', '094921.780000', '094922.240000', '094922.700000', '094923.160000', '094923.620000', '094924.080000', '094924.540000', '094925.000000', '094925.460000', '094925.920000', '094926.380000', '094926.840000', '094927.300000', '094927.760000', '094928.220000', '094928.680000', '094929.140000', '094929.600000', '094930.060000', '094930.520000', '094930.980000', '094931.440000', '094931.900000', '094932.360000', '094932.820000', '094933.280000', '094933.740000', '094934.200000', '094934.660000', '094935.120000', '094935.580000', '094936.040000', '094936.500000', '094936.960000', '094937.420000', '094937.880000', '094938.340000', '094938.800000', '094939.260000', '094939.720000', '094940.180000', '094940.640000', '094941.100000', '094941.560000', '094942.020000', '094942.480000', '094942.940000', '094943.400000', '094943.860000', '094944.320000', '094944.780000', '094945.240000', '094945.700000', '094946.160000', '094946.620000', '094947.080000', '094947.540000', '094948.000000', '094948.460000', '094948.920000', '094949.380000', '094949.840000', '094950.300000', '094950.760000', '094951.220000', '094951.680000', '094952.140000', '094952.600000', '094953.060000', '094953.520000', '094953.980000', '094954.440000', '094954.900000', '094955.360000', '094955.820000', '094956.280000', '094956.740000', '094957.200000', '094957.660000', '094958.120000', '094958.580000', '094959.040000', '094959.500000', '094959.960000', '095000.420000', '095000.880000', '095001.340000', '095001.800000', '095002.260000', '095002.720000', '095003.180000', '095003.640000', '095004.100000', '095004.560000', '095005.020000', '095005.480000', '095005.940000', '095006.400000', '095006.860000', '095007.320000', '095007.780000', '095008.240000', '095008.700000', '095009.160000', '095009.620000', '095010.080000', '095010.540000', '095011.000000', '095011.460000', '095011.920000', '095012.380000', '095012.840000', '095013.300000', '095013.760000', '095014.220000', '095014.680000', '095015.140000', '095015.600000', '095016.060000', '095016.520000', '095016.980000', '095017.440000', '095017.900000', '095018.360000', '095018.820000', '095019.280000', '095019.740000', '095020.200000', '095020.660000', '095021.120000', '095021.580000', '095022.040000', '095022.500000', '095022.960000', '095023.420000', '095023.880000', '095024.340000', '095024.800000', '095025.260000', '095025.720000', '095026.180000', '095026.640000', '095027.100000', '095027.560000', '095028.020000', '095028.480000', '095028.940000', '095029.400000', '095029.860000', '095030.320000', '095030.780000', '095031.240000', '095031.700000', '095032.160000', '095032.620000', '095033.080000', '095033.540000', '095034.000000', '095034.460000', '095034.920000', '095035.380000', '095035.840000', '095036.300000', '095036.760000', '095037.220000', '095037.680000', '095038.140000', '095038.600000', '095039.060000', '095039.520000', '095039.980000', '095040.440000', '095040.900000', '095041.360000', '095041.820000', '095042.280000', '095042.740000', '095043.200000', '095043.660000', '095044.120000', '095044.580000', '095045.040000', '095045.500000', '095045.960000', '095046.420000', '095046.880000', '095047.340000', '095047.800000', '095048.260000', '095048.720000', '095049.180000', '095049.640000', '095050.100000', '095050.560000', '095051.020000', '095051.480000', '095051.940000', '095052.400000', '095052.860000', '095053.320000', '095053.780000', '095054.240000', '095054.700000', '095055.160000', '095055.620000', '095056.080000', '095056.540000', '095057.000000', '095057.460000', '095057.920000', '095058.380000', '095058.840000', '095059.300000', '095059.760000', '095100.220000', '095100.680000', '095101.140000', '095101.600000', '095102.060000', '095102.520000', '095102.980000', '095103.440000', '095103.900000', '095104.360000', '095104.820000', '095105.280000', '095105.740000', '095106.200000', '095106.660000', '095107.120000', '095107.580000', '095108.040000', '095108.500000', '095108.960000', '095109.420000', '095109.880000', '095110.340000', '095110.800000', '095111.260000', '095111.720000', '095112.180000', '095112.640000', '095113.100000', '095113.560000', '095114.020000', '095114.480000', '095114.940000', '095115.400000', '095115.860000', '095116.320000', '095116.780000', '095117.240000', '095117.700000', '095118.160000', '095118.620000', '095119.080000', '095119.540000', '095120.000000', '095120.460000', '095120.920000', '095121.380000', '095121.840000', '095122.300000', '095122.760000', '095123.220000', '095123.680000', '095124.140000', '095124.600000', '095125.060000', '095125.520000', '095125.980000', '095126.440000', '095126.900000', '095127.360000', '095127.820000', '095128.280000', '095128.740000', '095129.200000', '095129.660000', '095130.120000', '095130.580000', '095131.040000', '095131.500000', '095131.960000', '095132.420000', '095132.880000', '095133.340000', '095133.800000', '095134.260000', '095134.720000', '095135.180000', '095135.640000', '095136.100000', '095136.560000', '095137.020000', '095137.480000', '095137.940000', '095138.400000', '095138.860000'], 'ContentTime': ['093923.817000', '093923.820000', '093923.823000', '093923.825000', '093923.828000', '093923.831000', '093923.833000', '093923.836000', '093923.838000', '093923.841000', '093923.843000', '093923.846000', '093923.848000', '093923.851000', '093923.854000', '093923.856000', '093923.859000', '093923.861000', '093923.864000', '093923.866000', '093923.869000', '093923.871000', '093923.881000', '093923.883000', '093923.886000', '093923.888000', '093923.891000', '093923.894000', '093923.896000', '093923.899000', '093923.901000', '093923.904000', '093923.906000', '093923.909000', '093923.911000', '093923.914000', '093923.916000', '093923.919000', '093923.922000', '093943.753000', '093943.756000', '093943.759000', '093943.761000', '093943.764000', '093943.767000', '093943.769000', '093943.772000', '093943.774000', '093943.777000', '093943.779000', '093943.782000', '093943.784000', '093943.787000', '093943.789000', '093943.792000', '093943.795000', '093943.797000', '093943.800000', '093943.802000', '093943.805000', '093943.807000', '093943.810000', '093943.813000', '093943.815000', '093943.818000', '093943.820000', '093943.823000', '093943.826000', '093943.828000', '093943.831000', '093943.833000', '093943.836000', '093943.839000', '093943.842000', '093943.845000', '093943.847000', '093943.850000', '093943.853000', '093943.855000', '093943.858000', '093943.860000', '093943.863000', '094003.754000', '094003.786000', '094003.798000', '094003.801000', '094003.803000', '094003.806000', '094003.808000', '094003.811000', '094003.813000', '094003.816000', '094003.819000', '094003.821000', '094003.824000', '094003.826000', '094003.829000', '094003.831000', '094003.834000', '094003.837000', '094003.839000', '094003.842000', '094003.844000', '094003.847000', '094003.849000', '094003.852000', '094003.854000', '094003.857000', '094003.859000', '094003.862000', '094003.864000', '094003.867000', '094003.870000', '094003.872000', '094003.875000', '094003.877000', '094003.880000', '094003.882000', '094003.885000', '094003.887000', '094003.890000', '094003.893000', '094003.901000', '094003.903000', '094003.906000', '094003.908000', '094023.754000', '094023.756000', '094023.759000', '094023.762000', '094023.764000', '094023.767000', '094023.769000', '094023.772000', '094023.774000', '094023.777000', '094023.779000', '094023.782000', '094023.784000', '094023.787000', '094023.790000', '094023.792000', '094023.795000', '094023.797000', '094023.800000', '094023.803000', '094023.805000', '094023.808000', '094023.810000', '094023.813000', '094023.815000', '094023.818000', '094023.821000', '094023.823000', '094023.826000', '094023.829000', '094023.831000', '094023.834000', '094023.836000', '094023.839000', '094023.841000', '094023.852000', '094023.855000', '094023.857000', '094023.860000', '094023.862000', '094023.865000', '094023.867000', '094023.870000', '094043.753000', '094043.756000', '094043.759000', '094043.762000', '094043.764000', '094043.767000', '094043.769000', '094043.772000', '094043.774000', '094043.777000', '094043.779000', '094043.782000', '094043.785000', '094043.787000', '094043.790000', '094043.792000', '094043.795000', '094043.797000', '094043.800000', '094043.803000', '094043.805000', '094043.808000', '094043.810000', '094043.813000', '094043.816000', '094043.818000', '094043.821000', '094043.823000', '094043.826000', '094043.828000', '094043.831000', '094043.834000', '094043.836000', '094043.839000', '094043.841000', '094043.844000', '094043.846000', '094043.849000', '094043.852000', '094043.854000', '094043.857000', '094043.859000', '094043.862000', '094043.864000', '094103.752000', '094103.755000', '094103.758000', '094103.761000', '094103.763000', '094103.766000', '094103.769000', '094103.771000', '094103.774000', '094103.776000', '094103.779000', '094103.781000', '094103.784000', '094103.787000', '094103.789000', '094103.792000', '094103.794000', '094103.797000', '094103.799000', '094103.802000', '094103.804000', '094103.807000', '094103.810000', '094103.812000', '094103.815000', '094103.817000', '094103.820000', '094103.823000', '094103.825000', '094103.828000', '094103.830000', '094103.833000', '094103.835000', '094103.838000', '094103.841000', '094103.843000', '094103.846000', '094103.848000', '094103.851000', '094103.854000', '094103.856000', '094103.859000', '094103.861000', '094123.753000', '094123.756000', '094123.759000', '094123.762000', '094123.764000', '094123.767000', '094123.769000', '094123.772000', '094123.774000', '094123.777000', '094123.780000', '094123.782000', '094123.785000', '094123.787000', '094123.790000', '094123.792000', '094123.795000', '094123.798000', '094123.800000', '094123.803000', '094123.805000', '094123.808000', '094123.810000', '094123.813000', '094123.816000', '094123.818000', '094123.821000', '094123.824000', '094123.826000', '094123.829000', '094123.832000', '094123.834000', '094123.837000', '094123.839000', '094123.842000', '094123.844000', '094123.847000', '094123.850000', '094123.852000', '094123.855000', '094123.857000', '094123.860000', '094123.863000', '094123.865000', '094143.753000', '094143.756000', '094143.759000', '094143.761000', '094143.764000', '094143.767000', '094143.769000', '094143.772000', '094143.774000', '094143.777000', '094143.779000', '094143.782000', '094143.784000', '094143.787000', '094143.790000', '094143.792000', '094143.795000', '094143.797000', '094143.800000', '094143.802000', '094143.805000', '094143.808000', '094143.810000', '094143.813000', '094143.816000', '094143.818000', '094143.821000', '094143.823000', '094143.826000', '094143.829000', '094143.831000', '094143.834000', '094143.836000', '094143.839000', '094143.841000', '094143.844000', '094143.847000', '094143.849000', '094143.852000', '094143.854000', '094143.857000', '094143.859000', '094143.862000', '094203.753000', '094203.756000', '094203.759000', '094203.761000', '094203.764000', '094203.767000', '094203.769000', '094203.772000', '094203.774000', '094203.777000', '094203.779000', '094203.782000', '094203.785000', '094203.787000', '094203.790000', '094203.792000', '094203.795000', '094203.798000', '094203.800000', '094203.803000', '094203.805000', '094203.808000', '094203.810000', '094203.813000', '094203.815000', '094203.818000', '094203.821000', '094203.823000', '094203.826000', '094203.828000', '094203.831000', '094203.834000', '094203.836000', '094203.839000', '094203.842000', '094203.844000', '094203.847000', '094203.849000', '094203.852000', '094203.855000', '094203.857000', '094203.860000', '094203.862000', '094203.865000', '094223.753000', '094223.756000', '094223.759000', '094223.761000', '094223.764000', '094223.767000', '094223.769000', '094223.772000', '094223.774000', '094223.777000', '094223.779000', '094223.782000', '094223.784000', '094223.787000', '094223.790000', '094223.792000', '094223.795000', '094223.797000', '094223.800000', '094223.803000', '094223.805000', '094223.808000', '094223.810000', '094223.813000', '094223.816000', '094223.818000', '094223.821000', '094223.823000', '094223.826000', '094223.828000', '094223.831000', '094223.833000', '094223.836000', '094223.839000', '094223.841000', '094223.844000', '094223.846000', '094223.849000', '094223.852000', '094223.854000', '094223.857000', '094223.859000', '094223.862000', '094243.753000', '094243.756000', '094243.759000', '094243.762000', '094243.764000', '094243.767000', '094243.769000', '094243.772000', '094243.774000', '094243.777000', '094243.780000', '094243.782000', '094243.785000', '094243.787000', '094243.790000', '094243.793000', '094243.795000', '094243.798000', '094243.800000', '094243.803000', '094243.806000', '094243.808000', '094243.811000', '094243.813000', '094243.816000', '094243.818000', '094243.821000', '094243.824000', '094243.826000', '094243.829000', '094243.831000', '094243.834000', '094243.837000', '094243.839000', '094243.842000', '094243.844000', '094243.847000', '094243.849000', '094243.852000', '094243.854000', '094243.857000', '094243.860000', '094243.862000', '094243.865000', '094303.753000', '094303.756000', '094303.759000', '094303.761000', '094303.764000', '094303.766000', '094303.769000', '094303.772000', '094303.774000', '094303.777000', '094303.779000', '094303.782000', '094303.784000', '094303.787000', '094303.790000', '094303.792000', '094303.795000', '094303.797000', '094303.800000', '094303.802000', '094303.805000', '094303.807000', '094303.818000', '094303.820000', '094303.823000', '094303.826000', '094303.828000', '094303.831000', '094303.833000', '094303.836000', '094303.839000', '094303.841000', '094303.844000', '094303.846000', '094303.849000', '094303.851000', '094303.854000', '094303.857000', '094303.859000', '094303.862000', '094303.864000', '094303.867000', '094303.870000', '094323.753000', '094323.755000', '094323.758000', '094323.760000', '094323.763000', '094323.766000', '094323.768000', '094323.771000', '094323.774000', '094323.776000', '094323.779000', '094323.781000', '094323.784000', '094323.786000', '094323.789000', '094323.791000', '094323.794000', '094323.797000', '094323.799000', '094323.802000', '094323.804000', '094323.807000', '094323.809000', '094323.812000', '094323.815000', '094323.817000', '094323.820000', '094323.822000', '094323.825000', '094323.828000', '094323.830000', '094323.833000', '094323.835000', '094323.838000', '094323.840000', '094323.843000', '094323.846000', '094323.848000', '094323.851000', '094323.853000', '094323.856000', '094323.859000', '094323.861000', '094323.864000', '094343.753000', '094343.756000', '094343.759000', '094343.761000', '094343.764000', '094343.767000', '094343.769000', '094343.772000', '094343.774000', '094343.777000', '094343.779000', '094343.782000', '094343.785000', '094343.787000', '094343.790000', '094343.793000', '094343.795000', '094343.798000', '094343.800000', '094343.803000', '094343.806000', '094343.808000', '094343.811000', '094343.813000', '094343.816000', '094343.819000', '094343.821000', '094343.824000', '094343.826000', '094343.829000', '094343.831000', '094343.834000', '094343.837000', '094343.839000', '094343.842000', '094343.844000', '094343.847000', '094343.850000', '094343.852000', '094343.855000', '094343.857000', '094343.860000', '094343.862000', '094403.754000', '094403.756000', '094403.759000', '094403.762000', '094403.764000', '094403.767000', '094403.769000', '094403.772000', '094403.774000', '094403.777000', '094403.780000', '094403.782000', '094403.786000', '094403.789000', '094403.791000', '094403.794000', '094403.796000', '094403.799000', '094403.802000', '094403.804000', '094403.807000', '094403.809000', '094403.812000', '094403.815000', '094403.817000', '094403.820000', '094403.822000', '094403.825000', '094403.828000', '094403.830000', '094403.833000', '094403.835000', '094403.838000', '094403.841000', '094403.843000', '094403.846000', '094403.849000', '094403.851000', '094403.854000', '094403.857000', '094403.859000', '094403.862000', '094403.865000', '094423.754000', '094423.756000', '094423.759000', '094423.762000', '094423.764000', '094423.767000', '094423.769000', '094423.772000', '094423.774000', '094423.777000', '094423.780000', '094423.782000', '094423.785000', '094423.787000', '094423.790000', '094423.793000', '094423.795000', '094423.798000', '094423.800000', '094423.803000', '094423.806000', '094423.808000', '094423.811000', '094423.813000', '094423.816000', '094423.818000', '094423.821000', '094423.824000', '094423.826000', '094423.829000', '094423.831000', '094423.834000', '094423.837000', '094423.839000', '094423.842000', '094423.844000', '094423.847000', '094423.849000', '094423.852000', '094423.854000', '094423.857000', '094423.860000', '094423.862000', '094423.865000', '094443.754000', '094443.756000', '094443.759000', '094443.762000', '094443.764000', '094443.767000', '094443.769000', '094443.772000', '094443.775000', '094443.777000', '094443.780000', '094443.782000', '094443.785000', '094443.787000', '094443.790000', '094443.792000', '094443.795000', '094443.798000', '094443.800000', '094443.803000', '094443.805000', '094443.808000', '094443.811000', '094443.813000', '094443.816000', '094443.818000', '094443.821000', '094443.824000', '094443.826000', '094443.829000', '094443.832000', '094443.834000', '094443.837000', '094443.839000', '094443.842000', '094443.845000', '094443.847000', '094443.850000', '094443.853000', '094443.855000', '094443.858000', '094443.860000', '094443.863000', '094503.753000', '094503.756000', '094503.759000', '094503.761000', '094503.764000', '094503.767000', '094503.769000', '094503.772000', '094503.774000', '094503.777000', '094503.779000', '094503.782000', '094503.784000', '094503.787000', '094503.790000', '094503.792000', '094503.795000', '094503.797000', '094503.800000', '094503.803000', '094503.805000', '094503.808000', '094503.810000', '094503.813000', '094503.815000', '094503.818000', '094503.821000', '094503.823000', '094503.826000', '094503.828000', '094503.831000', '094503.834000', '094503.836000', '094503.839000', '094503.841000', '094503.844000', '094503.846000', '094503.849000', '094503.852000', '094503.854000', '094503.857000', '094503.859000', '094503.862000', '094503.865000', '094523.753000', '094523.756000', '094523.759000', '094523.762000', '094523.764000', '094523.767000', '094523.769000', '094523.772000', '094523.774000', '094523.777000', '094523.779000', '094523.782000', '094523.784000', '094523.787000', '094523.790000', '094523.792000', '094523.795000', '094523.797000', '094523.800000', '094523.802000', '094523.805000', '094523.808000', '094523.810000', '094523.813000', '094523.815000', '094523.818000', '094523.820000', '094523.824000', '094523.826000', '094523.829000', '094523.832000', '094523.834000', '094523.837000', '094523.839000', '094523.842000', '094523.845000', '094523.847000', '094523.850000', '094523.852000', '094523.855000', '094523.857000', '094523.860000', '094523.862000', '094543.752000', '094543.755000', '094543.758000', '094543.761000', '094543.763000', '094543.766000', '094543.768000', '094543.771000', '094543.773000', '094543.776000', '094543.778000', '094543.781000', '094543.783000', '094543.786000', '094543.789000', '094543.791000', '094543.794000', '094543.797000', '094543.799000', '094543.802000', '094543.804000', '094543.807000', '094543.809000', '094543.812000', '094543.815000', '094543.817000', '094543.820000', '094543.822000', '094543.825000', '094543.827000', '094543.830000', '094543.833000', '094543.835000', '094543.838000', '094543.840000', '094543.843000', '094543.846000', '094543.848000', '094543.851000', '094543.853000', '094543.856000', '094543.859000', '094543.861000', '094543.864000', '094603.766000', '094603.769000', '094603.772000', '094603.774000', '094603.777000', '094603.779000', '094603.782000', '094603.784000', '094603.787000', '094603.790000', '094603.792000', '094603.795000', '094603.797000', '094603.800000', '094603.802000', '094603.805000', '094603.807000', '094603.810000', '094603.813000', '094603.815000', '094603.818000', '094603.820000', '094603.823000', '094603.825000', '094603.828000', '094603.831000', '094603.833000', '094603.836000', '094603.838000', '094603.841000', '094603.844000', '094603.846000', '094603.849000', '094603.851000', '094603.854000', '094603.856000', '094603.859000', '094603.862000', '094603.864000', '094603.867000', '094603.869000', '094603.872000', '094603.874000', '094623.754000', '094623.757000', '094623.759000', '094623.762000', '094623.764000', '094623.767000', '094623.770000', '094623.772000', '094623.775000', '094623.777000', '094623.780000', '094623.782000', '094623.785000', '094623.787000', '094623.790000', '094623.793000', '094623.795000', '094623.798000', '094623.800000', '094623.803000', '094623.805000', '094623.808000', '094623.811000', '094623.813000', '094623.816000', '094623.818000', '094623.821000', '094623.823000', '094623.826000', '094623.829000', '094623.831000', '094623.834000', '094623.836000', '094623.839000', '094623.842000', '094623.844000', '094623.847000', '094623.849000', '094623.852000', '094623.854000', '094623.857000', '094623.860000', '094623.862000', '094623.865000', '094643.754000', '094643.756000', '094643.759000', '094643.762000', '094643.764000', '094643.767000', '094643.769000', '094643.772000', '094643.775000', '094643.777000', '094643.780000', '094643.782000', '094643.785000', '094643.788000', '094643.790000', '094643.793000', '094643.795000', '094643.798000', '094643.801000', '094643.803000', '094643.806000', '094643.808000', '094643.811000', '094643.814000', '094643.816000', '094643.819000', '094643.821000', '094643.824000', '094643.827000', '094643.829000', '094643.832000', '094643.834000', '094643.837000', '094643.840000', '094643.842000', '094643.845000', '094643.847000', '094643.850000', '094643.852000', '094643.855000', '094643.858000', '094643.861000', '094643.864000', '094703.754000', '094703.756000', '094703.759000', '094703.761000', '094703.764000', '094703.767000', '094703.769000', '094703.772000', '094703.774000', '094703.777000', '094703.779000', '094703.782000', '094703.785000', '094703.787000', '094703.790000', '094703.792000', '094703.795000', '094703.798000', '094703.800000', '094703.803000', '094703.805000', '094703.808000', '094703.810000', '094703.813000', '094703.816000', '094703.818000', '094703.821000', '094703.824000', '094703.826000', '094703.829000', '094703.831000', '094703.834000', '094703.836000', '094703.839000', '094703.842000', '094703.844000', '094703.847000', '094703.849000', '094703.852000', '094703.854000', '094703.857000', '094703.860000', '094703.862000', '094703.865000', '094723.753000', '094723.756000', '094723.759000', '094723.761000', '094723.764000', '094723.766000', '094723.769000', '094723.772000', '094723.774000', '094723.777000', '094723.780000', '094723.782000', '094723.785000', '094723.787000', '094723.790000', '094723.792000', '094723.795000', '094723.798000', '094723.800000', '094723.803000', '094723.805000', '094723.808000', '094723.811000', '094723.813000', '094723.816000', '094723.818000', '094723.821000', '094723.824000', '094723.826000', '094723.829000', '094723.831000', '094723.834000', '094723.836000', '094723.839000', '094723.843000', '094723.846000', '094723.848000', '094723.851000', '094723.854000', '094723.856000', '094723.859000', '094723.861000', '094723.864000', '094743.754000', '094743.756000', '094743.759000', '094743.762000', '094743.764000', '094743.767000', '094743.769000', '094743.772000', '094743.774000', '094743.777000', '094743.780000', '094743.782000', '094743.785000', '094743.787000', '094743.790000', '094743.792000', '094743.795000', '094743.798000', '094743.800000', '094743.803000', '094743.805000', '094743.808000', '094743.811000', '094743.813000', '094743.816000', '094743.819000', '094743.821000', '094743.824000', '094743.827000', '094743.829000', '094743.832000', '094743.834000', '094743.837000', '094743.840000', '094743.842000', '094743.845000', '094743.848000', '094743.850000', '094743.853000', '094743.855000', '094743.858000', '094743.861000', '094743.863000', '094743.866000', '094803.753000', '094803.755000', '094803.758000', '094803.761000', '094803.763000', '094803.766000', '094803.768000', '094803.771000', '094803.773000', '094803.776000', '094803.779000', '094803.781000', '094803.784000', '094803.786000', '094803.789000', '094803.792000', '094803.794000', '094803.797000', '094803.799000', '094803.802000', '094803.805000', '094803.807000', '094803.810000', '094803.812000', '094803.815000', '094803.818000', '094803.820000', '094803.823000', '094803.825000', '094803.828000', '094803.831000', '094803.833000', '094803.836000', '094803.838000', '094803.841000', '094803.843000', '094803.846000', '094803.849000', '094803.851000', '094803.854000', '094803.856000', '094803.859000', '094803.862000', '094823.754000', '094823.756000', '094823.759000', '094823.762000', '094823.764000', '094823.767000', '094823.769000', '094823.772000', '094823.774000', '094823.777000', '094823.780000', '094823.782000', '094823.785000', '094823.787000', '094823.790000', '094823.792000', '094823.795000', '094823.797000', '094823.800000', '094823.803000', '094823.805000', '094823.808000', '094823.811000', '094823.813000', '094823.816000', '094823.819000', '094823.821000', '094823.824000', '094823.826000', '094823.829000', '094823.831000', '094823.834000', '094823.837000', '094823.839000', '094823.842000', '094823.844000', '094823.847000', '094823.849000', '094823.852000', '094823.855000', '094823.857000', '094823.860000', '094823.862000', '094823.865000', '094843.753000', '094843.756000', '094843.759000', '094843.762000', '094843.764000', '094843.767000', '094843.769000', '094843.772000', '094843.775000', '094843.777000', '094843.780000', '094843.782000', '094843.785000', '094843.787000', '094843.790000', '094843.792000', '094843.795000', '094843.798000', '094843.800000', '094843.803000', '094843.805000', '094843.808000', '094843.810000', '094843.813000', '094843.816000', '094843.818000', '094843.821000', '094843.824000', '094843.826000', '094843.829000', '094843.831000', '094843.834000', '094843.836000', '094843.839000', '094843.842000', '094843.844000', '094843.847000', '094843.849000', '094843.852000', '094843.855000', '094843.857000', '094843.860000', '094843.862000', '094903.754000', '094903.757000', '094903.759000', '094903.762000', '094903.764000', '094903.767000', '094903.770000', '094903.772000', '094903.775000', '094903.777000', '094903.780000', '094903.783000', '094903.785000', '094903.788000', '094903.790000', '094903.793000', '094903.795000', '094903.798000', '094903.800000', '094903.803000', '094903.806000', '094903.808000', '094903.811000', '094903.813000', '094903.816000', '094903.819000', '094903.821000', '094903.824000', '094903.826000', '094903.829000', '094903.831000', '094903.834000', '094903.837000', '094903.839000', '094903.842000', '094903.844000', '094903.847000', '094903.850000', '094903.852000', '094903.855000', '094903.857000', '094903.860000', '094903.862000', '094903.865000', '094923.754000', '094923.757000', '094923.759000', '094923.762000', '094923.764000', '094923.767000', '094923.769000', '094923.772000', '094923.775000', '094923.777000', '094923.780000', '094923.782000', '094923.785000', '094923.788000', '094923.790000', '094923.793000', '094923.795000', '094923.798000', '094923.800000', '094923.803000', '094923.806000', '094923.808000', '094923.811000', '094923.813000', '094923.816000', '094923.819000', '094923.821000', '094923.824000', '094923.826000', '094923.829000', '094923.832000', '094923.834000', '094923.837000', '094923.839000', '094923.842000', '094923.845000', '094923.847000', '094923.850000', '094923.852000', '094923.855000', '094923.857000', '094923.860000', '094923.863000', '094943.753000', '094943.756000', '094943.759000', '094943.762000', '094943.764000', '094943.767000', '094943.769000', '094943.772000', '094943.774000', '094943.777000', '094943.779000', '094943.782000', '094943.785000', '094943.787000', '094943.790000', '094943.792000', '094943.795000', '094943.797000', '094943.800000', '094943.803000', '094943.805000', '094943.808000', '094943.810000', '094943.813000', '094943.816000', '094943.818000', '094943.821000', '094943.823000', '094943.826000', '094943.829000', '094943.831000', '094943.834000', '094943.836000', '094943.839000', '094943.848000', '094943.851000', '094943.853000', '094943.856000', '094943.858000', '094943.861000', '094943.863000', '094943.866000', '094943.869000', '094943.871000', '095003.754000', '095003.756000', '095003.759000', '095003.762000', '095003.764000', '095003.767000', '095003.769000', '095003.772000', '095003.775000', '095003.777000', '095003.780000', '095003.782000', '095003.785000', '095003.788000', '095003.790000', '095003.793000', '095003.796000', '095003.798000', '095003.801000', '095003.803000', '095003.806000', '095003.809000', '095003.811000', '095003.814000', '095003.816000', '095003.819000', '095003.822000', '095003.824000', '095003.827000', '095003.829000', '095003.832000', '095003.837000', '095003.840000', '095003.843000', '095003.845000', '095003.848000', '095003.851000', '095003.853000', '095003.856000', '095003.858000', '095003.861000', '095003.863000', '095003.866000', '095023.753000', '095023.756000', '095023.758000', '095023.761000', '095023.764000', '095023.766000', '095023.769000', '095023.772000', '095023.774000', '095023.777000', '095023.779000', '095023.782000', '095023.785000', '095023.788000', '095023.791000', '095023.793000', '095023.796000', '095023.799000', '095023.801000', '095023.804000', '095023.807000', '095023.809000', '095023.812000', '095023.814000', '095023.817000', '095023.820000', '095023.822000', '095023.825000', '095023.827000', '095023.830000', '095023.832000', '095023.835000', '095023.838000', '095023.840000', '095023.843000', '095023.845000', '095023.848000', '095023.851000', '095023.853000', '095023.856000', '095023.858000', '095023.861000', '095023.863000', '095023.866000', '095043.754000', '095043.756000', '095043.759000', '095043.762000', '095043.764000', '095043.767000', '095043.769000', '095043.772000', '095043.775000', '095043.777000', '095043.780000', '095043.782000', '095043.785000', '095043.787000', '095043.790000', '095043.792000', '095043.795000', '095043.798000', '095043.800000', '095043.803000', '095043.806000', '095043.808000', '095043.811000', '095043.813000', '095043.816000', '095043.819000', '095043.821000', '095043.824000', '095043.826000', '095043.829000', '095043.832000', '095043.834000', '095043.837000', '095043.839000', '095043.842000', '095043.845000', '095043.847000', '095043.850000', '095043.852000', '095043.855000', '095043.857000', '095043.860000', '095043.863000', '095103.754000', '095103.756000', '095103.766000', '095103.769000', '095103.772000', '095103.774000', '095103.777000', '095103.779000', '095103.782000', '095103.785000', '095103.787000', '095103.790000', '095103.792000', '095103.795000', '095103.797000', '095103.800000', '095103.803000', '095103.805000', '095103.808000', '095103.810000', '095103.813000', '095103.816000', '095103.818000', '095103.821000', '095103.824000', '095103.826000', '095103.829000', '095103.831000', '095103.834000', '095103.836000', '095103.839000', '095103.842000', '095103.844000', '095103.847000', '095103.850000', '095103.852000', '095103.855000', '095103.857000', '095103.860000', '095103.863000', '095103.865000', '095103.868000', '095103.870000', '095123.754000', '095123.756000', '095123.759000', '095123.762000', '095123.764000', '095123.767000', '095123.769000', '095123.772000', '095123.775000', '095123.777000', '095123.780000', '095123.782000', '095123.785000', '095123.787000', '095123.790000', '095123.793000', '095123.795000', '095123.798000', '095123.800000', '095123.803000', '095123.806000', '095123.808000', '095123.811000', '095123.813000', '095123.816000', '095123.819000', '095123.821000', '095123.824000', '095123.826000', '095123.829000', '095123.832000', '095123.834000', '095123.837000', '095123.839000', '095123.842000', '095123.844000', '095123.847000', '095123.850000', '095123.852000', '095123.855000', '095123.857000', '095123.860000', '095123.863000', '095123.865000', '095140.040000', '095140.043000', '095140.046000', '095140.048000', '095140.051000', '095140.053000', '095140.056000', '095140.059000', '095140.061000', '095140.064000', '095140.066000', '095140.069000', '095140.072000', '095140.074000', '095140.077000', '095140.080000', '095140.082000', '095140.085000', '095140.087000', '095140.090000', '095140.092000', '095140.095000', '095140.098000', '095140.100000', '095140.103000', '095140.106000', '095140.108000', '095140.111000', '095140.114000', '095140.116000', '095140.119000', '095140.121000', '095140.124000', '095140.127000', '095140.129000', '095140.132000'], 'InstanceCreationTime': ['093923.817000', '093923.820000', '093923.823000', '093923.825000', '093923.828000', '093923.831000', '093923.833000', '093923.836000', '093923.838000', '093923.841000', '093923.843000', '093923.846000', '093923.848000', '093923.851000', '093923.854000', '093923.856000', '093923.859000', '093923.861000', '093923.864000', '093923.866000', '093923.869000', '093923.871000', '093923.881000', '093923.883000', '093923.886000', '093923.888000', '093923.891000', '093923.894000', '093923.896000', '093923.899000', '093923.901000', '093923.904000', '093923.906000', '093923.909000', '093923.911000', '093923.914000', '093923.916000', '093923.919000', '093923.922000', '093943.753000', '093943.756000', '093943.759000', '093943.761000', '093943.764000', '093943.767000', '093943.769000', '093943.772000', '093943.774000', '093943.777000', '093943.779000', '093943.782000', '093943.784000', '093943.787000', '093943.789000', '093943.792000', '093943.795000', '093943.797000', '093943.800000', '093943.802000', '093943.805000', '093943.807000', '093943.810000', '093943.813000', '093943.815000', '093943.818000', '093943.820000', '093943.823000', '093943.826000', '093943.828000', '093943.831000', '093943.833000', '093943.836000', '093943.839000', '093943.842000', '093943.845000', '093943.847000', '093943.850000', '093943.853000', '093943.855000', '093943.858000', '093943.860000', '093943.863000', '094003.754000', '094003.786000', '094003.798000', '094003.801000', '094003.803000', '094003.806000', '094003.808000', '094003.811000', '094003.813000', '094003.816000', '094003.819000', '094003.821000', '094003.824000', '094003.826000', '094003.829000', '094003.831000', '094003.834000', '094003.837000', '094003.839000', '094003.842000', '094003.844000', '094003.847000', '094003.849000', '094003.852000', '094003.854000', '094003.857000', '094003.859000', '094003.862000', '094003.864000', '094003.867000', '094003.870000', '094003.872000', '094003.875000', '094003.877000', '094003.880000', '094003.882000', '094003.885000', '094003.887000', '094003.890000', '094003.893000', '094003.901000', '094003.903000', '094003.906000', '094003.908000', '094023.754000', '094023.756000', '094023.759000', '094023.762000', '094023.764000', '094023.767000', '094023.769000', '094023.772000', '094023.774000', '094023.777000', '094023.779000', '094023.782000', '094023.784000', '094023.787000', '094023.790000', '094023.792000', '094023.795000', '094023.797000', '094023.800000', '094023.803000', '094023.805000', '094023.808000', '094023.810000', '094023.813000', '094023.815000', '094023.818000', '094023.821000', '094023.823000', '094023.826000', '094023.829000', '094023.831000', '094023.834000', '094023.836000', '094023.839000', '094023.841000', '094023.852000', '094023.855000', '094023.857000', '094023.860000', '094023.862000', '094023.865000', '094023.867000', '094023.870000', '094043.753000', '094043.756000', '094043.759000', '094043.762000', '094043.764000', '094043.767000', '094043.769000', '094043.772000', '094043.774000', '094043.777000', '094043.779000', '094043.782000', '094043.785000', '094043.787000', '094043.790000', '094043.792000', '094043.795000', '094043.797000', '094043.800000', '094043.803000', '094043.805000', '094043.808000', '094043.810000', '094043.813000', '094043.816000', '094043.818000', '094043.821000', '094043.823000', '094043.826000', '094043.828000', '094043.831000', '094043.834000', '094043.836000', '094043.839000', '094043.841000', '094043.844000', '094043.846000', '094043.849000', '094043.852000', '094043.854000', '094043.857000', '094043.859000', '094043.862000', '094043.864000', '094103.752000', '094103.755000', '094103.758000', '094103.761000', '094103.763000', '094103.766000', '094103.769000', '094103.771000', '094103.774000', '094103.776000', '094103.779000', '094103.781000', '094103.784000', '094103.787000', '094103.789000', '094103.792000', '094103.794000', '094103.797000', '094103.799000', '094103.802000', '094103.804000', '094103.807000', '094103.810000', '094103.812000', '094103.815000', '094103.817000', '094103.820000', '094103.823000', '094103.825000', '094103.828000', '094103.830000', '094103.833000', '094103.835000', '094103.838000', '094103.841000', '094103.843000', '094103.846000', '094103.848000', '094103.851000', '094103.854000', '094103.856000', '094103.859000', '094103.861000', '094123.753000', '094123.756000', '094123.759000', '094123.762000', '094123.764000', '094123.767000', '094123.769000', '094123.772000', '094123.774000', '094123.777000', '094123.780000', '094123.782000', '094123.785000', '094123.787000', '094123.790000', '094123.792000', '094123.795000', '094123.798000', '094123.800000', '094123.803000', '094123.805000', '094123.808000', '094123.810000', '094123.813000', '094123.816000', '094123.818000', '094123.821000', '094123.824000', '094123.826000', '094123.829000', '094123.832000', '094123.834000', '094123.837000', '094123.839000', '094123.842000', '094123.844000', '094123.847000', '094123.850000', '094123.852000', '094123.855000', '094123.857000', '094123.860000', '094123.863000', '094123.865000', '094143.753000', '094143.756000', '094143.759000', '094143.761000', '094143.764000', '094143.767000', '094143.769000', '094143.772000', '094143.774000', '094143.777000', '094143.779000', '094143.782000', '094143.784000', '094143.787000', '094143.790000', '094143.792000', '094143.795000', '094143.797000', '094143.800000', '094143.802000', '094143.805000', '094143.808000', '094143.810000', '094143.813000', '094143.816000', '094143.818000', '094143.821000', '094143.823000', '094143.826000', '094143.829000', '094143.831000', '094143.834000', '094143.836000', '094143.839000', '094143.841000', '094143.844000', '094143.847000', '094143.849000', '094143.852000', '094143.854000', '094143.857000', '094143.859000', '094143.862000', '094203.753000', '094203.756000', '094203.759000', '094203.761000', '094203.764000', '094203.767000', '094203.769000', '094203.772000', '094203.774000', '094203.777000', '094203.779000', '094203.782000', '094203.785000', '094203.787000', '094203.790000', '094203.792000', '094203.795000', '094203.798000', '094203.800000', '094203.803000', '094203.805000', '094203.808000', '094203.810000', '094203.813000', '094203.815000', '094203.818000', '094203.821000', '094203.823000', '094203.826000', '094203.828000', '094203.831000', '094203.834000', '094203.836000', '094203.839000', '094203.842000', '094203.844000', '094203.847000', '094203.849000', '094203.852000', '094203.855000', '094203.857000', '094203.860000', '094203.862000', '094203.865000', '094223.753000', '094223.756000', '094223.759000', '094223.761000', '094223.764000', '094223.767000', '094223.769000', '094223.772000', '094223.774000', '094223.777000', '094223.779000', '094223.782000', '094223.784000', '094223.787000', '094223.790000', '094223.792000', '094223.795000', '094223.797000', '094223.800000', '094223.803000', '094223.805000', '094223.808000', '094223.810000', '094223.813000', '094223.816000', '094223.818000', '094223.821000', '094223.823000', '094223.826000', '094223.828000', '094223.831000', '094223.833000', '094223.836000', '094223.839000', '094223.841000', '094223.844000', '094223.846000', '094223.849000', '094223.852000', '094223.854000', '094223.857000', '094223.859000', '094223.862000', '094243.753000', '094243.756000', '094243.759000', '094243.762000', '094243.764000', '094243.767000', '094243.769000', '094243.772000', '094243.774000', '094243.777000', '094243.780000', '094243.782000', '094243.785000', '094243.787000', '094243.790000', '094243.793000', '094243.795000', '094243.798000', '094243.800000', '094243.803000', '094243.806000', '094243.808000', '094243.811000', '094243.813000', '094243.816000', '094243.818000', '094243.821000', '094243.824000', '094243.826000', '094243.829000', '094243.831000', '094243.834000', '094243.837000', '094243.839000', '094243.842000', '094243.844000', '094243.847000', '094243.849000', '094243.852000', '094243.854000', '094243.857000', '094243.860000', '094243.862000', '094243.865000', '094303.753000', '094303.756000', '094303.759000', '094303.761000', '094303.764000', '094303.766000', '094303.769000', '094303.772000', '094303.774000', '094303.777000', '094303.779000', '094303.782000', '094303.784000', '094303.787000', '094303.790000', '094303.792000', '094303.795000', '094303.797000', '094303.800000', '094303.802000', '094303.805000', '094303.807000', '094303.818000', '094303.820000', '094303.823000', '094303.826000', '094303.828000', '094303.831000', '094303.833000', '094303.836000', '094303.839000', '094303.841000', '094303.844000', '094303.846000', '094303.849000', '094303.851000', '094303.854000', '094303.857000', '094303.859000', '094303.862000', '094303.864000', '094303.867000', '094303.870000', '094323.753000', '094323.755000', '094323.758000', '094323.760000', '094323.763000', '094323.766000', '094323.768000', '094323.771000', '094323.774000', '094323.776000', '094323.779000', '094323.781000', '094323.784000', '094323.786000', '094323.789000', '094323.791000', '094323.794000', '094323.797000', '094323.799000', '094323.802000', '094323.804000', '094323.807000', '094323.809000', '094323.812000', '094323.815000', '094323.817000', '094323.820000', '094323.822000', '094323.825000', '094323.828000', '094323.830000', '094323.833000', '094323.835000', '094323.838000', '094323.840000', '094323.843000', '094323.846000', '094323.848000', '094323.851000', '094323.853000', '094323.856000', '094323.859000', '094323.861000', '094323.864000', '094343.753000', '094343.756000', '094343.759000', '094343.761000', '094343.764000', '094343.767000', '094343.769000', '094343.772000', '094343.774000', '094343.777000', '094343.779000', '094343.782000', '094343.785000', '094343.787000', '094343.790000', '094343.793000', '094343.795000', '094343.798000', '094343.800000', '094343.803000', '094343.806000', '094343.808000', '094343.811000', '094343.813000', '094343.816000', '094343.819000', '094343.821000', '094343.824000', '094343.826000', '094343.829000', '094343.831000', '094343.834000', '094343.837000', '094343.839000', '094343.842000', '094343.844000', '094343.847000', '094343.850000', '094343.852000', '094343.855000', '094343.857000', '094343.860000', '094343.862000', '094403.754000', '094403.756000', '094403.759000', '094403.762000', '094403.764000', '094403.767000', '094403.769000', '094403.772000', '094403.774000', '094403.777000', '094403.780000', '094403.782000', '094403.786000', '094403.789000', '094403.791000', '094403.794000', '094403.796000', '094403.799000', '094403.802000', '094403.804000', '094403.807000', '094403.809000', '094403.812000', '094403.815000', '094403.817000', '094403.820000', '094403.822000', '094403.825000', '094403.828000', '094403.830000', '094403.833000', '094403.835000', '094403.838000', '094403.841000', '094403.843000', '094403.846000', '094403.849000', '094403.851000', '094403.854000', '094403.857000', '094403.859000', '094403.862000', '094403.865000', '094423.754000', '094423.756000', '094423.759000', '094423.762000', '094423.764000', '094423.767000', '094423.769000', '094423.772000', '094423.774000', '094423.777000', '094423.780000', '094423.782000', '094423.785000', '094423.787000', '094423.790000', '094423.793000', '094423.795000', '094423.798000', '094423.800000', '094423.803000', '094423.806000', '094423.808000', '094423.811000', '094423.813000', '094423.816000', '094423.818000', '094423.821000', '094423.824000', '094423.826000', '094423.829000', '094423.831000', '094423.834000', '094423.837000', '094423.839000', '094423.842000', '094423.844000', '094423.847000', '094423.849000', '094423.852000', '094423.854000', '094423.857000', '094423.860000', '094423.862000', '094423.865000', '094443.754000', '094443.756000', '094443.759000', '094443.762000', '094443.764000', '094443.767000', '094443.769000', '094443.772000', '094443.775000', '094443.777000', '094443.780000', '094443.782000', '094443.785000', '094443.787000', '094443.790000', '094443.792000', '094443.795000', '094443.798000', '094443.800000', '094443.803000', '094443.805000', '094443.808000', '094443.811000', '094443.813000', '094443.816000', '094443.818000', '094443.821000', '094443.824000', '094443.826000', '094443.829000', '094443.832000', '094443.834000', '094443.837000', '094443.839000', '094443.842000', '094443.845000', '094443.847000', '094443.850000', '094443.853000', '094443.855000', '094443.858000', '094443.860000', '094443.863000', '094503.753000', '094503.756000', '094503.759000', '094503.761000', '094503.764000', '094503.767000', '094503.769000', '094503.772000', '094503.774000', '094503.777000', '094503.779000', '094503.782000', '094503.784000', '094503.787000', '094503.790000', '094503.792000', '094503.795000', '094503.797000', '094503.800000', '094503.803000', '094503.805000', '094503.808000', '094503.810000', '094503.813000', '094503.815000', '094503.818000', '094503.821000', '094503.823000', '094503.826000', '094503.828000', '094503.831000', '094503.834000', '094503.836000', '094503.839000', '094503.841000', '094503.844000', '094503.846000', '094503.849000', '094503.852000', '094503.854000', '094503.857000', '094503.859000', '094503.862000', '094503.865000', '094523.753000', '094523.756000', '094523.759000', '094523.762000', '094523.764000', '094523.767000', '094523.769000', '094523.772000', '094523.774000', '094523.777000', '094523.779000', '094523.782000', '094523.784000', '094523.787000', '094523.790000', '094523.792000', '094523.795000', '094523.797000', '094523.800000', '094523.802000', '094523.805000', '094523.808000', '094523.810000', '094523.813000', '094523.815000', '094523.818000', '094523.820000', '094523.824000', '094523.826000', '094523.829000', '094523.832000', '094523.834000', '094523.837000', '094523.839000', '094523.842000', '094523.845000', '094523.847000', '094523.850000', '094523.852000', '094523.855000', '094523.857000', '094523.860000', '094523.862000', '094543.752000', '094543.755000', '094543.758000', '094543.761000', '094543.763000', '094543.766000', '094543.768000', '094543.771000', '094543.773000', '094543.776000', '094543.778000', '094543.781000', '094543.783000', '094543.786000', '094543.789000', '094543.791000', '094543.794000', '094543.797000', '094543.799000', '094543.802000', '094543.804000', '094543.807000', '094543.809000', '094543.812000', '094543.815000', '094543.817000', '094543.820000', '094543.822000', '094543.825000', '094543.827000', '094543.830000', '094543.833000', '094543.835000', '094543.838000', '094543.840000', '094543.843000', '094543.846000', '094543.848000', '094543.851000', '094543.853000', '094543.856000', '094543.859000', '094543.861000', '094543.864000', '094603.766000', '094603.769000', '094603.772000', '094603.774000', '094603.777000', '094603.779000', '094603.782000', '094603.784000', '094603.787000', '094603.790000', '094603.792000', '094603.795000', '094603.797000', '094603.800000', '094603.802000', '094603.805000', '094603.807000', '094603.810000', '094603.813000', '094603.815000', '094603.818000', '094603.820000', '094603.823000', '094603.825000', '094603.828000', '094603.831000', '094603.833000', '094603.836000', '094603.838000', '094603.841000', '094603.844000', '094603.846000', '094603.849000', '094603.851000', '094603.854000', '094603.856000', '094603.859000', '094603.862000', '094603.864000', '094603.867000', '094603.869000', '094603.872000', '094603.874000', '094623.754000', '094623.757000', '094623.759000', '094623.762000', '094623.764000', '094623.767000', '094623.770000', '094623.772000', '094623.775000', '094623.777000', '094623.780000', '094623.782000', '094623.785000', '094623.787000', '094623.790000', '094623.793000', '094623.795000', '094623.798000', '094623.800000', '094623.803000', '094623.805000', '094623.808000', '094623.811000', '094623.813000', '094623.816000', '094623.818000', '094623.821000', '094623.823000', '094623.826000', '094623.829000', '094623.831000', '094623.834000', '094623.836000', '094623.839000', '094623.842000', '094623.844000', '094623.847000', '094623.849000', '094623.852000', '094623.854000', '094623.857000', '094623.860000', '094623.862000', '094623.865000', '094643.754000', '094643.756000', '094643.759000', '094643.762000', '094643.764000', '094643.767000', '094643.769000', '094643.772000', '094643.775000', '094643.777000', '094643.780000', '094643.782000', '094643.785000', '094643.788000', '094643.790000', '094643.793000', '094643.795000', '094643.798000', '094643.801000', '094643.803000', '094643.806000', '094643.808000', '094643.811000', '094643.814000', '094643.816000', '094643.819000', '094643.821000', '094643.824000', '094643.827000', '094643.829000', '094643.832000', '094643.834000', '094643.837000', '094643.840000', '094643.842000', '094643.845000', '094643.847000', '094643.850000', '094643.852000', '094643.855000', '094643.858000', '094643.861000', '094643.864000', '094703.754000', '094703.756000', '094703.759000', '094703.761000', '094703.764000', '094703.767000', '094703.769000', '094703.772000', '094703.774000', '094703.777000', '094703.779000', '094703.782000', '094703.785000', '094703.787000', '094703.790000', '094703.792000', '094703.795000', '094703.798000', '094703.800000', '094703.803000', '094703.805000', '094703.808000', '094703.810000', '094703.813000', '094703.816000', '094703.818000', '094703.821000', '094703.824000', '094703.826000', '094703.829000', '094703.831000', '094703.834000', '094703.836000', '094703.839000', '094703.842000', '094703.844000', '094703.847000', '094703.849000', '094703.852000', '094703.854000', '094703.857000', '094703.860000', '094703.862000', '094703.865000', '094723.753000', '094723.756000', '094723.759000', '094723.761000', '094723.764000', '094723.766000', '094723.769000', '094723.772000', '094723.774000', '094723.777000', '094723.780000', '094723.782000', '094723.785000', '094723.787000', '094723.790000', '094723.792000', '094723.795000', '094723.798000', '094723.800000', '094723.803000', '094723.805000', '094723.808000', '094723.811000', '094723.813000', '094723.816000', '094723.818000', '094723.821000', '094723.824000', '094723.826000', '094723.829000', '094723.831000', '094723.834000', '094723.836000', '094723.839000', '094723.843000', '094723.846000', '094723.848000', '094723.851000', '094723.854000', '094723.856000', '094723.859000', '094723.861000', '094723.864000', '094743.754000', '094743.756000', '094743.759000', '094743.762000', '094743.764000', '094743.767000', '094743.769000', '094743.772000', '094743.774000', '094743.777000', '094743.780000', '094743.782000', '094743.785000', '094743.787000', '094743.790000', '094743.792000', '094743.795000', '094743.798000', '094743.800000', '094743.803000', '094743.805000', '094743.808000', '094743.811000', '094743.813000', '094743.816000', '094743.819000', '094743.821000', '094743.824000', '094743.827000', '094743.829000', '094743.832000', '094743.834000', '094743.837000', '094743.840000', '094743.842000', '094743.845000', '094743.848000', '094743.850000', '094743.853000', '094743.855000', '094743.858000', '094743.861000', '094743.863000', '094743.866000', '094803.753000', '094803.755000', '094803.758000', '094803.761000', '094803.763000', '094803.766000', '094803.768000', '094803.771000', '094803.773000', '094803.776000', '094803.779000', '094803.781000', '094803.784000', '094803.786000', '094803.789000', '094803.792000', '094803.794000', '094803.797000', '094803.799000', '094803.802000', '094803.805000', '094803.807000', '094803.810000', '094803.812000', '094803.815000', '094803.818000', '094803.820000', '094803.823000', '094803.825000', '094803.828000', '094803.831000', '094803.833000', '094803.836000', '094803.838000', '094803.841000', '094803.843000', '094803.846000', '094803.849000', '094803.851000', '094803.854000', '094803.856000', '094803.859000', '094803.862000', '094823.754000', '094823.756000', '094823.759000', '094823.762000', '094823.764000', '094823.767000', '094823.769000', '094823.772000', '094823.774000', '094823.777000', '094823.780000', '094823.782000', '094823.785000', '094823.787000', '094823.790000', '094823.792000', '094823.795000', '094823.797000', '094823.800000', '094823.803000', '094823.805000', '094823.808000', '094823.811000', '094823.813000', '094823.816000', '094823.819000', '094823.821000', '094823.824000', '094823.826000', '094823.829000', '094823.831000', '094823.834000', '094823.837000', '094823.839000', '094823.842000', '094823.844000', '094823.847000', '094823.849000', '094823.852000', '094823.855000', '094823.857000', '094823.860000', '094823.862000', '094823.865000', '094843.753000', '094843.756000', '094843.759000', '094843.762000', '094843.764000', '094843.767000', '094843.769000', '094843.772000', '094843.775000', '094843.777000', '094843.780000', '094843.782000', '094843.785000', '094843.787000', '094843.790000', '094843.792000', '094843.795000', '094843.798000', '094843.800000', '094843.803000', '094843.805000', '094843.808000', '094843.810000', '094843.813000', '094843.816000', '094843.818000', '094843.821000', '094843.824000', '094843.826000', '094843.829000', '094843.831000', '094843.834000', '094843.836000', '094843.839000', '094843.842000', '094843.844000', '094843.847000', '094843.849000', '094843.852000', '094843.855000', '094843.857000', '094843.860000', '094843.862000', '094903.754000', '094903.757000', '094903.759000', '094903.762000', '094903.764000', '094903.767000', '094903.770000', '094903.772000', '094903.775000', '094903.777000', '094903.780000', '094903.783000', '094903.785000', '094903.788000', '094903.790000', '094903.793000', '094903.795000', '094903.798000', '094903.800000', '094903.803000', '094903.806000', '094903.808000', '094903.811000', '094903.813000', '094903.816000', '094903.819000', '094903.821000', '094903.824000', '094903.826000', '094903.829000', '094903.831000', '094903.834000', '094903.837000', '094903.839000', '094903.842000', '094903.844000', '094903.847000', '094903.850000', '094903.852000', '094903.855000', '094903.857000', '094903.860000', '094903.862000', '094903.865000', '094923.754000', '094923.757000', '094923.759000', '094923.762000', '094923.764000', '094923.767000', '094923.769000', '094923.772000', '094923.775000', '094923.777000', '094923.780000', '094923.782000', '094923.785000', '094923.788000', '094923.790000', '094923.793000', '094923.795000', '094923.798000', '094923.800000', '094923.803000', '094923.806000', '094923.808000', '094923.811000', '094923.813000', '094923.816000', '094923.819000', '094923.821000', '094923.824000', '094923.826000', '094923.829000', '094923.832000', '094923.834000', '094923.837000', '094923.839000', '094923.842000', '094923.845000', '094923.847000', '094923.850000', '094923.852000', '094923.855000', '094923.857000', '094923.860000', '094923.863000', '094943.753000', '094943.756000', '094943.759000', '094943.762000', '094943.764000', '094943.767000', '094943.769000', '094943.772000', '094943.774000', '094943.777000', '094943.779000', '094943.782000', '094943.785000', '094943.787000', '094943.790000', '094943.792000', '094943.795000', '094943.797000', '094943.800000', '094943.803000', '094943.805000', '094943.808000', '094943.810000', '094943.813000', '094943.816000', '094943.818000', '094943.821000', '094943.823000', '094943.826000', '094943.829000', '094943.831000', '094943.834000', '094943.836000', '094943.839000', '094943.848000', '094943.851000', '094943.853000', '094943.856000', '094943.858000', '094943.861000', '094943.863000', '094943.866000', '094943.869000', '094943.871000', '095003.754000', '095003.756000', '095003.759000', '095003.762000', '095003.764000', '095003.767000', '095003.769000', '095003.772000', '095003.775000', '095003.777000', '095003.780000', '095003.782000', '095003.785000', '095003.788000', '095003.790000', '095003.793000', '095003.796000', '095003.798000', '095003.801000', '095003.803000', '095003.806000', '095003.809000', '095003.811000', '095003.814000', '095003.816000', '095003.819000', '095003.822000', '095003.824000', '095003.827000', '095003.829000', '095003.832000', '095003.837000', '095003.840000', '095003.843000', '095003.845000', '095003.848000', '095003.851000', '095003.853000', '095003.856000', '095003.858000', '095003.861000', '095003.863000', '095003.866000', '095023.753000', '095023.756000', '095023.758000', '095023.761000', '095023.764000', '095023.766000', '095023.769000', '095023.772000', '095023.774000', '095023.777000', '095023.779000', '095023.782000', '095023.785000', '095023.788000', '095023.791000', '095023.793000', '095023.796000', '095023.799000', '095023.801000', '095023.804000', '095023.807000', '095023.809000', '095023.812000', '095023.814000', '095023.817000', '095023.820000', '095023.822000', '095023.825000', '095023.827000', '095023.830000', '095023.832000', '095023.835000', '095023.838000', '095023.840000', '095023.843000', '095023.845000', '095023.848000', '095023.851000', '095023.853000', '095023.856000', '095023.858000', '095023.861000', '095023.863000', '095023.866000', '095043.754000', '095043.756000', '095043.759000', '095043.762000', '095043.764000', '095043.767000', '095043.769000', '095043.772000', '095043.775000', '095043.777000', '095043.780000', '095043.782000', '095043.785000', '095043.787000', '095043.790000', '095043.792000', '095043.795000', '095043.798000', '095043.800000', '095043.803000', '095043.806000', '095043.808000', '095043.811000', '095043.813000', '095043.816000', '095043.819000', '095043.821000', '095043.824000', '095043.826000', '095043.829000', '095043.832000', '095043.834000', '095043.837000', '095043.839000', '095043.842000', '095043.845000', '095043.847000', '095043.850000', '095043.852000', '095043.855000', '095043.857000', '095043.860000', '095043.863000', '095103.754000', '095103.756000', '095103.766000', '095103.769000', '095103.772000', '095103.774000', '095103.777000', '095103.779000', '095103.782000', '095103.785000', '095103.787000', '095103.790000', '095103.792000', '095103.795000', '095103.797000', '095103.800000', '095103.803000', '095103.805000', '095103.808000', '095103.810000', '095103.813000', '095103.816000', '095103.818000', '095103.821000', '095103.824000', '095103.826000', '095103.829000', '095103.831000', '095103.834000', '095103.836000', '095103.839000', '095103.842000', '095103.844000', '095103.847000', '095103.850000', '095103.852000', '095103.855000', '095103.857000', '095103.860000', '095103.863000', '095103.865000', '095103.868000', '095103.870000', '095123.754000', '095123.756000', '095123.759000', '095123.762000', '095123.764000', '095123.767000', '095123.769000', '095123.772000', '095123.775000', '095123.777000', '095123.780000', '095123.782000', '095123.785000', '095123.787000', '095123.790000', '095123.793000', '095123.795000', '095123.798000', '095123.800000', '095123.803000', '095123.806000', '095123.808000', '095123.811000', '095123.813000', '095123.816000', '095123.819000', '095123.821000', '095123.824000', '095123.826000', '095123.829000', '095123.832000', '095123.834000', '095123.837000', '095123.839000', '095123.842000', '095123.844000', '095123.847000', '095123.850000', '095123.852000', '095123.855000', '095123.857000', '095123.860000', '095123.863000', '095123.865000', '095140.040000', '095140.043000', '095140.046000', '095140.048000', '095140.051000', '095140.053000', '095140.056000', '095140.059000', '095140.061000', '095140.064000', '095140.066000', '095140.069000', '095140.072000', '095140.074000', '095140.077000', '095140.080000', '095140.082000', '095140.085000', '095140.087000', '095140.090000', '095140.092000', '095140.095000', '095140.098000', '095140.100000', '095140.103000', '095140.106000', '095140.108000', '095140.111000', '095140.114000', '095140.116000', '095140.119000', '095140.121000', '095140.124000', '095140.127000', '095140.129000', '095140.132000'], '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': [13606, 11132, 9494, 7787, 7454, 12686, 7829, 8035, 10006, 8173, 8751, 7440, 12195, 7370, 13281, 8537, 12888, 11013, 14111, 16538, 10706, 10763, 15929, 11410, 9670, 8267, 12189, 8281, 9740, 13718, 8948, 14488, 8453, 13079, 9421, 11333, 16529, 11938, 10983, 16821, 7989, 12465, 10063, 10304, 8381, 9791, 9381, 8269, 15829, 9328, 12555, 9840, 9467, 10858, 8407, 15935, 10825, 12075, 16746, 9046, 14362, 8455, 11331, 9745, 10766, 8602, 11223, 17089, 12609, 9113, 14308, 8189, 12266, 8081, 10386, 8002, 9937, 8857, 8796, 8686, 8439, 15086, 16867, 8633, 12591, 11413, 9507, 10324, 7339, 10330, 8068, 9151, 8782, 8708, 10314, 8425, 8490, 8281, 14900, 17789, 9521, 14258, 10051, 10502, 8447, 8246, 14682, 12528, 9961, 14621, 7771, 10356, 8194, 10031, 8422, 8800, 7829, 8690, 15170, 15390, 10049, 14736, 9404, 12294, 8381, 11068, 10719, 9059, 9622, 8251, 16697, 9199, 12955, 13082, 10824, 16736, 8189, 12975, 10083, 11827, 15709, 11035, 18334, 8709, 14351, 11211, 10302, 11827, 8569, 13795, 7955, 12172, 10201, 11291, 9954, 11583, 8520, 8920, 17130, 11329, 11367, 10842, 8627, 10048, 7550, 13035, 17169, 8526, 14227, 8364, 12044, 7679, 9468, 8149, 9869, 8836, 8313, 16777, 9119, 12466, 8651, 9798, 9121, 8894, 13342, 8861, 15699, 7743, 12543, 17660, 10436, 10023, 12788, 7656, 11111, 12585, 8077, 10105, 7912, 9266, 8369, 7446, 11945, 8691, 8983, 7847, 8422, 7771, 8595, 9211, 8971, 15666, 14111, 11649, 15370, 8864, 13664, 10572, 13693, 12400, 14549, 9904, 13573, 16416, 10577, 17493, 12269, 12344, 9781, 9994, 8868, 8523, 17253, 8666, 13602, 17567, 11447, 13855, 7857, 9711, 7964, 9612, 8325, 8993, 7811, 9537, 8068, 8985, 12670, 8545, 15343, 15376, 10636, 14102, 11576, 11686, 9430, 8063, 11496, 7311, 10612, 10518, 9716, 7828, 9224, 8456, 8857, 9140, 10134, 8304, 9840, 8554, 8306, 8186, 11414, 9393, 14181, 18220, 13539, 11131, 8920, 10388, 9109, 8653, 15566, 8803, 11948, 10969, 10212, 8406, 9919, 9898, 8342, 16153, 10027, 11906, 8695, 11792, 7750, 12996, 8954, 13644, 11471, 14032, 10345, 13722, 10075, 12797, 17915, 13458, 15706, 11200, 10156, 7731, 8669, 8476, 8110, 17223, 11584, 11630, 8764, 9955, 7364, 8404, 7849, 8602, 17382, 9607, 12324, 8095, 9812, 8641, 10061, 16769, 11085, 9767, 8662, 8228, 7971, 7932, 14500, 8819, 11595, 8966, 10684, 10723, 8813, 16989, 10184, 12928, 10281, 12413, 9383, 11514, 17840, 13843, 13470, 8711, 10247, 17547, 11224, 9882, 8579, 8997, 8299, 8364, 10701, 8167, 12715, 11533, 12897, 11043, 9776, 15439, 9211, 15397, 11335, 13352, 11822, 13122, 9185, 9865, 14810, 8583, 16053, 10725, 9685, 10389, 8266, 7971, 7368, 10091, 7165, 11878, 9127, 11624, 9027, 11229, 14589, 8161, 13443, 9638, 10145, 9472, 10823, 7924, 9767, 8278, 10488, 12520, 10375, 13742, 9325, 17753, 9178, 13330, 11865, 11750, 10957, 13153, 9528, 10565, 8642, 10708, 18333, 14408, 12765, 8641, 10162, 8083, 9514, 10133, 8914, 13406, 9218, 8956, 16771, 8692, 8746, 14209, 7818, 11495, 8201, 9860, 8425, 8194, 9755, 8237, 14706, 7743, 11108, 8602, 11181, 10265, 13669, 17087, 11076, 15327, 12426, 13956, 12970, 14540, 18276, 12214, 14736, 13185, 13063, 12238, 15469, 10435, 13370, 19000, 12203, 11216, 16320, 8932, 10643, 10913, 8084, 12422, 7794, 9885, 7522, 8940, 8170, 8228, 15919, 9067, 10899, 8551, 10307, 8633, 9630, 9577, 9314, 8519, 13240, 9953, 15014, 9384, 17116, 18187, 14818, 11838, 8896, 13815, 8329, 12396, 18421, 9393, 10913, 11040, 8681, 14445, 7474, 11477, 11827, 8377, 11330, 7658, 8516, 7585, 12815, 7818, 12004, 18097, 9688, 12633, 9827, 10881, 8122, 10169, 8519, 9783, 12320, 9527, 17248, 13022, 11340, 10532, 8830, 12314, 8767, 15942, 10870, 14766, 9274, 13978, 8374, 11671, 9812, 11666, 18479, 12704, 11654, 10926, 9109, 8066, 7597, 10387, 7643, 9407, 9382, 9202, 8294, 8929, 17434, 11834, 9134, 13992, 10024, 10518, 7819, 8842, 8786, 7823, 9123, 7873, 8963, 7692, 12962, 15281, 8755, 12349, 10167, 11647, 8425, 9708, 8390, 9851, 16859, 11938, 12528, 11156, 12105, 9132, 10298, 16128, 11855, 17375, 13988, 16699, 10308, 13967, 10953, 14337, 16826, 13719, 14565, 9196, 17655, 18925, 9890, 15711, 12812, 10476, 9848, 7682, 10604, 7332, 8429, 7861, 8174, 8535, 7478, 7753, 7204, 7841, 7507, 14038, 8556, 16530, 12629, 11324, 9606, 8527, 9154, 7760, 16478, 9406, 13051, 11480, 11208, 8503, 8466, 8996, 7793, 16795, 13613, 11046, 8901, 7798, 9579, 7373, 11141, 8329, 10120, 7781, 12436, 7654, 10049, 9582, 10579, 17957, 12929, 10358, 8541, 8497, 9369, 7794, 13884, 9298, 11654, 7925, 11924, 7699, 11674, 17413, 13945, 13124, 8611, 10030, 7983, 9300, 8093, 8598, 10763, 9383, 12636, 8611, 16584, 7910, 11579, 14164, 9308, 10963, 7709, 12425, 7450, 11525, 18135, 11526, 9677, 8607, 8618, 7998, 8503, 7971, 8989, 8822, 7868, 8311, 9215, 7449, 8978, 7916, 11802, 9495, 14161, 18952, 12142, 14609, 14629, 9831, 12588, 7707, 10148, 8123, 10006, 12236, 8161, 13729, 7924, 10274, 7363, 9361, 8961, 7621, 13995, 7714, 9963, 7884, 9030, 8775, 7590, 13952, 7819, 11099, 10108, 10132, 7700, 9080, 8939, 8203, 12677, 9310, 14535, 9192, 17120, 8794, 13728, 10762, 12977, 17936, 13928, 15922, 9411, 14195, 9293, 11981, 9843, 11483, 11080, 9144, 16950, 8636, 15926, 12071, 15032, 10603, 14621, 8825, 14790, 10984, 14108, 11868, 13246, 10126, 8603, 13674, 7968, 16847, 9702, 13711, 11267, 9766, 8053, 8724, 8192, 8633, 18306, 10899, 9854, 8820, 8249, 7020, 8044, 8394, 7390, 10216, 8269, 9339, 7643, 15257, 8033, 12906, 10571, 12982, 18800, 14538, 14313, 8619, 9071, 8374, 9671, 8623, 10265, 8885, 9569, 7127, 8352, 9079, 7730, 17798, 17592, 10538, 13819, 8499, 8595, 17452, 7956, 9906, 15486, 8163, 9192, 7670, 7807, 6942, 7598, 7476, 8782, 9151, 8427, 8527, 7935, 16942, 16491, 9141, 14531, 11216, 8954, 8916, 8044, 16623, 7896, 11103, 9289, 9303, 8347, 9019, 8176, 9152, 18932, 10992, 11331, 8392, 9363, 8078, 8152, 7367, 10371, 7550, 11431, 8323, 14342, 7021, 8671, 7425, 9204, 17975, 15541, 14970, 8042, 13628, 7749, 12160, 15938, 12579, 10250, 7925, 10660, 7546, 11147, 8769, 9426, 8415, 9313, 6958, 8088, 8187, 7979, 18422, 12467, 12556, 12958, 8153, 9064, 15625, 7639, 9962, 8084, 8384, 9670, 7291, 10783, 7066, 9555, 7424, 10845, 10123, 8603, 8312, 7797, 10185, 7548, 15848, 8674, 15747, 15733, 12232, 13493, 7902, 15416, 12279, 10287, 18734, 10688, 11709, 7954, 10652, 7927, 11100, 9101, 11522, 10194, 12661, 7799, 10749, 7891, 10607, 9824, 9214, 16569, 12494, 15827, 10801, 13096, 7790, 13503, 8095, 11231, 9507, 10404, 8088, 9467, 8244, 7537, 8461, 7601, 8352, 9104, 11551, 9050, 15873, 7843, 13210, 7321, 10620, 8434, 10163, 9706, 11602, 8657, 13051, 7471, 14520, 9102, 17407, 12795, 16547, 11298, 14574, 8813, 12242, 8454, 11837, 14075, 15236, 13784, 11509, 8171, 8534, 11197, 7612, 14480, 8824, 9181, 7405, 8118, 6981, 7452, 7359, 7461, 7611, 7596, 10850, 7427, 12350, 7028, 10953, 7388, 9881, 7987, 9842, 9447, 9838, 7116, 9128, 8110, 10232, 15512, 8939, 13733, 8170, 12361, 7048, 10041, 8177, 10035, 17792, 12522, 13736, 7781, 11975, 7556, 9675, 8276, 9909, 10125, 10925, 9804, 11906, 8661, 10669, 8611, 15437, 18670, 15059, 12351, 8668, 8898, 7538, 9259, 10646, 10485, 10496, 11167, 14550, 7805, 17532, 8468, 15756, 11653, 14225, 8827, 8292, 7841, 7644, 10436, 7359, 13651, 18384, 13014, 10947, 7165, 6833, 7011, 7383, 6977, 7218, 6828, 6764, 6900, 7297, 7447, 7423, 11944, 7891, 17087, 17476, 13080, 12096, 7925, 10834, 7180, 9268, 8607, 8393, 7268, 8560, 6979, 7768, 7780, 7638, 10304, 7480, 17713, 11128, 11434, 9376, 8642, 7609, 8168, 7104, 7543, 7940, 7630, 16870, 15627, 8652, 13812, 7219, 11300, 7191, 8182, 7022, 7580, 7215, 7921, 7743, 14909, 10977, 12143, 7580, 13056, 7873, 14483, 9771, 15422, 11318, 16134, 11662, 15680, 9372, 13202, 9425, 15155, 9504, 17401, 12467, 16925, 11134, 15732, 7863, 8869, 7168, 9933, 8572, 12772, 9208, 9037, 7708, 8067, 8022, 19279, 10444, 11741, 8559, 13373, 8174, 10073, 9002, 8190, 7940, 17739, 11649, 8589, 14846, 7608, 9672, 9563, 8061, 7187, 7875, 7078, 9118, 7504, 8689, 8645, 8395, 8159, 7933, 8167, 8364, 9316, 8017, 18104, 11356, 12010, 8436, 10346, 8565, 9069, 9064, 8417, 18636, 13173, 15831, 11957, 12988, 8820, 9305, 13816, 7437, 13443, 9020, 12228, 9721, 12366, 7218, 9072, 19230, 12184, 12295, 14080, 7920, 12041, 6804, 7922, 6601, 9414, 8150, 7182, 10868, 7201, 12704, 6909, 11239, 7976, 10957, 8880, 14885, 12060, 15224, 16340, 10315, 15930, 7713, 13414, 9063, 11737, 9667, 10429, 7740, 8982, 7046, 8598, 8190, 8033, 17628, 13560, 12829, 7522, 12213, 6949, 9736, 8147, 9064, 7402, 7527, 7454, 7654, 17500, 13520, 7936, 12207, 7349, 10722, 7190, 10896, 6848, 8264, 6782, 8835, 8296, 9915, 8695, 10923, 7925, 9989, 7734, 11045, 18901, 13474, 13595, 16472, 12116, 10184, 6939, 8141, 7674, 7672, 13392, 8140, 10793, 8031, 10751, 7308, 11670, 18629, 8574, 11738, 9623, 8433, 7791, 8449, 7466, 9526, 7991, 9299, 7907, 12483, 7204, 10034, 19054, 13705, 14218, 16285, 10838, 9380, 7802, 7233, 11931, 7453, 8375, 8137, 7820, 13040, 7952, 10916, 6925, 8574, 7438, 9885, 17234, 11772, 9932, 7520, 7972, 7881, 8089, 12351, 7927, 11900, 9444, 10739, 7619, 9520, 7156, 9535, 9608, 10249, 16593, 10517, 16682, 7216, 13649, 9266, 11488, 8672, 11632, 8424, 11154, 7438, 8804, 7176, 8835, 9066, 7467, 18328, 14495, 13119, 8029, 8463, 6823, 8506, 7007, 7824, 6868, 8155, 7002, 8021, 7801, 7660, 15073, 8420, 12499, 8016, 12795, 7042, 10552, 7868, 8232, 18279, 12033, 8776, 7848, 7430, 13539, 9395, 8022, 12304, 8857, 7374, 7013, 7409, 7477, 9506, 7347, 10012, 7615, 12385, 11101, 13305, 10048, 13320, 11763, 11618, 18384, 15072, 18193, 14267, 11930, 9334, 9780, 8589, 7546, 11897, 8195, 14010, 9169, 11243, 7300, 16112, 7807, 13691, 9273, 11519, 19162, 12675, 10295, 8833, 8296, 7594, 6986, 8986, 7033, 11391, 7448, 9969, 8656, 11649, 7073, 9493, 8501, 10305, 18493, 13087, 10364, 7900, 7954, 7802, 7902, 10370, 7430, 10856, 7900, 9632, 7644, 12730, 8127, 18334, 18663, 13903, 15644, 10589, 9511, 8748, 9673, 6957, 8079, 7172, 8653, 8120, 8585, 7607, 8580, 7252, 8004, 6758, 7967, 18411, 11860, 10752, 7173, 8109, 7039, 8203, 7863, 7493, 8737, 7682, 7963, 7739, 8795, 7979, 15869, 12270, 10919, 9410, 7605, 7722, 7572, 7420, 7638, 6773, 7617, 7607, 7608, 16646, 11775, 10284, 9596, 8213, 7677, 8130, 11122, 7428, 15670, 9157, 13196, 9314, 11397, 7376, 8739, 8357, 7460, 16290, 8407, 13818, 7113, 9711, 7469, 9064, 7605, 9521, 19046, 12144, 10738, 8247, 8169, 7616, 7478, 9935, 7094, 12168, 8604, 8676, 8208, 8678, 7076, 9721, 17896, 11491, 9848, 7235, 8026, 7151, 7268, 6981, 7750, 7011, 8157, 7270, 9308, 7939, 8441, 18049, 14934, 12040, 10373, 7843, 10010, 7462, 14609, 8147, 10643, 10220, 10075, 8960, 11634, 8288, 10850, 19528, 14828, 14862, 8225, 11554, 7084, 9596, 8513, 9638, 8090, 12161, 7200, 9303, 19427, 11923, 12985, 7850], 'WindowCenter': [4234.0, 4197.0, 4172.0, 4151.0, 4139.0, 4191.0, 4149.0, 4151.0, 4171.0, 4161.0, 4161.0, 4151.0, 4202.0, 4153.0, 4215.0, 4175.0, 4205.0, 4195.0, 4216.0, 4215.0, 4182.0, 4193.0, 4201.0, 4179.0, 4158.0, 4150.0, 4180.0, 4160.0, 4172.0, 4201.0, 4172.0, 4200.0, 4161.0, 4191.0, 4169.0, 4191.0, 4214.0, 4180.0, 4167.0, 4198.0, 4136.0, 4175.0, 4156.0, 4168.0, 4136.0, 4155.0, 4145.0, 4148.0, 4199.0, 4158.0, 4179.0, 4156.0, 4155.0, 4166.0, 4147.0, 4198.0, 4168.0, 4176.0, 4197.0, 4145.0, 4185.0, 4135.0, 4166.0, 4157.0, 4165.0, 4145.0, 4168.0, 4199.0, 4164.0, 4145.0, 4174.0, 4134.0, 4163.0, 4134.0, 4154.0, 4136.0, 4168.0, 4158.0, 4148.0, 4146.0, 4148.0, 4201.0, 4197.0, 4145.0, 4176.0, 4164.0, 4144.0, 4153.0, 4124.0, 4154.0, 4135.0, 4158.0, 4160.0, 4159.0, 4179.0, 4160.0, 4159.0, 4160.0, 4213.0, 4210.0, 4158.0, 4188.0, 4157.0, 4166.0, 4146.0, 4159.0, 4199.0, 4177.0, 4158.0, 4185.0, 4136.0, 4167.0, 4160.0, 4170.0, 4160.0, 4170.0, 4150.0, 4161.0, 4203.0, 4200.0, 4169.0, 4199.0, 4158.0, 4177.0, 4149.0, 4180.0, 4169.0, 4157.0, 4157.0, 4147.0, 4210.0, 4168.0, 4191.0, 4189.0, 4168.0, 4197.0, 4147.0, 4187.0, 4168.0, 4178.0, 4198.0, 4167.0, 4196.0, 4145.0, 4186.0, 4165.0, 4155.0, 4164.0, 4145.0, 4184.0, 4135.0, 4174.0, 4168.0, 4166.0, 4156.0, 4165.0, 4144.0, 4145.0, 4197.0, 4165.0, 4165.0, 4153.0, 4133.0, 4143.0, 4124.0, 4176.0, 4184.0, 4133.0, 4171.0, 4132.0, 4162.0, 4123.0, 4143.0, 4135.0, 4155.0, 4156.0, 4148.0, 4198.0, 4146.0, 4175.0, 4146.0, 4156.0, 4158.0, 4158.0, 4188.0, 4159.0, 4196.0, 4136.0, 4179.0, 4199.0, 4155.0, 4155.0, 4173.0, 4123.0, 4163.0, 4173.0, 4134.0, 4152.0, 4135.0, 4144.0, 4134.0, 4137.0, 4177.0, 4158.0, 4158.0, 4149.0, 4160.0, 4148.0, 4172.0, 4171.0, 4184.0, 4226.0, 4202.0, 4180.0, 4199.0, 4158.0, 4189.0, 4179.0, 4200.0, 4189.0, 4199.0, 4155.0, 4189.0, 4197.0, 4167.0, 4199.0, 4177.0, 4175.0, 4143.0, 4143.0, 4143.0, 4144.0, 4195.0, 4144.0, 4187.0, 4195.0, 4163.0, 4170.0, 4122.0, 4142.0, 4134.0, 4155.0, 4146.0, 4146.0, 4134.0, 4156.0, 4147.0, 4158.0, 4177.0, 4148.0, 4200.0, 4187.0, 4167.0, 4174.0, 4166.0, 4165.0, 4143.0, 4134.0, 4165.0, 4137.0, 4166.0, 4168.0, 4157.0, 4138.0, 4157.0, 4147.0, 4155.0, 4156.0, 4169.0, 4147.0, 4168.0, 4158.0, 4147.0, 4159.0, 4190.0, 4170.0, 4202.0, 4213.0, 4177.0, 4155.0, 4144.0, 4155.0, 4146.0, 4146.0, 4184.0, 4145.0, 4165.0, 4165.0, 4155.0, 4146.0, 4156.0, 4142.0, 4133.0, 4196.0, 4156.0, 4165.0, 4146.0, 4176.0, 4137.0, 4186.0, 4159.0, 4189.0, 4179.0, 4187.0, 4167.0, 4190.0, 4170.0, 4189.0, 4198.0, 4177.0, 4185.0, 4166.0, 4153.0, 4121.0, 4145.0, 4134.0, 4136.0, 4198.0, 4177.0, 4166.0, 4135.0, 4155.0, 4123.0, 4144.0, 4148.0, 4145.0, 4198.0, 4155.0, 4176.0, 4136.0, 4156.0, 4157.0, 4168.0, 4199.0, 4166.0, 4144.0, 4133.0, 4134.0, 4133.0, 4147.0, 4199.0, 4160.0, 4178.0, 4155.0, 4168.0, 4166.0, 4158.0, 4208.0, 4170.0, 4177.0, 4168.0, 4176.0, 4145.0, 4178.0, 4197.0, 4174.0, 4162.0, 4132.0, 4153.0, 4186.0, 4153.0, 4141.0, 4130.0, 4141.0, 4131.0, 4134.0, 4165.0, 4146.0, 4187.0, 4177.0, 4177.0, 4163.0, 4154.0, 4184.0, 4144.0, 4186.0, 4165.0, 4174.0, 4165.0, 4174.0, 4143.0, 4154.0, 4183.0, 4133.0, 4184.0, 4165.0, 4144.0, 4154.0, 4130.0, 4121.0, 4123.0, 4153.0, 4125.0, 4175.0, 4157.0, 4177.0, 4158.0, 4165.0, 4185.0, 4134.0, 4176.0, 4156.0, 4153.0, 4156.0, 4163.0, 4135.0, 4155.0, 4147.0, 4178.0, 4189.0, 4168.0, 4188.0, 4159.0, 4208.0, 4156.0, 4188.0, 4179.0, 4177.0, 4167.0, 4175.0, 4155.0, 4165.0, 4145.0, 4168.0, 4197.0, 4186.0, 4163.0, 4132.0, 4152.0, 4133.0, 4155.0, 4165.0, 4146.0, 4186.0, 4156.0, 4146.0, 4194.0, 4146.0, 4146.0, 4173.0, 4123.0, 4176.0, 4145.0, 4154.0, 4144.0, 4147.0, 4168.0, 4158.0, 4198.0, 4148.0, 4178.0, 4172.0, 4192.0, 4182.0, 4203.0, 4209.0, 4181.0, 4200.0, 4189.0, 4199.0, 4188.0, 4189.0, 4195.0, 4163.0, 4174.0, 4174.0, 4173.0, 4176.0, 4183.0, 4153.0, 4176.0, 4186.0, 4152.0, 4140.0, 4169.0, 4117.0, 4139.0, 4148.0, 4120.0, 4159.0, 4120.0, 4140.0, 4122.0, 4142.0, 4133.0, 4162.0, 4208.0, 4157.0, 4165.0, 4147.0, 4165.0, 4147.0, 4156.0, 4157.0, 4156.0, 4147.0, 4186.0, 4167.0, 4197.0, 4157.0, 4211.0, 4198.0, 4186.0, 4162.0, 4141.0, 4173.0, 4134.0, 4176.0, 4196.0, 4145.0, 4153.0, 4150.0, 4131.0, 4171.0, 4121.0, 4162.0, 4149.0, 4131.0, 4164.0, 4134.0, 4145.0, 4137.0, 4187.0, 4137.0, 4189.0, 4208.0, 4156.0, 4175.0, 4155.0, 4166.0, 4146.0, 4166.0, 4147.0, 4168.0, 4202.0, 4183.0, 4212.0, 4177.0, 4165.0, 4153.0, 4145.0, 4174.0, 4144.0, 4196.0, 4179.0, 4186.0, 4157.0, 4187.0, 4146.0, 4177.0, 4155.0, 4178.0, 4198.0, 4174.0, 4154.0, 4151.0, 4130.0, 4121.0, 4122.0, 4152.0, 4135.0, 4156.0, 4157.0, 4156.0, 4145.0, 4159.0, 4199.0, 4175.0, 4155.0, 4173.0, 4144.0, 4152.0, 4134.0, 4142.0, 4143.0, 4135.0, 4157.0, 4148.0, 4156.0, 4148.0, 4191.0, 4197.0, 4148.0, 4176.0, 4167.0, 4177.0, 4148.0, 4168.0, 4158.0, 4182.0, 4236.0, 4202.0, 4191.0, 4179.0, 4188.0, 4155.0, 4181.0, 4211.0, 4189.0, 4212.0, 4200.0, 4198.0, 4167.0, 4187.0, 4166.0, 4187.0, 4195.0, 4186.0, 4184.0, 4144.0, 4198.0, 4184.0, 4142.0, 4182.0, 4150.0, 4139.0, 4128.0, 4108.0, 4138.0, 4110.0, 4131.0, 4134.0, 4132.0, 4143.0, 4124.0, 4122.0, 4123.0, 4134.0, 4136.0, 4186.0, 4157.0, 4199.0, 4175.0, 4165.0, 4142.0, 4133.0, 4143.0, 4124.0, 4194.0, 4144.0, 4175.0, 4165.0, 4164.0, 4133.0, 4132.0, 4131.0, 4134.0, 4185.0, 4162.0, 4140.0, 4128.0, 4120.0, 4140.0, 4121.0, 4164.0, 4144.0, 4165.0, 4137.0, 4176.0, 4136.0, 4167.0, 4168.0, 4180.0, 4209.0, 4178.0, 4156.0, 4145.0, 4134.0, 4144.0, 4136.0, 4187.0, 4157.0, 4166.0, 4147.0, 4175.0, 4135.0, 4177.0, 4197.0, 4186.0, 4172.0, 4133.0, 4154.0, 4134.0, 4145.0, 4134.0, 4145.0, 4165.0, 4145.0, 4175.0, 4159.0, 4197.0, 4133.0, 4165.0, 4172.0, 4142.0, 4152.0, 4123.0, 4172.0, 4124.0, 4166.0, 4196.0, 4152.0, 4129.0, 4131.0, 4130.0, 4133.0, 4133.0, 4135.0, 4156.0, 4145.0, 4148.0, 4148.0, 4159.0, 4139.0, 4159.0, 4150.0, 4192.0, 4184.0, 4203.0, 4211.0, 4167.0, 4189.0, 4175.0, 4143.0, 4162.0, 4122.0, 4141.0, 4122.0, 4154.0, 4177.0, 4147.0, 4173.0, 4122.0, 4141.0, 4123.0, 4143.0, 4144.0, 4135.0, 4171.0, 4137.0, 4155.0, 4134.0, 4146.0, 4144.0, 4138.0, 4198.0, 4150.0, 4180.0, 4169.0, 4168.0, 4148.0, 4173.0, 4159.0, 4160.0, 4189.0, 4172.0, 4200.0, 4170.0, 4211.0, 4161.0, 4201.0, 4180.0, 4204.0, 4236.0, 4202.0, 4198.0, 4156.0, 4185.0, 4156.0, 4179.0, 4169.0, 4178.0, 4167.0, 4157.0, 4197.0, 4147.0, 4198.0, 4178.0, 4198.0, 4167.0, 4197.0, 4157.0, 4186.0, 4167.0, 4188.0, 4178.0, 4187.0, 4155.0, 4146.0, 4185.0, 4136.0, 4211.0, 4167.0, 4175.0, 4166.0, 4154.0, 4133.0, 4144.0, 4144.0, 4146.0, 4197.0, 4153.0, 4143.0, 4132.0, 4132.0, 4123.0, 4134.0, 4144.0, 4137.0, 4167.0, 4149.0, 4157.0, 4149.0, 4210.0, 4162.0, 4201.0, 4182.0, 4202.0, 4210.0, 4188.0, 4175.0, 4133.0, 4133.0, 4134.0, 4154.0, 4147.0, 4167.0, 4157.0, 4156.0, 4124.0, 4135.0, 4144.0, 4135.0, 4199.0, 4196.0, 4154.0, 4173.0, 4131.0, 4131.0, 4180.0, 4120.0, 4141.0, 4171.0, 4132.0, 4141.0, 4122.0, 4120.0, 4113.0, 4133.0, 4138.0, 4158.0, 4170.0, 4160.0, 4157.0, 4149.0, 4211.0, 4197.0, 4146.0, 4187.0, 4165.0, 4145.0, 4143.0, 4133.0, 4195.0, 4133.0, 4177.0, 4170.0, 4155.0, 4147.0, 4144.0, 4145.0, 4157.0, 4207.0, 4164.0, 4165.0, 4134.0, 4158.0, 4147.0, 4134.0, 4137.0, 4169.0, 4137.0, 4178.0, 4135.0, 4188.0, 4113.0, 4146.0, 4125.0, 4160.0, 4198.0, 4186.0, 4173.0, 4123.0, 4172.0, 4121.0, 4177.0, 4173.0, 4162.0, 4141.0, 4121.0, 4152.0, 4122.0, 4163.0, 4143.0, 4144.0, 4134.0, 4142.0, 4112.0, 4121.0, 4121.0, 4123.0, 4196.0, 4161.0, 4152.0, 4162.0, 4121.0, 4120.0, 4159.0, 4107.0, 4140.0, 4119.0, 4120.0, 4141.0, 4112.0, 4152.0, 4113.0, 4154.0, 4138.0, 4193.0, 4169.0, 4149.0, 4147.0, 4138.0, 4168.0, 4138.0, 4199.0, 4160.0, 4213.0, 4199.0, 4177.0, 4175.0, 4136.0, 4202.0, 4176.0, 4156.0, 4197.0, 4166.0, 4163.0, 4136.0, 4152.0, 4135.0, 4164.0, 4157.0, 4178.0, 4166.0, 4178.0, 4124.0, 4164.0, 4135.0, 4166.0, 4155.0, 4146.0, 4198.0, 4177.0, 4186.0, 4155.0, 4187.0, 4125.0, 4186.0, 4136.0, 4166.0, 4156.0, 4157.0, 4133.0, 4144.0, 4132.0, 4123.0, 4133.0, 4135.0, 4144.0, 4158.0, 4177.0, 4158.0, 4197.0, 4136.0, 4188.0, 4139.0, 4179.0, 4175.0, 4179.0, 4169.0, 4177.0, 4147.0, 4185.0, 4126.0, 4185.0, 4146.0, 4208.0, 4178.0, 4197.0, 4166.0, 4184.0, 4134.0, 4164.0, 4145.0, 4164.0, 4186.0, 4185.0, 4171.0, 4177.0, 4130.0, 4130.0, 4149.0, 4110.0, 4171.0, 4132.0, 4130.0, 4111.0, 4122.0, 4111.0, 4111.0, 4122.0, 4123.0, 4133.0, 4135.0, 4165.0, 4123.0, 4162.0, 4113.0, 4164.0, 4136.0, 4166.0, 4148.0, 4155.0, 4168.0, 4156.0, 4127.0, 4157.0, 4147.0, 4169.0, 4199.0, 4158.0, 4199.0, 4161.0, 4189.0, 4127.0, 4167.0, 4157.0, 4170.0, 4197.0, 4188.0, 4185.0, 4136.0, 4176.0, 4148.0, 4167.0, 4159.0, 4181.0, 4182.0, 4180.0, 4181.0, 4190.0, 4171.0, 4183.0, 4160.0, 4213.0, 4212.0, 4187.0, 4165.0, 4134.0, 4145.0, 4124.0, 4145.0, 4165.0, 4166.0, 4165.0, 4165.0, 4185.0, 4123.0, 4195.0, 4132.0, 4184.0, 4162.0, 4173.0, 4133.0, 4133.0, 4121.0, 4121.0, 4151.0, 4123.0, 4186.0, 4194.0, 4161.0, 4138.0, 4110.0, 4111.0, 4112.0, 4121.0, 4124.0, 4135.0, 4127.0, 4127.0, 4126.0, 4137.0, 4138.0, 4150.0, 4190.0, 4150.0, 4213.0, 4210.0, 4189.0, 4165.0, 4135.0, 4166.0, 4125.0, 4144.0, 4147.0, 4150.0, 4127.0, 4146.0, 4125.0, 4135.0, 4135.0, 4136.0, 4155.0, 4125.0, 4207.0, 4178.0, 4176.0, 4146.0, 4132.0, 4124.0, 4133.0, 4124.0, 4136.0, 4134.0, 4135.0, 4198.0, 4185.0, 4146.0, 4197.0, 4123.0, 4162.0, 4126.0, 4159.0, 4139.0, 4151.0, 4151.0, 4160.0, 4150.0, 4212.0, 4181.0, 4189.0, 4147.0, 4188.0, 4150.0, 4200.0, 4171.0, 4211.0, 4180.0, 4198.0, 4180.0, 4198.0, 4159.0, 4186.0, 4159.0, 4198.0, 4156.0, 4197.0, 4191.0, 4221.0, 4178.0, 4186.0, 4134.0, 4142.0, 4123.0, 4154.0, 4145.0, 4173.0, 4145.0, 4144.0, 4123.0, 4133.0, 4135.0, 4207.0, 4153.0, 4162.0, 4133.0, 4174.0, 4147.0, 4168.0, 4156.0, 4147.0, 4147.0, 4198.0, 4162.0, 4134.0, 4173.0, 4124.0, 4143.0, 4156.0, 4134.0, 4125.0, 4134.0, 4126.0, 4148.0, 4138.0, 4159.0, 4158.0, 4161.0, 4149.0, 4149.0, 4159.0, 4161.0, 4170.0, 4151.0, 4223.0, 4195.0, 4191.0, 4148.0, 4168.0, 4147.0, 4156.0, 4146.0, 4149.0, 4210.0, 4188.0, 4198.0, 4166.0, 4176.0, 4133.0, 4143.0, 4172.0, 4113.0, 4173.0, 4144.0, 4162.0, 4144.0, 4163.0, 4113.0, 4133.0, 4194.0, 4162.0, 4163.0, 4170.0, 4122.0, 4150.0, 4100.0, 4120.0, 4113.0, 4144.0, 4136.0, 4125.0, 4167.0, 4137.0, 4186.0, 4127.0, 4177.0, 4149.0, 4179.0, 4158.0, 4199.0, 4177.0, 4188.0, 4196.0, 4156.0, 4185.0, 4123.0, 4174.0, 4146.0, 4165.0, 4156.0, 4153.0, 4123.0, 4134.0, 4112.0, 4134.0, 4133.0, 4133.0, 4196.0, 4174.0, 4163.0, 4122.0, 4162.0, 4112.0, 4142.0, 4133.0, 4144.0, 4124.0, 4124.0, 4122.0, 4135.0, 4198.0, 4160.0, 4121.0, 4163.0, 4112.0, 4153.0, 4113.0, 4153.0, 4115.0, 4145.0, 4128.0, 4158.0, 4160.0, 4169.0, 4161.0, 4179.0, 4149.0, 4169.0, 4138.0, 4182.0, 4211.0, 4177.0, 4176.0, 4184.0, 4164.0, 4141.0, 4113.0, 4122.0, 4122.0, 4135.0, 4198.0, 4147.0, 4177.0, 4147.0, 4177.0, 4138.0, 4191.0, 4208.0, 4147.0, 4176.0, 4158.0, 4135.0, 4149.0, 4147.0, 4139.0, 4169.0, 4148.0, 4159.0, 4148.0, 4189.0, 4137.0, 4168.0, 4213.0, 4175.0, 4175.0, 4184.0, 4152.0, 4130.0, 4108.0, 4110.0, 4148.0, 4110.0, 4120.0, 4133.0, 4124.0, 4173.0, 4133.0, 4152.0, 4124.0, 4143.0, 4136.0, 4169.0, 4198.0, 4165.0, 4154.0, 4123.0, 4134.0, 4134.0, 4148.0, 4188.0, 4136.0, 4176.0, 4156.0, 4164.0, 4135.0, 4155.0, 4125.0, 4155.0, 4156.0, 4167.0, 4197.0, 4155.0, 4195.0, 4124.0, 4174.0, 4144.0, 4164.0, 4145.0, 4165.0, 4134.0, 4164.0, 4124.0, 4144.0, 4125.0, 4145.0, 4144.0, 4137.0, 4208.0, 4185.0, 4162.0, 4122.0, 4132.0, 4113.0, 4133.0, 4124.0, 4124.0, 4114.0, 4134.0, 4125.0, 4135.0, 4135.0, 4137.0, 4197.0, 4146.0, 4177.0, 4136.0, 4175.0, 4125.0, 4155.0, 4135.0, 4148.0, 4211.0, 4177.0, 4133.0, 4133.0, 4124.0, 4174.0, 4143.0, 4123.0, 4162.0, 4144.0, 4112.0, 4125.0, 4125.0, 4137.0, 4169.0, 4151.0, 4181.0, 4164.0, 4204.0, 4195.0, 4203.0, 4182.0, 4203.0, 4189.0, 4182.0, 4224.0, 4213.0, 4213.0, 4189.0, 4167.0, 4132.0, 4143.0, 4132.0, 4123.0, 4164.0, 4134.0, 4185.0, 4146.0, 4165.0, 4125.0, 4185.0, 4124.0, 4174.0, 4145.0, 4166.0, 4196.0, 4163.0, 4142.0, 4130.0, 4119.0, 4120.0, 4112.0, 4144.0, 4126.0, 4177.0, 4140.0, 4180.0, 4161.0, 4178.0, 4128.0, 4157.0, 4148.0, 4169.0, 4209.0, 4178.0, 4155.0, 4133.0, 4133.0, 4123.0, 4135.0, 4166.0, 4126.0, 4167.0, 4137.0, 4156.0, 4136.0, 4187.0, 4137.0, 4211.0, 4209.0, 4176.0, 4174.0, 4142.0, 4142.0, 4133.0, 4142.0, 4113.0, 4123.0, 4112.0, 4133.0, 4134.0, 4134.0, 4136.0, 4159.0, 4137.0, 4149.0, 4129.0, 4148.0, 4210.0, 4166.0, 4152.0, 4115.0, 4134.0, 4113.0, 4134.0, 4134.0, 4124.0, 4146.0, 4139.0, 4137.0, 4137.0, 4146.0, 4136.0, 4198.0, 4164.0, 4166.0, 4156.0, 4135.0, 4135.0, 4137.0, 4126.0, 4135.0, 4127.0, 4149.0, 4149.0, 4151.0, 4225.0, 4191.0, 4169.0, 4158.0, 4146.0, 4136.0, 4137.0, 4166.0, 4139.0, 4198.0, 4158.0, 4188.0, 4156.0, 4165.0, 4125.0, 4145.0, 4145.0, 4126.0, 4196.0, 4136.0, 4174.0, 4115.0, 4155.0, 4125.0, 4145.0, 4135.0, 4158.0, 4211.0, 4166.0, 4155.0, 4122.0, 4122.0, 4124.0, 4124.0, 4153.0, 4115.0, 4176.0, 4146.0, 4145.0, 4135.0, 4143.0, 4126.0, 4157.0, 4197.0, 4165.0, 4144.0, 4123.0, 4146.0, 4126.0, 4135.0, 4151.0, 4150.0, 4139.0, 4149.0, 4139.0, 4158.0, 4147.0, 4162.0, 4223.0, 4198.0, 4176.0, 4156.0, 4136.0, 4155.0, 4126.0, 4185.0, 4137.0, 4166.0, 4167.0, 4155.0, 4146.0, 4165.0, 4145.0, 4181.0, 4220.0, 4186.0, 4184.0, 4134.0, 4163.0, 4124.0, 4142.0, 4144.0, 4155.0, 4135.0, 4165.0, 4124.0, 4144.0, 4195.0, 4151.0, 4160.0, 4119.0], 'WindowWidth': [9373.0, 9307.0, 9264.0, 9233.0, 9217.0, 9286.0, 9229.0, 9235.0, 9262.0, 9249.0, 9247.0, 9236.0, 9305.0, 9241.0, 9327.0, 9275.0, 9314.0, 9300.0, 9331.0, 9331.0, 9275.0, 9293.0, 9305.0, 9267.0, 9237.0, 9229.0, 9270.0, 9245.0, 9262.0, 9301.0, 9262.0, 9299.0, 9246.0, 9287.0, 9256.0, 9288.0, 9332.0, 9270.0, 9249.0, 9292.0, 9205.0, 9255.0, 9230.0, 9249.0, 9203.0, 9228.0, 9215.0, 9223.0, 9295.0, 9238.0, 9267.0, 9231.0, 9229.0, 9244.0, 9221.0, 9294.0, 9249.0, 9260.0, 9288.0, 9214.0, 9268.0, 9202.0, 9243.0, 9233.0, 9242.0, 9217.0, 9250.0, 9302.0, 9237.0, 9212.0, 9252.0, 9197.0, 9236.0, 9199.0, 9226.0, 9207.0, 9250.0, 9238.0, 9225.0, 9219.0, 9224.0, 9303.0, 9288.0, 9215.0, 9259.0, 9237.0, 9211.0, 9222.0, 9186.0, 9227.0, 9202.0, 9239.0, 9249.0, 9244.0, 9271.0, 9244.0, 9241.0, 9246.0, 9324.0, 9316.0, 9239.0, 9279.0, 9234.0, 9245.0, 9219.0, 9242.0, 9300.0, 9261.0, 9236.0, 9270.0, 9205.0, 9247.0, 9245.0, 9258.0, 9246.0, 9259.0, 9231.0, 9249.0, 9311.0, 9298.0, 9253.0, 9293.0, 9236.0, 9262.0, 9228.0, 9271.0, 9254.0, 9237.0, 9234.0, 9224.0, 9312.0, 9254.0, 9287.0, 9279.0, 9249.0, 9290.0, 9222.0, 9274.0, 9252.0, 9268.0, 9290.0, 9245.0, 9287.0, 9214.0, 9271.0, 9242.0, 9228.0, 9238.0, 9213.0, 9266.0, 9201.0, 9257.0, 9251.0, 9246.0, 9231.0, 9241.0, 9213.0, 9216.0, 9291.0, 9243.0, 9240.0, 9222.0, 9195.0, 9207.0, 9184.0, 9261.0, 9265.0, 9193.0, 9243.0, 9192.0, 9233.0, 9182.0, 9209.0, 9203.0, 9231.0, 9233.0, 9223.0, 9292.0, 9217.0, 9255.0, 9217.0, 9231.0, 9237.0, 9238.0, 9278.0, 9239.0, 9288.0, 9206.0, 9269.0, 9302.0, 9228.0, 9228.0, 9248.0, 9182.0, 9237.0, 9249.0, 9200.0, 9218.0, 9201.0, 9213.0, 9201.0, 9208.0, 9261.0, 9240.0, 9240.0, 9230.0, 9244.0, 9230.0, 9265.0, 9263.0, 9284.0, 9348.0, 9302.0, 9271.0, 9293.0, 9238.0, 9280.0, 9268.0, 9299.0, 9282.0, 9295.0, 9230.0, 9279.0, 9289.0, 9246.0, 9300.0, 9261.0, 9255.0, 9207.0, 9209.0, 9208.0, 9212.0, 9282.0, 9213.0, 9277.0, 9284.0, 9234.0, 9240.0, 9179.0, 9205.0, 9199.0, 9228.0, 9220.0, 9218.0, 9201.0, 9232.0, 9221.0, 9238.0, 9262.0, 9223.0, 9302.0, 9274.0, 9246.0, 9254.0, 9243.0, 9239.0, 9209.0, 9199.0, 9241.0, 9208.0, 9245.0, 9251.0, 9234.0, 9211.0, 9235.0, 9223.0, 9230.0, 9232.0, 9252.0, 9221.0, 9251.0, 9240.0, 9223.0, 9243.0, 9284.0, 9258.0, 9305.0, 9326.0, 9262.0, 9227.0, 9210.0, 9225.0, 9218.0, 9217.0, 9268.0, 9215.0, 9241.0, 9241.0, 9226.0, 9218.0, 9230.0, 9203.0, 9195.0, 9283.0, 9231.0, 9241.0, 9216.0, 9256.0, 9207.0, 9274.0, 9240.0, 9280.0, 9266.0, 9274.0, 9247.0, 9282.0, 9255.0, 9281.0, 9297.0, 9258.0, 9269.0, 9241.0, 9220.0, 9174.0, 9213.0, 9201.0, 9206.0, 9290.0, 9262.0, 9244.0, 9200.0, 9228.0, 9183.0, 9213.0, 9226.0, 9219.0, 9292.0, 9227.0, 9254.0, 9202.0, 9232.0, 9235.0, 9252.0, 9296.0, 9243.0, 9211.0, 9195.0, 9198.0, 9198.0, 9221.0, 9296.0, 9243.0, 9263.0, 9231.0, 9250.0, 9245.0, 9238.0, 9306.0, 9257.0, 9261.0, 9249.0, 9259.0, 9216.0, 9263.0, 9294.0, 9249.0, 9230.0, 9190.0, 9221.0, 9275.0, 9221.0, 9203.0, 9187.0, 9204.0, 9192.0, 9200.0, 9243.0, 9221.0, 9275.0, 9263.0, 9262.0, 9236.0, 9226.0, 9267.0, 9211.0, 9272.0, 9241.0, 9252.0, 9243.0, 9252.0, 9207.0, 9223.0, 9264.0, 9196.0, 9270.0, 9243.0, 9211.0, 9225.0, 9189.0, 9174.0, 9183.0, 9220.0, 9188.0, 9258.0, 9234.0, 9263.0, 9237.0, 9246.0, 9269.0, 9199.0, 9257.0, 9230.0, 9221.0, 9232.0, 9237.0, 9202.0, 9228.0, 9223.0, 9265.0, 9280.0, 9253.0, 9277.0, 9241.0, 9307.0, 9231.0, 9279.0, 9268.0, 9262.0, 9248.0, 9253.0, 9227.0, 9242.0, 9215.0, 9250.0, 9294.0, 9270.0, 9234.0, 9194.0, 9220.0, 9197.0, 9229.0, 9244.0, 9218.0, 9272.0, 9232.0, 9218.0, 9281.0, 9218.0, 9217.0, 9249.0, 9183.0, 9258.0, 9216.0, 9226.0, 9214.0, 9223.0, 9252.0, 9241.0, 9292.0, 9228.0, 9267.0, 9267.0, 9293.0, 9277.0, 9307.0, 9311.0, 9273.0, 9299.0, 9283.0, 9297.0, 9279.0, 9282.0, 9285.0, 9234.0, 9252.0, 9251.0, 9250.0, 9256.0, 9264.0, 9221.0, 9258.0, 9279.0, 9215.0, 9198.0, 9236.0, 9163.0, 9194.0, 9208.0, 9174.0, 9222.0, 9173.0, 9200.0, 9181.0, 9208.0, 9197.0, 9252.0, 9310.0, 9235.0, 9242.0, 9221.0, 9243.0, 9224.0, 9234.0, 9235.0, 9231.0, 9220.0, 9271.0, 9247.0, 9288.0, 9236.0, 9319.0, 9296.0, 9269.0, 9232.0, 9205.0, 9248.0, 9198.0, 9258.0, 9289.0, 9216.0, 9223.0, 9213.0, 9187.0, 9240.0, 9177.0, 9230.0, 9208.0, 9188.0, 9239.0, 9201.0, 9214.0, 9208.0, 9274.0, 9210.0, 9283.0, 9308.0, 9230.0, 9256.0, 9226.0, 9242.0, 9219.0, 9245.0, 9223.0, 9252.0, 9305.0, 9279.0, 9322.0, 9262.0, 9240.0, 9223.0, 9214.0, 9253.0, 9213.0, 9283.0, 9267.0, 9271.0, 9233.0, 9272.0, 9219.0, 9261.0, 9230.0, 9264.0, 9299.0, 9254.0, 9222.0, 9214.0, 9187.0, 9178.0, 9181.0, 9220.0, 9202.0, 9231.0, 9234.0, 9231.0, 9218.0, 9243.0, 9298.0, 9257.0, 9228.0, 9251.0, 9209.0, 9218.0, 9201.0, 9208.0, 9212.0, 9204.0, 9235.0, 9226.0, 9234.0, 9226.0, 9289.0, 9292.0, 9223.0, 9259.0, 9248.0, 9260.0, 9227.0, 9253.0, 9241.0, 9280.0, 9361.0, 9305.0, 9287.0, 9268.0, 9279.0, 9234.0, 9273.0, 9318.0, 9282.0, 9320.0, 9297.0, 9292.0, 9245.0, 9276.0, 9246.0, 9276.0, 9285.0, 9270.0, 9266.0, 9211.0, 9296.0, 9268.0, 9205.0, 9261.0, 9212.0, 9195.0, 9179.0, 9154.0, 9193.0, 9160.0, 9192.0, 9203.0, 9193.0, 9210.0, 9187.0, 9181.0, 9184.0, 9199.0, 9207.0, 9273.0, 9236.0, 9299.0, 9258.0, 9240.0, 9205.0, 9195.0, 9208.0, 9185.0, 9283.0, 9212.0, 9256.0, 9242.0, 9237.0, 9195.0, 9193.0, 9190.0, 9199.0, 9274.0, 9231.0, 9196.0, 9179.0, 9172.0, 9199.0, 9178.0, 9239.0, 9215.0, 9243.0, 9208.0, 9260.0, 9207.0, 9248.0, 9251.0, 9270.0, 9311.0, 9263.0, 9232.0, 9215.0, 9199.0, 9211.0, 9207.0, 9275.0, 9234.0, 9243.0, 9221.0, 9256.0, 9203.0, 9262.0, 9291.0, 9271.0, 9247.0, 9195.0, 9224.0, 9200.0, 9214.0, 9200.0, 9214.0, 9241.0, 9214.0, 9254.0, 9241.0, 9290.0, 9197.0, 9241.0, 9248.0, 9207.0, 9218.0, 9182.0, 9246.0, 9185.0, 9245.0, 9290.0, 9216.0, 9182.0, 9188.0, 9186.0, 9194.0, 9195.0, 9204.0, 9233.0, 9217.0, 9225.0, 9226.0, 9241.0, 9213.0, 9240.0, 9233.0, 9290.0, 9284.0, 9308.0, 9318.0, 9246.0, 9279.0, 9253.0, 9206.0, 9231.0, 9176.0, 9200.0, 9177.0, 9223.0, 9263.0, 9221.0, 9246.0, 9178.0, 9201.0, 9181.0, 9209.0, 9211.0, 9203.0, 9239.0, 9209.0, 9229.0, 9202.0, 9218.0, 9214.0, 9211.0, 9292.0, 9232.0, 9270.0, 9253.0, 9251.0, 9227.0, 9267.0, 9240.0, 9243.0, 9280.0, 9262.0, 9298.0, 9258.0, 9314.0, 9246.0, 9301.0, 9270.0, 9311.0, 9362.0, 9303.0, 9292.0, 9232.0, 9270.0, 9232.0, 9266.0, 9254.0, 9263.0, 9248.0, 9233.0, 9291.0, 9222.0, 9293.0, 9263.0, 9291.0, 9247.0, 9287.0, 9233.0, 9272.0, 9248.0, 9279.0, 9264.0, 9275.0, 9226.0, 9216.0, 9269.0, 9206.0, 9318.0, 9249.0, 9255.0, 9244.0, 9225.0, 9197.0, 9212.0, 9213.0, 9217.0, 9291.0, 9222.0, 9207.0, 9190.0, 9191.0, 9185.0, 9199.0, 9212.0, 9209.0, 9250.0, 9228.0, 9235.0, 9229.0, 9311.0, 9253.0, 9303.0, 9280.0, 9305.0, 9318.0, 9276.0, 9255.0, 9195.0, 9194.0, 9199.0, 9225.0, 9222.0, 9247.0, 9234.0, 9230.0, 9187.0, 9202.0, 9214.0, 9202.0, 9299.0, 9288.0, 9223.0, 9250.0, 9191.0, 9188.0, 9254.0, 9172.0, 9203.0, 9242.0, 9194.0, 9201.0, 9181.0, 9175.0, 9171.0, 9199.0, 9213.0, 9241.0, 9258.0, 9246.0, 9237.0, 9230.0, 9320.0, 9290.0, 9217.0, 9276.0, 9242.0, 9214.0, 9208.0, 9196.0, 9282.0, 9196.0, 9264.0, 9260.0, 9229.0, 9223.0, 9212.0, 9216.0, 9233.0, 9307.0, 9239.0, 9242.0, 9200.0, 9237.0, 9226.0, 9201.0, 9212.0, 9254.0, 9208.0, 9265.0, 9201.0, 9278.0, 9171.0, 9219.0, 9189.0, 9245.0, 9296.0, 9271.0, 9249.0, 9179.0, 9243.0, 9177.0, 9259.0, 9248.0, 9230.0, 9200.0, 9173.0, 9219.0, 9180.0, 9237.0, 9211.0, 9212.0, 9197.0, 9205.0, 9165.0, 9176.0, 9177.0, 9182.0, 9287.0, 9229.0, 9216.0, 9231.0, 9173.0, 9169.0, 9220.0, 9150.0, 9198.0, 9169.0, 9173.0, 9201.0, 9165.0, 9217.0, 9170.0, 9227.0, 9213.0, 9294.0, 9255.0, 9226.0, 9220.0, 9210.0, 9249.0, 9212.0, 9293.0, 9243.0, 9322.0, 9294.0, 9260.0, 9253.0, 9203.0, 9306.0, 9256.0, 9232.0, 9291.0, 9245.0, 9234.0, 9204.0, 9220.0, 9202.0, 9241.0, 9236.0, 9264.0, 9245.0, 9261.0, 9185.0, 9238.0, 9200.0, 9244.0, 9227.0, 9218.0, 9291.0, 9258.0, 9270.0, 9226.0, 9275.0, 9186.0, 9270.0, 9203.0, 9245.0, 9230.0, 9232.0, 9196.0, 9211.0, 9194.0, 9183.0, 9196.0, 9201.0, 9215.0, 9236.0, 9262.0, 9238.0, 9287.0, 9204.0, 9279.0, 9215.0, 9271.0, 9277.0, 9269.0, 9255.0, 9261.0, 9222.0, 9270.0, 9194.0, 9270.0, 9218.0, 9305.0, 9264.0, 9286.0, 9243.0, 9265.0, 9197.0, 9238.0, 9216.0, 9238.0, 9272.0, 9271.0, 9243.0, 9263.0, 9187.0, 9185.0, 9209.0, 9158.0, 9243.0, 9191.0, 9184.0, 9164.0, 9178.0, 9165.0, 9162.0, 9182.0, 9182.0, 9200.0, 9202.0, 9239.0, 9182.0, 9234.0, 9170.0, 9240.0, 9205.0, 9247.0, 9226.0, 9229.0, 9252.0, 9233.0, 9198.0, 9234.0, 9224.0, 9255.0, 9295.0, 9239.0, 9295.0, 9248.0, 9280.0, 9197.0, 9246.0, 9238.0, 9255.0, 9291.0, 9277.0, 9268.0, 9205.0, 9259.0, 9226.0, 9250.0, 9242.0, 9274.0, 9278.0, 9271.0, 9273.0, 9285.0, 9265.0, 9280.0, 9247.0, 9323.0, 9324.0, 9277.0, 9241.0, 9199.0, 9213.0, 9185.0, 9215.0, 9244.0, 9242.0, 9241.0, 9241.0, 9267.0, 9181.0, 9283.0, 9193.0, 9265.0, 9235.0, 9249.0, 9193.0, 9194.0, 9176.0, 9176.0, 9214.0, 9181.0, 9273.0, 9284.0, 9228.0, 9193.0, 9159.0, 9165.0, 9168.0, 9178.0, 9188.0, 9205.0, 9197.0, 9195.0, 9192.0, 9209.0, 9212.0, 9232.0, 9287.0, 9233.0, 9324.0, 9314.0, 9281.0, 9240.0, 9200.0, 9242.0, 9187.0, 9212.0, 9222.0, 9231.0, 9195.0, 9219.0, 9188.0, 9200.0, 9202.0, 9203.0, 9228.0, 9188.0, 9304.0, 9263.0, 9257.0, 9217.0, 9192.0, 9185.0, 9195.0, 9186.0, 9208.0, 9200.0, 9204.0, 9296.0, 9269.0, 9218.0, 9291.0, 9185.0, 9234.0, 9194.0, 9242.0, 9218.0, 9235.0, 9238.0, 9245.0, 9232.0, 9318.0, 9273.0, 9280.0, 9225.0, 9280.0, 9230.0, 9298.0, 9260.0, 9313.0, 9272.0, 9292.0, 9268.0, 9290.0, 9239.0, 9271.0, 9238.0, 9291.0, 9232.0, 9291.0, 9286.0, 9332.0, 9263.0, 9272.0, 9201.0, 9205.0, 9185.0, 9225.0, 9215.0, 9251.0, 9217.0, 9211.0, 9181.0, 9194.0, 9201.0, 9309.0, 9219.0, 9231.0, 9195.0, 9251.0, 9222.0, 9253.0, 9233.0, 9224.0, 9223.0, 9294.0, 9233.0, 9198.0, 9248.0, 9185.0, 9207.0, 9229.0, 9196.0, 9189.0, 9200.0, 9194.0, 9223.0, 9211.0, 9240.0, 9239.0, 9247.0, 9228.0, 9229.0, 9244.0, 9246.0, 9256.0, 9234.0, 9336.0, 9300.0, 9289.0, 9227.0, 9250.0, 9221.0, 9233.0, 9218.0, 9229.0, 9313.0, 9277.0, 9291.0, 9245.0, 9256.0, 9195.0, 9208.0, 9247.0, 9168.0, 9248.0, 9211.0, 9234.0, 9212.0, 9235.0, 9167.0, 9196.0, 9284.0, 9230.0, 9233.0, 9240.0, 9176.0, 9210.0, 9148.0, 9173.0, 9170.0, 9212.0, 9206.0, 9191.0, 9247.0, 9210.0, 9273.0, 9197.0, 9261.0, 9227.0, 9266.0, 9238.0, 9296.0, 9261.0, 9275.0, 9284.0, 9228.0, 9268.0, 9183.0, 9250.0, 9219.0, 9242.0, 9230.0, 9220.0, 9183.0, 9195.0, 9167.0, 9196.0, 9195.0, 9196.0, 9283.0, 9250.0, 9233.0, 9179.0, 9234.0, 9166.0, 9205.0, 9196.0, 9211.0, 9185.0, 9184.0, 9180.0, 9204.0, 9294.0, 9226.0, 9174.0, 9233.0, 9165.0, 9222.0, 9169.0, 9222.0, 9176.0, 9215.0, 9199.0, 9238.0, 9246.0, 9256.0, 9248.0, 9268.0, 9228.0, 9253.0, 9211.0, 9275.0, 9323.0, 9260.0, 9257.0, 9267.0, 9236.0, 9199.0, 9167.0, 9179.0, 9182.0, 9203.0, 9293.0, 9222.0, 9263.0, 9224.0, 9261.0, 9215.0, 9290.0, 9308.0, 9220.0, 9258.0, 9237.0, 9201.0, 9228.0, 9224.0, 9216.0, 9255.0, 9227.0, 9241.0, 9224.0, 9280.0, 9208.0, 9250.0, 9330.0, 9257.0, 9253.0, 9266.0, 9217.0, 9186.0, 9152.0, 9159.0, 9208.0, 9160.0, 9174.0, 9196.0, 9185.0, 9250.0, 9196.0, 9221.0, 9186.0, 9211.0, 9207.0, 9254.0, 9295.0, 9242.0, 9223.0, 9183.0, 9198.0, 9198.0, 9224.0, 9280.0, 9207.0, 9260.0, 9232.0, 9238.0, 9201.0, 9227.0, 9188.0, 9229.0, 9231.0, 9247.0, 9287.0, 9228.0, 9283.0, 9183.0, 9250.0, 9210.0, 9238.0, 9215.0, 9239.0, 9199.0, 9237.0, 9187.0, 9210.0, 9189.0, 9214.0, 9213.0, 9207.0, 9308.0, 9269.0, 9232.0, 9178.0, 9192.0, 9170.0, 9196.0, 9186.0, 9186.0, 9173.0, 9199.0, 9189.0, 9201.0, 9203.0, 9209.0, 9290.0, 9218.0, 9261.0, 9204.0, 9256.0, 9190.0, 9230.0, 9204.0, 9222.0, 9317.0, 9262.0, 9196.0, 9195.0, 9185.0, 9253.0, 9207.0, 9180.0, 9231.0, 9210.0, 9165.0, 9190.0, 9189.0, 9211.0, 9258.0, 9238.0, 9277.0, 9258.0, 9310.0, 9300.0, 9308.0, 9275.0, 9306.0, 9282.0, 9275.0, 9339.0, 9318.0, 9324.0, 9278.0, 9244.0, 9192.0, 9207.0, 9190.0, 9182.0, 9238.0, 9198.0, 9268.0, 9215.0, 9239.0, 9186.0, 9270.0, 9185.0, 9251.0, 9212.0, 9242.0, 9292.0, 9233.0, 9202.0, 9183.0, 9169.0, 9173.0, 9166.0, 9211.0, 9192.0, 9264.0, 9219.0, 9272.0, 9249.0, 9265.0, 9200.0, 9236.0, 9225.0, 9255.0, 9311.0, 9262.0, 9227.0, 9195.0, 9196.0, 9183.0, 9202.0, 9244.0, 9192.0, 9246.0, 9207.0, 9232.0, 9206.0, 9274.0, 9209.0, 9319.0, 9311.0, 9256.0, 9252.0, 9204.0, 9202.0, 9195.0, 9205.0, 9170.0, 9181.0, 9167.0, 9196.0, 9200.0, 9199.0, 9204.0, 9241.0, 9208.0, 9230.0, 9205.0, 9225.0, 9313.0, 9245.0, 9218.0, 9175.0, 9198.0, 9170.0, 9197.0, 9198.0, 9187.0, 9218.0, 9211.0, 9205.0, 9207.0, 9218.0, 9206.0, 9294.0, 9237.0, 9241.0, 9230.0, 9203.0, 9202.0, 9208.0, 9192.0, 9204.0, 9197.0, 9228.0, 9230.0, 9236.0, 9344.0, 9288.0, 9253.0, 9236.0, 9218.0, 9206.0, 9206.0, 9244.0, 9214.0, 9295.0, 9236.0, 9276.0, 9231.0, 9239.0, 9188.0, 9215.0, 9216.0, 9192.0, 9286.0, 9204.0, 9253.0, 9174.0, 9226.0, 9189.0, 9214.0, 9203.0, 9235.0, 9320.0, 9244.0, 9224.0, 9178.0, 9178.0, 9185.0, 9186.0, 9222.0, 9175.0, 9258.0, 9218.0, 9215.0, 9203.0, 9211.0, 9191.0, 9233.0, 9292.0, 9241.0, 9211.0, 9182.0, 9221.0, 9193.0, 9204.0, 9239.0, 9232.0, 9216.0, 9230.0, 9217.0, 9240.0, 9224.0, 9250.0, 9341.0, 9291.0, 9258.0, 9230.0, 9203.0, 9226.0, 9190.0, 9267.0, 9205.0, 9245.0, 9248.0, 9230.0, 9218.0, 9240.0, 9217.0, 9276.0, 9331.0, 9271.0, 9265.0, 9197.0, 9236.0, 9188.0, 9208.0, 9213.0, 9228.0, 9201.0, 9242.0, 9185.0, 9211.0, 9289.0, 9214.0, 9225.0, 9171.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.0009564124466137889</td></tr>
<tr><td colspan=3>aqi</td><td>0.038304572849298356</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.45125704422464</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1754429269108686</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9682383808608062</td></tr>
<tr><td colspan=3>efc</td><td>0.4683</td></tr>
<tr><td colspan=3>fber</td><td>6477.2993</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10297208799726863</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>96</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.857230018303844</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.473767160174178</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4108633061569034</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6868678450309877</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.323570329334642</td></tr>
<tr><td colspan=3>gcor</td><td>0.00840934</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01695862039923668</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028496447950601578</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>4.133835156301644</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.1432</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1116</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.9237</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301763.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>757.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.2538</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8713</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.0168</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3386.611</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3558.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74781.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1297.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4361.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>860.6962</td></tr>
<tr><td colspan=3>tsnr</td><td>34.221978100948036</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>