Constants ========= This module defines constants used throughout NeuRodent for feature names, frequency bands, and other configuration values. .. currentmodule:: neurodent.constants All Constants -------------- .. automodule:: neurodent.constants :members: :undoc-members: :show-inheritance: Feature Lists ------------- .. autodata:: LINEAR_FEATURES :annotation: = List of linear feature names .. autodata:: BAND_FEATURES :annotation: = List of band feature names .. autodata:: MATRIX_FEATURES :annotation: = List of matrix/connectivity feature names .. autodata:: HIST_FEATURES :annotation: = List of histogram/frequency domain feature names Frequency Bands --------------- .. autodata:: FREQ_BANDS :annotation: = Dictionary of frequency band ranges .. autodata:: BAND_NAMES :annotation: = List of frequency band names