File "/Users/ctheissen/repos/apogee_tools/apogee_tools/forward_model/telluric.py", line 50, in getTelluric
tell_flux = np.array(tellurics[1].data['trans'])**(alpha)
NameError: name 'alpha' is not defined
Presumably it is because the alpha parameter is not set by default in the function.
I get the following error:
Presumably it is because the alpha parameter is not set by default in the function.