IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 10, 2014, 2:43:46 PM (12 years ago)
Author:
eugene
Message:

somewhat esoteric code to analyse mosaic astrometry

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

Legend:

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

    r36375 r36739  
    4141$(SRC)/cmpread.$(ARCH).o                \
    4242$(SRC)/coordimage.$(ARCH).o             \
     43$(SRC)/coordmosaic.$(ARCH).o            \
    4344$(SRC)/ddmags.$(ARCH).o         \
    4445$(SRC)/detrend.$(ARCH).o                \
  • branches/eam_branches/ipp-20140423/Ohana/src/opihi/dvo/init.c

    r36375 r36739  
    1414int cmpread         PROTO((int, char **));
    1515int coordimage      PROTO((int, char **));
     16int coordmosaic     PROTO((int, char **));
     17int psastro_model   PROTO((int, char **));
    1618int ddmags          PROTO((int, char **));
    1719int detrend         PROTO((int, char **));
     
    7375  {1, "cmpread",     cmpread,      "read data from cmp format files"},
    7476  {1, "coordimage",  coordimage,   "generate a map of the transformation residuals"},
     77  {1, "coordmosaic", coordmosaic,  "generate a map of the distortion"},
     78  {1, "psastro_model", psastro_model, "save psastro-format astrometry model"},
    7579  {1, "ddmags",      ddmags,       "plot magnitude differences"},
    7680  {1, "detrend",     detrend,      "extract from detrend database?"},
Note: See TracChangeset for help on using the changeset viewer.