IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2020, 4:13:12 PM (6 years ago)
Author:
eugene
Message:

add native PDF support; add help to cgrid; add output weights to fitplx_irls

Location:
trunk/Ohana/src/opihi/cmd.data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/Makefile

    r41284 r41322  
    117117$(SRC)/point.$(ARCH).o          \
    118118$(SRC)/ps.$(ARCH).o             \
     119$(SRC)/pdf.$(ARCH).o            \
    119120$(SRC)/print_vectors.$(ARCH).o  \
    120121$(SRC)/mprint.$(ARCH).o         \
  • trunk/Ohana/src/opihi/cmd.data/init.c

    r41284 r41322  
    103103int parity           PROTO((int, char **));
    104104int point            PROTO((int, char **));
     105int pdf              PROTO((int, char **));
    105106int ps               PROTO((int, char **));
    106107int vprint           PROTO((int, char **));
     
    303304  {1, "ppm",          jpeg,             "convert display graphic to PPM"},
    304305  {1, "ps",           ps,               "convert display to PostScript"},
     306  {1, "pdf",          pdf,              "convert display to PDF"},
    305307  {1, "print_vectors", vprint,          "print a set of vectors"},
    306308  {1, "vprint",       vprint,           "print a set of vectors"},
Note: See TracChangeset for help on using the changeset viewer.