Skip to content

Commit

Permalink
modified: src/forcedphot/odc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
szilac committed Aug 27, 2024
1 parent 5668592 commit c89bb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forcedphot/odc.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def create_parser(self):

# Other options
parser.add_argument(
"--location", default="X05",help="Observer location code (default: X05 for Rubin Observatory)"
"--location", default="X05", help="Observer location code (default: X05 for Rubin Observatory)"
)
parser.add_argument("--save-data", action="store_true", help="Save query results (Ephemeris data)")

Expand Down

0 comments on commit c89bb1d

Please sign in to comment.