Skip to content

Commit

Permalink
gaia ades bugfix for obs bias values
Browse files Browse the repository at this point in the history
  • Loading branch information
rahil-makadia committed Apr 25, 2024
1 parent 3d88927 commit c089cd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grss/fit/fit_optical.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ def add_gaia_obs(obs_df, t_min_tdb=None, t_max_tdb=None, gaia_dr='gaiadr3', verb
obs_df.loc[idx, 'sigRA'] = ra_sig
obs_df.loc[idx, 'sigDec'] = dec_sig
obs_df.loc[idx, 'sigCorr'] = corr
obs_df.loc[idx, 'biasRA'] = 0.0
obs_df.loc[idx, 'biasDec'] = 0.0
obs_df.loc[idx, 'ctr'] = ctr
obs_df.loc[idx, 'sys'] = sys
obs_df.loc[idx, 'pos1'] = data['x_gaia_geocentric']
Expand Down

0 comments on commit c089cd5

Please sign in to comment.