IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2006, 5:26:07 PM (20 years ago)
Author:
eugene
Message:

added periodogram, tests, some minor bugs

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

Legend:

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

    r5943 r6642  
    3030$(SDIR)/drizzle.$(ARCH).o          \
    3131$(SDIR)/flux.$(ARCH).o             \
     32$(SDIR)/fixwrap.$(ARCH).o          \
    3233$(SDIR)/gauss.$(ARCH).o            \
    3334$(SDIR)/getvel.$(ARCH).o           \
  • trunk/Ohana/src/opihi/cmd.astro/init.c

    r3144 r6642  
    1111int drizzle                 PROTO((int, char **));
    1212int flux                    PROTO((int, char **));
     13int fixwrap                 PROTO((int, char **));
    1314int gauss                   PROTO((int, char **));
    1415int gaussfit                PROTO((int, char **));
     
    4445  {"drizzle",     drizzle,      "transform image to image"},
    4546  {"flux",        flux,         "flux in a convex contour"},
     47  {"fixwrap",     fixwrap,      "fix megacam over-wrapped pixels"},
    4648  {"gauss",       gauss,        "get statistics on a star, assuming gaussian profile"},
    4749  {"getvel",      getvel,       "rotcurve to velocities"},
Note: See TracChangeset for help on using the changeset viewer.