- Timestamp:
- Dec 5, 2011, 6:41:13 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro
- Files:
-
- 1 added
- 3 edited
-
Makefile (modified) (1 diff)
-
init.c (modified) (2 diffs)
-
mkclusters.c (added)
-
specpairfit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro/Makefile
r32862 r32867 58 58 $(SRC)/spec.$(ARCH).o \ 59 59 $(SRC)/specpairfit.$(ARCH).o \ 60 $(SRC)/mkclusters.$(ARCH).o \ 60 61 $(SRC)/star.$(ARCH).o \ 61 62 $(SRC)/transform.$(ARCH).o \ -
branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro/init.c
r32862 r32867 46 46 int spec PROTO((int, char **)); 47 47 int specpairfit PROTO((int, char **)); 48 int mkclusters PROTO((int, char **)); 48 49 int star PROTO((int, char **)); 49 50 int times PROTO((int, char **)); … … 95 96 {1, "spec", spec, "extract a spectrum"}, 96 97 {1, "specpairfit", specpairfit, "fit spectrum to another spectrum"}, 98 {1, "mkclusters", mkclusters, "group spectra by distance"}, 97 99 {1, "star", star, "star stats at rough coords"}, 98 100 {1, "transform", transform, "geometric transformation of image"}, -
branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro/specpairfit.c
r32865 r32867 14 14 if ((window = SelectVector (argv[5], OLDVECTOR, TRUE)) == NULL) goto escape; 15 15 16 // XXX enforce matching lengths on the 6 vectors 17 16 18 int mask = atoi (argv[6]); 17 19 CastVector (window, OPIHI_INT);
Note:
See TracChangeset
for help on using the changeset viewer.
