strf/rftrace.h

9 lines
221 B
C

struct trace {
int satno,n,site;
double *mjd;
double *freq;
float *za;
};
struct trace *compute_trace(double *mjd,int n,int site_id,float fmin,float fmax,int *nsat);
void identify_trace(struct trace t,int satno);