IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 18, 2014, 8:22:08 PM (12 years ago)
Author:
eugene
Message:

add spherical harmonic fitting functions

File:
1 edited

Legend:

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

    r37546 r37630  
    152152int shterms          PROTO((int, char **));
    153153int shfit            PROTO((int, char **));
     154int shdot            PROTO((int, char **));
     155int shapply          PROTO((int, char **));
    154156int wd               PROTO((int, char **));
    155157int write_vectors    PROTO((int, char **));
     
    323325  {1, "shterms",      shterms,          "Spherical Harmonics terms"},
    324326  {1, "shfit",        shfit,            "Spherical Harmonics fits"},
     327  {1, "shdot",        shdot,            "Spherical Harmonics dot product"},
     328  {1, "shapply",      shapply,          "Spherical Harmonics fit application"},
    325329  {1, "wd",           wd,               "write an image to a file"},
    326330  {1, "write",        write_vectors,    "write vectors to datafile"},
Note: See TracChangeset for help on using the changeset viewer.