Changeset 21061
- Timestamp:
- Dec 30, 2008, 10:17:41 AM (17 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.astro
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/Makefile
r18718 r21061 30 30 $(SRC)/flux.$(ARCH).o \ 31 31 $(SRC)/fixwrap.$(ARCH).o \ 32 $(SRC)/fixcols.$(ARCH).o \ 32 33 $(SRC)/gauss.$(ARCH).o \ 33 34 $(SRC)/getvel.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.astro/init.c
r18718 r21061 13 13 int flux PROTO((int, char **)); 14 14 int fixwrap PROTO((int, char **)); 15 int fixcols PROTO((int, char **)); 16 int fixrows PROTO((int, char **)); 15 17 int gauss PROTO((int, char **)); 16 18 int gaussfit PROTO((int, char **)); … … 50 52 {1, "flux", flux, "flux in a convex contour"}, 51 53 {1, "fixwrap", fixwrap, "fix megacam over-wrapped pixels"}, 54 {1, "fixcols", fixcols, "fix bad columns by comparing with others"}, 55 {1, "fixrows", fixrows, "fix bad rows by comparing with others"}, 52 56 {1, "gauss", gauss, "get statistics on a star, assuming gaussian profile"}, 53 57 {1, "getvel", getvel, "rotcurve to velocities"},
Note:
See TracChangeset
for help on using the changeset viewer.
