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:
X1tensor()

Fourier kernel calculated via calc_fourier().

X2tensor()

Fourier kernel calculated via calc_fourier().

basValidBaselineSubset

Baselines dataclass object containing information on u, v, and w coverage, observation times, and parallactic angles.

polarizationstr

Type of polarization for the feed.

Returns:
X1tensor()

Fourier kernel with the applied feed rotation.

X2tensor()

Fourier kernel with the applied feed rotation.