IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2012, 8:10:40 AM (14 years ago)
Author:
eugene
Message:

added some features to make remote stats operations easier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/init.c

    r33600 r33615  
    2323int fitsed          PROTO((int, char **));
    2424int gcat            PROTO((int, char **));
     25int catlist         PROTO((int, char **));
    2526int getxtra         PROTO((int, char **));
    2627int gimages         PROTO((int, char **));
     
    4849int paverage        PROTO((int, char **));
    4950int procks          PROTO((int, char **));
     51int remote          PROTO((int, char **));
    5052int showtile        PROTO((int, char **));
    5153int skycat          PROTO((int, char **));
     
    7880  {1, "fitsed",      fitsed,       "fit stellar SEDs to objects"},
    7981  {1, "gcat",        gcat,         "get catalog at location"},
     82  {1, "catlist",     catlist,      "get list of catalogs for region / host"},
    8083  {1, "gimages",     gimages,      "get images at location"},
    8184  {1, "gstar",       gstar,        "get star statistics"},
     
    101104  {1, "paverage",    paverage,     "plot average magnitude"},
    102105  {1, "procks",      procks,       "plot rocks"},
     106  {1, "remote",      remote,       "generic remote dvo client operation"},
    103107  {1, "showtile",    showtile,     "plot tile pattern"},
    104108  {1, "skycat",      skycat,       "show sky catalog boundaries"},
Note: See TracChangeset for help on using the changeset viewer.