IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2009, 12:12:30 PM (17 years ago)
Author:
eugene
Message:

fix name conflicts

File:
1 edited

Legend:

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

    r19579 r21541  
    3535int imrough         PROTO((int, char **));
    3636int imsearch        PROTO((int, char **));
    37 int imstats         PROTO((int, char **));
    3837int lcat            PROTO((int, char **));
    3938int lcurve          PROTO((int, char **));
     
    8685  {1, "imrough",     imrough,      "get info from imruf database"},
    8786  {1, "imsearch",    imsearch,     "get info from imreg database"},
    88   {1, "imstats",     imstats,      "plot image statistics"},
    8987  {1, "lcat",        lcat,         "list catalogs in region"},
    9088  {1, "lcurve",      lcurve,       "plot lightcurve for a star"},
     
    104102  {1, "subpix",      subpix,       "get subpixel positions"},
    105103  {1, "version",     version,      "show version information"},
     104//{1, "imstats",     imstats,      "plot image statistics"},
    106105//{1, "addxtra",     addxtra,      "add extra data to object"},
    107106//{1, "getxtra",     getxtra,      "get extra data from object"},
Note: See TracChangeset for help on using the changeset viewer.