summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/rgbimageparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-05-10 18:35:53 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-05-10 18:35:53 (GMT)
commit92ad0b6f98fafe51cf6fbb4ff4a082cc87d8ee3c (patch)
treed70b3c644cf9703e275f855237ca0284d85372f2 /ds9/parsers/rgbimageparser.tac
parentaf4920d1c5c55b2be51b8f76f6f1ef168003f8d2 (diff)
downloadblt-92ad0b6f98fafe51cf6fbb4ff4a082cc87d8ee3c.zip
blt-92ad0b6f98fafe51cf6fbb4ff4a082cc87d8ee3c.tar.gz
blt-92ad0b6f98fafe51cf6fbb4ff4a082cc87d8ee3c.tar.bz2
add ds9 srgbcube parser
Diffstat (limited to 'ds9/parsers/rgbimageparser.tac')
-rw-r--r--ds9/parsers/rgbimageparser.tac10
1 files changed, 5 insertions, 5 deletions
diff --git a/ds9/parsers/rgbimageparser.tac b/ds9/parsers/rgbimageparser.tac
index 61142c5..4997c0b 100644
--- a/ds9/parsers/rgbimageparser.tac
+++ b/ds9/parsers/rgbimageparser.tac
@@ -9,12 +9,12 @@
%%
-command : rgbcube
- | rgbcube {yyclearin; YYACCEPT} STRING_
+command : rgbimage
+ | rgbimage {yyclearin; YYACCEPT} STRING_
;
-rgbcube : opts {RGBCubeCmdLoad {}}
- | opts STRING_ {RGBCubeCmdLoad $2}
+rgbimage : opts {RGBImageCmdLoad {}}
+ | opts STRING_ {RGBImageCmdLoad $2}
;
opts :
@@ -23,7 +23,7 @@ opts :
%%
-proc rgbcube::yyerror {msg} {
+proc rgbimage::yyerror {msg} {
variable yycnt
variable yy_current_buffer
variable index_