calc_feed_rotation#
- pyvisgen.simulation.scan.calc_feed_rotation(X1: tensor, X2: tensor, bas, polarization: str) tuple[tensor, tensor][source]#
Calculates the feed rotation due to the parallactic angle rotation of the source over time.
- Parameters:
- X1
tensor() Fourier kernel calculated via
calc_fourier().- X2
tensor() Fourier kernel calculated via
calc_fourier().- bas
ValidBaselineSubset Baselinesdataclass object containing information on u, v, and w coverage, observation times, and parallactic angles.- polarizationstr
Type of polarization for the feed.
- X1
- Returns: