Commit 6f04e7b3 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

update

parent 251af67c
Pipeline #7618 passed with stage
in 0 seconds
...@@ -179,7 +179,6 @@ class Star_Temp(): ...@@ -179,7 +179,6 @@ class Star_Temp():
raise ValueError( raise ValueError(
'Data error in galaxy_temp.fits file, please check!!!') 'Data error in galaxy_temp.fits file, please check!!!')
self.wave = hdulist[1].data['wave'] self.wave = hdulist[1].data['wave']
self.flux = hdulist[2].data self.flux = hdulist[2].data
self.Teff_grid = hdulist[3].data['Teff'] self.Teff_grid = hdulist[3].data['Teff']
......
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