Changeset 25722
- Timestamp:
- Oct 1, 2009, 12:08:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/Ohana/src/opihi/cmd.astro/region.c
r14590 r25722 6 6 double Ra, Dec, Radius; 7 7 float dx, dy; 8 int N, kapa ;8 int N, kapa, NoClear; 9 9 char *name; 10 10 Graphdata graphmode; … … 46 46 remove_argument (N, &argc, argv); 47 47 graphmode.flipnorth = FALSE; 48 } 49 50 NoClear = FALSE; 51 if ((N = get_argument (argc, argv, "-no-clear"))) { 52 remove_argument (N, &argc, argv); 53 NoClear = TRUE; 48 54 } 49 55 … … 122 128 graphmode.coords.cdelt1 = graphmode.coords.cdelt2 = 1.0; 123 129 124 KapaClearSections (kapa);130 if (!NoClear) KapaClearSections (kapa); 125 131 KapaSetLimits (kapa, &graphmode); 126 132 127 133 /* drop this? */ 128 sprintf (string, "%8.4f %8.4f (%f)", Ra, Dec, Radius);129 KapaSendLabel (kapa, string, 2);134 // sprintf (string, "%8.4f %8.4f (%f)", Ra, Dec, Radius); 135 // KapaSendLabel (kapa, string, 2); 130 136 131 137 // XXX is this the right thing to be doing?
Note:
See TracChangeset
for help on using the changeset viewer.
