IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2020, 11:00:22 AM (6 years ago)
Author:
eugene
Message:

add -copy option to coords; add mjdtolst; add option to control major tick spacing; add -copy option to header; add usage info to avperiodomatch

File:
1 edited

Legend:

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

    r40376 r41379  
    3434int imsub                   PROTO((int, char **));
    3535int jdtolst                 PROTO((int, char **));
     36int mjdtolst                PROTO((int, char **));
    3637int medianmap               PROTO((int, char **));
    3738int galsectors              PROTO((int, char **));
     
    105106  {1, "imsub",       imsub,        "subtract function"},
    106107  {1, "jdtolst",     jdtolst,      "JD to LST conversion"},
     108  {1, "mjdtolst",    mjdtolst,     "MJD to LST conversion"},
    107109  {1, "medianmap",   medianmap,    "small median image"},
    108110  {1, "mkgauss",     mkgauss,      "generate a 2-D gaussian centered in image"},
Note: See TracChangeset for help on using the changeset viewer.