Update localization_log_gamma_model.py
This commit is contained in:
parent
c1889cf7cb
commit
a3c6b5a4d5
|
|
@ -121,7 +121,7 @@ def main(args):
|
|||
# prepare
|
||||
if args.outputfile:
|
||||
with open(args.outputfile, 'w') as f:
|
||||
f.write("filename,true_x,true_y,est_tx_x,est_tx_y,tx_pwr,env_gamma,fit_mse,rss_diff_5perc,rss_diff_95perc,rss_diff_med,rss_diff_avg\n")
|
||||
f.write("filename,true_x,true_y,est_tx_x,est_tx_y,error,est_tx_pwr,env_gamma,fit_mse,rss_diff_5perc,rss_diff_95perc,rss_diff_med,rss_diff_avg\n")
|
||||
|
||||
|
||||
# loop through and fit
|
||||
|
|
|
|||
Loading…
Reference in New Issue