Skip to content

Commit

Permalink
Fix a docstring so it doesn't look like we divide by i and j
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Jul 15, 2020
1 parent 35b7699 commit d762998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starcheck/src/lib/Ska/Starcheck/Obsid.pm
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def _pixels_to_yagzag(i, j):
This wrapper is set to pass allow_bad=True, as exceptions from the Python side
in this case would not be helpful, and the very small bad pixel list should be
on the CCD.
:params i: pixel row / i
:params j: pixel col / j
:params i: pixel row
:params j: pixel col
:returns tuple: yag, zag as floats
"""
yag, zag = pixels_to_yagzag(i, j, allow_bad=True)
Expand Down

0 comments on commit d762998

Please sign in to comment.