diff options
Diffstat (limited to 'ds9/parsers/twomassparser.tac')
-rw-r--r-- | ds9/parsers/twomassparser.tac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/parsers/twomassparser.tac b/ds9/parsers/twomassparser.tac index 5eb6e9d..a65649f 100644 --- a/ds9/parsers/twomassparser.tac +++ b/ds9/parsers/twomassparser.tac @@ -40,8 +40,8 @@ twomass : {IMGSVRApply dtwomass 1} | COORD_ SEXSTR_ SEXSTR_ sex {ProcessCmdSet4 dtwomass x $2 y $3 skyformat $4 skyformat,msg $4 "IMGSVRApply dtwomass 1"} ; -update : FRAME_ {IMGSVRCmdUpdate dtwomass} - | CROSSHAIR_ {IMGSVRCmdCrosshair dtwomass} +update : FRAME_ {IMGSVRUpdate dtwomass; IMGSVRApply dtwomass 1} + | CROSSHAIR_ {IMGSVRCrosshair dtwomass; IMGSVRApply dtwomass 1} ; survey : 'j' {set _ $1} |