strf/rftrace.h

8 lines
169 B
C
Raw Normal View History

2014-03-24 05:22:20 -06:00
struct trace {
int satno,n;
double *mjd;
double *freq;
float *za;
};
struct trace *compute_trace(double *mjd,int n,int site_id,float fmin,float fmax,int *nsat);