Changeset 39169
- Timestamp:
- Nov 20, 2015, 1:43:24 PM (11 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.astro
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/Makefile
r38062 r39169 34 34 $(SRC)/fitplx.$(ARCH).o \ 35 35 $(SRC)/fitpm.$(ARCH).o \ 36 $(SRC)/fitpm_irls.$(ARCH).o \ 37 $(SRC)/fitplx_irls.$(ARCH).o \ 36 38 $(SRC)/fixwrap.$(ARCH).o \ 37 39 $(SRC)/fixcols.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.astro/init.c
r38062 r39169 19 19 int fitplx PROTO((int, char **)); 20 20 int fitpm PROTO((int, char **)); 21 int fitpm_irls PROTO((int, char **)); 22 int fitplx_irls PROTO((int, char **)); 21 23 int fixwrap PROTO((int, char **)); 22 24 int fiximage PROTO((int, char **)); … … 84 86 {1, "fitplx", fitplx, "fit proper motion and parallax"}, 85 87 {1, "fitpm", fitpm, "fit proper motion only"}, 88 {1, "fitpm_irls", fitpm_irls, "fit proper motion only using irls method"}, 89 {1, "fitplx_irls", fitplx_irls, "fit proper motion and parallax using irls method"}, 86 90 {1, "fixwrap", fixwrap, "fix megacam over-wrapped pixels"}, 87 91 {1, "fiximage", fiximage, "fix pixels in an image by interpolation"},
Note:
See TracChangeset
for help on using the changeset viewer.
