IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35339


Ignore:
Timestamp:
Apr 1, 2013, 5:37:41 AM (13 years ago)
Author:
eugene
Message:

adding parallax fitter

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

Legend:

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

    r34342 r35339  
    3030$(SRC)/drizzle.$(ARCH).o           \
    3131$(SRC)/flux.$(ARCH).o              \
     32$(SRC)/fitplx.$(ARCH).o    \
    3233$(SRC)/fixwrap.$(ARCH).o           \
    3334$(SRC)/fixcols.$(ARCH).o           \
  • branches/eam_branches/ipp-20130307/Ohana/src/opihi/cmd.astro/init.c

    r34342 r35339  
    1414int drizzle                 PROTO((int, char **));
    1515int flux                    PROTO((int, char **));
     16int fitplx                  PROTO((int, char **));
    1617int fixwrap                 PROTO((int, char **));
    1718int fiximage                PROTO((int, char **));
     
    7172  {1, "drizzle",     drizzle,      "transform image to image"},
    7273  {1, "flux",        flux,         "flux in a convex contour"},
     74  {1, "fitplx",      fitplx,       "fit proper motion and parallax"},
    7375  {1, "fixwrap",     fixwrap,      "fix megacam over-wrapped pixels"},
    7476  {1, "fiximage",    fiximage,     "fix pixels in an image by interpolation"},
Note: See TracChangeset for help on using the changeset viewer.