craftutils.observation.epoch.ImagingEpoch.frame_class.sep_elliptical_magnitude(centre: SkyCoord, a_world: Quantity, b_world: Quantity, theta_world: Quantity, kron_radius: float = 1.0, ext: int = 0, output: str | None = None, mask_nearby=True, detection_threshold: float | None = None, **kwargs)
Parameters
centre: SkyCoord

a_world: Quantity

b_world: Quantity

theta_world: Quantity

kron_radius: float = 1.0

ext: int = 0

output: str | None = None

mask_nearby=True

detection_threshold: float | None = None

**kwargs

keyword arguments to pass to the magnitude() method; header exp_time etc can be overridden here.

Returns