IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2019, 6:05:51 AM (7 years ago)
Author:
eugene
Message:

update medimage to return the variance, finish irls in medimage, add mgaussdev

File:
1 edited

Legend:

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

    r40752 r40758  
    8585int mcreate          PROTO((int, char **));
    8686int medacc           PROTO((int, char **));
     87int mgaussdev        PROTO((int, char **));
    8788int mget             PROTO((int, char **));
    8889int mget3d           PROTO((int, char **));
     
    273274  {1, "imcreate",     mcreate,          "create an image"},
    274275  {1, "medacc",       medacc,           "accumulate vector values in another vector"},
     276  {1, "mgaussdev",    mgaussdev,        "generate a gaussian deviate image"},
    275277  {1, "mget",         mget,             "extract a vector from an image"},
    276278  {1, "mget3d",       mget3d,           "extract a vector from a 3D image"},
Note: See TracChangeset for help on using the changeset viewer.