Changeset 32632 for trunk/Ohana/src/opihi/cmd.astro
- Timestamp:
- Nov 8, 2011, 2:54:20 PM (15 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.astro
- Files:
-
- 2 edited
- 1 copied
-
Makefile (modified) (1 diff)
-
init.c (modified) (2 diffs)
-
ringflux.c (copied) (copied from branches/eam_branches/ipp-20110906/Ohana/src/opihi/cmd.astro/ringflux.c )
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/Makefile
r31635 r32632 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 \ -
trunk/Ohana/src/opihi/cmd.astro/init.c
r30972 r32632 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.
