.. role:: red .. role:: blue .. role:: navy TimeSeriesDecimation ==================== :navy:`level` ~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **level** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Decimation level, must be a non-negative | 0 | | | integer starting at 0 | | | **Type**: int | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`factor` ~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **factor** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Decimation factor between parent sample rate | 4.0 | | | and decimated time series sample rate. | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`method` ~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **method** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Type of decimation | default | | | | | | **Type**: | | | | | | | | **Units**: | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`sample_rate` ~~~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **sample_rate** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Sample rate of the decimation level data | 256 | | | (after decimation). | | | **Type**: | | | | | | | | **Units**: samples per second | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`anti_alias_filter` ~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **anti_alias_filter** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Type of anti alias filter for decimation. | default | | | | | | **Type**: str | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+