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

apply_cal shadows hera_cal's apply_cal #67

Open
steven-murray opened this issue Jan 16, 2023 · 0 comments
Open

apply_cal shadows hera_cal's apply_cal #67

steven-murray opened this issue Jan 16, 2023 · 0 comments
Assignees

Comments

@steven-murray
Copy link
Contributor

THis is not necessarily a problem with aipy per se, but should be figured out. I just had a head-scratcher where I was running apply_cal.py via makeflow and it was telling me that a particular option wasn't available. I realized that the apply_cal.py in my env had been over-written by aipy's version.

We could

  1. Do nothing, just let the user figure it out and re-install hera_cal after any aipy update.
  2. Remove or rename the script in aipy (or hera_cal I guess)
  3. Shift aipy (and/or hera_cal) to a subcommand style script system, so eg. $ aipy apply-cal [infile] [outfile] instead of $ apply_cal.py [infile] [outfile]
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

3 participants