Changeset 40622 for trunk/Ohana/src/opihi/mana/init.c
- Timestamp:
- Feb 8, 2019, 8:20:03 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/mana/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/mana/init.c
r16448 r40622 1 1 # include "opihi.h" 2 2 3 int deimos PROTO((int, char **)); 3 4 int findpeaks PROTO((int, char **)); 4 5 int fitcontour PROTO((int, char **)); … … 8 9 9 10 static Command cmds[] = { 11 {1, "deimos", deimos, "deimos multislit spectrograph tools"}, 10 12 {1, "findpeaks", findpeaks, "find image peaks"}, 11 13 {1, "fitcontour", fitcontour, "fit ellipse contour"},
Note:
See TracChangeset
for help on using the changeset viewer.
