From f9065c74bce3bbbcebc026713943f1417c581920 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernard Date: Thu, 3 Nov 2022 12:29:23 +0100 Subject: [PATCH] adapted for new keyword definitions --- src/idl/dustem_write_fits_table.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/idl/dustem_write_fits_table.pro b/src/idl/dustem_write_fits_table.pro index 8049cfe..b30fb20 100755 --- a/src/idl/dustem_write_fits_table.pro +++ b/src/idl/dustem_write_fits_table.pro @@ -63,11 +63,11 @@ ENDELSE IF !run_pol THEN BEGIN ;This is needed to compute Q,U of both SED and spectra - dustem_predicted_polsed=dustem_compute_stokes(*(*!dustem_fit).current_param_values,bidon, $ - dustem_predicted_Qsed,dustem_predicted_Used, $ - dustem_predicted_Q_spec,dustem_predicted_U_spec,dustem_predicted_PSI_spec, $ + toto=dustem_compute_stokes(*(*!dustem_fit).current_param_values,bidon, $ + Q_spec=dustem_predicted_Q_spec,U_spec=dustem_predicted_U_spec,PSI_spec=dustem_predicted_PSI_spec, $ dustem_psi_em,out_st=out_st) - + dustem_predicted_Qsed=toto[0] + dustem_predicted_Used=toto[1] ;Same in extinction, but does not work in polarization extinction was not fitted. ; dustem_predicted_polext=dustem_compute_stokext(*(*!dustem_fit).current_param_values,bidon, $ ; dustem_predicted_Qext,dustem_predicted_Uext, $ -- libgit2 0.21.2