I try to run the example code but the terminal showed there are something wrong."
Traceback (most recent call last):
File "test.py", line 27, in
integral=True)
File "/Users/~/anaconda/lib/python3.5/site-packages/higal_sedfitter/fit.py", line 175, in fit_modified_blackbody_tofiles
outheader = fits.getheader(target_files[wl])
NameError: name 'wl' is not defined.
I need some help.
I try to run the example code but the terminal showed there are something wrong." Traceback (most recent call last): File "test.py", line 27, in integral=True) File "/Users/~/anaconda/lib/python3.5/site-packages/higal_sedfitter/fit.py", line 175, in fit_modified_blackbody_tofiles outheader = fits.getheader(target_files[wl]) NameError: name 'wl' is not defined. I need some help.