Changeset 33628
- Timestamp:
- Mar 30, 2012, 2:13:37 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro
- Files:
-
- 1 added
- 2 edited
-
Makefile (modified) (1 diff)
-
fiximage.c (added)
-
init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro/Makefile
r33026 r33628 32 32 $(SRC)/fixwrap.$(ARCH).o \ 33 33 $(SRC)/fixcols.$(ARCH).o \ 34 $(SRC)/fiximage.$(ARCH).o \ 34 35 $(SRC)/gauss.$(ARCH).o \ 35 36 $(SRC)/getvel.$(ARCH).o \ -
branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro/init.c
r33026 r33628 15 15 int flux PROTO((int, char **)); 16 16 int fixwrap PROTO((int, char **)); 17 int fiximage PROTO((int, char **)); 17 18 int fixcols PROTO((int, char **)); 18 19 int fixrows PROTO((int, char **)); … … 69 70 {1, "flux", flux, "flux in a convex contour"}, 70 71 {1, "fixwrap", fixwrap, "fix megacam over-wrapped pixels"}, 72 {1, "fiximage", fiximage, "fix pixels in an image by interpolation"}, 71 73 {1, "fixcols", fixcols, "fix bad columns by comparing with others"}, 72 74 {1, "fixrows", fixrows, "fix bad rows by comparing with others"},
Note:
See TracChangeset
for help on using the changeset viewer.
