bug fixes in angle scan processing and documentation

This commit is contained in:
2019-02-28 18:55:29 +01:00
parent 9a81493a1a
commit 0fb0fd92c8
6 changed files with 132 additions and 33 deletions

View File

@ -552,7 +552,6 @@ function asp_calculate_output()
nvar folding=output_folding
nvar horizon=output_horizon
nvar graph_mode
do_init_process(0)
do_crop_alpha(0)
@ -570,8 +569,6 @@ function asp_calculate_output()
values = pol <= horizon ? values : nan
endif
interpolate_hemi_scan("")
SetDataFolder saveDF
end
@ -609,6 +606,11 @@ function /s asp_display_output([data_df, data_name])
dfref saveDF = GetDataFolderDFR()
setdatafolder data_df
if (graph_mode == 3)
interpolate_hemi_scan(data_name, projection=graph_projection)
endif
string graphname = data_name
graphname = display_hemi_scan(data_name, projection=graph_projection, graphtype=graph_mode, graphname=graphname)
if (ParamIsDefault(data_df))