IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40383 for trunk


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

add function to fit a Lorentzian to a vector

Location:
trunk/Ohana/src/opihi/cmd.data
Files:
2 added
2 edited

Legend:

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

    r40332 r40383  
    166166$(SRC)/vclip.$(ARCH).o             \
    167167$(SRC)/vgauss.$(ARCH).o            \
     168$(SRC)/vlorentz.$(ARCH).o          \
    168169$(SRC)/vellipse.$(ARCH).o          \
    169170$(SRC)/vmaxwell.$(ARCH).o          \
     
    178179$(SRC)/vstats.$(ARCH).o            \
    179180$(SRC)/xsection.$(ARCH).o          \
    180 $(SRC)/vsh.$(ARCH).o       \
     181$(SRC)/vsh.$(ARCH).o               \
    181182$(SRC)/vshfit.$(ARCH).o    \
    182183$(SRC)/shterms.$(ARCH).o           \
  • 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.