diff options
Diffstat (limited to 'ds9/parsers/threedlex.fcl')
-rw-r--r-- | ds9/parsers/threedlex.fcl | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ds9/parsers/threedlex.fcl b/ds9/parsers/threedlex.fcl new file mode 100644 index 0000000..0a568fb --- /dev/null +++ b/ds9/parsers/threedlex.fcl @@ -0,0 +1,35 @@ +#tab threedparser.tab.tcl + +%{ +%} + +#include defs.fin + +%% + +aip {return $AIP_} +az {return $AZ_} +azimuth {return $AZ_} +background {return $BG_} +bg {return $BG_} +border {return $BORDER_} +close {return $CLOSE_} +color {return $COLOR_} +compass {return $COMPASS_} +el {return $EL_} +elevation {return $EL_} +highlite {return $HIGHLITE_} +lock {return $LOCK_} +match {return $MATCH_} +method {return $METHOD_} +mip {return $MIP_} +none {return $NONE_} +open {return $OPEN_} +scale {return $SCALE_} +view {return $VIEW_} +vp {return $VIEW_} + +#include yesno.fin +#include base.fin + +%% |