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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.