Changeset 5386 for trunk/Ohana/src/opihi/cmd.astro
- Timestamp:
- Oct 19, 2005, 9:20:19 PM (21 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.astro
- Files:
-
- 2 edited
-
help/region (modified) (1 diff)
-
region.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/help/region
r4688 r5386 10 10 AIT - aitoff projection (good for the full sky) 11 11 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 89 89 set_variable ("DMAX", Dec + graphmode.ymax); 90 90 91 set_int_variable ("EAST_RIGHT", !graphmode.flipeast); 92 set_int_variable ("NORTH_UP", !graphmode.flipnorth); 93 91 94 graphmode.coords.pc1_1 = (graphmode.flipeast) ? -1 : 1; 92 95 graphmode.coords.pc2_2 = (graphmode.flipnorth) ? -1 : 1;
Note:
See TracChangeset
for help on using the changeset viewer.
