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

Update csst_ifs_gehong/spec1d.py

parent 857111d8
Pipeline #4097 failed with stage
in 0 seconds
...@@ -8,7 +8,7 @@ from astropy.io import fits ...@@ -8,7 +8,7 @@ from astropy.io import fits
from scipy.stats import norm from scipy.stats import norm
from scipy.interpolate import interp1d from scipy.interpolate import interp1d
data_path = os.getcwd() data_path = os.path.dirname(os.path.abspath(__file__))
def readcol(filename, **kwargs): def readcol(filename, **kwargs):
""" """
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment