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

Finding pols in file names #149

Open
nicholebarry opened this issue May 17, 2022 · 0 comments
Open

Finding pols in file names #149

nicholebarry opened this issue May 17, 2022 · 0 comments

Comments

@nicholebarry
Copy link
Contributor

Line 114 in fhd_file_setup looks for the polarization names in the file name:
pol_exist = stregex(datafile, '[xy][xy]', /boolean, /fold_case)

This has unintended behaviour if a pol name exists in the file name within a word. For example, the polarization xy will be pulled from file names that have the word galaxy even if the xy polarization does not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant