IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2019, 8:29:31 PM (7 years ago)
Author:
eugene
Message:

adding vtransitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20190329/src/opihi/cmd.data/init.c

    r40662 r40664  
    169169int vshift           PROTO((int, char **));
    170170int vpeaks           PROTO((int, char **));
     171int vtransitions     PROTO((int, char **));
    171172int vpop             PROTO((int, char **));
    172173int vsmooth          PROTO((int, char **));
     
    357358  {1, "vload",        vload,            "load vectors as overlay on image display"},
    358359  {1, "vmaxwell",     vmaxwell,         "fit a Maxwellian to a vector"},
    359   {1, "vpeaks",       vpeaks,           "fine coord and flux of peaks in vector"},
     360  {1, "vpeaks",       vpeaks,           "find coord and flux of peaks in vector"},
     361  {1, "vtransitions", vtransitions,     "find points in vector that cross the transition value"},
    360362  {1, "vpop",         vpop,             "remove first element of a vector"},
    361363  {1, "vroll",        vroll,            "roll vector elements by 1 entry"},
Note: See TracChangeset for help on using the changeset viewer.