IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 2, 2014, 3:36:37 PM (12 years ago)
Author:
eugene
Message:

adding spherical harmonics code

File:
1 edited

Legend:

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

    r37541 r37546  
    149149int vsmooth          PROTO((int, char **));
    150150int vsh              PROTO((int, char **));
     151int vshfit           PROTO((int, char **));
     152int shterms          PROTO((int, char **));
     153int shfit            PROTO((int, char **));
    151154int wd               PROTO((int, char **));
    152155int write_vectors    PROTO((int, char **));
     
    317320  {1, "vzload",       vzload,           "load vectors as overlay on image display (scaled points)"},
    318321  {1, "vsh",          vsh,              "Vector Spherical Harmonics"},
     322  {1, "vshfit",       vshfit,           "Vector Spherical Harmonics fits"},
     323  {1, "shterms",      shterms,          "Spherical Harmonics terms"},
     324  {1, "shfit",        shfit,            "Spherical Harmonics fits"},
    319325  {1, "wd",           wd,               "write an image to a file"},
    320326  {1, "write",        write_vectors,    "write vectors to datafile"},
Note: See TracChangeset for help on using the changeset viewer.