Skip to content

"Anasum" hard coded throughout VERITAS #10

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

Open
deividribeiro opened this issue Apr 27, 2023 · 0 comments
Open

"Anasum" hard coded throughout VERITAS #10

deividribeiro opened this issue Apr 27, 2023 · 0 comments

Comments

@deividribeiro
Copy link

VEGAS doesn't use anasum, so this string in the dictionaries and filename should be removed to accommodate those files (filenames are not standardized).
filelist = glob.glob(f"{self._datadir}/*anasum.fit*")
can become
filelist = glob.glob(f"{self._datadir}/*.fit*")

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