Skip to content

Commit

Permalink
fixed spurious cos correction to right ascension rate of change
Browse files Browse the repository at this point in the history
  • Loading branch information
samncorn committed Mar 27, 2024
1 parent 5833aa3 commit 63bc3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sorcha/modules/PPAddUncertainties.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def uncertainties(

if configs.get("trailing_losses_on", False):
dMag = PPTrailingLoss.calcTrailingLoss(
detDF[dra_name] * degCos(detDF[dec_name]),
detDF[dra_name],
detDF[ddec_name],
detDF[seeingName],
texp=detDF[visit_time_name],
Expand Down

0 comments on commit 63bc3e7

Please sign in to comment.