IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2009, 8:41:11 AM (17 years ago)
Author:
eugene
Message:

add functions to fit ellipse, generate sersic model, generate galaxy profiles, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/Ohana/src/opihi/cmd.data/init.c

    r24219 r24992  
    110110int unsign           PROTO((int, char **));
    111111int vbin             PROTO((int, char **));
     112int vgroup           PROTO((int, char **));
    112113int vclip            PROTO((int, char **));
    113114int vect_select      PROTO((int, char **));
    114115int vgrid            PROTO((int, char **));
    115116int vgauss           PROTO((int, char **));
     117int vellipse         PROTO((int, char **));
    116118int vmaxwell         PROTO((int, char **));
    117119int vload            PROTO((int, char **));
     
    243245  {1, "uniq",         uniq,             "create a uniq vector subset from a vector"},
    244246  {1, "unsign",       unsign,           "toggle the UNSIGN status"},
    245   {1, "vbin",         vbin,             "rebin vector data by a fector of N"},
     247  {1, "vbin",         vbin,             "rebin vector data by a factor of N"},
     248  {1, "vgroup",       vgroup,           "group y vector into bins defined by x vector values"},
    246249  {1, "vclip",        vclip,            "clip values in a vector to be within a range"},
    247250  {1, "vectors",      list_vectors,     "list vectors"},
    248251  {1, "vgauss",       vgauss,           "fit a Gaussian to a vector"},
     252  {1, "vellipse",     vellipse,         "fit a Ellipse to a vector pair"},
    249253  {1, "vgrid",        vgrid,            "generate an image from a triplet of vectors"},
    250254  {1, "vhistogram",   histogram,        "generate histogram from vector"},
Note: See TracChangeset for help on using the changeset viewer.