HOPS
HOPS class reference
statistics.h
Go to the documentation of this file.
2  {
3  double frq_x_perror[MAXFREQ][8];
4  double frq_y_perror[MAXFREQ][8];
5  int frq_acc[MAXFREQ][8];
6  double xperror;
7  double yperror;
8  int ercc;
9  };
#define MAXFREQ
Definition: sizelimits.h:1
double yperror
Definition: statistics.h:7
double xperror
Definition: statistics.h:6
double frq_y_perror[MAXFREQ][8]
Definition: statistics.h:4
double frq_x_perror[MAXFREQ][8]
Definition: statistics.h:3
int frq_acc[MAXFREQ][8]
Definition: statistics.h:5
int ercc
Definition: statistics.h:8
Definition: statistics.h:2