Changeset 5386 for trunk/Ohana/src/opihi
- Timestamp:
- Oct 19, 2005, 9:20:19 PM (21 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 3 edited
-
cmd.astro/help/region (modified) (1 diff)
-
cmd.astro/region.c (modified) (1 diff)
-
dvo/cmpread.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; -
trunk/Ohana/src/opihi/dvo/cmpread.c
r5144 r5386 93 93 bzero (vec[0].elements, Nstars*sizeof(float)); 94 94 95 value = 0; 95 96 for (i = 0; i < Nstars; i++) { 96 97 switch (field) {
Note:
See TracChangeset
for help on using the changeset viewer.
