IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26463


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

adding hermitians

Location:
branches/eam_branches/20091201/Ohana/src/opihi/cmd.data
Files:
2 added
2 edited

Legend:

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

    r26418 r26463  
    5353$(SRC)/ungridify.$(ARCH).o     \
    5454$(SRC)/histogram.$(ARCH).o      \
     55$(SRC)/hermitian1d.$(ARCH).o    \
     56$(SRC)/hermitian2d.$(ARCH).o    \
    5557$(SRC)/imcut.$(ARCH).o          \
    5658$(SRC)/imhist.$(ARCH).o \
  • 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.