IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2019, 8:20:03 PM (7 years ago)
Author:
eugene
Message:

add deimos fitslit, mkobj, mkslit commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/mana/init.c

    r16448 r40622  
    11# include "opihi.h"
    22
     3int deimos          PROTO((int, char **));
    34int findpeaks       PROTO((int, char **));
    45int fitcontour      PROTO((int, char **));
     
    89
    910static Command cmds[] = { 
     11  {1, "deimos",      deimos,       "deimos multislit spectrograph tools"},
    1012  {1, "findpeaks",   findpeaks,    "find image peaks"},
    1113  {1, "fitcontour",  fitcontour,   "fit ellipse contour"},
Note: See TracChangeset for help on using the changeset viewer.