Home| superdarn |src.lib|tk|elvstat| get_fit_elv_stat Index

get_fit_elv_stat

Syntax
int get_fit_elv_stat(int fnum, int channel, int channel_fix, int old, double stime, double sdate, double etime, double edate, double extime, unsigned char fitflg, unsigned char nsflg, unsigned char vb, char *vbuf, char *iname, char **dnames);
Header
superdarn/elvstat.h
Library
elvstat
Description

The get_fit_elv_stat function takes the input parameters needed to load cfit, fit, or fitacf files and determine the number of potentially valid elevation angles.

Returns
Returns the number of potentially valid elevation angles.
Errors
Returns (-1) if an error is encountered.
Example
None