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/cmd.data/init.c

    r31667 r33662  
    6161int header           PROTO((int, char **));
    6262int list_vectors     PROTO((int, char **));
     63int vtype            PROTO((int, char **));
    6364int load             PROTO((int, char **));
    6465int lookup           PROTO((int, char **));
     
    111112int swapbytes        PROTO((int, char **));
    112113int textline         PROTO((int, char **));
     114int threshold        PROTO((int, char **));
    113115int tv               PROTO((int, char **));
    114116int tvchannel        PROTO((int, char **));
     
    138140int zplot            PROTO((int, char **));
    139141int zcplot            PROTO((int, char **));
     142
     143// ???
     144// int mtype            PROTO((int, char **));
     145//  {1, "mtype",        mtype,            "return the type of the defined buffer"},
    140146
    141147static Command cmds[] = { 
     
    257263  {1, "swapbytes",    swapbytes,        "byte swap thing"},
    258264  {1, "textline",     textline,         "write text line on graph"},
     265  {1, "threshold",    threshold,        "find (interpolate) location of transition"},
    259266  {1, "tv",           tv,               "display an image on the Kii window"},
    260267  {1, "tvchannel",    tvchannel,        "set the current tv channel"},
     
    269276  {1, "vclip",        vclip,            "clip values in a vector to be within a range"},
    270277  {1, "vectors",      list_vectors,     "list vectors"},
     278  {1, "vtype",        vtype,            "return the vector type (FLT or INT)"},
    271279  {1, "vgauss",       vgauss,           "fit a Gaussian to a vector"},
    272280  {1, "vellipse",     vellipse,         "fit a Ellipse to a vector pair"},
Note: See TracChangeset for help on using the changeset viewer.