aboutsummaryrefslogtreecommitdiff
path: root/noao/imred/vtel/dicoplot.h
blob: 592fc8c84ce29f6942b50411e32ce55aaeee8d72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# for the following it is assumed the scale of the coordinate system is zero
# to one in both x and y. (0.0,0.0) to (1.0,1.0)
# coordinates of first image (bottom-left-x, bottom-left-y, top-right-x, t-r-y)
define IM1BL_X	.242
define IM1BL_Y	.142
define IM1TR_X	.452
define IM1TR_Y	.822

# coordinates of second image
define IM2BL_X	.525
define IM2BL_Y	.142
define IM2TR_X	.735
define IM2TR_Y	.822

# coordinates of greyscale box
define IMGBL_X	.229
define IMGBL_Y	.867
define IMGTR_X	.748
define IMGTR_Y	.902

# coordinates of outside boundary of entire plot
define IMDBL_X	.210
define IMDBL_Y	.076
define IMDTR_X	.810
define IMDTR_Y	.950

# length of tics when labeling axes
define TICLENGTH .002

#image types
define T10830	1
define TFLUX	4
define TWEIGHT	3
define TABSFLX	2
define TPLRTY	5