Skip to content

Commit

Permalink
Update get_fid_offset with provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Oct 23, 2023
1 parent 91db9c3 commit a9218d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chandra_aca/drift.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ def calc(self, times, t_ccd):
def get_fid_offset(time, t_ccd):
"""
Compute the fid light offset values for the provided inputs.
The y_offset and z_offset values in this function were calibrated against the
2022-11 aimpoint drift model and the FEB07 fid characteristics.
See https://github.com/sot/fid_drift_mon/blob/master/fid_offset_coeff.ipynb
"""

# Define model instances using calibrated parameters
Expand Down

0 comments on commit a9218d2

Please sign in to comment.