Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Aug 29, 2023
1 parent 917cfb7 commit 61b4f51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions py/rvspecfit/read_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ def pix_integrator(x1, x2, l1, l2, s):

class ParamMapper:
"""
Class used to map stellar atmospheric parameters into more manageable grid
used for interpolation
Class used to map stellar atmospheric parameters into more suitable
space used for interpolation
"""

def __init__(self):
Expand Down
5 changes: 3 additions & 2 deletions py/rvspecfit/spec_inter.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,9 @@ def __init__(self,
lam: ndarray
Wavelength vector
mapper: function
Function that does the mapping from scaled box parameters to
proper values
Function that does the mapping from external parameters to
internal represetnation, i.e. going from teff,logg to
logteff, logg
parnames: tuple
The list of parameter names ('logg', 'teff' ,.. ) etc
revision: str
Expand Down

0 comments on commit 61b4f51

Please sign in to comment.