diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2020-01-16 19:07:28 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2020-01-16 19:07:28 (GMT) |
commit | a93c0cc1c1fbdac09d3a76fb23931f910e58f392 (patch) | |
tree | 6d3009a07eab6ba92be11c6cb1642145894e6fc8 /ds9/library/command.tcl | |
parent | 423ccd85e4c67caf2e3a90b75f0513e291c70e80 (diff) | |
download | blt-a93c0cc1c1fbdac09d3a76fb23931f910e58f392.zip blt-a93c0cc1c1fbdac09d3a76fb23931f910e58f392.tar.gz blt-a93c0cc1c1fbdac09d3a76fb23931f910e58f392.tar.bz2 |
add footprint support
Diffstat (limited to 'ds9/library/command.tcl')
-rw-r--r-- | ds9/library/command.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/library/command.tcl b/ds9/library/command.tcl index adaad7b..1212142 100644 --- a/ds9/library/command.tcl +++ b/ds9/library/command.tcl @@ -183,6 +183,8 @@ proc ProcessCommand {argv argc} { } -file - -fits {set file(type) fits; CommandFitsCmd argv i} + -fp - + -footprint {incr i; ProcessFPCmd argv i} -geometry { # already processed } |