summaryrefslogtreecommitdiffstats
path: root/ds9/library/parser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/parser.tac')
-rw-r--r--ds9/library/parser.tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/parser.tac b/ds9/library/parser.tac
index 58b8924..2ba17a2 100644
--- a/ds9/library/parser.tac
+++ b/ds9/library/parser.tac
@@ -89,10 +89,10 @@ command : 2MASS_ {2MASSDialog} 2mass
| LINEAR_ {global scale; set scale(type) linear; ChangeScale}
| LOG_ {global scale; set scale(type) log; ChangeScale}
| POW_ {global scale; set scale(type) pow; ChangeScale}
- | SCALE_ scale
| SINH_ {global scale; set scale(type) sinh; ChangeScale}
| SQUARED_ {global scale; set scale(type) squared; ChangeScale}
| SQRT_ {global scale; set scale(type) sqrt; ChangeScale}
+ | SCALE_ scale
;
numeric : REAL_ {set _ $1}