Changeset 40165 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Oct 11, 2017, 10:10:18 AM (9 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/cmd.data/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
/branches/eam_branches/ohana.20170822 (added) merged: 40122-40125,40141-40146,40155-40156,40158-40159,40163-40164
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r40007 r40165 91 91 int peak PROTO((int, char **)); 92 92 int periodogram PROTO((int, char **)); 93 int periodogram_fm PROTO((int, char **)); 93 94 int plot PROTO((int, char **)); 94 95 int dot PROTO((int, char **)); … … 270 271 {1, "parity", parity, "set image parity"}, 271 272 {1, "peak", peak, "find vector peak in range"}, 272 {1, "periodogram", periodogram, "measure periods in unevenly sampled data"}, 273 {1, "periodogram", periodogram, "measure periods in unevenly sampled data (Lomb-Scargle)"}, 274 {1, "periodogram_fm", periodogram_fm, "measure periods in unevenly sampled data (generalized Lomb-Scargle; floating mean)"}, 273 275 {1, "plot", plot, "plot a pair of vectors"}, 274 276 {1, "png", jpeg, "convert display graphic to PNG"},
Note:
See TracChangeset
for help on using the changeset viewer.
