bug fixes in angle scan processing and documentation
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user