IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 19, 2005, 9:20:19 PM (21 years ago)
Author:
eugene
Message:

fixed unit-ed value compile errors

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

Legend:

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

    r4688 r5386  
    1010  AIT - aitoff projection (good for the full sky)
    1111  GLS - ?? (also good for the full sky)
     12
     13  optional orientation flags:
     14
     15  -ew : display with East Left (default)
     16  +ew : display with East Right
     17  -ns : display with North Down
     18  +ns : display with North Up (default)
  • trunk/Ohana/src/opihi/cmd.astro/region.c

    r4689 r5386  
    8989  set_variable ("DMAX", Dec + graphmode.ymax);
    9090
     91  set_int_variable ("EAST_RIGHT", !graphmode.flipeast);
     92  set_int_variable ("NORTH_UP", !graphmode.flipnorth);
     93
    9194  graphmode.coords.pc1_1 = (graphmode.flipeast) ? -1 : 1;
    9295  graphmode.coords.pc2_2 = (graphmode.flipnorth) ? -1 : 1;
Note: See TracChangeset for help on using the changeset viewer.