10 lines
311 B
C
10 lines
311 B
C
/* more flags to allow quad pol prf and forcing chirp slope */
|
|
|
|
int quad_pol; /* 1 for quad pol mode */
|
|
int force_slope; /* 1 to force a chirp slope */
|
|
|
|
double forced_slope; /* value to force chirp slope to */
|
|
|
|
char dbname[100]; /* name of database file */
|
|
char tablename[100]; /* name of table in database */
|