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

Update csst_ifs_gehong/spec1d.py

parent 857111d8
Loading
Loading
Loading
Loading
Loading
+1 −1
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.getcwd()
data_path = os.path.dirname(os.path.abspath(__file__))

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