Aperture¶
- class sbpy.activity.Aperture(dim)[source] [edit on github]¶
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
- as_angle(eph)[source] [edit on github]¶
This aperture in units of angle.
- as_length(eph)[source] [edit on github]¶
This aperture in units of length.
- abstractmethod coma_equivalent_radius()[source] [edit on github]¶
Circular aperture radius that yields same flux for a 1/ρ coma.
- Returns:
- rap
Quantity
- rap