Commit bf8acf21 authored by Feng Shuai's avatar Feng Shuai :speech_balloon:
Browse files

Update csst_ifs_gehong/spec1d.py

No related merge requests found
Pipeline #4097 failed with stage
in 0 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -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