IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 30, 2008, 10:17:54 AM (18 years ago)
Author:
eugene
Message:

ignore nan and inf in the opihi rebin function

File:
1 edited

Legend:

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

    r17579 r21064  
    77int book_command     PROTO((int, char **));
    88int center           PROTO((int, char **));
     9int parity           PROTO((int, char **));
    910int circstats        PROTO((int, char **));
    1011int clear            PROTO((int, char **));
     
    128129  {1, "book",         book_command,     "commands to manipulate book/page/word data"},
    129130  {1, "center",       center,           "center image on coords"},
     131  {1, "parity",       parity,           "set image parity"},
    130132  {1, "circstats",    circstats,        "circular statistics"},
    131133  {1, "clear",        clear,            "erase plot"},
Note: See TracChangeset for help on using the changeset viewer.