IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.