Commit f11c91665b393cba5e7220237de5c57ccb074d0f

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

improved

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
LabTools/IRAP/JPB/phangs_compare_seds_isrf.pro
1 1  
2   -PRO phangs_compare_seds_isrf,isrf_class,N_seds=N_seds
  2 +PRO phangs_compare_seds_isrf,isrf_class,N_seds=N_seds,normalize=normalize
3 3  
4 4 ;phangs_compare_seds_isrf,15,N_seds=1000L
5 5  
... ... @@ -48,7 +48,7 @@ FOR j=0L,Nseds-1 DO BEGIN
48 48 fit_isrf_class_str='_isrfclass0'
49 49 table_name_2=dir+model+'_MuseISRF_JWST_G0_YPAH_YVSG_4Phangs'+fit_isrf_class_str+'.fits'
50 50  
51   - params=dustem_brute_force_fit(sed,table_name_2,filters,fact=fact,chi2=chi2,/normalize,rchi2=rchi2,show_sed=show_sed $
  51 + params=dustem_brute_force_fit(sed,table_name_2,filters,fact=fact,chi2=chi2,normalize=normalize,rchi2=rchi2,show_sed=show_sed $
52 52 ,params_hit=params_hit,params_uncertainties=params_uncertainties,params_min=params_min,params_max=params_max $
53 53 ,fixed_parameters_description=fixed_parameters_description,fixed_parameters_values=fixed_parameters_values $
54 54 ,weighted_params=weighted_params)
... ...