Aperture¶
- class sbpy.activity.Aperture(dim)[source]¶
Bases:
ABCAbstract base class for photometric apertures.
Notes
The shape of the aperture must be passed as the first argument of
__init__, or elseas_lengthandas_anglemust be overridden.Methods Summary
as_angle(eph)This aperture in units of angle.
as_length(eph)This aperture in units of length.
Circular aperture radius that yields same flux for a 1/ρ coma.
Methods Documentation