IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33628


Ignore:
Timestamp:
Mar 30, 2012, 2:13:37 PM (14 years ago)
Author:
eugene
Message:

new function to repair image maps via interpolation

Location:
branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro
Files:
1 added
2 edited

Legend:

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

    r33026 r33628  
    3232$(SRC)/fixwrap.$(ARCH).o           \
    3333$(SRC)/fixcols.$(ARCH).o           \
     34$(SRC)/fiximage.$(ARCH).o          \
    3435$(SRC)/gauss.$(ARCH).o             \
    3536$(SRC)/getvel.$(ARCH).o            \
  • branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro/init.c

    r33026 r33628  
    1515int flux                    PROTO((int, char **));
    1616int fixwrap                 PROTO((int, char **));
     17int fiximage                PROTO((int, char **));
    1718int fixcols                 PROTO((int, char **));
    1819int fixrows                 PROTO((int, char **));
     
    6970  {1, "flux",        flux,         "flux in a convex contour"},
    7071  {1, "fixwrap",     fixwrap,      "fix megacam over-wrapped pixels"},
     72  {1, "fiximage",    fiximage,     "fix pixels in an image by interpolation"},
    7173  {1, "fixcols",     fixcols,      "fix bad columns by comparing with others"},
    7274  {1, "fixrows",     fixrows,      "fix bad rows by comparing with others"},
Note: See TracChangeset for help on using the changeset viewer.