HOPS
HOPS class reference
Classes | Macros | Functions | Variables
search.h File Reference
#include <stdio.h>
#include "adata.h"
#include "mk4_util.h"
#include "mk4_afio.h"

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
 

Class Documentation

◆ avg_data

struct avg_data
Class Members
fringesum fdata
int keyval
int lastorder
int order

◆ srchsummary

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]

Macro Definition Documentation

◆ FALSE

#define FALSE   0

◆ MAX_BNO

#define MAX_BNO   66 /* 12 telescopes */

◆ MAX_NDELAY

#define MAX_NDELAY   50

◆ MAX_NRATE

#define MAX_NRATE   300 /* Reasonable maximums */

◆ TRUE

#define TRUE   1

Function Documentation

◆ fill_grids()

int fill_grids ( struct srchsummary srchdata)

◆ fill_grids_orig()

int fill_grids_orig ( struct srchsummary srchdata)

◆ parse_cmdline()

int parse_cmdline ( int  argc,
char **  argv,
FILE **  fpout,
int *  plot,
int *  sqp 
)

◆ plot_srchdata()

void plot_srchdata ( struct srchsummary  srchdata[],
int  square 
)

Variable Documentation

◆ msglev

int msglev
extern