InterpFunc
- class deprojected_sersic_models.InterpFunc(f_interp=None, f_extrap=None, table_Rad=None, table_Reff=None)[source]
Bases:
objectHelper class to wrap a returned interpolation function: to allow for cubic/other interpolation within table coverage, but linear extrapolation outside of coverage.
Methods Summary
__call__(*args, **kwargs)Call self as a function.
evaluate(R, Reff)Methods Documentation