Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Jan 5, 2024
1 parent efe1dea commit f27ae3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/kbmod/fake_orbits/insert_fake_orbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ def insert_fake_orbit_into_work_unit(worku, orbit, flux, obscode):
The object brightness in the image.
obscode : `str`
The observator code to use for predictions.
Returns
-------
results : `list`
A list of result tuples. If the detection was added to image j, the
results[j] is the (x, y) tuple of its central pixel position. Otherwise
results[j] is None.
"""
mjds = worku.get_all_obstimes()
predicted_pos = orbit.get_ephemerides(mjds, obscode)
Expand Down

0 comments on commit f27ae3f

Please sign in to comment.