pyuvdata icon indicating copy to clipboard operation
pyuvdata copied to clipboard

Conjugate on select

Open jpober opened this issue 9 months ago • 0 comments

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.

jpober avatar May 29 '24 14:05 jpober