Changeset 34461 for trunk/Ohana/src/opihi/dvo/init.c
- Timestamp:
- Sep 25, 2012, 6:39:11 AM (14 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
r33662 r34461 42 42 int lightcurve PROTO((int, char **)); 43 43 int mextract PROTO((int, char **)); 44 int mmatch PROTO((int, char **)); 44 45 int mmextract PROTO((int, char **)); 45 46 int objectcoverage PROTO((int, char **)); … … 97 98 {1, "lightcurve", lightcurve, "extract lightcurve for a star"}, 98 99 {1, "mextract", mextract, "extract measure data values"}, 100 {1, "mmatch", mmatch, "extract measure data values matched to RA,DEC points"}, 99 101 {1, "mmextract", mmextract, "extract joined measurements"}, 100 102 {1, "objectcoverage", objectcoverage, "plot catalog boundaries"},
Note:
See TracChangeset
for help on using the changeset viewer.
