orca.utils.beam
Primary beam models for OVRO-LWA observations.
Provides abstract base class and implementations for computing beam response as a function of position. Includes analytic approximations and simulation-derived beam models (Woody beam).
Attributes
Classes
Abstract base class for beam models. |
|
Simple analytic beam model using sin(el)^1.6 approximation. |
|
Simulation-derived LWA dipole beam model. |
|
For loading and returning LWA dipole beam values (derived from DW beam simulations) on the ASTM. |
Module Contents
- class orca.utils.beam.BaseBeam(msfile: str)[source]
Bases:
abc.ABCAbstract base class for beam models.
Defines the interface for computing beam response at arbitrary sky positions.
- class orca.utils.beam.AnalyticBeam(msfile: str)[source]
Bases:
BaseBeamSimple analytic beam model using sin(el)^1.6 approximation.
- class orca.utils.beam.WoodyBeam(msfile: str)[source]
Bases:
BaseBeamSimulation-derived LWA dipole beam model.
Uses pre-computed beam grids from DW beam simulations interpolated to the observation frequency. Supports full Stokes (I, Q, U, V).