pyuvdata
pyuvdata copied to clipboard
Conjugate on select
The current behavior of select is to get either a baseline or it's conjugate if it exists in the data. For example, if you ask for (67, 68) and (68, 67) is the conjugation that exists in the data, select will return (68, 67). It seems like we might want at least a flag to have select return the conjugation that was asked for.