IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2006, 11:58:18 AM (20 years ago)
Author:
eugene
Message:

added mkrgb, fixed shift bug

File:
1 edited

Legend:

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

    r8177 r9726  
    4949int load             PROTO((int, char **));
    5050int lookup           PROTO((int, char **));
     51int mkrgb            PROTO((int, char **));
    5152int mcreate          PROTO((int, char **));
    5253int medacc           PROTO((int, char **));
     
    160161  {"load",         load,             "load an SAOimage style overlay"},
    161162  {"lookup",       lookup,           "convert vector via lookup table (vector pair)"},
     163  {"mkrgb",        mkrgb,            "convert 3 images to rgb jpeg"},
    162164  {"mcreate",      mcreate,          "create a matrix"},
    163165  {"medacc",       medacc,           "accumulate vector values in another vector"},
Note: See TracChangeset for help on using the changeset viewer.