Changeset 29411
- Timestamp:
- Oct 14, 2010, 2:08:04 PM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100823/Ohana/src/opihi
- Files:
-
- 3 edited
-
cmd.astro/coords.c (modified) (1 diff)
-
cmd.data/center.c (modified) (1 diff)
-
cmd.data/limits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/Ohana/src/opihi/cmd.astro/coords.c
r27491 r29411 109 109 gprint (GP_ERR, " -p : from pixels to ra/dec\n"); 110 110 gprint (GP_ERR, " -c : from ra/dec to pixels\n"); 111 gprint (GP_ERR, " coordinates are in degrees\n"); 111 112 escape: 112 113 if (MOSAIC != NULL) free (MOSAIC); -
branches/eam_branches/ipp-20100823/Ohana/src/opihi/cmd.data/center.c
r21060 r29411 16 16 if (!GetImage (NULL, &kapa, name)) return (FALSE); 17 17 FREE (name); 18 19 // XXX need an option to center the image based on the current plot limits 18 20 19 21 if ((argc != 3) && (argc != 4)) { -
branches/eam_branches/ipp-20100823/Ohana/src/opihi/cmd.data/limits.c
r13479 r29411 24 24 if (!GetGraph (&graphmode, &kapa, name)) return (FALSE); 25 25 FREE (name); 26 27 // XXX need an option to set the limits based on the current image bounds 26 28 27 29 if (argc == 1) {
Note:
See TracChangeset
for help on using the changeset viewer.
