diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/imred/vtel/dicoplot.h | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/imred/vtel/dicoplot.h')
-rw-r--r-- | noao/imred/vtel/dicoplot.h | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/noao/imred/vtel/dicoplot.h b/noao/imred/vtel/dicoplot.h new file mode 100644 index 00000000..592fc8c8 --- /dev/null +++ b/noao/imred/vtel/dicoplot.h @@ -0,0 +1,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 |