Changeset 41666 for trunk/Ohana/src/opihi/cmd.astro/init.c
- Timestamp:
- Jun 23, 2021, 12:34:19 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
r41379 r41666 27 27 int fixcols PROTO((int, char **)); 28 28 int fixrows PROTO((int, char **)); 29 int forcedphot PROTO((int, char **)); 29 30 int gauss PROTO((int, char **)); 30 31 int gaussfit PROTO((int, char **)); … … 100 101 {1, "fixcols", fixcols, "fix bad columns by comparing with others"}, 101 102 {1, "fixrows", fixrows, "fix bad rows by comparing with others"}, 103 {1, "forcedphot", forcedphot, "forced photometry on a star or set of stars, assuming gaussian profile"}, 102 104 {1, "gauss", gauss, "get statistics on a star, assuming gaussian profile"}, 103 105 {1, "getvel", getvel, "rotcurve to velocities"},
Note:
See TracChangeset
for help on using the changeset viewer.
