RadioAstronomySoftwareGroup / RadioAstronomySoftwareGroup/pyuvdata
Conjugate on select
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 102
- Forks
- 35
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 14
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Python implementation of select and any tests covering conjugate matching; read the current baseline/conjugate selection behavior first. The issue is done when an explicit option can preserve the requested conjugation and tests cover both the existing default and the requested-orientation behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100