IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36449


Ignore:
Timestamp:
Jan 17, 2014, 5:57:47 AM (13 years ago)
Author:
eugene
Message:

adding fitpm function

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

Legend:

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

    r36387 r36449  
    3232$(SRC)/flux.$(ARCH).o              \
    3333$(SRC)/fitplx.$(ARCH).o    \
     34$(SRC)/fitpm.$(ARCH).o     \
    3435$(SRC)/fixwrap.$(ARCH).o           \
    3536$(SRC)/fixcols.$(ARCH).o           \
  • branches/eam_branches/ipp-20131211/Ohana/src/opihi/cmd.astro/init.c

    r36387 r36449  
    1717int flux                    PROTO((int, char **));
    1818int fitplx                  PROTO((int, char **));
     19int fitpm                   PROTO((int, char **));
    1920int fixwrap                 PROTO((int, char **));
    2021int fiximage                PROTO((int, char **));
     
    7879  {1, "flux",        flux,         "flux in a convex contour"},
    7980  {1, "fitplx",      fitplx,       "fit proper motion and parallax"},
     81  {1, "fitpm",       fitpm,        "fit proper motion only"},
    8082  {1, "fixwrap",     fixwrap,      "fix megacam over-wrapped pixels"},
    8183  {1, "fiximage",    fiximage,     "fix pixels in an image by interpolation"},
Note: See TracChangeset for help on using the changeset viewer.