IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

add reverse option for threshold; median filter for vectors

File:
1 edited

Legend:

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

    r40545 r40623  
    160160int vload            PROTO((int, char **));
    161161int vlist            PROTO((int, char **));
     162int vmedfilt         PROTO((int, char **));
    162163int vzload           PROTO((int, char **));
    163164int vstats           PROTO((int, char **));
     
    349350  {1, "vhistogram",   histogram,        "generate histogram from vector"},
    350351  {1, "vlist",        vlist,            "append values to a vector from command line"},
     352  {1, "vmedfilt",     vmedfilt,         "median filter for a vector"},
    351353  {1, "vload",        vload,            "load vectors as overlay on image display"},
    352354  {1, "vmaxwell",     vmaxwell,         "fit a Maxwellian to a vector"},
Note: See TracChangeset for help on using the changeset viewer.