IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2019, 2:42:49 PM (7 years ago)
Author:
eugene
Message:

add antialias command for kapa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20190329/src/opihi/cmd.data/init.c

    r40664 r40733  
    33
    44int accum            PROTO((int, char **));
     5int antialias        PROTO((int, char **));
    56int applyfit         PROTO((int, char **));
    67int applyfit1d       PROTO((int, char **));
     
    191192static Command cmds[] = { 
    192193  {1, "accum",        accum,            "accumulate vector values in another vector"},
     194  {1, "antialias",    antialias,        "set anti-alias sigma value for display"},
    193195  {1, "applyfit",     applyfit1d,       "apply 1-d fit to new vector"},
    194196  {1, "applyfit1d",   applyfit1d,       "apply 1-d fit to new vector"},
Note: See TracChangeset for help on using the changeset viewer.