Skip to content

Commit

Permalink
improve docstring for sky_file kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
suberlak committed Apr 24, 2024
1 parent 4a71a43 commit 018e437
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/lsst/ts/imsim/closed_loop_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,8 @@ def set_img_parser(parser: ArgumentParser) -> ArgumentParser:
help="""
Text file contains the star Id, ra, dec, and magnitude.
The default is to use the OPD field positions with boresight
[ra, dec] = [0, 0].
[ra, dec] = [0, 0]. The file header must include column names
Id, Ra, Dec, Mag. For example, see tests/testData/sky/wfsStar.txt.
""",
)

Expand Down

0 comments on commit 018e437

Please sign in to comment.