InterpFunc

class deprojected_sersic_models.InterpFunc(f_interp=None, f_extrap=None, table_Rad=None, table_Reff=None)[source]

Bases: object

Helper 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

__call__(*args, **kwargs)[source]

Call self as a function.

evaluate(R, Reff)[source]