IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 20, 2009, 7:17:58 AM (17 years ago)
Author:
eugene
Message:

adding hermitians

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/Ohana/src/opihi/cmd.data/init.c

    r26418 r26463  
    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 **));
     
    173175  {1, "header",       header,           "print image header"},
    174176  {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"},
    175179  {1, "imbin",        rebin,            "rebin image data by factor of N"},
    176180  {1, "imclip",       imclip,           "clip values in an image to be within a range"},
Note: See TracChangeset for help on using the changeset viewer.