Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Nov 11, 2023
1 parent 550e0ef commit b4bfa31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proseco/fid.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,8 @@ def get_fid_positions(
"t_ccd_acq and date must be provided if PROSECO_ENABLE_FID_OFFSET is 'True'"
)

# Apply fid offset if t_ccd and date are provided
# (this is an "if" the case when enable_fid_offset_env is None)
if t_ccd is not None and date is not None:
dy, dz = get_fid_offset(date, t_ccd)
yang += dy
Expand Down

0 comments on commit b4bfa31

Please sign in to comment.