Changeset 3030 for trunk/Ohana/src/opihi/mana/init.c
- Timestamp:
- Jan 18, 2005, 8:53:38 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/mana/init.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/mana/init.c
r2827 r3030 2 2 3 3 int findpeaks PROTO((int, char **)); 4 int fitcontour PROTO((int, char **)); 5 int starcontour PROTO((int, char **)); 4 6 int rawstars PROTO((int, char **)); 5 7 6 8 static Command cmds[] = { 7 9 {"findpeaks", findpeaks, "find image peaks"}, 10 {"fitcontour", fitcontour, "fit ellipse contour"}, 11 {"starcontour", starcontour, "object contour"}, 8 12 {"rawstars", rawstars, "find raw star stats"}, 9 13 };
Note:
See TracChangeset
for help on using the changeset viewer.
