IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2015, 12:11:09 PM (11 years ago)
Author:
eugene
Message:

add new functions tdhistogram and squash3d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150112/Ohana/src/opihi/cmd.data/init.c

    r37850 r37901  
    5151int ungridify        PROTO((int, char **));
    5252int histogram        PROTO((int, char **));
     53int tdhistogram      PROTO((int, char **));
    5354int hermitian1d      PROTO((int, char **));
    5455int hermitian2d      PROTO((int, char **));
     
    118119int imspline_apply   PROTO((int, char **));
    119120int imspline_construct PROTO((int, char **));
     121int squash3d         PROTO((int, char **));
    120122int stats            PROTO((int, char **));
    121123int imstats          PROTO((int, char **));
     
    218220  {1, "header",       header,           "print image header"},
    219221  {1, "histogram",    histogram,        "generate histogram from vector"},
     222  {1, "tdhistogram",  tdhistogram,      "generate 2D histogram image from vector set"},
    220223  {1, "hermitian1d",  hermitian1d,      "generate 1-D Hermitian Polynomial"},
    221224  {1, "hermitian2d",  hermitian2d,      "generate 2-D Hermitian Polynomial"},
     
    291294  {1, "imspline.apply", imspline_apply, "apply spline fit to generate an image"},
    292295  {1, "imspline.const", imspline_construct, "create spline 2nd deriv. terms"},
     296  {1, "squash3d",     squash3d,         "squash 3d buffer to 2d"},
    293297  {1, "stats",        imstats,          "statistics on a portion of an image"},
    294298  {1, "style",        style,            "set the style for graph plots"},
Note: See TracChangeset for help on using the changeset viewer.