chihchunhsu/smart

Telluric wavelength calibration error

Closed this issue · 1 comments

TypeError: convolveTelluric() missing 2 required positional arguments: 'pwv' and 'telluric_data'
When executing:

telluric_model = smart.convolveTelluric(i,data)

The function is defined here:

def convolveTelluric(lsf, airmass, pwv, telluric_data):

I changed the version back for this function; I defined this function in two places