IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2014, 12:32:26 PM (12 years ago)
Author:
eugene
Message:

merge changes (from past YEAR) into trunk

Location:
branches/eam_branches/ipp-ops-20130712/Ohana
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-ops-20130712/Ohana

    • Property svn:mergeinfo deleted
  • branches/eam_branches/ipp-ops-20130712/Ohana/src/opihi

    • Property svn:mergeinfo deleted
  • branches/eam_branches/ipp-ops-20130712/Ohana/src/opihi/cmd.data

    • Property svn:mergeinfo deleted
  • branches/eam_branches/ipp-ops-20130712/Ohana/src/opihi/cmd.data/init.c

    r35416 r37067  
    1010int center           PROTO((int, char **));
    1111int parity           PROTO((int, char **));
     12int cast             PROTO((int, char **));
    1213int circstats        PROTO((int, char **));
    1314int clear            PROTO((int, char **));
     
    5253int imcut            PROTO((int, char **));
    5354int imhist           PROTO((int, char **));
     55int impeaks          PROTO((int, char **));
    5456int imsmooth         PROTO((int, char **));
     57int imsmooth_generic PROTO((int, char **));
     58int imsmooth_2d      PROTO((int, char **));
    5559int integrate        PROTO((int, char **));
    5660int interpolate      PROTO((int, char **));
     61int join             PROTO((int, char **));
    5762int jpeg             PROTO((int, char **));
    5863int kern             PROTO((int, char **));
     
    7479int mget             PROTO((int, char **));
    7580int minterp          PROTO((int, char **));
     81int medimage_command PROTO((int, char **));
    7682int mset             PROTO((int, char **));
    7783int peak             PROTO((int, char **));
     
    8187int point            PROTO((int, char **));
    8288int ps               PROTO((int, char **));
     89int print_vectors    PROTO((int, char **));
    8390int queuelist        PROTO((int, char **));
    8491int queueload        PROTO((int, char **));
     
    133140int vmaxwell         PROTO((int, char **));
    134141int vload            PROTO((int, char **));
     142int vlist            PROTO((int, char **));
    135143int vzload           PROTO((int, char **));
    136144int vstats           PROTO((int, char **));
     
    160168  {1, "buffers",      list_buffers,     "list the currently allocated buffers (images)"},
    161169  {1, "center",       center,           "center image on coords"},
     170  {1, "cast",         cast,             "cast input vector to specified type"},
    162171  {1, "circstats",    circstats,        "circular statistics"},
    163172  {1, "clear",        clear,            "erase plot"},
     
    205214  {1, "imcut",        imcut,            "linear image cut between arbitrary coords"},
    206215  {1, "imhistogram",  imhist,           "histogram of an image region"},
     216  {1, "impeaks",      impeaks,          "find peaks in an image (return vectors)"},
    207217  {1, "imsmooth",     imsmooth,         "circular gaussian smoothing"},
     218  {1, "imsmooth.generic", imsmooth_generic, "circular non-gaussian smoothing"},
     219  {1, "imsmooth.2d",  imsmooth_2d,      "circular non-gaussian smoothing"},
    208220  {1, "imstats",      imstats,          "statistics on a portion of an image"},
    209221  {1, "integrate",    integrate,        "integrate a vector"},
    210222  {1, "interpolate",  interpolate,      "interpolate between vector pairs"},
     223  {1, "join",         join,             "find the join of two ID vectors"},
    211224  {1, "jpeg",         jpeg,             "convert display image to JPEG"},
    212225  {1, "kern",         kern,             "convolve with 3x3 kernel"},
     
    224237  {1, "minterp",      minterp,          "interpolate image pixels"},
    225238  {1, "iminterp",     minterp,          "interpolate image pixels"},
     239  {1, "medimage",     medimage_command, "median image manipulation"},
    226240  {1, "matrix",       matrix,           "matrix math operations"},
    227241  {1, "match2d",      match2d,          "match 2 pairs of X,Y vectors and return matched indexes"},
     
    237251  {1, "ppm",          jpeg,             "convert display graphic to PPM"},
    238252  {1, "ps",           ps,               "convert display to PostScript"},
     253  {1, "print_vectors", print_vectors,   "print a set of vectors"},
    239254  {1, "queuedelete",  queuedelete,      "delete a queue"},
    240255  {1, "queuedrop",    queuedrop,        "drop values from queue matching a key"},
     
    290305  {1, "vgrid",        vgrid,            "generate an image from a triplet of vectors"},
    291306  {1, "vhistogram",   histogram,        "generate histogram from vector"},
     307  {1, "vlist",        vlist,            "append values to a vector from command line"},
    292308  {1, "vload",        vload,            "load vectors as overlay on image display"},
    293309  {1, "vmaxwell",     vmaxwell,         "fit a Maxwellian to a vector"},
Note: See TracChangeset for help on using the changeset viewer.