Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Dec 2, 2024
1 parent f41542a commit 8501db9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def calc_alpha_line_at_nu(
logger.info("Broadening range is in length units")
lambdas = tracing_nus.to(u.AA, equivalencies=u.spectral())
logger.info("Convering broadening to frequency units")
lambdas_plus_broadening_range = lambdas + line_range.to(u.AA)")
lambdas_plus_broadening_range = lambdas + line_range.to(u.AA)
nus_plus_broadening_range = lambdas_plus_broadening_range.to(
u.Hz, equivalencies=u.spectral()
)
Expand Down

0 comments on commit 8501db9

Please sign in to comment.