IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 3, 2015, 4:13:55 PM (11 years ago)
Author:
eugene
Message:

add fitpm_irls, fitplx_irls

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

Legend:

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

  • branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro/init.c

    r39194 r39223  
    2020int fitplx                  PROTO((int, char **));
    2121int fitpm                   PROTO((int, char **));
     22int fitpm_irls              PROTO((int, char **));
     23int fitplx_irls             PROTO((int, char **));
    2224int fixwrap                 PROTO((int, char **));
    2325int fiximage                PROTO((int, char **));
     
    8789  {1, "fitplx",      fitplx,       "fit proper motion and parallax"},
    8890  {1, "fitpm",       fitpm,        "fit proper motion only"},
     91  {1, "fitpm_irls",  fitpm_irls,   "fit proper motion only using irls method"},
     92  {1, "fitplx_irls", fitplx_irls,  "fit proper motion and parallax using irls method"},
    8993  {1, "fixwrap",     fixwrap,      "fix megacam over-wrapped pixels"},
    9094  {1, "fiximage",    fiximage,     "fix pixels in an image by interpolation"},
Note: See TracChangeset for help on using the changeset viewer.