IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39169


Ignore:
Timestamp:
Nov 20, 2015, 1:43:24 PM (11 years ago)
Author:
watersc1
Message:

Add fitpm_irls and fitplx_irls

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

Legend:

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

    r38062 r39169  
    3434$(SRC)/fitplx.$(ARCH).o    \
    3535$(SRC)/fitpm.$(ARCH).o     \
     36$(SRC)/fitpm_irls.$(ARCH).o  \
     37$(SRC)/fitplx_irls.$(ARCH).o  \
    3638$(SRC)/fixwrap.$(ARCH).o           \
    3739$(SRC)/fixcols.$(ARCH).o           \
  • trunk/Ohana/src/opihi/cmd.astro/init.c

    r38062 r39169  
    1919int fitplx                  PROTO((int, char **));
    2020int fitpm                   PROTO((int, char **));
     21int fitpm_irls              PROTO((int, char **));
     22int fitplx_irls             PROTO((int, char **));
    2123int fixwrap                 PROTO((int, char **));
    2224int fiximage                PROTO((int, char **));
     
    8486  {1, "fitplx",      fitplx,       "fit proper motion and parallax"},
    8587  {1, "fitpm",       fitpm,        "fit proper motion only"},
     88  {1, "fitpm_irls",  fitpm_irls,   "fit proper motion only using irls method"},
     89  {1, "fitplx_irls", fitplx_irls,  "fit proper motion and parallax using irls method"},
    8690  {1, "fixwrap",     fixwrap,      "fix megacam over-wrapped pixels"},
    8791  {1, "fiximage",    fiximage,     "fix pixels in an image by interpolation"},
Note: See TracChangeset for help on using the changeset viewer.