- Timestamp:
- Dec 3, 2015, 4:13:55 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro
- Property svn:mergeinfo changed
/trunk/Ohana/src/opihi/cmd.astro (added) merged: 39167-39169,39181
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro/init.c
r39194 r39223 20 20 int fitplx PROTO((int, char **)); 21 21 int fitpm PROTO((int, char **)); 22 int fitpm_irls PROTO((int, char **)); 23 int fitplx_irls PROTO((int, char **)); 22 24 int fixwrap PROTO((int, char **)); 23 25 int fiximage PROTO((int, char **)); … … 87 89 {1, "fitplx", fitplx, "fit proper motion and parallax"}, 88 90 {1, "fitpm", fitpm, "fit proper motion only"}, 91 {1, "fitpm_irls", fitpm_irls, "fit proper motion only using irls method"}, 92 {1, "fitplx_irls", fitplx_irls, "fit proper motion and parallax using irls method"}, 89 93 {1, "fixwrap", fixwrap, "fix megacam over-wrapped pixels"}, 90 94 {1, "fiximage", fiximage, "fix pixels in an image by interpolation"},
Note:
See TracChangeset
for help on using the changeset viewer.
