IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40753


Ignore:
Timestamp:
May 25, 2019, 9:00:06 AM (7 years ago)
Author:
eugene
Message:

add a deimos function to fit a slit profile

Location:
branches/eam_branches/ohana.20190329/src/opihi/mana
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20190329/src/opihi/mana/Makefile

    r40663 r40753  
    3131$(SRC)/deimos_mkmodel.$(ARCH).o \
    3232$(SRC)/deimos_arclines.$(ARCH).o \
     33$(SRC)/deimos_fitprofile.$(ARCH).o \
    3334$(SRC)/findrowpeaks.$(ARCH).o
    3435
  • branches/eam_branches/ohana.20190329/src/opihi/mana/deimos.c

    r40663 r40753  
    1010int deimos_fitalt (int argc, char **argv);
    1111int deimos_arclines (int argc, char **argv);
     12int deimos_fitprofile (int argc, char **argv);
    1213
    1314static Command deimos_commands[] = {
     
    2122  {1, "fitslit", deimos_fitslit, "fit slit image to observed slit flux"},
    2223  {1, "arclines", deimos_arclines, "detect arclines using LSF and STILT"},
     24  {1, "fitprofile", deimos_fitprofile, "detect arclines using LSF and STILT"},
    2325};
    2426
Note: See TracChangeset for help on using the changeset viewer.