Changeset 36236
- Timestamp:
- Oct 23, 2013, 2:28:54 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130904/Ohana/src/opihi/dvo
- Files:
-
- 1 added
- 2 edited
-
Makefile (modified) (1 diff)
-
coordimage.c (added)
-
init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/Ohana/src/opihi/dvo/Makefile
r34461 r36236 40 40 $(SRC)/cmpload.$(ARCH).o \ 41 41 $(SRC)/cmpread.$(ARCH).o \ 42 $(SRC)/coordimage.$(ARCH).o \ 42 43 $(SRC)/ddmags.$(ARCH).o \ 43 44 $(SRC)/detrend.$(ARCH).o \ -
branches/eam_branches/ipp-20130904/Ohana/src/opihi/dvo/init.c
r34461 r36236 13 13 int cmpload PROTO((int, char **)); 14 14 int cmpread PROTO((int, char **)); 15 int coordimage PROTO((int, char **)); 15 16 int ddmags PROTO((int, char **)); 16 17 int detrend PROTO((int, char **)); … … 71 72 {1, "cmpload", cmpload, "load cmp file into ?"}, 72 73 {1, "cmpread", cmpread, "read data from cmp format files"}, 74 {1, "coordimage", coordimage, "generate a map of the transformation residuals"}, 73 75 {1, "ddmags", ddmags, "plot magnitude differences"}, 74 76 {1, "detrend", detrend, "extract from detrend database?"},
Note:
See TracChangeset
for help on using the changeset viewer.
