summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/crosshairparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-30 17:22:24 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-30 17:22:24 (GMT)
commit9e0b470e3269dfbebb93ae9ec66839aab9689568 (patch)
tree7d189c9062f968f3bb7710040124f39788c708bb /ds9/parsers/crosshairparser.tac
parent1ca5c2395a3c64c785fb3eb9a1ee6be9086e1cf1 (diff)
downloadblt-9e0b470e3269dfbebb93ae9ec66839aab9689568.zip
blt-9e0b470e3269dfbebb93ae9ec66839aab9689568.tar.gz
blt-9e0b470e3269dfbebb93ae9ec66839aab9689568.tar.bz2
update ds9 grid parser
Diffstat (limited to 'ds9/parsers/crosshairparser.tac')
-rw-r--r--ds9/parsers/crosshairparser.tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/parsers/crosshairparser.tac b/ds9/parsers/crosshairparser.tac
index fa16124..3284291 100644
--- a/ds9/parsers/crosshairparser.tac
+++ b/ds9/parsers/crosshairparser.tac
@@ -23,7 +23,7 @@ command : crosshair
;
crosshair : MATCH_ match {MatchCrosshairCurrent $2}
- | LOCK_ lock {CrosshairCmdLock $2}
+ | LOCK_ lock {CrosshairCmdSet lock $2 LockCrosshairCurrent}
| numeric numeric {CrosshairTo $1 $2 physical fk5}
| numeric numeric coordsys {CrosshairTo $1 $2 $3 fk5}
| numeric numeric wcssys {CrosshairTo $1 $2 $3 fk5}