Changeset 6642 for trunk/Ohana/src/opihi/cmd.astro
- Timestamp:
- Mar 18, 2006, 5:26:07 PM (20 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.astro
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/Makefile
r5943 r6642 30 30 $(SDIR)/drizzle.$(ARCH).o \ 31 31 $(SDIR)/flux.$(ARCH).o \ 32 $(SDIR)/fixwrap.$(ARCH).o \ 32 33 $(SDIR)/gauss.$(ARCH).o \ 33 34 $(SDIR)/getvel.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.astro/init.c
r3144 r6642 11 11 int drizzle PROTO((int, char **)); 12 12 int flux PROTO((int, char **)); 13 int fixwrap PROTO((int, char **)); 13 14 int gauss PROTO((int, char **)); 14 15 int gaussfit PROTO((int, char **)); … … 44 45 {"drizzle", drizzle, "transform image to image"}, 45 46 {"flux", flux, "flux in a convex contour"}, 47 {"fixwrap", fixwrap, "fix megacam over-wrapped pixels"}, 46 48 {"gauss", gauss, "get statistics on a star, assuming gaussian profile"}, 47 49 {"getvel", getvel, "rotcurve to velocities"},
Note:
See TracChangeset
for help on using the changeset viewer.
