Commit 62a2393e182103f96ad3ac705900d5d1dcb23373
1 parent
632162b9
Exists in
master
added redshift
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/idl/dustem_init.pro
... | ... | @@ -67,6 +67,8 @@ defsysv, '!run_rrf', 0. |
67 | 67 | defsysv, '!run_univ', 0. |
68 | 68 | defsysv, '!run_lin', 0. |
69 | 69 | |
70 | +defsysv, '!dustem_redshift', 0. ;in case the SED needs to be shifted for a non zero redshift | |
71 | + | |
70 | 72 | file=!dustem_wrap_soft_dir+'instrument_description.xcat' |
71 | 73 | st=read_xcat(file,/silent) |
72 | 74 | defsysv,'!dustem_instrument_description',st | ... | ... |