CircularAperture¶
- class sbpy.activity.CircularAperture(radius)[source] [edit on github]¶
Bases:
ApertureCircular aperture projected at the distance of the target.
- Parameters:
- radius
Quantity Angular or projected linear radius for the aperture.
- radius
Attributes Summary
Aperture radius.
Methods Summary
Circular aperture radius that yields same flux for a 1/ρ coma.
from_coma_equivalent(aperture)Initialize based on coma equivalent radius.
Attributes Documentation
- radius¶
Aperture radius.
Methods Documentation
- coma_equivalent_radius()[source] [edit on github]¶
Circular aperture radius that yields same flux for a 1/ρ coma.
- Returns:
- rap
Quantity
- rap
- classmethod from_coma_equivalent(aperture)[source] [edit on github]¶
Initialize based on coma equivalent radius.
- Parameters:
- aperture
ApertureorQuantity Another aperture or a radius.
- aperture