IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14285


Ignore:
Timestamp:
Jul 18, 2007, 8:45:07 AM (19 years ago)
Author:
eugene
Message:

adding ARC and STG projections

File:
1 edited

Legend:

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

    r13479 r14285  
    5353  strcpy (graphmode.coords.ctype, "RA---TAN");
    5454  if (argc == 5) {
     55    if (!strcasecmp (argv[4], "TAN"))
     56      strcpy (graphmode.coords.ctype, "RA---TAN");
    5557    if (!strcasecmp (argv[4], "SIN"))
    5658      strcpy (graphmode.coords.ctype, "RA---SIN");
     59    if (!strcasecmp (argv[4], "ARC"))
     60      strcpy (graphmode.coords.ctype, "RA---ARC");
     61    if (!strcasecmp (argv[4], "STG"))
     62      strcpy (graphmode.coords.ctype, "RA---STG");
    5763    if (!strcasecmp (argv[4], "ZEA"))
    5864      strcpy (graphmode.coords.ctype, "RA---ZEA");
Note: See TracChangeset for help on using the changeset viewer.