RadioAstronomySoftwareGroup / pyuvdata

A pythonic interface for radio astronomy interferometry data (uvfits, miriad, others)
https://pyuvdata.readthedocs.io/en/latest/index.html
BSD 2-Clause "Simplified" License
82 stars 26 forks source link

Generalize x_orientation concept #854

Open jpober opened 4 years ago

jpober commented 4 years ago

x_orientation keyword might need some adaptation to support arrays where the dishes steer/rotate.

bhazelton commented 1 year ago

Proposal is to not do away with x_orientation but instead to add information that can be per-antenna (length Nants_Telescope). Idea is to put all the antenna based info (including antenna_positions, antenna_names, antenna_numbers) + new stuff (e.g. mount_type) on a Telescope object that becomes an attribute of UVData, UVCal & UVFlag objects with getattr handling so the antenna based info can still be accessed directly from UVData.

bhazelton commented 1 year ago

linked to #1095