IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

add a deimos function to fit a slit profile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.