Changeset 40523 for trunk/Ohana/src/opihi/dvo/init.c
- Timestamp:
- Aug 30, 2018, 5:07:23 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/init.c
r40408 r40523 3 3 int avextract PROTO((int, char **)); 4 4 int avmatch PROTO((int, char **)); 5 int avselect PROTO((int, char **)); 5 6 int avperiodogram PROTO((int, char **)); 6 7 int avperiodomatch PROTO((int, char **)); … … 69 70 {1, "avextract", avextract, "extract average data values"}, 70 71 {1, "avmatch", avmatch, "extract average data values matched to RA,DEC points"}, 72 {1, "avselect", avselect, "extract average data values within range of a list of RA,DEC points"}, 71 73 {1, "avperiodogram", avperiodogram, "perform periodogram on objects based on restrictions"}, 72 74 {1, "avperiodomatch", avperiodomatch, "perform periodogram on objects based on ra,dec list"},
Note:
See TracChangeset
for help on using the changeset viewer.
