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

Update spec1d.py

parent a1ab9ff6
Pipeline #4093 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.getenv('GEHONG_DATA_PATH') data_path = '.'
def readcol(filename, **kwargs): def readcol(filename, **kwargs):
""" """
...@@ -1098,4 +1098,4 @@ class SingleStar(): ...@@ -1098,4 +1098,4 @@ class SingleStar():
# Convert to input wavelength # Convert to input wavelength
self.wave = config.wave self.wave = config.wave
self.flux = flux self.flux = flux
\ No newline at end of file
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