|
HOPS
HOPS class reference
|
Go to the source code of this file.
Classes | |
| struct | avg_data |
| struct | srchsummary |
Macros | |
| #define | FALSE 0 |
| #define | MAX_BNO 66 /* 12 telescopes */ |
| #define | MAX_NDELAY 50 |
| #define | MAX_NRATE 300 /* Reasonable maximums */ |
| #define | TRUE 1 |
Functions | |
| int | fill_grids (struct srchsummary *srchdata) |
| int | fill_grids_orig (struct srchsummary *srchdata) |
| int | parse_cmdline (int, char **, FILE **, int *, int *) |
| void | plot_srchdata (struct srchsummary srchdata[], int square) |
Variables | |
| int | msglev |
| struct avg_data |
| Class Members | ||
|---|---|---|
| fringesum | fdata | |
| int | keyval | |
| int | lastorder | |
| int | order | |
| struct srchsummary |
| Class Members | ||
|---|---|---|
| fringesum * | darray[MAX_NRATE *MAX_NDELAY] | |
| fringesum * | datum | |
| float | max_delay | |
| float | max_rate | |
| float | min_delay | |
| float | min_rate | |
| int | nd | |
| int | ndelay | |
| int | nrate | |
| float | snr[MAX_NRATE][MAX_NDELAY] | |
| #define FALSE 0 |
| #define MAX_BNO 66 /* 12 telescopes */ |
| #define MAX_NDELAY 50 |
| #define MAX_NRATE 300 /* Reasonable maximums */ |
| #define TRUE 1 |
| int fill_grids | ( | struct srchsummary * | srchdata | ) |
| int fill_grids_orig | ( | struct srchsummary * | srchdata | ) |
| int parse_cmdline | ( | int | argc, |
| char ** | argv, | ||
| FILE ** | fpout, | ||
| int * | plot, | ||
| int * | sqp | ||
| ) |
| void plot_srchdata | ( | struct srchsummary | srchdata[], |
| int | square | ||
| ) |
|
extern |