Changeset 40753
- Timestamp:
- May 25, 2019, 9:00:06 AM (7 years ago)
- Location:
- branches/eam_branches/ohana.20190329/src/opihi/mana
- Files:
-
- 1 added
- 2 edited
-
Makefile (modified) (1 diff)
-
deimos.c (modified) (2 diffs)
-
deimos_fitprofile.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20190329/src/opihi/mana/Makefile
r40663 r40753 31 31 $(SRC)/deimos_mkmodel.$(ARCH).o \ 32 32 $(SRC)/deimos_arclines.$(ARCH).o \ 33 $(SRC)/deimos_fitprofile.$(ARCH).o \ 33 34 $(SRC)/findrowpeaks.$(ARCH).o 34 35 -
branches/eam_branches/ohana.20190329/src/opihi/mana/deimos.c
r40663 r40753 10 10 int deimos_fitalt (int argc, char **argv); 11 11 int deimos_arclines (int argc, char **argv); 12 int deimos_fitprofile (int argc, char **argv); 12 13 13 14 static Command deimos_commands[] = { … … 21 22 {1, "fitslit", deimos_fitslit, "fit slit image to observed slit flux"}, 22 23 {1, "arclines", deimos_arclines, "detect arclines using LSF and STILT"}, 24 {1, "fitprofile", deimos_fitprofile, "detect arclines using LSF and STILT"}, 23 25 }; 24 26
Note:
See TracChangeset
for help on using the changeset viewer.
