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