Commit 20e6a28cf57d0ab8ff9f90b9280c1c1e8beb29a2

Authored by Annie Hughes
1 parent d8173bba
Exists in master

nice latex psi

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/idl/dustem_plugin_mbbdy.pro
... ... @@ -42,7 +42,7 @@ ENDIF
42 42  
43 43 ;default values of input parameters
44 44 amp = 0.5 ; Amplitude of the modified black-body emission
45   -temp = 19 ; Temperature of the dust species
  45 +temp = 20.0 ; Temperature of the dust
46 46 beta = 1.8 ; Emissivity index
47 47  
48 48 w0=100. ; Theoretical wavelength (3THz) where optical depth equals unity
... ... @@ -53,7 +53,7 @@ smallp=0.
53 53 psi=0.
54 54  
55 55 scope='ADD_SED+ADD_POLSED'
56   -paramtag=['Amp','T_MBB (K)','beta (Plaw_index)','p','Psi (deg)']
  56 +paramtag=['Amp',textoidl('T_{MBB}')+' [K]',textoidl('\beta'),'p','Psi [deg]']
57 57  
58 58 IF keyword_set(key) THEN BEGIN
59 59  
... ...