IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21541


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

fix name conflicts

Location:
trunk/Ohana/src/opihi
Files:
2 edited

Legend:

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

    r21508 r21541  
    134134  {1, "box",          box,              "draw a box on the plot"},
    135135  {1, "buffers",      list_buffers,     "list the currently allocated buffers (images)"},
    136   {1, "images",       list_buffers,     "list the currently allocated images"},
    137136  {1, "center",       center,           "center image on coords"},
    138137  {1, "circstats",    circstats,        "circular statistics"},
  • 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.