IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2019, 8:47:40 AM (7 years ago)
Author:
eugene
Message:

add vwtmean, virls, medimage wtmean & irls options, spline print

File:
1 edited

Legend:

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

    r40637 r40662  
    163163int vzload           PROTO((int, char **));
    164164int vstats           PROTO((int, char **));
     165int vstats           PROTO((int, char **));
     166int virls            PROTO((int, char **));
     167int vwtmean          PROTO((int, char **));
    165168int vroll            PROTO((int, char **));
    166169int vshift           PROTO((int, char **));
     
    360363  {1, "vsmooth",      vsmooth,          "Gaussian smooth of a vector"},
    361364  {1, "vstats",       vstats,           "statistics on a vector"},
     365  {1, "vwtmean",      vwtmean,          "weighted mean of a vector"},
     366  {1, "virls",        virls,            "IRLS mean of a vector"},
    362367  {1, "vzload",       vzload,           "load vectors as overlay on image display (scaled points)"},
    363368  {1, "vsh",          vsh,              "Vector Spherical Harmonics"},
Note: See TracChangeset for help on using the changeset viewer.