Skip to content

Commit

Permalink
Minor bugfix for parser in analysis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunhopang committed Mar 30, 2024
1 parent 26000a7 commit e0272d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nmma/em/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,12 @@ def get_parser(**kwargs):
)
parser.add_argument(
"--ra",
type=float,
help="Right ascension of the sky location; to be used together with fits file"
)
parser.add_argument(
"--dec",
type=float,
help="Declination of the sky location; to be used together with fits file"
)

Expand Down

0 comments on commit e0272d8

Please sign in to comment.