Changeset 31326
- Timestamp:
- Apr 20, 2011, 10:35:11 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110404/Ohana/src/opihi/dvo
- Files:
-
- 1 added
- 2 edited
-
Makefile (modified) (1 diff)
-
init.c (modified) (2 diffs)
-
objectcoverage.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/Ohana/src/opihi/dvo/Makefile
r27594 r31326 80 80 $(SRC)/mextract.$(ARCH).o \ 81 81 $(SRC)/mmextract.$(ARCH).o \ 82 $(SRC)/objectcoverage.$(ARCH).o \ 82 83 $(SRC)/photcodes.$(ARCH).o \ 83 84 $(SRC)/pmeasure.$(ARCH).o \ -
branches/eam_branches/ipp-20110404/Ohana/src/opihi/dvo/init.c
r27594 r31326 40 40 int lightcurve PROTO((int, char **)); 41 41 int mextract PROTO((int, char **)); 42 int mmextract PROTO((int, char **)); 42 int mmextract PROTO((int, char **)); 43 int objectcoverage PROTO((int, char **)); 43 44 int pcat PROTO((int, char **)); 44 45 int photcodes PROTO((int, char **)); … … 92 93 {1, "mextract", mextract, "extract measure data values"}, 93 94 {1, "mmextract", mmextract, "extract joined measurements"}, 95 {1, "objectcoverage", objectcoverage, "plot catalog boundaries"}, 94 96 {1, "pcat", skycat, "plot catalog boundaries"}, 95 97 {1, "photcodes", photcodes, "list photometry codes"},
Note:
See TracChangeset
for help on using the changeset viewer.
