IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2008, 3:54:50 PM (18 years ago)
Author:
eugene
Message:

added a new radec conversion function

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

Legend:

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

    r17283 r18718  
    4141$(SRC)/precess.$(ARCH).o           \
    4242$(SRC)/profile.$(ARCH).o           \
     43$(SRC)/radec.$(ARCH).o     \
    4344$(SRC)/region.$(ARCH).o    \
    4445$(SRC)/rotcurve.$(ARCH).o          \
  • trunk/Ohana/src/opihi/cmd.astro/init.c

    r17283 r18718  
    2727int precess                 PROTO((int, char **));
    2828int profile                 PROTO((int, char **));
     29int radec                   PROTO((int, char **));
    2930int region                  PROTO((int, char **));
    3031int rotcurve                PROTO((int, char **));
     
    6263  {1, "precess",     precess,      "precess coordinates"},
    6364  {1, "profile",     profile,      "radial profile at X, Y"},
     65  {1, "radec",       radec,        "convert to/from radec in hms or dd"},
    6466  {1, "region",      region,       "define sky region for plot"},
    6567  {1, "rotcurve",    rotcurve,     "convert CO images to polar coords"},
Note: See TracChangeset for help on using the changeset viewer.