summaryrefslogtreecommitdiffstats
path: root/tksao/frame/lex.L
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-08-03 21:28:54 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-08-03 21:28:54 (GMT)
commit127cdb259379f4a6a3ff269a4d48b7de6c9fa75f (patch)
treea4347b658d9379e27fb3bc4f30a3ea1d9d6aaf5a /tksao/frame/lex.L
parent88c931f321813357d1a52d6ecbc90f90476a38d5 (diff)
downloadblt-127cdb259379f4a6a3ff269a4d48b7de6c9fa75f.zip
blt-127cdb259379f4a6a3ff269a4d48b7de6c9fa75f.tar.gz
blt-127cdb259379f4a6a3ff269a4d48b7de6c9fa75f.tar.bz2
add elliptical gaussian smooth
Diffstat (limited to 'tksao/frame/lex.L')
-rw-r--r--tksao/frame/lex.L4
1 files changed, 3 insertions, 1 deletions
diff --git a/tksao/frame/lex.L b/tksao/frame/lex.L
index a07f3e4..d56dcdc 100644
--- a/tksao/frame/lex.L
+++ b/tksao/frame/lex.L
@@ -122,6 +122,7 @@ dim {return DIM_;}
ds9 {return DS9_;}
ecliptic {return ECLIPTIC_;}
elevation {return ELEVATION_;}
+elliptic {return ELLIPTIC_;}
ellipse {return ELLIPSE_;}
ellipseannulus {return ELLIPSEANNULUS_;}
edit {return EDIT_;}
@@ -178,7 +179,6 @@ iteration {return ITERATION_;}
iraf {return IRAF_;}
irafmin {return IRAFMIN_;}
j2000 {return J2000_;}
-kernel {return KERNEL_;}
key {return KEY_;}
keyword {return KEYWORD_;}
label {return LABEL_;}
@@ -202,6 +202,7 @@ mask {return MASK_;}
message {return MESSAGE_;}
method {return METHOD_;}
minmax {return MINMAX_;}
+minor {return MINOR_;}
mip {return MIP_;}
mmap {return MMAP_;}
mmapincr {return MMAPINCR_;}
@@ -277,6 +278,7 @@ shared {return SHARED_;}
shift {return SHIFT_;}
shmid {return SHMID_;}
show {return SHOW_;}
+sigma {return SIGMA_;}
sinh {return SINH_;}
size {return SIZE_;}
slice {return SLICE_;}