Changeset 32599
- Timestamp:
- Nov 1, 2011, 6:42:55 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110906/Ohana/src/opihi/cmd.astro
- Files:
-
- 1 added
- 2 edited
-
Makefile (modified) (1 diff)
-
init.c (modified) (2 diffs)
-
ringflux.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110906/Ohana/src/opihi/cmd.astro/Makefile
r31635 r32599 43 43 $(SRC)/galprofiles.$(ARCH).o \ 44 44 $(SRC)/elliprofile.$(ARCH).o \ 45 $(SRC)/ringflux.$(ARCH).o \ 45 46 $(SRC)/petrosian.$(ARCH).o \ 46 47 $(SRC)/multifit.$(ARCH).o \ -
branches/eam_branches/ipp-20110906/Ohana/src/opihi/cmd.astro/init.c
r30972 r32599 29 29 int galradbins PROTO((int, char **)); 30 30 int elliprofile PROTO((int, char **)); 31 int ringflux PROTO((int, char **)); 31 32 int petrosian PROTO((int, char **)); 32 33 int mkgauss PROTO((int, char **)); … … 78 79 {1, "galradbins", galradbins, "generate radial vectors with interpolation along paths"}, 79 80 {1, "elliprofile", elliprofile, "generate radial vectors with interpolation along paths"}, 81 {1, "ringflux", ringflux, "mean flux in a ring"}, 80 82 {1, "petrosian", petrosian, "petrosian parameters given radial bins"}, 81 83 {1, "multifit", multifit, "fit multi-order spectrum"},
Note:
See TracChangeset
for help on using the changeset viewer.
