Commit 58b305dc authored by xin's avatar xin
Browse files

delete draw pic

parent 3fa20822
Pipeline #13 canceled with stages
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
''' '''
Author: zx Author: zx
Date: 2021-04-08 13:49:35 Date: 2021-04-08 13:49:35
LastEditTime: 2022-05-20 08:47:49 LastEditTime: 2022-07-05 14:58:42
LastEditors: xin zhangxinbjfu@gmail.com LastEditors: xin zhangxinbjfu@gmail.com
Description: In User Settings Edit Description: In User Settings Edit
FilePath: /undefined/Users/zhangxin/Work/SlitlessSim/sls_lit_demo/simDemo.py FilePath: /undefined/Users/zhangxin/Work/SlitlessSim/sls_lit_demo/simDemo.py
...@@ -189,11 +189,11 @@ class SpecGenerator(object): ...@@ -189,11 +189,11 @@ class SpecGenerator(object):
# plt.figure() # plt.figure()
# plt.plot(spec_orig[:,0], spec_orig[:,1]) # plt.plot(spec_orig[:,0], spec_orig[:,1])
plt.figure() # plt.figure()
plt.errorbar(wave_pix[idx][idx1], wave_flux[idx][idx1],err_flux[idx][idx1]) # plt.errorbar(wave_pix[idx][idx1], wave_flux[idx][idx1],err_flux[idx][idx1])
plt.legend([self.sedFile]) # plt.legend([self.sedFile])
# plt.plot(wave_pix[idx][idx1], wave_flux[idx][idx1]) # # plt.plot(wave_pix[idx][idx1], wave_flux[idx][idx1])
plt.show() # plt.show()
return specTab, Aimg, stamp.array return specTab, Aimg, stamp.array
......
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