<?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-0057_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-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_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-0057/figures/sub-0057_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057/ses-03/func/sub-0057_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>f85444b3b80f2305a4c79b86dc536473</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>16:17:59.002500</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.992422, -0.0920251, -0.0814234, 0.0917148, 0.995757, -0.00755002]</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.112648</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7784, -7205, 583, -1, -175, -87, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>254.742</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6eb8c439-3f29-480e-8b87-96a13c4b4320||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.6625959873199463, 0.246064230799675, -0.22078615427017212, 105.161376953125], [0.24689655005931854, 2.6715424060821533, -6.769379979232326e-05, -105.1511001586914], [-0.21845293045043945, 0.02025614120066166, 2.69095778465271, -52.99612808227539], [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': ['161759.002500', '161759.462500', '161759.922500', '161800.382500', '161800.842500', '161801.302500', '161801.762500', '161802.222500', '161802.682500', '161803.142500', '161803.602500', '161804.062500', '161804.522500', '161804.982500', '161805.442500', '161805.902500', '161806.362500', '161806.822500', '161807.282500', '161807.742500', '161808.202500', '161808.662500', '161809.122500', '161809.582500', '161810.042500', '161810.502500', '161810.962500', '161811.422500', '161811.882500', '161812.342500', '161812.802500', '161813.262500', '161813.722500', '161814.182500', '161814.642500', '161815.102500', '161815.562500', '161816.022500', '161816.482500', '161816.942500', '161817.402500', '161817.862500', '161818.322500', '161818.782500', '161819.242500', '161819.702500', '161820.162500', '161820.622500', '161821.082500', '161821.542500', '161822.002500', '161822.462500', '161822.922500', '161823.382500', '161823.842500', '161824.302500', '161824.762500', '161825.222500', '161825.682500', '161826.142500', '161826.602500', '161827.062500', '161827.522500', '161827.982500', '161828.442500', '161828.902500', '161829.362500', '161829.822500', '161830.282500', '161830.742500', '161831.202500', '161831.662500', '161832.122500', '161832.582500', '161833.042500', '161833.502500', '161833.962500', '161834.422500', '161834.882500', '161835.342500', '161835.802500', '161836.262500', '161836.722500', '161837.182500', '161837.642500', '161838.102500', '161838.562500', '161839.022500', '161839.482500', '161839.942500', '161840.402500', '161840.862500', '161841.322500', '161841.782500', '161842.242500', '161842.702500', '161843.162500', '161843.622500', '161844.082500', '161844.542500', '161845.002500', '161845.462500', '161845.922500', '161846.382500', '161846.842500', '161847.302500', '161847.762500', '161848.222500', '161848.682500', '161849.142500', '161849.602500', '161850.062500', '161850.522500', '161850.982500', '161851.442500', '161851.902500', '161852.362500', '161852.822500', '161853.282500', '161853.742500', '161854.202500', '161854.662500', '161855.122500', '161855.582500', '161856.042500', '161856.502500', '161856.962500', '161857.422500', '161857.882500', '161858.342500', '161858.802500', '161859.262500', '161859.722500', '161900.182500', '161900.642500', '161901.102500', '161901.562500', '161902.022500', '161902.482500', '161902.942500', '161903.402500', '161903.862500', '161904.322500', '161904.782500', '161905.242500', '161905.702500', '161906.162500', '161906.622500', '161907.082500', '161907.542500', '161908.002500', '161908.462500', '161908.922500', '161909.382500', '161909.842500', '161910.302500', '161910.762500', '161911.222500', '161911.682500', '161912.142500', '161912.602500', '161913.062500', '161913.522500', '161913.982500', '161914.442500', '161914.902500', '161915.362500', '161915.822500', '161916.282500', '161916.742500', '161917.202500', '161917.662500', '161918.122500', '161918.582500', '161919.042500', '161919.502500', '161919.962500', '161920.422500', '161920.882500', '161921.342500', '161921.802500', '161922.262500', '161922.722500', '161923.182500', '161923.642500', '161924.102500', '161924.562500', '161925.022500', '161925.482500', '161925.942500', '161926.402500', '161926.862500', '161927.322500', '161927.782500', '161928.242500', '161928.702500', '161929.162500', '161929.622500', '161930.082500', '161930.542500', '161931.002500', '161931.462500', '161931.922500', '161932.382500', '161932.842500', '161933.302500', '161933.762500', '161934.222500', '161934.682500', '161935.142500', '161935.602500', '161936.062500', '161936.522500', '161936.982500', '161937.442500', '161937.902500', '161938.362500', '161938.822500', '161939.282500', '161939.742500', '161940.202500', '161940.662500', '161941.122500', '161941.582500', '161942.042500', '161942.502500', '161942.962500', '161943.422500', '161943.882500', '161944.342500', '161944.802500', '161945.262500', '161945.722500', '161946.182500', '161946.642500', '161947.102500', '161947.562500', '161948.022500', '161948.482500', '161948.942500', '161949.402500', '161949.862500', '161950.322500', '161950.782500', '161951.242500', '161951.702500', '161952.162500', '161952.622500', '161953.082500', '161953.542500', '161954.002500', '161954.462500', '161954.922500', '161955.382500', '161955.842500', '161956.302500', '161956.762500', '161957.222500', '161957.682500', '161958.142500', '161958.602500', '161959.062500', '161959.522500', '161959.982500', '162000.442500', '162000.902500', '162001.362500', '162001.822500', '162002.282500', '162002.742500', '162003.202500', '162003.662500', '162004.122500', '162004.582500', '162005.042500', '162005.502500', '162005.962500', '162006.422500', '162006.882500', '162007.342500', '162007.802500', '162008.262500', '162008.722500', '162009.182500', '162009.642500', '162010.102500', '162010.562500', '162011.022500', '162011.482500', '162011.942500', '162012.402500', '162012.862500', '162013.322500', '162013.782500', '162014.242500', '162014.702500', '162015.162500', '162015.622500', '162016.082500', '162016.542500', '162017.002500', '162017.462500', '162017.922500', '162018.382500', '162018.842500', '162019.302500', '162019.762500', '162020.222500', '162020.682500', '162021.142500', '162021.602500', '162022.062500', '162022.522500', '162022.982500', '162023.442500', '162023.902500', '162024.362500', '162024.822500', '162025.282500', '162025.742500', '162026.202500', '162026.662500', '162027.122500', '162027.582500', '162028.042500', '162028.502500', '162028.962500', '162029.422500', '162029.882500', '162030.342500', '162030.802500', '162031.262500', '162031.722500', '162032.182500', '162032.642500', '162033.102500', '162033.562500', '162034.022500', '162034.482500', '162034.942500', '162035.402500', '162035.862500', '162036.322500', '162036.782500', '162037.242500', '162037.702500', '162038.162500', '162038.622500', '162039.082500', '162039.542500', '162040.002500', '162040.462500', '162040.922500', '162041.382500', '162041.842500', '162042.302500', '162042.762500', '162043.222500', '162043.682500', '162044.142500', '162044.602500', '162045.062500', '162045.522500', '162045.982500', '162046.442500', '162046.902500', '162047.362500', '162047.822500', '162048.282500', '162048.742500', '162049.202500', '162049.662500', '162050.122500', '162050.582500', '162051.042500', '162051.502500', '162051.962500', '162052.422500', '162052.882500', '162053.342500', '162053.802500', '162054.262500', '162054.722500', '162055.182500', '162055.642500', '162056.102500', '162056.562500', '162057.022500', '162057.482500', '162057.942500', '162058.402500', '162058.862500', '162059.322500', '162059.782500', '162100.242500', '162100.702500', '162101.162500', '162101.622500', '162102.082500', '162102.542500', '162103.002500', '162103.462500', '162103.922500', '162104.382500', '162104.842500', '162105.302500', '162105.762500', '162106.222500', '162106.682500', '162107.142500', '162107.602500', '162108.062500', '162108.522500', '162108.982500', '162109.442500', '162109.902500', '162110.362500', '162110.822500', '162111.282500', '162111.742500', '162112.202500', '162112.662500', '162113.122500', '162113.582500', '162114.042500', '162114.502500', '162114.962500', '162115.422500', '162115.882500', '162116.342500', '162116.802500', '162117.262500', '162117.722500', '162118.182500', '162118.642500', '162119.102500', '162119.562500', '162120.022500', '162120.482500', '162120.942500', '162121.402500', '162121.862500', '162122.322500', '162122.782500', '162123.242500', '162123.702500', '162124.162500', '162124.622500', '162125.082500', '162125.542500', '162126.002500', '162126.462500', '162126.922500', '162127.382500', '162127.842500', '162128.302500', '162128.762500', '162129.222500', '162129.682500', '162130.142500', '162130.602500', '162131.062500', '162131.522500', '162131.982500', '162132.442500', '162132.902500', '162133.362500', '162133.822500', '162134.282500', '162134.742500', '162135.202500', '162135.662500', '162136.122500', '162136.582500', '162137.042500', '162137.502500', '162137.962500', '162138.422500', '162138.882500', '162139.342500', '162139.802500', '162140.262500', '162140.722500', '162141.182500', '162141.642500', '162142.102500', '162142.562500', '162143.022500', '162143.482500', '162143.942500', '162144.402500', '162144.862500', '162145.322500', '162145.782500', '162146.242500', '162146.702500', '162147.162500', '162147.622500', '162148.082500', '162148.542500', '162149.002500', '162149.462500', '162149.922500', '162150.382500', '162150.842500', '162151.302500', '162151.762500', '162152.222500', '162152.682500', '162153.142500', '162153.602500', '162154.062500', '162154.522500', '162154.982500', '162155.442500', '162155.902500', '162156.362500', '162156.822500', '162157.282500', '162157.742500', '162158.202500', '162158.662500', '162159.122500', '162159.582500', '162200.042500', '162200.502500', '162200.962500', '162201.422500', '162201.882500', '162202.342500', '162202.802500', '162203.262500', '162203.722500', '162204.182500', '162204.642500', '162205.102500', '162205.562500', '162206.022500', '162206.482500', '162206.942500', '162207.402500', '162207.862500', '162208.322500', '162208.782500', '162209.242500', '162209.702500', '162210.162500', '162210.622500', '162211.082500', '162211.542500', '162212.002500', '162212.462500', '162212.922500', '162213.382500', '162213.842500', '162214.302500', '162214.762500', '162215.222500', '162215.682500', '162216.142500', '162216.602500', '162217.062500', '162217.522500', '162217.982500', '162218.442500', '162218.902500', '162219.362500', '162219.822500', '162220.282500', '162220.742500', '162221.202500', '162221.662500', '162222.122500', '162222.582500', '162223.042500', '162223.502500', '162223.962500', '162224.422500', '162224.882500', '162225.342500', '162225.802500', '162226.262500', '162226.722500', '162227.182500', '162227.642500', '162228.102500', '162228.562500', '162229.022500', '162229.482500', '162229.942500', '162230.402500', '162230.862500', '162231.322500', '162231.782500', '162232.242500', '162232.702500', '162233.162500', '162233.622500', '162234.082500', '162234.542500', '162235.002500', '162235.462500', '162235.922500', '162236.382500', '162236.842500', '162237.302500', '162237.762500', '162238.222500', '162238.682500', '162239.142500', '162239.602500', '162240.062500', '162240.522500', '162240.982500', '162241.442500', '162241.902500', '162242.362500', '162242.822500', '162243.282500', '162243.742500', '162244.202500', '162244.662500', '162245.122500', '162245.582500', '162246.042500', '162246.502500', '162246.962500', '162247.422500', '162247.882500', '162248.342500', '162248.802500', '162249.262500', '162249.722500', '162250.182500', '162250.642500', '162251.102500', '162251.562500', '162252.022500', '162252.482500', '162252.942500', '162253.402500', '162253.862500', '162254.322500', '162254.782500', '162255.242500', '162255.702500', '162256.162500', '162256.622500', '162257.082500', '162257.542500', '162258.002500', '162258.462500', '162258.922500', '162259.382500', '162259.842500', '162300.302500', '162300.762500', '162301.222500', '162301.682500', '162302.142500', '162302.602500', '162303.062500', '162303.522500', '162303.982500', '162304.442500', '162304.902500', '162305.362500', '162305.822500', '162306.282500', '162306.742500', '162307.202500', '162307.662500', '162308.122500', '162308.582500', '162309.042500', '162309.502500', '162309.962500', '162310.422500', '162310.882500', '162311.342500', '162311.802500', '162312.262500', '162312.722500', '162313.182500', '162313.642500', '162314.102500', '162314.562500', '162315.022500', '162315.482500', '162315.942500', '162316.402500', '162316.862500', '162317.322500', '162317.782500', '162318.242500', '162318.702500', '162319.162500', '162319.622500', '162320.082500', '162320.542500', '162321.002500', '162321.462500', '162321.922500', '162322.382500', '162322.842500', '162323.302500', '162323.762500', '162324.222500', '162324.682500', '162325.142500', '162325.602500', '162326.062500', '162326.522500', '162326.982500', '162327.442500', '162327.902500', '162328.362500', '162328.822500', '162329.282500', '162329.742500', '162330.202500', '162330.662500', '162331.122500', '162331.582500', '162332.042500', '162332.502500', '162332.962500', '162333.422500', '162333.882500', '162334.342500', '162334.802500', '162335.262500', '162335.722500', '162336.182500', '162336.642500', '162337.102500', '162337.562500', '162338.022500', '162338.482500', '162338.942500', '162339.402500', '162339.862500', '162340.322500', '162340.782500', '162341.242500', '162341.702500', '162342.162500', '162342.622500', '162343.082500', '162343.542500', '162344.002500', '162344.462500', '162344.922500', '162345.382500', '162345.842500', '162346.302500', '162346.762500', '162347.222500', '162347.682500', '162348.142500', '162348.602500', '162349.062500', '162349.522500', '162349.982500', '162350.442500', '162350.902500', '162351.362500', '162351.822500', '162352.282500', '162352.742500', '162353.202500', '162353.662500', '162354.122500', '162354.582500', '162355.042500', '162355.502500', '162355.962500', '162356.422500', '162356.882500', '162357.342500', '162357.802500', '162358.262500', '162358.722500', '162359.182500', '162359.642500', '162400.102500', '162400.562500', '162401.022500', '162401.482500', '162401.942500', '162402.402500', '162402.862500', '162403.322500', '162403.782500', '162404.242500', '162404.702500', '162405.162500', '162405.622500', '162406.082500', '162406.542500', '162407.002500', '162407.462500', '162407.922500', '162408.382500', '162408.842500', '162409.302500', '162409.762500', '162410.222500', '162410.682500', '162411.142500', '162411.602500', '162412.062500', '162412.522500', '162412.982500', '162413.442500', '162413.902500', '162414.362500', '162414.822500', '162415.282500', '162415.742500', '162416.202500', '162416.662500', '162417.122500', '162417.582500', '162418.042500', '162418.502500', '162418.962500', '162419.422500', '162419.882500', '162420.342500', '162420.802500', '162421.262500', '162421.722500', '162422.182500', '162422.642500', '162423.102500', '162423.562500', '162424.022500', '162424.482500', '162424.942500', '162425.402500', '162425.862500', '162426.322500', '162426.782500', '162427.242500', '162427.702500', '162428.162500', '162428.622500', '162429.082500', '162429.542500', '162430.002500', '162430.462500', '162430.922500', '162431.382500', '162431.842500', '162432.302500', '162432.762500', '162433.222500', '162433.682500', '162434.142500', '162434.602500', '162435.062500', '162435.522500', '162435.982500', '162436.442500', '162436.902500', '162437.362500', '162437.822500', '162438.282500', '162438.742500', '162439.202500', '162439.662500', '162440.122500', '162440.582500', '162441.042500', '162441.502500', '162441.962500', '162442.422500', '162442.882500', '162443.342500', '162443.802500', '162444.262500', '162444.722500', '162445.182500', '162445.642500', '162446.102500', '162446.562500', '162447.022500', '162447.482500', '162447.942500', '162448.402500', '162448.862500', '162449.322500', '162449.782500', '162450.242500', '162450.702500', '162451.162500', '162451.622500', '162452.082500', '162452.542500', '162453.002500', '162453.462500', '162453.922500', '162454.382500', '162454.842500', '162455.302500', '162455.762500', '162456.222500', '162456.682500', '162457.142500', '162457.602500', '162458.062500', '162458.522500', '162458.982500', '162459.442500', '162459.902500', '162500.362500', '162500.822500', '162501.282500', '162501.742500', '162502.202500', '162502.662500', '162503.122500', '162503.582500', '162504.042500', '162504.502500', '162504.962500', '162505.422500', '162505.882500', '162506.342500', '162506.802500', '162507.262500', '162507.722500', '162508.182500', '162508.642500', '162509.102500', '162509.562500', '162510.022500', '162510.482500', '162510.942500', '162511.402500', '162511.862500', '162512.322500', '162512.782500', '162513.242500', '162513.702500', '162514.162500', '162514.622500', '162515.082500', '162515.542500', '162516.002500', '162516.462500', '162516.922500', '162517.382500', '162517.842500', '162518.302500', '162518.762500', '162519.222500', '162519.682500', '162520.142500', '162520.602500', '162521.062500', '162521.522500', '162521.982500', '162522.442500', '162522.902500', '162523.362500', '162523.822500', '162524.282500', '162524.742500', '162525.202500', '162525.662500', '162526.122500', '162526.582500', '162527.042500', '162527.502500', '162527.962500', '162528.422500', '162528.882500', '162529.342500', '162529.802500', '162530.262500', '162530.722500', '162531.182500', '162531.642500', '162532.102500', '162532.562500', '162533.022500', '162533.482500', '162533.942500', '162534.402500', '162534.862500', '162535.322500', '162535.782500', '162536.242500', '162536.702500', '162537.162500', '162537.622500', '162538.082500', '162538.542500', '162539.002500', '162539.462500', '162539.922500', '162540.382500', '162540.842500', '162541.302500', '162541.762500', '162542.222500', '162542.682500', '162543.142500', '162543.602500', '162544.062500', '162544.522500', '162544.982500', '162545.442500', '162545.902500', '162546.362500', '162546.822500', '162547.282500', '162547.742500', '162548.202500', '162548.662500', '162549.122500', '162549.582500', '162550.042500', '162550.502500', '162550.962500', '162551.422500', '162551.882500', '162552.342500', '162552.802500', '162553.262500', '162553.722500', '162554.182500', '162554.642500', '162555.102500', '162555.562500', '162556.022500', '162556.482500', '162556.942500', '162557.402500', '162557.862500', '162558.322500', '162558.782500', '162559.242500', '162559.702500', '162600.162500', '162600.622500', '162601.082500', '162601.542500', '162602.002500', '162602.462500', '162602.922500', '162603.382500', '162603.842500', '162604.302500', '162604.762500', '162605.222500', '162605.682500', '162606.142500', '162606.602500', '162607.062500', '162607.522500', '162607.982500', '162608.442500', '162608.902500', '162609.362500', '162609.822500', '162610.282500', '162610.742500', '162611.202500', '162611.662500', '162612.122500', '162612.582500', '162613.042500', '162613.502500', '162613.962500', '162614.422500', '162614.882500', '162615.342500', '162615.802500', '162616.262500', '162616.722500', '162617.182500', '162617.642500', '162618.102500', '162618.562500', '162619.022500', '162619.482500', '162619.942500', '162620.402500', '162620.862500', '162621.322500', '162621.782500', '162622.242500', '162622.702500', '162623.162500', '162623.622500', '162624.082500', '162624.542500', '162625.002500', '162625.462500', '162625.922500', '162626.382500', '162626.842500', '162627.302500', '162627.762500', '162628.222500', '162628.682500', '162629.142500', '162629.602500', '162630.062500', '162630.522500', '162630.982500', '162631.442500', '162631.902500', '162632.362500', '162632.822500', '162633.282500', '162633.742500', '162634.202500', '162634.662500', '162635.122500', '162635.582500', '162636.042500', '162636.502500', '162636.962500', '162637.422500', '162637.882500', '162638.342500', '162638.802500', '162639.262500', '162639.722500', '162640.182500', '162640.642500', '162641.102500', '162641.562500', '162642.022500', '162642.482500', '162642.942500', '162643.402500', '162643.862500', '162644.322500', '162644.782500', '162645.242500', '162645.702500', '162646.162500', '162646.622500', '162647.082500', '162647.542500', '162648.002500', '162648.462500', '162648.922500', '162649.382500', '162649.842500', '162650.302500', '162650.762500', '162651.222500', '162651.682500', '162652.142500', '162652.602500', '162653.062500', '162653.522500', '162653.982500', '162654.442500', '162654.902500', '162655.362500', '162655.822500', '162656.282500', '162656.742500', '162657.202500', '162657.662500', '162658.122500', '162658.582500', '162659.042500', '162659.502500', '162659.962500', '162700.422500', '162700.882500', '162701.342500', '162701.802500', '162702.262500', '162702.722500', '162703.182500', '162703.642500', '162704.102500', '162704.562500', '162705.022500', '162705.482500', '162705.942500', '162706.402500', '162706.862500', '162707.322500', '162707.782500', '162708.242500', '162708.702500', '162709.162500', '162709.622500', '162710.082500', '162710.542500', '162711.002500', '162711.462500', '162711.922500', '162712.382500', '162712.842500', '162713.302500', '162713.762500', '162714.222500', '162714.682500', '162715.142500', '162715.602500', '162716.062500', '162716.522500', '162716.982500', '162717.442500', '162717.902500', '162718.362500', '162718.822500', '162719.282500', '162719.742500', '162720.202500', '162720.662500', '162721.122500', '162721.582500', '162722.042500', '162722.502500', '162722.962500', '162723.422500', '162723.882500', '162724.342500', '162724.802500', '162725.262500', '162725.722500', '162726.182500', '162726.642500', '162727.102500', '162727.562500', '162728.022500', '162728.482500', '162728.942500', '162729.402500', '162729.862500', '162730.322500', '162730.782500', '162731.242500', '162731.702500', '162732.162500', '162732.622500', '162733.082500', '162733.542500', '162734.002500', '162734.462500', '162734.922500', '162735.382500', '162735.842500', '162736.302500', '162736.762500', '162737.222500', '162737.682500', '162738.142500', '162738.602500', '162739.062500', '162739.522500', '162739.982500', '162740.442500', '162740.902500', '162741.362500', '162741.822500', '162742.282500', '162742.742500', '162743.202500', '162743.662500', '162744.122500', '162744.582500', '162745.042500', '162745.502500', '162745.962500', '162746.422500', '162746.882500', '162747.342500', '162747.802500', '162748.262500', '162748.722500', '162749.182500', '162749.642500', '162750.102500', '162750.562500', '162751.022500', '162751.482500', '162751.942500', '162752.402500', '162752.862500', '162753.322500', '162753.782500', '162754.242500', '162754.702500', '162755.162500', '162755.622500', '162756.082500', '162756.542500', '162757.002500', '162757.462500', '162757.922500', '162758.382500', '162758.842500', '162759.302500', '162759.762500', '162800.222500', '162800.682500', '162801.142500', '162801.602500', '162802.062500', '162802.522500', '162802.982500', '162803.442500', '162803.902500', '162804.362500', '162804.822500', '162805.282500', '162805.742500', '162806.202500', '162806.662500', '162807.122500', '162807.582500', '162808.042500', '162808.502500', '162808.962500', '162809.422500', '162809.882500', '162810.342500', '162810.802500', '162811.262500', '162811.722500', '162812.182500', '162812.642500', '162813.102500', '162813.562500', '162814.022500', '162814.482500', '162814.942500', '162815.402500', '162815.862500', '162816.322500', '162816.782500', '162817.242500', '162817.702500', '162818.162500', '162818.622500', '162819.082500', '162819.542500', '162820.002500', '162820.462500', '162820.922500', '162821.382500', '162821.842500', '162822.302500', '162822.762500', '162823.222500', '162823.682500', '162824.142500', '162824.602500', '162825.062500', '162825.522500', '162825.982500', '162826.442500', '162826.902500', '162827.362500', '162827.822500', '162828.282500', '162828.742500', '162829.202500', '162829.662500', '162830.122500', '162830.582500', '162831.042500', '162831.502500', '162831.962500', '162832.422500', '162832.882500', '162833.342500', '162833.802500', '162834.262500', '162834.722500', '162835.182500', '162835.642500', '162836.102500', '162836.562500', '162837.022500', '162837.482500', '162837.942500', '162838.402500', '162838.862500', '162839.322500', '162839.782500', '162840.242500', '162840.702500', '162841.162500', '162841.622500', '162842.082500', '162842.542500', '162843.002500', '162843.462500', '162843.922500', '162844.382500', '162844.842500', '162845.302500', '162845.762500', '162846.222500', '162846.682500', '162847.142500', '162847.602500', '162848.062500', '162848.522500', '162848.982500', '162849.442500', '162849.902500', '162850.362500', '162850.822500', '162851.282500', '162851.742500', '162852.202500', '162852.662500', '162853.122500', '162853.582500', '162854.042500', '162854.502500', '162854.962500', '162855.422500', '162855.882500', '162856.342500', '162856.802500', '162857.262500', '162857.722500', '162858.182500', '162858.642500', '162859.102500', '162859.562500', '162900.022500', '162900.482500', '162900.942500', '162901.402500', '162901.862500', '162902.322500', '162902.782500', '162903.242500', '162903.702500', '162904.162500', '162904.622500', '162905.082500', '162905.542500', '162906.002500', '162906.462500', '162906.922500', '162907.382500', '162907.842500', '162908.302500', '162908.762500', '162909.222500', '162909.682500', '162910.142500', '162910.602500', '162911.062500', '162911.522500', '162911.982500', '162912.442500', '162912.902500', '162913.362500', '162913.822500', '162914.282500', '162914.742500', '162915.202500', '162915.662500', '162916.122500', '162916.582500', '162917.042500', '162917.502500', '162917.962500', '162918.422500', '162918.882500', '162919.342500', '162919.802500', '162920.262500', '162920.722500', '162921.182500', '162921.642500', '162922.102500', '162922.562500', '162923.022500', '162923.482500', '162923.942500', '162924.402500', '162924.862500', '162925.322500', '162925.782500', '162926.242500', '162926.702500', '162927.162500', '162927.622500', '162928.082500', '162928.542500', '162929.002500', '162929.462500', '162929.922500', '162930.382500', '162930.842500', '162931.302500', '162931.762500', '162932.222500', '162932.682500', '162933.142500', '162933.602500', '162934.062500', '162934.522500', '162934.982500', '162935.442500', '162935.902500', '162936.362500', '162936.822500', '162937.282500', '162937.742500', '162938.202500', '162938.662500', '162939.122500', '162939.582500', '162940.042500', '162940.502500', '162940.962500', '162941.422500', '162941.882500', '162942.342500', '162942.802500', '162943.262500', '162943.722500', '162944.182500', '162944.642500', '162945.102500', '162945.562500', '162946.022500', '162946.482500', '162946.942500', '162947.402500', '162947.862500', '162948.322500', '162948.782500', '162949.242500', '162949.702500', '162950.162500', '162950.622500', '162951.082500', '162951.542500', '162952.002500', '162952.462500', '162952.922500', '162953.382500', '162953.842500', '162954.302500', '162954.762500', '162955.222500', '162955.682500', '162956.142500', '162956.602500', '162957.062500', '162957.522500', '162957.982500', '162958.442500', '162958.902500', '162959.362500', '162959.822500', '163000.282500', '163000.742500', '163001.202500', '163001.662500', '163002.122500', '163002.582500', '163003.042500', '163003.502500', '163003.962500', '163004.422500', '163004.882500', '163005.342500', '163005.802500', '163006.262500', '163006.722500', '163007.182500', '163007.642500', '163008.102500', '163008.562500', '163009.022500', '163009.482500', '163009.942500', '163010.402500', '163010.862500', '163011.322500', '163011.782500', '163012.242500', '163012.702500', '163013.162500', '163013.622500', '163014.082500', '163014.542500', '163015.002500', '163015.462500', '163015.922500', '163016.382500', '163016.842500', '163017.302500', '163017.762500', '163018.222500', '163018.682500', '163019.142500', '163019.602500', '163020.062500', '163020.522500', '163020.982500', '163021.442500', '163021.902500', '163022.362500', '163022.822500', '163023.282500', '163023.742500', '163024.202500', '163024.662500', '163025.122500', '163025.582500', '163026.042500', '163026.502500', '163026.962500', '163027.422500', '163027.882500', '163028.342500', '163028.802500', '163029.262500', '163029.722500', '163030.182500', '163030.642500', '163031.102500', '163031.562500', '163032.022500', '163032.482500', '163032.942500'], 'ContentTime': ['161825.314000', '161825.317000', '161825.320000', '161825.322000', '161825.325000', '161825.327000', '161825.330000', '161825.333000', '161825.335000', '161825.338000', '161825.340000', '161825.343000', '161825.345000', '161825.348000', '161825.350000', '161825.353000', '161825.355000', '161825.361000', '161825.364000', '161825.367000', '161825.369000', '161825.372000', '161825.374000', '161825.377000', '161825.379000', '161825.382000', '161825.384000', '161825.394000', '161825.397000', '161825.399000', '161825.402000', '161825.404000', '161825.407000', '161825.409000', '161825.412000', '161825.415000', '161825.417000', '161825.420000', '161825.422000', '161825.425000', '161825.427000', '161825.430000', '161825.433000', '161825.435000', '161825.438000', '161825.440000', '161825.443000', '161825.445000', '161825.448000', '161825.451000', '161825.453000', '161825.456000', '161825.458000', '161825.461000', '161825.463000', '161845.284000', '161845.286000', '161845.289000', '161845.291000', '161845.294000', '161845.297000', '161845.299000', '161845.302000', '161845.304000', '161845.307000', '161845.316000', '161845.319000', '161845.321000', '161845.324000', '161845.326000', '161845.329000', '161845.331000', '161845.334000', '161845.336000', '161845.339000', '161845.342000', '161845.344000', '161845.347000', '161845.349000', '161845.352000', '161845.355000', '161845.358000', '161845.361000', '161845.363000', '161845.366000', '161845.369000', '161845.371000', '161845.374000', '161845.376000', '161845.379000', '161845.381000', '161845.384000', '161845.386000', '161845.389000', '161845.392000', '161845.394000', '161845.397000', '161845.399000', '161905.283000', '161905.285000', '161905.295000', '161905.297000', '161905.300000', '161905.303000', '161905.305000', '161905.308000', '161905.311000', '161905.313000', '161905.316000', '161905.318000', '161905.321000', '161905.324000', '161905.326000', '161905.329000', '161905.331000', '161905.334000', '161905.337000', '161905.339000', '161905.342000', '161905.344000', '161905.347000', '161905.350000', '161905.352000', '161905.355000', '161905.357000', '161905.360000', '161905.363000', '161905.365000', '161905.368000', '161905.370000', '161905.373000', '161905.376000', '161905.378000', '161905.381000', '161905.383000', '161905.386000', '161905.388000', '161905.391000', '161905.393000', '161905.396000', '161905.399000', '161905.401000', '161925.282000', '161925.285000', '161925.288000', '161925.291000', '161925.293000', '161925.296000', '161925.298000', '161925.301000', '161925.304000', '161925.306000', '161925.309000', '161925.311000', '161925.314000', '161925.316000', '161925.319000', '161925.322000', '161925.324000', '161925.327000', '161925.329000', '161925.332000', '161925.335000', '161925.337000', '161925.340000', '161925.342000', '161925.345000', '161925.347000', '161925.350000', '161925.353000', '161925.355000', '161925.358000', '161925.361000', '161925.363000', '161925.366000', '161925.368000', '161925.371000', '161925.373000', '161925.376000', '161925.379000', '161925.381000', '161925.384000', '161925.386000', '161925.389000', '161925.391000', '161945.283000', '161945.286000', '161945.288000', '161945.291000', '161945.293000', '161945.296000', '161945.298000', '161945.301000', '161945.303000', '161945.306000', '161945.309000', '161945.311000', '161945.314000', '161945.316000', '161945.319000', '161945.321000', '161945.324000', '161945.327000', '161945.329000', '161945.332000', '161945.334000', '161945.337000', '161945.339000', '161945.342000', '161945.344000', '161945.347000', '161945.350000', '161945.352000', '161945.355000', '161945.357000', '161945.360000', '161945.362000', '161945.365000', '161945.367000', '161945.370000', '161945.373000', '161945.375000', '161945.378000', '161945.380000', '161945.383000', '161945.385000', '161945.388000', '161945.390000', '161945.393000', '162005.283000', '162005.286000', '162005.289000', '162005.292000', '162005.294000', '162005.297000', '162005.299000', '162005.302000', '162005.305000', '162005.307000', '162005.310000', '162005.312000', '162005.315000', '162005.318000', '162005.320000', '162005.323000', '162005.326000', '162005.328000', '162005.331000', '162005.333000', '162005.336000', '162005.339000', '162005.348000', '162005.351000', '162005.353000', '162005.370000', '162005.372000', '162005.375000', '162005.377000', '162005.380000', '162005.382000', '162005.385000', '162005.388000', '162005.390000', '162005.393000', '162005.395000', '162005.398000', '162005.400000', '162005.403000', '162005.406000', '162005.408000', '162005.411000', '162005.414000', '162025.283000', '162025.286000', '162025.289000', '162025.292000', '162025.294000', '162025.297000', '162025.300000', '162025.302000', '162025.305000', '162025.307000', '162025.310000', '162025.313000', '162025.315000', '162025.318000', '162025.320000', '162025.323000', '162025.325000', '162025.328000', '162025.331000', '162025.333000', '162025.336000', '162025.338000', '162025.341000', '162025.343000', '162025.346000', '162025.349000', '162025.351000', '162025.354000', '162025.357000', '162025.359000', '162025.362000', '162025.364000', '162025.367000', '162025.369000', '162025.372000', '162025.375000', '162025.377000', '162025.380000', '162025.383000', '162025.385000', '162025.388000', '162025.390000', '162025.393000', '162025.395000', '162045.283000', '162045.286000', '162045.289000', '162045.291000', '162045.294000', '162045.297000', '162045.299000', '162045.302000', '162045.304000', '162045.307000', '162045.310000', '162045.312000', '162045.315000', '162045.317000', '162045.320000', '162045.322000', '162045.325000', '162045.328000', '162045.330000', '162045.333000', '162045.335000', '162045.338000', '162045.340000', '162045.343000', '162045.346000', '162045.348000', '162045.351000', '162045.353000', '162045.356000', '162045.359000', '162045.361000', '162045.364000', '162045.366000', '162045.369000', '162045.371000', '162045.374000', '162045.376000', '162045.379000', '162045.382000', '162045.384000', '162045.387000', '162045.389000', '162045.392000', '162105.283000', '162105.286000', '162105.289000', '162105.291000', '162105.294000', '162105.297000', '162105.299000', '162105.302000', '162105.305000', '162105.307000', '162105.310000', '162105.313000', '162105.315000', '162105.318000', '162105.320000', '162105.323000', '162105.325000', '162105.328000', '162105.331000', '162105.333000', '162105.336000', '162105.339000', '162105.342000', '162105.344000', '162105.347000', '162105.350000', '162105.352000', '162105.355000', '162105.357000', '162105.360000', '162105.363000', '162105.365000', '162105.368000', '162105.370000', '162105.373000', '162105.376000', '162105.378000', '162105.381000', '162105.383000', '162105.386000', '162105.389000', '162105.391000', '162105.394000', '162105.396000', '162125.282000', '162125.285000', '162125.288000', '162125.291000', '162125.293000', '162125.296000', '162125.298000', '162125.301000', '162125.304000', '162125.306000', '162125.318000', '162125.321000', '162125.323000', '162125.326000', '162125.328000', '162125.331000', '162125.334000', '162125.336000', '162125.339000', '162125.341000', '162125.344000', '162125.347000', '162125.349000', '162125.352000', '162125.354000', '162125.357000', '162125.360000', '162125.362000', '162125.365000', '162125.367000', '162125.370000', '162125.372000', '162125.375000', '162125.378000', '162125.380000', '162125.383000', '162125.385000', '162125.388000', '162125.391000', '162125.393000', '162125.396000', '162125.398000', '162125.401000', '162145.282000', '162145.285000', '162145.288000', '162145.291000', '162145.293000', '162145.296000', '162145.298000', '162145.327000', '162145.330000', '162145.332000', '162145.335000', '162145.337000', '162145.340000', '162145.343000', '162145.345000', '162145.348000', '162145.351000', '162145.353000', '162145.356000', '162145.358000', '162145.361000', '162145.363000', '162145.366000', '162145.369000', '162145.371000', '162145.374000', '162145.376000', '162145.379000', '162145.382000', '162145.384000', '162145.387000', '162145.389000', '162145.392000', '162145.394000', '162145.397000', '162145.400000', '162145.402000', '162145.405000', '162145.408000', '162145.410000', '162145.413000', '162145.415000', '162145.418000', '162145.420000', '162205.282000', '162205.285000', '162205.288000', '162205.291000', '162205.293000', '162205.296000', '162205.298000', '162205.301000', '162205.304000', '162205.306000', '162205.309000', '162205.312000', '162205.314000', '162205.317000', '162205.319000', '162205.322000', '162205.325000', '162205.327000', '162205.330000', '162205.332000', '162205.335000', '162205.338000', '162205.340000', '162205.343000', '162205.345000', '162205.348000', '162205.351000', '162205.354000', '162205.356000', '162205.359000', '162205.362000', '162205.364000', '162205.367000', '162205.369000', '162205.372000', '162205.375000', '162205.377000', '162205.380000', '162205.382000', '162205.385000', '162205.387000', '162205.390000', '162205.393000', '162225.284000', '162225.286000', '162225.289000', '162225.292000', '162225.294000', '162225.297000', '162225.299000', '162225.302000', '162225.305000', '162225.307000', '162225.310000', '162225.312000', '162225.315000', '162225.317000', '162225.320000', '162225.323000', '162225.325000', '162225.328000', '162225.330000', '162225.333000', '162225.335000', '162225.338000', '162225.341000', '162225.343000', '162225.346000', '162225.348000', '162225.351000', '162225.353000', '162225.356000', '162225.359000', '162225.361000', '162225.364000', '162225.366000', '162225.369000', '162225.371000', '162225.374000', '162225.377000', '162225.379000', '162225.382000', '162225.384000', '162225.387000', '162225.390000', '162225.392000', '162225.395000', '162245.283000', '162245.286000', '162245.289000', '162245.292000', '162245.294000', '162245.297000', '162245.300000', '162245.302000', '162245.305000', '162245.307000', '162245.310000', '162245.312000', '162245.315000', '162245.317000', '162245.320000', '162245.323000', '162245.325000', '162245.328000', '162245.331000', '162245.333000', '162245.336000', '162245.338000', '162245.341000', '162245.343000', '162245.346000', '162245.349000', '162245.351000', '162245.354000', '162245.357000', '162245.359000', '162245.362000', '162245.364000', '162245.367000', '162245.369000', '162245.372000', '162245.375000', '162245.377000', '162245.380000', '162245.382000', '162245.385000', '162245.387000', '162245.390000', '162245.393000', '162305.284000', '162305.286000', '162305.289000', '162305.292000', '162305.294000', '162305.297000', '162305.299000', '162305.302000', '162305.305000', '162305.307000', '162305.310000', '162305.313000', '162305.316000', '162305.319000', '162305.321000', '162305.324000', '162305.326000', '162305.329000', '162305.332000', '162305.334000', '162305.337000', '162305.340000', '162305.342000', '162305.345000', '162305.347000', '162305.350000', '162305.352000', '162305.355000', '162305.358000', '162305.360000', '162305.363000', '162305.366000', '162305.381000', '162305.384000', '162305.387000', '162305.389000', '162305.392000', '162305.394000', '162305.397000', '162305.399000', '162305.402000', '162305.405000', '162305.407000', '162305.410000', '162325.284000', '162325.286000', '162325.289000', '162325.292000', '162325.294000', '162325.297000', '162325.299000', '162325.302000', '162325.305000', '162325.307000', '162325.310000', '162325.312000', '162325.315000', '162325.317000', '162325.320000', '162325.323000', '162325.325000', '162325.328000', '162325.330000', '162325.333000', '162325.336000', '162325.338000', '162325.341000', '162325.343000', '162325.346000', '162325.348000', '162325.351000', '162325.354000', '162325.356000', '162325.359000', '162325.361000', '162325.364000', '162325.366000', '162325.369000', '162325.372000', '162325.374000', '162325.377000', '162325.379000', '162325.393000', '162325.395000', '162325.398000', '162325.400000', '162325.403000', '162345.282000', '162345.285000', '162345.288000', '162345.291000', '162345.294000', '162345.297000', '162345.299000', '162345.302000', '162345.305000', '162345.307000', '162345.310000', '162345.313000', '162345.315000', '162345.318000', '162345.320000', '162345.323000', '162345.325000', '162345.328000', '162345.331000', '162345.333000', '162345.336000', '162345.338000', '162345.341000', '162345.344000', '162345.348000', '162345.351000', '162345.353000', '162345.356000', '162345.358000', '162345.361000', '162345.364000', '162345.366000', '162345.369000', '162345.371000', '162345.374000', '162345.377000', '162345.379000', '162345.382000', '162345.384000', '162345.387000', '162345.389000', '162345.392000', '162345.395000', '162405.283000', '162405.286000', '162405.288000', '162405.291000', '162405.293000', '162405.296000', '162405.299000', '162405.301000', '162405.304000', '162405.306000', '162405.309000', '162405.311000', '162405.314000', '162405.316000', '162405.319000', '162405.322000', '162405.324000', '162405.327000', '162405.329000', '162405.332000', '162405.334000', '162405.337000', '162405.340000', '162405.342000', '162405.345000', '162405.347000', '162405.350000', '162405.352000', '162405.355000', '162405.358000', '162405.360000', '162405.363000', '162405.365000', '162405.368000', '162405.371000', '162405.373000', '162405.376000', '162405.378000', '162405.381000', '162405.384000', '162405.387000', '162405.389000', '162405.392000', '162405.394000', '162425.282000', '162425.285000', '162425.288000', '162425.291000', '162425.293000', '162425.296000', '162425.299000', '162425.301000', '162425.304000', '162425.307000', '162425.309000', '162425.312000', '162425.315000', '162425.317000', '162425.320000', '162425.322000', '162425.325000', '162425.328000', '162425.330000', '162425.333000', '162425.335000', '162425.338000', '162425.340000', '162425.343000', '162425.346000', '162425.348000', '162425.352000', '162425.354000', '162425.357000', '162425.360000', '162425.362000', '162425.365000', '162425.367000', '162425.370000', '162425.373000', '162425.375000', '162425.378000', '162425.380000', '162425.383000', '162425.385000', '162425.388000', '162425.391000', '162425.393000', '162445.286000', '162445.288000', '162445.291000', '162445.294000', '162445.296000', '162445.299000', '162445.301000', '162445.304000', '162445.306000', '162445.309000', '162445.312000', '162445.314000', '162445.317000', '162445.319000', '162445.322000', '162445.325000', '162445.327000', '162445.330000', '162445.332000', '162445.335000', '162445.337000', '162445.340000', '162445.343000', '162445.345000', '162445.348000', '162445.350000', '162445.353000', '162445.356000', '162445.358000', '162445.361000', '162445.363000', '162445.366000', '162445.368000', '162445.371000', '162445.374000', '162445.376000', '162445.379000', '162445.381000', '162445.384000', '162445.386000', '162445.389000', '162445.392000', '162445.394000', '162445.397000', '162505.284000', '162505.286000', '162505.289000', '162505.292000', '162505.294000', '162505.297000', '162505.299000', '162505.302000', '162505.305000', '162505.307000', '162505.310000', '162505.312000', '162505.315000', '162505.318000', '162505.320000', '162505.323000', '162505.325000', '162505.328000', '162505.330000', '162505.333000', '162505.336000', '162505.338000', '162505.341000', '162505.344000', '162505.346000', '162505.349000', '162505.352000', '162505.354000', '162505.357000', '162505.359000', '162505.362000', '162505.365000', '162505.367000', '162505.370000', '162505.372000', '162505.375000', '162505.377000', '162505.380000', '162505.383000', '162505.385000', '162505.388000', '162505.390000', '162505.393000', '162525.284000', '162525.287000', '162525.289000', '162525.292000', '162525.294000', '162525.297000', '162525.300000', '162525.302000', '162525.305000', '162525.307000', '162525.310000', '162525.313000', '162525.315000', '162525.318000', '162525.320000', '162525.323000', '162525.326000', '162525.328000', '162525.331000', '162525.333000', '162525.336000', '162525.338000', '162525.341000', '162525.344000', '162525.346000', '162525.349000', '162525.352000', '162525.354000', '162525.357000', '162525.359000', '162525.362000', '162525.364000', '162525.367000', '162525.370000', '162525.372000', '162525.375000', '162525.377000', '162525.380000', '162525.382000', '162525.385000', '162525.388000', '162525.390000', '162525.393000', '162525.395000', '162545.284000', '162545.286000', '162545.289000', '162545.291000', '162545.294000', '162545.297000', '162545.299000', '162545.302000', '162545.304000', '162545.307000', '162545.310000', '162545.312000', '162545.315000', '162545.317000', '162545.320000', '162545.322000', '162545.325000', '162545.328000', '162545.330000', '162545.333000', '162545.335000', '162545.338000', '162545.340000', '162545.343000', '162545.345000', '162545.348000', '162545.351000', '162545.353000', '162545.356000', '162545.358000', '162545.361000', '162545.364000', '162545.366000', '162545.369000', '162545.371000', '162545.374000', '162545.377000', '162545.379000', '162545.382000', '162545.400000', '162545.403000', '162545.405000', '162545.408000', '162605.282000', '162605.285000', '162605.288000', '162605.291000', '162605.293000', '162605.296000', '162605.299000', '162605.301000', '162605.304000', '162605.307000', '162605.309000', '162605.312000', '162605.314000', '162605.317000', '162605.320000', '162605.322000', '162605.325000', '162605.327000', '162605.330000', '162605.333000', '162605.335000', '162605.338000', '162605.340000', '162605.343000', '162605.345000', '162605.348000', '162605.351000', '162605.353000', '162605.356000', '162605.359000', '162605.361000', '162605.364000', '162605.366000', '162605.369000', '162605.371000', '162605.374000', '162605.377000', '162605.379000', '162605.382000', '162605.384000', '162605.387000', '162605.390000', '162605.392000', '162605.395000', '162625.283000', '162625.285000', '162625.288000', '162625.291000', '162625.293000', '162625.296000', '162625.298000', '162625.301000', '162625.304000', '162625.306000', '162625.309000', '162625.311000', '162625.314000', '162625.317000', '162625.319000', '162625.322000', '162625.324000', '162625.327000', '162625.329000', '162625.332000', '162625.335000', '162625.337000', '162625.340000', '162625.342000', '162625.345000', '162625.348000', '162625.350000', '162625.353000', '162625.355000', '162625.358000', '162625.360000', '162625.363000', '162625.366000', '162625.368000', '162625.371000', '162625.373000', '162625.376000', '162625.378000', '162625.381000', '162625.384000', '162625.386000', '162625.389000', '162625.391000', '162645.283000', '162645.286000', '162645.288000', '162645.291000', '162645.293000', '162645.296000', '162645.299000', '162645.301000', '162645.304000', '162645.307000', '162645.309000', '162645.312000', '162645.314000', '162645.317000', '162645.319000', '162645.322000', '162645.325000', '162645.327000', '162645.330000', '162645.333000', '162645.335000', '162645.338000', '162645.340000', '162645.343000', '162645.346000', '162645.348000', '162645.351000', '162645.353000', '162645.356000', '162645.359000', '162645.361000', '162645.364000', '162645.366000', '162645.369000', '162645.371000', '162645.374000', '162645.377000', '162645.379000', '162645.382000', '162645.384000', '162645.387000', '162645.389000', '162645.392000', '162645.395000', '162705.284000', '162705.286000', '162705.289000', '162705.292000', '162705.294000', '162705.297000', '162705.299000', '162705.302000', '162705.305000', '162705.307000', '162705.310000', '162705.312000', '162705.315000', '162705.318000', '162705.320000', '162705.323000', '162705.325000', '162705.328000', '162705.330000', '162705.333000', '162705.336000', '162705.346000', '162705.349000', '162705.352000', '162705.354000', '162705.357000', '162705.359000', '162705.362000', '162705.365000', '162705.367000', '162705.370000', '162705.372000', '162705.375000', '162705.378000', '162705.380000', '162705.383000', '162705.385000', '162705.388000', '162705.391000', '162705.393000', '162705.396000', '162705.399000', '162705.401000', '162725.284000', '162725.286000', '162725.289000', '162725.292000', '162725.294000', '162725.297000', '162725.300000', '162725.302000', '162725.305000', '162725.307000', '162725.310000', '162725.313000', '162725.315000', '162725.318000', '162725.321000', '162725.324000', '162725.326000', '162725.329000', '162725.331000', '162725.334000', '162725.336000', '162725.339000', '162725.342000', '162725.344000', '162725.347000', '162725.349000', '162725.352000', '162725.354000', '162725.357000', '162725.360000', '162725.362000', '162725.365000', '162725.368000', '162725.370000', '162725.373000', '162725.375000', '162725.378000', '162725.381000', '162725.383000', '162725.386000', '162725.388000', '162725.391000', '162725.394000', '162725.396000', '162745.283000', '162745.286000', '162745.289000', '162745.292000', '162745.294000', '162745.297000', '162745.300000', '162745.302000', '162745.305000', '162745.307000', '162745.310000', '162745.313000', '162745.315000', '162745.318000', '162745.320000', '162745.323000', '162745.325000', '162745.328000', '162745.330000', '162745.333000', '162745.336000', '162745.338000', '162745.341000', '162745.343000', '162745.346000', '162745.349000', '162745.351000', '162745.354000', '162745.357000', '162745.359000', '162745.362000', '162745.364000', '162745.367000', '162745.369000', '162745.372000', '162745.375000', '162745.377000', '162745.380000', '162745.382000', '162745.385000', '162745.387000', '162745.390000', '162745.393000', '162805.284000', '162805.287000', '162805.289000', '162805.292000', '162805.295000', '162805.297000', '162805.300000', '162805.303000', '162805.305000', '162805.308000', '162805.310000', '162805.313000', '162805.316000', '162805.318000', '162805.321000', '162805.324000', '162805.326000', '162805.329000', '162805.331000', '162805.334000', '162805.337000', '162805.339000', '162805.342000', '162805.344000', '162805.347000', '162805.349000', '162805.352000', '162805.355000', '162805.357000', '162805.360000', '162805.362000', '162805.365000', '162805.367000', '162805.370000', '162805.373000', '162805.375000', '162805.378000', '162805.380000', '162805.383000', '162805.386000', '162805.388000', '162805.391000', '162805.393000', '162805.396000', '162825.283000', '162825.285000', '162825.288000', '162825.291000', '162825.306000', '162825.308000', '162825.311000', '162825.313000', '162825.316000', '162825.318000', '162825.321000', '162825.324000', '162825.326000', '162825.329000', '162825.331000', '162825.334000', '162825.337000', '162825.339000', '162825.342000', '162825.345000', '162825.347000', '162825.350000', '162825.352000', '162825.355000', '162825.357000', '162825.360000', '162825.363000', '162825.365000', '162825.368000', '162825.370000', '162825.373000', '162825.376000', '162825.378000', '162825.381000', '162825.384000', '162825.386000', '162825.389000', '162825.391000', '162825.394000', '162825.397000', '162825.399000', '162825.402000', '162825.404000', '162845.282000', '162845.285000', '162845.288000', '162845.291000', '162845.293000', '162845.296000', '162845.298000', '162845.301000', '162845.304000', '162845.306000', '162845.309000', '162845.311000', '162845.314000', '162845.317000', '162845.319000', '162845.322000', '162845.324000', '162845.327000', '162845.330000', '162845.332000', '162845.335000', '162845.337000', '162845.340000', '162845.342000', '162845.345000', '162845.348000', '162845.350000', '162845.353000', '162845.356000', '162845.358000', '162845.361000', '162845.363000', '162845.366000', '162845.369000', '162845.371000', '162845.374000', '162845.376000', '162845.379000', '162845.381000', '162845.384000', '162845.387000', '162845.389000', '162845.392000', '162845.394000', '162905.283000', '162905.286000', '162905.288000', '162905.291000', '162905.294000', '162905.296000', '162905.299000', '162905.301000', '162905.307000', '162905.310000', '162905.312000', '162905.315000', '162905.317000', '162905.320000', '162905.323000', '162905.325000', '162905.328000', '162905.330000', '162905.333000', '162905.336000', '162905.338000', '162905.341000', '162905.343000', '162905.346000', '162905.348000', '162905.351000', '162905.354000', '162905.356000', '162905.359000', '162905.361000', '162905.364000', '162905.366000', '162905.369000', '162905.372000', '162905.374000', '162905.377000', '162905.379000', '162905.382000', '162905.385000', '162905.387000', '162905.390000', '162905.392000', '162905.395000', '162925.285000', '162925.287000', '162925.290000', '162925.293000', '162925.295000', '162925.298000', '162925.300000', '162925.303000', '162925.306000', '162925.308000', '162925.311000', '162925.313000', '162925.316000', '162925.319000', '162925.321000', '162925.324000', '162925.327000', '162925.329000', '162925.332000', '162925.334000', '162925.337000', '162925.340000', '162925.342000', '162925.345000', '162925.347000', '162925.350000', '162925.353000', '162925.355000', '162925.358000', '162925.360000', '162925.363000', '162925.365000', '162925.368000', '162925.371000', '162925.373000', '162925.376000', '162925.378000', '162925.381000', '162925.383000', '162925.386000', '162925.389000', '162925.391000', '162925.394000', '162925.396000', '162945.284000', '162945.287000', '162945.289000', '162945.292000', '162945.294000', '162945.297000', '162945.300000', '162945.302000', '162945.305000', '162945.308000', '162945.310000', '162945.313000', '162945.315000', '162945.318000', '162945.320000', '162945.323000', '162945.326000', '162945.328000', '162945.331000', '162945.333000', '162945.336000', '162945.338000', '162945.341000', '162945.344000', '162945.346000', '162945.349000', '162945.351000', '162945.354000', '162945.357000', '162945.359000', '162945.362000', '162945.364000', '162945.367000', '162945.369000', '162945.372000', '162945.375000', '162945.377000', '162945.380000', '162945.382000', '162945.385000', '162945.388000', '162945.390000', '162945.393000', '163005.284000', '163005.286000', '163005.289000', '163005.292000', '163005.294000', '163005.297000', '163005.299000', '163005.302000', '163005.305000', '163005.307000', '163005.310000', '163005.312000', '163005.315000', '163005.317000', '163005.320000', '163005.323000', '163005.325000', '163005.328000', '163005.330000', '163005.333000', '163005.335000', '163005.338000', '163005.341000', '163005.343000', '163005.346000', '163005.349000', '163005.351000', '163005.354000', '163005.356000', '163005.359000', '163005.362000', '163005.364000', '163005.367000', '163005.369000', '163005.372000', '163005.374000', '163005.377000', '163005.380000', '163005.382000', '163005.385000', '163005.387000', '163005.390000', '163005.392000', '163005.395000', '163025.284000', '163025.287000', '163025.289000', '163025.292000', '163025.295000', '163025.297000', '163025.300000', '163025.302000', '163025.305000', '163025.308000', '163025.310000', '163025.313000', '163025.315000', '163025.318000', '163025.321000', '163025.324000', '163025.326000', '163025.329000', '163025.331000', '163025.334000', '163025.336000', '163025.339000', '163025.342000', '163025.344000', '163025.347000', '163025.349000', '163025.352000', '163025.354000', '163025.357000', '163025.360000', '163025.362000', '163025.365000', '163025.367000', '163025.370000', '163025.373000', '163025.375000', '163025.378000', '163025.380000', '163025.383000', '163025.385000', '163025.388000', '163025.391000', '163025.393000', '163034.240000', '163034.242000', '163034.245000', '163034.248000', '163034.250000', '163034.253000', '163034.256000', '163034.258000', '163034.261000', '163034.263000', '163034.266000', '163034.269000', '163034.271000', '163034.274000', '163034.276000', '163034.279000', '163034.282000', '163034.284000', '163034.287000', '163034.289000'], 'InstanceCreationTime': ['161825.314000', '161825.317000', '161825.320000', '161825.322000', '161825.325000', '161825.327000', '161825.330000', '161825.333000', '161825.335000', '161825.338000', '161825.340000', '161825.343000', '161825.345000', '161825.348000', '161825.350000', '161825.353000', '161825.355000', '161825.361000', '161825.364000', '161825.367000', '161825.369000', '161825.372000', '161825.374000', '161825.377000', '161825.379000', '161825.382000', '161825.384000', '161825.394000', '161825.397000', '161825.399000', '161825.402000', '161825.404000', '161825.407000', '161825.409000', '161825.412000', '161825.415000', '161825.417000', '161825.420000', '161825.422000', '161825.425000', '161825.427000', '161825.430000', '161825.433000', '161825.435000', '161825.438000', '161825.440000', '161825.443000', '161825.445000', '161825.448000', '161825.451000', '161825.453000', '161825.456000', '161825.458000', '161825.461000', '161825.463000', '161845.284000', '161845.286000', '161845.289000', '161845.291000', '161845.294000', '161845.297000', '161845.299000', '161845.302000', '161845.304000', '161845.307000', '161845.316000', '161845.319000', '161845.321000', '161845.324000', '161845.326000', '161845.329000', '161845.331000', '161845.334000', '161845.336000', '161845.339000', '161845.342000', '161845.344000', '161845.347000', '161845.349000', '161845.352000', '161845.355000', '161845.358000', '161845.361000', '161845.363000', '161845.366000', '161845.369000', '161845.371000', '161845.374000', '161845.376000', '161845.379000', '161845.381000', '161845.384000', '161845.386000', '161845.389000', '161845.392000', '161845.394000', '161845.397000', '161845.399000', '161905.283000', '161905.285000', '161905.295000', '161905.297000', '161905.300000', '161905.303000', '161905.305000', '161905.308000', '161905.311000', '161905.313000', '161905.316000', '161905.318000', '161905.321000', '161905.324000', '161905.326000', '161905.329000', '161905.331000', '161905.334000', '161905.337000', '161905.339000', '161905.342000', '161905.344000', '161905.347000', '161905.350000', '161905.352000', '161905.355000', '161905.357000', '161905.360000', '161905.363000', '161905.365000', '161905.368000', '161905.370000', '161905.373000', '161905.376000', '161905.378000', '161905.381000', '161905.383000', '161905.386000', '161905.388000', '161905.391000', '161905.393000', '161905.396000', '161905.399000', '161905.401000', '161925.282000', '161925.285000', '161925.288000', '161925.291000', '161925.293000', '161925.296000', '161925.298000', '161925.301000', '161925.304000', '161925.306000', '161925.309000', '161925.311000', '161925.314000', '161925.316000', '161925.319000', '161925.322000', '161925.324000', '161925.327000', '161925.329000', '161925.332000', '161925.335000', '161925.337000', '161925.340000', '161925.342000', '161925.345000', '161925.347000', '161925.350000', '161925.353000', '161925.355000', '161925.358000', '161925.361000', '161925.363000', '161925.366000', '161925.368000', '161925.371000', '161925.373000', '161925.376000', '161925.379000', '161925.381000', '161925.384000', '161925.386000', '161925.389000', '161925.391000', '161945.283000', '161945.286000', '161945.288000', '161945.291000', '161945.293000', '161945.296000', '161945.298000', '161945.301000', '161945.303000', '161945.306000', '161945.309000', '161945.311000', '161945.314000', '161945.316000', '161945.319000', '161945.321000', '161945.324000', '161945.327000', '161945.329000', '161945.332000', '161945.334000', '161945.337000', '161945.339000', '161945.342000', '161945.344000', '161945.347000', '161945.350000', '161945.352000', '161945.355000', '161945.357000', '161945.360000', '161945.362000', '161945.365000', '161945.367000', '161945.370000', '161945.373000', '161945.375000', '161945.378000', '161945.380000', '161945.383000', '161945.385000', '161945.388000', '161945.390000', '161945.393000', '162005.283000', '162005.286000', '162005.289000', '162005.292000', '162005.294000', '162005.297000', '162005.299000', '162005.302000', '162005.305000', '162005.307000', '162005.310000', '162005.312000', '162005.315000', '162005.318000', '162005.320000', '162005.323000', '162005.326000', '162005.328000', '162005.331000', '162005.333000', '162005.336000', '162005.339000', '162005.348000', '162005.351000', '162005.353000', '162005.370000', '162005.372000', '162005.375000', '162005.377000', '162005.380000', '162005.382000', '162005.385000', '162005.388000', '162005.390000', '162005.393000', '162005.395000', '162005.398000', '162005.400000', '162005.403000', '162005.406000', '162005.408000', '162005.411000', '162005.414000', '162025.283000', '162025.286000', '162025.289000', '162025.292000', '162025.294000', '162025.297000', '162025.300000', '162025.302000', '162025.305000', '162025.307000', '162025.310000', '162025.313000', '162025.315000', '162025.318000', '162025.320000', '162025.323000', '162025.325000', '162025.328000', '162025.331000', '162025.333000', '162025.336000', '162025.338000', '162025.341000', '162025.343000', '162025.346000', '162025.349000', '162025.351000', '162025.354000', '162025.357000', '162025.359000', '162025.362000', '162025.364000', '162025.367000', '162025.369000', '162025.372000', '162025.375000', '162025.377000', '162025.380000', '162025.383000', '162025.385000', '162025.388000', '162025.390000', '162025.393000', '162025.395000', '162045.283000', '162045.286000', '162045.289000', '162045.291000', '162045.294000', '162045.297000', '162045.299000', '162045.302000', '162045.304000', '162045.307000', '162045.310000', '162045.312000', '162045.315000', '162045.317000', '162045.320000', '162045.322000', '162045.325000', '162045.328000', '162045.330000', '162045.333000', '162045.335000', '162045.338000', '162045.340000', '162045.343000', '162045.346000', '162045.348000', '162045.351000', '162045.353000', '162045.356000', '162045.359000', '162045.361000', '162045.364000', '162045.366000', '162045.369000', '162045.371000', '162045.374000', '162045.376000', '162045.379000', '162045.382000', '162045.384000', '162045.387000', '162045.389000', '162045.392000', '162105.283000', '162105.286000', '162105.289000', '162105.291000', '162105.294000', '162105.297000', '162105.299000', '162105.302000', '162105.305000', '162105.307000', '162105.310000', '162105.313000', '162105.315000', '162105.318000', '162105.320000', '162105.323000', '162105.325000', '162105.328000', '162105.331000', '162105.333000', '162105.336000', '162105.339000', '162105.342000', '162105.344000', '162105.347000', '162105.350000', '162105.352000', '162105.355000', '162105.357000', '162105.360000', '162105.363000', '162105.365000', '162105.368000', '162105.370000', '162105.373000', '162105.376000', '162105.378000', '162105.381000', '162105.383000', '162105.386000', '162105.389000', '162105.391000', '162105.394000', '162105.396000', '162125.282000', '162125.285000', '162125.288000', '162125.291000', '162125.293000', '162125.296000', '162125.298000', '162125.301000', '162125.304000', '162125.306000', '162125.318000', '162125.321000', '162125.323000', '162125.326000', '162125.328000', '162125.331000', '162125.334000', '162125.336000', '162125.339000', '162125.341000', '162125.344000', '162125.347000', '162125.349000', '162125.352000', '162125.354000', '162125.357000', '162125.360000', '162125.362000', '162125.365000', '162125.367000', '162125.370000', '162125.372000', '162125.375000', '162125.378000', '162125.380000', '162125.383000', '162125.385000', '162125.388000', '162125.391000', '162125.393000', '162125.396000', '162125.398000', '162125.401000', '162145.282000', '162145.285000', '162145.288000', '162145.291000', '162145.293000', '162145.296000', '162145.298000', '162145.327000', '162145.330000', '162145.332000', '162145.335000', '162145.337000', '162145.340000', '162145.343000', '162145.345000', '162145.348000', '162145.351000', '162145.353000', '162145.356000', '162145.358000', '162145.361000', '162145.363000', '162145.366000', '162145.369000', '162145.371000', '162145.374000', '162145.376000', '162145.379000', '162145.382000', '162145.384000', '162145.387000', '162145.389000', '162145.392000', '162145.394000', '162145.397000', '162145.400000', '162145.402000', '162145.405000', '162145.408000', '162145.410000', '162145.413000', '162145.415000', '162145.418000', '162145.420000', '162205.282000', '162205.285000', '162205.288000', '162205.291000', '162205.293000', '162205.296000', '162205.298000', '162205.301000', '162205.304000', '162205.306000', '162205.309000', '162205.312000', '162205.314000', '162205.317000', '162205.319000', '162205.322000', '162205.325000', '162205.327000', '162205.330000', '162205.332000', '162205.335000', '162205.338000', '162205.340000', '162205.343000', '162205.345000', '162205.348000', '162205.351000', '162205.354000', '162205.356000', '162205.359000', '162205.362000', '162205.364000', '162205.367000', '162205.369000', '162205.372000', '162205.375000', '162205.377000', '162205.380000', '162205.382000', '162205.385000', '162205.387000', '162205.390000', '162205.393000', '162225.284000', '162225.286000', '162225.289000', '162225.292000', '162225.294000', '162225.297000', '162225.299000', '162225.302000', '162225.305000', '162225.307000', '162225.310000', '162225.312000', '162225.315000', '162225.317000', '162225.320000', '162225.323000', '162225.325000', '162225.328000', '162225.330000', '162225.333000', '162225.335000', '162225.338000', '162225.341000', '162225.343000', '162225.346000', '162225.348000', '162225.351000', '162225.353000', '162225.356000', '162225.359000', '162225.361000', '162225.364000', '162225.366000', '162225.369000', '162225.371000', '162225.374000', '162225.377000', '162225.379000', '162225.382000', '162225.384000', '162225.387000', '162225.390000', '162225.392000', '162225.395000', '162245.283000', '162245.286000', '162245.289000', '162245.292000', '162245.294000', '162245.297000', '162245.300000', '162245.302000', '162245.305000', '162245.307000', '162245.310000', '162245.312000', '162245.315000', '162245.317000', '162245.320000', '162245.323000', '162245.325000', '162245.328000', '162245.331000', '162245.333000', '162245.336000', '162245.338000', '162245.341000', '162245.343000', '162245.346000', '162245.349000', '162245.351000', '162245.354000', '162245.357000', '162245.359000', '162245.362000', '162245.364000', '162245.367000', '162245.369000', '162245.372000', '162245.375000', '162245.377000', '162245.380000', '162245.382000', '162245.385000', '162245.387000', '162245.390000', '162245.393000', '162305.284000', '162305.286000', '162305.289000', '162305.292000', '162305.294000', '162305.297000', '162305.299000', '162305.302000', '162305.305000', '162305.307000', '162305.310000', '162305.313000', '162305.316000', '162305.319000', '162305.321000', '162305.324000', '162305.326000', '162305.329000', '162305.332000', '162305.334000', '162305.337000', '162305.340000', '162305.342000', '162305.345000', '162305.347000', '162305.350000', '162305.352000', '162305.355000', '162305.358000', '162305.360000', '162305.363000', '162305.366000', '162305.381000', '162305.384000', '162305.387000', '162305.389000', '162305.392000', '162305.394000', '162305.397000', '162305.399000', '162305.402000', '162305.405000', '162305.407000', '162305.410000', '162325.284000', '162325.286000', '162325.289000', '162325.292000', '162325.294000', '162325.297000', '162325.299000', '162325.302000', '162325.305000', '162325.307000', '162325.310000', '162325.312000', '162325.315000', '162325.317000', '162325.320000', '162325.323000', '162325.325000', '162325.328000', '162325.330000', '162325.333000', '162325.336000', '162325.338000', '162325.341000', '162325.343000', '162325.346000', '162325.348000', '162325.351000', '162325.354000', '162325.356000', '162325.359000', '162325.361000', '162325.364000', '162325.366000', '162325.369000', '162325.372000', '162325.374000', '162325.377000', '162325.379000', '162325.393000', '162325.395000', '162325.398000', '162325.400000', '162325.403000', '162345.282000', '162345.285000', '162345.288000', '162345.291000', '162345.294000', '162345.297000', '162345.299000', '162345.302000', '162345.305000', '162345.307000', '162345.310000', '162345.313000', '162345.315000', '162345.318000', '162345.320000', '162345.323000', '162345.325000', '162345.328000', '162345.331000', '162345.333000', '162345.336000', '162345.338000', '162345.341000', '162345.344000', '162345.348000', '162345.351000', '162345.353000', '162345.356000', '162345.358000', '162345.361000', '162345.364000', '162345.366000', '162345.369000', '162345.371000', '162345.374000', '162345.377000', '162345.379000', '162345.382000', '162345.384000', '162345.387000', '162345.389000', '162345.392000', '162345.395000', '162405.283000', '162405.286000', '162405.288000', '162405.291000', '162405.293000', '162405.296000', '162405.299000', '162405.301000', '162405.304000', '162405.306000', '162405.309000', '162405.311000', '162405.314000', '162405.316000', '162405.319000', '162405.322000', '162405.324000', '162405.327000', '162405.329000', '162405.332000', '162405.334000', '162405.337000', '162405.340000', '162405.342000', '162405.345000', '162405.347000', '162405.350000', '162405.352000', '162405.355000', '162405.358000', '162405.360000', '162405.363000', '162405.365000', '162405.368000', '162405.371000', '162405.373000', '162405.376000', '162405.378000', '162405.381000', '162405.384000', '162405.387000', '162405.389000', '162405.392000', '162405.394000', '162425.282000', '162425.285000', '162425.288000', '162425.291000', '162425.293000', '162425.296000', '162425.299000', '162425.301000', '162425.304000', '162425.307000', '162425.309000', '162425.312000', '162425.315000', '162425.317000', '162425.320000', '162425.322000', '162425.325000', '162425.328000', '162425.330000', '162425.333000', '162425.335000', '162425.338000', '162425.340000', '162425.343000', '162425.346000', '162425.348000', '162425.352000', '162425.354000', '162425.357000', '162425.360000', '162425.362000', '162425.365000', '162425.367000', '162425.370000', '162425.373000', '162425.375000', '162425.378000', '162425.380000', '162425.383000', '162425.385000', '162425.388000', '162425.391000', '162425.393000', '162445.286000', '162445.288000', '162445.291000', '162445.294000', '162445.296000', '162445.299000', '162445.301000', '162445.304000', '162445.306000', '162445.309000', '162445.312000', '162445.314000', '162445.317000', '162445.319000', '162445.322000', '162445.325000', '162445.327000', '162445.330000', '162445.332000', '162445.335000', '162445.337000', '162445.340000', '162445.343000', '162445.345000', '162445.348000', '162445.350000', '162445.353000', '162445.356000', '162445.358000', '162445.361000', '162445.363000', '162445.366000', '162445.368000', '162445.371000', '162445.374000', '162445.376000', '162445.379000', '162445.381000', '162445.384000', '162445.386000', '162445.389000', '162445.392000', '162445.394000', '162445.397000', '162505.284000', '162505.286000', '162505.289000', '162505.292000', '162505.294000', '162505.297000', '162505.299000', '162505.302000', '162505.305000', '162505.307000', '162505.310000', '162505.312000', '162505.315000', '162505.318000', '162505.320000', '162505.323000', '162505.325000', '162505.328000', '162505.330000', '162505.333000', '162505.336000', '162505.338000', '162505.341000', '162505.344000', '162505.346000', '162505.349000', '162505.352000', '162505.354000', '162505.357000', '162505.359000', '162505.362000', '162505.365000', '162505.367000', '162505.370000', '162505.372000', '162505.375000', '162505.377000', '162505.380000', '162505.383000', '162505.385000', '162505.388000', '162505.390000', '162505.393000', '162525.284000', '162525.287000', '162525.289000', '162525.292000', '162525.294000', '162525.297000', '162525.300000', '162525.302000', '162525.305000', '162525.307000', '162525.310000', '162525.313000', '162525.315000', '162525.318000', '162525.320000', '162525.323000', '162525.326000', '162525.328000', '162525.331000', '162525.333000', '162525.336000', '162525.338000', '162525.341000', '162525.344000', '162525.346000', '162525.349000', '162525.352000', '162525.354000', '162525.357000', '162525.359000', '162525.362000', '162525.364000', '162525.367000', '162525.370000', '162525.372000', '162525.375000', '162525.377000', '162525.380000', '162525.382000', '162525.385000', '162525.388000', '162525.390000', '162525.393000', '162525.395000', '162545.284000', '162545.286000', '162545.289000', '162545.291000', '162545.294000', '162545.297000', '162545.299000', '162545.302000', '162545.304000', '162545.307000', '162545.310000', '162545.312000', '162545.315000', '162545.317000', '162545.320000', '162545.322000', '162545.325000', '162545.328000', '162545.330000', '162545.333000', '162545.335000', '162545.338000', '162545.340000', '162545.343000', '162545.345000', '162545.348000', '162545.351000', '162545.353000', '162545.356000', '162545.358000', '162545.361000', '162545.364000', '162545.366000', '162545.369000', '162545.371000', '162545.374000', '162545.377000', '162545.379000', '162545.382000', '162545.400000', '162545.403000', '162545.405000', '162545.408000', '162605.282000', '162605.285000', '162605.288000', '162605.291000', '162605.293000', '162605.296000', '162605.299000', '162605.301000', '162605.304000', '162605.307000', '162605.309000', '162605.312000', '162605.314000', '162605.317000', '162605.320000', '162605.322000', '162605.325000', '162605.327000', '162605.330000', '162605.333000', '162605.335000', '162605.338000', '162605.340000', '162605.343000', '162605.345000', '162605.348000', '162605.351000', '162605.353000', '162605.356000', '162605.359000', '162605.361000', '162605.364000', '162605.366000', '162605.369000', '162605.371000', '162605.374000', '162605.377000', '162605.379000', '162605.382000', '162605.384000', '162605.387000', '162605.390000', '162605.392000', '162605.395000', '162625.283000', '162625.285000', '162625.288000', '162625.291000', '162625.293000', '162625.296000', '162625.298000', '162625.301000', '162625.304000', '162625.306000', '162625.309000', '162625.311000', '162625.314000', '162625.317000', '162625.319000', '162625.322000', '162625.324000', '162625.327000', '162625.329000', '162625.332000', '162625.335000', '162625.337000', '162625.340000', '162625.342000', '162625.345000', '162625.348000', '162625.350000', '162625.353000', '162625.355000', '162625.358000', '162625.360000', '162625.363000', '162625.366000', '162625.368000', '162625.371000', '162625.373000', '162625.376000', '162625.378000', '162625.381000', '162625.384000', '162625.386000', '162625.389000', '162625.391000', '162645.283000', '162645.286000', '162645.288000', '162645.291000', '162645.293000', '162645.296000', '162645.299000', '162645.301000', '162645.304000', '162645.307000', '162645.309000', '162645.312000', '162645.314000', '162645.317000', '162645.319000', '162645.322000', '162645.325000', '162645.327000', '162645.330000', '162645.333000', '162645.335000', '162645.338000', '162645.340000', '162645.343000', '162645.346000', '162645.348000', '162645.351000', '162645.353000', '162645.356000', '162645.359000', '162645.361000', '162645.364000', '162645.366000', '162645.369000', '162645.371000', '162645.374000', '162645.377000', '162645.379000', '162645.382000', '162645.384000', '162645.387000', '162645.389000', '162645.392000', '162645.395000', '162705.284000', '162705.286000', '162705.289000', '162705.292000', '162705.294000', '162705.297000', '162705.299000', '162705.302000', '162705.305000', '162705.307000', '162705.310000', '162705.312000', '162705.315000', '162705.318000', '162705.320000', '162705.323000', '162705.325000', '162705.328000', '162705.330000', '162705.333000', '162705.336000', '162705.346000', '162705.349000', '162705.352000', '162705.354000', '162705.357000', '162705.359000', '162705.362000', '162705.365000', '162705.367000', '162705.370000', '162705.372000', '162705.375000', '162705.378000', '162705.380000', '162705.383000', '162705.385000', '162705.388000', '162705.391000', '162705.393000', '162705.396000', '162705.399000', '162705.401000', '162725.284000', '162725.286000', '162725.289000', '162725.292000', '162725.294000', '162725.297000', '162725.300000', '162725.302000', '162725.305000', '162725.307000', '162725.310000', '162725.313000', '162725.315000', '162725.318000', '162725.321000', '162725.324000', '162725.326000', '162725.329000', '162725.331000', '162725.334000', '162725.336000', '162725.339000', '162725.342000', '162725.344000', '162725.347000', '162725.349000', '162725.352000', '162725.354000', '162725.357000', '162725.360000', '162725.362000', '162725.365000', '162725.368000', '162725.370000', '162725.373000', '162725.375000', '162725.378000', '162725.381000', '162725.383000', '162725.386000', '162725.388000', '162725.391000', '162725.394000', '162725.396000', '162745.283000', '162745.286000', '162745.289000', '162745.292000', '162745.294000', '162745.297000', '162745.300000', '162745.302000', '162745.305000', '162745.307000', '162745.310000', '162745.313000', '162745.315000', '162745.318000', '162745.320000', '162745.323000', '162745.325000', '162745.328000', '162745.330000', '162745.333000', '162745.336000', '162745.338000', '162745.341000', '162745.343000', '162745.346000', '162745.349000', '162745.351000', '162745.354000', '162745.357000', '162745.359000', '162745.362000', '162745.364000', '162745.367000', '162745.369000', '162745.372000', '162745.375000', '162745.377000', '162745.380000', '162745.382000', '162745.385000', '162745.387000', '162745.390000', '162745.393000', '162805.284000', '162805.287000', '162805.289000', '162805.292000', '162805.295000', '162805.297000', '162805.300000', '162805.303000', '162805.305000', '162805.308000', '162805.310000', '162805.313000', '162805.316000', '162805.318000', '162805.321000', '162805.324000', '162805.326000', '162805.329000', '162805.331000', '162805.334000', '162805.337000', '162805.339000', '162805.342000', '162805.344000', '162805.347000', '162805.349000', '162805.352000', '162805.355000', '162805.357000', '162805.360000', '162805.362000', '162805.365000', '162805.367000', '162805.370000', '162805.373000', '162805.375000', '162805.378000', '162805.380000', '162805.383000', '162805.386000', '162805.388000', '162805.391000', '162805.393000', '162805.396000', '162825.283000', '162825.285000', '162825.288000', '162825.291000', '162825.306000', '162825.308000', '162825.311000', '162825.313000', '162825.316000', '162825.318000', '162825.321000', '162825.324000', '162825.326000', '162825.329000', '162825.331000', '162825.334000', '162825.337000', '162825.339000', '162825.342000', '162825.345000', '162825.347000', '162825.350000', '162825.352000', '162825.355000', '162825.357000', '162825.360000', '162825.363000', '162825.365000', '162825.368000', '162825.370000', '162825.373000', '162825.376000', '162825.378000', '162825.381000', '162825.384000', '162825.386000', '162825.389000', '162825.391000', '162825.394000', '162825.397000', '162825.399000', '162825.402000', '162825.404000', '162845.282000', '162845.285000', '162845.288000', '162845.291000', '162845.293000', '162845.296000', '162845.298000', '162845.301000', '162845.304000', '162845.306000', '162845.309000', '162845.311000', '162845.314000', '162845.317000', '162845.319000', '162845.322000', '162845.324000', '162845.327000', '162845.330000', '162845.332000', '162845.335000', '162845.337000', '162845.340000', '162845.342000', '162845.345000', '162845.348000', '162845.350000', '162845.353000', '162845.356000', '162845.358000', '162845.361000', '162845.363000', '162845.366000', '162845.369000', '162845.371000', '162845.374000', '162845.376000', '162845.379000', '162845.381000', '162845.384000', '162845.387000', '162845.389000', '162845.392000', '162845.394000', '162905.283000', '162905.286000', '162905.288000', '162905.291000', '162905.294000', '162905.296000', '162905.299000', '162905.301000', '162905.307000', '162905.310000', '162905.312000', '162905.315000', '162905.317000', '162905.320000', '162905.323000', '162905.325000', '162905.328000', '162905.330000', '162905.333000', '162905.336000', '162905.338000', '162905.341000', '162905.343000', '162905.346000', '162905.348000', '162905.351000', '162905.354000', '162905.356000', '162905.359000', '162905.361000', '162905.364000', '162905.366000', '162905.369000', '162905.372000', '162905.374000', '162905.377000', '162905.379000', '162905.382000', '162905.385000', '162905.387000', '162905.390000', '162905.392000', '162905.395000', '162925.285000', '162925.287000', '162925.290000', '162925.293000', '162925.295000', '162925.298000', '162925.300000', '162925.303000', '162925.306000', '162925.308000', '162925.311000', '162925.313000', '162925.316000', '162925.319000', '162925.321000', '162925.324000', '162925.327000', '162925.329000', '162925.332000', '162925.334000', '162925.337000', '162925.340000', '162925.342000', '162925.345000', '162925.347000', '162925.350000', '162925.353000', '162925.355000', '162925.358000', '162925.360000', '162925.363000', '162925.365000', '162925.368000', '162925.371000', '162925.373000', '162925.376000', '162925.378000', '162925.381000', '162925.383000', '162925.386000', '162925.389000', '162925.391000', '162925.394000', '162925.396000', '162945.284000', '162945.287000', '162945.289000', '162945.292000', '162945.294000', '162945.297000', '162945.300000', '162945.302000', '162945.305000', '162945.308000', '162945.310000', '162945.313000', '162945.315000', '162945.318000', '162945.320000', '162945.323000', '162945.326000', '162945.328000', '162945.331000', '162945.333000', '162945.336000', '162945.338000', '162945.341000', '162945.344000', '162945.346000', '162945.349000', '162945.351000', '162945.354000', '162945.357000', '162945.359000', '162945.362000', '162945.364000', '162945.367000', '162945.369000', '162945.372000', '162945.375000', '162945.377000', '162945.380000', '162945.382000', '162945.385000', '162945.388000', '162945.390000', '162945.393000', '163005.284000', '163005.286000', '163005.289000', '163005.292000', '163005.294000', '163005.297000', '163005.299000', '163005.302000', '163005.305000', '163005.307000', '163005.310000', '163005.312000', '163005.315000', '163005.317000', '163005.320000', '163005.323000', '163005.325000', '163005.328000', '163005.330000', '163005.333000', '163005.335000', '163005.338000', '163005.341000', '163005.343000', '163005.346000', '163005.349000', '163005.351000', '163005.354000', '163005.356000', '163005.359000', '163005.362000', '163005.364000', '163005.367000', '163005.369000', '163005.372000', '163005.374000', '163005.377000', '163005.380000', '163005.382000', '163005.385000', '163005.387000', '163005.390000', '163005.392000', '163005.395000', '163025.284000', '163025.287000', '163025.289000', '163025.292000', '163025.295000', '163025.297000', '163025.300000', '163025.302000', '163025.305000', '163025.308000', '163025.310000', '163025.313000', '163025.315000', '163025.318000', '163025.321000', '163025.324000', '163025.326000', '163025.329000', '163025.331000', '163025.334000', '163025.336000', '163025.339000', '163025.342000', '163025.344000', '163025.347000', '163025.349000', '163025.352000', '163025.354000', '163025.357000', '163025.360000', '163025.362000', '163025.365000', '163025.367000', '163025.370000', '163025.373000', '163025.375000', '163025.378000', '163025.380000', '163025.383000', '163025.385000', '163025.388000', '163025.391000', '163025.393000', '163034.240000', '163034.242000', '163034.245000', '163034.248000', '163034.250000', '163034.253000', '163034.256000', '163034.258000', '163034.261000', '163034.263000', '163034.266000', '163034.269000', '163034.271000', '163034.274000', '163034.276000', '163034.279000', '163034.282000', '163034.284000', '163034.287000', '163034.289000'], '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': [12218, 8279, 11128, 7806, 10293, 6827, 10267, 6859, 10019, 7335, 8763, 7492, 8695, 8726, 8047, 9976, 7388, 10775, 7266, 7875, 7067, 9186, 7500, 10444, 7243, 7609, 7469, 7961, 8374, 9995, 7526, 8239, 7628, 8379, 7942, 11033, 7596, 10115, 8732, 6665, 9684, 6842, 11433, 6863, 11748, 7691, 12626, 8301, 9756, 8092, 6801, 10576, 6868, 10769, 9117, 10465, 6802, 11390, 9089, 9851, 13654, 9052, 8034, 9216, 11596, 8251, 12105, 7960, 9908, 7772, 12379, 7784, 11404, 7578, 9601, 7322, 11419, 7632, 11269, 8167, 9984, 7475, 11318, 7729, 11556, 8315, 11023, 7526, 11365, 7334, 11499, 7339, 10222, 6874, 11159, 6888, 11048, 6726, 10123, 6824, 11311, 7010, 10617, 6830, 9892, 6746, 10143, 7018, 10891, 6968, 10934, 7068, 9897, 6834, 10311, 6901, 10347, 6487, 9262, 7128, 8519, 6575, 8574, 7674, 7780, 11105, 7494, 9979, 6887, 10289, 6533, 9873, 6571, 9439, 6706, 10011, 6526, 9532, 6882, 10273, 6707, 10155, 6798, 9961, 7161, 9758, 7267, 10617, 7241, 11334, 9962, 10598, 9987, 9646, 11982, 8444, 13113, 9164, 10906, 7497, 11040, 7318, 10979, 7271, 10905, 7380, 10584, 7324, 10471, 7185, 10455, 6830, 9051, 6785, 9700, 6617, 8279, 11530, 7563, 10148, 7368, 10064, 7015, 10510, 6596, 9971, 6760, 9769, 6743, 10381, 6764, 10065, 7174, 10410, 6922, 10415, 7216, 10359, 7295, 10011, 7107, 10749, 6992, 10384, 7869, 9111, 6617, 9017, 8958, 8206, 11657, 7516, 10373, 7137, 10896, 7334, 10495, 7175, 10642, 7049, 10649, 7005, 10509, 6815, 10081, 6797, 10666, 6646, 9713, 8444, 7818, 7015, 7998, 8145, 7768, 9445, 7648, 7847, 8060, 9252, 7565, 11265, 7524, 10028, 7035, 9531, 6744, 10314, 6810, 9798, 7241, 10547, 6839, 10122, 6784, 10412, 6477, 8592, 6676, 8287, 9265, 7145, 11132, 7584, 9537, 6636, 10162, 6657, 10787, 6697, 9812, 6543, 8929, 6751, 9541, 6828, 9056, 10887, 7526, 10009, 6932, 9615, 6582, 9752, 6356, 9055, 6495, 8919, 6736, 10308, 7192, 10597, 6892, 10257, 10949, 7373, 12752, 8271, 10527, 7241, 9786, 10810, 7563, 11733, 7199, 10606, 6708, 9402, 6267, 8135, 6340, 8095, 9680, 7143, 10239, 7076, 7383, 7293, 7779, 8113, 8805, 8158, 7903, 9191, 7856, 9019, 10554, 8076, 10467, 8223, 10049, 7765, 11972, 7802, 11331, 7991, 10326, 7188, 11115, 6833, 10261, 6639, 9229, 6670, 8748, 6759, 9411, 7151, 9557, 6699, 9743, 6637, 10577, 6662, 9648, 7301, 10571, 6780, 10301, 7020, 9351, 8460, 8594, 6985, 8503, 12670, 7611, 11045, 7543, 9507, 6924, 10985, 6980, 10362, 6623, 8965, 6508, 8430, 6546, 8388, 8849, 7105, 10682, 6972, 8953, 6486, 8044, 6441, 7810, 6494, 8099, 6575, 8377, 6428, 9071, 6574, 9620, 12366, 9719, 11399, 10597, 8817, 15062, 8726, 11900, 9399, 8972, 13979, 7276, 10858, 6852, 8566, 7491, 6935, 10887, 6904, 9362, 6457, 8544, 6477, 7737, 8598, 7005, 10546, 6562, 9246, 6489, 9320, 6583, 8976, 6606, 9066, 6414, 9753, 6651, 9956, 7240, 9614, 6885, 10184, 6563, 9700, 9228, 10049, 8568, 9942, 11105, 8111, 13063, 8831, 11751, 7811, 10272, 6483, 9471, 7183, 8453, 11352, 7507, 9714, 6812, 8635, 6377, 8541, 6355, 8321, 6438, 9092, 7573, 8352, 6826, 8429, 8886, 7496, 11965, 8885, 9785, 7001, 10591, 6462, 9374, 9850, 7939, 9167, 7865, 11485, 7557, 9879, 6570, 9326, 6281, 9170, 6780, 7502, 10689, 6574, 9557, 6524, 8339, 6250, 9125, 6538, 8456, 6925, 7641, 7055, 7315, 9426, 6883, 9891, 6982, 8662, 6329, 8846, 6477, 8574, 6982, 8281, 10154, 7450, 10079, 6985, 9430, 6671, 8916, 6456, 8722, 7434, 7734, 7422, 7529, 9581, 7339, 9854, 7040, 9938, 6639, 9822, 6519, 9441, 8666, 7538, 11271, 7193, 9695, 6333, 9412, 6532, 8880, 7791, 8445, 8300, 8513, 9632, 7608, 11154, 7384, 9237, 7047, 9802, 6771, 9413, 6560, 10014, 6944, 9489, 6620, 9024, 9216, 8004, 12502, 7727, 9675, 6958, 9959, 6552, 9518, 6421, 9123, 7412, 7916, 8799, 7272, 10579, 6862, 9056, 6555, 9082, 6538, 8937, 6533, 9089, 6791, 8411, 9572, 7202, 11016, 7494, 10030, 6675, 9242, 7731, 8628, 10333, 7462, 11792, 7231, 10458, 7175, 9781, 6846, 8904, 11347, 7361, 10281, 6831, 9357, 6458, 9211, 6294, 9078, 6643, 9226, 6722, 9830, 6979, 9872, 7161, 10071, 6962, 10021, 9793, 8578, 11638, 8542, 12486, 7918, 12688, 8638, 11139, 7093, 10017, 9594, 8258, 12939, 7638, 9869, 6917, 9682, 6682, 9474, 6442, 9371, 6577, 8418, 7532, 7890, 11136, 7574, 9402, 6747, 9414, 6449, 8317, 6500, 8903, 6753, 8407, 8936, 7585, 10679, 6967, 9363, 6547, 9355, 6298, 9183, 6791, 7788, 9458, 6961, 9632, 6957, 10251, 7125, 9701, 6374, 9395, 6566, 8584, 7765, 8061, 7950, 7977, 10485, 7449, 10038, 6934, 9446, 6576, 9718, 6706, 9710, 6744, 9277, 6416, 9912, 8865, 8473, 13334, 9828, 11524, 6696, 9986, 7671, 7633, 11505, 7382, 9305, 6366, 8527, 6730, 8303, 6483, 8438, 6383, 9369, 6872, 9542, 6603, 9936, 8640, 7940, 11871, 7485, 10109, 9753, 8103, 9027, 7622, 12712, 7789, 10931, 6910, 9593, 6398, 9671, 8318, 7449, 11513, 7386, 9925, 6643, 8533, 6552, 8733, 6917, 8854, 6932, 8420, 6774, 7957, 7904, 8581, 6722, 9823, 7096, 10329, 7279, 10497, 7433, 10545, 7554, 12339, 8204, 12640, 8451, 12797, 8900, 12673, 7764, 12240, 7650, 11886, 10758, 9469, 13160, 7533, 11226, 6784, 9105, 6789, 7848, 10942, 6867, 8835, 6396, 8676, 6581, 8564, 6755, 9557, 6498, 8951, 6793, 8683, 11316, 7349, 9760, 6331, 9118, 6722, 9692, 6271, 10093, 6568, 10307, 7821, 8309, 12043, 7151, 10350, 6696, 10123, 6779, 10401, 6652, 10205, 10238, 7449, 11203, 7079, 10316, 6284, 9887, 6554, 9390, 6671, 10298, 6863, 10260, 6576, 10350, 7045, 10633, 6745, 10005, 10460, 8517, 12831, 9486, 14838, 9482, 13700, 9567, 10973, 14921, 9634, 10652, 6169, 9577, 6750, 7713, 11022, 6968, 9893, 6614, 9985, 6815, 10124, 6929, 9520, 6832, 8607, 10520, 7224, 8635, 7076, 11234, 7616, 10829, 7417, 10366, 9815, 7936, 13825, 7242, 11589, 6607, 10201, 6627, 9136, 6471, 8273, 10560, 7544, 11299, 7038, 10113, 6439, 9248, 6939, 8355, 8088, 8065, 6203, 8940, 6362, 9710, 7020, 10474, 7639, 10548, 12099, 9568, 11639, 10814, 9408, 12882, 7827, 12644, 7665, 11935, 6919, 10862, 6612, 10664, 6709, 9630, 14371, 7912, 10857, 6413, 9307, 6672, 8001, 10820, 7083, 10368, 6456, 9396, 6128, 10239, 6256, 10273, 10887, 7468, 10625, 7084, 10402, 6487, 8881, 11951, 7805, 10155, 6586, 8716, 6381, 9309, 6528, 9622, 6541, 9844, 6898, 10852, 7250, 11672, 7386, 10743, 7666, 11494, 15253, 10157, 11910, 9172, 9519, 7044, 9624, 10102, 8640, 12648, 8023, 8783, 7456, 9260, 7517, 12106, 7496, 9870, 7268, 10946, 6695, 8741, 13548, 7552, 9746, 6997, 9795, 6716, 10213, 6709, 9930, 6554, 9279, 8728, 7799, 7988, 7882, 10625, 7754, 10658, 7401, 9910, 6428, 8965, 6426, 9662, 6438, 10233, 6573, 10133, 10363, 7157, 10666, 7105, 10554, 6713, 10097, 6985, 8066, 12145, 7370, 10721, 6561, 10009, 6842, 8040, 9856, 7362, 11498, 7214, 10156, 6560, 9443, 6142, 8654, 6198, 9181, 6327, 10132, 6289, 10741, 6983, 10218, 7551, 10870, 13490, 9299, 10867, 14191, 9301, 11424, 7747, 10571, 6804, 11442, 6811, 11486, 7394, 10920, 7066, 11298, 7257, 11014, 7198, 10407, 7425, 11112, 7327, 12329, 8889, 11856, 7535, 11923, 15309, 11529, 11378, 7622, 8696, 12404, 7436, 10803, 7070, 9778, 6178, 9422, 6045, 8530, 11222, 7633, 10511, 7095, 9265, 6212, 9771, 6465, 9798, 6496, 9384, 6588, 9951, 7287, 9815, 7401, 10565, 7577, 9992, 7679, 12538, 11054, 10230, 14398, 10062, 11489, 9354, 8581, 13877, 7803, 10316, 6386, 9450, 6096, 8556, 8063, 7311, 10481, 6907, 10042, 6803, 6786, 7184, 7183, 9051, 9138, 9094, 9244, 9037, 12292, 9811, 11510, 11399, 8121, 13668, 8820, 10203, 6150, 8704, 13007, 7837, 9922, 6273, 8903, 9636, 6798, 10462, 6573, 9750, 6474, 9330, 6049, 9163, 6420, 9745, 6660, 10349, 6551, 10166, 7297, 10798, 7098, 11039, 6726, 9964, 6859, 11052, 7046, 11512, 9036, 11186, 7146, 12009, 14252, 12035, 13466, 9004, 10655, 6910, 10526, 14387, 8425, 10752, 6366, 9015, 11803, 7297, 10421, 6882, 9484, 6010, 8666, 11288, 7439, 9599, 6395, 8878, 6377, 9111, 6787, 9524, 6903, 7671, 7444, 7922, 8018, 8739, 8123, 7220, 9239, 7576, 8764, 8568, 9426, 6889, 9701, 7670, 11737, 7850, 13025, 8710, 9164, 8637, 7235, 9762, 7454, 10714, 7274, 10974, 6849, 10103, 6834, 10501, 7088, 9045, 7322, 9495, 7207, 9716, 6811, 8855, 7210, 7474, 7365, 10246, 7118, 10273, 7108, 8662, 7356, 8655, 7143, 9441, 7110, 8805, 7290, 6957, 7234, 7591, 7363, 9848, 7436, 7922, 7163, 10241, 7141, 9377, 6905, 9108, 6740, 9131, 6473, 9302, 6486, 9083, 6358, 9281, 6773, 9782, 6965, 10396, 6611, 8525, 10376, 7384, 10457, 7147, 9480, 6993, 9515, 6708, 9560, 7089, 10136, 7534, 10191, 7197, 7690, 7483, 7723, 9187, 7832, 10412, 7126, 11402, 7345, 11985, 9415, 11722, 6856, 11599, 7043, 11327, 6924, 10901, 7205, 11578, 7113, 10388, 14256, 12294, 10919, 8813, 9288, 7455, 9037, 7104, 9550, 7060, 9812, 7127, 9876, 7063, 10109, 6782, 9117, 6436, 8069, 6583, 7769, 8179, 7756, 7829, 7961, 6738, 9184, 7082, 9248, 7395, 9436, 6969, 9357, 9264, 7973, 12243, 8467, 10514, 7257, 10241, 6549, 8575, 7033, 8263, 6175, 8703, 6240, 8926, 6576, 9077, 6845, 10263, 7175, 10030, 6990, 9968, 8234, 9724, 10386, 8589, 14343, 9735, 10704, 12056, 7733, 10795, 7327, 9281, 6420, 8631, 6159, 8440, 6450, 8768, 6622, 9351, 7074, 9902, 6879, 9432, 6888, 9778, 6931, 9215, 6953, 9886, 7019, 10393, 7529, 9927, 7067, 10374, 7025, 10445, 6702, 9536, 6943, 9776, 6598, 9666, 10848, 8029, 10059, 7467, 9956, 6955, 9195, 10899, 7207, 9352, 6999, 9174, 7105, 8522, 6514, 7774, 10459, 7088, 9519, 6699, 8875, 6658, 8784, 6345, 8726, 6460, 9487, 6963, 9972, 6611, 8234, 7181, 8675, 7198, 10611, 7716, 10728, 7543, 12185, 8124, 11256, 11970, 10521, 11074, 7174, 10886, 7070, 9959, 6838, 9725, 6742, 9521, 6561, 9936, 6462, 9665, 7314, 9716, 7051, 9289, 6715, 9557, 6766, 10192, 6905, 9868, 13426, 9635, 10504, 7646, 9212, 7074, 8357, 6704, 8666, 6482, 9087, 6535, 9272, 7021, 8580, 9034, 7365, 9671, 7287, 9281, 7113, 8939, 6302, 7970, 9824, 7239, 7727, 7107, 6640, 6903, 6543, 6902, 6598, 8236, 6094, 9398, 6904, 9140, 8471, 8099, 8937, 7778, 12270, 8831, 11785, 10598, 9076, 12380, 7417, 11106, 7255, 9527, 9567, 7623, 10886, 7395, 8715, 7426, 8307, 6576, 8420, 6168, 8792, 6568, 8827, 6710, 9431, 6736, 9477, 6646, 9922, 6617, 8825, 10367, 7427, 9934, 7545, 10009, 6784, 9864, 7175, 8128, 11815, 7967, 9462, 7138, 9429, 7075, 9428, 6839, 9564, 7002, 9133, 6445, 8405, 6478, 8847, 7018, 8030, 6963, 7420, 7860, 9123, 7861, 11287, 8363, 10925, 8515, 12008, 8567, 10785, 10015, 9434, 7047, 9375, 11662, 8787, 12417, 8765, 9111, 7311, 9476, 7104, 9626, 6888, 8768, 7028, 9056, 7025, 9497, 7137, 9146, 7334, 8909, 7263, 9276, 7119], 'WindowCenter': [3962.0, 3922.0, 3938.0, 3894.0, 3912.0, 3859.0, 3910.0, 3857.0, 3909.0, 3880.0, 3889.0, 3868.0, 3890.0, 3888.0, 3879.0, 3909.0, 3880.0, 3921.0, 3880.0, 3889.0, 3870.0, 3899.0, 3881.0, 3921.0, 3880.0, 3880.0, 3881.0, 3890.0, 3891.0, 3912.0, 3881.0, 3890.0, 3870.0, 3889.0, 3879.0, 3920.0, 3867.0, 3912.0, 3875.0, 3861.0, 3898.0, 3845.0, 3918.0, 3845.0, 3917.0, 3867.0, 3920.0, 3889.0, 3897.0, 3878.0, 3858.0, 3910.0, 3856.0, 3911.0, 3887.0, 3897.0, 3842.0, 3905.0, 3876.0, 3885.0, 3916.0, 3874.0, 3864.0, 3874.0, 3894.0, 3862.0, 3903.0, 3864.0, 3883.0, 3855.0, 3903.0, 3853.0, 3904.0, 3863.0, 3884.0, 3852.0, 3894.0, 3854.0, 3895.0, 3862.0, 3882.0, 3853.0, 3882.0, 3853.0, 3905.0, 3863.0, 3893.0, 3851.0, 3891.0, 3853.0, 3892.0, 3851.0, 3882.0, 3829.0, 3892.0, 3830.0, 3903.0, 3841.0, 3883.0, 3842.0, 3892.0, 3840.0, 3893.0, 3841.0, 3885.0, 3830.0, 3882.0, 3837.0, 3894.0, 3829.0, 3893.0, 3841.0, 3882.0, 3842.0, 3883.0, 3839.0, 3884.0, 3823.0, 3886.0, 3842.0, 3864.0, 3840.0, 3872.0, 3851.0, 3863.0, 3904.0, 3850.0, 3882.0, 3841.0, 3882.0, 3831.0, 3894.0, 3843.0, 3884.0, 3843.0, 3884.0, 3844.0, 3897.0, 3855.0, 3896.0, 3855.0, 3897.0, 3858.0, 3897.0, 3855.0, 3896.0, 3867.0, 3906.0, 3853.0, 3908.0, 3896.0, 3895.0, 3883.0, 3884.0, 3907.0, 3863.0, 3914.0, 3873.0, 3893.0, 3852.0, 3891.0, 3852.0, 3893.0, 3852.0, 3883.0, 3853.0, 3894.0, 3854.0, 3893.0, 3841.0, 3894.0, 3842.0, 3871.0, 3830.0, 3882.0, 3840.0, 3863.0, 3904.0, 3864.0, 3894.0, 3852.0, 3882.0, 3842.0, 3893.0, 3843.0, 3872.0, 3843.0, 3894.0, 3833.0, 3894.0, 3833.0, 3895.0, 3854.0, 3896.0, 3855.0, 3897.0, 3865.0, 3901.0, 3864.0, 3884.0, 3854.0, 3894.0, 3852.0, 3897.0, 3862.0, 3863.0, 3841.0, 3872.0, 3872.0, 3853.0, 3904.0, 3853.0, 3881.0, 3841.0, 3886.0, 3844.0, 3895.0, 3852.0, 3893.0, 3852.0, 3891.0, 3831.0, 3894.0, 3843.0, 3881.0, 3842.0, 3892.0, 3829.0, 3872.0, 3861.0, 3850.0, 3841.0, 3862.0, 3859.0, 3853.0, 3883.0, 3852.0, 3861.0, 3863.0, 3884.0, 3861.0, 3904.0, 3864.0, 3882.0, 3830.0, 3883.0, 3844.0, 3883.0, 3842.0, 3894.0, 3852.0, 3894.0, 3842.0, 3892.0, 3843.0, 3906.0, 3843.0, 3875.0, 3843.0, 3874.0, 3883.0, 3853.0, 3894.0, 3851.0, 3870.0, 3842.0, 3882.0, 3840.0, 3893.0, 3842.0, 3895.0, 3832.0, 3873.0, 3843.0, 3882.0, 3840.0, 3874.0, 3893.0, 3864.0, 3882.0, 3855.0, 3884.0, 3842.0, 3884.0, 3833.0, 3885.0, 3845.0, 3885.0, 3857.0, 3905.0, 3866.0, 3908.0, 3848.0, 3908.0, 3906.0, 3864.0, 3915.0, 3875.0, 3895.0, 3865.0, 3896.0, 3893.0, 3861.0, 3901.0, 3842.0, 3892.0, 3841.0, 3883.0, 3830.0, 3863.0, 3830.0, 3864.0, 3883.0, 3841.0, 3893.0, 3853.0, 3853.0, 3853.0, 3852.0, 3874.0, 3888.0, 3877.0, 3875.0, 3885.0, 3864.0, 3885.0, 3896.0, 3866.0, 3895.0, 3874.0, 3883.0, 3862.0, 3904.0, 3862.0, 3904.0, 3863.0, 3883.0, 3852.0, 3894.0, 3841.0, 3894.0, 3841.0, 3884.0, 3841.0, 3873.0, 3840.0, 3873.0, 3840.0, 3886.0, 3843.0, 3885.0, 3834.0, 3900.0, 3854.0, 3885.0, 3865.0, 3895.0, 3845.0, 3894.0, 3853.0, 3886.0, 3873.0, 3874.0, 3853.0, 3875.0, 3914.0, 3862.0, 3905.0, 3864.0, 3883.0, 3854.0, 3895.0, 3841.0, 3882.0, 3843.0, 3872.0, 3830.0, 3864.0, 3831.0, 3874.0, 3886.0, 3856.0, 3896.0, 3843.0, 3886.0, 3834.0, 3875.0, 3844.0, 3865.0, 3846.0, 3878.0, 3858.0, 3890.0, 3859.0, 3901.0, 3870.0, 3914.0, 3932.0, 3895.0, 3921.0, 3896.0, 3876.0, 3926.0, 3876.0, 3905.0, 3873.0, 3874.0, 3913.0, 3851.0, 3892.0, 3841.0, 3861.0, 3851.0, 3852.0, 3894.0, 3842.0, 3872.0, 3830.0, 3870.0, 3830.0, 3850.0, 3874.0, 3853.0, 3896.0, 3854.0, 3887.0, 3846.0, 3887.0, 3855.0, 3884.0, 3856.0, 3886.0, 3846.0, 3898.0, 3857.0, 3899.0, 3868.0, 3898.0, 3854.0, 3895.0, 3845.0, 3886.0, 3884.0, 3885.0, 3875.0, 3894.0, 3893.0, 3863.0, 3914.0, 3885.0, 3904.0, 3851.0, 3881.0, 3824.0, 3883.0, 3841.0, 3863.0, 3892.0, 3851.0, 3884.0, 3844.0, 3872.0, 3842.0, 3871.0, 3842.0, 3876.0, 3846.0, 3887.0, 3865.0, 3876.0, 3856.0, 3876.0, 3886.0, 3866.0, 3922.0, 3886.0, 3894.0, 3855.0, 3896.0, 3832.0, 3885.0, 3896.0, 3864.0, 3884.0, 3874.0, 3905.0, 3863.0, 3884.0, 3844.0, 3884.0, 3822.0, 3884.0, 3841.0, 3847.0, 3882.0, 3842.0, 3884.0, 3842.0, 3874.0, 3843.0, 3884.0, 3831.0, 3876.0, 3854.0, 3863.0, 3852.0, 3864.0, 3884.0, 3854.0, 3897.0, 3855.0, 3875.0, 3843.0, 3885.0, 3843.0, 3874.0, 3854.0, 3876.0, 3884.0, 3854.0, 3885.0, 3853.0, 3873.0, 3841.0, 3873.0, 3832.0, 3874.0, 3853.0, 3864.0, 3864.0, 3866.0, 3896.0, 3865.0, 3895.0, 3867.0, 3897.0, 3856.0, 3898.0, 3850.0, 3898.0, 3866.0, 3866.0, 3907.0, 3855.0, 3885.0, 3832.0, 3885.0, 3843.0, 3885.0, 3864.0, 3875.0, 3875.0, 3887.0, 3886.0, 3866.0, 3908.0, 3867.0, 3885.0, 3848.0, 3895.0, 3855.0, 3878.0, 3855.0, 3897.0, 3855.0, 3885.0, 3842.0, 3884.0, 3885.0, 3863.0, 3916.0, 3864.0, 3885.0, 3853.0, 3884.0, 3831.0, 3876.0, 3831.0, 3886.0, 3851.0, 3865.0, 3873.0, 3853.0, 3894.0, 3843.0, 3884.0, 3845.0, 3887.0, 3843.0, 3886.0, 3857.0, 3899.0, 3854.0, 3878.0, 3899.0, 3867.0, 3908.0, 3867.0, 3898.0, 3858.0, 3887.0, 3864.0, 3876.0, 3896.0, 3848.0, 3906.0, 3866.0, 3889.0, 3849.0, 3899.0, 3843.0, 3881.0, 3908.0, 3865.0, 3896.0, 3843.0, 3883.0, 3845.0, 3884.0, 3844.0, 3886.0, 3856.0, 3898.0, 3858.0, 3909.0, 3869.0, 3911.0, 3870.0, 3910.0, 3867.0, 3911.0, 3900.0, 3889.0, 3908.0, 3888.0, 3917.0, 3877.0, 3929.0, 3876.0, 3907.0, 3853.0, 3896.0, 3885.0, 3874.0, 3917.0, 3863.0, 3877.0, 3854.0, 3883.0, 3843.0, 3872.0, 3842.0, 3885.0, 3842.0, 3874.0, 3863.0, 3864.0, 3895.0, 3863.0, 3883.0, 3843.0, 3886.0, 3845.0, 3873.0, 3844.0, 3886.0, 3843.0, 3876.0, 3886.0, 3879.0, 3897.0, 3857.0, 3888.0, 3847.0, 3897.0, 3845.0, 3886.0, 3853.0, 3877.0, 3896.0, 3866.0, 3898.0, 3861.0, 3907.0, 3868.0, 3898.0, 3845.0, 3886.0, 3857.0, 3888.0, 3867.0, 3877.0, 3875.0, 3878.0, 3908.0, 3865.0, 3897.0, 3855.0, 3898.0, 3856.0, 3897.0, 3856.0, 3900.0, 3858.0, 3888.0, 3844.0, 3896.0, 3884.0, 3875.0, 3916.0, 3897.0, 3906.0, 3845.0, 3898.0, 3864.0, 3865.0, 3904.0, 3854.0, 3886.0, 3857.0, 3885.0, 3845.0, 3876.0, 3846.0, 3888.0, 3857.0, 3900.0, 3871.0, 3910.0, 3859.0, 3910.0, 3890.0, 3867.0, 3919.0, 3866.0, 3898.0, 3888.0, 3876.0, 3886.0, 3866.0, 3917.0, 3865.0, 3906.0, 3856.0, 3896.0, 3845.0, 3897.0, 3875.0, 3854.0, 3905.0, 3866.0, 3889.0, 3845.0, 3875.0, 3844.0, 3884.0, 3855.0, 3887.0, 3856.0, 3890.0, 3860.0, 3891.0, 3880.0, 3889.0, 3872.0, 3912.0, 3860.0, 3911.0, 3880.0, 3910.0, 3880.0, 3903.0, 3881.0, 3921.0, 3889.0, 3919.0, 3888.0, 3907.0, 3885.0, 3915.0, 3865.0, 3904.0, 3852.0, 3907.0, 3897.0, 3885.0, 3902.0, 3853.0, 3891.0, 3830.0, 3872.0, 3828.0, 3863.0, 3895.0, 3842.0, 3872.0, 3843.0, 3875.0, 3845.0, 3875.0, 3856.0, 3900.0, 3858.0, 3890.0, 3850.0, 3889.0, 3908.0, 3869.0, 3899.0, 3859.0, 3889.0, 3858.0, 3898.0, 3859.0, 3911.0, 3862.0, 3913.0, 3880.0, 3893.0, 3933.0, 3870.0, 3909.0, 3858.0, 3892.0, 3858.0, 3911.0, 3858.0, 3913.0, 3899.0, 3870.0, 3920.0, 3863.0, 3910.0, 3858.0, 3903.0, 3860.0, 3898.0, 3860.0, 3905.0, 3859.0, 3911.0, 3871.0, 3911.0, 3871.0, 3924.0, 3859.0, 3911.0, 3910.0, 3890.0, 3920.0, 3898.0, 3931.0, 3901.0, 3919.0, 3895.0, 3898.0, 3913.0, 3886.0, 3896.0, 3833.0, 3885.0, 3843.0, 3863.0, 3906.0, 3856.0, 3897.0, 3857.0, 3899.0, 3871.0, 3908.0, 3868.0, 3890.0, 3859.0, 3891.0, 3910.0, 3868.0, 3889.0, 3868.0, 3919.0, 3882.0, 3910.0, 3870.0, 3913.0, 3900.0, 3878.0, 3930.0, 3866.0, 3908.0, 3845.0, 3899.0, 3856.0, 3887.0, 3845.0, 3891.0, 3909.0, 3880.0, 3919.0, 3863.0, 3911.0, 3858.0, 3901.0, 3850.0, 3880.0, 3879.0, 3879.0, 3849.0, 3902.0, 3861.0, 3915.0, 3885.0, 3926.0, 3895.0, 3925.0, 3932.0, 3914.0, 3923.0, 3912.0, 3897.0, 3918.0, 3867.0, 3917.0, 3868.0, 3908.0, 3868.0, 3899.0, 3855.0, 3897.0, 3844.0, 3898.0, 3929.0, 3866.0, 3907.0, 3843.0, 3876.0, 3842.0, 3864.0, 3905.0, 3858.0, 3909.0, 3848.0, 3899.0, 3862.0, 3912.0, 3860.0, 3926.0, 3924.0, 3881.0, 3911.0, 3864.0, 3924.0, 3859.0, 3901.0, 3922.0, 3892.0, 3902.0, 3871.0, 3890.0, 3851.0, 3899.0, 3862.0, 3912.0, 3873.0, 3924.0, 3886.0, 3936.0, 3898.0, 3948.0, 3888.0, 3922.0, 3882.0, 3924.0, 3944.0, 3899.0, 3909.0, 3886.0, 3887.0, 3855.0, 3898.0, 3896.0, 3889.0, 3919.0, 3876.0, 3876.0, 3867.0, 3887.0, 3879.0, 3933.0, 3868.0, 3891.0, 3867.0, 3910.0, 3844.0, 3866.0, 3918.0, 3859.0, 3884.0, 3855.0, 3895.0, 3854.0, 3896.0, 3844.0, 3886.0, 3845.0, 3887.0, 3887.0, 3868.0, 3877.0, 3878.0, 3909.0, 3879.0, 3908.0, 3868.0, 3888.0, 3847.0, 3888.0, 3846.0, 3899.0, 3873.0, 3924.0, 3864.0, 3925.0, 3911.0, 3868.0, 3911.0, 3882.0, 3921.0, 3873.0, 3924.0, 3870.0, 3881.0, 3921.0, 3881.0, 3922.0, 3870.0, 3906.0, 3871.0, 3891.0, 3911.0, 3882.0, 3922.0, 3881.0, 3912.0, 3873.0, 3903.0, 3863.0, 3904.0, 3865.0, 3905.0, 3876.0, 3937.0, 3868.0, 3939.0, 3887.0, 3920.0, 3897.0, 3950.0, 3963.0, 3909.0, 3926.0, 3945.0, 3902.0, 3918.0, 3881.0, 3910.0, 3860.0, 3921.0, 3851.0, 3921.0, 3869.0, 3912.0, 3870.0, 3922.0, 3881.0, 3922.0, 3870.0, 3911.0, 3869.0, 3910.0, 3863.0, 3925.0, 3900.0, 3921.0, 3866.0, 3922.0, 3930.0, 3908.0, 3909.0, 3865.0, 3875.0, 3904.0, 3854.0, 3895.0, 3855.0, 3896.0, 3833.0, 3881.0, 3835.0, 3886.0, 3908.0, 3867.0, 3922.0, 3866.0, 3900.0, 3841.0, 3911.0, 3849.0, 3897.0, 3860.0, 3912.0, 3874.0, 3925.0, 3894.0, 3926.0, 3895.0, 3925.0, 3895.0, 3924.0, 3894.0, 3936.0, 3936.0, 3925.0, 3931.0, 3899.0, 3910.0, 3890.0, 3889.0, 3910.0, 3867.0, 3902.0, 3835.0, 3886.0, 3833.0, 3876.0, 3869.0, 3867.0, 3909.0, 3868.0, 3899.0, 3869.0, 3870.0, 3872.0, 3871.0, 3906.0, 3926.0, 3915.0, 3902.0, 3905.0, 3936.0, 3915.0, 3924.0, 3906.0, 3891.0, 3942.0, 3888.0, 3897.0, 3834.0, 3890.0, 3917.0, 3865.0, 3896.0, 3847.0, 3901.0, 3899.0, 3857.0, 3906.0, 3857.0, 3898.0, 3846.0, 3898.0, 3848.0, 3901.0, 3861.0, 3912.0, 3870.0, 3924.0, 3851.0, 3912.0, 3882.0, 3914.0, 3871.0, 3924.0, 3872.0, 3912.0, 3872.0, 3923.0, 3869.0, 3924.0, 3902.0, 3922.0, 3868.0, 3921.0, 3926.0, 3920.0, 3932.0, 3886.0, 3896.0, 3853.0, 3898.0, 3927.0, 3875.0, 3895.0, 3833.0, 3888.0, 3906.0, 3853.0, 3894.0, 3853.0, 3885.0, 3833.0, 3875.0, 3906.0, 3868.0, 3898.0, 3846.0, 3887.0, 3858.0, 3899.0, 3869.0, 3900.0, 3872.0, 3882.0, 3883.0, 3892.0, 3894.0, 3905.0, 3893.0, 3885.0, 3929.0, 3892.0, 3902.0, 3892.0, 3912.0, 3880.0, 3913.0, 3892.0, 3909.0, 3882.0, 3931.0, 3884.0, 3889.0, 3889.0, 3868.0, 3899.0, 3868.0, 3911.0, 3869.0, 3908.0, 3856.0, 3897.0, 3844.0, 3908.0, 3856.0, 3887.0, 3867.0, 3887.0, 3867.0, 3899.0, 3858.0, 3887.0, 3868.0, 3866.0, 3867.0, 3897.0, 3868.0, 3899.0, 3857.0, 3877.0, 3867.0, 3876.0, 3855.0, 3893.0, 3869.0, 3887.0, 3867.0, 3856.0, 3869.0, 3858.0, 3869.0, 3912.0, 3868.0, 3865.0, 3856.0, 3899.0, 3869.0, 3887.0, 3859.0, 3881.0, 3857.0, 3898.0, 3848.0, 3899.0, 3862.0, 3903.0, 3861.0, 3901.0, 3872.0, 3926.0, 3885.0, 3926.0, 3873.0, 3898.0, 3924.0, 3883.0, 3923.0, 3884.0, 3910.0, 3884.0, 3914.0, 3873.0, 3914.0, 3883.0, 3913.0, 3893.0, 3923.0, 3882.0, 3881.0, 3883.0, 3882.0, 3902.0, 3880.0, 3921.0, 3871.0, 3914.0, 3869.0, 3924.0, 3902.0, 3922.0, 3859.0, 3909.0, 3857.0, 3910.0, 3868.0, 3907.0, 3867.0, 3905.0, 3855.0, 3897.0, 3929.0, 3919.0, 3897.0, 3874.0, 3873.0, 3853.0, 3872.0, 3854.0, 3891.0, 3857.0, 3896.0, 3854.0, 3897.0, 3846.0, 3899.0, 3848.0, 3890.0, 3846.0, 3878.0, 3857.0, 3868.0, 3877.0, 3872.0, 3878.0, 3878.0, 3857.0, 3900.0, 3867.0, 3902.0, 3870.0, 3900.0, 3869.0, 3903.0, 3899.0, 3879.0, 3916.0, 3892.0, 3910.0, 3866.0, 3898.0, 3846.0, 3889.0, 3856.0, 3878.0, 3846.0, 3888.0, 3859.0, 3901.0, 3869.0, 3902.0, 3862.0, 3925.0, 3885.0, 3905.0, 3874.0, 3926.0, 3893.0, 3914.0, 3911.0, 3891.0, 3933.0, 3889.0, 3912.0, 3920.0, 3867.0, 3891.0, 3853.0, 3885.0, 3845.0, 3873.0, 3832.0, 3876.0, 3846.0, 3886.0, 3856.0, 3888.0, 3870.0, 3899.0, 3860.0, 3900.0, 3872.0, 3912.0, 3870.0, 3902.0, 3869.0, 3899.0, 3870.0, 3901.0, 3879.0, 3900.0, 3859.0, 3897.0, 3857.0, 3910.0, 3855.0, 3898.0, 3855.0, 3897.0, 3845.0, 3902.0, 3910.0, 3876.0, 3885.0, 3851.0, 3885.0, 3833.0, 3875.0, 3895.0, 3868.0, 3885.0, 3843.0, 3873.0, 3843.0, 3874.0, 3843.0, 3866.0, 3908.0, 3857.0, 3898.0, 3859.0, 3878.0, 3858.0, 3889.0, 3860.0, 3890.0, 3861.0, 3911.0, 3882.0, 3913.0, 3873.0, 3905.0, 3885.0, 3904.0, 3873.0, 3924.0, 3881.0, 3913.0, 3880.0, 3920.0, 3874.0, 3911.0, 3913.0, 3908.0, 3907.0, 3854.0, 3897.0, 3855.0, 3888.0, 3843.0, 3886.0, 3844.0, 3885.0, 3843.0, 3899.0, 3847.0, 3898.0, 3867.0, 3887.0, 3854.0, 3887.0, 3857.0, 3898.0, 3844.0, 3898.0, 3854.0, 3898.0, 3916.0, 3885.0, 3897.0, 3851.0, 3883.0, 3842.0, 3852.0, 3841.0, 3877.0, 3838.0, 3876.0, 3845.0, 3898.0, 3855.0, 3889.0, 3887.0, 3869.0, 3898.0, 3867.0, 3886.0, 3854.0, 3886.0, 3843.0, 3856.0, 3897.0, 3867.0, 3866.0, 3856.0, 3857.0, 3865.0, 3846.0, 3868.0, 3858.0, 3892.0, 3862.0, 3913.0, 3882.0, 3916.0, 3904.0, 3892.0, 3901.0, 3881.0, 3917.0, 3890.0, 3920.0, 3909.0, 3888.0, 3917.0, 3855.0, 3895.0, 3851.0, 3885.0, 3883.0, 3864.0, 3908.0, 3854.0, 3873.0, 3854.0, 3875.0, 3843.0, 3876.0, 3834.0, 3887.0, 3857.0, 3888.0, 3857.0, 3901.0, 3871.0, 3902.0, 3858.0, 3901.0, 3847.0, 3891.0, 3898.0, 3857.0, 3898.0, 3867.0, 3898.0, 3844.0, 3898.0, 3848.0, 3878.0, 3921.0, 3879.0, 3897.0, 3868.0, 3900.0, 3869.0, 3900.0, 3852.0, 3912.0, 3872.0, 3901.0, 3862.0, 3884.0, 3873.0, 3904.0, 3885.0, 3894.0, 3884.0, 3896.0, 3906.0, 3916.0, 3895.0, 3935.0, 3895.0, 3923.0, 3893.0, 3923.0, 3888.0, 3911.0, 3900.0, 3884.0, 3856.0, 3889.0, 3908.0, 3877.0, 3919.0, 3876.0, 3875.0, 3855.0, 3886.0, 3854.0, 3886.0, 3856.0, 3875.0, 3856.0, 3887.0, 3855.0, 3898.0, 3857.0, 3887.0, 3868.0, 3879.0, 3867.0, 3880.0, 3857.0], 'WindowWidth': [8859.0, 8799.0, 8812.0, 8744.0, 8761.0, 8689.0, 8756.0, 8682.0, 8754.0, 8718.0, 8727.0, 8698.0, 8729.0, 8724.0, 8712.0, 8752.0, 8718.0, 8772.0, 8714.0, 8727.0, 8703.0, 8740.0, 8719.0, 8772.0, 8718.0, 8716.0, 8718.0, 8729.0, 8731.0, 8761.0, 8719.0, 8729.0, 8697.0, 8727.0, 8714.0, 8770.0, 8693.0, 8758.0, 8699.0, 8693.0, 8734.0, 8658.0, 8759.0, 8661.0, 8757.0, 8694.0, 8768.0, 8725.0, 8733.0, 8709.0, 8684.0, 8754.0, 8678.0, 8757.0, 8718.0, 8730.0, 8652.0, 8738.0, 8701.0, 8712.0, 8752.0, 8696.0, 8681.0, 8694.0, 8722.0, 8678.0, 8732.0, 8682.0, 8706.0, 8670.0, 8733.0, 8667.0, 8737.0, 8681.0, 8708.0, 8666.0, 8720.0, 8669.0, 8724.0, 8679.0, 8704.0, 8666.0, 8697.0, 8667.0, 8737.0, 8680.0, 8718.0, 8662.0, 8714.0, 8665.0, 8717.0, 8661.0, 8704.0, 8632.0, 8716.0, 8626.0, 8734.0, 8650.0, 8706.0, 8651.0, 8717.0, 8646.0, 8719.0, 8649.0, 8711.0, 8626.0, 8705.0, 8641.0, 8721.0, 8623.0, 8719.0, 8649.0, 8704.0, 8650.0, 8705.0, 8644.0, 8707.0, 8619.0, 8713.0, 8651.0, 8676.0, 8648.0, 8691.0, 8661.0, 8679.0, 8737.0, 8661.0, 8704.0, 8649.0, 8704.0, 8636.0, 8724.0, 8655.0, 8710.0, 8655.0, 8704.0, 8660.0, 8731.0, 8676.0, 8731.0, 8676.0, 8731.0, 8681.0, 8733.0, 8677.0, 8729.0, 8692.0, 8743.0, 8670.0, 8749.0, 8728.0, 8725.0, 8707.0, 8707.0, 8746.0, 8680.0, 8750.0, 8692.0, 8719.0, 8665.0, 8716.0, 8664.0, 8718.0, 8665.0, 8702.0, 8667.0, 8722.0, 8669.0, 8720.0, 8650.0, 8723.0, 8652.0, 8689.0, 8633.0, 8704.0, 8646.0, 8678.0, 8736.0, 8684.0, 8723.0, 8666.0, 8703.0, 8653.0, 8719.0, 8655.0, 8687.0, 8654.0, 8723.0, 8638.0, 8724.0, 8637.0, 8727.0, 8672.0, 8728.0, 8675.0, 8731.0, 8688.0, 8735.0, 8687.0, 8705.0, 8674.0, 8724.0, 8667.0, 8733.0, 8679.0, 8674.0, 8649.0, 8691.0, 8690.0, 8661.0, 8738.0, 8667.0, 8703.0, 8650.0, 8706.0, 8651.0, 8725.0, 8666.0, 8721.0, 8667.0, 8715.0, 8630.0, 8723.0, 8652.0, 8701.0, 8652.0, 8717.0, 8630.0, 8686.0, 8675.0, 8660.0, 8649.0, 8677.0, 8671.0, 8661.0, 8710.0, 8660.0, 8677.0, 8681.0, 8708.0, 8676.0, 8736.0, 8683.0, 8706.0, 8629.0, 8707.0, 8658.0, 8705.0, 8654.0, 8725.0, 8668.0, 8723.0, 8653.0, 8718.0, 8656.0, 8743.0, 8658.0, 8699.0, 8655.0, 8699.0, 8708.0, 8669.0, 8717.0, 8664.0, 8681.0, 8651.0, 8704.0, 8648.0, 8719.0, 8654.0, 8726.0, 8639.0, 8693.0, 8654.0, 8705.0, 8648.0, 8697.0, 8722.0, 8685.0, 8706.0, 8672.0, 8710.0, 8652.0, 8711.0, 8638.0, 8714.0, 8662.0, 8714.0, 8680.0, 8743.0, 8693.0, 8749.0, 8663.0, 8750.0, 8743.0, 8685.0, 8755.0, 8700.0, 8725.0, 8686.0, 8727.0, 8719.0, 8676.0, 8730.0, 8650.0, 8717.0, 8649.0, 8706.0, 8634.0, 8679.0, 8634.0, 8685.0, 8707.0, 8649.0, 8720.0, 8667.0, 8668.0, 8669.0, 8661.0, 8699.0, 8722.0, 8707.0, 8701.0, 8714.0, 8684.0, 8713.0, 8729.0, 8688.0, 8725.0, 8696.0, 8708.0, 8677.0, 8736.0, 8678.0, 8739.0, 8681.0, 8706.0, 8667.0, 8723.0, 8649.0, 8723.0, 8650.0, 8710.0, 8648.0, 8692.0, 8647.0, 8693.0, 8648.0, 8714.0, 8656.0, 8712.0, 8641.0, 8733.0, 8674.0, 8714.0, 8688.0, 8728.0, 8662.0, 8725.0, 8669.0, 8716.0, 8695.0, 8696.0, 8670.0, 8699.0, 8751.0, 8680.0, 8739.0, 8683.0, 8708.0, 8670.0, 8724.0, 8651.0, 8699.0, 8654.0, 8692.0, 8635.0, 8682.0, 8637.0, 8696.0, 8718.0, 8678.0, 8728.0, 8649.0, 8717.0, 8643.0, 8701.0, 8659.0, 8688.0, 8667.0, 8709.0, 8684.0, 8730.0, 8689.0, 8747.0, 8704.0, 8766.0, 8789.0, 8734.0, 8771.0, 8730.0, 8701.0, 8770.0, 8700.0, 8739.0, 8694.0, 8696.0, 8748.0, 8662.0, 8718.0, 8648.0, 8674.0, 8663.0, 8665.0, 8722.0, 8652.0, 8690.0, 8633.0, 8686.0, 8633.0, 8660.0, 8696.0, 8667.0, 8727.0, 8673.0, 8719.0, 8665.0, 8718.0, 8675.0, 8712.0, 8678.0, 8718.0, 8664.0, 8733.0, 8680.0, 8738.0, 8696.0, 8734.0, 8672.0, 8728.0, 8660.0, 8716.0, 8712.0, 8712.0, 8697.0, 8723.0, 8721.0, 8679.0, 8751.0, 8712.0, 8739.0, 8663.0, 8702.0, 8621.0, 8706.0, 8651.0, 8679.0, 8718.0, 8662.0, 8711.0, 8658.0, 8692.0, 8652.0, 8690.0, 8653.0, 8703.0, 8663.0, 8718.0, 8687.0, 8703.0, 8679.0, 8704.0, 8716.0, 8692.0, 8772.0, 8717.0, 8725.0, 8672.0, 8729.0, 8639.0, 8713.0, 8728.0, 8684.0, 8709.0, 8698.0, 8740.0, 8681.0, 8711.0, 8658.0, 8709.0, 8620.0, 8710.0, 8651.0, 8655.0, 8700.0, 8654.0, 8709.0, 8654.0, 8697.0, 8657.0, 8710.0, 8638.0, 8701.0, 8671.0, 8683.0, 8667.0, 8685.0, 8710.0, 8673.0, 8734.0, 8676.0, 8701.0, 8657.0, 8713.0, 8656.0, 8698.0, 8672.0, 8704.0, 8705.0, 8671.0, 8712.0, 8669.0, 8694.0, 8650.0, 8695.0, 8638.0, 8698.0, 8669.0, 8684.0, 8685.0, 8689.0, 8729.0, 8689.0, 8728.0, 8695.0, 8735.0, 8678.0, 8737.0, 8669.0, 8734.0, 8684.0, 8691.0, 8747.0, 8676.0, 8714.0, 8635.0, 8715.0, 8656.0, 8714.0, 8684.0, 8702.0, 8702.0, 8721.0, 8716.0, 8690.0, 8751.0, 8693.0, 8715.0, 8662.0, 8727.0, 8675.0, 8701.0, 8675.0, 8734.0, 8675.0, 8714.0, 8654.0, 8711.0, 8714.0, 8683.0, 8759.0, 8685.0, 8713.0, 8668.0, 8709.0, 8636.0, 8693.0, 8636.0, 8714.0, 8663.0, 8686.0, 8694.0, 8668.0, 8724.0, 8655.0, 8711.0, 8659.0, 8717.0, 8658.0, 8716.0, 8682.0, 8739.0, 8674.0, 8709.0, 8738.0, 8696.0, 8750.0, 8695.0, 8736.0, 8681.0, 8719.0, 8684.0, 8702.0, 8729.0, 8660.0, 8743.0, 8692.0, 8716.0, 8664.0, 8737.0, 8657.0, 8707.0, 8746.0, 8688.0, 8729.0, 8657.0, 8709.0, 8660.0, 8711.0, 8659.0, 8716.0, 8680.0, 8736.0, 8684.0, 8753.0, 8700.0, 8757.0, 8703.0, 8757.0, 8695.0, 8758.0, 8741.0, 8725.0, 8751.0, 8723.0, 8761.0, 8706.0, 8779.0, 8702.0, 8743.0, 8668.0, 8729.0, 8711.0, 8698.0, 8759.0, 8683.0, 8696.0, 8671.0, 8709.0, 8655.0, 8685.0, 8656.0, 8715.0, 8653.0, 8696.0, 8681.0, 8683.0, 8726.0, 8681.0, 8708.0, 8657.0, 8717.0, 8661.0, 8696.0, 8659.0, 8716.0, 8657.0, 8703.0, 8717.0, 8711.0, 8728.0, 8680.0, 8721.0, 8667.0, 8734.0, 8663.0, 8718.0, 8672.0, 8707.0, 8732.0, 8693.0, 8736.0, 8683.0, 8748.0, 8699.0, 8739.0, 8664.0, 8717.0, 8680.0, 8722.0, 8693.0, 8706.0, 8703.0, 8710.0, 8748.0, 8689.0, 8734.0, 8677.0, 8736.0, 8680.0, 8732.0, 8678.0, 8745.0, 8685.0, 8721.0, 8659.0, 8729.0, 8711.0, 8700.0, 8759.0, 8732.0, 8745.0, 8659.0, 8738.0, 8686.0, 8686.0, 8737.0, 8670.0, 8718.0, 8681.0, 8716.0, 8657.0, 8704.0, 8666.0, 8725.0, 8684.0, 8743.0, 8707.0, 8757.0, 8688.0, 8756.0, 8728.0, 8689.0, 8767.0, 8691.0, 8736.0, 8720.0, 8703.0, 8716.0, 8691.0, 8760.0, 8689.0, 8744.0, 8679.0, 8730.0, 8661.0, 8732.0, 8700.0, 8672.0, 8741.0, 8689.0, 8716.0, 8660.0, 8700.0, 8659.0, 8714.0, 8675.0, 8720.0, 8678.0, 8730.0, 8688.0, 8732.0, 8715.0, 8728.0, 8713.0, 8761.0, 8686.0, 8757.0, 8716.0, 8757.0, 8717.0, 8741.0, 8718.0, 8771.0, 8724.0, 8766.0, 8725.0, 8741.0, 8713.0, 8752.0, 8686.0, 8736.0, 8666.0, 8745.0, 8731.0, 8710.0, 8730.0, 8664.0, 8713.0, 8632.0, 8688.0, 8627.0, 8681.0, 8725.0, 8651.0, 8690.0, 8656.0, 8698.0, 8661.0, 8699.0, 8678.0, 8740.0, 8684.0, 8727.0, 8667.0, 8724.0, 8749.0, 8699.0, 8738.0, 8687.0, 8724.0, 8684.0, 8737.0, 8687.0, 8755.0, 8689.0, 8765.0, 8716.0, 8738.0, 8790.0, 8701.0, 8752.0, 8684.0, 8724.0, 8683.0, 8757.0, 8685.0, 8763.0, 8733.0, 8701.0, 8768.0, 8689.0, 8754.0, 8685.0, 8740.0, 8687.0, 8737.0, 8689.0, 8747.0, 8689.0, 8759.0, 8706.0, 8759.0, 8704.0, 8779.0, 8688.0, 8757.0, 8757.0, 8730.0, 8767.0, 8734.0, 8784.0, 8742.0, 8765.0, 8729.0, 8732.0, 8751.0, 8715.0, 8726.0, 8642.0, 8712.0, 8654.0, 8681.0, 8743.0, 8678.0, 8730.0, 8681.0, 8739.0, 8705.0, 8750.0, 8697.0, 8722.0, 8685.0, 8731.0, 8755.0, 8698.0, 8725.0, 8697.0, 8765.0, 8723.0, 8755.0, 8701.0, 8762.0, 8741.0, 8708.0, 8779.0, 8691.0, 8748.0, 8661.0, 8737.0, 8678.0, 8718.0, 8663.0, 8733.0, 8754.0, 8716.0, 8766.0, 8689.0, 8756.0, 8683.0, 8744.0, 8668.0, 8707.0, 8712.0, 8713.0, 8675.0, 8750.0, 8695.0, 8770.0, 8732.0, 8786.0, 8743.0, 8783.0, 8791.0, 8765.0, 8779.0, 8759.0, 8735.0, 8764.0, 8693.0, 8760.0, 8694.0, 8748.0, 8699.0, 8734.0, 8674.0, 8732.0, 8657.0, 8733.0, 8778.0, 8690.0, 8744.0, 8656.0, 8696.0, 8654.0, 8686.0, 8740.0, 8682.0, 8752.0, 8669.0, 8738.0, 8698.0, 8761.0, 8690.0, 8787.0, 8781.0, 8719.0, 8756.0, 8691.0, 8780.0, 8687.0, 8743.0, 8772.0, 8736.0, 8740.0, 8705.0, 8729.0, 8673.0, 8740.0, 8695.0, 8762.0, 8712.0, 8782.0, 8734.0, 8801.0, 8752.0, 8821.0, 8732.0, 8777.0, 8721.0, 8781.0, 8810.0, 8738.0, 8752.0, 8716.0, 8717.0, 8674.0, 8734.0, 8730.0, 8725.0, 8764.0, 8704.0, 8705.0, 8693.0, 8719.0, 8715.0, 8790.0, 8696.0, 8721.0, 8697.0, 8752.0, 8659.0, 8683.0, 8763.0, 8677.0, 8713.0, 8674.0, 8727.0, 8672.0, 8728.0, 8658.0, 8710.0, 8662.0, 8720.0, 8718.0, 8695.0, 8707.0, 8709.0, 8750.0, 8713.0, 8748.0, 8694.0, 8716.0, 8666.0, 8722.0, 8667.0, 8739.0, 8714.0, 8779.0, 8694.0, 8783.0, 8758.0, 8700.0, 8758.0, 8724.0, 8773.0, 8711.0, 8780.0, 8703.0, 8716.0, 8769.0, 8720.0, 8774.0, 8704.0, 8750.0, 8707.0, 8732.0, 8759.0, 8722.0, 8774.0, 8719.0, 8760.0, 8713.0, 8744.0, 8699.0, 8756.0, 8707.0, 8752.0, 8723.0, 8803.0, 8707.0, 8808.0, 8737.0, 8775.0, 8749.0, 8826.0, 8851.0, 8758.0, 8783.0, 8810.0, 8746.0, 8765.0, 8716.0, 8753.0, 8688.0, 8770.0, 8672.0, 8771.0, 8699.0, 8752.0, 8703.0, 8773.0, 8718.0, 8773.0, 8704.0, 8757.0, 8700.0, 8754.0, 8689.0, 8776.0, 8744.0, 8769.0, 8692.0, 8773.0, 8785.0, 8748.0, 8752.0, 8688.0, 8700.0, 8736.0, 8671.0, 8724.0, 8673.0, 8729.0, 8643.0, 8708.0, 8650.0, 8717.0, 8747.0, 8694.0, 8775.0, 8698.0, 8741.0, 8659.0, 8756.0, 8669.0, 8730.0, 8692.0, 8762.0, 8710.0, 8785.0, 8744.0, 8787.0, 8746.0, 8785.0, 8747.0, 8783.0, 8743.0, 8804.0, 8803.0, 8784.0, 8787.0, 8736.0, 8752.0, 8727.0, 8725.0, 8746.0, 8694.0, 8737.0, 8641.0, 8715.0, 8643.0, 8703.0, 8691.0, 8695.0, 8751.0, 8698.0, 8739.0, 8700.0, 8704.0, 8709.0, 8707.0, 8752.0, 8788.0, 8771.0, 8748.0, 8755.0, 8802.0, 8771.0, 8779.0, 8745.0, 8733.0, 8801.0, 8722.0, 8731.0, 8647.0, 8729.0, 8758.0, 8687.0, 8728.0, 8669.0, 8745.0, 8738.0, 8679.0, 8741.0, 8681.0, 8735.0, 8666.0, 8736.0, 8672.0, 8743.0, 8693.0, 8761.0, 8705.0, 8778.0, 8676.0, 8762.0, 8724.0, 8760.0, 8708.0, 8781.0, 8710.0, 8760.0, 8707.0, 8777.0, 8701.0, 8779.0, 8749.0, 8774.0, 8697.0, 8772.0, 8775.0, 8768.0, 8788.0, 8716.0, 8728.0, 8669.0, 8733.0, 8773.0, 8700.0, 8725.0, 8642.0, 8720.0, 8741.0, 8668.0, 8722.0, 8669.0, 8715.0, 8643.0, 8700.0, 8743.0, 8696.0, 8736.0, 8666.0, 8721.0, 8685.0, 8740.0, 8701.0, 8736.0, 8708.0, 8722.0, 8726.0, 8736.0, 8743.0, 8758.0, 8739.0, 8732.0, 8798.0, 8740.0, 8750.0, 8734.0, 8765.0, 8719.0, 8765.0, 8738.0, 8749.0, 8719.0, 8786.0, 8716.0, 8723.0, 8725.0, 8696.0, 8737.0, 8697.0, 8757.0, 8697.0, 8749.0, 8676.0, 8732.0, 8660.0, 8749.0, 8679.0, 8718.0, 8694.0, 8717.0, 8694.0, 8739.0, 8685.0, 8721.0, 8697.0, 8690.0, 8693.0, 8734.0, 8698.0, 8737.0, 8679.0, 8705.0, 8693.0, 8702.0, 8674.0, 8728.0, 8701.0, 8719.0, 8693.0, 8677.0, 8697.0, 8674.0, 8700.0, 8761.0, 8697.0, 8688.0, 8677.0, 8736.0, 8699.0, 8720.0, 8680.0, 8709.0, 8680.0, 8735.0, 8669.0, 8738.0, 8695.0, 8752.0, 8695.0, 8746.0, 8711.0, 8784.0, 8733.0, 8787.0, 8712.0, 8743.0, 8779.0, 8724.0, 8777.0, 8727.0, 8757.0, 8728.0, 8766.0, 8711.0, 8766.0, 8726.0, 8764.0, 8738.0, 8778.0, 8723.0, 8720.0, 8725.0, 8721.0, 8749.0, 8717.0, 8774.0, 8705.0, 8759.0, 8700.0, 8779.0, 8746.0, 8771.0, 8684.0, 8752.0, 8679.0, 8755.0, 8697.0, 8747.0, 8693.0, 8744.0, 8673.0, 8732.0, 8778.0, 8763.0, 8730.0, 8696.0, 8694.0, 8667.0, 8691.0, 8670.0, 8721.0, 8679.0, 8730.0, 8673.0, 8731.0, 8658.0, 8736.0, 8661.0, 8729.0, 8665.0, 8707.0, 8678.0, 8696.0, 8704.0, 8700.0, 8709.0, 8710.0, 8682.0, 8742.0, 8695.0, 8747.0, 8699.0, 8743.0, 8699.0, 8751.0, 8741.0, 8712.0, 8761.0, 8733.0, 8756.0, 8691.0, 8733.0, 8663.0, 8724.0, 8678.0, 8709.0, 8664.0, 8725.0, 8687.0, 8744.0, 8703.0, 8749.0, 8691.0, 8785.0, 8734.0, 8750.0, 8711.0, 8788.0, 8737.0, 8765.0, 8756.0, 8731.0, 8792.0, 8724.0, 8759.0, 8769.0, 8690.0, 8717.0, 8667.0, 8711.0, 8660.0, 8694.0, 8641.0, 8704.0, 8663.0, 8717.0, 8680.0, 8717.0, 8703.0, 8734.0, 8690.0, 8742.0, 8708.0, 8760.0, 8704.0, 8746.0, 8701.0, 8739.0, 8703.0, 8740.0, 8713.0, 8739.0, 8685.0, 8733.0, 8679.0, 8754.0, 8675.0, 8734.0, 8675.0, 8731.0, 8662.0, 8746.0, 8757.0, 8703.0, 8711.0, 8665.0, 8713.0, 8634.0, 8696.0, 8726.0, 8694.0, 8711.0, 8654.0, 8692.0, 8654.0, 8696.0, 8656.0, 8690.0, 8750.0, 8681.0, 8733.0, 8686.0, 8702.0, 8683.0, 8725.0, 8689.0, 8729.0, 8695.0, 8759.0, 8723.0, 8765.0, 8714.0, 8757.0, 8731.0, 8752.0, 8706.0, 8780.0, 8720.0, 8761.0, 8716.0, 8770.0, 8699.0, 8751.0, 8755.0, 8746.0, 8745.0, 8672.0, 8729.0, 8672.0, 8715.0, 8655.0, 8716.0, 8659.0, 8713.0, 8656.0, 8737.0, 8668.0, 8735.0, 8692.0, 8720.0, 8672.0, 8719.0, 8682.0, 8734.0, 8658.0, 8734.0, 8671.0, 8732.0, 8758.0, 8713.0, 8730.0, 8662.0, 8708.0, 8651.0, 8657.0, 8651.0, 8698.0, 8649.0, 8698.0, 8663.0, 8735.0, 8674.0, 8725.0, 8720.0, 8700.0, 8736.0, 8693.0, 8717.0, 8671.0, 8716.0, 8656.0, 8668.0, 8731.0, 8692.0, 8689.0, 8678.0, 8679.0, 8690.0, 8664.0, 8699.0, 8686.0, 8734.0, 8695.0, 8764.0, 8722.0, 8772.0, 8754.0, 8735.0, 8743.0, 8717.0, 8763.0, 8726.0, 8770.0, 8752.0, 8724.0, 8758.0, 8671.0, 8725.0, 8663.0, 8713.0, 8706.0, 8683.0, 8747.0, 8671.0, 8693.0, 8669.0, 8698.0, 8655.0, 8704.0, 8647.0, 8720.0, 8681.0, 8724.0, 8680.0, 8745.0, 8707.0, 8745.0, 8684.0, 8744.0, 8661.0, 8729.0, 8737.0, 8675.0, 8735.0, 8692.0, 8733.0, 8659.0, 8733.0, 8660.0, 8708.0, 8769.0, 8710.0, 8733.0, 8697.0, 8739.0, 8699.0, 8740.0, 8674.0, 8760.0, 8709.0, 8746.0, 8696.0, 8720.0, 8713.0, 8754.0, 8732.0, 8742.0, 8730.0, 8748.0, 8762.0, 8771.0, 8743.0, 8799.0, 8742.0, 8777.0, 8735.0, 8775.0, 8723.0, 8757.0, 8739.0, 8713.0, 8676.0, 8723.0, 8747.0, 8705.0, 8763.0, 8702.0, 8699.0, 8673.0, 8714.0, 8672.0, 8716.0, 8675.0, 8701.0, 8678.0, 8717.0, 8677.0, 8735.0, 8680.0, 8719.0, 8695.0, 8702.0, 8692.0, 8705.0, 8680.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.0012419609040928527</td></tr>
<tr><td colspan=3>aqi</td><td>0.052510238973732436</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.56897281369197</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.10728674663814</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9487288628361861</td></tr>
<tr><td colspan=3>efc</td><td>0.4871</td></tr>
<tr><td colspan=3>fber</td><td>3478.1199</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11231928124665198</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.00916310323763</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.520953677788054</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5038401221219813</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.628495028240886</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4305258830012946</td></tr>
<tr><td colspan=3>gcor</td><td>0.00892326</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008481950499117374</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03165218606591225</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1637</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.189831341103546</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>25.8423</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.4796</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.9774</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298624.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>715.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.8561</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8779</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.265</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3115.1507</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77920.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1267.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4060.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>777.1146</td></tr>
<tr><td colspan=3>tsnr</td><td>28.780233252909966</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>