IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:24:46 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201

File:
1 edited

Legend:

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

    r25757 r26891  
    4242int ungridify        PROTO((int, char **));
    4343int histogram        PROTO((int, char **));
     44int hermitian1d      PROTO((int, char **));
     45int hermitian2d      PROTO((int, char **));
    4446int imcut            PROTO((int, char **));
    4547int imhist           PROTO((int, char **));
     
    5860int load             PROTO((int, char **));
    5961int lookup           PROTO((int, char **));
     62int matrix           PROTO((int, char **));
    6063int mkrgb            PROTO((int, char **));
    6164int mcreate          PROTO((int, char **));
     
    172175  {1, "header",       header,           "print image header"},
    173176  {1, "histogram",    histogram,        "generate histogram from vector"},
     177  {1, "hermitian1d",  hermitian1d,      "generate 1-D Hermitian Polynomial"},
     178  {1, "hermitian2d",  hermitian2d,      "generate 2-D Hermitian Polynomial"},
    174179  {1, "imbin",        rebin,            "rebin image data by factor of N"},
    175180  {1, "imclip",       imclip,           "clip values in an image to be within a range"},
     
    195200  {1, "minterp",      minterp,          "interpolate image pixels"},
    196201  {1, "iminterp",     minterp,          "interpolate image pixels"},
     202  {1, "matrix",       matrix,           "matrix math operations"},
    197203  {1, "mkrgb",        mkrgb,            "convert 3 images to rgb jpeg (use Kapa for better control)"},
    198204  {1, "mset",         mset,             "insert a vector in an image"},
Note: See TracChangeset for help on using the changeset viewer.