Commit 1608acac588d2a48ca3146fa4725ccca0279424b
1 parent
91fe3103
Exists in
master
minor bug in param order psi/p
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/idl/dustem_plugin_synchrotron.pro
... | ... | @@ -52,8 +52,8 @@ psi=0. ;default polarization angle |
52 | 52 | smallp=0.3;0.3 ;default polarization fraction |
53 | 53 | scope='ADD_SED+ADD_POLSED' |
54 | 54 | ;paramtag=['s (plaw_index)','Amp','p','Psi (deg)'] |
55 | -paramtag=[textoidl('\alpha_{CR}'),'Amp','p','Psi [deg]'] | |
56 | -paramdefault=[s,A,psi,smallp] | |
55 | +paramtag=[textoidl('\alpha_{CR}'),'Amp','p',textoidl('\psi')+' [deg]'] | |
56 | +paramdefault=[s,A,smallp,psi] | |
57 | 57 | IF keyword_set(key) THEN BEGIN |
58 | 58 | |
59 | 59 | ind1=where(key EQ 1,count1) | ... | ... |