IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21061


Ignore:
Timestamp:
Dec 30, 2008, 10:17:41 AM (17 years ago)
Author:
eugene
Message:

functions to detect and mask bad columns or rows in an image

Location:
trunk/Ohana/src/opihi/cmd.astro
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/Makefile

    r18718 r21061  
    3030$(SRC)/flux.$(ARCH).o              \
    3131$(SRC)/fixwrap.$(ARCH).o           \
     32$(SRC)/fixcols.$(ARCH).o           \
    3233$(SRC)/gauss.$(ARCH).o             \
    3334$(SRC)/getvel.$(ARCH).o    \
  • trunk/Ohana/src/opihi/cmd.astro/init.c

    r18718 r21061  
    1313int flux                    PROTO((int, char **));
    1414int fixwrap                 PROTO((int, char **));
     15int fixcols                 PROTO((int, char **));
     16int fixrows                 PROTO((int, char **));
    1517int gauss                   PROTO((int, char **));
    1618int gaussfit                PROTO((int, char **));
     
    5052  {1, "flux",        flux,         "flux in a convex contour"},
    5153  {1, "fixwrap",     fixwrap,      "fix megacam over-wrapped pixels"},
     54  {1, "fixcols",     fixcols,      "fix bad columns by comparing with others"},
     55  {1, "fixrows",     fixrows,      "fix bad rows by comparing with others"},
    5256  {1, "gauss",       gauss,        "get statistics on a star, assuming gaussian profile"},
    5357  {1, "getvel",      getvel,       "rotcurve to velocities"},
Note: See TracChangeset for help on using the changeset viewer.