IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2016, 5:07:36 PM (10 years ago)
Author:
eugene
Message:

add parallax factor function; add pm transformation

File:
1 edited

Legend:

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

    r39245 r39591  
    4848int objload                 PROTO((int, char **));
    4949int outline                 PROTO((int, char **));
     50int parallax_factor         PROTO((int, char **));
    5051int polar                   PROTO((int, char **));
    5152int precess                 PROTO((int, char **));
     
    117118  {1, "objload",     objload,      "plot obj data on Ximage "},
    118119  {1, "outline",     outline,      "fit outline region"},
     120  {1, "parallax_factor", parallax_factor, "generate parallax_factors"},
    119121  {1, "polar",       polar,        "convert polar image to cartesian"},
    120122  {1, "precess",     precess,      "precess coordinates"},
Note: See TracChangeset for help on using the changeset viewer.