IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2019, 10:11:20 AM (7 years ago)
Author:
eugene
Message:

adding vpeaks function

Location:
trunk/Ohana/src/opihi/cmd.data
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/Makefile

    r40623 r40637  
    175175$(SRC)/vload.$(ARCH).o             \
    176176$(SRC)/vzload.$(ARCH).o            \
     177$(SRC)/vpeaks.$(ARCH).o            \
    177178$(SRC)/vpop.$(ARCH).o              \
    178179$(SRC)/vroll.$(ARCH).o             \
  • trunk/Ohana/src/opihi/cmd.data/init.c

    r40623 r40637  
    165165int vroll            PROTO((int, char **));
    166166int vshift           PROTO((int, char **));
     167int vpeaks           PROTO((int, char **));
    167168int vpop             PROTO((int, char **));
    168169int vsmooth          PROTO((int, char **));
     
    353354  {1, "vload",        vload,            "load vectors as overlay on image display"},
    354355  {1, "vmaxwell",     vmaxwell,         "fit a Maxwellian to a vector"},
     356  {1, "vpeaks",       vpeaks,           "fine coord and flux of peaks in vector"},
    355357  {1, "vpop",         vpop,             "remove first element of a vector"},
    356358  {1, "vroll",        vroll,            "roll vector elements by 1 entry"},
Note: See TracChangeset for help on using the changeset viewer.