Home| superdarn |src.lib|tk|freqband| get_fit_tfreq_bands Index

get_fit_tfreq_bands

Syntax
int get_fit_tfreq_bands(int fnum, int channel, int channel_fix, int old, int tlen, 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,int band_width, int fbands[90][2], int all_freq[MAX_FREQ_KHZ]);
Header
superdarn/freqband.h
Library
freqband
Description

The get_fit_tfreq_bands function takes the input parameters needed to load cfit, fit, or fitacf files and determine appropriate transmission frequency bands.

Returns
Returns the number of frequency bands identified, or -1 if an error is encountered.
Errors
Returns (-1) if an error is encountered.
Example
None