Skip to content

Commit

Permalink
Unit typos in atmos_conversions.py
Browse files Browse the repository at this point in the history
Fix the errors in _r0_to_cn2_ and r0_to_seeing as described in  
#88
  • Loading branch information
matthewtownson committed Aug 25, 2023
1 parent 8669dec commit 0be8a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aotools/turbulence/atmos_conversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def r0_to_cn2(r0, lamda=500.E-9):
Calculates integrated Cn2 value from r0
Parameters:
r0 (float): r0 in cm
r0 (float): r0 in m
lamda : wavelength
Returns:
Expand All @@ -76,7 +76,7 @@ def r0_to_seeing(r0, lamda=500.E-9):
Calculates the seeing angle from r0
Parameters:
r0 (float): Freid's parameter in cm
r0 (float): Freid's parameter in m
lamda : wavelength
Returns:
Expand Down

0 comments on commit 0be8a2a

Please sign in to comment.