IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2005, 9:35:40 PM (21 years ago)
Author:
eugene
Message:

cleaned gaussdeviate, added vsmooth

File:
1 edited

Legend:

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

    r3105 r3894  
    2727int gaussjordan      PROTO((int, char **));
    2828int gaussdeviate     PROTO((int, char **));
     29int gaussintegral    PROTO((int, char **));
    2930int grid             PROTO((int, char **));
    3031int gridify          PROTO((int, char **));
     
    9596int vroll            PROTO((int, char **));
    9697int vpop             PROTO((int, char **));
     98int vsmooth          PROTO((int, char **));
    9799int wd               PROTO((int, char **));
    98100int write_vectors    PROTO((int, char **));
     
    127129  {"gaussj",       gaussjordan,      "solve Ax = B (N-D)"},
    128130  {"gaussdev",     gaussdeviate,     "generate a gaussian deviate vector"},
     131  {"gaussint",     gaussintegral,    "return the integrated gaussian vector"},
    129132  {"grid",         grid,             "plot cartesian grid"},
    130133  {"gridify",      gridify,          "convert vector triplet to buffer"},
     
    193196  {"vload",        vload,            "load vectors on Kii"},
    194197  {"vstat",        vstat,            "get info from imreg database"},
     198  {"vsmooth",      vsmooth,          "gaussian smooth of a vector"},
    195199  {"vroll",        vroll,            "roll vector elements"},
    196200  {"vpop",         vpop,             "remove first element"},
Note: See TracChangeset for help on using the changeset viewer.