IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 28, 2016, 11:09:46 AM (10 years ago)
Author:
eugene
Message:

add datan2, set atan2 to return radians as it should

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

Legend:

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

    r39225 r39558  
    149149$(SRC)/tvcontour.$(ARCH).o         \
    150150$(SRC)/tvgrid.$(ARCH).o            \
     151$(SRC)/type.$(ARCH).o              \
    151152$(SRC)/uniq.$(ARCH).o              \
    152153$(SRC)/unsign.$(ARCH).o            \
  • trunk/Ohana/src/opihi/cmd.data/init.c

    r39225 r39558  
    137137int tvcontour        PROTO((int, char **));
    138138int tvgrid           PROTO((int, char **));
     139int opihi_type             PROTO((int, char **));
    139140int uniq             PROTO((int, char **));
    140141int unsign           PROTO((int, char **));
     
    314315  {1, "tvcontour",    tvcontour,        "send contour to image overlay"},
    315316  {1, "tvgrid",       tvgrid,           "RA/DEC grid on an image"},
     317  {1, "type",         opihi_type,       "get scalar/vector/matrix type information"},
    316318  {1, "ungridify",    ungridify,        "convert image region to vector triplet"},
    317319  {1, "uniq",         uniq,             "create a uniq vector subset from a vector"},
Note: See TracChangeset for help on using the changeset viewer.