IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2012, 3:24:39 PM (14 years ago)
Author:
eugene
Message:

support for parallel dvo in mextract, avextract, avmerge, gstar, gcat; remove some if-def-ed out code already moved to libdvo; list -vectors and -buffers options (store names of vectors and buffers in lists); list -copy give error if missing source; catlist, hosts & remote functions to support parallel dvos; skyregion -save option; new skycoverage modes (-min-ubercal; -min-dmag-sys; -min-mcal; -max-mcal); gstar output formatting cleanups; add more average info to gstar output; functions for spectral similarity analysis; coords returns nans for projections off the sphere; fix cumulative function; add name:type option to opihi/read function (eg read a:float 2 b:time 3 c:int 4); line -frac option; vtype function to get vector types; threshold function; write -fits option; code for unfinished mtype function (matching vtype)

File:
1 edited

Legend:

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

    r31450 r33662  
    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 **));
    2728int gstar           PROTO((int, char **));
    2829int gtypes          PROTO((int, char **));
     30int hosts           PROTO((int, char **));
    2931int images          PROTO((int, char **));
    3032int imbox           PROTO((int, char **));
     
    4749int paverage        PROTO((int, char **));
    4850int procks          PROTO((int, char **));
     51int remote          PROTO((int, char **));
    4952int showtile        PROTO((int, char **));
    5053int skycat          PROTO((int, char **));
     
    7780  {1, "fitsed",      fitsed,       "fit stellar SEDs to objects"},
    7881  {1, "gcat",        gcat,         "get catalog at location"},
     82  {1, "catlist",     catlist,      "get list of catalogs for region / host"},
    7983  {1, "gimages",     gimages,      "get images at location"},
    8084  {1, "gstar",       gstar,        "get star statistics"},
     85  {1, "hosts",       hosts,        "remote host support functions"},
    8186  {1, "images",      images,       "plot image boxes"},
    8287  {1, "imbox",       imbox,        "plot expected image box"},
     
    99104  {1, "paverage",    paverage,     "plot average magnitude"},
    100105  {1, "procks",      procks,       "plot rocks"},
     106  {1, "remote",      remote,       "generic remote dvo client operation"},
    101107  {1, "showtile",    showtile,     "plot tile pattern"},
    102108  {1, "skycat",      skycat,       "show sky catalog boundaries"},
Note: See TracChangeset for help on using the changeset viewer.