Source code for setigen.funcs.bp_profiles

[docs] def constant_bp_profile(level=1): """ Constant bandpass profile. """ def bp_profile(f): return level return bp_profile