IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2015, 5:52:54 AM (12 years ago)
Author:
eugene
Message:

2 new functions: cdhistogram, mget3d

Location:
branches/eam_branches/ipp-20150112/Ohana/src/opihi
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150112/Ohana/src/opihi/cmd.astro/Makefile

    r37807 r37850  
    2929$(SRC)/czplot.$(ARCH).o    \
    3030$(SRC)/cdensify.$(ARCH).o          \
     31$(SRC)/cdhistogram.$(ARCH).o       \
    3132$(SRC)/drizzle.$(ARCH).o           \
    3233$(SRC)/flux.$(ARCH).o              \
  • branches/eam_branches/ipp-20150112/Ohana/src/opihi/cmd.astro/init.c

    r37807 r37850  
    1414int czcplot                 PROTO((int, char **));
    1515int cdensify                PROTO((int, char **));
     16int cdhistogram             PROTO((int, char **));
    1617int drizzle                 PROTO((int, char **));
    1718int flux                    PROTO((int, char **));
     
    7778  {1, "czplot",      czplot,       "plot scaled vectors in sky coordinates"},
    7879  {1, "czcplot",     czcplot,      "plot color-scaled vectors in sky coordinates"},
    79   {1, "cdensify",    cdensify,      "vectors to density history on projection"},
     80  {1, "cdensify",    cdensify,     "vectors to density history on projection"},
     81  {1, "cdhistogram", cdhistogram,  "vectors to 3D histogram on projection"},
    8082  {1, "drizzle",     drizzle,      "transform image to image"},
    8183  {1, "flux",        flux,         "flux in a convex contour"},
  • branches/eam_branches/ipp-20150112/Ohana/src/opihi/cmd.data/init.c

    r37807 r37850  
    8080int medacc           PROTO((int, char **));
    8181int mget             PROTO((int, char **));
     82int mget3d           PROTO((int, char **));
    8283int minterp          PROTO((int, char **));
    8384int medimage_command PROTO((int, char **));
     
    243244  {1, "medacc",       medacc,           "accumulate vector values in another vector"},
    244245  {1, "mget",         mget,             "extract a vector from an image"},
     246  {1, "mget3d",       mget3d,           "extract a vector from a 3D image"},
    245247  {1, "imget",        mget,             "extract a vector from an image"},
    246248  {1, "minterp",      minterp,          "interpolate image pixels"},
Note: See TracChangeset for help on using the changeset viewer.