9 #define MIN_BASE_PLOT 20
10 #define MAX_BASE_PLOT 60
11 #define MIN_SCAN_PLOT 35
12 #define MAX_SCAN_PLOT 70
21 #define PREV_BUTTON 140., 280., 960., 998.
22 #define NEXT_BUTTON 320., 460., 960., 998.
23 #define SELECT_BUTTON 500., 640., 960., 998.
24 #define FPLOT_BUTTON 680., 820., 960., 998.
25 #define QUIT_BUTTON 860., 998., 960., 998.
26 #define RETAIN_BUTTON 0., 75., 900., 940.
27 #define BAND_XORIGIN 0.
28 #define BAND_YORIGIN 850.
45 #define PLOT_XMIN 140.
46 #define PLOT_XMAX 1000.
47 #define PLOT_YMIN 100.
48 #define PLOT_YMAX 820.
50 #define SCANLABEL 140., 1000., 822., 958.
51 #define BASELABEL 110., 138., 100., 820.
53 #define INFO 65., 200., 10., 70.
57 #define GUARD_BAND 2.0
59 #define QUALITIES " 0123456789ABCDEFGH.-"
Definition: difx2mark4.h:102
int fplot_open
Definition: psplot.h:124
char fglist[MAXBANDS]
Definition: psplot.h:83
char fgroup[3]
Definition: psplot.h:115
int nbaselines
Definition: psplot.h:121
int colour_index[MAXBANDS]
Definition: psplot.h:68
int scans_per_page
Definition: psplot.h:103
struct psplot_cell * scan
Definition: psplot.h:77
char band
Definition: psplot.h:139
int qtagged[17]
Definition: psplot.h:126
float base_sep
Definition: psplot.h:106
int minus
Definition: psplot.h:84
float tagsize
Definition: psplot.h:108
int alloced
Definition: psplot.h:75
float xgb_fract
Definition: psplot.h:109
int band
Definition: psplot.h:105
int tagged[MAXBANDS]
Definition: psplot.h:76
char stn
Definition: psplot.h:82
int nqual[22]
Definition: psplot.h:140
int scantime
Definition: psplot.h:89
struct psplot_baseline baseline[MAXBASE]
Definition: psplot.h:133
char scan_name[32]
Definition: psplot.h:92
int data_index[MAXBANDS]
Definition: psplot.h:67
float scan_sep
Definition: psplot.h:107
int flag[MAXBANDS]
Definition: psplot.h:69
struct psplot_fgroup fglist[MAXGROUPS]
Definition: psplot.h:128
int npages
Definition: psplot.h:99
char subgroups[MAXBANDS]
Definition: psplot.h:129
int seconds
Definition: psplot.h:90
int retain
Definition: psplot.h:127
int scanpage
Definition: psplot.h:101
int basepage
Definition: psplot.h:102
int displayed
Definition: psplot.h:123
int nbasepage
Definition: psplot.h:100
int ntagged
Definition: psplot.h:125
struct psplot_plotparam param
Definition: psplot.h:132
float ygb_fract
Definition: psplot.h:110
char subgroups[MAXBANDS]
Definition: psplot.h:116
struct psplot_scantime * time
Definition: psplot.h:131
int nscans
Definition: psplot.h:122
char stnlist[MAXSTEXP]
Definition: psplot.h:130
int base_per_page
Definition: psplot.h:104
int nst
Definition: psplot.h:94
int tagged[MAXBANDS]
Definition: psplot.h:91
char baseline[3]
Definition: psplot.h:138
#define MAXBASE
Definition: sizelimits.h:12
#define MAXGROUPS
Definition: sizelimits.h:3
#define MAXSTEXP
Definition: sizelimits.h:4
#define MAXBANDS
Definition: sizelimits.h:2