summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/smoothparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-05-31 18:44:33 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-05-31 18:44:33 (GMT)
commit5ef46e82c2166227ec7966c6844f9da625bc9a7b (patch)
tree55f1528586f494bade5e018e664ac7ac1c02c4cf /ds9/parsers/smoothparser.tac
parent1c67d6f171b0c716a01ffcc04a697ac312cda953 (diff)
downloadblt-5ef46e82c2166227ec7966c6844f9da625bc9a7b.zip
blt-5ef46e82c2166227ec7966c6844f9da625bc9a7b.tar.gz
blt-5ef46e82c2166227ec7966c6844f9da625bc9a7b.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/smoothparser.tac')
-rw-r--r--ds9/parsers/smoothparser.tac16
1 files changed, 8 insertions, 8 deletions
diff --git a/ds9/parsers/smoothparser.tac b/ds9/parsers/smoothparser.tac
index 7a59a74..203c01d 100644
--- a/ds9/parsers/smoothparser.tac
+++ b/ds9/parsers/smoothparser.tac
@@ -32,17 +32,17 @@ command : smooth
;
-smooth : yesno {SmoothCmdSet view $1 SmoothUpdate}
+smooth : yesno {ProcessCmdSet smooth view $1 SmoothUpdate}
| OPEN_ {SmoothDialog}
| CLOSE_ {SmoothDestroyDialog}
| MATCH_ {MatchSmoothCurrent}
- | LOCK_ yesno {SmoothCmdSet lock $2 LockSmoothCurrent}
- | FUNCTION_ function {SmoothCmdSet function $2 SmoothUpdate}
- | RADIUS_ INT_ {SmoothCmdSet radius $2 SmoothUpdate}
- | RADIUSMINOR_ INT_ {SmoothCmdSet radius,minor $2 SmoothUpdate}
- | SIGMA_ numeric {SmoothCmdSet sigma $2 SmoothUpdate}
- | SIGMAMINOR_ numeric {SmoothCmdSet sigma,minor $2 SmoothUpdate}
- | ANGLE_ numeric {SmoothCmdSet angle $2 SmoothUpdate}
+ | LOCK_ yesno {ProcessCmdSet smooth lock $2 LockSmoothCurrent}
+ | FUNCTION_ function {ProcessCmdSet smooth function $2 SmoothUpdate}
+ | RADIUS_ INT_ {ProcessCmdSet smooth radius $2 SmoothUpdate}
+ | RADIUSMINOR_ INT_ {ProcessCmdSet smooth radius,minor $2 SmoothUpdate}
+ | SIGMA_ numeric {ProcessCmdSet smooth sigma $2 SmoothUpdate}
+ | SIGMAMINOR_ numeric {ProcessCmdSet smooth sigma,minor $2 SmoothUpdate}
+ | ANGLE_ numeric {ProcessCmdSet smooth angle $2 SmoothUpdate}
;
function : BOXCAR_ {set _ boxcar}