Skip to content

Commit

Permalink
Remove unused params in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Jul 10, 2023
1 parent 59c16a2 commit 9dc6dbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions starcheck/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,6 @@ def check_hot_pix(idxs, yags, zags, mags, types, t_ccd, date, dither_y, dither_z
:param date: observation date (str)
:param dither_y: dither_y in arcsecs (guide dither)
:param dither_z: dither_z in arcsecs (guide dither)
:param yellow_lim: yellow limit centroid offset threshold limit (in arcsecs)
:param red_lim: red limit centroid offset threshold limit (in arcsecs)
:return imposters: list of dictionaries with keys that define the index, the
imposter mag, a 'status' key that has value 0 if the code to get
the imposter mag ran successfully, calculated centroid offset, and
Expand Down

0 comments on commit 9dc6dbb

Please sign in to comment.