strf/rftrace.h

10 lines
334 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;
};
2015-04-28 11:01:13 -06:00
struct trace *compute_trace(char *tlefile,double *mjd,int n,int site_id,float fmin,float fmax,int *nsat,int graves);
2014-09-22 11:33:45 -06:00
void identify_trace(char *tlefile,struct trace t,int satno);
2015-05-26 01:19:33 -06:00
void identify_trace_graves(char *tlefile,struct trace t,int satno);