IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2018, 11:09:47 AM (8 years ago)
Author:
eugene
Message:

add function to fit a Lorentzian to a vector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/init.c

    r40332 r40383  
    153153int vgrid            PROTO((int, char **));
    154154int vgauss           PROTO((int, char **));
     155int vlorentz         PROTO((int, char **));
    155156int vellipse         PROTO((int, char **));
    156157int vmaxwell         PROTO((int, char **));
     
    338339  {1, "vtype",        vtype,            "return the vector type (FLT or INT)"},
    339340  {1, "vgauss",       vgauss,           "fit a Gaussian to a vector"},
     341  {1, "vlorentz",     vlorentz,         "fit a Lorentzian to a vector"},
    340342  {1, "vellipse",     vellipse,         "fit a Ellipse to a vector pair"},
    341343  {1, "vgrid",        vgrid,            "generate an image from a triplet of vectors"},
Note: See TracChangeset for help on using the changeset viewer.