IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37540


Ignore:
Timestamp:
Oct 30, 2014, 9:38:07 AM (12 years ago)
Author:
eugene
Message:

vsh implementation

Location:
branches/eam_branches/ipp-20140904/Ohana/src/opihi/cmd.data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/opihi/cmd.data/Makefile

    r37049 r37540  
    160160$(SRC)/vstats.$(ARCH).o            \
    161161$(SRC)/xsection.$(ARCH).o          \
     162$(SRC)/vsh.$(ARCH).o       \
    162163$(SRC)/wd.$(ARCH).o                \
    163164$(SRC)/write_vectors.$(ARCH).o     \
  • branches/eam_branches/ipp-20140904/Ohana/src/opihi/cmd.data/init.c

    r37049 r37540  
    147147int vpop             PROTO((int, char **));
    148148int vsmooth          PROTO((int, char **));
     149int vsh              PROTO((int, char **));
    149150int wd               PROTO((int, char **));
    150151int write_vectors    PROTO((int, char **));
     
    314315  {1, "vstats",       vstats,           "statistics on a vector"},
    315316  {1, "vzload",       vzload,           "load vectors as overlay on image display (scaled points)"},
     317  {1, "vsh",          vsh,              "Vector Spherical Harmonics"},
    316318  {1, "wd",           wd,               "write an image to a file"},
    317319  {1, "write",        write_vectors,    "write vectors to datafile"},
Note: See TracChangeset for help on using the changeset viewer.