IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2022, 12:17:32 PM (4 years ago)
Author:
eugene
Message:

add imresample, imcollapse functions; more usage documentation; option to catch failures in command when loading from shell command into queue; better handling of errors reading FITS table

File:
1 edited

Legend:

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

    r41891 r42082  
    1818int clear            PROTO((int, char **));
    1919int clip             PROTO((int, char **));
    20 int imclip           PROTO((int, char **));
    2120int close_device     PROTO((int, char **));
    2221int concat           PROTO((int, char **));
     
    6160int hermitian2d      PROTO((int, char **));
    6261int idxread          PROTO((int, char **));
     62int imclip           PROTO((int, char **));
    6363int imcut            PROTO((int, char **));
    6464int imhist           PROTO((int, char **));
     
    6868int imsmooth_2d      PROTO((int, char **));
    6969int imconvolve       PROTO((int, char **));
     70int imresample       PROTO((int, char **));
     71int imcollapse       PROTO((int, char **));
    7072int integrate        PROTO((int, char **));
    7173int interpolate      PROTO((int, char **));
     
    266268  {1, "imclip",       imclip,           "clip values in an image to be within a range"},
    267269  {1, "imcut",        imcut,            "linear image cut between arbitrary coords"},
     270  {1, "imresample",   imresample,       "extract arbitrary window from image"},
     271  {1, "imcollapse",   imcollapse,       "collapse to histogram along axis"},
    268272  {1, "imhistogram",  imhist,           "histogram of an image region"},
    269273  {1, "impeaks",      impeaks,          "find peaks in an image (return vectors)"},
Note: See TracChangeset for help on using the changeset viewer.