Commit 1d18279c8338f1d7179bd4f89d3f396f2bacfb19

Authored by Jean-Philippe Bernard
1 parent 1a808a22
Exists in master

improved

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
src/idl/dustem_read_dustem_lv.pro
... ... @@ -101,8 +101,9 @@ st.em_tot=em_tot
101 101  
102 102 ;==== Longji, go ahaead there:
103 103 IF !dustem_redshift NE 0. THEN BEGIN
104   - help,st,/str
105   - help,st.wav
  104 + st.wav=st.wav*(1+!dustem_redshift)
  105 + ;help,st,/str
  106 + ;help,st.wav
106 107 ENDIF
107 108  
108 109 ;stop
... ...