Changeset 41748 for trunk/Ohana/src/opihi/cmd.astro/init.c
- Timestamp:
- Jul 30, 2021, 3:01:24 PM (5 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
r41666 r41748 52 52 int outline PROTO((int, char **)); 53 53 int parallax_factor PROTO((int, char **)); 54 int parallax_factor_3d PROTO((int, char **)); 54 55 int polar PROTO((int, char **)); 55 56 int precess PROTO((int, char **)); … … 125 126 {1, "outline", outline, "fit outline region"}, 126 127 {1, "parallax_factor", parallax_factor, "generate parallax_factors"}, 128 {1, "parallax_factor_3d", parallax_factor_3d, "generate parallax_factors (include in direction of star)"}, 127 129 {1, "polar", polar, "convert polar image to cartesian"}, 128 130 {1, "precess", precess, "precess coordinates"},
Note:
See TracChangeset
for help on using the changeset viewer.
