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.astro/init.c

    r21061 r24992  
    2222int imsub                   PROTO((int, char **));
    2323int medianmap               PROTO((int, char **));
     24int galsectors              PROTO((int, char **));
     25int galprofiles             PROTO((int, char **));
    2426int mkgauss                 PROTO((int, char **));
     27int mksersic                PROTO((int, char **));
    2528int multifit                PROTO((int, char **));
    2629int objload                 PROTO((int, char **));
     
    6164  {1, "medianmap",   medianmap,    "small median image"},
    6265  {1, "mkgauss",     mkgauss,      "generate a 2-D gaussian centered in image"},
     66  {1, "mksersic",    mksersic,     "generate a 2-D sersic profile"},
     67  {1, "galsectors",  galsectors,   "generate radial vectors for sectors of width dtheta"},
     68  {1, "galprofiles", galprofiles,  "generate radial vectors with interpolation along paths"},
    6369  {1, "multifit",    multifit,     "fit multi-order spectrum"},
    6470  {1, "objload",     objload,      "plot obj data on Ximage "},
Note: See TracChangeset for help on using the changeset viewer.