summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/zscaleparser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/zscaleparser.tac')
-rw-r--r--ds9/parsers/zscaleparser.tac8
1 files changed, 4 insertions, 4 deletions
diff --git a/ds9/parsers/zscaleparser.tac b/ds9/parsers/zscaleparser.tac
index bf5ced8..4f7e6a3 100644
--- a/ds9/parsers/zscaleparser.tac
+++ b/ds9/parsers/zscaleparser.tac
@@ -20,10 +20,10 @@ command : zscale
| zscale {yyclearin; YYACCEPT} STRING_
;
-zscale : yesno {ScaleCmdSet mode zscale ChangeScaleMode}
- | CONTRAST_ numeric {ZscaleCmdSet contrast $2 ChangeZScale}
- | SAMPLE_ INT_ {ZscaleCmdSet sample $2 ChangeZScale}
- | LINE_ INT_ {ZscaleCmdSet line $2 ChangeZScale}
+zscale : yesno {ProcessCmdSet scale mode zscale ChangeScaleMode}
+ | CONTRAST_ numeric {ProcessCmdSet zscale contrast $2 ChangeZScale}
+ | SAMPLE_ INT_ {ProcessCmdSet zscale sample $2 ChangeZScale}
+ | LINE_ INT_ {ProcessCmdSet zscale line $2 ChangeZScale}
;
%%