Commit b59062f2 authored by Feng Shuai's avatar Feng Shuai 💬
Browse files

Update spec1d.py

parent a1ab9ff6
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ from astropy.io import fits
from scipy.stats import norm
from scipy.interpolate import interp1d

data_path = os.getenv('GEHONG_DATA_PATH')
data_path = '.'

def readcol(filename, **kwargs):
    """