Changeset 39169 for trunk/Ohana/src/opihi/cmd.astro/init.c
- Timestamp:
- Nov 20, 2015, 1:43:24 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.astro/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
