Determine the processing range for a given sweep.
Queues the radar and returns the indices which can be used to slice the radar fields and select the desired sweep with gates which are below a given altitude.
Parameters : | radar : Radar
sweep : int
fzl : float
doc : int
|
---|---|
Returns : | gate_end : int
ray_start : int
ray_end : int
|