|
|
1.1 root 1: /* defaults for subwindow stuff */
2:
3: #define PALBORDER 1
4: #define PALHEIGHT 32
5:
6: /* operation flags for image display, manipulation operations */
7:
8: #define PANEMASK 0xffff0000
9: #define SELMASK 0xffff
10:
11: #define VOP 0x10000
12: #define VOP_GrayScale 0x01
13: #define VOP_RGB 0x02
14: #define VOP_Normal 0x04
15: #define VOP_Inverse 0x08
16: #define VOP_Initialize 0x10
17:
18: #define COP 0x20000
19: #define COP_Print 0x01
20: #define COP_Pan 0x02
21: #define COP_Zoom2 0x04
22: #define COP_Zoom4 0x08
23: #define COP_Box 0x10
24: #define COP_SetOrigin 0x20
25:
26: #define SOP 0x40000
27: #define SOP_Linear 0x01
28: #define SOP_Log 0x02
29: #define SOP_Sqrt 0x04
30: #define SOP_Histogram 0x08
31:
32: #define FOP 0x80000
33: #define FOP_Read 0x01
34: #define FOP_Flatfield 0x02
35: #define FOP_AddImage 0x04
36:
37: #define FITSBUFLEN 2880
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.