<?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-0062_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-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_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-0062/figures/sub-0062_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062/ses-03/func/sub-0062_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>9721d96fcd8c34b99b06d2126c33f930</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:44:4.640000</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.99942, 0.0291315, 0.0176471, -0.0293129, 0.999519, 0.0101104]</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.0863946</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7723, -7324, 473, -21, -141, 19, 63]</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>252.301</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f5af6de9-6936-4804-932d-2fe491a55838||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.681370258331299, -0.07864435017108917, 0.046829093247652054, 113.96061706542969], [-0.07815761864185333, 2.6816368103027344, 0.028678955510258675, -91.21946716308594], [0.04734594747424126, -0.02712550014257431, 2.699441432952881, -80.35322570800781], [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': ['094404.640000', '094405.100000', '094405.560000', '094406.020000', '094406.480000', '094406.940000', '094407.400000', '094407.860000', '094408.320000', '094408.780000', '094409.240000', '094409.700000', '094410.160000', '094410.620000', '094411.080000', '094411.540000', '094412.000000', '094412.460000', '094412.920000', '094413.380000', '094413.840000', '094414.300000', '094414.760000', '094415.220000', '094415.680000', '094416.140000', '094416.600000', '094417.060000', '094417.520000', '094417.980000', '094418.440000', '094418.900000', '094419.360000', '094419.820000', '094420.280000', '094420.740000', '094421.200000', '094421.660000', '094422.120000', '094422.580000', '094423.040000', '094423.500000', '094423.960000', '094424.420000', '094424.880000', '094425.340000', '094425.800000', '094426.260000', '094426.720000', '094427.180000', '094427.640000', '094428.100000', '094428.560000', '094429.020000', '094429.480000', '094429.940000', '094430.400000', '094430.860000', '094431.320000', '094431.780000', '094432.240000', '094432.700000', '094433.160000', '094433.620000', '094434.080000', '094434.540000', '094435.000000', '094435.460000', '094435.920000', '094436.380000', '094436.840000', '094437.300000', '094437.760000', '094438.220000', '094438.680000', '094439.140000', '094439.600000', '094440.060000', '094440.520000', '094440.980000', '094441.440000', '094441.900000', '094442.360000', '094442.820000', '094443.280000', '094443.740000', '094444.200000', '094444.660000', '094445.120000', '094445.580000', '094446.040000', '094446.500000', '094446.960000', '094447.420000', '094447.880000', '094448.340000', '094448.800000', '094449.260000', '094449.720000', '094450.180000', '094450.640000', '094451.100000', '094451.560000', '094452.020000', '094452.480000', '094452.940000', '094453.400000', '094453.860000', '094454.320000', '094454.780000', '094455.240000', '094455.700000', '094456.160000', '094456.620000', '094457.080000', '094457.540000', '094458.000000', '094458.460000', '094458.920000', '094459.380000', '094459.840000', '094500.300000', '094500.760000', '094501.220000', '094501.680000', '094502.140000', '094502.600000', '094503.060000', '094503.520000', '094503.980000', '094504.440000', '094504.900000', '094505.360000', '094505.820000', '094506.280000', '094506.740000', '094507.200000', '094507.660000', '094508.120000', '094508.580000', '094509.040000', '094509.500000', '094509.960000', '094510.420000', '094510.880000', '094511.340000', '094511.800000', '094512.260000', '094512.720000', '094513.180000', '094513.640000', '094514.100000', '094514.560000', '094515.020000', '094515.480000', '094515.940000', '094516.400000', '094516.860000', '094517.320000', '094517.780000', '094518.240000', '094518.700000', '094519.160000', '094519.620000', '094520.080000', '094520.540000', '094521.000000', '094521.460000', '094521.920000', '094522.380000', '094522.840000', '094523.300000', '094523.760000', '094524.220000', '094524.680000', '094525.140000', '094525.600000', '094526.060000', '094526.520000', '094526.980000', '094527.440000', '094527.900000', '094528.360000', '094528.820000', '094529.280000', '094529.740000', '094530.200000', '094530.660000', '094531.120000', '094531.580000', '094532.040000', '094532.500000', '094532.960000', '094533.420000', '094533.880000', '094534.340000', '094534.800000', '094535.260000', '094535.720000', '094536.180000', '094536.640000', '094537.100000', '094537.560000', '094538.020000', '094538.480000', '094538.940000', '094539.400000', '094539.860000', '094540.320000', '094540.780000', '094541.240000', '094541.700000', '094542.160000', '094542.620000', '094543.080000', '094543.540000', '094544.000000', '094544.460000', '094544.920000', '094545.380000', '094545.840000', '094546.300000', '094546.760000', '094547.220000', '094547.680000', '094548.140000', '094548.600000', '094549.060000', '094549.520000', '094549.980000', '094550.440000', '094550.900000', '094551.360000', '094551.820000', '094552.280000', '094552.740000', '094553.200000', '094553.660000', '094554.120000', '094554.580000', '094555.040000', '094555.500000', '094555.960000', '094556.420000', '094556.880000', '094557.340000', '094557.800000', '094558.260000', '094558.720000', '094559.180000', '094559.640000', '094600.100000', '094600.560000', '094601.020000', '094601.480000', '094601.940000', '094602.400000', '094602.860000', '094603.320000', '094603.780000', '094604.240000', '094604.700000', '094605.160000', '094605.620000', '094606.080000', '094606.540000', '094607.000000', '094607.460000', '094607.920000', '094608.380000', '094608.840000', '094609.300000', '094609.760000', '094610.220000', '094610.680000', '094611.140000', '094611.600000', '094612.060000', '094612.520000', '094612.980000', '094613.440000', '094613.900000', '094614.360000', '094614.820000', '094615.280000', '094615.740000', '094616.200000', '094616.660000', '094617.120000', '094617.580000', '094618.040000', '094618.500000', '094618.960000', '094619.420000', '094619.880000', '094620.340000', '094620.800000', '094621.260000', '094621.720000', '094622.180000', '094622.640000', '094623.100000', '094623.560000', '094624.020000', '094624.480000', '094624.940000', '094625.400000', '094625.860000', '094626.320000', '094626.780000', '094627.240000', '094627.700000', '094628.160000', '094628.620000', '094629.080000', '094629.540000', '094630.000000', '094630.460000', '094630.920000', '094631.380000', '094631.840000', '094632.300000', '094632.760000', '094633.220000', '094633.680000', '094634.140000', '094634.600000', '094635.060000', '094635.520000', '094635.980000', '094636.440000', '094636.900000', '094637.360000', '094637.820000', '094638.280000', '094638.740000', '094639.200000', '094639.660000', '094640.120000', '094640.580000', '094641.040000', '094641.500000', '094641.960000', '094642.420000', '094642.880000', '094643.340000', '094643.800000', '094644.260000', '094644.720000', '094645.180000', '094645.640000', '094646.100000', '094646.560000', '094647.020000', '094647.480000', '094647.940000', '094648.400000', '094648.860000', '094649.320000', '094649.780000', '094650.240000', '094650.700000', '094651.160000', '094651.620000', '094652.080000', '094652.540000', '094653.000000', '094653.460000', '094653.920000', '094654.380000', '094654.840000', '094655.300000', '094655.760000', '094656.220000', '094656.680000', '094657.140000', '094657.600000', '094658.060000', '094658.520000', '094658.980000', '094659.440000', '094659.900000', '094700.360000', '094700.820000', '094701.280000', '094701.740000', '094702.200000', '094702.660000', '094703.120000', '094703.580000', '094704.040000', '094704.500000', '094704.960000', '094705.420000', '094705.880000', '094706.340000', '094706.800000', '094707.260000', '094707.720000', '094708.180000', '094708.640000', '094709.100000', '094709.560000', '094710.020000', '094710.480000', '094710.940000', '094711.400000', '094711.860000', '094712.320000', '094712.780000', '094713.240000', '094713.700000', '094714.160000', '094714.620000', '094715.080000', '094715.540000', '094716.000000', '094716.460000', '094716.920000', '094717.380000', '094717.840000', '094718.300000', '094718.760000', '094719.220000', '094719.680000', '094720.140000', '094720.600000', '094721.060000', '094721.520000', '094721.980000', '094722.440000', '094722.900000', '094723.360000', '094723.820000', '094724.280000', '094724.740000', '094725.200000', '094725.660000', '094726.120000', '094726.580000', '094727.040000', '094727.500000', '094727.960000', '094728.420000', '094728.880000', '094729.340000', '094729.800000', '094730.260000', '094730.720000', '094731.180000', '094731.640000', '094732.100000', '094732.560000', '094733.020000', '094733.480000', '094733.940000', '094734.400000', '094734.860000', '094735.320000', '094735.780000', '094736.240000', '094736.700000', '094737.160000', '094737.620000', '094738.080000', '094738.540000', '094739.000000', '094739.460000', '094739.920000', '094740.380000', '094740.840000', '094741.300000', '094741.760000', '094742.220000', '094742.680000', '094743.140000', '094743.600000', '094744.060000', '094744.520000', '094744.980000', '094745.440000', '094745.900000', '094746.360000', '094746.820000', '094747.280000', '094747.740000', '094748.200000', '094748.660000', '094749.120000', '094749.580000', '094750.040000', '094750.500000', '094750.960000', '094751.420000', '094751.880000', '094752.340000', '094752.800000', '094753.260000', '094753.720000', '094754.180000', '094754.640000', '094755.100000', '094755.560000', '094756.020000', '094756.480000', '094756.940000', '094757.400000', '094757.860000', '094758.320000', '094758.780000', '094759.240000', '094759.700000', '094800.160000', '094800.620000', '094801.080000', '094801.540000', '094802.000000', '094802.460000', '094802.920000', '094803.380000', '094803.840000', '094804.300000', '094804.760000', '094805.220000', '094805.680000', '094806.140000', '094806.600000', '094807.060000', '094807.520000', '094807.980000', '094808.440000', '094808.900000', '094809.360000', '094809.820000', '094810.280000', '094810.740000', '094811.200000', '094811.660000', '094812.120000', '094812.580000', '094813.040000', '094813.500000', '094813.960000', '094814.420000', '094814.880000', '094815.340000', '094815.800000', '094816.260000', '094816.720000', '094817.180000', '094817.640000', '094818.100000', '094818.560000', '094819.020000', '094819.480000', '094819.940000', '094820.400000', '094820.860000', '094821.320000', '094821.780000', '094822.240000', '094822.700000', '094823.160000', '094823.620000', '094824.080000', '094824.540000', '094825.000000', '094825.460000', '094825.920000', '094826.380000', '094826.840000', '094827.300000', '094827.760000', '094828.220000', '094828.680000', '094829.140000', '094829.600000', '094830.060000', '094830.520000', '094830.980000', '094831.440000', '094831.900000', '094832.360000', '094832.820000', '094833.280000', '094833.740000', '094834.200000', '094834.660000', '094835.120000', '094835.580000', '094836.040000', '094836.500000', '094836.960000', '094837.420000', '094837.880000', '094838.340000', '094838.800000', '094839.260000', '094839.720000', '094840.180000', '094840.640000', '094841.100000', '094841.560000', '094842.020000', '094842.480000', '094842.940000', '094843.400000', '094843.860000', '094844.320000', '094844.780000', '094845.240000', '094845.700000', '094846.160000', '094846.620000', '094847.080000', '094847.540000', '094848.000000', '094848.460000', '094848.920000', '094849.380000', '094849.840000', '094850.300000', '094850.760000', '094851.220000', '094851.680000', '094852.140000', '094852.600000', '094853.060000', '094853.520000', '094853.980000', '094854.440000', '094854.900000', '094855.360000', '094855.820000', '094856.280000', '094856.740000', '094857.200000', '094857.660000', '094858.120000', '094858.580000', '094859.040000', '094859.500000', '094859.960000', '094900.420000', '094900.880000', '094901.340000', '094901.800000', '094902.260000', '094902.720000', '094903.180000', '094903.640000', '094904.100000', '094904.560000', '094905.020000', '094905.480000', '094905.940000', '094906.400000', '094906.860000', '094907.320000', '094907.780000', '094908.240000', '094908.700000', '094909.160000', '094909.620000', '094910.080000', '094910.540000', '094911.000000', '094911.460000', '094911.920000', '094912.380000', '094912.840000', '094913.300000', '094913.760000', '094914.220000', '094914.680000', '094915.140000', '094915.600000', '094916.060000', '094916.520000', '094916.980000', '094917.440000', '094917.900000', '094918.360000', '094918.820000', '094919.280000', '094919.740000', '094920.200000', '094920.660000', '094921.120000', '094921.580000', '094922.040000', '094922.500000', '094922.960000', '094923.420000', '094923.880000', '094924.340000', '094924.800000', '094925.260000', '094925.720000', '094926.180000', '094926.640000', '094927.100000', '094927.560000', '094928.020000', '094928.480000', '094928.940000', '094929.400000', '094929.860000', '094930.320000', '094930.780000', '094931.240000', '094931.700000', '094932.160000', '094932.620000', '094933.080000', '094933.540000', '094934.000000', '094934.460000', '094934.920000', '094935.380000', '094935.840000', '094936.300000', '094936.760000', '094937.220000', '094937.680000', '094938.140000', '094938.600000', '094939.060000', '094939.520000', '094939.980000', '094940.440000', '094940.900000', '094941.360000', '094941.820000', '094942.280000', '094942.740000', '094943.200000', '094943.660000', '094944.120000', '094944.580000', '094945.040000', '094945.500000', '094945.960000', '094946.420000', '094946.880000', '094947.340000', '094947.800000', '094948.260000', '094948.720000', '094949.180000', '094949.640000', '094950.100000', '094950.560000', '094951.020000', '094951.480000', '094951.940000', '094952.400000', '094952.860000', '094953.320000', '094953.780000', '094954.240000', '094954.700000', '094955.160000', '094955.620000', '094956.080000', '094956.540000', '094957.000000', '094957.460000', '094957.920000', '094958.380000', '094958.840000', '094959.300000', '094959.760000', '095000.220000', '095000.680000', '095001.140000', '095001.600000', '095002.060000', '095002.520000', '095002.980000', '095003.440000', '095003.900000', '095004.360000', '095004.820000', '095005.280000', '095005.740000', '095006.200000', '095006.660000', '095007.120000', '095007.580000', '095008.040000', '095008.500000', '095008.960000', '095009.420000', '095009.880000', '095010.340000', '095010.800000', '095011.260000', '095011.720000', '095012.180000', '095012.640000', '095013.100000', '095013.560000', '095014.020000', '095014.480000', '095014.940000', '095015.400000', '095015.860000', '095016.320000', '095016.780000', '095017.240000', '095017.700000', '095018.160000', '095018.620000', '095019.080000', '095019.540000', '095020.000000', '095020.460000', '095020.920000', '095021.380000', '095021.840000', '095022.300000', '095022.760000', '095023.220000', '095023.680000', '095024.140000', '095024.600000', '095025.060000', '095025.520000', '095025.980000', '095026.440000', '095026.900000', '095027.360000', '095027.820000', '095028.280000', '095028.740000', '095029.200000', '095029.660000', '095030.120000', '095030.580000', '095031.040000', '095031.500000', '095031.960000', '095032.420000', '095032.880000', '095033.340000', '095033.800000', '095034.260000', '095034.720000', '095035.180000', '095035.640000', '095036.100000', '095036.560000', '095037.020000', '095037.480000', '095037.940000', '095038.400000', '095038.860000', '095039.320000', '095039.780000', '095040.240000', '095040.700000', '095041.160000', '095041.620000', '095042.080000', '095042.540000', '095043.000000', '095043.460000', '095043.920000', '095044.380000', '095044.840000', '095045.300000', '095045.760000', '095046.220000', '095046.680000', '095047.140000', '095047.600000', '095048.060000', '095048.520000', '095048.980000', '095049.440000', '095049.900000', '095050.360000', '095050.820000', '095051.280000', '095051.740000', '095052.200000', '095052.660000', '095053.120000', '095053.580000', '095054.040000', '095054.500000', '095054.960000', '095055.420000', '095055.880000', '095056.340000', '095056.800000', '095057.260000', '095057.720000', '095058.180000', '095058.640000', '095059.100000', '095059.560000', '095100.020000', '095100.480000', '095100.940000', '095101.400000', '095101.860000', '095102.320000', '095102.780000', '095103.240000', '095103.700000', '095104.160000', '095104.620000', '095105.080000', '095105.540000', '095106.000000', '095106.460000', '095106.920000', '095107.380000', '095107.840000', '095108.300000', '095108.760000', '095109.220000', '095109.680000', '095110.140000', '095110.600000', '095111.060000', '095111.520000', '095111.980000', '095112.440000', '095112.900000', '095113.360000', '095113.820000', '095114.280000', '095114.740000', '095115.200000', '095115.660000', '095116.120000', '095116.580000', '095117.040000', '095117.500000', '095117.960000', '095118.420000', '095118.880000', '095119.340000', '095119.800000', '095120.260000', '095120.720000', '095121.180000', '095121.640000', '095122.100000', '095122.560000', '095123.020000', '095123.480000', '095123.940000', '095124.400000', '095124.860000', '095125.320000', '095125.780000', '095126.240000', '095126.700000', '095127.160000', '095127.620000', '095128.080000', '095128.540000', '095129.000000', '095129.460000', '095129.920000', '095130.380000', '095130.840000', '095131.300000', '095131.760000', '095132.220000', '095132.680000', '095133.140000', '095133.600000', '095134.060000', '095134.520000', '095134.980000', '095135.440000', '095135.900000', '095136.360000', '095136.820000', '095137.280000', '095137.740000', '095138.200000', '095138.660000', '095139.120000', '095139.580000', '095140.040000', '095140.500000', '095140.960000', '095141.420000', '095141.880000', '095142.340000', '095142.800000', '095143.260000', '095143.720000', '095144.180000', '095144.640000', '095145.100000', '095145.560000', '095146.020000', '095146.480000', '095146.940000', '095147.400000', '095147.860000', '095148.320000', '095148.780000', '095149.240000', '095149.700000', '095150.160000', '095150.620000', '095151.080000', '095151.540000', '095152.000000', '095152.460000', '095152.920000', '095153.380000', '095153.840000', '095154.300000', '095154.760000', '095155.220000', '095155.680000', '095156.140000', '095156.600000', '095157.060000', '095157.520000', '095157.980000', '095158.440000', '095158.900000', '095159.360000', '095159.820000', '095200.280000', '095200.740000', '095201.200000', '095201.660000', '095202.120000', '095202.580000', '095203.040000', '095203.500000', '095203.960000', '095204.420000', '095204.880000', '095205.340000', '095205.800000', '095206.260000', '095206.720000', '095207.180000', '095207.640000', '095208.100000', '095208.560000', '095209.020000', '095209.480000', '095209.940000', '095210.400000', '095210.860000', '095211.320000', '095211.780000', '095212.240000', '095212.700000', '095213.160000', '095213.620000', '095214.080000', '095214.540000', '095215.000000', '095215.460000', '095215.920000', '095216.380000', '095216.840000', '095217.300000', '095217.760000', '095218.220000', '095218.680000', '095219.140000', '095219.600000', '095220.060000', '095220.520000', '095220.980000', '095221.440000', '095221.900000', '095222.360000', '095222.820000', '095223.280000', '095223.740000', '095224.200000', '095224.660000', '095225.120000', '095225.580000', '095226.040000', '095226.500000', '095226.960000', '095227.420000', '095227.880000', '095228.340000', '095228.800000', '095229.260000', '095229.720000', '095230.180000', '095230.640000', '095231.100000', '095231.560000', '095232.020000', '095232.480000', '095232.940000', '095233.400000', '095233.860000', '095234.320000', '095234.780000', '095235.240000', '095235.700000', '095236.160000', '095236.620000', '095237.080000', '095237.540000', '095238.000000', '095238.460000', '095238.920000', '095239.380000', '095239.840000', '095240.300000', '095240.760000', '095241.220000', '095241.680000', '095242.140000', '095242.600000', '095243.060000', '095243.520000', '095243.980000', '095244.440000', '095244.900000', '095245.360000', '095245.820000', '095246.280000', '095246.740000', '095247.200000', '095247.660000', '095248.120000', '095248.580000', '095249.040000', '095249.500000', '095249.960000', '095250.420000', '095250.880000', '095251.340000', '095251.800000', '095252.260000', '095252.720000', '095253.180000', '095253.640000', '095254.100000', '095254.560000', '095255.020000', '095255.480000', '095255.940000', '095256.400000', '095256.860000', '095257.320000', '095257.780000', '095258.240000', '095258.700000', '095259.160000', '095259.620000', '095300.080000', '095300.540000', '095301.000000', '095301.460000', '095301.920000', '095302.380000', '095302.840000', '095303.300000', '095303.760000', '095304.220000', '095304.680000', '095305.140000', '095305.600000', '095306.060000', '095306.520000', '095306.980000', '095307.440000', '095307.900000', '095308.360000', '095308.820000', '095309.280000', '095309.740000', '095310.200000', '095310.660000', '095311.120000', '095311.580000', '095312.040000', '095312.500000', '095312.960000', '095313.420000', '095313.880000', '095314.340000', '095314.800000', '095315.260000', '095315.720000', '095316.180000', '095316.640000', '095317.100000', '095317.560000', '095318.020000', '095318.480000', '095318.940000', '095319.400000', '095319.860000', '095320.320000', '095320.780000', '095321.240000', '095321.700000', '095322.160000', '095322.620000', '095323.080000', '095323.540000', '095324.000000', '095324.460000', '095324.920000', '095325.380000', '095325.840000', '095326.300000', '095326.760000', '095327.220000', '095327.680000', '095328.140000', '095328.600000', '095329.060000', '095329.520000', '095329.980000', '095330.440000', '095330.900000', '095331.360000', '095331.820000', '095332.280000', '095332.740000', '095333.200000', '095333.660000', '095334.120000', '095334.580000', '095335.040000', '095335.500000', '095335.960000', '095336.420000', '095336.880000', '095337.340000', '095337.800000', '095338.260000', '095338.720000', '095339.180000', '095339.640000', '095340.100000', '095340.560000', '095341.020000', '095341.480000', '095341.940000', '095342.400000', '095342.860000', '095343.320000', '095343.780000', '095344.240000', '095344.700000', '095345.160000', '095345.620000', '095346.080000', '095346.540000', '095347.000000', '095347.460000', '095347.920000', '095348.380000', '095348.840000', '095349.300000', '095349.760000', '095350.220000', '095350.680000', '095351.140000', '095351.600000', '095352.060000', '095352.520000', '095352.980000', '095353.440000', '095353.900000', '095354.360000', '095354.820000', '095355.280000', '095355.740000', '095356.200000', '095356.660000', '095357.120000', '095357.580000', '095358.040000', '095358.500000', '095358.960000', '095359.420000', '095359.880000', '095400.340000', '095400.800000', '095401.260000', '095401.720000', '095402.180000', '095402.640000', '095403.100000', '095403.560000', '095404.020000', '095404.480000', '095404.940000', '095405.400000', '095405.860000', '095406.320000', '095406.780000', '095407.240000', '095407.700000', '095408.160000', '095408.620000', '095409.080000', '095409.540000', '095410.000000', '095410.460000', '095410.920000', '095411.380000', '095411.840000', '095412.300000', '095412.760000', '095413.220000', '095413.680000', '095414.140000', '095414.600000', '095415.060000', '095415.520000', '095415.980000', '095416.440000', '095416.900000', '095417.360000', '095417.820000', '095418.280000', '095418.740000', '095419.200000', '095419.660000', '095420.120000', '095420.580000', '095421.040000', '095421.500000', '095421.960000', '095422.420000', '095422.880000', '095423.340000', '095423.800000', '095424.260000', '095424.720000', '095425.180000', '095425.640000', '095426.100000', '095426.560000', '095427.020000', '095427.480000', '095427.940000', '095428.400000', '095428.860000', '095429.320000', '095429.780000', '095430.240000', '095430.700000', '095431.160000', '095431.620000', '095432.080000', '095432.540000', '095433.000000', '095433.460000', '095433.920000', '095434.380000', '095434.840000', '095435.300000', '095435.760000', '095436.220000', '095436.680000', '095437.140000', '095437.600000', '095438.060000', '095438.520000', '095438.980000', '095439.440000', '095439.900000', '095440.360000', '095440.820000', '095441.280000', '095441.740000', '095442.200000', '095442.660000', '095443.120000', '095443.580000', '095444.040000', '095444.500000', '095444.960000', '095445.420000', '095445.880000', '095446.340000', '095446.800000', '095447.260000', '095447.720000', '095448.180000', '095448.640000', '095449.100000', '095449.560000', '095450.020000', '095450.480000', '095450.940000', '095451.400000', '095451.860000', '095452.320000', '095452.780000', '095453.240000', '095453.700000', '095454.160000', '095454.620000', '095455.080000', '095455.540000', '095456.000000', '095456.460000', '095456.920000', '095457.380000', '095457.840000', '095458.300000', '095458.760000', '095459.220000', '095459.680000', '095500.140000', '095500.600000', '095501.060000', '095501.520000', '095501.980000', '095502.440000', '095502.900000', '095503.360000', '095503.820000', '095504.280000', '095504.740000', '095505.200000', '095505.660000', '095506.120000', '095506.580000', '095507.040000', '095507.500000', '095507.960000', '095508.420000', '095508.880000', '095509.340000', '095509.800000', '095510.260000', '095510.720000', '095511.180000', '095511.640000', '095512.100000', '095512.560000', '095513.020000', '095513.480000', '095513.940000', '095514.400000', '095514.860000', '095515.320000', '095515.780000', '095516.240000', '095516.700000', '095517.160000', '095517.620000', '095518.080000', '095518.540000', '095519.000000', '095519.460000', '095519.920000', '095520.380000', '095520.840000', '095521.300000', '095521.760000', '095522.220000', '095522.680000', '095523.140000', '095523.600000', '095524.060000', '095524.520000', '095524.980000', '095525.440000', '095525.900000', '095526.360000', '095526.820000', '095527.280000', '095527.740000', '095528.200000', '095528.660000', '095529.120000', '095529.580000', '095530.040000', '095530.500000', '095530.960000', '095531.420000', '095531.880000', '095532.340000', '095532.800000', '095533.260000', '095533.720000', '095534.180000', '095534.640000', '095535.100000', '095535.560000', '095536.020000', '095536.480000', '095536.940000', '095537.400000', '095537.860000', '095538.320000', '095538.780000', '095539.240000', '095539.700000', '095540.160000', '095540.620000', '095541.080000', '095541.540000', '095542.000000', '095542.460000', '095542.920000', '095543.380000', '095543.840000', '095544.300000', '095544.760000', '095545.220000', '095545.680000', '095546.140000', '095546.600000', '095547.060000', '095547.520000', '095547.980000', '095548.440000', '095548.900000', '095549.360000', '095549.820000', '095550.280000', '095550.740000', '095551.200000', '095551.660000', '095552.120000', '095552.580000', '095553.040000', '095553.500000', '095553.960000', '095554.420000', '095554.880000', '095555.340000', '095555.800000', '095556.260000', '095556.720000', '095557.180000', '095557.640000', '095558.100000', '095558.560000', '095559.020000', '095559.480000', '095559.940000', '095600.400000', '095600.860000', '095601.320000', '095601.780000', '095602.240000', '095602.700000', '095603.160000', '095603.620000', '095604.080000', '095604.540000', '095605.000000', '095605.460000', '095605.920000', '095606.380000', '095606.840000', '095607.300000', '095607.760000', '095608.220000', '095608.680000', '095609.140000', '095609.600000', '095610.060000', '095610.520000', '095610.980000', '095611.440000', '095611.900000', '095612.360000', '095612.820000', '095613.280000', '095613.740000', '095614.200000', '095614.660000', '095615.120000', '095615.580000', '095616.040000', '095616.500000', '095616.960000', '095617.420000', '095617.880000', '095618.340000', '095618.800000', '095619.260000', '095619.720000', '095620.180000', '095620.640000', '095621.100000', '095621.560000', '095622.020000', '095622.480000', '095622.940000', '095623.400000', '095623.860000', '095624.320000', '095624.780000', '095625.240000', '095625.700000', '095626.160000', '095626.620000', '095627.080000', '095627.540000', '095628.000000', '095628.460000', '095628.920000', '095629.380000', '095629.840000', '095630.300000', '095630.760000', '095631.220000', '095631.680000', '095632.140000', '095632.600000', '095633.060000', '095633.520000', '095633.980000', '095634.440000', '095634.900000', '095635.360000', '095635.820000', '095636.280000', '095636.740000', '095637.200000', '095637.660000', '095638.120000', '095638.580000'], 'ContentTime': ['094418.475000', '094418.478000', '094418.480000', '094418.483000', '094418.493000', '094418.496000', '094418.498000', '094418.501000', '094418.503000', '094418.506000', '094418.508000', '094418.511000', '094418.514000', '094418.516000', '094418.519000', '094418.521000', '094418.524000', '094418.526000', '094418.529000', '094418.531000', '094418.534000', '094418.537000', '094418.545000', '094418.547000', '094418.550000', '094418.552000', '094418.555000', '094438.443000', '094438.446000', '094438.449000', '094438.451000', '094438.460000', '094438.462000', '094438.465000', '094438.467000', '094438.470000', '094438.472000', '094438.475000', '094438.477000', '094438.480000', '094438.482000', '094438.485000', '094438.488000', '094438.490000', '094438.493000', '094438.495000', '094438.498000', '094438.500000', '094438.503000', '094438.505000', '094438.508000', '094438.516000', '094438.519000', '094438.521000', '094438.524000', '094438.527000', '094438.529000', '094438.532000', '094438.534000', '094438.537000', '094438.539000', '094438.542000', '094438.544000', '094438.547000', '094438.549000', '094438.552000', '094438.554000', '094438.557000', '094438.559000', '094438.562000', '094458.443000', '094458.446000', '094458.449000', '094458.452000', '094458.456000', '094458.459000', '094458.462000', '094458.464000', '094458.467000', '094458.469000', '094458.472000', '094458.474000', '094458.477000', '094458.480000', '094458.482000', '094458.485000', '094458.487000', '094458.490000', '094458.492000', '094458.495000', '094458.497000', '094458.500000', '094458.503000', '094458.505000', '094458.508000', '094458.510000', '094458.513000', '094458.515000', '094458.518000', '094458.521000', '094458.523000', '094458.526000', '094458.528000', '094458.531000', '094458.533000', '094458.536000', '094458.538000', '094458.541000', '094458.543000', '094458.546000', '094458.549000', '094458.551000', '094458.554000', '094518.442000', '094518.445000', '094518.448000', '094518.450000', '094518.453000', '094518.456000', '094518.458000', '094518.461000', '094518.463000', '094518.466000', '094518.468000', '094518.471000', '094518.474000', '094518.476000', '094518.479000', '094518.481000', '094518.484000', '094518.486000', '094518.489000', '094518.492000', '094518.494000', '094518.497000', '094518.499000', '094518.502000', '094518.504000', '094518.507000', '094518.509000', '094518.512000', '094518.514000', '094518.517000', '094518.520000', '094518.522000', '094518.525000', '094518.527000', '094518.530000', '094518.532000', '094518.535000', '094518.537000', '094518.540000', '094518.543000', '094518.545000', '094518.548000', '094518.550000', '094518.553000', '094538.443000', '094538.445000', '094538.448000', '094538.450000', '094538.453000', '094538.456000', '094538.458000', '094538.461000', '094538.464000', '094538.467000', '094538.469000', '094538.472000', '094538.475000', '094538.477000', '094538.480000', '094538.482000', '094538.485000', '094538.488000', '094538.490000', '094538.493000', '094538.495000', '094538.498000', '094538.500000', '094538.503000', '094538.505000', '094538.508000', '094538.524000', '094538.527000', '094538.529000', '094538.532000', '094538.534000', '094538.537000', '094538.539000', '094538.542000', '094538.545000', '094538.547000', '094538.550000', '094538.552000', '094538.555000', '094538.558000', '094538.560000', '094538.563000', '094538.565000', '094558.442000', '094558.445000', '094558.448000', '094558.450000', '094558.453000', '094558.456000', '094558.458000', '094558.461000', '094558.463000', '094558.466000', '094558.469000', '094558.471000', '094558.474000', '094558.477000', '094558.479000', '094558.482000', '094558.484000', '094558.487000', '094558.490000', '094558.501000', '094558.504000', '094558.506000', '094558.509000', '094558.511000', '094558.514000', '094558.516000', '094558.519000', '094558.522000', '094558.524000', '094558.527000', '094558.529000', '094558.532000', '094558.534000', '094558.537000', '094558.539000', '094558.542000', '094558.545000', '094558.547000', '094558.550000', '094558.552000', '094558.555000', '094558.557000', '094558.560000', '094558.563000', '094618.442000', '094618.445000', '094618.448000', '094618.451000', '094618.453000', '094618.456000', '094618.458000', '094618.461000', '094618.464000', '094618.466000', '094618.469000', '094618.471000', '094618.474000', '094618.477000', '094618.479000', '094618.482000', '094618.484000', '094618.487000', '094618.489000', '094618.492000', '094618.496000', '094618.498000', '094618.501000', '094618.503000', '094618.506000', '094618.509000', '094618.511000', '094618.514000', '094618.516000', '094618.519000', '094618.521000', '094618.524000', '094618.527000', '094618.529000', '094618.532000', '094618.534000', '094618.537000', '094618.539000', '094618.542000', '094618.545000', '094618.547000', '094618.550000', '094618.552000', '094638.443000', '094638.446000', '094638.449000', '094638.451000', '094638.454000', '094638.457000', '094638.459000', '094638.462000', '094638.465000', '094638.467000', '094638.470000', '094638.472000', '094638.475000', '094638.478000', '094638.480000', '094638.483000', '094638.485000', '094638.488000', '094638.490000', '094638.493000', '094638.496000', '094638.498000', '094638.501000', '094638.503000', '094638.506000', '094638.508000', '094638.511000', '094638.514000', '094638.516000', '094638.519000', '094638.521000', '094638.524000', '094638.526000', '094638.529000', '094638.532000', '094638.534000', '094638.537000', '094638.539000', '094638.542000', '094638.544000', '094638.547000', '094638.550000', '094638.552000', '094638.555000', '094658.443000', '094658.446000', '094658.449000', '094658.452000', '094658.454000', '094658.457000', '094658.459000', '094658.462000', '094658.464000', '094658.467000', '094658.470000', '094658.472000', '094658.475000', '094658.478000', '094658.481000', '094658.483000', '094658.486000', '094658.489000', '094658.492000', '094658.494000', '094658.497000', '094658.499000', '094658.502000', '094658.505000', '094658.507000', '094658.510000', '094658.513000', '094658.515000', '094658.518000', '094658.520000', '094658.523000', '094658.526000', '094658.528000', '094658.531000', '094658.533000', '094658.536000', '094658.538000', '094658.541000', '094658.544000', '094658.546000', '094658.549000', '094658.551000', '094658.554000', '094718.444000', '094718.446000', '094718.449000', '094718.452000', '094718.454000', '094718.457000', '094718.459000', '094718.462000', '094718.465000', '094718.467000', '094718.470000', '094718.472000', '094718.475000', '094718.478000', '094718.480000', '094718.483000', '094718.485000', '094718.488000', '094718.490000', '094718.493000', '094718.496000', '094718.498000', '094718.516000', '094718.519000', '094718.521000', '094718.524000', '094718.526000', '094718.529000', '094718.532000', '094718.534000', '094718.537000', '094718.539000', '094718.542000', '094718.544000', '094718.547000', '094718.550000', '094718.552000', '094718.555000', '094718.557000', '094718.560000', '094718.562000', '094718.565000', '094718.568000', '094718.570000', '094738.442000', '094738.445000', '094738.448000', '094738.450000', '094738.453000', '094738.456000', '094738.458000', '094738.461000', '094738.464000', '094738.466000', '094738.469000', '094738.471000', '094738.474000', '094738.477000', '094738.479000', '094738.482000', '094738.484000', '094738.487000', '094738.490000', '094738.492000', '094738.495000', '094738.497000', '094738.500000', '094738.503000', '094738.505000', '094738.508000', '094738.510000', '094738.513000', '094738.515000', '094738.518000', '094738.520000', '094738.523000', '094738.526000', '094738.528000', '094738.531000', '094738.534000', '094738.537000', '094738.540000', '094738.542000', '094738.545000', '094738.547000', '094738.550000', '094738.552000', '094758.442000', '094758.445000', '094758.448000', '094758.451000', '094758.453000', '094758.456000', '094758.458000', '094758.461000', '094758.464000', '094758.466000', '094758.469000', '094758.471000', '094758.474000', '094758.476000', '094758.479000', '094758.482000', '094758.484000', '094758.487000', '094758.490000', '094758.492000', '094758.495000', '094758.498000', '094758.500000', '094758.503000', '094758.506000', '094758.508000', '094758.511000', '094758.513000', '094758.516000', '094758.519000', '094758.521000', '094758.524000', '094758.526000', '094758.529000', '094758.531000', '094758.534000', '094758.537000', '094758.539000', '094758.542000', '094758.544000', '094758.547000', '094758.549000', '094758.552000', '094758.555000', '094818.442000', '094818.445000', '094818.448000', '094818.450000', '094818.453000', '094818.456000', '094818.458000', '094818.461000', '094818.463000', '094818.466000', '094818.469000', '094818.471000', '094818.474000', '094818.476000', '094818.479000', '094818.481000', '094818.484000', '094818.487000', '094818.489000', '094818.492000', '094818.494000', '094818.497000', '094818.500000', '094818.502000', '094818.505000', '094818.507000', '094818.510000', '094818.513000', '094818.515000', '094818.518000', '094818.521000', '094818.523000', '094818.526000', '094818.528000', '094818.531000', '094818.534000', '094818.536000', '094818.539000', '094818.541000', '094818.544000', '094818.547000', '094818.549000', '094818.552000', '094838.442000', '094838.445000', '094838.448000', '094838.450000', '094838.453000', '094838.456000', '094838.458000', '094838.461000', '094838.464000', '094838.466000', '094838.469000', '094838.471000', '094838.474000', '094838.476000', '094838.479000', '094838.482000', '094838.484000', '094838.487000', '094838.489000', '094838.492000', '094838.495000', '094838.497000', '094838.500000', '094838.502000', '094838.505000', '094838.508000', '094838.510000', '094838.513000', '094838.515000', '094838.518000', '094838.521000', '094838.523000', '094838.526000', '094838.528000', '094838.531000', '094838.534000', '094838.536000', '094838.539000', '094838.541000', '094838.544000', '094838.546000', '094838.549000', '094838.551000', '094838.554000', '094858.444000', '094858.447000', '094858.449000', '094858.463000', '094858.465000', '094858.468000', '094858.471000', '094858.473000', '094858.476000', '094858.478000', '094858.481000', '094858.483000', '094858.486000', '094858.488000', '094858.491000', '094858.494000', '094858.496000', '094858.499000', '094858.502000', '094858.504000', '094858.507000', '094858.509000', '094858.512000', '094858.515000', '094858.517000', '094858.520000', '094858.523000', '094858.525000', '094858.528000', '094858.530000', '094858.533000', '094858.535000', '094858.538000', '094858.541000', '094858.543000', '094858.546000', '094858.549000', '094858.552000', '094858.555000', '094858.558000', '094858.560000', '094858.563000', '094858.565000', '094918.443000', '094918.446000', '094918.449000', '094918.452000', '094918.454000', '094918.457000', '094918.459000', '094918.462000', '094918.465000', '094918.467000', '094918.470000', '094918.472000', '094918.475000', '094918.477000', '094918.480000', '094918.483000', '094918.485000', '094918.488000', '094918.490000', '094918.493000', '094918.496000', '094918.498000', '094918.501000', '094918.503000', '094918.506000', '094918.508000', '094918.511000', '094918.514000', '094918.516000', '094918.519000', '094918.521000', '094918.524000', '094918.527000', '094918.529000', '094918.532000', '094918.534000', '094918.537000', '094918.540000', '094918.542000', '094918.545000', '094918.547000', '094918.550000', '094918.553000', '094918.555000', '094938.444000', '094938.446000', '094938.449000', '094938.452000', '094938.454000', '094938.457000', '094938.459000', '094938.462000', '094938.464000', '094938.467000', '094938.470000', '094938.472000', '094938.475000', '094938.477000', '094938.480000', '094938.483000', '094938.485000', '094938.488000', '094938.490000', '094938.493000', '094938.496000', '094938.498000', '094938.501000', '094938.503000', '094938.506000', '094938.508000', '094938.511000', '094938.514000', '094938.516000', '094938.519000', '094938.521000', '094938.524000', '094938.527000', '094938.529000', '094938.532000', '094938.534000', '094938.537000', '094938.539000', '094938.542000', '094938.545000', '094938.547000', '094938.550000', '094938.552000', '094958.442000', '094958.446000', '094958.448000', '094958.451000', '094958.453000', '094958.458000', '094958.460000', '094958.463000', '094958.466000', '094958.468000', '094958.471000', '094958.473000', '094958.476000', '094958.478000', '094958.481000', '094958.484000', '094958.486000', '094958.489000', '094958.491000', '094958.494000', '094958.497000', '094958.499000', '094958.502000', '094958.504000', '094958.507000', '094958.509000', '094958.512000', '094958.515000', '094958.517000', '094958.520000', '094958.523000', '094958.525000', '094958.528000', '094958.531000', '094958.533000', '094958.536000', '094958.538000', '094958.541000', '094958.543000', '094958.546000', '094958.549000', '094958.551000', '094958.554000', '094958.556000', '095018.442000', '095018.445000', '095018.448000', '095018.450000', '095018.453000', '095018.456000', '095018.458000', '095018.461000', '095018.463000', '095018.466000', '095018.468000', '095018.471000', '095018.474000', '095018.476000', '095018.489000', '095018.491000', '095018.494000', '095018.496000', '095018.499000', '095018.502000', '095018.504000', '095018.507000', '095018.509000', '095018.512000', '095018.514000', '095018.517000', '095018.520000', '095018.522000', '095018.525000', '095018.528000', '095018.530000', '095018.533000', '095018.535000', '095018.538000', '095018.540000', '095018.543000', '095018.546000', '095018.548000', '095018.551000', '095018.553000', '095018.556000', '095018.558000', '095018.561000', '095038.442000', '095038.445000', '095038.448000', '095038.450000', '095038.453000', '095038.456000', '095038.458000', '095038.461000', '095038.463000', '095038.466000', '095038.468000', '095038.471000', '095038.474000', '095038.476000', '095038.479000', '095038.481000', '095038.484000', '095038.487000', '095038.489000', '095038.492000', '095038.494000', '095038.497000', '095038.499000', '095038.502000', '095038.505000', '095038.507000', '095038.510000', '095038.512000', '095038.515000', '095038.517000', '095038.520000', '095038.523000', '095038.525000', '095038.528000', '095038.530000', '095038.533000', '095038.535000', '095038.538000', '095038.541000', '095038.543000', '095038.546000', '095038.548000', '095038.551000', '095038.554000', '095058.443000', '095058.445000', '095058.448000', '095058.451000', '095058.453000', '095058.456000', '095058.458000', '095058.461000', '095058.464000', '095058.466000', '095058.469000', '095058.471000', '095058.474000', '095058.477000', '095058.479000', '095058.482000', '095058.484000', '095058.487000', '095058.490000', '095058.492000', '095058.495000', '095058.497000', '095058.500000', '095058.502000', '095058.505000', '095058.508000', '095058.510000', '095058.513000', '095058.515000', '095058.518000', '095058.521000', '095058.523000', '095058.526000', '095058.529000', '095058.531000', '095058.534000', '095058.536000', '095058.539000', '095058.542000', '095058.544000', '095058.547000', '095058.550000', '095058.552000', '095118.443000', '095118.446000', '095118.449000', '095118.451000', '095118.454000', '095118.457000', '095118.459000', '095118.462000', '095118.464000', '095118.467000', '095118.470000', '095118.472000', '095118.475000', '095118.478000', '095118.480000', '095118.483000', '095118.485000', '095118.488000', '095118.490000', '095118.493000', '095118.496000', '095118.498000', '095118.501000', '095118.503000', '095118.506000', '095118.508000', '095118.511000', '095118.514000', '095118.516000', '095118.519000', '095118.521000', '095118.524000', '095118.526000', '095118.529000', '095118.531000', '095118.534000', '095118.537000', '095118.539000', '095118.542000', '095118.544000', '095118.547000', '095118.550000', '095118.552000', '095118.555000', '095138.443000', '095138.446000', '095138.449000', '095138.451000', '095138.454000', '095138.457000', '095138.459000', '095138.462000', '095138.464000', '095138.467000', '095138.470000', '095138.472000', '095138.475000', '095138.477000', '095138.480000', '095138.483000', '095138.485000', '095138.488000', '095138.490000', '095138.493000', '095138.496000', '095138.498000', '095138.501000', '095138.503000', '095138.521000', '095138.524000', '095138.526000', '095138.529000', '095138.531000', '095138.534000', '095138.537000', '095138.539000', '095138.547000', '095138.550000', '095138.553000', '095138.555000', '095138.558000', '095138.560000', '095138.563000', '095138.565000', '095138.568000', '095138.571000', '095138.573000', '095158.444000', '095158.446000', '095158.449000', '095158.452000', '095158.454000', '095158.457000', '095158.459000', '095158.462000', '095158.464000', '095158.467000', '095158.470000', '095158.472000', '095158.475000', '095158.477000', '095158.480000', '095158.483000', '095158.485000', '095158.488000', '095158.491000', '095158.493000', '095158.496000', '095158.498000', '095158.501000', '095158.504000', '095158.506000', '095158.509000', '095158.511000', '095158.514000', '095158.517000', '095158.519000', '095158.522000', '095158.524000', '095158.527000', '095158.529000', '095158.532000', '095158.534000', '095158.537000', '095158.540000', '095158.542000', '095158.545000', '095158.548000', '095158.550000', '095158.553000', '095158.556000', '095218.443000', '095218.446000', '095218.448000', '095218.451000', '095218.453000', '095218.456000', '095218.458000', '095218.461000', '095218.464000', '095218.466000', '095218.469000', '095218.471000', '095218.474000', '095218.477000', '095218.479000', '095218.482000', '095218.484000', '095218.487000', '095218.490000', '095218.492000', '095218.495000', '095218.497000', '095218.500000', '095218.502000', '095218.505000', '095218.508000', '095218.510000', '095218.513000', '095218.515000', '095218.518000', '095218.520000', '095218.523000', '095218.526000', '095218.528000', '095218.531000', '095218.533000', '095218.536000', '095218.539000', '095218.541000', '095218.544000', '095218.546000', '095218.549000', '095218.551000', '095238.442000', '095238.445000', '095238.448000', '095238.450000', '095238.454000', '095238.457000', '095238.459000', '095238.462000', '095238.464000', '095238.467000', '095238.470000', '095238.472000', '095238.475000', '095238.477000', '095238.480000', '095238.483000', '095238.485000', '095238.488000', '095238.491000', '095238.493000', '095238.496000', '095238.498000', '095238.501000', '095238.503000', '095238.506000', '095238.509000', '095238.511000', '095238.514000', '095238.516000', '095238.519000', '095238.522000', '095238.524000', '095238.527000', '095238.529000', '095238.532000', '095238.534000', '095238.537000', '095238.540000', '095238.542000', '095238.545000', '095238.547000', '095238.550000', '095238.552000', '095238.555000', '095258.443000', '095258.445000', '095258.448000', '095258.451000', '095258.453000', '095258.456000', '095258.458000', '095258.461000', '095258.464000', '095258.466000', '095258.469000', '095258.471000', '095258.474000', '095258.476000', '095258.479000', '095258.482000', '095258.484000', '095258.487000', '095258.490000', '095258.492000', '095258.495000', '095258.530000', '095258.532000', '095258.535000', '095258.538000', '095258.540000', '095258.543000', '095258.545000', '095258.548000', '095258.551000', '095258.553000', '095258.556000', '095258.558000', '095258.561000', '095258.564000', '095258.566000', '095258.569000', '095258.572000', '095258.574000', '095258.577000', '095258.580000', '095258.582000', '095258.585000', '095318.443000', '095318.445000', '095318.448000', '095318.451000', '095318.453000', '095318.456000', '095318.458000', '095318.461000', '095318.464000', '095318.466000', '095318.469000', '095318.471000', '095318.474000', '095318.476000', '095318.479000', '095318.482000', '095318.484000', '095318.487000', '095318.489000', '095318.492000', '095318.495000', '095318.497000', '095318.500000', '095318.502000', '095318.505000', '095318.507000', '095318.510000', '095318.513000', '095318.515000', '095318.518000', '095318.520000', '095318.523000', '095318.526000', '095318.528000', '095318.531000', '095318.533000', '095318.536000', '095318.538000', '095318.541000', '095318.544000', '095318.546000', '095318.549000', '095318.551000', '095318.554000', '095338.444000', '095338.446000', '095338.449000', '095338.452000', '095338.454000', '095338.457000', '095338.460000', '095338.462000', '095338.465000', '095338.467000', '095338.470000', '095338.472000', '095338.475000', '095338.478000', '095338.480000', '095338.483000', '095338.485000', '095338.488000', '095338.491000', '095338.493000', '095338.496000', '095338.498000', '095338.501000', '095338.504000', '095338.506000', '095338.509000', '095338.511000', '095338.514000', '095338.516000', '095338.519000', '095338.522000', '095338.524000', '095338.527000', '095338.529000', '095338.532000', '095338.535000', '095338.537000', '095338.540000', '095338.542000', '095338.545000', '095338.548000', '095338.550000', '095338.553000', '095358.444000', '095358.447000', '095358.449000', '095358.452000', '095358.454000', '095358.457000', '095358.459000', '095358.462000', '095358.465000', '095358.467000', '095358.470000', '095358.472000', '095358.475000', '095358.477000', '095358.480000', '095358.483000', '095358.485000', '095358.488000', '095358.490000', '095358.493000', '095358.495000', '095358.498000', '095358.501000', '095358.504000', '095358.507000', '095358.510000', '095358.512000', '095358.515000', '095358.517000', '095358.520000', '095358.523000', '095358.525000', '095358.528000', '095358.531000', '095358.533000', '095358.536000', '095358.538000', '095358.541000', '095358.543000', '095358.546000', '095358.548000', '095358.551000', '095358.554000', '095418.444000', '095418.447000', '095418.449000', '095418.452000', '095418.465000', '095418.468000', '095418.471000', '095418.473000', '095418.476000', '095418.479000', '095418.481000', '095418.484000', '095418.487000', '095418.489000', '095418.492000', '095418.494000', '095418.497000', '095418.500000', '095418.502000', '095418.505000', '095418.507000', '095418.510000', '095418.513000', '095418.515000', '095418.518000', '095418.520000', '095418.523000', '095418.525000', '095418.528000', '095418.531000', '095418.533000', '095418.536000', '095418.538000', '095418.541000', '095418.544000', '095418.546000', '095418.549000', '095418.551000', '095418.554000', '095418.557000', '095418.559000', '095418.562000', '095418.564000', '095418.567000', '095438.442000', '095438.445000', '095438.448000', '095438.451000', '095438.453000', '095438.456000', '095438.459000', '095438.461000', '095438.464000', '095438.466000', '095438.469000', '095438.472000', '095438.474000', '095438.477000', '095438.479000', '095438.482000', '095438.484000', '095438.487000', '095438.490000', '095438.492000', '095438.495000', '095438.497000', '095438.500000', '095438.503000', '095438.505000', '095438.508000', '095438.510000', '095438.513000', '095438.515000', '095438.518000', '095438.521000', '095438.523000', '095438.526000', '095438.528000', '095438.531000', '095438.533000', '095438.536000', '095438.539000', '095438.541000', '095438.544000', '095438.546000', '095438.549000', '095438.551000', '095458.443000', '095458.445000', '095458.448000', '095458.451000', '095458.453000', '095458.456000', '095458.458000', '095458.461000', '095458.464000', '095458.466000', '095458.469000', '095458.471000', '095458.474000', '095458.477000', '095458.479000', '095458.482000', '095458.484000', '095458.487000', '095458.490000', '095458.492000', '095458.495000', '095458.497000', '095458.500000', '095458.503000', '095458.505000', '095458.508000', '095458.510000', '095458.513000', '095458.515000', '095458.518000', '095458.521000', '095458.523000', '095458.526000', '095458.528000', '095458.531000', '095458.533000', '095458.536000', '095458.539000', '095458.541000', '095458.544000', '095458.546000', '095458.549000', '095458.551000', '095458.554000', '095518.443000', '095518.445000', '095518.448000', '095518.451000', '095518.453000', '095518.456000', '095518.459000', '095518.461000', '095518.464000', '095518.466000', '095518.469000', '095518.471000', '095518.474000', '095518.477000', '095518.479000', '095518.482000', '095518.484000', '095518.487000', '095518.490000', '095518.492000', '095518.495000', '095518.509000', '095518.512000', '095518.514000', '095518.517000', '095518.519000', '095518.522000', '095518.524000', '095518.527000', '095518.530000', '095518.546000', '095518.549000', '095518.551000', '095518.554000', '095518.557000', '095518.559000', '095518.562000', '095518.564000', '095518.567000', '095518.570000', '095518.572000', '095518.575000', '095518.577000', '095538.443000', '095538.446000', '095538.448000', '095538.451000', '095538.453000', '095538.456000', '095538.459000', '095538.461000', '095538.464000', '095538.466000', '095538.469000', '095538.471000', '095538.474000', '095538.477000', '095538.479000', '095538.482000', '095538.484000', '095538.487000', '095538.489000', '095538.492000', '095538.495000', '095538.497000', '095538.500000', '095538.502000', '095538.505000', '095538.508000', '095538.510000', '095538.513000', '095538.515000', '095538.518000', '095538.521000', '095538.523000', '095538.526000', '095538.528000', '095538.531000', '095538.534000', '095538.536000', '095538.539000', '095538.541000', '095538.544000', '095538.546000', '095538.549000', '095538.552000', '095538.554000', '095558.444000', '095558.447000', '095558.449000', '095558.452000', '095558.454000', '095558.457000', '095558.459000', '095558.462000', '095558.464000', '095558.467000', '095558.470000', '095558.473000', '095558.476000', '095558.479000', '095558.482000', '095558.484000', '095558.487000', '095558.489000', '095558.492000', '095558.494000', '095558.497000', '095558.500000', '095558.502000', '095558.505000', '095558.507000', '095558.510000', '095558.512000', '095558.515000', '095558.518000', '095558.520000', '095558.523000', '095558.525000', '095558.528000', '095558.531000', '095558.533000', '095558.536000', '095558.538000', '095558.541000', '095558.543000', '095558.546000', '095558.548000', '095558.551000', '095558.554000', '095618.444000', '095618.447000', '095618.449000', '095618.452000', '095618.454000', '095618.457000', '095618.460000', '095618.462000', '095618.465000', '095618.467000', '095618.470000', '095618.473000', '095618.475000', '095618.478000', '095618.480000', '095618.483000', '095618.486000', '095618.488000', '095618.491000', '095618.493000', '095618.496000', '095618.498000', '095618.501000', '095618.504000', '095618.506000', '095618.509000', '095618.511000', '095618.514000', '095618.517000', '095618.519000', '095618.522000', '095618.524000', '095618.527000', '095618.530000', '095618.532000', '095618.535000', '095618.537000', '095618.540000', '095618.543000', '095618.545000', '095618.548000', '095618.550000', '095618.553000', '095618.556000', '095638.444000', '095638.446000', '095638.449000', '095638.452000', '095638.454000', '095638.457000', '095638.459000', '095638.462000', '095638.465000', '095638.467000', '095638.470000', '095638.472000', '095638.475000', '095638.478000', '095638.480000', '095638.483000', '095638.485000', '095638.488000', '095638.490000', '095638.493000', '095638.495000', '095638.498000', '095638.501000', '095638.503000', '095638.506000', '095638.508000', '095638.511000', '095638.513000', '095638.516000', '095638.519000', '095638.521000', '095638.524000', '095638.526000', '095638.529000', '095638.532000', '095638.534000', '095638.537000', '095638.539000', '095638.542000', '095638.544000', '095638.547000', '095638.550000', '095638.552000', '095640.368000', '095640.371000', '095640.373000', '095640.376000', '095640.378000'], 'InstanceCreationTime': ['094418.475000', '094418.478000', '094418.480000', '094418.483000', '094418.493000', '094418.496000', '094418.498000', '094418.501000', '094418.503000', '094418.506000', '094418.508000', '094418.511000', '094418.514000', '094418.516000', '094418.519000', '094418.521000', '094418.524000', '094418.526000', '094418.529000', '094418.531000', '094418.534000', '094418.537000', '094418.545000', '094418.547000', '094418.550000', '094418.552000', '094418.555000', '094438.443000', '094438.446000', '094438.449000', '094438.451000', '094438.460000', '094438.462000', '094438.465000', '094438.467000', '094438.470000', '094438.472000', '094438.475000', '094438.477000', '094438.480000', '094438.482000', '094438.485000', '094438.488000', '094438.490000', '094438.493000', '094438.495000', '094438.498000', '094438.500000', '094438.503000', '094438.505000', '094438.508000', '094438.516000', '094438.519000', '094438.521000', '094438.524000', '094438.527000', '094438.529000', '094438.532000', '094438.534000', '094438.537000', '094438.539000', '094438.542000', '094438.544000', '094438.547000', '094438.549000', '094438.552000', '094438.554000', '094438.557000', '094438.559000', '094438.562000', '094458.443000', '094458.446000', '094458.449000', '094458.452000', '094458.456000', '094458.459000', '094458.462000', '094458.464000', '094458.467000', '094458.469000', '094458.472000', '094458.474000', '094458.477000', '094458.480000', '094458.482000', '094458.485000', '094458.487000', '094458.490000', '094458.492000', '094458.495000', '094458.497000', '094458.500000', '094458.503000', '094458.505000', '094458.508000', '094458.510000', '094458.513000', '094458.515000', '094458.518000', '094458.521000', '094458.523000', '094458.526000', '094458.528000', '094458.531000', '094458.533000', '094458.536000', '094458.538000', '094458.541000', '094458.543000', '094458.546000', '094458.549000', '094458.551000', '094458.554000', '094518.442000', '094518.445000', '094518.448000', '094518.450000', '094518.453000', '094518.456000', '094518.458000', '094518.461000', '094518.463000', '094518.466000', '094518.468000', '094518.471000', '094518.474000', '094518.476000', '094518.479000', '094518.481000', '094518.484000', '094518.486000', '094518.489000', '094518.492000', '094518.494000', '094518.497000', '094518.499000', '094518.502000', '094518.504000', '094518.507000', '094518.509000', '094518.512000', '094518.514000', '094518.517000', '094518.520000', '094518.522000', '094518.525000', '094518.527000', '094518.530000', '094518.532000', '094518.535000', '094518.537000', '094518.540000', '094518.543000', '094518.545000', '094518.548000', '094518.550000', '094518.553000', '094538.443000', '094538.445000', '094538.448000', '094538.450000', '094538.453000', '094538.456000', '094538.458000', '094538.461000', '094538.464000', '094538.467000', '094538.469000', '094538.472000', '094538.475000', '094538.477000', '094538.480000', '094538.482000', '094538.485000', '094538.488000', '094538.490000', '094538.493000', '094538.495000', '094538.498000', '094538.500000', '094538.503000', '094538.505000', '094538.508000', '094538.524000', '094538.527000', '094538.529000', '094538.532000', '094538.534000', '094538.537000', '094538.539000', '094538.542000', '094538.545000', '094538.547000', '094538.550000', '094538.552000', '094538.555000', '094538.558000', '094538.560000', '094538.563000', '094538.565000', '094558.442000', '094558.445000', '094558.448000', '094558.450000', '094558.453000', '094558.456000', '094558.458000', '094558.461000', '094558.463000', '094558.466000', '094558.469000', '094558.471000', '094558.474000', '094558.477000', '094558.479000', '094558.482000', '094558.484000', '094558.487000', '094558.490000', '094558.501000', '094558.504000', '094558.506000', '094558.509000', '094558.511000', '094558.514000', '094558.516000', '094558.519000', '094558.522000', '094558.524000', '094558.527000', '094558.529000', '094558.532000', '094558.534000', '094558.537000', '094558.539000', '094558.542000', '094558.545000', '094558.547000', '094558.550000', '094558.552000', '094558.555000', '094558.557000', '094558.560000', '094558.563000', '094618.442000', '094618.445000', '094618.448000', '094618.451000', '094618.453000', '094618.456000', '094618.458000', '094618.461000', '094618.464000', '094618.466000', '094618.469000', '094618.471000', '094618.474000', '094618.477000', '094618.479000', '094618.482000', '094618.484000', '094618.487000', '094618.489000', '094618.492000', '094618.496000', '094618.498000', '094618.501000', '094618.503000', '094618.506000', '094618.509000', '094618.511000', '094618.514000', '094618.516000', '094618.519000', '094618.521000', '094618.524000', '094618.527000', '094618.529000', '094618.532000', '094618.534000', '094618.537000', '094618.539000', '094618.542000', '094618.545000', '094618.547000', '094618.550000', '094618.552000', '094638.443000', '094638.446000', '094638.449000', '094638.451000', '094638.454000', '094638.457000', '094638.459000', '094638.462000', '094638.465000', '094638.467000', '094638.470000', '094638.472000', '094638.475000', '094638.478000', '094638.480000', '094638.483000', '094638.485000', '094638.488000', '094638.490000', '094638.493000', '094638.496000', '094638.498000', '094638.501000', '094638.503000', '094638.506000', '094638.508000', '094638.511000', '094638.514000', '094638.516000', '094638.519000', '094638.521000', '094638.524000', '094638.526000', '094638.529000', '094638.532000', '094638.534000', '094638.537000', '094638.539000', '094638.542000', '094638.544000', '094638.547000', '094638.550000', '094638.552000', '094638.555000', '094658.443000', '094658.446000', '094658.449000', '094658.452000', '094658.454000', '094658.457000', '094658.459000', '094658.462000', '094658.464000', '094658.467000', '094658.470000', '094658.472000', '094658.475000', '094658.478000', '094658.481000', '094658.483000', '094658.486000', '094658.489000', '094658.492000', '094658.494000', '094658.497000', '094658.499000', '094658.502000', '094658.505000', '094658.507000', '094658.510000', '094658.513000', '094658.515000', '094658.518000', '094658.520000', '094658.523000', '094658.526000', '094658.528000', '094658.531000', '094658.533000', '094658.536000', '094658.538000', '094658.541000', '094658.544000', '094658.546000', '094658.549000', '094658.551000', '094658.554000', '094718.444000', '094718.446000', '094718.449000', '094718.452000', '094718.454000', '094718.457000', '094718.459000', '094718.462000', '094718.465000', '094718.467000', '094718.470000', '094718.472000', '094718.475000', '094718.478000', '094718.480000', '094718.483000', '094718.485000', '094718.488000', '094718.490000', '094718.493000', '094718.496000', '094718.498000', '094718.516000', '094718.519000', '094718.521000', '094718.524000', '094718.526000', '094718.529000', '094718.532000', '094718.534000', '094718.537000', '094718.539000', '094718.542000', '094718.544000', '094718.547000', '094718.550000', '094718.552000', '094718.555000', '094718.557000', '094718.560000', '094718.562000', '094718.565000', '094718.568000', '094718.570000', '094738.442000', '094738.445000', '094738.448000', '094738.450000', '094738.453000', '094738.456000', '094738.458000', '094738.461000', '094738.464000', '094738.466000', '094738.469000', '094738.471000', '094738.474000', '094738.477000', '094738.479000', '094738.482000', '094738.484000', '094738.487000', '094738.490000', '094738.492000', '094738.495000', '094738.497000', '094738.500000', '094738.503000', '094738.505000', '094738.508000', '094738.510000', '094738.513000', '094738.515000', '094738.518000', '094738.520000', '094738.523000', '094738.526000', '094738.528000', '094738.531000', '094738.534000', '094738.537000', '094738.540000', '094738.542000', '094738.545000', '094738.547000', '094738.550000', '094738.552000', '094758.442000', '094758.445000', '094758.448000', '094758.451000', '094758.453000', '094758.456000', '094758.458000', '094758.461000', '094758.464000', '094758.466000', '094758.469000', '094758.471000', '094758.474000', '094758.476000', '094758.479000', '094758.482000', '094758.484000', '094758.487000', '094758.490000', '094758.492000', '094758.495000', '094758.498000', '094758.500000', '094758.503000', '094758.506000', '094758.508000', '094758.511000', '094758.513000', '094758.516000', '094758.519000', '094758.521000', '094758.524000', '094758.526000', '094758.529000', '094758.531000', '094758.534000', '094758.537000', '094758.539000', '094758.542000', '094758.544000', '094758.547000', '094758.549000', '094758.552000', '094758.555000', '094818.442000', '094818.445000', '094818.448000', '094818.450000', '094818.453000', '094818.456000', '094818.458000', '094818.461000', '094818.463000', '094818.466000', '094818.469000', '094818.471000', '094818.474000', '094818.476000', '094818.479000', '094818.481000', '094818.484000', '094818.487000', '094818.489000', '094818.492000', '094818.494000', '094818.497000', '094818.500000', '094818.502000', '094818.505000', '094818.507000', '094818.510000', '094818.513000', '094818.515000', '094818.518000', '094818.521000', '094818.523000', '094818.526000', '094818.528000', '094818.531000', '094818.534000', '094818.536000', '094818.539000', '094818.541000', '094818.544000', '094818.547000', '094818.549000', '094818.552000', '094838.442000', '094838.445000', '094838.448000', '094838.450000', '094838.453000', '094838.456000', '094838.458000', '094838.461000', '094838.464000', '094838.466000', '094838.469000', '094838.471000', '094838.474000', '094838.476000', '094838.479000', '094838.482000', '094838.484000', '094838.487000', '094838.489000', '094838.492000', '094838.495000', '094838.497000', '094838.500000', '094838.502000', '094838.505000', '094838.508000', '094838.510000', '094838.513000', '094838.515000', '094838.518000', '094838.521000', '094838.523000', '094838.526000', '094838.528000', '094838.531000', '094838.534000', '094838.536000', '094838.539000', '094838.541000', '094838.544000', '094838.546000', '094838.549000', '094838.551000', '094838.554000', '094858.444000', '094858.447000', '094858.449000', '094858.463000', '094858.465000', '094858.468000', '094858.471000', '094858.473000', '094858.476000', '094858.478000', '094858.481000', '094858.483000', '094858.486000', '094858.488000', '094858.491000', '094858.494000', '094858.496000', '094858.499000', '094858.502000', '094858.504000', '094858.507000', '094858.509000', '094858.512000', '094858.515000', '094858.517000', '094858.520000', '094858.523000', '094858.525000', '094858.528000', '094858.530000', '094858.533000', '094858.535000', '094858.538000', '094858.541000', '094858.543000', '094858.546000', '094858.549000', '094858.552000', '094858.555000', '094858.558000', '094858.560000', '094858.563000', '094858.565000', '094918.443000', '094918.446000', '094918.449000', '094918.452000', '094918.454000', '094918.457000', '094918.459000', '094918.462000', '094918.465000', '094918.467000', '094918.470000', '094918.472000', '094918.475000', '094918.477000', '094918.480000', '094918.483000', '094918.485000', '094918.488000', '094918.490000', '094918.493000', '094918.496000', '094918.498000', '094918.501000', '094918.503000', '094918.506000', '094918.508000', '094918.511000', '094918.514000', '094918.516000', '094918.519000', '094918.521000', '094918.524000', '094918.527000', '094918.529000', '094918.532000', '094918.534000', '094918.537000', '094918.540000', '094918.542000', '094918.545000', '094918.547000', '094918.550000', '094918.553000', '094918.555000', '094938.444000', '094938.446000', '094938.449000', '094938.452000', '094938.454000', '094938.457000', '094938.459000', '094938.462000', '094938.464000', '094938.467000', '094938.470000', '094938.472000', '094938.475000', '094938.477000', '094938.480000', '094938.483000', '094938.485000', '094938.488000', '094938.490000', '094938.493000', '094938.496000', '094938.498000', '094938.501000', '094938.503000', '094938.506000', '094938.508000', '094938.511000', '094938.514000', '094938.516000', '094938.519000', '094938.521000', '094938.524000', '094938.527000', '094938.529000', '094938.532000', '094938.534000', '094938.537000', '094938.539000', '094938.542000', '094938.545000', '094938.547000', '094938.550000', '094938.552000', '094958.442000', '094958.446000', '094958.448000', '094958.451000', '094958.453000', '094958.458000', '094958.460000', '094958.463000', '094958.466000', '094958.468000', '094958.471000', '094958.473000', '094958.476000', '094958.478000', '094958.481000', '094958.484000', '094958.486000', '094958.489000', '094958.491000', '094958.494000', '094958.497000', '094958.499000', '094958.502000', '094958.504000', '094958.507000', '094958.509000', '094958.512000', '094958.515000', '094958.517000', '094958.520000', '094958.523000', '094958.525000', '094958.528000', '094958.531000', '094958.533000', '094958.536000', '094958.538000', '094958.541000', '094958.543000', '094958.546000', '094958.549000', '094958.551000', '094958.554000', '094958.556000', '095018.442000', '095018.445000', '095018.448000', '095018.450000', '095018.453000', '095018.456000', '095018.458000', '095018.461000', '095018.463000', '095018.466000', '095018.468000', '095018.471000', '095018.474000', '095018.476000', '095018.489000', '095018.491000', '095018.494000', '095018.496000', '095018.499000', '095018.502000', '095018.504000', '095018.507000', '095018.509000', '095018.512000', '095018.514000', '095018.517000', '095018.520000', '095018.522000', '095018.525000', '095018.528000', '095018.530000', '095018.533000', '095018.535000', '095018.538000', '095018.540000', '095018.543000', '095018.546000', '095018.548000', '095018.551000', '095018.553000', '095018.556000', '095018.558000', '095018.561000', '095038.442000', '095038.445000', '095038.448000', '095038.450000', '095038.453000', '095038.456000', '095038.458000', '095038.461000', '095038.463000', '095038.466000', '095038.468000', '095038.471000', '095038.474000', '095038.476000', '095038.479000', '095038.481000', '095038.484000', '095038.487000', '095038.489000', '095038.492000', '095038.494000', '095038.497000', '095038.499000', '095038.502000', '095038.505000', '095038.507000', '095038.510000', '095038.512000', '095038.515000', '095038.517000', '095038.520000', '095038.523000', '095038.525000', '095038.528000', '095038.530000', '095038.533000', '095038.535000', '095038.538000', '095038.541000', '095038.543000', '095038.546000', '095038.548000', '095038.551000', '095038.554000', '095058.443000', '095058.445000', '095058.448000', '095058.451000', '095058.453000', '095058.456000', '095058.458000', '095058.461000', '095058.464000', '095058.466000', '095058.469000', '095058.471000', '095058.474000', '095058.477000', '095058.479000', '095058.482000', '095058.484000', '095058.487000', '095058.490000', '095058.492000', '095058.495000', '095058.497000', '095058.500000', '095058.502000', '095058.505000', '095058.508000', '095058.510000', '095058.513000', '095058.515000', '095058.518000', '095058.521000', '095058.523000', '095058.526000', '095058.529000', '095058.531000', '095058.534000', '095058.536000', '095058.539000', '095058.542000', '095058.544000', '095058.547000', '095058.550000', '095058.552000', '095118.443000', '095118.446000', '095118.449000', '095118.451000', '095118.454000', '095118.457000', '095118.459000', '095118.462000', '095118.464000', '095118.467000', '095118.470000', '095118.472000', '095118.475000', '095118.478000', '095118.480000', '095118.483000', '095118.485000', '095118.488000', '095118.490000', '095118.493000', '095118.496000', '095118.498000', '095118.501000', '095118.503000', '095118.506000', '095118.508000', '095118.511000', '095118.514000', '095118.516000', '095118.519000', '095118.521000', '095118.524000', '095118.526000', '095118.529000', '095118.531000', '095118.534000', '095118.537000', '095118.539000', '095118.542000', '095118.544000', '095118.547000', '095118.550000', '095118.552000', '095118.555000', '095138.443000', '095138.446000', '095138.449000', '095138.451000', '095138.454000', '095138.457000', '095138.459000', '095138.462000', '095138.464000', '095138.467000', '095138.470000', '095138.472000', '095138.475000', '095138.477000', '095138.480000', '095138.483000', '095138.485000', '095138.488000', '095138.490000', '095138.493000', '095138.496000', '095138.498000', '095138.501000', '095138.503000', '095138.521000', '095138.524000', '095138.526000', '095138.529000', '095138.531000', '095138.534000', '095138.537000', '095138.539000', '095138.547000', '095138.550000', '095138.553000', '095138.555000', '095138.558000', '095138.560000', '095138.563000', '095138.565000', '095138.568000', '095138.571000', '095138.573000', '095158.444000', '095158.446000', '095158.449000', '095158.452000', '095158.454000', '095158.457000', '095158.459000', '095158.462000', '095158.464000', '095158.467000', '095158.470000', '095158.472000', '095158.475000', '095158.477000', '095158.480000', '095158.483000', '095158.485000', '095158.488000', '095158.491000', '095158.493000', '095158.496000', '095158.498000', '095158.501000', '095158.504000', '095158.506000', '095158.509000', '095158.511000', '095158.514000', '095158.517000', '095158.519000', '095158.522000', '095158.524000', '095158.527000', '095158.529000', '095158.532000', '095158.534000', '095158.537000', '095158.540000', '095158.542000', '095158.545000', '095158.548000', '095158.550000', '095158.553000', '095158.556000', '095218.443000', '095218.446000', '095218.448000', '095218.451000', '095218.453000', '095218.456000', '095218.458000', '095218.461000', '095218.464000', '095218.466000', '095218.469000', '095218.471000', '095218.474000', '095218.477000', '095218.479000', '095218.482000', '095218.484000', '095218.487000', '095218.490000', '095218.492000', '095218.495000', '095218.497000', '095218.500000', '095218.502000', '095218.505000', '095218.508000', '095218.510000', '095218.513000', '095218.515000', '095218.518000', '095218.520000', '095218.523000', '095218.526000', '095218.528000', '095218.531000', '095218.533000', '095218.536000', '095218.539000', '095218.541000', '095218.544000', '095218.546000', '095218.549000', '095218.551000', '095238.442000', '095238.445000', '095238.448000', '095238.450000', '095238.454000', '095238.457000', '095238.459000', '095238.462000', '095238.464000', '095238.467000', '095238.470000', '095238.472000', '095238.475000', '095238.477000', '095238.480000', '095238.483000', '095238.485000', '095238.488000', '095238.491000', '095238.493000', '095238.496000', '095238.498000', '095238.501000', '095238.503000', '095238.506000', '095238.509000', '095238.511000', '095238.514000', '095238.516000', '095238.519000', '095238.522000', '095238.524000', '095238.527000', '095238.529000', '095238.532000', '095238.534000', '095238.537000', '095238.540000', '095238.542000', '095238.545000', '095238.547000', '095238.550000', '095238.552000', '095238.555000', '095258.443000', '095258.445000', '095258.448000', '095258.451000', '095258.453000', '095258.456000', '095258.458000', '095258.461000', '095258.464000', '095258.466000', '095258.469000', '095258.471000', '095258.474000', '095258.476000', '095258.479000', '095258.482000', '095258.484000', '095258.487000', '095258.490000', '095258.492000', '095258.495000', '095258.530000', '095258.532000', '095258.535000', '095258.538000', '095258.540000', '095258.543000', '095258.545000', '095258.548000', '095258.551000', '095258.553000', '095258.556000', '095258.558000', '095258.561000', '095258.564000', '095258.566000', '095258.569000', '095258.572000', '095258.574000', '095258.577000', '095258.580000', '095258.582000', '095258.585000', '095318.443000', '095318.445000', '095318.448000', '095318.451000', '095318.453000', '095318.456000', '095318.458000', '095318.461000', '095318.464000', '095318.466000', '095318.469000', '095318.471000', '095318.474000', '095318.476000', '095318.479000', '095318.482000', '095318.484000', '095318.487000', '095318.489000', '095318.492000', '095318.495000', '095318.497000', '095318.500000', '095318.502000', '095318.505000', '095318.507000', '095318.510000', '095318.513000', '095318.515000', '095318.518000', '095318.520000', '095318.523000', '095318.526000', '095318.528000', '095318.531000', '095318.533000', '095318.536000', '095318.538000', '095318.541000', '095318.544000', '095318.546000', '095318.549000', '095318.551000', '095318.554000', '095338.444000', '095338.446000', '095338.449000', '095338.452000', '095338.454000', '095338.457000', '095338.460000', '095338.462000', '095338.465000', '095338.467000', '095338.470000', '095338.472000', '095338.475000', '095338.478000', '095338.480000', '095338.483000', '095338.485000', '095338.488000', '095338.491000', '095338.493000', '095338.496000', '095338.498000', '095338.501000', '095338.504000', '095338.506000', '095338.509000', '095338.511000', '095338.514000', '095338.516000', '095338.519000', '095338.522000', '095338.524000', '095338.527000', '095338.529000', '095338.532000', '095338.535000', '095338.537000', '095338.540000', '095338.542000', '095338.545000', '095338.548000', '095338.550000', '095338.553000', '095358.444000', '095358.447000', '095358.449000', '095358.452000', '095358.454000', '095358.457000', '095358.459000', '095358.462000', '095358.465000', '095358.467000', '095358.470000', '095358.472000', '095358.475000', '095358.477000', '095358.480000', '095358.483000', '095358.485000', '095358.488000', '095358.490000', '095358.493000', '095358.495000', '095358.498000', '095358.501000', '095358.504000', '095358.507000', '095358.510000', '095358.512000', '095358.515000', '095358.517000', '095358.520000', '095358.523000', '095358.525000', '095358.528000', '095358.531000', '095358.533000', '095358.536000', '095358.538000', '095358.541000', '095358.543000', '095358.546000', '095358.548000', '095358.551000', '095358.554000', '095418.444000', '095418.447000', '095418.449000', '095418.452000', '095418.465000', '095418.468000', '095418.471000', '095418.473000', '095418.476000', '095418.479000', '095418.481000', '095418.484000', '095418.487000', '095418.489000', '095418.492000', '095418.494000', '095418.497000', '095418.500000', '095418.502000', '095418.505000', '095418.507000', '095418.510000', '095418.513000', '095418.515000', '095418.518000', '095418.520000', '095418.523000', '095418.525000', '095418.528000', '095418.531000', '095418.533000', '095418.536000', '095418.538000', '095418.541000', '095418.544000', '095418.546000', '095418.549000', '095418.551000', '095418.554000', '095418.557000', '095418.559000', '095418.562000', '095418.564000', '095418.567000', '095438.442000', '095438.445000', '095438.448000', '095438.451000', '095438.453000', '095438.456000', '095438.459000', '095438.461000', '095438.464000', '095438.466000', '095438.469000', '095438.472000', '095438.474000', '095438.477000', '095438.479000', '095438.482000', '095438.484000', '095438.487000', '095438.490000', '095438.492000', '095438.495000', '095438.497000', '095438.500000', '095438.503000', '095438.505000', '095438.508000', '095438.510000', '095438.513000', '095438.515000', '095438.518000', '095438.521000', '095438.523000', '095438.526000', '095438.528000', '095438.531000', '095438.533000', '095438.536000', '095438.539000', '095438.541000', '095438.544000', '095438.546000', '095438.549000', '095438.551000', '095458.443000', '095458.445000', '095458.448000', '095458.451000', '095458.453000', '095458.456000', '095458.458000', '095458.461000', '095458.464000', '095458.466000', '095458.469000', '095458.471000', '095458.474000', '095458.477000', '095458.479000', '095458.482000', '095458.484000', '095458.487000', '095458.490000', '095458.492000', '095458.495000', '095458.497000', '095458.500000', '095458.503000', '095458.505000', '095458.508000', '095458.510000', '095458.513000', '095458.515000', '095458.518000', '095458.521000', '095458.523000', '095458.526000', '095458.528000', '095458.531000', '095458.533000', '095458.536000', '095458.539000', '095458.541000', '095458.544000', '095458.546000', '095458.549000', '095458.551000', '095458.554000', '095518.443000', '095518.445000', '095518.448000', '095518.451000', '095518.453000', '095518.456000', '095518.459000', '095518.461000', '095518.464000', '095518.466000', '095518.469000', '095518.471000', '095518.474000', '095518.477000', '095518.479000', '095518.482000', '095518.484000', '095518.487000', '095518.490000', '095518.492000', '095518.495000', '095518.509000', '095518.512000', '095518.514000', '095518.517000', '095518.519000', '095518.522000', '095518.524000', '095518.527000', '095518.530000', '095518.546000', '095518.549000', '095518.551000', '095518.554000', '095518.557000', '095518.559000', '095518.562000', '095518.564000', '095518.567000', '095518.570000', '095518.572000', '095518.575000', '095518.577000', '095538.443000', '095538.446000', '095538.448000', '095538.451000', '095538.453000', '095538.456000', '095538.459000', '095538.461000', '095538.464000', '095538.466000', '095538.469000', '095538.471000', '095538.474000', '095538.477000', '095538.479000', '095538.482000', '095538.484000', '095538.487000', '095538.489000', '095538.492000', '095538.495000', '095538.497000', '095538.500000', '095538.502000', '095538.505000', '095538.508000', '095538.510000', '095538.513000', '095538.515000', '095538.518000', '095538.521000', '095538.523000', '095538.526000', '095538.528000', '095538.531000', '095538.534000', '095538.536000', '095538.539000', '095538.541000', '095538.544000', '095538.546000', '095538.549000', '095538.552000', '095538.554000', '095558.444000', '095558.447000', '095558.449000', '095558.452000', '095558.454000', '095558.457000', '095558.459000', '095558.462000', '095558.464000', '095558.467000', '095558.470000', '095558.473000', '095558.476000', '095558.479000', '095558.482000', '095558.484000', '095558.487000', '095558.489000', '095558.492000', '095558.494000', '095558.497000', '095558.500000', '095558.502000', '095558.505000', '095558.507000', '095558.510000', '095558.512000', '095558.515000', '095558.518000', '095558.520000', '095558.523000', '095558.525000', '095558.528000', '095558.531000', '095558.533000', '095558.536000', '095558.538000', '095558.541000', '095558.543000', '095558.546000', '095558.548000', '095558.551000', '095558.554000', '095618.444000', '095618.447000', '095618.449000', '095618.452000', '095618.454000', '095618.457000', '095618.460000', '095618.462000', '095618.465000', '095618.467000', '095618.470000', '095618.473000', '095618.475000', '095618.478000', '095618.480000', '095618.483000', '095618.486000', '095618.488000', '095618.491000', '095618.493000', '095618.496000', '095618.498000', '095618.501000', '095618.504000', '095618.506000', '095618.509000', '095618.511000', '095618.514000', '095618.517000', '095618.519000', '095618.522000', '095618.524000', '095618.527000', '095618.530000', '095618.532000', '095618.535000', '095618.537000', '095618.540000', '095618.543000', '095618.545000', '095618.548000', '095618.550000', '095618.553000', '095618.556000', '095638.444000', '095638.446000', '095638.449000', '095638.452000', '095638.454000', '095638.457000', '095638.459000', '095638.462000', '095638.465000', '095638.467000', '095638.470000', '095638.472000', '095638.475000', '095638.478000', '095638.480000', '095638.483000', '095638.485000', '095638.488000', '095638.490000', '095638.493000', '095638.495000', '095638.498000', '095638.501000', '095638.503000', '095638.506000', '095638.508000', '095638.511000', '095638.513000', '095638.516000', '095638.519000', '095638.521000', '095638.524000', '095638.526000', '095638.529000', '095638.532000', '095638.534000', '095638.537000', '095638.539000', '095638.542000', '095638.544000', '095638.547000', '095638.550000', '095638.552000', '095640.368000', '095640.371000', '095640.373000', '095640.376000', '095640.378000'], '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': [9380, 7253, 9462, 7445, 9393, 7013, 9228, 7135, 10100, 7503, 9915, 8360, 10051, 10491, 7664, 10643, 7669, 8919, 11159, 8802, 12404, 8805, 7114, 8726, 7248, 8751, 7203, 8962, 7095, 9533, 6961, 9245, 7267, 9205, 7298, 9487, 7395, 9544, 7731, 10257, 7943, 10578, 8555, 10696, 9146, 8149, 9124, 7710, 8844, 7011, 9537, 7352, 10403, 7908, 10144, 7198, 9229, 7190, 9744, 8393, 10924, 7929, 8232, 7819, 6848, 8773, 7188, 10682, 8075, 9597, 8352, 8370, 8627, 9609, 10087, 8443, 9276, 6903, 8943, 7045, 9346, 8963, 9205, 7356, 9862, 8227, 10117, 8089, 6975, 8587, 7307, 9280, 7768, 11568, 7865, 10869, 7319, 9525, 8378, 8990, 7725, 9566, 6878, 9052, 7040, 9128, 7289, 9193, 8211, 11017, 8676, 7763, 8763, 7252, 8785, 7943, 9929, 9145, 10318, 7170, 9027, 7152, 9107, 7024, 9327, 8045, 8927, 8682, 8838, 7076, 8384, 7252, 8345, 7191, 8652, 7991, 9008, 7318, 8588, 7313, 8680, 7075, 8602, 10105, 8741, 8688, 8966, 7257, 8586, 7217, 8973, 9632, 8887, 8161, 8943, 7080, 9198, 7270, 9176, 7701, 10039, 8466, 13011, 8926, 9628, 9028, 8241, 11688, 8836, 11936, 7802, 9900, 7207, 8803, 6925, 9458, 7271, 10280, 8010, 10197, 7342, 10790, 7650, 9780, 8865, 8397, 8946, 7083, 9060, 6947, 9732, 7627, 9207, 9853, 8746, 8238, 9147, 6812, 9116, 7085, 9129, 7177, 9193, 7086, 9671, 7676, 9563, 7177, 9391, 7180, 9045, 7219, 9217, 8748, 9356, 7502, 8829, 7144, 8879, 7664, 8974, 8441, 10133, 7351, 8783, 7342, 8086, 9840, 8390, 10707, 8359, 9689, 8563, 6939, 8552, 7087, 8939, 9686, 10815, 8851, 9642, 6996, 9291, 7053, 9069, 7679, 9862, 8174, 12549, 7900, 11555, 7862, 7517, 8545, 9067, 8916, 9395, 10760, 8235, 9061, 7176, 8543, 8244, 8632, 10907, 9057, 8903, 8369, 7133, 8068, 7152, 8649, 6976, 9552, 7283, 9415, 7272, 9399, 7389, 9579, 7387, 9845, 7712, 9287, 7548, 9501, 7483, 9572, 8341, 10082, 8170, 11171, 7911, 10456, 7791, 10039, 8542, 11851, 8276, 11607, 8048, 11519, 8204, 11143, 8097, 10527, 8593, 10961, 8455, 7008, 8472, 7080, 9133, 8107, 9227, 7536, 10017, 7402, 9492, 7133, 9017, 6938, 9512, 8107, 9290, 7171, 9571, 6906, 9276, 7173, 8667, 7254, 8971, 8052, 9141, 7476, 8836, 7230, 8613, 7289, 8979, 7028, 9852, 7521, 9862, 7018, 9230, 6867, 9555, 8620, 9277, 12313, 8653, 12364, 8153, 10232, 7704, 9502, 7415, 8839, 9562, 8788, 7541, 8174, 7240, 8022, 7355, 8703, 7456, 8967, 8758, 9076, 8464, 8576, 12463, 7801, 10359, 7076, 9640, 8661, 8962, 7075, 8412, 7110, 8602, 7486, 10127, 8430, 9387, 7190, 9238, 7063, 8972, 6993, 9154, 7329, 9780, 8694, 11173, 7781, 10751, 7586, 9832, 8210, 9770, 8568, 10380, 7785, 11656, 7537, 9841, 7805, 9708, 8384, 10152, 8088, 10233, 7680, 7204, 8291, 7354, 8783, 10199, 11236, 8779, 9413, 8194, 8661, 7686, 8897, 10003, 9020, 8849, 8473, 7415, 8292, 6894, 8509, 7200, 9410, 7300, 9588, 7746, 8505, 7949, 8523, 8646, 9145, 7685, 9163, 7454, 8607, 7144, 8413, 8934, 8259, 10796, 7902, 9618, 7693, 10450, 7419, 9535, 8789, 9376, 10670, 8513, 13603, 7658, 10786, 7405, 9419, 6938, 9258, 7013, 9372, 7062, 8777, 7022, 8327, 7493, 7861, 11590, 7790, 11385, 8785, 8893, 8106, 7215, 8195, 7406, 8709, 7075, 9704, 7863, 9692, 7223, 8639, 6850, 8793, 7093, 9598, 7951, 12476, 7575, 11474, 7424, 9824, 7811, 9773, 7528, 9960, 7230, 9254, 7212, 9016, 6907, 9006, 7124, 9351, 6954, 9011, 7417, 8542, 7633, 9236, 7672, 9836, 7696, 9649, 7388, 9776, 7553, 9106, 8180, 9491, 8033, 10362, 7301, 11119, 7199, 10965, 7665, 11370, 8927, 10326, 8161, 8436, 8822, 6966, 8962, 7292, 9436, 7581, 13057, 7519, 11652, 7483, 9758, 7064, 9256, 7020, 9107, 7067, 8984, 7207, 8875, 7285, 8734, 6957, 8647, 9440, 8636, 7240, 8221, 7436, 8237, 7298, 8430, 7379, 10002, 8361, 8679, 7642, 8293, 8439, 8419, 7778, 9090, 7754, 8618, 7352, 8506, 9901, 8460, 12612, 8614, 9880, 8256, 7534, 8185, 8607, 8316, 9347, 11360, 9189, 9139, 7930, 8533, 7366, 8602, 8369, 9432, 8433, 10005, 7512, 8453, 7673, 7894, 12956, 7826, 11266, 8319, 10873, 8727, 7357, 8031, 7302, 8379, 7053, 10116, 8339, 9521, 7554, 9187, 7032, 8532, 7385, 9379, 8042, 10698, 7411, 10430, 7266, 10685, 7282, 9516, 7788, 9374, 7727, 10151, 7310, 10939, 7435, 11633, 8103, 10930, 8185, 9850, 8055, 7723, 8242, 7925, 9444, 7689, 8589, 7266, 8871, 7398, 8569, 9284, 8635, 7502, 8974, 7246, 8806, 7405, 8809, 7222, 9225, 6892, 9333, 7331, 10958, 7433, 9166, 7800, 7803, 8582, 8164, 9170, 7145, 9406, 7087, 9083, 7105, 9854, 8184, 12237, 8265, 12386, 8189, 12679, 8262, 11838, 10373, 9699, 10424, 7575, 9185, 7532, 9293, 7398, 9749, 8158, 12717, 7640, 12087, 7946, 11454, 7883, 11237, 7974, 12092, 8343, 7180, 7495, 7186, 8257, 7517, 8832, 7385, 9261, 8126, 11354, 7728, 11901, 7721, 7568, 7852, 10882, 8169, 10833, 8775, 8034, 8496, 7228, 8979, 7097, 9233, 7182, 9615, 7806, 12260, 7699, 11352, 7765, 12222, 7831, 12120, 8250, 10561, 8218, 7543, 8115, 7409, 8064, 9515, 8200, 9158, 8635, 7922, 8883, 7065, 8380, 7288, 9475, 7845, 11103, 8079, 9079, 8227, 8263, 8132, 13210, 7811, 10224, 9240, 11095, 7903, 10915, 7609, 8196, 7796, 9874, 8044, 9790, 8729, 7695, 8164, 7332, 8530, 7327, 9405, 7549, 10955, 7701, 11136, 7690, 9541, 7718, 9484, 7567, 12873, 7912, 11259, 7720, 9127, 7474, 10643, 7889, 10574, 8792, 10984, 7905, 7459, 7883, 8516, 8123, 11944, 8218, 10052, 7871, 7708, 7697, 7344, 8276, 7351, 9558, 7344, 9296, 7425, 8983, 7583, 8572, 7415, 8938, 7597, 9419, 7730, 10582, 7613, 8995, 8159, 7383, 8319, 7446, 9229, 7278, 8950, 7226, 8767, 7094, 8697, 8363, 8472, 9586, 8301, 7346, 8070, 7264, 8116, 7173, 8302, 7172, 8907, 7262, 8641, 7912, 8894, 7771, 9225, 8100, 12385, 7909, 12870, 7886, 11916, 8338, 11227, 8222, 12687, 8136, 8405, 8367, 7269, 8128, 8435, 8254, 8401, 8810, 7280, 8618, 7136, 9110, 7446, 8049, 7199, 8774, 7677, 8509, 7349, 8427, 7187, 8465, 7462, 8910, 7283, 8759, 7100, 8567, 7272, 9082, 7830, 10758, 8981, 7517, 10724, 9761, 8209, 14158, 8150, 14886, 10364, 12532, 8900, 7561, 8045, 7475, 8738, 7254, 9968, 8515, 9240, 7463, 8849, 7200, 8712, 7089, 8440, 7196, 9008, 7621, 9337, 7619, 9724, 7972, 11316, 8143, 9816, 10329, 7979, 8445, 7368, 8857, 7432, 8964, 7380, 9524, 7580, 9028, 7845, 9433, 7934, 8926, 7857, 9109, 7852, 9537, 7703, 8966, 7425, 8629, 7372, 9154, 7386, 10037, 7385, 10954, 7541, 10947, 7200, 9727, 6916, 9373, 7495, 10171, 7072, 10134, 7514, 9669, 7377, 9847, 7654, 9562, 8179, 10985, 8526, 10077, 8150, 10504, 11038, 7127, 9659, 7388, 9684, 7124, 9693, 7238, 10877, 7070, 12046, 7790, 8586, 7950, 7169, 10047, 7026, 11410, 7352, 13562, 7550, 12662, 7512, 11713, 8402, 11887, 8792, 9997, 7707, 7818, 8095, 6982, 10646, 7025, 9447, 7086, 9787, 7028, 10025, 7388, 12087, 7129, 12111, 7123, 9388, 7549, 7146, 9243, 7170, 9939, 7616, 10981, 7497, 9915, 8628, 9080, 8289, 7380, 9611, 7016, 10072, 7382, 12634, 9665, 13618, 8034, 10157, 8856, 7196, 10551, 7178, 13780, 10646, 9026, 9134, 7091, 10112, 7323, 11261, 7673, 15231, 8529, 11263, 7647, 7177, 8132, 7059, 8152, 7444, 8144, 7227, 8241, 7237, 9235, 7312, 9483, 7174, 9329, 7277, 9405, 7497, 10834, 7442, 9439, 7693, 7294, 7332, 7259, 7473, 7340, 8105, 7043, 9128, 7087, 11744, 7334, 8605, 7958, 9674, 7913, 12029, 10425, 11500, 8229, 10863, 7686, 10889, 7600, 13426, 7897, 11734, 7739, 9881, 7251, 7418, 7271, 7631, 7394, 8689, 7896, 8787, 8226, 6995, 8071, 7235, 7726, 11860, 7334, 11182, 7226, 10718, 7287, 9419, 7282, 8960, 7661, 9001, 7469, 7781, 8217, 7200, 8181, 8290, 7410, 9835, 7502, 9038, 9575, 7581, 9149, 7298, 10107, 7483, 11635, 7986, 13846, 10886, 13650, 8002, 9402, 7075, 9973, 8515, 11189, 7012, 8716, 7019, 9223, 7112, 9737, 7844, 8886, 10176, 8353, 12325, 8256, 7065, 7991, 7182, 8209, 7073, 8945, 7088, 9186, 7363, 9597, 7256, 9108, 7909, 7668, 11814, 7769, 10368, 7882, 9951, 7292, 7886, 7621, 7123, 9453, 7247, 9369, 7292, 10919, 7273, 10516, 7496, 10275, 7350, 10701, 7340, 12559, 7248, 9948, 7399, 9349, 7642, 9319, 7519, 9283, 7438, 9529, 7485, 9760, 7470, 9202, 7096, 8854, 7082, 10250, 7333, 10171, 7206, 8964, 7759, 9686, 7905, 8962, 9420, 7122, 8556, 7042, 8104, 11471, 7708, 11066, 8078, 11056, 7664, 7376, 7366, 7283, 8905, 7494, 9353, 7101, 11831, 7412, 11852, 7523, 10405, 7257, 12773, 8250, 11005, 8826, 7889, 7767, 7590, 8561, 7613, 10431, 7908, 9293, 8990, 7195, 8584, 7114, 8033, 11350, 8175, 11115, 8736, 7833, 8172, 6824, 9060, 6883, 9475, 7111, 9659, 6937, 8756, 9448, 7459, 13296, 7884, 11846, 7666, 11097, 7283, 11541, 7524, 10787, 8054, 11973, 11470, 13911, 8257, 14003, 7444, 14216, 7265, 9862, 6988, 8839, 7113, 9249, 7250, 9606, 7078, 9205, 6994, 9624, 7580, 10536, 7113, 10014, 7241, 9785, 7320, 10440, 7958, 9986, 7842, 7534, 7436, 7314, 7577, 10195, 8086, 11786, 8487, 8046, 7303, 7496, 7596, 7232, 8253, 7116, 9592, 6929, 10408, 7277, 8033, 7549, 9187, 8058, 12498, 9202, 11011, 8148, 7077, 8565, 7070, 8196, 7261, 9129, 6927, 10401, 7328, 9252, 7415, 9521, 7242, 9206, 7338, 8881, 7243, 9533, 6981, 8989, 7149, 9314, 7119, 9612, 7972, 9250, 8617, 8060, 6987, 7408, 7295, 7745, 10630, 8336, 9543, 7697, 8344, 7577, 7040, 8442, 7541, 9139, 7398, 10608, 7168, 10798, 7473, 10268, 9559, 13607, 11167, 14070, 7205, 11529, 7397, 7299, 7537, 8554, 9224, 7458, 8698, 7194, 9261, 7037, 8839, 7033, 9654, 7498, 11402, 7669, 7364, 9381, 7247, 8808, 11756, 8468, 12633, 9108, 7743, 11494, 11330, 14002, 14146, 13691, 12346, 14213, 11432, 13427, 9105, 12307, 9641, 14079, 7508, 6875, 7090, 7422, 7566, 7627, 8982, 7559, 7168, 8140, 7419, 9099, 7426, 8614, 7205, 8869, 7141, 8684, 7425, 8882, 7519, 9200, 7578, 10398, 7417, 8598, 8165, 7317, 8517, 7430, 9920, 7751, 8631, 7853, 7622, 10000, 7384, 9374, 7555, 9181, 7726, 7810, 8225, 10056, 10479, 7124, 8239, 7409, 8644, 7553, 9356, 7495, 11606, 7413, 8679, 7606, 7068, 7607, 7507, 9284, 7735, 10177, 7678, 9166, 7845, 9569, 8006, 9048, 11754, 7348, 8880, 7395, 9421, 7613, 11143, 7480, 13311, 7959, 12988, 7778, 10195, 7973, 9852, 8259, 7757, 8901, 7632, 9065, 7302, 8942, 7466, 9144, 7351, 8821, 7484, 9122, 7485, 8893, 7391, 8925, 7305, 9109, 7635, 9826, 7782, 6843, 8011, 7549, 9392, 7748, 10276, 7861, 13047, 7591, 13412, 8625, 12855, 7511, 11309, 7623, 11114, 8059, 9863, 10535, 7475, 9030, 7383, 9387, 7355, 9580, 7706, 10027, 7503, 8817, 7240, 8739, 7382, 8608, 7585, 8526, 7645, 9176, 7574, 8160, 7799, 7142, 7535, 7821, 7900, 8482, 7924, 6836, 8084, 6994, 7730], 'WindowCenter': [4402.0, 4344.0, 4371.0, 4341.0, 4370.0, 4329.0, 4358.0, 4327.0, 4366.0, 4338.0, 4368.0, 4361.0, 4381.0, 4380.0, 4350.0, 4379.0, 4338.0, 4358.0, 4377.0, 4357.0, 4387.0, 4356.0, 4327.0, 4357.0, 4337.0, 4357.0, 4337.0, 4358.0, 4330.0, 4370.0, 4339.0, 4368.0, 4338.0, 4368.0, 4338.0, 4368.0, 4339.0, 4369.0, 4349.0, 4379.0, 4350.0, 4378.0, 4360.0, 4379.0, 4369.0, 4349.0, 4369.0, 4338.0, 4358.0, 4328.0, 4368.0, 4339.0, 4378.0, 4337.0, 4366.0, 4326.0, 4355.0, 4326.0, 4356.0, 4346.0, 4377.0, 4347.0, 4347.0, 4337.0, 4327.0, 4357.0, 4329.0, 4378.0, 4349.0, 4380.0, 4360.0, 4349.0, 4358.0, 4368.0, 4379.0, 4348.0, 4368.0, 4328.0, 4358.0, 4328.0, 4357.0, 4357.0, 4357.0, 4336.0, 4367.0, 4347.0, 4377.0, 4336.0, 4327.0, 4357.0, 4338.0, 4368.0, 4338.0, 4389.0, 4348.0, 4377.0, 4326.0, 4355.0, 4345.0, 4355.0, 4335.0, 4355.0, 4315.0, 4345.0, 4325.0, 4354.0, 4325.0, 4355.0, 4347.0, 4376.0, 4347.0, 4337.0, 4346.0, 4336.0, 4347.0, 4336.0, 4367.0, 4356.0, 4366.0, 4326.0, 4344.0, 4325.0, 4344.0, 4314.0, 4354.0, 4334.0, 4355.0, 4344.0, 4345.0, 4325.0, 4344.0, 4324.0, 4345.0, 4325.0, 4357.0, 4347.0, 4359.0, 4337.0, 4358.0, 4338.0, 4358.0, 4327.0, 4358.0, 4377.0, 4358.0, 4357.0, 4358.0, 4338.0, 4357.0, 4337.0, 4358.0, 4367.0, 4358.0, 4347.0, 4357.0, 4327.0, 4357.0, 4337.0, 4357.0, 4348.0, 4368.0, 4348.0, 4400.0, 4357.0, 4367.0, 4356.0, 4335.0, 4375.0, 4345.0, 4376.0, 4324.0, 4354.0, 4324.0, 4342.0, 4313.0, 4353.0, 4323.0, 4364.0, 4334.0, 4365.0, 4325.0, 4374.0, 4335.0, 4365.0, 4356.0, 4345.0, 4355.0, 4326.0, 4355.0, 4325.0, 4356.0, 4334.0, 4355.0, 4353.0, 4344.0, 4333.0, 4343.0, 4315.0, 4343.0, 4324.0, 4354.0, 4325.0, 4356.0, 4327.0, 4368.0, 4337.0, 4367.0, 4327.0, 4357.0, 4327.0, 4356.0, 4326.0, 4357.0, 4346.0, 4356.0, 4326.0, 4356.0, 4326.0, 4356.0, 4336.0, 4356.0, 4345.0, 4366.0, 4325.0, 4346.0, 4326.0, 4346.0, 4365.0, 4346.0, 4376.0, 4347.0, 4367.0, 4357.0, 4328.0, 4357.0, 4327.0, 4358.0, 4367.0, 4378.0, 4355.0, 4366.0, 4326.0, 4355.0, 4325.0, 4345.0, 4335.0, 4365.0, 4346.0, 4385.0, 4335.0, 4386.0, 4335.0, 4325.0, 4345.0, 4355.0, 4356.0, 4355.0, 4375.0, 4346.0, 4355.0, 4324.0, 4344.0, 4346.0, 4345.0, 4364.0, 4344.0, 4345.0, 4344.0, 4325.0, 4334.0, 4326.0, 4345.0, 4327.0, 4367.0, 4338.0, 4368.0, 4339.0, 4368.0, 4338.0, 4368.0, 4338.0, 4367.0, 4337.0, 4368.0, 4337.0, 4367.0, 4337.0, 4368.0, 4347.0, 4366.0, 4347.0, 4376.0, 4336.0, 4364.0, 4335.0, 4365.0, 4345.0, 4375.0, 4345.0, 4375.0, 4335.0, 4375.0, 4345.0, 4374.0, 4334.0, 4364.0, 4345.0, 4375.0, 4345.0, 4325.0, 4345.0, 4326.0, 4355.0, 4335.0, 4355.0, 4334.0, 4355.0, 4324.0, 4355.0, 4314.0, 4343.0, 4313.0, 4353.0, 4333.0, 4354.0, 4324.0, 4354.0, 4325.0, 4354.0, 4325.0, 4344.0, 4336.0, 4357.0, 4346.0, 4368.0, 4338.0, 4358.0, 4339.0, 4358.0, 4338.0, 4358.0, 4339.0, 4379.0, 4349.0, 4378.0, 4328.0, 4358.0, 4328.0, 4367.0, 4347.0, 4368.0, 4387.0, 4347.0, 4387.0, 4336.0, 4365.0, 4334.0, 4354.0, 4323.0, 4355.0, 4354.0, 4344.0, 4334.0, 4345.0, 4335.0, 4345.0, 4336.0, 4358.0, 4337.0, 4359.0, 4358.0, 4359.0, 4347.0, 4357.0, 4386.0, 4335.0, 4365.0, 4314.0, 4354.0, 4344.0, 4345.0, 4314.0, 4333.0, 4311.0, 4343.0, 4323.0, 4366.0, 4345.0, 4355.0, 4326.0, 4380.0, 4338.0, 4357.0, 4337.0, 4356.0, 4337.0, 4379.0, 4346.0, 4388.0, 4337.0, 4375.0, 4336.0, 4355.0, 4347.0, 4355.0, 4346.0, 4365.0, 4335.0, 4375.0, 4336.0, 4355.0, 4335.0, 4354.0, 4345.0, 4364.0, 4335.0, 4366.0, 4336.0, 4336.0, 4346.0, 4336.0, 4347.0, 4368.0, 4377.0, 4347.0, 4356.0, 4335.0, 4345.0, 4323.0, 4344.0, 4354.0, 4344.0, 4344.0, 4334.0, 4324.0, 4333.0, 4314.0, 4345.0, 4323.0, 4354.0, 4325.0, 4355.0, 4335.0, 4345.0, 4334.0, 4345.0, 4344.0, 4355.0, 4324.0, 4355.0, 4336.0, 4346.0, 4326.0, 4348.0, 4357.0, 4348.0, 4378.0, 4348.0, 4370.0, 4339.0, 4379.0, 4339.0, 4368.0, 4347.0, 4358.0, 4366.0, 4347.0, 4396.0, 4339.0, 4378.0, 4327.0, 4357.0, 4326.0, 4357.0, 4328.0, 4370.0, 4339.0, 4358.0, 4328.0, 4347.0, 4324.0, 4335.0, 4376.0, 4337.0, 4377.0, 4347.0, 4357.0, 4347.0, 4326.0, 4346.0, 4327.0, 4346.0, 4327.0, 4366.0, 4347.0, 4367.0, 4327.0, 4348.0, 4316.0, 4346.0, 4326.0, 4355.0, 4335.0, 4385.0, 4337.0, 4376.0, 4325.0, 4356.0, 4335.0, 4355.0, 4325.0, 4353.0, 4323.0, 4343.0, 4324.0, 4343.0, 4313.0, 4343.0, 4324.0, 4355.0, 4325.0, 4355.0, 4336.0, 4346.0, 4336.0, 4357.0, 4337.0, 4367.0, 4337.0, 4367.0, 4336.0, 4367.0, 4336.0, 4356.0, 4348.0, 4356.0, 4336.0, 4367.0, 4326.0, 4375.0, 4327.0, 4375.0, 4338.0, 4386.0, 4358.0, 4377.0, 4346.0, 4347.0, 4357.0, 4327.0, 4345.0, 4325.0, 4356.0, 4324.0, 4386.0, 4324.0, 4374.0, 4324.0, 4352.0, 4313.0, 4344.0, 4314.0, 4343.0, 4313.0, 4343.0, 4324.0, 4343.0, 4325.0, 4345.0, 4315.0, 4345.0, 4354.0, 4345.0, 4325.0, 4345.0, 4325.0, 4346.0, 4325.0, 4347.0, 4327.0, 4369.0, 4347.0, 4358.0, 4337.0, 4347.0, 4346.0, 4348.0, 4336.0, 4358.0, 4337.0, 4356.0, 4337.0, 4357.0, 4368.0, 4348.0, 4388.0, 4348.0, 4368.0, 4346.0, 4336.0, 4347.0, 4347.0, 4348.0, 4357.0, 4388.0, 4357.0, 4357.0, 4347.0, 4345.0, 4326.0, 4346.0, 4335.0, 4356.0, 4347.0, 4365.0, 4325.0, 4345.0, 4324.0, 4336.0, 4384.0, 4324.0, 4364.0, 4334.0, 4365.0, 4343.0, 4325.0, 4335.0, 4325.0, 4345.0, 4314.0, 4366.0, 4332.0, 4354.0, 4323.0, 4344.0, 4313.0, 4333.0, 4323.0, 4343.0, 4334.0, 4364.0, 4326.0, 4366.0, 4324.0, 4365.0, 4323.0, 4353.0, 4324.0, 4343.0, 4324.0, 4354.0, 4323.0, 4363.0, 4325.0, 4373.0, 4336.0, 4365.0, 4335.0, 4354.0, 4335.0, 4324.0, 4345.0, 4334.0, 4357.0, 4336.0, 4359.0, 4338.0, 4356.0, 4326.0, 4347.0, 4355.0, 4346.0, 4325.0, 4355.0, 4326.0, 4356.0, 4337.0, 4356.0, 4337.0, 4369.0, 4340.0, 4357.0, 4337.0, 4377.0, 4337.0, 4368.0, 4349.0, 4349.0, 4361.0, 4362.0, 4371.0, 4340.0, 4371.0, 4350.0, 4356.0, 4326.0, 4365.0, 4346.0, 4385.0, 4334.0, 4385.0, 4346.0, 4384.0, 4332.0, 4374.0, 4354.0, 4353.0, 4363.0, 4323.0, 4342.0, 4322.0, 4341.0, 4311.0, 4341.0, 4322.0, 4373.0, 4323.0, 4372.0, 4322.0, 4362.0, 4321.0, 4361.0, 4321.0, 4372.0, 4332.0, 4313.0, 4322.0, 4313.0, 4333.0, 4324.0, 4356.0, 4336.0, 4355.0, 4337.0, 4375.0, 4335.0, 4387.0, 4335.0, 4336.0, 4337.0, 4376.0, 4347.0, 4377.0, 4347.0, 4337.0, 4346.0, 4326.0, 4356.0, 4326.0, 4356.0, 4325.0, 4357.0, 4337.0, 4387.0, 4337.0, 4377.0, 4336.0, 4386.0, 4337.0, 4386.0, 4346.0, 4365.0, 4347.0, 4336.0, 4336.0, 4326.0, 4336.0, 4355.0, 4347.0, 4357.0, 4346.0, 4348.0, 4357.0, 4328.0, 4347.0, 4339.0, 4368.0, 4350.0, 4390.0, 4349.0, 4359.0, 4349.0, 4348.0, 4349.0, 4397.0, 4337.0, 4367.0, 4357.0, 4376.0, 4336.0, 4376.0, 4336.0, 4346.0, 4337.0, 4367.0, 4349.0, 4377.0, 4360.0, 4350.0, 4359.0, 4339.0, 4358.0, 4338.0, 4369.0, 4338.0, 4378.0, 4337.0, 4376.0, 4336.0, 4356.0, 4335.0, 4355.0, 4325.0, 4385.0, 4334.0, 4365.0, 4323.0, 4342.0, 4323.0, 4362.0, 4334.0, 4363.0, 4345.0, 4365.0, 4334.0, 4325.0, 4335.0, 4344.0, 4335.0, 4384.0, 4345.0, 4365.0, 4335.0, 4336.0, 4335.0, 4326.0, 4346.0, 4336.0, 4367.0, 4326.0, 4356.0, 4326.0, 4356.0, 4336.0, 4346.0, 4338.0, 4356.0, 4335.0, 4354.0, 4335.0, 4365.0, 4334.0, 4345.0, 4335.0, 4324.0, 4346.0, 4325.0, 4356.0, 4325.0, 4345.0, 4325.0, 4344.0, 4314.0, 4344.0, 4333.0, 4344.0, 4352.0, 4333.0, 4323.0, 4333.0, 4323.0, 4333.0, 4324.0, 4346.0, 4325.0, 4356.0, 4337.0, 4346.0, 4347.0, 4355.0, 4336.0, 4355.0, 4336.0, 4385.0, 4333.0, 4384.0, 4333.0, 4373.0, 4333.0, 4362.0, 4334.0, 4383.0, 4333.0, 4333.0, 4333.0, 4323.0, 4335.0, 4333.0, 4334.0, 4333.0, 4344.0, 4325.0, 4344.0, 4324.0, 4355.0, 4324.0, 4335.0, 4316.0, 4345.0, 4336.0, 4345.0, 4337.0, 4346.0, 4326.0, 4347.0, 4338.0, 4359.0, 4339.0, 4359.0, 4339.0, 4358.0, 4339.0, 4358.0, 4349.0, 4379.0, 4374.0, 4353.0, 4391.0, 4368.0, 4348.0, 4396.0, 4337.0, 4406.0, 4368.0, 4387.0, 4355.0, 4336.0, 4336.0, 4326.0, 4346.0, 4326.0, 4366.0, 4345.0, 4356.0, 4326.0, 4345.0, 4325.0, 4344.0, 4314.0, 4335.0, 4315.0, 4344.0, 4335.0, 4355.0, 4336.0, 4355.0, 4336.0, 4376.0, 4335.0, 4366.0, 4366.0, 4336.0, 4345.0, 4324.0, 4346.0, 4324.0, 4344.0, 4324.0, 4354.0, 4324.0, 4344.0, 4334.0, 4343.0, 4334.0, 4344.0, 4333.0, 4343.0, 4333.0, 4353.0, 4322.0, 4342.0, 4323.0, 4342.0, 4338.0, 4357.0, 4337.0, 4365.0, 4326.0, 4374.0, 4333.0, 4375.0, 4337.0, 4366.0, 4327.0, 4356.0, 4336.0, 4368.0, 4328.0, 4377.0, 4339.0, 4367.0, 4339.0, 4365.0, 4338.0, 4369.0, 4349.0, 4378.0, 4358.0, 4367.0, 4335.0, 4366.0, 4376.0, 4325.0, 4355.0, 4325.0, 4356.0, 4325.0, 4356.0, 4326.0, 4376.0, 4326.0, 4386.0, 4335.0, 4345.0, 4347.0, 4325.0, 4365.0, 4326.0, 4376.0, 4325.0, 4384.0, 4325.0, 4385.0, 4324.0, 4373.0, 4335.0, 4373.0, 4333.0, 4355.0, 4323.0, 4324.0, 4332.0, 4313.0, 4364.0, 4314.0, 4354.0, 4314.0, 4355.0, 4311.0, 4355.0, 4350.0, 4386.0, 4325.0, 4370.0, 4298.0, 4327.0, 4320.0, 4312.0, 4365.0, 4339.0, 4368.0, 4338.0, 4377.0, 4337.0, 4365.0, 4358.0, 4356.0, 4346.0, 4324.0, 4364.0, 4326.0, 4367.0, 4326.0, 4387.0, 4365.0, 4393.0, 4333.0, 4362.0, 4343.0, 4326.0, 4360.0, 4312.0, 4380.0, 4350.0, 4331.0, 4340.0, 4311.0, 4349.0, 4321.0, 4362.0, 4322.0, 4391.0, 4331.0, 4359.0, 4320.0, 4308.0, 4318.0, 4309.0, 4321.0, 4309.0, 4320.0, 4309.0, 4330.0, 4309.0, 4340.0, 4310.0, 4340.0, 4309.0, 4340.0, 4322.0, 4343.0, 4323.0, 4364.0, 4324.0, 4353.0, 4333.0, 4325.0, 4324.0, 4324.0, 4323.0, 4325.0, 4334.0, 4325.0, 4356.0, 4327.0, 4385.0, 4337.0, 4346.0, 4346.0, 4357.0, 4346.0, 4387.0, 4364.0, 4375.0, 4344.0, 4363.0, 4321.0, 4363.0, 4323.0, 4381.0, 4333.0, 4373.0, 4323.0, 4352.0, 4321.0, 4323.0, 4323.0, 4335.0, 4336.0, 4346.0, 4347.0, 4347.0, 4347.0, 4327.0, 4347.0, 4336.0, 4337.0, 4376.0, 4323.0, 4372.0, 4323.0, 4363.0, 4324.0, 4354.0, 4336.0, 4354.0, 4348.0, 4357.0, 4338.0, 4347.0, 4360.0, 4338.0, 4361.0, 4359.0, 4338.0, 4368.0, 4338.0, 4357.0, 4369.0, 4337.0, 4368.0, 4336.0, 4377.0, 4338.0, 4389.0, 4347.0, 4396.0, 4375.0, 4394.0, 4322.0, 4341.0, 4311.0, 4351.0, 4331.0, 4360.0, 4311.0, 4329.0, 4309.0, 4343.0, 4313.0, 4357.0, 4322.0, 4343.0, 4350.0, 4332.0, 4372.0, 4331.0, 4300.0, 4319.0, 4311.0, 4330.0, 4314.0, 4343.0, 4314.0, 4353.0, 4323.0, 4367.0, 4325.0, 4346.0, 4333.0, 4324.0, 4373.0, 4322.0, 4352.0, 4337.0, 4352.0, 4323.0, 4333.0, 4323.0, 4313.0, 4355.0, 4324.0, 4355.0, 4324.0, 4364.0, 4323.0, 4364.0, 4326.0, 4355.0, 4321.0, 4362.0, 4324.0, 4371.0, 4313.0, 4353.0, 4312.0, 4344.0, 4322.0, 4344.0, 4325.0, 4355.0, 4325.0, 4355.0, 4326.0, 4355.0, 4325.0, 4355.0, 4315.0, 4344.0, 4315.0, 4366.0, 4325.0, 4365.0, 4326.0, 4357.0, 4337.0, 4367.0, 4348.0, 4358.0, 4358.0, 4327.0, 4358.0, 4325.0, 4349.0, 4376.0, 4337.0, 4376.0, 4335.0, 4376.0, 4334.0, 4326.0, 4325.0, 4326.0, 4357.0, 4338.0, 4358.0, 4328.0, 4386.0, 4328.0, 4388.0, 4336.0, 4366.0, 4326.0, 4384.0, 4335.0, 4376.0, 4345.0, 4335.0, 4325.0, 4322.0, 4344.0, 4324.0, 4364.0, 4334.0, 4354.0, 4345.0, 4325.0, 4345.0, 4314.0, 4336.0, 4375.0, 4347.0, 4374.0, 4344.0, 4322.0, 4330.0, 4311.0, 4339.0, 4310.0, 4350.0, 4325.0, 4353.0, 4311.0, 4343.0, 4352.0, 4323.0, 4382.0, 4321.0, 4369.0, 4320.0, 4360.0, 4309.0, 4360.0, 4319.0, 4349.0, 4320.0, 4360.0, 4359.0, 4378.0, 4317.0, 4377.0, 4309.0, 4367.0, 4294.0, 4324.0, 4284.0, 4313.0, 4284.0, 4322.0, 4295.0, 4322.0, 4296.0, 4324.0, 4298.0, 4336.0, 4309.0, 4349.0, 4300.0, 4349.0, 4321.0, 4352.0, 4322.0, 4361.0, 4332.0, 4353.0, 4332.0, 4321.0, 4323.0, 4322.0, 4333.0, 4363.0, 4333.0, 4373.0, 4343.0, 4334.0, 4322.0, 4323.0, 4332.0, 4324.0, 4343.0, 4312.0, 4353.0, 4324.0, 4364.0, 4324.0, 4334.0, 4336.0, 4356.0, 4335.0, 4384.0, 4352.0, 4363.0, 4331.0, 4313.0, 4344.0, 4314.0, 4331.0, 4324.0, 4344.0, 4312.0, 4363.0, 4322.0, 4342.0, 4324.0, 4353.0, 4321.0, 4352.0, 4324.0, 4343.0, 4322.0, 4353.0, 4324.0, 4344.0, 4324.0, 4354.0, 4326.0, 4366.0, 4334.0, 4356.0, 4345.0, 4333.0, 4313.0, 4324.0, 4322.0, 4324.0, 4363.0, 4334.0, 4354.0, 4323.0, 4333.0, 4323.0, 4312.0, 4345.0, 4336.0, 4355.0, 4324.0, 4377.0, 4327.0, 4377.0, 4337.0, 4377.0, 4367.0, 4409.0, 4377.0, 4408.0, 4336.0, 4385.0, 4323.0, 4325.0, 4334.0, 4343.0, 4352.0, 4326.0, 4344.0, 4312.0, 4341.0, 4322.0, 4343.0, 4311.0, 4340.0, 4321.0, 4375.0, 4335.0, 4338.0, 4364.0, 4324.0, 4355.0, 4384.0, 4345.0, 4384.0, 4354.0, 4324.0, 4374.0, 4363.0, 4384.0, 4382.0, 4382.0, 4372.0, 4370.0, 4360.0, 4368.0, 4317.0, 4347.0, 4326.0, 4366.0, 4295.0, 4297.0, 4296.0, 4307.0, 4308.0, 4320.0, 4341.0, 4322.0, 4313.0, 4333.0, 4324.0, 4344.0, 4321.0, 4344.0, 4323.0, 4344.0, 4311.0, 4333.0, 4323.0, 4343.0, 4325.0, 4352.0, 4334.0, 4365.0, 4325.0, 4357.0, 4346.0, 4337.0, 4344.0, 4325.0, 4365.0, 4336.0, 4343.0, 4335.0, 4335.0, 4366.0, 4326.0, 4354.0, 4336.0, 4355.0, 4334.0, 4336.0, 4347.0, 4365.0, 4364.0, 4323.0, 4342.0, 4322.0, 4343.0, 4333.0, 4355.0, 4365.0, 4401.0, 4337.0, 4343.0, 4333.0, 4311.0, 4317.0, 4321.0, 4353.0, 4334.0, 4365.0, 4335.0, 4354.0, 4346.0, 4366.0, 4336.0, 4356.0, 4401.0, 4337.0, 4356.0, 4325.0, 4355.0, 4337.0, 4376.0, 4336.0, 4395.0, 4335.0, 4385.0, 4334.0, 4353.0, 4334.0, 4354.0, 4345.0, 4334.0, 4344.0, 4324.0, 4343.0, 4323.0, 4343.0, 4323.0, 4342.0, 4322.0, 4344.0, 4336.0, 4352.0, 4323.0, 4342.0, 4324.0, 4340.0, 4324.0, 4355.0, 4337.0, 4365.0, 4336.0, 4326.0, 4346.0, 4337.0, 4356.0, 4350.0, 4378.0, 4349.0, 4397.0, 4337.0, 4397.0, 4344.0, 4383.0, 4324.0, 4374.0, 4322.0, 4363.0, 4333.0, 4353.0, 4366.0, 4324.0, 4342.0, 4322.0, 4342.0, 4312.0, 4342.0, 4321.0, 4351.0, 4310.0, 4331.0, 4310.0, 4330.0, 4321.0, 4343.0, 4332.0, 4328.0, 4317.0, 4339.0, 4320.0, 4329.0, 4321.0, 4312.0, 4334.0, 4334.0, 4346.0, 4357.0, 4348.0, 4314.0, 4335.0, 4324.0, 4332.0], 'WindowWidth': [9715.0, 9621.0, 9652.0, 9612.0, 9647.0, 9592.0, 9625.0, 9584.0, 9635.0, 9602.0, 9641.0, 9636.0, 9663.0, 9662.0, 9622.0, 9658.0, 9602.0, 9628.0, 9649.0, 9624.0, 9663.0, 9621.0, 9584.0, 9624.0, 9598.0, 9626.0, 9600.0, 9628.0, 9592.0, 9646.0, 9605.0, 9642.0, 9602.0, 9641.0, 9603.0, 9642.0, 9604.0, 9644.0, 9618.0, 9657.0, 9620.0, 9656.0, 9634.0, 9658.0, 9645.0, 9618.0, 9643.0, 9602.0, 9627.0, 9587.0, 9639.0, 9601.0, 9654.0, 9597.0, 9636.0, 9581.0, 9619.0, 9581.0, 9622.0, 9608.0, 9652.0, 9611.0, 9612.0, 9597.0, 9585.0, 9626.0, 9590.0, 9655.0, 9619.0, 9661.0, 9635.0, 9617.0, 9629.0, 9641.0, 9657.0, 9614.0, 9642.0, 9590.0, 9627.0, 9588.0, 9626.0, 9625.0, 9624.0, 9596.0, 9638.0, 9611.0, 9652.0, 9597.0, 9585.0, 9625.0, 9601.0, 9642.0, 9602.0, 9671.0, 9613.0, 9650.0, 9582.0, 9619.0, 9605.0, 9620.0, 9591.0, 9619.0, 9567.0, 9605.0, 9578.0, 9617.0, 9580.0, 9619.0, 9612.0, 9650.0, 9611.0, 9598.0, 9610.0, 9596.0, 9611.0, 9594.0, 9638.0, 9619.0, 9635.0, 9581.0, 9603.0, 9579.0, 9600.0, 9561.0, 9616.0, 9588.0, 9619.0, 9603.0, 9604.0, 9578.0, 9604.0, 9577.0, 9605.0, 9579.0, 9627.0, 9611.0, 9630.0, 9600.0, 9628.0, 9604.0, 9628.0, 9586.0, 9628.0, 9652.0, 9629.0, 9626.0, 9627.0, 9601.0, 9626.0, 9598.0, 9627.0, 9638.0, 9628.0, 9610.0, 9626.0, 9587.0, 9624.0, 9600.0, 9627.0, 9616.0, 9642.0, 9616.0, 9685.0, 9626.0, 9637.0, 9622.0, 9590.0, 9646.0, 9603.0, 9647.0, 9575.0, 9614.0, 9574.0, 9596.0, 9559.0, 9613.0, 9573.0, 9629.0, 9590.0, 9631.0, 9577.0, 9643.0, 9591.0, 9632.0, 9621.0, 9604.0, 9619.0, 9581.0, 9618.0, 9579.0, 9620.0, 9589.0, 9617.0, 9612.0, 9600.0, 9584.0, 9598.0, 9564.0, 9600.0, 9576.0, 9616.0, 9581.0, 9621.0, 9586.0, 9640.0, 9598.0, 9639.0, 9587.0, 9626.0, 9585.0, 9622.0, 9582.0, 9625.0, 9606.0, 9622.0, 9581.0, 9620.0, 9582.0, 9620.0, 9594.0, 9620.0, 9604.0, 9633.0, 9580.0, 9607.0, 9581.0, 9608.0, 9631.0, 9609.0, 9650.0, 9612.0, 9638.0, 9625.0, 9589.0, 9626.0, 9586.0, 9628.0, 9638.0, 9654.0, 9620.0, 9636.0, 9583.0, 9620.0, 9580.0, 9605.0, 9593.0, 9633.0, 9608.0, 9660.0, 9593.0, 9661.0, 9592.0, 9580.0, 9605.0, 9618.0, 9622.0, 9617.0, 9646.0, 9608.0, 9619.0, 9578.0, 9603.0, 9608.0, 9605.0, 9627.0, 9603.0, 9604.0, 9602.0, 9579.0, 9591.0, 9583.0, 9608.0, 9585.0, 9640.0, 9601.0, 9643.0, 9605.0, 9643.0, 9604.0, 9643.0, 9603.0, 9640.0, 9601.0, 9641.0, 9600.0, 9638.0, 9599.0, 9639.0, 9611.0, 9637.0, 9610.0, 9648.0, 9596.0, 9631.0, 9593.0, 9632.0, 9606.0, 9645.0, 9605.0, 9647.0, 9591.0, 9644.0, 9604.0, 9641.0, 9591.0, 9629.0, 9606.0, 9646.0, 9605.0, 9580.0, 9605.0, 9582.0, 9620.0, 9591.0, 9620.0, 9590.0, 9617.0, 9576.0, 9616.0, 9561.0, 9599.0, 9560.0, 9613.0, 9587.0, 9616.0, 9575.0, 9617.0, 9579.0, 9617.0, 9580.0, 9604.0, 9596.0, 9625.0, 9610.0, 9640.0, 9601.0, 9628.0, 9606.0, 9628.0, 9603.0, 9629.0, 9605.0, 9660.0, 9618.0, 9656.0, 9590.0, 9628.0, 9587.0, 9639.0, 9611.0, 9642.0, 9663.0, 9611.0, 9663.0, 9595.0, 9634.0, 9589.0, 9616.0, 9573.0, 9618.0, 9615.0, 9603.0, 9591.0, 9605.0, 9594.0, 9608.0, 9597.0, 9628.0, 9601.0, 9631.0, 9627.0, 9630.0, 9613.0, 9625.0, 9662.0, 9591.0, 9632.0, 9561.0, 9617.0, 9601.0, 9603.0, 9561.0, 9586.0, 9556.0, 9600.0, 9574.0, 9635.0, 9604.0, 9617.0, 9582.0, 9662.0, 9605.0, 9626.0, 9600.0, 9625.0, 9603.0, 9658.0, 9609.0, 9667.0, 9596.0, 9646.0, 9593.0, 9618.0, 9609.0, 9618.0, 9606.0, 9630.0, 9591.0, 9644.0, 9591.0, 9617.0, 9589.0, 9616.0, 9605.0, 9629.0, 9592.0, 9634.0, 9593.0, 9594.0, 9609.0, 9595.0, 9610.0, 9637.0, 9649.0, 9609.0, 9619.0, 9589.0, 9604.0, 9572.0, 9601.0, 9612.0, 9600.0, 9599.0, 9587.0, 9573.0, 9586.0, 9561.0, 9603.0, 9572.0, 9615.0, 9577.0, 9618.0, 9591.0, 9604.0, 9588.0, 9603.0, 9601.0, 9617.0, 9575.0, 9616.0, 9596.0, 9608.0, 9581.0, 9614.0, 9623.0, 9615.0, 9652.0, 9614.0, 9645.0, 9603.0, 9656.0, 9602.0, 9640.0, 9609.0, 9626.0, 9632.0, 9608.0, 9673.0, 9603.0, 9651.0, 9582.0, 9622.0, 9579.0, 9623.0, 9588.0, 9650.0, 9607.0, 9628.0, 9589.0, 9609.0, 9577.0, 9593.0, 9645.0, 9596.0, 9649.0, 9611.0, 9623.0, 9610.0, 9583.0, 9608.0, 9582.0, 9607.0, 9584.0, 9636.0, 9610.0, 9637.0, 9585.0, 9612.0, 9568.0, 9607.0, 9581.0, 9618.0, 9592.0, 9659.0, 9595.0, 9645.0, 9578.0, 9619.0, 9590.0, 9618.0, 9575.0, 9613.0, 9573.0, 9598.0, 9574.0, 9598.0, 9560.0, 9599.0, 9575.0, 9619.0, 9579.0, 9618.0, 9595.0, 9608.0, 9596.0, 9623.0, 9599.0, 9638.0, 9597.0, 9638.0, 9596.0, 9636.0, 9596.0, 9622.0, 9612.0, 9621.0, 9595.0, 9637.0, 9582.0, 9647.0, 9584.0, 9646.0, 9600.0, 9662.0, 9627.0, 9650.0, 9610.0, 9611.0, 9623.0, 9583.0, 9605.0, 9578.0, 9620.0, 9575.0, 9659.0, 9573.0, 9641.0, 9574.0, 9610.0, 9559.0, 9599.0, 9560.0, 9599.0, 9559.0, 9600.0, 9576.0, 9598.0, 9577.0, 9602.0, 9563.0, 9607.0, 9616.0, 9604.0, 9578.0, 9605.0, 9581.0, 9607.0, 9579.0, 9612.0, 9584.0, 9643.0, 9611.0, 9627.0, 9597.0, 9611.0, 9607.0, 9613.0, 9595.0, 9625.0, 9599.0, 9623.0, 9598.0, 9626.0, 9639.0, 9614.0, 9665.0, 9612.0, 9638.0, 9609.0, 9597.0, 9612.0, 9610.0, 9613.0, 9625.0, 9666.0, 9623.0, 9624.0, 9610.0, 9605.0, 9580.0, 9608.0, 9591.0, 9621.0, 9610.0, 9633.0, 9578.0, 9604.0, 9576.0, 9592.0, 9653.0, 9574.0, 9625.0, 9587.0, 9629.0, 9600.0, 9578.0, 9590.0, 9576.0, 9606.0, 9562.0, 9633.0, 9584.0, 9614.0, 9572.0, 9599.0, 9557.0, 9584.0, 9570.0, 9599.0, 9589.0, 9629.0, 9580.0, 9632.0, 9576.0, 9629.0, 9571.0, 9611.0, 9574.0, 9598.0, 9574.0, 9614.0, 9572.0, 9625.0, 9576.0, 9639.0, 9592.0, 9630.0, 9590.0, 9614.0, 9590.0, 9574.0, 9604.0, 9589.0, 9622.0, 9597.0, 9631.0, 9599.0, 9621.0, 9580.0, 9609.0, 9618.0, 9607.0, 9579.0, 9620.0, 9583.0, 9622.0, 9599.0, 9623.0, 9599.0, 9643.0, 9607.0, 9625.0, 9598.0, 9652.0, 9600.0, 9641.0, 9619.0, 9619.0, 9637.0, 9640.0, 9652.0, 9608.0, 9649.0, 9625.0, 9621.0, 9582.0, 9632.0, 9608.0, 9657.0, 9589.0, 9655.0, 9607.0, 9653.0, 9584.0, 9640.0, 9614.0, 9610.0, 9623.0, 9570.0, 9595.0, 9566.0, 9591.0, 9552.0, 9592.0, 9568.0, 9637.0, 9569.0, 9634.0, 9568.0, 9621.0, 9565.0, 9618.0, 9566.0, 9633.0, 9580.0, 9558.0, 9569.0, 9559.0, 9585.0, 9576.0, 9620.0, 9596.0, 9620.0, 9596.0, 9646.0, 9592.0, 9664.0, 9593.0, 9595.0, 9596.0, 9646.0, 9611.0, 9647.0, 9609.0, 9597.0, 9607.0, 9580.0, 9618.0, 9581.0, 9620.0, 9579.0, 9622.0, 9597.0, 9663.0, 9596.0, 9648.0, 9594.0, 9661.0, 9597.0, 9660.0, 9608.0, 9631.0, 9608.0, 9595.0, 9594.0, 9580.0, 9594.0, 9617.0, 9609.0, 9622.0, 9608.0, 9614.0, 9624.0, 9587.0, 9612.0, 9604.0, 9641.0, 9621.0, 9671.0, 9617.0, 9631.0, 9615.0, 9613.0, 9616.0, 9678.0, 9596.0, 9638.0, 9621.0, 9646.0, 9592.0, 9648.0, 9595.0, 9608.0, 9597.0, 9637.0, 9617.0, 9653.0, 9633.0, 9619.0, 9629.0, 9604.0, 9628.0, 9601.0, 9643.0, 9600.0, 9654.0, 9598.0, 9648.0, 9594.0, 9621.0, 9591.0, 9619.0, 9577.0, 9656.0, 9588.0, 9630.0, 9571.0, 9596.0, 9571.0, 9623.0, 9588.0, 9626.0, 9603.0, 9629.0, 9588.0, 9578.0, 9590.0, 9602.0, 9591.0, 9655.0, 9605.0, 9632.0, 9591.0, 9594.0, 9590.0, 9581.0, 9607.0, 9595.0, 9637.0, 9582.0, 9622.0, 9582.0, 9621.0, 9594.0, 9607.0, 9603.0, 9621.0, 9592.0, 9617.0, 9590.0, 9630.0, 9590.0, 9604.0, 9590.0, 9576.0, 9609.0, 9579.0, 9621.0, 9578.0, 9603.0, 9577.0, 9600.0, 9560.0, 9601.0, 9585.0, 9602.0, 9609.0, 9584.0, 9573.0, 9585.0, 9572.0, 9586.0, 9574.0, 9607.0, 9577.0, 9620.0, 9597.0, 9607.0, 9610.0, 9619.0, 9595.0, 9620.0, 9594.0, 9657.0, 9586.0, 9652.0, 9585.0, 9636.0, 9585.0, 9622.0, 9586.0, 9652.0, 9584.0, 9586.0, 9585.0, 9572.0, 9589.0, 9585.0, 9589.0, 9585.0, 9601.0, 9577.0, 9601.0, 9576.0, 9616.0, 9576.0, 9592.0, 9565.0, 9605.0, 9593.0, 9606.0, 9598.0, 9609.0, 9583.0, 9613.0, 9600.0, 9630.0, 9603.0, 9632.0, 9606.0, 9629.0, 9604.0, 9629.0, 9619.0, 9658.0, 9658.0, 9630.0, 9679.0, 9640.0, 9614.0, 9674.0, 9598.0, 9688.0, 9640.0, 9664.0, 9620.0, 9595.0, 9593.0, 9582.0, 9607.0, 9581.0, 9634.0, 9603.0, 9620.0, 9580.0, 9605.0, 9577.0, 9601.0, 9561.0, 9591.0, 9564.0, 9602.0, 9592.0, 9618.0, 9593.0, 9618.0, 9595.0, 9646.0, 9594.0, 9633.0, 9634.0, 9594.0, 9604.0, 9575.0, 9604.0, 9573.0, 9602.0, 9574.0, 9614.0, 9575.0, 9601.0, 9587.0, 9600.0, 9587.0, 9600.0, 9585.0, 9598.0, 9584.0, 9610.0, 9569.0, 9596.0, 9571.0, 9596.0, 9601.0, 9623.0, 9600.0, 9631.0, 9579.0, 9643.0, 9588.0, 9644.0, 9596.0, 9634.0, 9586.0, 9622.0, 9596.0, 9638.0, 9587.0, 9652.0, 9604.0, 9640.0, 9603.0, 9634.0, 9602.0, 9643.0, 9618.0, 9655.0, 9629.0, 9637.0, 9593.0, 9633.0, 9648.0, 9578.0, 9616.0, 9578.0, 9618.0, 9578.0, 9620.0, 9580.0, 9647.0, 9581.0, 9662.0, 9590.0, 9605.0, 9612.0, 9580.0, 9631.0, 9579.0, 9646.0, 9579.0, 9655.0, 9576.0, 9656.0, 9573.0, 9637.0, 9588.0, 9636.0, 9583.0, 9615.0, 9570.0, 9572.0, 9582.0, 9558.0, 9626.0, 9560.0, 9613.0, 9561.0, 9615.0, 9555.0, 9618.0, 9623.0, 9664.0, 9581.0, 9629.0, 9530.0, 9568.0, 9562.0, 9558.0, 9635.0, 9604.0, 9641.0, 9602.0, 9650.0, 9598.0, 9633.0, 9627.0, 9623.0, 9608.0, 9577.0, 9632.0, 9584.0, 9637.0, 9581.0, 9665.0, 9634.0, 9668.0, 9587.0, 9623.0, 9598.0, 9583.0, 9621.0, 9554.0, 9645.0, 9603.0, 9578.0, 9589.0, 9551.0, 9602.0, 9567.0, 9623.0, 9568.0, 9658.0, 9578.0, 9615.0, 9562.0, 9546.0, 9558.0, 9546.0, 9564.0, 9547.0, 9561.0, 9546.0, 9574.0, 9547.0, 9589.0, 9550.0, 9589.0, 9549.0, 9591.0, 9571.0, 9598.0, 9573.0, 9627.0, 9577.0, 9614.0, 9588.0, 9578.0, 9577.0, 9576.0, 9575.0, 9578.0, 9591.0, 9580.0, 9622.0, 9585.0, 9660.0, 9597.0, 9610.0, 9610.0, 9624.0, 9610.0, 9663.0, 9631.0, 9645.0, 9602.0, 9627.0, 9569.0, 9625.0, 9572.0, 9647.0, 9588.0, 9640.0, 9572.0, 9610.0, 9569.0, 9573.0, 9574.0, 9591.0, 9595.0, 9607.0, 9611.0, 9611.0, 9610.0, 9584.0, 9610.0, 9595.0, 9597.0, 9647.0, 9575.0, 9640.0, 9574.0, 9628.0, 9576.0, 9617.0, 9596.0, 9618.0, 9614.0, 9627.0, 9603.0, 9614.0, 9635.0, 9603.0, 9637.0, 9631.0, 9601.0, 9641.0, 9603.0, 9627.0, 9643.0, 9600.0, 9642.0, 9598.0, 9651.0, 9600.0, 9669.0, 9611.0, 9677.0, 9642.0, 9668.0, 9569.0, 9592.0, 9552.0, 9607.0, 9578.0, 9616.0, 9552.0, 9574.0, 9548.0, 9597.0, 9558.0, 9623.0, 9568.0, 9596.0, 9605.0, 9582.0, 9633.0, 9577.0, 9536.0, 9560.0, 9553.0, 9576.0, 9562.0, 9598.0, 9561.0, 9613.0, 9573.0, 9638.0, 9580.0, 9606.0, 9584.0, 9573.0, 9635.0, 9568.0, 9607.0, 9593.0, 9607.0, 9570.0, 9583.0, 9571.0, 9559.0, 9617.0, 9574.0, 9617.0, 9576.0, 9628.0, 9573.0, 9627.0, 9579.0, 9615.0, 9567.0, 9622.0, 9571.0, 9632.0, 9556.0, 9609.0, 9554.0, 9599.0, 9569.0, 9599.0, 9577.0, 9617.0, 9578.0, 9618.0, 9579.0, 9617.0, 9578.0, 9617.0, 9564.0, 9602.0, 9563.0, 9632.0, 9578.0, 9631.0, 9581.0, 9622.0, 9596.0, 9637.0, 9612.0, 9626.0, 9627.0, 9585.0, 9627.0, 9578.0, 9615.0, 9647.0, 9596.0, 9647.0, 9591.0, 9646.0, 9589.0, 9580.0, 9579.0, 9582.0, 9622.0, 9600.0, 9627.0, 9587.0, 9662.0, 9585.0, 9665.0, 9593.0, 9634.0, 9579.0, 9657.0, 9589.0, 9646.0, 9603.0, 9590.0, 9576.0, 9569.0, 9601.0, 9574.0, 9626.0, 9588.0, 9614.0, 9602.0, 9579.0, 9605.0, 9563.0, 9592.0, 9643.0, 9609.0, 9644.0, 9605.0, 9569.0, 9576.0, 9556.0, 9589.0, 9553.0, 9605.0, 9578.0, 9615.0, 9557.0, 9601.0, 9611.0, 9573.0, 9649.0, 9566.0, 9629.0, 9563.0, 9615.0, 9549.0, 9617.0, 9563.0, 9600.0, 9563.0, 9614.0, 9613.0, 9637.0, 9554.0, 9634.0, 9549.0, 9618.0, 9517.0, 9557.0, 9502.0, 9540.0, 9502.0, 9553.0, 9521.0, 9555.0, 9523.0, 9559.0, 9529.0, 9579.0, 9546.0, 9599.0, 9535.0, 9599.0, 9569.0, 9609.0, 9569.0, 9620.0, 9584.0, 9612.0, 9584.0, 9567.0, 9573.0, 9569.0, 9588.0, 9625.0, 9587.0, 9637.0, 9598.0, 9588.0, 9570.0, 9571.0, 9586.0, 9576.0, 9601.0, 9559.0, 9613.0, 9576.0, 9629.0, 9576.0, 9591.0, 9594.0, 9620.0, 9591.0, 9654.0, 9611.0, 9625.0, 9583.0, 9560.0, 9605.0, 9560.0, 9582.0, 9574.0, 9600.0, 9558.0, 9626.0, 9570.0, 9596.0, 9574.0, 9613.0, 9568.0, 9611.0, 9575.0, 9599.0, 9573.0, 9613.0, 9576.0, 9603.0, 9578.0, 9617.0, 9581.0, 9636.0, 9590.0, 9622.0, 9607.0, 9589.0, 9561.0, 9576.0, 9570.0, 9575.0, 9626.0, 9589.0, 9613.0, 9573.0, 9585.0, 9572.0, 9558.0, 9606.0, 9594.0, 9619.0, 9577.0, 9653.0, 9585.0, 9649.0, 9597.0, 9655.0, 9639.0, 9697.0, 9650.0, 9695.0, 9597.0, 9660.0, 9574.0, 9577.0, 9589.0, 9599.0, 9611.0, 9580.0, 9603.0, 9558.0, 9593.0, 9571.0, 9598.0, 9555.0, 9589.0, 9567.0, 9643.0, 9594.0, 9601.0, 9634.0, 9576.0, 9620.0, 9658.0, 9607.0, 9657.0, 9617.0, 9575.0, 9641.0, 9625.0, 9654.0, 9648.0, 9646.0, 9631.0, 9628.0, 9613.0, 9625.0, 9552.0, 9592.0, 9562.0, 9616.0, 9519.0, 9526.0, 9523.0, 9539.0, 9545.0, 9564.0, 9592.0, 9569.0, 9561.0, 9586.0, 9575.0, 9602.0, 9568.0, 9601.0, 9571.0, 9600.0, 9552.0, 9583.0, 9572.0, 9598.0, 9578.0, 9611.0, 9590.0, 9631.0, 9579.0, 9626.0, 9611.0, 9596.0, 9602.0, 9579.0, 9633.0, 9594.0, 9600.0, 9593.0, 9591.0, 9634.0, 9582.0, 9618.0, 9593.0, 9618.0, 9589.0, 9595.0, 9611.0, 9631.0, 9630.0, 9574.0, 9596.0, 9570.0, 9599.0, 9587.0, 9621.0, 9651.0, 9691.0, 9601.0, 9601.0, 9586.0, 9554.0, 9556.0, 9569.0, 9612.0, 9590.0, 9632.0, 9594.0, 9617.0, 9609.0, 9635.0, 9595.0, 9624.0, 9693.0, 9597.0, 9622.0, 9580.0, 9619.0, 9596.0, 9648.0, 9595.0, 9671.0, 9590.0, 9657.0, 9588.0, 9611.0, 9588.0, 9615.0, 9604.0, 9588.0, 9603.0, 9575.0, 9600.0, 9571.0, 9597.0, 9571.0, 9597.0, 9569.0, 9601.0, 9595.0, 9611.0, 9572.0, 9596.0, 9577.0, 9594.0, 9576.0, 9618.0, 9598.0, 9636.0, 9596.0, 9582.0, 9610.0, 9597.0, 9623.0, 9619.0, 9656.0, 9616.0, 9678.0, 9598.0, 9677.0, 9604.0, 9655.0, 9576.0, 9641.0, 9571.0, 9625.0, 9587.0, 9613.0, 9632.0, 9573.0, 9597.0, 9569.0, 9596.0, 9555.0, 9594.0, 9564.0, 9604.0, 9547.0, 9576.0, 9548.0, 9575.0, 9569.0, 9602.0, 9585.0, 9573.0, 9557.0, 9586.0, 9565.0, 9574.0, 9568.0, 9559.0, 9591.0, 9591.0, 9611.0, 9626.0, 9618.0, 9563.0, 9592.0, 9577.0, 9584.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.004565860805860806</td></tr>
<tr><td colspan=3>aqi</td><td>0.04394038339438339</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.28607887547953</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1284398236957849</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9883023147464879</td></tr>
<tr><td colspan=3>efc</td><td>0.5022</td></tr>
<tr><td colspan=3>fber</td><td>4346.2021</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09183658243695128</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.029304029304029</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6941255235269033</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5622054843668063</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9632600202594666</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.556911065954437</td></tr>
<tr><td colspan=3>gcor</td><td>0.00478533</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007431384176015854</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03367781266570091</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1638</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.804897712375258</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.9395</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.2963</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.4516</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294959.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1024.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.6947</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.864</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.229</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3503.5939</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3762.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81585.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4575.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>988.7196</td></tr>
<tr><td colspan=3>tsnr</td><td>30.84624549956061</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>