Commit f12d80526661956266f8df56263724c3ae1b481f

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

chaaged the plot

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
src/idl/dustem_brute_force_fit.pro
... ... @@ -8,7 +8,7 @@ FUNCTION dustem_brute_force_fit,sed,table_name,filters,normalize=normalize,fact=
8 8 ; CATEGORY:
9 9 ; DustEM
10 10 ; CALLING SEQUENCE:
11   -; res=dustem_brute_force_fit(sed,table_name,filters,normalize=normalize,fact=fact,chi2=chi2,rchi2=rchi2,show_sed=show_sed)
  11 +; res=dustem_brute_force_fit(sed,table_name,filters[,/normalize][,fact=][,chi2=]Ò,rchi2=rchi2,show_sed=show_sed)
12 12 ; INPUTS:
13 13 ; None
14 14 ; OPTIONAL INPUT PARAMETERS:
... ... @@ -138,5 +138,7 @@ IF keyword_set(show_sed) THEN BEGIN
138 138 cgoplot,sed.wave,grid_seds[ind[0],*]*fact,psym='Filled Square',color='red'
139 139 ENDIF
140 140  
  141 +the_end:
  142 +
141 143 RETURN,params
142 144 END
143 145 \ No newline at end of file
... ...