Commit b1818a4d7369da54547d008f29689310b8b363f4
1 parent
f11d3d62
Exists in
master
updated names and units of plugin parameters
Showing
3 changed files
with
4 additions
and
3 deletions
Show diff stats
src/idl/dustem_plugin_continuum.pro
src/idl/dustem_plugin_freefree.pro
... | ... | @@ -51,7 +51,7 @@ Amplitude=1. ;Amplitude |
51 | 51 | smallp=0.0 ;default polarization fraction |
52 | 52 | psi=0. ;default polarization angle |
53 | 53 | scope='ADD_SED' |
54 | -paramtag=['T_gas (K)','Amp','p','Psi (deg)'] | |
54 | +paramtag=[textoidl('T_{gas}')+' [K]','Amp','p','Psi [deg]'] | |
55 | 55 | paramdefault=[Tgas,Amplitude,smallp,psi] |
56 | 56 | IF keyword_set(key) THEN BEGIN |
57 | 57 | a=where(key EQ 1,count1) | ... | ... |
src/idl/dustem_plugin_synchrotron.pro
... | ... | @@ -51,7 +51,8 @@ A=1 ;Synchrotron radiation amplitude at 10 mm |
51 | 51 | psi=0. ;default polarization angle |
52 | 52 | smallp=0.3;0.3 ;default polarization fraction |
53 | 53 | scope='ADD_SED+ADD_POLSED' |
54 | -paramtag=['s (plaw_index)','Amp','p','Psi (deg)'] | |
54 | +;paramtag=['s (plaw_index)','Amp','p','Psi (deg)'] | |
55 | +paramtag=[textoidl('\alpha_{CR}'),'Amp','p','Psi [deg]'] | |
55 | 56 | paramdefault=[s,A,psi,smallp] |
56 | 57 | IF keyword_set(key) THEN BEGIN |
57 | 58 | ... | ... |