IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2021, 3:01:24 PM (5 years ago)
Author:
eugene
Message:

add z component option to parallax factor

File:
1 edited

Legend:

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

    r41666 r41748  
    5252int outline                 PROTO((int, char **));
    5353int parallax_factor         PROTO((int, char **));
     54int parallax_factor_3d      PROTO((int, char **));
    5455int polar                   PROTO((int, char **));
    5556int precess                 PROTO((int, char **));
     
    125126  {1, "outline",     outline,      "fit outline region"},
    126127  {1, "parallax_factor", parallax_factor, "generate parallax_factors"},
     128  {1, "parallax_factor_3d", parallax_factor_3d, "generate parallax_factors (include in direction of star)"},
    127129  {1, "polar",       polar,        "convert polar image to cartesian"},
    128130  {1, "precess",     precess,      "precess coordinates"},
Note: See TracChangeset for help on using the changeset viewer.