IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2023, 12:17:35 PM (3 years ago)
Author:
eugene
Message:

merge from eam_branches/ipp-20220316. fixes for more pendantic gcc; add opihi memory stats; string vector improvements; use named macros for fixed string lengths

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/opihi/cmd.data/init.c

    r42128 r42389  
    126126int queue2book       PROTO((int, char **));
    127127int rd               PROTO((int, char **));
     128int rdjpg            PROTO((int, char **));
    128129int rdseg            PROTO((int, char **));
    129130int read_vectors     PROTO((int, char **));
     
    160161int tvgrid           PROTO((int, char **));
    161162int opihi_type       PROTO((int, char **));
     163int opihi_size       PROTO((int, char **));
    162164int uniq             PROTO((int, char **));
    163165int uniqpair         PROTO((int, char **));
     
    336338  {1, "ipptool2book", queue2book,       "convert queue with ipptool output to book"},
    337339  {1, "rd",           rd,               "load fits image"},
     340  {1, "rdjpg",        rdjpg,            "load jpeg image"},
    338341  {1, "rdseg",        rdseg,            "read a segment of an image from a file"},
    339342  {1, "read",         read_vectors,     "read vectors from datafile"},
     
    350353  {1, "set",          set,              "image and vector math"},
    351354  {1, "shift",        shift,            "shift data in an image"},
     355  {1, "size",         opihi_size,       "get vector/matrix dimension/size information"},
    352356  {1, "sort",         sort_vectors,     "sort list of vectors"},
    353357  {1, "spline",       spline_command,   "shift data in an image"},
Note: See TracChangeset for help on using the changeset viewer.