strf/rftrace.h

9 lines
255 B
C
Raw Normal View History

2014-03-24 05:22:20 -06:00
struct trace {
2014-03-24 09:41:38 -06:00
int satno,n,site;
2014-03-24 05:22:20 -06:00
double *mjd;
2015-04-16 01:31:57 -06:00
double *freq,freq0;
2014-03-24 05:22:20 -06:00
float *za;
};
2014-09-22 11:33:45 -06:00
struct trace *compute_trace(char *tlefile,double *mjd,int n,int site_id,float fmin,float fmax,int *nsat);
void identify_trace(char *tlefile,struct trace t,int satno);