IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2007, 10:15:51 AM (19 years ago)
Author:
eugene
Message:

extensive updates to the avextract / mextract / skyregion system

File:
1 edited

Legend:

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

    r10793 r14401  
    4848int skycat          PROTO((int, char **));
    4949int skycoverage     PROTO((int, char **));
     50int skyregion       PROTO((int, char **));
    5051int simage          PROTO((int, char **));
    5152int subpix          PROTO((int, char **));
    5253int version         PROTO((int, char **));
    53 
    54 /* temporarily exclude
    55 int addxtra         PROTO((int, char **));
    56   {"addxtra",     addxtra,      "add extra data to object"},
    57   {"getxtra",     getxtra,      "get extra data from object"},
    58   {"catalog",     catlog,       "plot catalog stars"},
    59 */
    6054
    6155static Command cmds[] = { 
     
    10498  {"skycat",      skycat,       "show sky catalog boundaries"},
    10599  {"skycoverage", skycoverage,  "measure image union on sky"},
     100  {"skyregion",   skyregion,    "set sky region for db queries"},
    106101  {"simage",      simage,       "plot stars in an image"},
    107102  {"subpix",      subpix,       "get subpixel positions"},
    108103  {"version",     version,      "show version information"},
     104//{"addxtra",     addxtra,      "add extra data to object"},
     105//{"getxtra",     getxtra,      "get extra data from object"},
    109106};
    110107
Note: See TracChangeset for help on using the changeset viewer.