Changeset 35339
- Timestamp:
- Apr 1, 2013, 5:37:41 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130307/Ohana/src/opihi/cmd.astro
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307/Ohana/src/opihi/cmd.astro/Makefile
r34342 r35339 30 30 $(SRC)/drizzle.$(ARCH).o \ 31 31 $(SRC)/flux.$(ARCH).o \ 32 $(SRC)/fitplx.$(ARCH).o \ 32 33 $(SRC)/fixwrap.$(ARCH).o \ 33 34 $(SRC)/fixcols.$(ARCH).o \ -
branches/eam_branches/ipp-20130307/Ohana/src/opihi/cmd.astro/init.c
r34342 r35339 14 14 int drizzle PROTO((int, char **)); 15 15 int flux PROTO((int, char **)); 16 int fitplx PROTO((int, char **)); 16 17 int fixwrap PROTO((int, char **)); 17 18 int fiximage PROTO((int, char **)); … … 71 72 {1, "drizzle", drizzle, "transform image to image"}, 72 73 {1, "flux", flux, "flux in a convex contour"}, 74 {1, "fitplx", fitplx, "fit proper motion and parallax"}, 73 75 {1, "fixwrap", fixwrap, "fix megacam over-wrapped pixels"}, 74 76 {1, "fiximage", fiximage, "fix pixels in an image by interpolation"},
Note:
See TracChangeset
for help on using the changeset viewer.
