IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2020, 3:51:43 PM (6 years ago)
Author:
eugene
Message:

move ipptool2book from pantasks to general opihi code (rename as queue2book, keep alias ipptool2book)

File:
1 edited

Legend:

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

    r41164 r41284  
    115115int queuesubstr      PROTO((int, char **));
    116116int queuesize        PROTO((int, char **));
     117int queue2book       PROTO((int, char **));
    117118int rd               PROTO((int, char **));
    118119int rdseg            PROTO((int, char **));
     
    314315  {1, "queuesize",    queuesize,        "show queue size"},
    315316  {1, "queuesubstr",  queuesubstr,      "bulk replace strings in queue"},
     317  {1, "queue2book",   queue2book,       "convert queue with ipptool output to book"},
     318  {1, "ipptool2book", queue2book,       "convert queue with ipptool output to book"},
    316319  {1, "rd",           rd,               "load fits image"},
    317320  {1, "rdseg",        rdseg,            "read a segment of an image from a file"},
Note: See TracChangeset for help on using the changeset viewer.