IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36236


Ignore:
Timestamp:
Oct 23, 2013, 2:28:54 PM (13 years ago)
Author:
eugene
Message:

adding coordimage function to generate astrometry residual image maps

Location:
branches/eam_branches/ipp-20130904/Ohana/src/opihi/dvo
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/Ohana/src/opihi/dvo/Makefile

    r34461 r36236  
    4040$(SRC)/cmpload.$(ARCH).o                \
    4141$(SRC)/cmpread.$(ARCH).o                \
     42$(SRC)/coordimage.$(ARCH).o             \
    4243$(SRC)/ddmags.$(ARCH).o         \
    4344$(SRC)/detrend.$(ARCH).o                \
  • branches/eam_branches/ipp-20130904/Ohana/src/opihi/dvo/init.c

    r34461 r36236  
    1313int cmpload         PROTO((int, char **));
    1414int cmpread         PROTO((int, char **));
     15int coordimage      PROTO((int, char **));
    1516int ddmags          PROTO((int, char **));
    1617int detrend         PROTO((int, char **));
     
    7172  {1, "cmpload",     cmpload,      "load cmp file into ?"},
    7273  {1, "cmpread",     cmpread,      "read data from cmp format files"},
     74  {1, "coordimage",  coordimage,   "generate a map of the transformation residuals"},
    7375  {1, "ddmags",      ddmags,       "plot magnitude differences"},
    7476  {1, "detrend",     detrend,      "extract from detrend database?"},
Note: See TracChangeset for help on using the changeset viewer.