IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35875


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

add vlist command (generate a vector inline)

Location:
branches/eam_branches/ipp-20130711/Ohana/src/opihi/cmd.data
Files:
1 added
2 edited

Legend:

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

    r35416 r35875  
    143143$(SRC)/vmaxwell.$(ARCH).o          \
    144144$(SRC)/vgrid.$(ARCH).o             \
     145$(SRC)/vlist.$(ARCH).o             \
    145146$(SRC)/vload.$(ARCH).o             \
    146147$(SRC)/vzload.$(ARCH).o            \
  • 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.