diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /noao/imred/vtel/syndico.h | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/imred/vtel/syndico.h')
-rw-r--r-- | noao/imred/vtel/syndico.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/noao/imred/vtel/syndico.h b/noao/imred/vtel/syndico.h new file mode 100644 index 00000000..d7693057 --- /dev/null +++ b/noao/imred/vtel/syndico.h @@ -0,0 +1,13 @@ +# coordinates of center of picture. +define DICO_XCENTER .505 +define DICO_YCENTER .500 + +# The number of dicomed pixels it takes to make 18 centimeters on a +# standard dicomed plot. +define DICO_18CM 2436.0 + +# coordinates of greyscale box +define IMGBL_X .245 +define IMGBL_Y .867 +define IMGTR_X .765 +define IMGTR_Y .902 |