Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for & in baseline regex #99

Closed
gervandiepen opened this issue Apr 22, 2015 · 0 comments
Closed

Add support for & in baseline regex #99

gervandiepen opened this issue Apr 22, 2015 · 0 comments
Assignees
Milestone

Comments

@gervandiepen
Copy link
Contributor

With the current MSAntennaGram baseline selection it is virtually impossible to select LOFAR baselines between HBA0 and HBA1 in the same station. It could be achieved by adding support for selection on baseline name using &. For example a regex like:

(.*)HBA0&\1HBA1

will do the job. The & in the regex indicates it is special, so MSAntennaGram will form appropriate baseline names for all atenna pairs.

@gijzelaerr gijzelaerr added this to the v2.1.0 milestone May 4, 2015
gervandiepen added a commit to gervandiepen/casacore that referenced this issue Jun 11, 2015
Made & possible for a full baseline regex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants