Home| superdarn |src.lib|tk|scan| exclude_outofscan Index

exclude_outofscan

Syntax
int exclude_outofscan(struct RadarScan *ptr)
Header
superdarn/scandata.h
Library
scan
Description

The exclude_outofscan function excludes beams that are not part of a scan.

The structure containing the radar scan data is pointed to by the argument ptr.

Returns
Returns zero on success. On error, (-1) is returned.
Errors
On error, (-1) is returned.
Example
None