IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 2, 2013, 10:45:48 AM (13 years ago)
Author:
eugene
Message:

add vlist command (generate a vector inline)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130711/Ohana/src/opihi/cmd.data/init.c

    r35416 r35875  
    133133int vmaxwell         PROTO((int, char **));
    134134int vload            PROTO((int, char **));
     135int vlist            PROTO((int, char **));
    135136int vzload           PROTO((int, char **));
    136137int vstats           PROTO((int, char **));
     
    290291  {1, "vgrid",        vgrid,            "generate an image from a triplet of vectors"},
    291292  {1, "vhistogram",   histogram,        "generate histogram from vector"},
     293  {1, "vlist",        vlist,            "append values to a vector from command line"},
    292294  {1, "vload",        vload,            "load vectors as overlay on image display"},
    293295  {1, "vmaxwell",     vmaxwell,         "fit a Maxwellian to a vector"},
Note: See TracChangeset for help on using the changeset viewer.