Skip to content

Commit

Permalink
changed variable name to be more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
samncorn committed Feb 29, 2024
1 parent fe43b09 commit 4f4c497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sorcha/modules/PPTrailingLoss.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def calcTrailingLoss(
def PPTrailingLoss(
oif_df,
model="circularPSF",
dra_name="AstRARate(deg/day)",
dra_cosdec_name="AstRARate(deg/day)",
ddec_name="AstDecRate(deg/day)",
dec_name="AstDec(deg)",
seeing_name_survey="seeingFwhmEff",
Expand Down Expand Up @@ -147,7 +147,7 @@ def PPTrailingLoss(
"""

dmag = calcTrailingLoss(
oif_df[dra_name],
oif_df[dra_cosdec_name],
oif_df[ddec_name],
oif_df[seeing_name_survey],
model=model,
Expand Down

0 comments on commit 4f4c497

Please sign in to comment.